.real-hero{
    position:relative;
    overflow:hidden;
    /* min-height:100vh; */

    background: linear-gradient(
        135deg,
        #23468e 0%,
        #2e61b5 50%,
        #3d7de0 100%
    );
    margin-top: 70px;;

    color:#fff;
    display:flex;
    align-items:center;
}


.hero-section{
    background-image: url(/images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    /* height: 128vh !important; */
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.08);
}

.city-bg{
    position:absolute;
    right:0;
    bottom:0;
    width:52%;
    opacity:.25;
    pointer-events:none;
}

.hero-tag{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}

.hero-title{
    font-size:40px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:10px;
}

.hero-subtitle{
    font-size:33px;
    font-weight:700;
    margin-bottom:30px;
}

.highlight-text{
    color:#ffd54a;
    position:relative;
    display:inline-block;
}

.head{
    font-size: 21px !important;
}

.underline-svg{
    position:absolute;
    left:0;
    width:100%;
    bottom:-20px;
}
/* .audience-content li:before{
    content: "▶";
    position: absolute;
    left: -18px;
    color: #ff5722;
    font-size: .8rem;
} */

.audience-head{
    font-family: "Poppins", sans-serif;
}

.audience-content li{
    font-family: "Poppins", sans-serif;
}


.hero-desc{
    font-size:16px;
    line-height:1.8;
    max-width:850px;
    color:rgba(255,255,255,.95);
}

.schedule-btn{
    display:inline-block;
    margin-top:25px;
    padding:10px 20px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:10px;
    transition:.3s;
    font-size: 14px;
}

.schedule-btn:hover{
    background:#0056d2;
    color:#fff;
}

.reviews-row{
    margin-top:90px;
    padding-top:40px;
    /* border-top:1px solid rgba(255,255,255,.15); */
}

.review-box{
    text-align:center;
    margin-bottom:20px;
}

.review-box h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:12px;
}

.review-content{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.review-content img{
    width:30px;
}

.review-content span{
    font-size:14px;
    color:#dce7ff;
    font-weight:600;
}

/* Tablet */

@media(max-width:991px){

    .real-hero{
        padding:80px 0;
    }

    .city-bg{
        width:85%;
        opacity:.15;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-subtitle{
        font-size:42px;
    }

    .hero-desc{
        font-size:18px;
    }

    .reviews-row{
        margin-top:60px;
    }
}

/* Mobile */

@media(max-width:576px){

    .hero-tag{
        font-size:14px;
        margin-top: 60px;
    }

    .hero-title{
        font-size:34px;
    }

    .hero-subtitle{
        font-size:30px;
    }

    .hero-desc{
        font-size:15px;
        line-height:1.8;
    }

    .schedule-btn{
        width:50%;
        text-align:center;
    }

    .review-box h4{
        font-size:24px;
    }

    .review-content span{
        font-size:13px;
    }

    .city-bg{
        width:120%;
        right:-30%;
    }
}

.right-to-left .scroll-content{
    animation: scrollRight 25s linear infinite;
}

.left-to-right .scroll-content{
    animation: scrollLeft 25s linear infinite;
}

/* =========================
   PARTNER SECTION
========================= */
.partners-sections{
    /* background:#f8f8f8; */
    overflow:hidden;
}

.marquee{
    width:100%;
    overflow:hidden;
    position:relative;
}

.marquee-content{
    display:flex;
    align-items:center;
    gap:80px;
    width:max-content;
    animation: scrollLeft 25s linear infinite;
}

.reverse .marquee-content{
    animation: scrollRight 25s linear infinite;
}

.marquee-content img{
    width:160px;
    height:80px;
    object-fit:contain;
    flex-shrink:0;
    transition:.3s;
}

.marquee-content img:hover{
    transform:scale(1.08);
}

@keyframes scrollLeft{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@keyframes scrollRight{
    from{
        transform:translateX(-50%);
    }
    to{
        transform:translateX(0);
    }
}

/* Mobile */

@media(max-width:768px){

    .marquee-content{
        gap:40px;
    }

    .marquee-content img{
        width:100px;
        height:50px;
    }

}








body{
    font-family: "Poppins", sans-serif;
    background:#f8f6f3;
}

.hero-wrapper{
    padding:90px 0;
    overflow:hidden;
}

.hero-titles{
    /* font-size:58px; */
    font-weight:800;
    line-height:1.15;
    color:#1f1f1f;
    margin-bottom:28px;
    letter-spacing:-1px;
}

.hero-titles div{
    color:#302cba !important;
}

.hero-descriptions{
    max-width:720px;
    font-size:18px;
    font-weight:400;
    line-height:1.7;
    color:#444 !important;
    margin-bottom:35px;
}

.btn-group{
    width:auto !important;
}
.circle-image
.btn-off{
    background:#302cba !important;
    border:none !important;
    color:#fff !important;
    font-size:20px;
    font-weight:600;
    padding:16px 32px !important;
    border-radius:60px !important;
    transition:.3s;
}

.btn-off:hover{
    background:#241fb1 !important;
    transform:translateY(-3px);
}

.image-col{
    display:flex;
    justify-content:center;
    align-items:center;
}

.circle-image{
    position:relative;
    width:440px;
    height:440px;
}

.circle-image img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}

.floating-card{
    position:absolute;
    background:#302cba;
    color:#fff;
    border-radius:18px;
    padding:12px 14px;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.revenue-card{
    left:-45px;
    bottom:80px;
}

.revenue-card p{
    margin:0;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
}

.revenue-card h4{
    margin:8px 0 0;
    font-size:24px;
    font-weight:700;
}

.floating-cards{
    position:absolute;
    top:120px;
    right:-60px;
    background:#fff;
    color:#222;
    border-radius:18px;
    padding:12px 16px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.channels-card h6{
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
}

.channels-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.channels-card li{
    font-size:15px;
    margin-bottom:10px;
}

/* ---------- Laptop ---------- */

@media(max-width:1200px){

.hero-titles{
    font-size:50px;
}

.hero-descriptions{
    font-size:20px;
}

.circle-image{
    width:430px;
    margin-left:40px;
    height:430px;
}

.revenue-card h4{
    font-size:34px;
}

}

/* ---------- Tablet ---------- */

@media(max-width:991px){

.hero-wrapper{
    padding:70px 0;
}

.hero-titles{
    font-size:42px;
    text-align:center;
}

.hero-descriptions{
    font-size:18px;
    text-align:center;
}

.btn-group{
    display:flex;
    justify-content:center;
}

.image-col{
    margin-bottom:40px;
    display:block !important; 
}

.circle-image{
    width:360px;
    height:360px;
}

.revenue-card{
    left:-20px;
    bottom:35px;
}

.revenue-card h4{
    font-size:28px;
}

.floating-cards{
    top:40px;
    right:-40px;
}

}

.travel-slider .card{

    border-radius:18px;

    min-height:220px;

    text-align:center;

}

.travel-slider .card h6{

    font-size:24px;

}

.travel-slider .card p{

    font-size:17px;

}

.slick-prev,
.slick-next{

    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff !important;
    z-index:99;

}

.slick-prev{

    left:-20px;

}

.slick-next{

    right:-20px;

}

.slick-prev:before,
.slick-next:before{

    color:#000;
    font-size:22px;

}

.slick-dots li button:before{

    font-size:12px;

}
/* ---------- Mobile ---------- */

@media(max-width:576px){

.hero-wrapper{
    padding:40px 0;
}

.hero-titles{
    font-size:28px;
    line-height:1.25;
    margin-bottom:20px;
}

.hero-descriptions{
    font-size:16px;
    line-height:1.8;
    text-align:center;
}

.circle-image{
    width:280px;
    height:280px;
}

.floating-card{
    padding:12px 16px;
}

.revenue-card{
    left:-10px;
    bottom:10px;
}

.revenue-card p{
    font-size:10px;
}

.revenue-card h4{
    font-size:20px;
}

.floating-cards{
    right:-30px;
    top:15px;
    padding:12px 16px;
}

.channels-card h6{
    font-size:12px;
}

.channels-card li{
    font-size:10px;
}

.btn-off{
    width:100%;
    justify-content:center;
    font-size:17px;
}

.btn-group{
    width:100% !important;
    justify-content:center;
}
}













/* =========================
   STATS SECTION
========================= */

.stats-section {
    background: #efefef;
}

.content-box {
    max-width: 1200px;
    margin: auto;
}

.content-box h2 {
    font-size: 33px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.sub-title {
    font-size: 22px;
    margin-bottom: 25px;
}

.sub-title span {
    color:#302cba;
    font-weight: 700;
}

.description {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.stat-card h6 {
    color: #302cba;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
}

.stat-card h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0;
}

.stat-card p {
    font-size: 18px;
    /* margin-bottom: 15px; */
    min-height: 50px;
}

.line {
    width: 180px;
    height: 4px;
    background: #3d4eff;
    margin: auto;
    border-radius: 10px;
}

.bottom-text {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .partner-title{
        font-size:28px;
    }

    .logo-row{
        justify-content:center;
        gap:20px;
    }

    .logo-row img{
        max-width:110px;
        height:50px;
    }

    .content-box h2{
        font-size:30px;
    }

    .sub-title{
        font-size:22px;
    }

    .description,
    .bottom-text{
        font-size:15px;
    }

    .stat-card h3{
        font-size:28px;
    }

    .stat-card p{
        font-size:14px;
    }

    .line{
        width:100px;
    }
}



.lead-growth-section{
    background:#fff;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#111;
}

.section-title span{
    color:#3257ff;
}

.section-desc{
    color:#666;
    max-width:850px;
    margin-top:15px;
    line-height:1.8;
}

.strategy-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 28px;
    border:1px solid #000;
    border-radius:50px;
    text-decoration:none;
    color:#000;
    font-weight:600;
}

.strategy-btn i{
    width:30px;
    height:30px;
    background:#000;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tab-box{
    border-left:3px solid #ddd;
    padding:15px 20px;
    margin-bottom:15px;
    cursor:pointer;
    transition:.3s;
}

.tab-box h4{
    font-size:22px;
    margin:0;
    font-weight:600;
}

.tab-box ul{
    margin-top:15px;
    padding-left:20px;
    display:none;
}

.tab-box.active{
    border-left:3px solid #ff4d2e;
    background:#fafafa;
}

.tab-box.active ul{
    display:block;
}

.tab-box.active h4{
    color:#111;
}

.image-box img{
    width:100%;
    max-width:550px;
    border-radius:15px;
}

.tab-box ul li{
    margin-bottom:10px;
    color:#555;
}

@media(max-width:768px){

    .section-title{
        font-size:28px;
    }

    .tab-box h4{
        font-size:18px;
    }

    .section-desc{
        font-size:14px;
    }
}
.audience-heading {
    padding: 18px 20px;
    border-left: 4px solid #d9d9d9;
    cursor: pointer;
    transition: .35s;
    margin-bottom: 18px;
}

.audience-heading.active {
    border-left-color: #ff5a1f;
    background: #f8f8f8;
}

.audience-head {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.audience-content {
    display: none;
    padding-top: 16px;
}

.audience-heading.active .audience-content {
    display: block;
}

/* Remove default bullets */
.audience-content ul{
    list-style:none !important;
    padding-left:0;
    margin:0;
}

.audience-content li{
    position:relative;
    padding-left:24px;
    color:#222;
    font-size:16px;
    line-height:1.6;
}

.audience-content li::before{
    content:"►";
    position:absolute;
    left:0;
    top:2px;
    color:#ff5a1f !important;
    font-size:.8rem;
    font-weight:700;
}
.image-wrapper {
    text-align: center;
}

.image-wrapper img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
}

/* Mobile */

@media (max-width:768px){

    .audience-heading{
        padding:16px;
    }

    .audience-head{
        font-size:18px;
    }
    .con-hero{
        margin-top: -130px !important;
    }

    .audience-content li{
        font-size:15px;
        line-height:1.6;
    }

    .image-wrapper{
        margin-bottom:30px;
    }

}



.stats-slider-section{
    overflow:hidden;
}

.slider-wrapper{
    overflow:hidden;
    width:100%;
}

.slider-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation: scrollCards 25s linear infinite;
}

.slider-track:hover{
    animation-play-state: paused;
}

.stat-card{
    width:100%;
    min-height:170px;
    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:18px;
    padding:25px 10px;
    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.stat-card h2{
    color:#302cba;
    font-size:30px;
    font-weight:800;
    margin-bottom:15px;
}
html,
body {
    width: 100%;
    overflow-x: hidden;
}

.stat-card p{
    font-size:16px;
    line-height:1.5;
    color:black;
    font-weight: 600;
    /* margin-bottom:20px; */
}

.stat-card img{
    width:100px;
    height:50px;
    object-fit:contain;
}

@keyframes scrollCards{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* Tablet */
@media(max-width:991px){

    .stat-card{
        width:auto;
    }

    .stat-card h2{
        font-size:42px;
    }

}

/* Mobile */
@media(max-width:576px){

    .stat-card{
        /* width:220px !important; */
        min-height:200px;
    }

    .stat-card h2{
        font-size:34px;
    }

    .stat-card p{
        font-size:14px;
    }

}
.growth-section{
    background:#fff;
}

.section-tag{
    display:none;
}

.growth-title{
    font-size:56px;
    font-weight:800;
    line-height:1.05;
    color:#212529;
    margin-bottom:18px;
    letter-spacing:-1px;
}

.growth-title span{
    color:#3f3fd1;
}

.growth-desc{
    font-size:18px;
    line-height:1.55;
    color:#4b5563;
    max-width:560px;
}

.modern-accordion{
    display:flex;
    flex-direction:column;
}

.accordion-item-custom{
    border-bottom:1px solid #dfe3ea;
    background:#fff;
}

.accordion-header-custom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    cursor:pointer;
}
.title-wrap{
    display:flex;
    align-items:center;
    gap:16px;
}

.step-icon{
    font-size:22px;
    color:#2563eb;
    flex-shrink:0;
}

.accordion-header-custom div{
    font-size:20px;
    font-weight:700;
    color:#111827;
    display:flex;
    align-items:center;
}
.accordion-header-custom div{
    font-size:20px;
    font-weight:700;
    color:#1f2937;
    display:flex;
    align-items:center;
    gap:16px;
    line-height:1.3;
}

.step{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    margin-right:14px;
}

.step::before{
    content:"↗";
    color:#2166f3;
    font-size:28px;
    font-weight:700;
    line-height:1;
}
/* Plus / Minus */
.icon{
    font-size:38px;
    color:#111;
    font-weight:300;
    line-height:1;
}

.accordion-item-custom.active .icon::before{
    content:"−";
}

.accordion-item-custom .icon::before{
    content:"+";
}

.accordion-content-custom{
    max-height:0;
    overflow:hidden;
    transition:.35s;
    font-size:17px;
    color:#4b5563;
    line-height:1.65;
    padding-right:40px;
}

.accordion-item-custom.active .accordion-content-custom{
    max-height:220px;
    padding-bottom:28px;
}

.accordion-item-custom.active{
    border-bottom:1px solid #dfe3ea;
    box-shadow:none;
}

@media(max-width:768px){

    .growth-title{
        font-size:42px;
    }

    .growth-desc{
        font-size:16px;
    }

    .accordion-header-custom{
        padding:13px 0;
    }

    .accordion-header-custom div{
        font-size:18px;
        gap:12px;
    }

    .step{
        font-size:22px;
    }

    .icon{
        font-size:30px;
    }

    .accordion-content-custom{
        font-size:15px;
        padding-right:0;
    }

}
.strategy-section{
    background:#f4f4f4;
}

.strategy-card{
    max-width:900px;
    margin:auto;
    background:#4d59d7;
    border-radius:8px;
    text-align:center;
    padding:18px 20px 22px;
    color:#fff;
}

.strategy-card h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.strategy-card p{
    margin-bottom:4px;
    font-size:17px;
}

.members-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin:18px 0;
    flex-wrap:wrap;
}

.members{
    display:flex;
}

.members img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #fff;
    margin-left:-10px;
}

.members img:first-child{
    margin-left:0;
}

.members-wrap span{
    font-size:17px;
}

.strategy-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#fff;
    border:2px solid #fff;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.strategy-btn:hover{
    background:#fff;
    color:#4d59d7;
}

@media(max-width:768px){

    .strategy-card{
        padding:20px;
    }

    .strategy-card h4{
        font-size:22px;
    }

    .strategy-card p{
        font-size:15px;
    }

}

.caseSlider{
    padding-bottom:50px;
}

.caseSlider .swiper-slide{
    height:auto;
}

.case-card{
    height:420px;          /* apne hisab se 400-450px */
    border-radius:20px;
    overflow:hidden;
}

.slider-track{
    display:flex;
    width:max-content;
    animation: scroll 25s linear infinite;
}

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.case-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.case-study-section{
    background:#f5f5f5;
}

.case-heading{
    margin-bottom:40px;
}

.case-heading h2{
    font-size:58px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.case-heading span{
    color:#4d59d7;
}

.case-heading p{
    max-width:1050px;
    font-size:22px;
    line-height:1.5;
    color:#333;
}

.case-card{
    position:relative;
    border-radius:14px;
    overflow:hidden;
    height:520px;
}

.case-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.case-card:hover img{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );
}

.case-top{
    position:absolute;
    top:18px;
    left:20px;
    color:#fff;
    z-index:2;
}

.case-top h3{
    margin:0;
    font-size:42px;
    font-weight:800;
}

.case-top span{
    font-size:15px;
    font-weight:700;
}

.case-bottom{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    z-index:2;
}

.case-bottom a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.case-bottom button{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#000;
    color:#fff;
    font-size:18px;
}

.caseSlider{
    padding-bottom:50px;
}

.caseSlider .swiper-pagination-bullet{
    width:10px;
    height:10px;
}

.caseSlider .swiper-pagination-bullet-active{
    background:#4d59d7;
}

@media(max-width:991px){

    .case-heading h2{
        font-size:42px;
    }

    .case-heading p{
        font-size:17px;
    }

    .case-card{
        height:420px;
    }
}

@media(max-width:576px){

    .case-heading h2{
        font-size:34px;
    }

    .case-card{
        height:380px;
    }
}

/* ==========================
   Travelers Section
========================== */

.travelers-section{
    background:#f8f6f3;
    padding:90px 0;
    overflow:hidden;
}

.travelers-section h2{
    font-size:42px;
    font-weight:800;
    color:#202124;
    line-height:1.2;
    letter-spacing:-0.5px;
    margin-bottom:25px;
}

.travelers-section .highlightss{
    color:#302cba;
    font-weight:800;
}

.travelers-section .text-muted{
    max-width:1180px;
    margin:auto;
    font-size:18px;
    line-height:1.5;
    /* color:#555 !important; */
    margin-bottom:20px !important;
}

/* =====================
   Slider
===================== */

.travelers-section .slick-slider{
    margin-top:20px;
}

.travelers-section .px-2{
    padding:14px !important;
}

/* =====================
   Card
===================== */

.travelers-section .card{
    border:1px solid #d8d8d8;
    border-radius:20px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.08)!important;
    transition:.35s;
    min-height:200px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.travelers-section .card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12)!important;
}
*{
    font-family: "Poppins", sans-serif;
}

.travelers-section .card h6{
    font-size:20px;
    font-weight:700;
    color:#202124;
    line-height:1.25;
    margin-bottom:10px;
}

.travelers-section .card p{
    font-size:16px !important;
    line-height:1.5;
    color:#555;
    margin:0;
}

/* =====================
   Slick Dots
===================== */

.travelers-section .slick-dots{
    bottom:-55px;
}

.travelers-section .slick-dots li{
    width:14px;
    height:14px;
    margin:0 6px;
}

.travelers-section .slick-dots li button:before{
    font-size:12px;
    color:#bdbdbd;
    opacity:1;
}

.travelers-section .slick-dots li.slick-active button:before{
    color:#202124;
}

/* =====================
   Arrow
===================== */

.travelers-section .slick-prev,
.travelers-section .slick-next{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.10);
    z-index:5;
}

.travelers-section .slick-prev:hover,
.travelers-section .slick-next:hover{
    background:#302cba;
}

.travelers-section .slick-prev:before,
.travelers-section .slick-next:before{
    color:#222;
    font-size:22px;
    opacity:1;
}

.travelers-section .slick-prev:hover:before,
.travelers-section .slick-next:hover:before{
    color:#fff;
}

.travelers-section .slick-prev{
    left:-25px;
}

.travelers-section .slick-next{
    right:-25px;
}

/* =====================
   Laptop
===================== */

@media(max-width:1200px){

.travelers-section h2{
    font-size:44px;
}

.travelers-section .text-muted{
    font-size:20px;
}

.travelers-section .card{
    /* min-height:220px; */
}

.travelers-section .card h6{
    font-size:22px;
}

.travelers-section .card p{
    font-size:17px!important;
}

}

/* =====================
   Tablet
===================== */

@media(max-width:991px){

.travelers-section{
    padding:70px 0;
}

.travelers-section h2{
    font-size:38px;
}

.travelers-section .text-muted{
    font-size:18px;
    margin-bottom:45px!important;
}

.travelers-section .card{
    min-height:210px;
}

.travelers-section .card h6{
    font-size:22px;
}

.travelers-section .card p{
    font-size:17px!important;
}

.travelers-section .slick-prev{
    left:-10px;
}

.travelers-section .slick-next{
    right:-10px;
}

}

/* =====================
   Mobile
===================== */

@media(max-width:576px){

.travelers-section{
    padding:55px 0;
}

.travelers-section h2{
    font-size:30px;
    line-height:1.35;
}

.travelers-section .text-muted{
    font-size:16px;
    line-height:1.8;
    margin-bottom:35px!important;
}

.travelers-section .card{
    min-height:180px;
    padding:25px!important;
}

.travelers-section .card h6{
    font-size:21px;
}

.travelers-section .card p{
    font-size:16px!important;
}

.travelers-section .slick-prev,
.travelers-section .slick-next{
    display:none!important;
}

.travelers-section .slick-dots{
    bottom:-42px;
}

}



/*==========================
 Multichannel Section
==========================*/

.multichannel-section{
    padding:90px 4%;
    background:#fff;
    overflow:hidden;
}

.multichannel-section h2{
    font-size:34px;
    font-weight:800!important;
    line-height:1.15;
    color:#1f1f1f;
    margin-bottom:22px;
}

.multichannel-section .highlightss{
    color:#302cba;
}

.multichannel-section .text-muted{
    color:#505050!important;
    font-size:16px;
    line-height:1.5;
    margin-bottom:30px;
}

.multichannel-section ul{
    padding-left:0;
    margin-top:15px;
}

.multichannel-section li{
    font-size:16px;
    line-height:1.5;
    color:#222;
    margin-bottom:26px!important;
}

.multichannel-section li b{
    font-weight:700;
    color:#111;
}

.mockup-img{
    width:100%;
    max-width:520px;
    height:auto;
    display:block;
    margin:auto;
    transition:.4s;
}

.mockup-img:hover{
    transform:scale(1.02);
}

.partner-logos{
    margin-top:40px!important;
    align-items:center;
    flex-wrap:wrap;
    gap:40px!important;
}

.partner-logos img{
    height:38px;
    width:auto;
    object-fit:contain;
    transition:.3s;
}

.partner-logos img:hover{
    transform:translateY(-4px);
}

/*==========================
Laptop
==========================*/

@media(max-width:1200px){

.multichannel-section h2{
    font-size:38px;
}

.multichannel-section .text-muted{
    font-size:20px;
}

.multichannel-section li{
    font-size:19px;
}

.mockup-img{
    max-width:560px;
}

}

/*==========================
Tablet
==========================*/

@media(max-width:991px){

.multichannel-section{
    padding:70px 20px;
}

.multichannel-section h2{
    font-size:40px!important;
    text-align:center;
    margin-bottom:25px;
}

.multichannel-section .text-muted{
    text-align:center;
    font-size:18px;
}

.multichannel-section ul{
    margin-top:30px;
}

.multichannel-section li{
    font-size:17px;
}

.partner-logos{
    justify-content:center;
    gap:28px!important;
}

.partner-logos img{
    height:40px;
}

.mockup-img{
    max-width:480px;
    margin-bottom:40px;
}

}

/*==========================
Mobile
==========================*/

@media(max-width:576px){

.multichannel-section{
    padding:50px 15px;
}

.multichannel-section h2{
    font-size:32px!important;
    line-height:1.25;
}

.multichannel-section .text-muted{
    font-size:16px;
    line-height:1.8;
}

.multichannel-section li{
    font-size:15px;
    line-height:1.8;
}

.mockup-img{
    max-width:100%;
}

.partner-logos{
    justify-content:center;
    gap:18px!important;
}

.partner-logos img{
    height:20px;
}

}