.section-seven{
    background: #0D0D0C;
    color: #F4EFE3;
    text-align: center;
    padding: 130px 0 60px;
}

.footer{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
}
.footer-title{
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #B8935F;
    margin-bottom: 37px;
}

.footer h2{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 42px;
    max-width: 640px;
    margin: 0 auto 20px;
    color: #F4EFE3;
}


.footer p{
    font-size: 15.5px;
    color: rgba(244, 239, 227, 0.65);
    max-width: 520px;
    margin: 0 auto 44px;
    line-height: 1.7;
}

.email-phone-office{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 53px;
    margin-bottom: 60px;
}

.epo-item {
    display: flex;
    margin-bottom: 10px;
    font-size: 15px;
    color: #F4EFE3;
    flex-direction: column;
}

.epo-item a{
    text-decoration: none;
    color: #F4EFE3;
}

.epo-item span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.form-entry-footer {
    max-width: 560px;
    margin: 0 auto 60px;
    border-top: 1px solid rgba(244, 239, 227, 0.16);
    border-bottom: 1px solid rgba(244, 239, 227, 0.16);
    padding: 44px 0 48px;
}

.quick-enquiry {
    margin-bottom: 22px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #8C6D3F;
    text-transform: uppercase;
}

.form-input{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    margin-bottom: 14px;
}
.input-data input, .form-filling textarea{
    width: 100%;
    background: transparent;
    border: 1px solid rgba(244, 239, 227, 0.28);
    color: #F4EFE3;
    padding: 13px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    border-radius: 2px;
    resize: vertical;
}

.form-filling {
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .2s;
    color: #0D0D0C;
}

.form-filling button{
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .2s;
    border: none;
    cursor: pointer;
    background: #B8935F;
    color: #0D0D0C;
    margin-top: 17px;
}

.form-input div{
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.social-row {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 56px;
}

.social-row a{
    width: 40px;
    height: 40px;
    border: 1px solid rgba(244, 239, 227, 0.28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F4EFE3;
    transition: all .2s;
    text-decoration: none;
}

.social-row svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.footer-ending{
    border-top: 1px solid rgba(244, 239, 227, 0.16);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: rgba(244, 239, 227, 0.5);
    letter-spacing: 0.04em;
}

.footer-ending .flogo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-ending .flogo img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}
.flogo img {
    display: block;
    max-width: 100%;
}

@media (max-width:1833px){
    .footer h2{
        font-size: 38px;
    }
}

@media (max-width:1205px){
    .footer h2{
        font-size: 28px;
    }
}

@media (max-width: 970px) {
    .footer h2 {
        font-size: 38px;
    }
}

@media (max-width: 863px) {
    .footer h2 {
        font-size: 21px;
    }

    .footer p {
        font-size: 14px;
        line-height: 1.8;
    }
    .send-quiry-quote button{
        font-size: 8px;
        padding: 14px;
    }
}


@media (max-width:581px){
    .epo-item {
        font-size: 13px;
    }

    .quick-enquiry {
        font-size: 11px;
    }

    .form-entry-footer{
        max-width: 402px;
        margin-left: 28px;
    }

    .form-filling {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 5px;
    }

    .footer{
        margin-top: -70px;
    }
}

@media (max-width:522px){
    .epo-item {
        font-size: 10px;
    }
}
@media (max-width: 500px) {
    .footer h2 {
        font-size: 23px;
    }

    .footer p {
        font-size: 10px;
    }

    .form-entry-footer{
        display: none;
    }

    .footer-ending{
        font-size: 9px;
        padding-top: 14px;
        gap: 8px
    }

    .social-row a {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 438px) {
    .footer h2 {
        font-size: 23px;
    }

    .footer p {
        font-size: 13px;
    }
}

@media (max-width:432px){
    .epo-item {
        font-size: 8px;
    }
}

@media (max-width:392px){
    .epo-item {
        font-size: 12px;
    }

    .email-phone-office {
        justify-content: center;
        gap: 14px;
        margin-bottom: 22px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:322px){
    .epo-item {
        font-size: 10px;
    }
}