/* ================= CONTACT US BANNER ================= */
.contactus-banner {
    width: 100%;
    height: 420px;

    position: relative;
    overflow: hidden;


    /* USE YOUR FULL IMAGE HERE */
    background: url("../images/contactus/contactusbanner.png") no-repeat center/cover;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Dark gradient overlay (LEFT SIDE) */
.contactus-banner::before {
    content: "";
    position: absolute;
    inset: 0;

    /* LEFT dark → RIGHT transparent (same as image) */
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.65) 35%,
            rgba(0, 0, 0, 0.3) 55%,
            rgba(0, 0, 0, 0.05) 75%,
            transparent 100%);

    z-index: 1;
}

/* Content wrapper */
.contactus-banner-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.contactus-banner-content {
    padding-left: clamp(15px, 5vw, 80px);
    max-width: 600px;

}

/* Title */
.contactus-banner-content h1 {
    color: #fff;
    font-size: clamp(24px, 5vw, 42px);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

/* Subtitle */
.contactus-banner-content p {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    font-family: "Catamaran", sans-serif;
}

@media (max-width: 992px) {
    .contactus-banner {
        height: 320px;
    }

    .contactus-banner-content {
        padding-left: 40px;
    }

    .contactus-banner-content h1 {
        font-size: 32px;
    }

    .contactus-banner-content {

        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .contactus-banner {
        height: 250px;

    }

    .contactus-banner-content {
        padding-left: 20px;
    }

    .contactus-banner-content h1 {
        font-size: 26px;
    }

    .contactus-banner-content p {
        font-size: 14px;


    }


    .contactus-banner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 60px auto 0px auto;
    }
}


/* ================= CONTACT SECTION ================= */

.contact-section {
    padding: clamp(40px, 6vw, 80px) 0;
    background: #e9edf5;
}

.contact-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contactus-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    text-align: center;
    padding: 0 15px;

}

.contactus-header h4 {
    color: #1c3faa;
    letter-spacing: 5PX;
}

.contactus-header h2 {
    color: #191919;
    font-size: 48px;
    /* Rubik Dirt */
    /* Tilt Prism */
    /* Londrina Sketch */
    /* Bungee Outline */
    /* font-family: "Bungee Outline", sans-serif; */
    /* font-family: "Londrina Sketch", sans-serif; */
    /* font-family: "Tilt Prism", sans-serif; */
    font-family: "Rubik Dirt", system-ui;
    font-weight: 100;
    letter-spacing: 1px;


}

.contactus-header p {
    color: #191919;
    font-size: 14px;
    /* font-family: "Bungee Outline", sans-serif; */


}


/* LEFT IMAGE */
.contact-left {
    width: 45%;
    background: #0f2a5c;
}

.contact-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT FORM */
.contact-right {
    width: 55%;
    padding: 30px 60px 60px 60px;
}

.contact-right h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    color: #1c1c1c;
}

/* FORM */
.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e2e6ef;
    border-radius: 6px;
    font-size: 14px;
    font-family: "Catamaran", sans-serif;
    outline: none;
    background: #e1e8f7;
}

.contact-form textarea {
    height: 120px;
    resize: none;
    margin-bottom: 20px;
}

/* BUTTON */
.contact-form button {
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.contact-form button:hover {}





/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-right {
        padding: 40px;
    }

    .contact-right h2 {
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;

    }
}

@media (max-width: 576px) {
    .contact-form .form-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .contact-right {
        padding: 30px 10px 30px 10px;

    }

    .contactus-header h2 {
        font-size: 36px;
    }

    .contactus-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 420px) {


    .contactus-header h2 {
        font-size: 28px;
    }

    .contactus-header p {
        font-size: 12px;
    }
}



/* infographic card contact */

.infographic-main {
    padding: 60px 20px;
    background: #f5f7fb;
}

.infographic-contact {
    position: relative;

    text-align: center;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.info-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    /* font-family: "Bungee Outline", sans-serif; */
    /* font-family: "Londrina Sketch", sans-serif; */
    font-family: "Rubik Dirt", system-ui;

    color: #07615d;

    font-weight: 50;
    letter-spacing: 1px;
}

.info-header p {
    color: #666;
    margin-bottom: 60px;
}

/* CARDS */
.info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    position: relative;
    z-index: 2;
}

.info-card {
    background: #fff;
    width: 100%;
    padding: clamp(20px, 4vw, 30px);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.3s;
}

.info-card:hover {
    transform: translateY(-10px);
}

/* ICON */
.info-card .icon {
    width: 80px;
    height: 80px;
    margin: -60px auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

/* COLORS */
.green .icon {
    background: #00c896;
}

.orange .icon {
    background: #ff6a00;
}

.blue .icon {
    background: #2d9cff;
}


.green h3 {
    color: #00a97f;
}

.orange h3 {
    color: #ff6a00;
}

.blue h3 {
    color: #2d9cff;
}

.info-card h3 {
    margin-top: 10px;
    font-size: 22px;
}

.info-card p {
    color: #555;
    margin: 10px 0;
}

.info-card button {
    padding: 10px 20px;
    border: none;
    background: #eee;
    border-radius: 6px;
    cursor: pointer;
}

/* 🔥 WAVE */
.wave-line {
    position: absolute;
    bottom: 0;
    /* আগে -10px ছিল, এটা 0 করো */
    left: 0;
    width: 100%;
    height: 200px;
    /* pointer-events: none; */
}

.info-card.active {
    background: linear-gradient(135deg, #1c3faa, #7b5cff);
    color: #fff;
    transition: 0.3s;
}

.info-card.active p {
    color: #eee;
}

.info-card.active button {
    background: #fff;
    color: #000;
}


/* FULL WIDTH MAP */
.map-section {
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 1024px) {
    .info-cards {
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .info-cards {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .info-header h2 {
        font-size: 34px;
    }

    .wave-line {
        width: 120px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
    }

}

@media (max-width: 430px) {
    .info-cards {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .info-header h2 {
        font-size: 34px;
    }

    .infographic-main {
        padding: 40px 20px;
        background: #f5f7fb;
    }

}


.contact-left,
.contact-right,
.info-card,
.map-section,
.footer-left,
.footer-links,
.footer-map {
    will-change: transform, opacity;
}