.contact-hero {
    padding: 140px 8% 100px;
    text-align: center;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(1, 119, 191, 0.12));
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    left: auto;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 119, 191, 0.10) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.contact-tag {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1px;
    color: #2B7CFF;
    /* #0177BF;  */
    font-size: 20px;
    font-weight: 700;

}

.contact-title {
    font-size: 90px;
    line-height: 0.95;
    font-weight: 900;
    /*  color:#1a1a1a; */
    margin-bottom: 30px;
}

.outline-text {
    color: transparent;
    -webkit-text-stroke: 2px #000;
}

.filled-black {
    color: #1a1a1a;
}

.outline-orange {
    color: transparent !important;
    -webkit-text-stroke: 2px #c5141b !important;
}

.filled-orange {
    color: #2B7CFF;
    /* #0177BF; */
}

/* == process-content-heading  animation == */
.hero-content-heading {
    opacity: 0;
    transform: translate3d(0, 70px, 0) scale(0.95);
    filter: blur(10px);
    transition:
        opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-content-heading.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

/*
.contact-text{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height: 2;
    font-size:18px;
}  */


/* ================= CONTACT SECTION ================= */
.contact-section {
    padding: 80px 0 90px;
    background: #FAFAFA
}


/* ---- LEFT INFO ---- */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* 20px; */
}

.section-badge {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    /* 20px;*/
    letter-spacing: 1px;
    color: #2B7CFF;
    /* #0177BF;  */
    font-size: 20px;
    font-weight: 700;
}

.info-heading {
    /*font-size: 1.8rem;
    font-weight: 700; */
    /* font-size: 82px;
      margin-bottom: 4px;
     font-weight: 900; */
    margin-bottom: 4px;
    line-height: 0.95;
}

.info-filled-black {
    color: #1a1a1a;
}

.size {
    font-size: 75px;
    font-weight: 900;

}

.info-outline-orange {
    color: transparent !important;
    -webkit-text-stroke: 2px #c5141b !important;
}

.size-2 {
    font-size: 75px;
    font-weight: 900;

}

.info-filled-orange {
    color: #2B7CFF;
    /* #0177BF; */
}

.info-subtext {
    /*font-size: 0.95rem;
    color: #777;
    line-height: 1.7; */
    color: #666;
    line-height: 1.4;
    font-size: 17px;
    margin-bottom: 4px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 20px 22px;
    transition: all 0.3s ease;
}

.info-card:hover {
    border-color: #2B7CFF;
    transform: translateX(6px);
    box-shadow: 0 8px 24px rgba(1, 119, 191, 0.08);
    background: #fff;
}

.info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(1, 119, 191, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #2B7CFF;
    transition: 0.3s;

}

.info-card:hover .info-icon {
    background: #2B7CFF;
    color: #fff;
}

.info-details strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.info-details p {
    font-size: 0.82rem;
    color: #999;
    margin-bottom: 4px;
}

.info-details a {
    font-size: 0.92rem;
    color: #2B7CFF;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.info-details a:hover {
    color: var(--red);
}

/* ---- RIGHT FORM ---- */
.form-wrapper {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 44px 40px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.92rem;
    font-weight: 600;
    color: #666;
}

.form-group label span {
    color: #c5141b;
}

.form-control {
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.93rem;
    color: #333;
    background: #fff;
    transition: 0.3s;
    outline: none;
    width: 100%;
}

.form-control:focus {
    border-color: #2B7CFF;
    box-shadow: 0 0 0 4px rgba(1, 119, 191, 0.08);
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230177BF' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-color: #fff;
    padding-right: 40px;
}

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.form-alert {
   /* display: block !important; */

    display: block !important;
    padding: 14px 18px;
    margin-bottom: 20px;

    background: linear-gradient(135deg, #0f5132, #198754);
    color: #ffffff;

    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    border-left: 5px solid #00c853;

    position: relative;
    animation: slideInFade 0.4s ease-in-out;
}
.form-alert::before {
    content: "✓";
    margin-right: 10px;
    font-weight: bold;
}

@keyframes slideInFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= SUBMIT BUTTON ================= */
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg,
            #1b6fff,
            #3b89ff);
    box-shadow:
        0 0 20px rgba(59, 137, 255, .55);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 137, 255, 0.7);
    filter: brightness(1.1);
}

.btn-submit i {
    font-size: 1rem;
    transition: 0.3s;
}

.btn-submit:hover i {
    transform: translateX(4px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .info-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 768px) {
    .contact-hero-title {
        font-size: 2rem;
    }

    .form-wrapper {
        padding: 28px 20px;
    }

    .info-heading {
        font-size: 1.5rem;
    }
}


/* ================================================= */
/* ================= RESPONSIVE ==================== */
/* ================================================= */

@media(max-width:1200px) {

    .contact-title {
        font-size: 72px;
    }

    .contact-left h2 {
        font-size: 54px;
    }

}

@media(max-width:992px) {

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper {
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px) {

    .contact-hero {
        padding: 120px 5% 80px;
    }

    .contact-info-section,
    .contact-form-section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .contact-title {
        font-size: 48px;
    }

    .contact-left h2 {
        font-size: 42px;
    }

    .input-row {
        grid-template-columns: 1fr;
    }

    .contact-form-box {
        padding: 35px;
    }

}

@media(max-width:480px) {

    .contact-title {
        font-size: 38px;
    }

    .contact-left h2 {
        font-size: 34px;
    }

    .contact-card {
        padding: 35px;
    }

}



/* ================================================= */
/* ======= intl-tel-input — Phone Field ============= */
/* ================================================= */

.iti {
    width: 100%;
}

/* Input field */
.iti-phone-input {
    padding-left: 95px !important;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.93rem;
    color: #333;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    width: 100%;
}

.iti-phone-input:focus {
    border-color: #2B7CFF;
    box-shadow: 0 0 0 4px rgba(1, 119, 191, 0.08);
}

/* Flag button border */
.iti__flag-container {
    border-right: 1.5px solid #e5e5e5;
    transition: border-color 0.3s;
}

.iti:focus-within .iti__flag-container {
    border-right-color: #2B7CFF;
}

/* Selected flag area */
.iti__selected-flag {
    background: transparent;
    border-radius: 10px 0 0 10px;
    padding: 0 10px 0 12px;
    gap: 6px;
}

.iti__selected-flag:hover,
.iti__selected-flag[aria-expanded="true"] {
    background: rgba(43, 124, 255, 0.06);
}

/* Dial code label e.g. +92 */
.iti__selected-dial-code {
    font-size: 0.88rem;
    font-weight: 600;
    color: #333; /* #2B7CFF;*/
}

/* Dropdown list */
.iti__country-list {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(1, 119, 191, 0.12);
    border: 1px solid #e5e5e5;
    max-height: 260px;
    overflow-y: auto;
    z-index: 9999;
    scrollbar-width: thin;
    scrollbar-color: #2B7CFF #f0f0f0;
}

.iti__country-list::-webkit-scrollbar {
    width: 4px;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: #2B7CFF;
    border-radius: 4px;
}

/* Country rows */
.iti__country {
    padding: 9px 14px;
    font-size: 0.88rem;
    color: #333;
    transition: background 0.15s;
}

.iti__country:hover {
    background: rgba(43, 124, 255, 0.07) !important;
    color: #2B7CFF;
}

.iti__highlight {
    background: rgba(43, 124, 255, 0.10) !important;
    color: #2B7CFF;
}

.iti__dial-code {
    color: #2B7CFF;
    font-weight: 600;
    font-size: 0.82rem;
}

/* Divider line */
.iti__divider {
    border-top: 1px solid #eeeeee;
    margin: 4px 0;
}

/* Search box */
.iti__search-input {
    border: none;
    border-bottom: 1.5px solid #e5e5e5;
    border-radius: 0;
    padding: 10px 14px;
    font-size: 0.88rem;
    color: #333;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
}

.iti__search-input:focus {
    border-bottom-color: #2B7CFF;
}

/* Validation states */
.iti-phone-input.is-valid {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
}

.iti-phone-input.is-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.08);
}

/* Error message */
.phone-error-msg {
    display: block;
    font-size: 0.78rem;
    color: #ef4444;
    font-weight: 500;
    margin-top: 2px;
    min-height: 16px;
}
