/* =====================================================
   CONTACT PAGE
===================================================== */
.contact-container {

    width: min(1250px, 92%);

    margin: 0 auto;

}
.contact-hero {
    padding: 90px 20px 70px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #f8fbff,
            #ffffff
        );
}
.contact-hero-container {
    max-width: 850px;
    margin: auto;
}

.contact-eyebrow {
    display: block;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #3B82C4;
}
.contact-hero h1 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size:50px;
    line-height: 1.1;
    color: #1B3A6B;
}
.contact-hero h1 span {
    display: block;
    color: #F5A623;
    font-style:italic;
}
.contact-hero p {
    max-width: 700px;
    margin: 25px auto 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #566273;
}
/* =====================================================
   QUICK CONTACT
===================================================== */
.quick-contact-section {
    padding: 20px 0 50px;
    background: #ffffff;
}
.quick-contact-grid {
    display: grid;
    grid-template-columns:
        repeat(3, 1fr);
    gap: 20px;
}
.quick-contact-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px;
    min-height: 110px;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    box-shadow:
        0 10px 30px
        rgba(27, 58, 107, 0.2);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.quick-contact-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 35px
        rgba(27, 58, 107, 0.8);
}
.quick-contact-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
}
.quick-contact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.quick-contact-content span {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.quick-contact-content strong {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.quick-contact-content small {

    font-family: "Inter", sans-serif;

    font-size: 12px;

    color: #788392;

}


.contact-arrow {

    margin-left: auto;

    transition:
        transform 0.3s ease;

}


.quick-contact-card:hover
.contact-arrow {

    transform: translateX(5px);

}


/* EMAIL */

.email-card {

    color: #274C87;

}


.email-card
.quick-contact-icon {

    color: #ffffff;

    background: #274C87;

}


/* PHONE */

.phone-card {

    color: #1B3A6B;

}


.phone-card
.quick-contact-icon {

    color: #ffffff;

    background: #F5A623;

}


/* WHATSAPP */

.whatsapp-card {

    color: #168A4A;

}


.whatsapp-card
.quick-contact-icon {

    color: #ffffff;

    background: #2E9E5B;

}


/* =====================================================
   MAIN CONTACT
===================================================== */

.contact-main-section {

    padding: 100px 0;

    background: #f7faff;

}


.contact-main-grid {

    display: grid;

    grid-template-columns:
        1fr 0.9fr;

    gap: 80px;

    align-items: start;

}


/* =====================================================
   LEFT CONTENT
===================================================== */

.contact-section-heading {

    margin-bottom: 40px;

}


.contact-section-heading > span,
.form-heading > span,
.map-heading > span {

    display: block;

    margin-bottom: 12px;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #2E9E5B;
}


.contact-section-heading h2 {

    margin: 0 0 20px;

    font-family: "Playfair Display", serif;

    font-size: 44px;

    line-height: 1.15;

    color: #1B3A6B;

}


.contact-section-heading h2 strong {

    color: #3B82C4;

}


.contact-section-heading p {

    max-width: 600px;

    margin: 0;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: #5d6875;

}


/* =====================================================
   LOCATION CARDS
===================================================== */

.location-card {

    display: flex;

    gap: 22px;

    padding: 28px 0;

    border-bottom: 1px solid #dce3eb;

}


.location-icon {

    width: 52px;

    height: 52px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    background: #1B3A6B;

}


.factory-icon {

    background: #2E9E5B;

}


.location-label {

    display: block;

    margin-bottom: 6px;

    font-family: "Inter", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #3B82C4;

}


.location-content h3 {

    margin: 0 0 10px;

    font-family: "Inter", sans-serif;

    font-size: 22px;

    color: #1B3A6B;

}


.location-content p {

    margin: 0 0 12px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #5c6774;

}


.location-content a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 700;

    color: #1B3A6B;

    text-decoration: none;

}


.location-content a i {

    transition:
        transform 0.3s ease;

}


.location-content a:hover i {

    transform: translateX(5px);

}


/* =====================================================
   CONTACT IMAGE
===================================================== */

.contact-image {

    position: relative;

    height: 280px;

    margin-top: 35px;

    overflow: hidden;

    border-radius:
        0 60px 0 60px;

}


.contact-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.contact-image-overlay {

    position: absolute;

    inset: auto 0 0 0;

    display: flex;

    flex-direction: column;

    gap: 5px;

    padding: 30px;

    color: #ffffff;

    background:
        linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.75)
        );

}


.contact-image-overlay span {

    font-size: 13px;

    font-weight: 600;

}


.contact-image-overlay strong {

    max-width: 350px;

    font-family: "Playfair Display", serif;

    font-size: 25px;

}


/* =====================================================
   FORM
===================================================== */

.contact-form-wrapper {

    padding: 45px;

    background: #ffffff;

    border-radius: 18px;

    box-shadow:
        0 20px 50px
        rgba(27, 58, 107, 0.10);

}


.form-heading h2 {

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 42px;

    color: #1B3A6B;

}


.form-heading p {

    margin: 0 0 35px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #65717e;

}


.contact-form {

    display: flex;

    flex-direction: column;

    gap: 20px;

}


.form-group {

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.form-group label {

    font-family: "Inter", sans-serif;

    font-size: 13px;

    font-weight: 600;

    color: #1B3A6B;

}


.form-group label span {

    color: #d63636;

}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    box-sizing: border-box;

    padding: 15px 16px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

    color: #1B3A6B;

    background: #ffffff;

    border: 1px solid #d8dfe7;

    border-radius: 8px;

    outline: none;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;

}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    border-color: #3B82C4;

    box-shadow:
        0 0 0 3px
        rgba(59, 130, 196, 0.10);

}


.form-group textarea {

    resize: vertical;

    min-height: 130px;

}


.error-message {

    min-height: 16px;

    font-family: "Inter", sans-serif;

    font-size: 12px;

    color: #d63636;

}


.form-group.input-error input,
.form-group.input-error select,
.form-group.input-error textarea {

    border-color: #d63636;

}


.contact-submit-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    width: 100%;

    padding: 17px 25px;

    border: none;

    border-radius: 8px;

    cursor: pointer;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    font-weight: 700;

    color: #ffffff;

    background: #2E9E5B;

    transition:
        background 0.3s ease,
        transform 0.3s ease;

}


.contact-submit-btn:hover {

    background: #016002;

    transform: translateY(-2px);

}


.contact-submit-btn i {

    font-size: 19px;

}


.form-note {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin: 5px 0 0;

    font-family: "Inter", sans-serif;

    font-size: 11px;

    color: #7a8490;

}


/* =====================================================
   MAP
===================================================== */

.contact-map-section {

    padding: 100px 0 0;

    background: #ffffff;

}


.map-heading {

    margin-bottom: 45px;

    text-align: center;

}


.map-heading h2 {

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 44px;

    color: #1B3A6B;

}


.map-heading p {

    margin: 0;

    font-family: "Inter", sans-serif;

    color: #66717e;

}


.full-map {

    width: 100%;

    line-height: 0;

}


.full-map iframe {

    display: block;

    width: 100%;

    height: 500px;

    border: none;

    filter:
        grayscale(10%);

}
/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 900px) {

    .quick-contact-grid {

        grid-template-columns: 1fr;

    }


    .contact-main-grid {

        grid-template-columns: 1fr;

        gap: 60px;

    }


    .contact-section-heading h2 {

        font-size: 38px;

    }

}


@media (max-width: 600px) {

    .contact-hero {

        padding: 70px 20px 50px;

    }


    .contact-hero h1 {

        font-size: 38px;

    }


    .contact-hero h1 span {

        display: inline;

    }


    .quick-contact-section {

        padding-bottom: 50px;

    }


    .contact-main-section {

        padding: 70px 0;

    }


    .contact-form-wrapper {

        padding: 28px 20px;

    }


    .form-heading h2 {

        font-size: 34px;

    }


    .contact-section-heading h2 {

        font-size: 34px;

    }


    .location-card {

        align-items: flex-start;

    }


    .contact-image {

        height: 230px;

        border-radius:
            0 40px 0 40px;

    }


    .map-heading h2 {

        font-size: 36px;

    }


    .full-map iframe {

        height: 400px;
    }
}

/* =====================================================
   CONTACT PAGE SCROLL REVEAL
===================================================== */

.reveal-left,
.reveal-right,
.reveal-up,
.reveal-down,
.reveal-scale {

    opacity: 0;

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;

    will-change: opacity, transform;
}


/* FROM LEFT */

.reveal-left {

    transform: translateX(-80px);

}


/* FROM RIGHT */

.reveal-right {

    transform: translateX(80px);

}


/* FROM BOTTOM */

.reveal-up {

    transform: translateY(70px);

}


/* FROM TOP */

.reveal-down {

    transform: translateY(-70px);

}


/* SCALE */

.reveal-scale {

    transform: scale(0.92);

}


/* ACTIVE */

.reveal-left.active,
.reveal-right.active,
.reveal-up.active,
.reveal-down.active,
.reveal-scale.active {

    opacity: 1;

    transform: translate(0) scale(1);

}


/* DELAYS */

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}


/* MOBILE */

@media (max-width: 768px) {

    .reveal-left,
    .reveal-right {

        transform: translateY(50px);

    }

    .reveal-left.active,
    .reveal-right.active {

        transform: translateY(0);

    }

}