/* ==========================================================
   CONTACT PAGE FINAL STYLING
   ========================================================== */

/* --------------------------
   HERO BANNER
--------------------------- */

.page-hero-section {
    width: 100%;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 92px;
    background: linear-gradient(
        120deg,
        #fde8e8 0%,
        #fce4f0 40%,
        #f8e0f5 70%,
        #f0e4fc 100%
    );
}

.page-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle,
        rgba(227, 54, 46, 0.12) 1.5px,
        transparent 1.5px
    );
    background-size: 18px 18px;
    opacity: 0.7;
}

.page-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 50px 20px;
}

.page-hero-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 700;
    color: #111111;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
}

.page-hero-title span {
    color: #e3362e;
}

/* --------------------------
   CONTACT SECTION
--------------------------- */

.contact-hero {
    padding: 80px 24px;
    background: #f8fbf1;
    overflow-x: hidden;
}

.contact-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(134, 180, 19, 0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* --------------------------
   LEFT SIDE
--------------------------- */

.contact-hero__left {
    width: 42%;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 54px 44px;
    position: relative;
    border-right: 1px solid #e2e8f0;
    box-sizing: border-box;
}

.contact-hero__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #80b621, #e3362e);
}

.contact-hero__eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: rgba(128, 182, 33, 0.12);
    border: 1px solid rgba(128, 182, 33, 0.25);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #558013;
    margin-bottom: 14px;
}

.contact-hero__eyebrow-badge i {
    font-size: 11px;
    color: #80b621;
}

.contact-hero__title {
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.contact-hero__title .accent-word {
    color: #80b621;
}

.contact-hero__subtitle {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-hero__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-hero__info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
}

.contact-hero__info-item:hover {
    border-color: rgba(128, 182, 33, 0.35);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.contact-hero__info-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f1f8e9;
    border: 1px solid rgba(128, 182, 33, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-hero__info-icon svg {
    width: 20px;
    height: 20px;
    stroke: #80b621;
}

.contact-hero__info-content {
    flex: 1;
    min-width: 0;
}

.contact-hero__info-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 4px;
}

.contact-hero__info-val,
.contact-hero__info-content a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s;
    word-break: break-word;
}

.contact-hero__info-content a:hover {
    color: #80b621;
}

/* --------------------------
   RIGHT SIDE
--------------------------- */

.contact-hero__right {
    flex: 1;
    padding: 60px 50px;
}

.contact-hero__form-title {
    font-size: 2rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 10px;
}

.contact-hero__form-sub {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 32px;
}

.contact-hero__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form__label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111111;
    letter-spacing: 0.05em;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(134, 180, 19, 0.25);
    background: #ffffff;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #999999;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    border-color: #86b413;
    box-shadow: 0 0 0 4px rgba(134, 180, 19, 0.12);
    outline: none;
}

.contact-form__textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.contact-form__submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: linear-gradient(135deg, #e3362e 0%, #c52821 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 13px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 15px rgba(227, 54, 46, 0.28) !important;
    width: auto !important;
    align-self: flex-start !important;
    max-width: 240px !important;
    letter-spacing: 0.2px !important;
}

.contact-form__submit i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.contact-form__submit:hover {
    background: linear-gradient(135deg, #c52821 0%, #a81c16 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(227, 54, 46, 0.38);
    color: #ffffff;
}

.contact-form__submit:hover i {
    transform: translateX(4px);
}

.contact-form__submit:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(227, 54, 46, 0.22);
}

/* --------------------------
   MAP SECTION
--------------------------- */

.contact-map {
    background: #ffffff;
    padding: 90px 0;
}

.contact-map__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.contact-map__heading {
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #111111;
    margin-bottom: 40px;
}

.contact-map__embed {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(134, 180, 19, 0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.contact-map__embed iframe {
    display: block;
    width: 100%;
    border: 0;
}

/* ==========================================================
   TABLET & MOBILE
   ========================================================== */

@media (max-width: 992px) {
    .contact-hero__inner {
        flex-direction: column;
    }

    .contact-hero__right {
        order: 1 !important;
        width: 100%;
        padding: 36px 24px;
        box-sizing: border-box;
    }

    .contact-hero__left {
        order: 2 !important;
        width: 100%;
        padding: 36px 24px;
        box-sizing: border-box;
    }

    .contact-hero__info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 768px) {
    .page-hero-section {
        min-height: 180px;
        margin-top: 80px;
    }

    .page-hero-title {
        font-size: 2rem;
    }

    .contact-hero {
        padding: 30px 14px;
    }

    .contact-hero__inner {
        border-radius: 20px !important;
        overflow: hidden !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    }

    .contact-hero__right {
        order: 1 !important;
        width: 100% !important;
        padding: 28px 20px !important;
        box-sizing: border-box !important;
    }

    .contact-hero__left {
        order: 2 !important;
        width: 100% !important;
        padding: 28px 18px 85px !important;
        box-sizing: border-box !important;
        background: #f8fafc !important;
        border-top: 1px solid #e2e8f0 !important;
        border-right: none !important;
    }

    .contact-hero__left::before {
        display: none !important;
    }

    .contact-hero__eyebrow-badge {
        font-size: 11px !important;
        padding: 5px 12px !important;
        margin-bottom: 10px !important;
    }

    .contact-hero__title {
        font-size: 1.5rem !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
    }

    .contact-hero__subtitle {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }

    .contact-hero__info {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .contact-hero__info-item {
        padding: 13px 15px !important;
        border-radius: 12px !important;
        gap: 12px !important;
    }

    .contact-hero__info-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 9px !important;
    }

    .contact-hero__info-val,
    .contact-hero__info-content a {
        font-size: 13.5px !important;
    }

    .contact-form__submit {
        width: auto !important;
        min-width: 170px !important;
        max-width: 220px !important;
        align-self: flex-start !important;
        padding: 12px 24px !important;
        font-size: 14.5px !important;
        border-radius: 10px !important;
    }

    .contact-map {
        padding: 40px 0;
    }

    .contact-map__heading {
        margin-bottom: 20px;
    }
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 480px) {
    .page-hero-title {
        font-size: 1.75rem;
    }

    .contact-hero__title {
        font-size: 1.4rem !important;
    }

    .contact-hero__form-title {
        font-size: 1.3rem !important;
    }

    .contact-form__submit {
        width: auto !important;
        min-width: 160px !important;
        max-width: 210px !important;
        align-self: flex-start !important;
        padding: 12px 22px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
    }

    .contact-map__container {
        padding: 0 14px;
    }
}
/* ==========================
   HERO BREADCRUMB
========================== */

.page-hero-breadcrumb {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.page-hero-breadcrumb a {
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-hero-breadcrumb a:hover {
    color: #e3362e;
}

.breadcrumb-sep {
    color: #777777;
    font-size: 14px;
}

.breadcrumb-current {
    color: #e3362e;
    font-size: 15px;
    font-weight: 600;
}

/* Mobile */

@media (max-width: 768px) {
    .page-hero-breadcrumb {
        margin-top: 10px;
        gap: 6px;
    }

    .page-hero-breadcrumb a,
    .breadcrumb-current {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .page-hero-breadcrumb a,
    .breadcrumb-current {
        font-size: 13px;
    }
}
