/* =========================================================
   SARGODHA FABRICS
   CONTACT PAGE
========================================================= */


/* =========================================================
   HERO
========================================================= */

.sf-contact-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1d1d1b;
}

.sf-contact-hero-bg {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(20, 20, 18, 0.90) 0%,
            rgba(20, 20, 18, 0.70) 45%,
            rgba(20, 20, 18, 0.30) 100%),
        url('../img/bg_3.jpg') center center / cover no-repeat;

    transform: scale(1.02);
}

.sf-contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 105px 0 90px;
}

.sf-contact-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    color: #d4b28a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.sf-contact-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 6vw, 82px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -2px;
}

.sf-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 34px;
    font-size: 13px;
}

.sf-contact-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.25s ease;
}

.sf-contact-breadcrumb a:hover {
    color: #d4b28a;
}

.sf-contact-breadcrumb span {
    color: rgba(255, 255, 255, 0.35);
}

.sf-contact-breadcrumb strong {
    color: #d4b28a;
    font-weight: 500;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.sf-contact-intro {
    padding: 105px 0 95px;
    background: #ffffff;
}

.sf-contact-intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: end;
}

.sf-section-label {
    display: block;
    margin-bottom: 17px;
    color: #a27c53;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.sf-contact-intro-heading h2 {
    max-width: 700px;
    margin: 0;
    color: #20201e;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -1.8px;
}

.sf-contact-intro-text {
    padding-bottom: 4px;
}

.sf-contact-intro-text p {
    max-width: 450px;
    margin: 0;
    color: #77736e;
    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
   CONTACT AREA
========================================================= */

.sf-contact-area {
    padding-bottom: 110px;
    background: #f5f3ef;
}

.sf-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
}


/* =========================================================
   INFORMATION PANEL
========================================================= */

.sf-contact-information {
    position: relative;
    padding: 65px 60px 50px;
    background: #20201e;
    color: #ffffff;
    overflow: hidden;
}

.sf-contact-information::after {
    content: "SF";
    position: absolute;
    right: -45px;
    bottom: -100px;
    color: rgba(255, 255, 255, 0.025);
    font-size: 280px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.sf-contact-info-content {
    position: relative;
    z-index: 2;
}

.sf-light-label {
    color: #d4b28a;
}

.sf-contact-info-content h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 43px;
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -1px;
}

.sf-contact-info-content h2 span {
    color: #d4b28a;
}

.sf-contact-info-content p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.sf-contact-details {
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.sf-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sf-contact-detail-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(212, 178, 138, 0.42);
    border-radius: 50%;

    color: #d4b28a;
    font-size: 16px;
}

.sf-contact-detail-content {
    padding-top: 2px;
}

.sf-contact-detail-content span {
    display: block;
    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.40);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.sf-contact-detail-content p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.sf-contact-detail-content small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
}

.sf-contact-detail-content a {
    color: #ffffff;
    transition: all 0.25s ease;
}

.sf-contact-detail-content a:hover {
    color: #d4b28a;
}


/* =========================================================
   SOCIAL
========================================================= */

.sf-contact-social {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 32px;
    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sf-contact-social>span {
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.sf-contact-social>div {
    display: flex;
    gap: 8px;
}

.sf-contact-social a {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;

    color: #ffffff;
    font-size: 11px;

    transition: all 0.25s ease;
}

.sf-contact-social a:hover {
    border-color: #d4b28a;
    color: #d4b28a;
    transform: translateY(-2px);
}


/* =========================================================
   FORM
========================================================= */

.sf-contact-form {
    padding: 65px 70px;
    background: #ffffff;
}

.sf-contact-form-heading {
    max-width: 560px;
    margin-bottom: 42px;
}

.sf-contact-form-heading h2 {
    margin: 0 0 13px;
    color: #20201e;
    font-size: 39px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1px;
}

.sf-contact-form-heading p {
    max-width: 470px;
    margin: 0;
    color: #85817b;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   FORM ROW
========================================================= */

.sf-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
}


/* =========================================================
   FORM FIELD
========================================================= */

.sf-form-field {
    margin-bottom: 27px;
}

.sf-form-field label {
    display: block;
    margin-bottom: 9px;

    color: #2a2927;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.sf-form-field label sup {
    color: #a27c53;
    font-size: 10px;
}

.sf-form-field input,
.sf-form-field textarea {
    width: 100%;

    padding: 13px 0;

    border: 0;
    border-bottom: 1px solid #d9d5ce;

    background: transparent;

    color: #222222;
    outline: none;

    font-family: inherit;
    font-size: 14px;

    transition: all 0.25s ease;
}

.sf-form-field input {
    height: 48px;
}

.sf-form-field textarea {
    min-height: 125px;
    resize: vertical;
}

.sf-form-field input::placeholder,
.sf-form-field textarea::placeholder {
    color: #aaa6a0;
}

.sf-form-field input:focus,
.sf-form-field textarea:focus {
    border-color: #a27c53;
}

.sf-message-field {
    margin-bottom: 30px;
}


/* =========================================================
   SUBMIT
========================================================= */

.sf-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    min-width: 195px;
    padding: 16px 21px;

    border: 1px solid #20201e;
    background: #20201e;

    color: #ffffff;

    cursor: pointer;

    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;

    transition: all 0.3s ease;
}

.sf-contact-submit i {
    transition: transform 0.3s ease;
}

.sf-contact-submit:hover {
    border-color: #a27c53;
    background: #a27c53;
}

.sf-contact-submit:hover i {
    transform: translateX(5px);
}


/* =========================================================
   BRAND STATEMENT
========================================================= */

.sf-contact-brand {
    padding: 110px 0;
    background: #ffffff;
}

.sf-contact-brand-grid {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 90px;
    align-items: end;
}

.sf-contact-brand-grid h2 {
    max-width: 680px;
    margin: 0;

    color: #20201e;
    font-size: clamp(38px, 4.1vw, 59px);
    line-height: 1.07;
    font-weight: 500;
    letter-spacing: -1.7px;
}

.sf-contact-brand-grid p {
    margin: 0 0 24px;
    color: #77736e;
    font-size: 15px;
    line-height: 1.9;
}

.sf-contact-shop-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #20201e;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;

    transition: all 0.25s ease;
}

.sf-contact-shop-link i {
    transition: transform 0.25s ease;
}

.sf-contact-shop-link:hover {
    color: #a27c53;
}

.sf-contact-shop-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   LOCATION / MAP
========================================================= */

.sf-contact-location {
    position: relative;
    background: #f5f3ef;
}

.sf-contact-map-heading {
    position: absolute;
    z-index: 5;

    top: 45px;
    left: max(30px, calc((100% - 1320px) / 2));

    padding: 22px 28px;

    background: rgba(255, 255, 255, 0.95);
}

.sf-contact-map-heading .sf-section-label {
    margin-bottom: 7px;
}

.sf-contact-map-heading h2 {
    margin: 0;

    color: #20201e;
    font-size: 27px;
    font-weight: 500;
}

.sf-contact-map {
    width: 100%;
    height: 500px;
}

.sf-contact-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sf-contact-hero {
        min-height: 440px;
    }

    .sf-contact-intro {
        padding: 80px 0 70px;
    }

    .sf-contact-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sf-contact-intro-text p {
        max-width: 600px;
    }

    .sf-contact-grid {
        grid-template-columns: 1fr;
    }

    .sf-contact-information,
    .sf-contact-form {
        padding: 55px 45px;
    }

    .sf-contact-brand {
        padding: 80px 0;
    }

    .sf-contact-brand-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .sf-contact-map {
        height: 420px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .sf-contact-hero {
        min-height: 390px;
    }

    .sf-contact-hero-content {
        padding: 75px 0;
    }

    .sf-contact-hero h1 {
        font-size: 48px;
        letter-spacing: -1.5px;
    }

    .sf-contact-intro {
        padding: 65px 0 55px;
    }

    .sf-contact-intro-heading h2,
    .sf-contact-brand-grid h2 {
        font-size: 36px;
    }

    .sf-contact-information,
    .sf-contact-form {
        padding: 42px 25px;
    }

    .sf-contact-info-content h2 {
        font-size: 37px;
    }

    .sf-contact-form-heading h2 {
        font-size: 32px;
    }

    .sf-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sf-contact-social {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .sf-contact-brand {
        padding: 70px 0;
    }

    .sf-contact-map-heading {
        top: 20px;
        left: 20px;
    }

    .sf-contact-map {
        height: 360px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .sf-contact-hero h1 {
        font-size: 41px;
    }

    .sf-contact-breadcrumb {
        margin-top: 25px;
    }

    .sf-contact-intro-heading h2,
    .sf-contact-brand-grid h2 {
        font-size: 31px;
    }

    .sf-contact-information,
    .sf-contact-form {
        padding: 35px 20px;
    }

    .sf-contact-info-content h2 {
        font-size: 32px;
    }

    .sf-contact-form-heading h2 {
        font-size: 29px;
    }

    .sf-contact-submit {
        width: 100%;
    }

    .sf-contact-map {
        height: 300px;
    }
}