.contact-banner {
    position: relative;
    min-height: 405px;
    margin-top: -2px;
    background-image: url("../../images/faq/faq-hero.png");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.64);
}

.contact-banner__content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    padding: 40px 15px;
}

.contact-banner__content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 23px;
    letter-spacing: 0;
}

.contact-banner__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.contact-banner__breadcrumb a,
.contact-banner__breadcrumb span {
    color: #ffffff;
}

.contact-banner__breadcrumb span:last-child {
    color: #0b62ff;
}

.contact-area {
    background:
        radial-gradient(circle at 10% 0%, rgba(11, 98, 255, 0.08), transparent 26%),
        linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}

.contact-info-wrap-3 h3,
.get-in-touch-wrap h3 {
    margin-bottom: 34px;
    color: #0f172a;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
}

.single-contact-info-3 {
    height: 100%;
    padding: 30px 22px;
    border: 1px solid #dfe7f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.contact-info-cards {
    row-gap: 30px;
}

.contact-info-cards .single-contact-info-3 {
    display: flex;
    min-height: 265px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 38px 28px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.09);
}

.contact-info-cards .single-contact-info-3 > i {
    width: auto;
    height: auto;
    margin-bottom: 22px;
    border-radius: 0;
    background: transparent;
    font-size: 58px;
}

.contact-info-cards .single-contact-info-3 h4 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 500;
}

.contact-info-cards .single-contact-info-3 p,
.contact-info-cards .single-contact-info-3 p a {
    margin: 0;
    color: #151515;
    font-size: 16px;
    line-height: 1.65;
}

.contact-info-cards .single-contact-info-3 p a:hover {
    color: #0064e0;
}

.single-contact-info-3:hover {
    border-color: #0064e0;
    box-shadow: 0 16px 38px rgba(0, 100, 224, 0.12);
    transform: translateY(-4px);
}

.single-contact-info-3 > i,
.single-contact-info-3 ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0064e0;
    font-size: 22px;
}

.single-contact-info-3 h4 {
    margin-bottom: 10px;
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-contact-info-3 p,
.single-contact-info-3 ul li,
.single-contact-info-3 ul li a {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.single-contact-info-3 ul {
    margin: 0;
}

.single-contact-info-3 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.single-contact-info-3 ul li:last-child {
    margin-bottom: 0;
}

.single-contact-info-3 ul li i {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    font-size: 18px;
    flex: 0 0 auto;
}

.contact-from.contact-shadow {
    padding: 36px;
    border: 1px solid #dfe7f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.contact-from input,
.contact-from textarea {
    width: 100%;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #fbfdff;
    color: #111827;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-from input {
    height: 52px;
    padding: 0 16px;
}

.contact-from textarea {
    min-height: 170px;
    padding: 16px;
    resize: vertical;
}

.contact-from input:focus,
.contact-from textarea:focus {
    border-color: #0064e0;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 100, 224, 0.1);
}

.contact-from .text-danger {
    display: block;
    min-height: 18px;
    margin: -8px 0 12px;
    color: #dc2626 !important;
    font-size: 13px;
    font-weight: 600;
}

.contact-from input::placeholder,
.contact-from textarea::placeholder {
    color: #94a3b8;
}

.contact-from .submit {
    min-height: 50px;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: #0064e0;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(0, 100, 224, 0.18);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-from .submit:hover {
    background: #000;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    transform: translateY(-2px);
}

.contact-from .submit:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
}

#success-message {
    margin-top: 18px;
}

#success-message p {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: 0;
    font-weight: 700;
}

#success-message .text-success {
    border: 1px solid #bbf7d0;
    background: #dcfce7;
    color: #16a34a !important;
}

#success-message .text-danger {
    border: 1px solid #fecaca;
    background: #fee2e2;
    color: #dc2626 !important;
}

.contact-map {
    padding-top: 90px;
}

.contact-map-card {
    overflow: hidden;
    border: 1px solid #dfe7f3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(23, 37, 68, 0.08);
}

.contact-map-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 24px;
    align-items: center;
    padding: 28px 30px;
    border-bottom: 1px solid #e5ebf5;
}

.contact-map-info span {
    grid-column: 1 / -1;
    display: inline-flex;
    width: max-content;
    min-height: 28px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(11, 98, 255, 0.1);
    color: #0b62ff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-map-info h3 {
    margin: 0;
    color: #071a44;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.contact-map-info p {
    grid-column: 1 / 2;
    max-width: 680px;
    margin: 0;
    color: #5d687b;
    font-size: 15px;
    line-height: 1.7;
}

.contact-map-info a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #0b62ff;
    color: #ffffff;
    font-weight: 700;
}

.contact-map-info a:hover {
    background: #000000;
    color: #ffffff;
}

.contact-map-frame {
    position: relative;
    min-height: 430px;
    background: #eef4ff;
}

.contact-map-frame iframe {
    width: 100%;
    min-height: 430px;
    border: 0 !important;
    display: block;
}

@media (max-width: 991px) {
    .contact-info-wrap-3 h3,
    .get-in-touch-wrap h3 {
        font-size: 27px;
    }

    .contact-from.contact-shadow {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .contact-banner {
        min-height: 300px;
    }

    .contact-banner__content h1 {
        font-size: 44px;
    }

    .contact-area.pt-115 {
        padding-top: 70px;
    }

    .contact-area.pb-120 {
        padding-bottom: 70px;
    }

    .contact-info-wrap-3.pb-85 {
        padding-bottom: 44px;
    }

    .contact-from.contact-shadow {
        padding: 22px;
    }

    .contact-map {
        padding-top: 60px;
    }

    .contact-map-info {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .contact-map-info p,
    .contact-map-info a {
        grid-column: auto;
    }

    .contact-map-info h3 {
        font-size: 24px;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .contact-info-wrap-3 h3,
    .get-in-touch-wrap h3 {
        font-size: 24px;
    }

    .single-contact-info-3 {
        padding: 24px 18px;
    }

    .contact-from .submit {
        width: 100%;
    }
}
