body {
    background: #f8f9fc;
    font-family: "Segoe UI", sans-serif;
}


/* CONTACT HERO */
.row {
    align-items: stretch;
}

.contact-card {
    height: 100%;
}

.info-card {
    height: 100%;
}

.contact-hero {
    background: #eeedfe;
    /* exact light lavender */
    padding: 50px 0 60px;
}

.hero-content {
    max-width: 700px;
}

.contact-hero h1 {
    font-size: 60px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 16px;
}

.contact-hero p {
    font-size: 18px;
    color: #475569;
}

.contact-section {
    padding: 80px 0;
}

/* COMMON CARD */
.contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.info-card {
    background: rgba(238, 241, 255, 0.8);
    border-radius: 16px;
    padding: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-card {
    border: 2px solid #f3f4f6 !important;
}

/* HEADINGS */
.card-title{
    font-weight: 500;
    margin-bottom: 24px;
    color: #0f172a;
}

.info-title {
    font-weight: 500;
    margin: 24px;
    color: #0f172a;
}

/* FORM */

.form-control {
    border-radius: 10px !important;
    background: #f3f4f6 !important;
    border: none !important;
    height: 48px !important;
}


textarea.form-control {
    min-height: 100px !important;
}

label {
    font-weight: 600;
    font-size: 14px;
    color: #0f172a;
}

/* BUTTONS */
.btn-primary{
    background: #086afc !important;
    border-radius: 8px !important;
    padding: 12px;
    font-weight: 600;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.btn-gradient {
    background: linear-gradient(to bottom, #2563eb, #4f46e5) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 10px !important;
    font-weight: 700 !important;
}

/* CONTACT INFO */
.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-left: 24px;
}

.info-item strong{
    font-weight: 600;
}

.info-item p {
    margin-bottom: 0;
    color: #475569;
}

/* ICONS */
.icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 18px;
}

.icon.email {
    background: #e0edff;
    color: #2563eb;
}

.icon.phone {
    background: #e0f2fe;
    color: #0284c7;
}

.icon.phone i{
    transform: rotate(100deg);
}

.icon.location {
    background: #ede9fe;
    color: #7c3aed;
}

.icon.hours {
    background: #ffe4e6;
    color: #e11d48;
}

/* =========================
   TABLET VIEW (≤ 991px)
========================= */

@media (max-width: 991px) {

    /* Stack columns */
    .contact-section .row {
        flex-direction: column;
    }

    .contact-section .col-lg-7,
    .contact-section .col-lg-5 {
        display: block;
        margin-bottom: 32px;
    }

    /* Reset equal-height behavior */
    .contact-card,
    .info-card {
        height: auto;
    }

    /* Right column spacing */
    .right-column {
        gap: 32px;
    }

    /* Hero text */
    .contact-hero h1 {
        font-size: 44px;
    }
}


/* =========================
   MOBILE VIEW (≤ 767px)
========================= */

@media (max-width: 767px) {

    /* Hero section */
    .contact-hero {
        padding: 40px 0 50px;
        text-align: left;
    }

    .contact-hero h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .contact-hero p {
        font-size: 16px;
    }

    /* Contact section spacing */
    .contact-section {
        padding: 50px 0;
    }

    /* Cards padding */
    .contact-card,
    .info-card {
        padding: 20px !important;
    }

    /* Form inputs */
    .form-control {
        height: 44px !important;
        font-size: 14px;
    }

    textarea.form-control {
        min-height: 100px;
    }

    /* Buttons */
    .btn-primary,
    .btn-gradient {
        font-size: 14px !important;
        padding: 12px !important;
    }

    /* Info items */
    .info-item {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .info-item strong {
        font-size: 14px;
    }

    .info-item p {
        font-size: 14px;
    }

    /* Icons smaller */
    .icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

/* intl-tel-input styling to match form */
/* intl-tel-input Bootstrap fix */



/* intl-tel-input safe spacing for long dial codes */
.iti {
    width: 100%;
}



/* Ensure text never overlaps */
.iti__selected-flag {
    padding: 0 12px;
}

/* Optional: smoother look */
.iti--separate-dial-code .iti__selected-dial-code {
    font-weight: 500;
}
