
/* ==========================
   BASE STYLING 
========================== */
.slider-area {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}

.slider-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* LEFT TEXT */
.slider-content h1 {
    font-weight: 700;
    line-height: 52px;
}

.slider-content p {
    margin-top: 15px;
    line-height: 26px;
}

/* MAIN RIGHT IMAGE */
.main-banner-img {
    width: 100%;
    max-width: 520px;
    display: block;
    margin: 0 auto;
}

/* ALL SHAPES AUTO SCALE */
.slider-thumb img {
    max-width: 100%;
    height: auto;
}

.hero-shape,
.hero-shape3,
.hero-shape4,
.hero-shape5,
.hero-shape7,
.hero-shape8 {
    position: absolute;
    width: 130px;
    height: auto;
    z-index: -1;
}

/* COUNTDOWN */
.countdown-area {
    margin-top: 25px;
    text-align: center;
}

#countdown-two ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* ==========================
   RESPONSIVE SECTION 
========================== */

/* --- 1199px --- */
@media(max-width:1199px) {
    .hero-shape,
    .hero-shape3,
    .hero-shape4,
    .hero-shape5,
    .hero-shape7,
    .hero-shape8 {
        width: 100px;
    }
}

/* --- 991px (Tablet + Mobile) --- */
@media(max-width:991px) {
    .slider-area {
        padding: 80px 0 50px;
        text-align: center;
    }

    .slider-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .slider-content p {
        font-size: 15px;
    }

    .slider-thumb {
        margin-top: 40px;
        position: relative;
    }

    .main-banner-img {
        width: 75%;
    }

    /* Shapes small + positioned better */
    .hero-shape,
    .hero-shape3,
    .hero-shape4,
    .hero-shape5,
    .hero-shape7,
    .hero-shape8 {
        width: 70px;
    }
}

/* --- 768px (Tablet) --- */
@media(max-width:768px) {

    .slider-content h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .slider-content h4 {
        font-size: 18px;
    }

    .main-banner-img {
        width: 80%;
    }

    /* Shapes shrink more */
    .hero-shape,
    .hero-shape3,
    .hero-shape4,
    .hero-shape5,
    .hero-shape7,
    .hero-shape8 {
        width: 55px;
    }

    /* Countdown spacing */
    #countdown-two ul {
        gap: 15px;
    }
}

/* --- 576px (Mobile Phones) --- */
@media(max-width:576px) {

    .slider-area {
        padding: 55px 0;
    }

    .slider-content h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .slider-content p {
        font-size: 14px;
    }

    .main-banner-img {
        width: 90%;
    }

    /* Clean responsive look → remove extra shapes */
    .hero-shape,
    .hero-shape3,
    .hero-shape4 {
        display: none;
    }

    .hero-shape5,
    .hero-shape7,
    .hero-shape8 {
        width: 45px;
        opacity: 0.6;
    }

    /* Countdown mobile friendly */
    #countdown-two ul {
        gap: 10px;
    }

    #countdown-two ul li span {
        font-size: 18px;
    }
}
/* ====== 375px Ultra Small Devices Fix ====== */
@media (max-width: 375px) {

    .slider-content h4 {
        font-size: 14px !important;
        line-height: 20px !important;
        word-break: break-word;
        white-space: normal;
        padding: 0 10px; 
    }

    .slider-content h1 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .slider-content p {
        font-size: 13px !important;
        line-height: 20px;
    }

    .main-banner-img {
        width: 95% !important;
    }
}

/* ===============================================
   ABOUT SECTION – FULLY RESPONSIVE CSS
================================================= */
.about-section.style-three {
    position: relative;
    padding: 100px 0 70px;
    overflow: hidden;
}

/* Titles */
.about-section.style-three .dreamit-section-title h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
}

.about-section.style-three .dreamit-section-title h5 img {
    margin-right: 8px;
}

.about-section.style-three .dreamit-section-content-text p {
    font-size: 17px;
    max-width: 780px;
    margin: 0 auto;
    line-height: 28px;
}

/* MAIN IMAGE */
.about-thumb {
    position: relative;
    z-index: 2;
}

.about-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* BACKGROUND SHAPE */
.about-shape img {
    position: absolute;
    width: 45%;
    max-width: 300px;
    top: 18%;
    left: -5%;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

/* ICON + TEXT BOXES */
.about-single-icon-box {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
}

.about-icon-thumb img {
    width: 65px;
    margin-right: 18px;
}

.about-content h2 {
    font-size: 24px;
    font-weight: 700;
}

.about-content p {
    font-size: 16px;
    line-height: 26px;
}

/* ROUND SHAPE */
.about-shape-one img {
    position: absolute;
    width: 150px;
    right: -20px;
    bottom: -10px;
    opacity: 0.7;
}

/* ===============================================
   1200px LARGE DESKTOP
================================================= */
@media (max-width: 1200px) {
    .about-shape img { width: 40%; }
}

/* ===============================================
   1024px TABLET LANDSCAPE
================================================= */
@media (max-width: 1024px) {
    .about-section.style-three { padding: 80px 0 60px; }
    .about-section.style-three .dreamit-section-title h1 { font-size: 34px; }
    .about-icon-thumb img { width: 58px; }
}

/* ===============================================
   991px TABLET PORTRAIT
================================================= */
@media (max-width: 991px) {
    .about-section.style-three {
        padding: 70px 0 50px;
    }

    .about-shape img {
        width: 42%;
        top: 20%;
        left: -2%;
    }
}

/* ===============================================
   768px - 991px TABLET (iPad)
================================================= */
@media (max-width: 991px) and (min-width: 769px) {
    .about-section.style-three { 
        padding: 80px 0 60px !important; 
    }

    .about-section.style-three .dreamit-section-title h1 { 
        font-size: 36px !important; 
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .about-icon-thumb img { 
        width: 60px !important; 
        margin-right: 18px !important; 
    }

    .about-content h2 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }

    .about-content p {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .about-shape img {
        width: 40% !important;
        top: 18% !important;
        left: -5% !important;
        opacity: 0.8 !important;
    }

    .about-single-icon-box {
        margin-bottom: 28px !important;
    }

    .about-shape-one img { 
        width: 140px !important; 
        right: -15px !important;
        bottom: -8px !important;
    }
}

/* ===============================================
   768px EXACT (iPad Portrait)
================================================= */
@media (max-width: 768px) and (min-width: 768px) {
    .about-section.style-three { 
        padding: 80px 0 60px !important; 
    }

    .about-section.style-three .dreamit-section-title h1 { 
        font-size: 34px !important; 
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .about-icon-thumb img { 
        width: 58px !important; 
        margin-right: 18px !important; 
    }

    .about-content h2 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }

    .about-content p {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .about-thumb img {
        margin-left: 44px;
        width: 134% !important;
        height: 630px !important;
    }


    .about-shape img {
        width: 40% !important;
        top: 18% !important;
        left: -5% !important;
        opacity: 0.8 !important;
    }

    .about-single-icon-box {
        margin-bottom: 26px !important;
        display: flex !important;
        align-items: flex-start !important;
        flex-direction: row !important;
    }

    .about-shape-one img { 
        width: 135px !important; 
        right: -12px !important;
        bottom: -8px !important;
    }
}

/* ===============================================
   640px MOBILE LANDSCAPE
================================================= */
@media (max-width: 640px) {
    .about-section.style-three {
        padding: 60px 12px 45px;
    }

    .about-section.style-three .dreamit-section-title h1 { 
        font-size: 28px; 
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-icon-thumb img { 
        width: 48px; 
        margin-right: 12px;
    }

    .about-content h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .about-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .about-shape img {
        width: 40%;
        top: 10%;
        left: 5%;
        opacity: 0.6;
    }

    .about-single-icon-box {
        margin-bottom: 20px;
    }

    .about-shape-one img { 
        width: 110px; 
    }
}

/* ===============================================
   576px SMALL DEVICES
================================================= */
@media (max-width: 576px) {
    .about-section.style-three {
        padding: 50px 10px 40px;
    }

    .about-section.style-three .dreamit-section-title h1 { 
        font-size: 24px; 
    }

    .about-section.style-three .dreamit-section-title h5 img {
        width: 30px;
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 13px;
        line-height: 22px;
    }

    .about-icon-thumb img { 
        width: 44px; 
        margin-right: 12px;
        flex-shrink: 0;
    }

    .about-content h2 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .about-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .about-shape img {
        width: 45%;
        top: 5%;
        left: 10%;
        opacity: 0.5;
    }

    .about-single-icon-box {
        margin-bottom: 18px;
        padding: 0;
    }

    .about-shape-one img { 
        width: 95px; 
        right: -10px;
        bottom: -10px;
    }
}

/* ===============================================
   425px MOBILE
================================================= */
@media (max-width: 425px) {
    .about-section.style-three {
        padding: 45px 8px 35px;
    }

    .about-section.style-three .dreamit-section-title h1 { 
        font-size: 20px; 
    }

    .about-section.style-three .dreamit-section-title h5 {
        font-size: 12px;
    }

    .about-section.style-three .dreamit-section-title h5 img {
        width: 24px;
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .about-icon-thumb img { 
        width: 38px; 
        margin-right: 10px;
    }

    .about-content h2 {
        font-size: 14px;
    }

    .about-content p {
        font-size: 11px;
        line-height: 18px;
    }

    .about-shape img {
        width: 50%;
        top: 0%;
        left: 12%;
        opacity: 0.4;
        max-width: 140px;
    }

    .about-single-icon-box {
        margin-bottom: 16px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-shape-one img { 
        width: 80px; 
        right: -5px;
        bottom: -5px;
    }
}
@media (max-width: 375px) {
    .about-section.style-three .dreamit-section-title h5 img {
        width: 13px !important;
        margin-right: 5px !important;
    }
}


/* ===============================================
   375px iPhone 11/12/13/SE
================================================= */
@media (max-width: 375px) {
    .about-section.style-three {
        padding: 40px 6px 30px;
    }

    .about-section.style-three .dreamit-section-title h1 {
        font-size: 18px;
    }

    .about-section.style-three .dreamit-section-title h5 {
        font-size: 11px;
    }

    .about-section.style-three .dreamit-section-title h5 img {
        width: 20px;
        margin-right: 5px;
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 11px;
        line-height: 18px;
    }

    .about-icon-thumb img { 
        width: 36px; 
        margin-right: 8px;
    }

    .about-content h2 {
        font-size: 13px;
    }

    .about-content p {
        font-size: 10px;
        line-height: 16px;
    }

    .about-shape img {
        width: 55%;
        top: -5%;
        left: 10%;
        opacity: 0.35;
    }

    .about-single-icon-box {
        margin-bottom: 14px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-shape-one img { 
        width: 70px; 
        right: -8px;
        bottom: -8px;
        opacity: 0.5;
    }
}

/* ===============================================
   320px SMALLEST DEVICES
================================================= */
@media (max-width: 320px) {
    .about-section.style-three { 
        padding: 35px 5px 25px; 
    }

    .about-section.style-three .dreamit-section-title h1 { 
        font-size: 16px; 
    }

    .about-section.style-three .dreamit-section-title h5 {
        font-size: 10px;
    }

    .about-section.style-three .dreamit-section-content-text p {
        font-size: 10px;
        line-height: 16px;
    }

    .about-icon-thumb img { 
        width: 32px; 
        margin-right: 8px;
    }

    .about-content h2 {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .about-content p {
        font-size: 9px;
        line-height: 15px;
    }

    .about-shape img {
        width: 60%;
        top: -10%;
        left: 8%;
        opacity: 0.3;
    }

    .about-single-icon-box {
        margin-bottom: 12px;
    }

    .about-shape-one img { 
        width: 60px; 
        right: -10px;
        bottom: -10px;
        opacity: 0.4;
    }
}


.service-card-modern {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-modern:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 25px 50px rgba(0,0,0,0.55);
}

.service-icon-modern {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.service-card-modern:hover .service-icon-modern {
    background: rgba(255,255,255,0.25);
    transform: scale(1.15);
}

.service-icon-modern img {
    width: 45px;
    height: 45px;
}

.service-content-modern h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.service-content-modern p {
    font-size: 15px;
    color: #dcdcdc;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .service-card-modern { padding: 30px 20px; }
    .service-content-modern h3 { font-size: 20px; }
    .service-content-modern p { font-size: 14px; }
}

@media (max-width: 767px) {
    .service-card-modern { padding: 25px 15px; }
    .service-content-modern h3 { font-size: 18px; }
    .service-content-modern p { font-size: 13px; }
}


/* ===============================================
   Choose Section – Full Responsive Fix
================================================= */
.choose-section.style-two {
    padding: 90px 0 70px;
    overflow: hidden;
}

.choose-section.style-two .dreamit-section-title {
    padding-bottom: 20px;
}

.choose-section.style-two .dreamit-section-main-title h1 {
    font-size: 40px;
    line-height: 50px;
}

.choose-section.style-two .dreamit-section-content-text p,
.choose-section.style-two .dreamit-content-text-inner p {
    font-size: 16px;
    line-height: 28px;
}

.choose-section.style-two .choose-btn a {
    display: inline-block;
    background: #0092fa;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s;
}

.choose-section.style-two .choose-btn a:hover {
    background: #ff4500;
}

.choose-section.style-two .choose-thumb img {
    width: 100%;
    height: auto;
}

/* ======================
   Responsive Styles
====================== */

/* Large Desktop */
@media (max-width: 1199px) {
    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

/* Medium Desktop / 1024px */
@media (max-width: 1024px) {
    .choose-section.style-two {
        padding: 85px 0 65px !important;
    }

    .choose-section.style-two .row.align-items-center {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .choose-section.style-two .col-lg-6,
    .choose-section.style-two .col-md-6 {
        flex: 0 0 48% !important;
        max-width: 48% !important;
    }

    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    .choose-section.style-two .dreamit-section-content-text p,
    .choose-section.style-two .dreamit-content-text-inner p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .choose-section.style-two .choose-btn a {
        padding: 10px 26px !important;
        font-size: 13px !important;
    }

    /* Image proper alignment */
    .choose-section.style-two .choose-thumb {
        text-align: right !important;
        padding-left: 0 !important;
        padding-right: 10px !important;
    }

    .choose-section.style-two .choose-thumb img {
        width: 100% !important;
        height: auto !important;
        max-width: 380px !important;
        display: block !important;
        /* margin-left: auto !important; */
    }

    /* Text proper padding */
    .choose-section.style-two .dreamit-section-title {
        padding-right: 10px !important;
        padding-left: 0 !important;
    }
}

/* Tablet / 991px */
@media (max-width: 991px) {
    .choose-section.style-two {
        padding: 70px 0 50px;
    }

    .choose-section.style-two .col-lg-6,
    .choose-section.style-two .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .choose-section.style-two .dreamit-section-content-text p,
    .choose-section.style-two .dreamit-content-text-inner p {
        font-size: 15px;
        line-height: 26px;
    }

    .choose-section.style-two .choose-thumb {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 30px auto 0 !important;
    }

    .choose-section.style-two .choose-thumb img {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    .choose-section.style-two .dreamit-section-title {
        padding-right: 0 !important;
        text-align: center;
    }

    .choose-section.style-two .dreamit-section-content-text,
    .choose-section.style-two .dreamit-content-text-inner,
    .choose-section.style-two .choose-btn {
        text-align: center;
    }
}

/* Mobile / ≤767px */
@media (max-width: 767px) {
    .choose-section.style-two {
        padding: 50px 0 40px;
    }

    .choose-section.style-two .col-lg-6,
    .choose-section.style-two .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .choose-section.style-two .dreamit-section-content-text,
    .choose-section.style-two .dreamit-content-text-inner,
    .choose-section.style-two .choose-btn {
        text-align: center;
    }

    .choose-section.style-two .choose-thumb {
        margin-top: 30px;
        text-align: center;
        padding-left: 0;
    }

    .choose-section.style-two .choose-thumb img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

/* Mobile Small / ≤575px */
@media (max-width: 575px) {
    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .choose-section.style-two .dreamit-section-content-text p,
    .choose-section.style-two .dreamit-content-text-inner p {
        font-size: 14px;
        line-height: 24px;
    }

    .choose-section.style-two .choose-btn a {
        padding: 10px 25px;
        font-size: 14px;
    }

    .choose-section.style-two .choose-thumb img {
        width: 100%;
        max-width: 300px;
    }
}

/* Mobile / ≤425px */
@media (max-width: 425px) {
    .choose-section.style-two {
        padding: 45px 0 35px;
    }

    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .choose-section.style-two .dreamit-section-content-text p,
    .choose-section.style-two .dreamit-content-text-inner p {
        font-size: 12px;
        line-height: 20px;
    }

    .choose-section.style-two .choose-btn a {
        padding: 8px 20px;
        font-size: 12px;
    }

    .choose-section.style-two .choose-thumb img {
        width: 100%;
        max-width: 250px;
    }
}

/* Extra Small / ≤320px */
@media (max-width: 320px) {
    .choose-section.style-two {
        padding: 35px 0 25px;
    }

    .choose-section.style-two .dreamit-section-main-title h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .choose-section.style-two .dreamit-section-content-text p,
    .choose-section.style-two .dreamit-content-text-inner p {
        font-size: 11px;
        line-height: 18px;
    }

    .choose-section.style-two .choose-btn a {
        padding: 7px 18px;
        font-size: 11px;
    }

    .choose-section.style-two .choose-thumb img {
        width: 100%;
        max-width: 200px;
    }
}
  

  
/* ===============================================
   Road Map – Responsive Fix
================================================= */
.road-map.style-two {
    padding: 100px 0 50px;
    position: relative;
}

.road-map.style-two .dreamit-section-title h1 {
    font-size: 40px;
    line-height: 50px;
}

.road-map.style-two .dreamit-section-content-text p {
    font-size: 16px;
    line-height: 28px;
}

.single-road-map-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.single-road-map-box:hover {
    transform: translateY(-10px);
}

.single-road-map-box .single-road-map-content h4 {
    font-size: 18px;
    color: #ff5e14;
    margin-bottom: 15px;
}

.single-road-map-box .road-map-content-inner h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.single-road-map-box .road-map-content-inner p {
    font-size: 15px;
    line-height: 24px;
    color: #555;
}

/* Shapes */
.road-map.style-two .shape16,
.road-map.style-two .shape17 {
    position: absolute;
    z-index: 1;
}

/* ======================
   Responsive Styles
====================== */

/* Large Desktop */
@media (max-width: 1199px) {
    .road-map.style-two .dreamit-section-title h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .single-road-map-box .road-map-content-inner h3 {
        font-size: 20px;
    }
}

/* Tablet / 991px */
@media (max-width: 991px) {
    .road-map.style-two {
        padding: 70px 0 40px;
    }

    .single-road-map-box {
        margin-bottom: 25px;
    }

    .single-road-map-box .road-map-content-inner h3 {
        font-size: 18px;
    }
}

/* Small Tablet / 768px */
@media (max-width: 768px) {
    .road-map.style-two .col-lg-4,
    .road-map.style-two .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto 25px;
    }

    .road-map.style-two .row.tooper {
        padding-top: 30px;
    }
}

/* Mobile / ≤767px */
@media (max-width: 767px) {
    .road-map.style-two .col-lg-4,
    .road-map.style-two .col-md-6,
    .road-map.style-two .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .road-map.style-two .dreamit-section-title h1 {
        font-size: 28px;
        text-align: center;
    }

    .road-map.style-two .dreamit-section-content-text p {
        text-align: center;
        font-size: 14px;
    }

    .road-map.style-two .single-road-map-box {
        padding: 20px 15px;
    }

    .road-map.style-two .single-road-map-content h4 {
        font-size: 16px;
    }

    .road-map.style-two .road-map-content-inner h3 {
        font-size: 18px;
    }

    .road-map.style-two .road-map-content-inner p {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Extra Small / ≤575px */
@media (max-width: 575px) {
    .road-map.style-two {
        padding: 50px 0 30px;
    }

    .road-map.style-two .single-road-map-box {
        padding: 15px 10px;
    }

    .road-map.style-two .single-road-map-content h4 {
        font-size: 14px;
    }

    .road-map.style-two .road-map-content-inner h3 {
        font-size: 16px;
    }

    .road-map.style-two .road-map-content-inner p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 1024px) {
    .shape16 {
        margin-left: 20px;
    }
}


    /* ===============================================
   FAQ SECTION – RESPONSIVE
================================================= */
.faq-section.style-four .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-section.style-four .tabs li {
    cursor: pointer;
    padding: 0px 20px;
    border-radius: 25px;
    background: #f0f0f0;
    font-size: 14px;
}

.faq-section.style-four .tabs li.active {
    background: #0092fa;
    color: #fff;
}

.faq-section.style-four .accordion li {
    margin-bottom: 15px;
}

.faq-section.style-four .accordion li a {
    display: block;
    font-weight: 600;
    cursor: pointer;
}

.faq-section.style-four .accordion li p {
    margin-top: 5px;
    font-size: 14px;
}

/* IMAGE RESPONSIVENESS */
.faq-section.style-four .faq-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ===============================================
   TABLET – max-width 1024px
================================================= */
@media (max-width: 1024px) {
    .faq-section.style-four .row.align-items-center {
        flex-direction: column-reverse;
        text-align: center;
    }
}

/* ===============================================
   MOBILE – max-width 768px
================================================= */
@media (max-width: 768px) {
    .faq-section.style-four .tabs li {
        padding: 1px 12px;
        font-size: 13px;
    }

    .faq-section.style-four .accordion li p {
        font-size: 13px;
    }

    .faq-section.style-four .faq-thumb img {
        width: 80%;
    }
}
@media (max-width: 768px) {
    .faq-section.style-four .tab-content {
        display: block;       /* Ensure block layout */
        margin-top: 15px;     /* Heading ke niche space */
        text-align: center;
    }

    .faq-section.style-four .tabs {
        flex-direction: row;   /* Row hi rahega, center align */
        flex-wrap: wrap;       /* Line break ho jaye agar space kam ho */
        justify-content: center;
        gap: 8px;
        margin-top: 10px;      /* Heading aur tabs ke beech gap */
    }
    
}


