
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Poppins',sans-serif;color:#111;background:#fff;overflow-x:hidden;}

/* ── NAVBAR ─────────────────────────────────────────── */
.navbar{background: #00000080;padding:8px 0;position:fixed;
    width: 100%;top:0;z-index:1000;}
.navbar-brand{padding: 0px;}
.nav-logo img{height:38px;}
.navbar-nav .nav-link{font-size:.82rem;font-weight:500;color:#fff;padding:8px 14px!important;}
.navbar-nav .nav-link:hover{color:#fff!important;}
.btn-book{background:#111;color:#fff!important;font-size:.82rem;font-weight:600;padding:10px 22px;border-radius:4px;}
.btn-book:hover{background:#333;color:#fff!important;}
.navbar-brand img{height:75px;object-fit:contain;}
.navbar-toggler {
    color: rgb(255 255 255);
    background-color: #ffffff;
}
/* ── HERO ───────────────────────────────────────────── */
.hero{position:relative;width:100%;height:100vh;overflow:hidden;}
.hero-swiper,.hero-swiper .swiper-wrapper,.hero-slide{width:100%;height:100vh;}
.hero-swiper{height:100vh;}
.hero-slide{position:relative;overflow:hidden;}
.hero-img{width:100%;height:100vh;object-fit:cover;object-position:center;display:block;}
/* .hero-overlay{position:absolute;inset:0; background: linear-gradient(to right, rgb(0 0 0 / 35%) 45%, rgba(0, 0, 0, .2));z-index:1;} */
.hero-content{    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top:15%;
    padding: 0 6%;
    max-width: 800px;
    margin-left: 0;
    z-index:2;}
.hero-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:3px;color:rgba(255,255,255,.7);text-transform:uppercase;margin-bottom:18px;}
.hero h1{font-size:16px;font-weight:600;color:#fff;line-height:1.1;margin-bottom:18px;}
.hero h4{font-size:45px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:18px;}
.hero h1 em{font-style:italic;font-weight:800;}
.hero-sub{font-size:.92rem;color:rgba(255,255,255,.78);line-height:1.65;margin-bottom:32px;max-width:430px;}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}
.btn-hero-primary{background:#fff;color:#111;font-size:.82rem;font-weight:700;padding:13px 26px;border-radius:4px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;}
.btn-hero-primary:hover{background:#f4be00;color:#fff;}
.btn-hero-secondary{background: transparent; color: #fff; font-size: .82rem; font-weight: 500; padding: 13px 0; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #ccc; padding: 12px 12px; border-radius: 5px;}
.btn-hero-secondary:hover{color:#ddd;}
.hero-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:7px;}
.hero-dots span{width:24px;height:3px;background:rgba(255,255,255,.4);border-radius:2px;}
.hero-dots span.active{background:#fff;}
.hero-swiper .hero-button-next,.hero-swiper .hero-button-prev{width:44px;height:44px;border:1px solid rgba(255,255,255,.55);border-radius:50%;color:#fff;background:rgba(0,0,0,.2);transition:.25s ease;z-index:3;}
.hero-swiper .hero-button-next:hover,.hero-swiper .hero-button-prev:hover{background:#f4be00;border-color:#f4be00;color:#111;}
.hero-swiper .hero-button-next:after,.hero-swiper .hero-button-prev:after{font-size:16px;font-weight:700;}
.hero-swiper .hero-button-prev{left:28px;}
.hero-swiper .hero-button-next{right:28px;}
.hero-pagination.swiper-pagination{bottom:24px;}
.hero-pagination .swiper-pagination-bullet{width:30px;height:4px;border-radius:8px;background:rgba(255,255,255,.55);opacity:1;}
.hero-pagination .swiper-pagination-bullet-active{background:#f4be00;}

/* ── SINCE 2009 ─────────────────────────────────────── */
.since-section{
    padding:90px 0;
    /* background: #f9f8f8; */
        background-image: url("../images/case-studies-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}


/* .since-section{padding:90px 0;background:#fff;} */
.since-img img{width:100%;height:auto;object-fit:cover;border-radius:10px; overflow: hidden;transition:all .3s ease;}
.since-img img:hover{transform:scale(1.04);transition:all .3s ease;}
.since-eyebrow{
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
    color: #f4be00;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid #f4be00;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;}
.since-section h2{font-size:45px;font-weight:bold;line-height:1.15;margin-bottom:24px;}
.since-section h2 em{font-style:italic;}
.since-list{list-style:none;margin-bottom:20px;}
.since-list li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#333;margin-bottom:11px;line-height:1.4;}
.since-list li .ico{width:18px;height:18px;flex-shrink:0;margin-top:1px;}
.since-section p.body{font-size:14px;color:#444;line-height:1.7;margin-bottom:20px;}
.since-recognitions h6{font-size:18px;font-weight:700;margin-bottom:10px;}
.award-list{list-style:none; padding-left: 15px;}
.award-list li{font-size:14px;color:#333;margin-bottom:5px;display:flex;align-items:center;gap:7px;}
.award-list li:before{
    content: "";
    font-size: .75rem;
    background: #242323;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255) !important;
}
  /* Active bottom border for navbar links */
  .navbar .nav-link { border-bottom: 3px solid transparent; padding-bottom: .25rem; transition: border-color .15s ease; }
  .navbar .nav-link.active { border-bottom-color: #f4be00; }
  /* Ensure dropdown toggle shows active border when its item is selected */
  .navbar .dropdown-toggle.active { border-bottom-color: #f4be00; }
.btn-dark-sm{background:#f4be00;color:#fff;font-size:.82rem;font-weight:600;padding:11px 22px;border-radius:4px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;margin-top:18px;}
.btn-dark-sm:hover{background:#333;}
.nav-link.btn-book{background:#f4be00; color:#333 !important;border-bottom:0px;}
.nav-link.btn-book:hover{color:#fff;}
      .challenge-section{
        padding:80px 0;
        /* background: #f9f8f8; */
         background-image: url("../images/brand-stories-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        }
    .nav-link.btn-book i{
        transform: rotate(-34deg);
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
    }    

        .challenge-section .section-label{
            font-size:14px;
            letter-spacing:2px;
          
            margin-bottom:20px;
            text-align: center;
            color: #f4be00;
            text-transform: uppercase;
            margin-bottom: 12px;
            border: 1px solid #f4be00;
            width: fit-content;
            padding: 6px 15px;
            border-radius: 20px;
        }

        .challenge-section .main-title{
            font-size:35px;
            font-weight:800;
            line-height:1.05;
            margin-bottom:5px;
            margin-top: 10px;
            color: #111;
            text-align: center;
            /* max-width:700px; */
        }

        .challenge-section .main-title em{
            font-style:italic;
            font-weight:700;
        }

        .challenge-section .sub-text{
            font-size:16px;
            color:#111;
            margin-bottom:45px;
            text-align: center;
        }

        .challenge-section .challenge-grid{
            /* border-top:1px solid #d9d9d9;
            border-left:1px solid #d9d9d9; */
            /* background:#fff; */
        }

        .challenge-section .challenge-card{
                padding: 25px 25px;
    min-height: 195px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 16px;
        background-position: 100% !important;
        background: url("../images/wave-line.png") no-repeat center / contain, linear-gradient(to right, #2E4E3C, #466E59, #6BA282);
    
}
        .challenge-section .challenge-card:hover{
          background: linear-gradient(to right, #102C44, #204667, #3A6A8A);
        }
        .challenge-section .challenge-card:hover .card-number, .challenge-section .challenge-card:hover .card-title{color:#fff;}

        .challenge-section .card-number{
            font-size:14px;
            color:#bab9b9;
            margin-bottom:12px;
        }

        .challenge-section .card-title{
            font-size:18px;
            font-weight:500;
            margin-bottom:10px;
            color:#fff;
        }
        .challenge-section .card-title span{color:#f4be00}

        .challenge-section .card-text{
            font-size:14px;
            line-height:1.4;
            color:#555;
        }
.bdr_btm{border-bottom:1px solid #d9d9d900 !important;}
.bdr_rgt{border-right:1px solid #d9d9d900 !important;}


/* ── BUILT BY HOTELIER ──────────────────────────────── */
.built-section{
        padding:80px 0;
        /* background: #f9f8f8; */
         background-image: url("../images/brand-stories-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        }
/* .built-section{padding:90px 0;background:#fff;} */
.built-section h2{color:#111;}
.built-section p{color:#111;}
.built-eyebrow{
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
    color: #f4be00 !important;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid #f4be00;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;
}
/* .since-img{overflow: hidden;} */
/* .built-eyebrow{} */
.built-section h2{font-size:45px;font-weight:800;line-height:1.15;margin-bottom:20px;}
.built-section h2 em{font-style:italic;}
.built-section p{text-align: justify;font-size:.88rem;line-height:1.75;margin-bottom:14px;}
.founder-video{position:relative;border-radius:6px;overflow: hidden;}
.founder-video img{transition: all .3s ease; overflow: hidden;border-radius: 6px;}
.founder-video img:hover{    transform: scale(1.02);
    transition: all .3s ease;}
.founder-video img{width:100%;height:400px;object-fit:cover;display:block; object-position: top;}
.founder-video-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 35%,transparent);}
.founder-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.founder-play svg{width:18px;height:18px;fill:#111;margin-left:3px;}
.founder-label{position:absolute;bottom:22px;left:22px;color:#fff;}
.founder-label h5{font-size: 50px; font-weight: bold; margin: 0; color: #cccccc; margin-bottom: 28px;}
.founder-label p{font-size: 25px; color: #cccccc; margin: 3px 0 0; font-weight: bold; line-height: 33px;}
.built-byline{font-size:18px !important;font-weight:700;color:#111;margin-top:20px;}

/* ── IF THIS FEELS FAMILIAR ─────────────────────────── */
.familiar-section{padding:80px 0;background:#fff;border-top:1px solid #f0f0f0;}
.familiar-section .eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;}
.familiar-section h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;margin-bottom:12px;}
.familiar-section .sub{font-size:.88rem;color:#666;line-height:1.65;}
.stat-col{border-right:1px solid #e8e8e8;padding:0 30px;}
.stat-col:last-child{border:none;}
.stat-col .label{font-size:.7rem;font-weight:700;letter-spacing:2px;color:#888;text-transform:uppercase;margin-bottom:6px;}
.stat-col .val{font-size:1.5rem;font-weight:800;color:#111;}
.stat-col .desc{font-size:.8rem;color:#666;margin-top:4px;}

/* ── 19 SOLUTIONS ───────────────────────────────────── */
.solutions-section{
     padding:80px 0;
    /* background: #f9f8f8; */
        background-image: url("../images/case-studies-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.solutions-section{border-top:1px solid #f0f0f0;}
.solutions-eyebrow{text-align:center;font-size:14px;font-weight:500;letter-spacing:2.5px;color:#f4be00;text-transform:uppercase;margin-bottom:12px;
    border: 1px solid #f4be00;
    width: fit-content;
    padding: 6px 8px;
        border-radius: 20px;
}
.solutions-section h2{font-size:35px;font-weight:800;margin-bottom:8px;}
.solutions-section .sub{font-size:.88rem;color:#555;}
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 20px;margin-top:40px;}
.sol-item{padding:0; overflow: hidden; background: #cccccc24;}
.sol-item:nth-child(3n){border-right:none;}
.sol-item:nth-last-child(-n+3){border-bottom:none;}
.sol-item img{
    width:100%;
    /* height:240px; 
     object-fit:cover;*/
       height: 142px;
    object-fit:contain;
    display:block; 
    transition: .3s;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.sol-item {     border-top-left-radius: 6px;
    border-top-right-radius: 6px;   transition: transform 0.4s ease; overflow: hidden;}
.sol-item img:hover{transform:scale(1.05);}
.sol-item-body{padding:16px;}
.sol-item-num{font-size:14px;font-weight:700;color:#898787;margin-bottom:6px;}
.sol-item-body h6{font-size:20px;font-weight:700;margin-bottom:6px;line-height:1.3;}
.sol-item-body p{font-size:.78rem;color:#666;line-height:1.55;margin:0;}

/* ── WEBSITE WILL FOLLOW UP ─────────────────────────── */
.followup-section{padding:40px 0;background:#fff;}
.followup-img img{transition: .3s;width:100%;height:340px;object-fit:cover;border-radius:6px;}
.followup-img img:hover{transform:scale(1.05);}
.followup-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:16px;}
.followup-section h2{font-size:45px;font-weight:800;line-height:1.15;margin-bottom:20px;}
.followup-section h2 em{font-style:italic;}
.followup-section p{font-size:.9rem;color:#444;line-height:1.7;margin-bottom:10px;}

.topcircle{
    text-align: center !important;
    justify-content: center;
    display: flex;
}
/* ── FUTURE 24x7 ────────────────────────────────────── */
/* .future-section{background:#111;padding:90px 0;} */
.future-section{
     padding:80px 0;
        /* background: #f9f8f8; */
         background-image: url("../images/case-studies-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
}



.future-eyebrow{font-size:14px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:16px;text-align: center;
color: #f4be00;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid #f4be00;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;
}
.future-section h2{text-align: center;font-size:35px;font-weight:800;color:#111;line-height:1.1;margin-bottom:10px;}
.future-section h2 em{font-style:italic;}
.feat-grid{gap:20px; display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:0;}
.feat-grid .feat-item{
    border-radius: 16px;
        background-position: 100% !important;
    background: url("../images/wave-line.png") no-repeat center / contain, linear-gradient(to right, #2E4E3C, #466E59, #6BA282);
    
}
.heading_sec_bx{text-align: center; margin: auto;margin-bottom: 45px;}
.heading_sec_bx p{width: 820px; margin: auto;}
.feat-grid .feat-item:hover{background: linear-gradient(to right, #102C44, #204667, #3A6A8A);}
.bdrlft{border-left:1px solid #636161;}
.feat-item{padding:36px 28px;border-right:1px solid #636161;border-bottom:1px solid #636161;}
.feat-item:nth-child(3n){border-right:none;}
.feat-item:nth-last-child(-n+3){border-bottom:none;}
.feat-icon{margin-bottom:18px;}
.feat-icon svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.5;}
.feat-item h6{color:#fff;font-size:.92rem;font-weight:700;margin-bottom:10px;line-height:1.35;}
.feat-item p{color:#fff;font-size:.8rem;line-height:1.6;margin:0;}
.future-stats{display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;}
.future-stats .future-stat-item:hover{background: linear-gradient(to right, #2E4E3C, #466E59, #6BA282);}
.future-stat-item{
    padding: 16px 28px;
    /* border-right: 1px solid #2a2a2a; */
    text-align: center;    background: linear-gradient(to right, #102C44, #204667, #3A6A8A);
    /* background: linear-gradient(to right, #2E4E3C, #466E59, #6BA282); */
    /* border-bottom-color: #f4be00; */
    border-bottom: 4px solid #f4be00;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.future-stat-item:last-child{border-right:none;}
.future-stat-num{font-size:45px;font-weight:500;color:#fff;line-height:1;}
.future-stat-lbl{font-size:14px;font-weight:600;letter-spacing:2px;color:#fff;text-transform:uppercase;margin-top:6px;}

/* ── 3-STEP PATH ────────────────────────────────────── */
.path-section{
     padding:90px 0;
        /* background: #f9f8f8; */
         background-image: url("../images/brand-stories-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
}
/* .path-section{background:#f5f5f3;padding:90px 0;} */
.path-eyebrow{font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
    color: #f4be00;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid #f4be00;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;}
.path-section h2{color:#111;text-align: center;font-size:35px;font-weight:800;margin-bottom:10px;}
.path-section h2 em{font-style:italic;}
.path-section .sub{text-align: center;font-size:.88rem;color:#111;margin-bottom:40px;}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.step-item{border: 1px solid #00000029;
    box-shadow: 0px 4px 6.6px 0px #00000040;
    background: #fff;
    padding: 45px 32px;
    /* margin-right: 4px; */
    border-radius: 16px;
    text-align: center;
}
.step-item.greenbox{background:#466E59 ;}
.step-item.greenbox h5, .step-item.greenbox p{color:#fff;}
/* .step-item.greenbox:hover{background:#fff ;}
.step-item.greenbox:hover h5, .step-item.greenbox:hover p{color:#111;} */
.step-item:hover{background:#466E59 ;}
.step-item:hover h5, .step-item:hover p{color:#fff;}
.step-item:last-child{border-right:none;}
.step-num{font-size:20px;font-weight:800;color:#535151;line-height:1;margin-bottom:20px;}
.step-item h5{color:#111;font-size:32px;font-weight:700;margin-bottom:6px;}
.step-sub{font-size:14px;font-weight:700;letter-spacing:1.5px;color:#666;text-transform:uppercase;margin-bottom:14px;}

/* Writing animation (handwriting-like) for hero heading */
.hero-heading { white-space:normal; overflow:visible; display:inline-block; }
.hero-heading #writing-text { display:inline-block; }
.hero-heading .char { display:inline-block; opacity:0; transform: translateY(8px) skewX(-6deg); margin-right:1px; }
.hero-heading .char.write { animation: write 360ms ease forwards; }
.writing-caret { display:inline-block; width:2px; height:1.05em; background:#f4be00; margin-left:8px; vertical-align:middle; animation: caret-blink 1s steps(1) infinite; }
@keyframes write { to { opacity:1; transform: none; } }
@keyframes caret-blink { 50% { opacity:0; } }
.step-item p{color:#111;font-size:14px;line-height:1.6;margin:0;}
.modal-header{padding: 10px 15px;}
.modal-header .btn-close{
    border: 1px solid #232222;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 10px;
}
#myModalVideo .btn-close{
    top: 6px !important;
    right: 6px !important;
    height: 12px !important;
    width: 12px !important;
    border: 1px solid #FFC107 !important;
    color: white !important;
    border-radius: 50% !important;
    position: absolute !important;
    z-index: 111 !important;
    font-weight: 700;
    background: #131313;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

/* ── PERFORMANCE ────────────────────────────────────── */
.perf-section{background:#fff;padding:90px 0;}
.perf-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;}
.perf-section h2{font-size:45px;font-weight:800;line-height:1.2;margin-bottom:30px;}
.perf-section h2 em{font-style:italic;}
.perf-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:10px;}
.perf-stat .pnum{font-size:2rem;font-weight:800;color:#111;line-height:1;}
.perf-stat .plbl{font-size:14px;color:#767373;margin-top:4px;}
.perf-video{position:relative;border-radius:6px;overflow:hidden;}
.perf-video img{width:100%;height:440px;object-fit:cover;display:block;}
.perf-video-overlay{position:absolute;inset:0;background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;}
.play-circle{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.play-circle svg{width:35px;height:35px;fill:#111;margin-left:4px;}

/* ── GROWTH STORIES ─────────────────────────────────── */
.stories-section{
     padding:90px 0;
        /* background: #f9f8f8; */
         background-image: url("../images/brand-stories-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
}


.stories-section{border-top:1px solid #f0f0f0;}
.stories-eyebrow{text-align:center;font-size:.7rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:12px;
color: #f4be00;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid #f4be00;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 20px;
}
.stories-section h2{font-size:35px;font-weight:800;margin-bottom:0; text-align: center;}
.stories-section h2 em{font-style:italic;}
.stories-link{font-size:.82rem;font-weight:600;color:#111;text-decoration:underline;cursor:pointer;}
.story-card img{    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 14px;
}
.story-card h4{
    margin-bottom: 10px;
    background: #f2e0a147;
    border: 1px solid #cccccc3b;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
}
.story-card .sc-label{font-size:.75rem;color:#4c4b4b;margin-bottom:4px;}
.story-card h6{font-size:.9rem;font-weight:700;line-height:1.35;margin-bottom:0;}
.story-card{
   transition: .3s;
    --tw-duration: .7s;
    transition-duration: .7s;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border: 1px solid #00000029;
    /* box-shadow: 2px 4px 4.4px 1px #00000040; */
    border-radius: 12px;
    margin-bottom: 12px;
    height: 510px;
}
.story-card img{ transition: .3s;}
.story-card img:hover{transform: scale(1.04); border-radius: 6px;}

/* ── TRUST STORIES ──────────────────────────────────── */
.trust-section{background:#fff;padding:90px 0;border-top:1px solid #f0f0f0;}
.trust-section .eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;}
.trust-section h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin-bottom:0;}
.trust-section .ts-link{font-size:.82rem;font-weight:600;color:#111;text-decoration:underline;cursor:pointer;}
.trust-main-img{position:relative;border-radius:6px;overflow:hidden;display: flex; justify-content: center;}
.trust-main-img img{width:100%;height:560px;object-fit:cover;display:block;}
.trust-main-img .img-label{position:absolute;bottom:16px;text-align:center; color:#fff;font-size:16px;font-weight:500;}
.trust-main-img .play-circle2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.trust-main-img .play-circle2 svg{width:16px;height:16px;fill:#111;margin-left:3px;}
.quote-icon{font-size:3rem;color:#c6c3c3;line-height:1;margin-bottom:16px;font-family:Georgia,serif;}
.trust-quote{font-size:25px;font-weight:600;line-height:1.6;color:#111;margin-bottom:50px;}
.trust-name{font-size:20px;font-weight:700;color:#111;margin-bottom:2px;}
.trust-role{font-size:.78rem;color:#888;}
.trust-nav{display:flex;align-items:center;gap:12px;margin-top:22px;}
.trust-nav-btn{width:46px;height:46px;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff;}
.trust-nav-btn svg{width:30px;height:30px;stroke:#111;fill:none;}
.trust-dots{display:flex;gap:7px;}
.trust-dots span{width:8px;height:8px;border-radius:50%;background:#ddd;}
.trust-dots span.active{background:#111;}

/* ── WORDS OF TRUST ─────────────────────────────────── */
.wot-section{background:#fff;padding:80px 0;border-top:1px solid #f0f0f0;}
.wot-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;text-align:center;}
.wot-section h2{font-size:clamp(1.8rem,3vw,2.2rem);font-weight:800;text-align:center;margin-bottom:40px;}
.wot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;}
.wot-img{width:100%;aspect-ratio:1;object-fit:cover;display:block;filter:grayscale(100%);}
.wot-img:hover{filter:grayscale(0%);}
.wot-item{position:relative;overflow:hidden;}
.wot-caption{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: .3s;
    --tw-duration: .7s;
    transition-duration: .7s;
}
.wot-caption p{color:#fff;font-size: 14px;}
.wot-item:hover .wot-caption{opacity: 1;}
.wot-item:hover .wot-img{filter: brightness(0.5);}

/* ── WE OWN THEM ────────────────────────────────────── */
.own-section{background:#f5f5f3;padding:90px 0;}
.own-eyebrow{font-size:14px;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;text-align:center;}
.own-section h2{font-size:45px;font-weight:900;text-align:center;margin-bottom:8px;line-height:1.1;}
.own-section h2 em{font-style:italic;font-weight:900;}
.own-section .own-sub{font-size:14px;color:#666;text-align:center;max-width:600px;margin:0 auto 50px;}
.own-hotel{margin-bottom:60px;}
.own-hotel img{width:100%;height:440px;object-fit:cover;border-radius:6px;transition: .3s;}
.own-hotel img:hover{ transform: scale(1.05);}
.own-hotel-info .cat{font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#888;margin-bottom:8px;}
.own-hotel-info h3{font-size:28px;font-weight:800;margin-bottom:4px;}
.own-hotel-info .loc{font-size:.82rem;color:#888;margin-bottom:14px;}
.own-hotel-info p{font-size:.88rem;color:#444;line-height:1.7;margin-bottom:16px;}
.own-hotel-info .recog-label{font-size:.75rem;font-weight:700;color:#111;margin-bottom:8px;}
.own-hotel-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;}
.own-badge{display:flex;align-items:center;gap:6px;border:1px solid #ddd;padding:6px 12px;border-radius:4px;font-size:12px;color:#444;}
.own-badge svg{width:14px;height:14px;stroke:#888;fill:none;}
.btn-visit{background:transparent;border:1px solid #111;color:#111;font-size:.8rem;font-weight:600;padding:9px 18px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;}
.btn-visit:hover{background:#111;color:#fff;}
.own-divider{font-size:20px;font-weight:500;color:#444;text-align:center;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:28px 0;margin:20px 0 60px;max-width:700px;margin-left:auto;margin-right:auto;}
.own-divider span{color:#888;font-size:14px;display:block;margin-top:8px;}

/* ── GLOBAL PRESENCE ────────────────────────────────── */
.global-section{background:#fff;padding:90px 0;border-top:1px solid #f0f0f0;}
.global-eyebrow{font-size:14px;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;}
.global-section h2{font-size:45px;font-weight:800;line-height:1.15;margin-bottom:10px;}
.global-section h2 em{font-style:italic;}
.global-section .sub{font-size:.88rem;color:#666;margin-bottom:40px;}
.office-card img{width:100%;height:450px;object-fit:cover;border-radius:6px;margin-bottom:16px;}
.office-card .oc-country{font-size:14px;font-weight:700;color:#888;display:flex;align-items:center;gap:5px;margin-bottom:4px;}
.office-card h5{font-size:18px;font-weight:700;margin-bottom:4px;}
.office-card .oc-desc{font-size:.8rem;color:#888;margin-bottom:4px;}
.office-card .oc-addr{font-size:.75rem;color:#aaa;}
.office-card img{transition: .3s;}
.office-card img:hover{transform: scale(1.04);}
/* ── REVENUE BANNER ─────────────────────────────────── */
.rev-banner{background:#111;padding:60px 0; border-bottom: 2px solid #fff;}
.rev-banner .dollar{font-size:78px;font-weight:900;color:#fff;}
.rev-banner .divider-v{width:1px;background:#333;align-self:stretch;}
.rev-banner h2{font-size:55px;font-weight:900;color:#fff;line-height:1.15;margin-bottom:10px;}
.rev-banner .tag{font-size:18px;color:#d5d1d1;margin-bottom:8px;}
.rev-banner .pills{font-size:14px;color:#999595;font-weight: 800;letter-spacing:2px;text-transform:uppercase;}

/* ── CTA FULL SECTION ───────────────────────────────── */
.cta-section{position:relative;min-height:420px;overflow:hidden;}
.cta-bg{width:100%;height:100%;object-fit:cover;display:block;min-height:420px;}
.cta-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);}
.cta-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;}
.cta-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:16px;}
.cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:14px;}
.cta-content h2 em{font-style:italic;}
.cta-content p{font-size:18px;color:rgba(255,255,255,.7);    margin-bottom: 35px;
    margin-top: 15px;}
.cta-btns{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;}
.btn-cta-outline{background:transparent;border:1.5px solid #fff;color:#fff;font-size:.82rem;font-weight:600;padding:12px 24px;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;}
.btn-cta-outline:hover{background:rgba(255,255,255,.1);}
.btn-cta-solid{background:#fff;color:#111;font-size:.82rem;font-weight:700;padding:12px 24px;border-radius:4px;border:none;cursor:pointer;}
.btn-cta-solid:hover{background:#eee;}
.cta-stats{display:flex;gap:50px;margin-top:15px;color:#fff;}
.cta-stat .cn{font-size:45px;font-weight:800;}
.cta-stat .cl{font-size:12px;color:rgba(255,255,255,.6);letter-spacing:1px;text-transform:uppercase;margin-top:2px;}
.cta-location{position:absolute;bottom:20px;left:32px;color:#fff;font-size:.78rem;}
.cta-location strong{display:block;font-size:.85rem;}
.bg-bdr{    background: #d6d2d2;
    height: 1px;
    width: 600px;
    margin-top: 40px;}
/* ── FROM BOUTIQUE ──────────────────────────────────── */
.boutique-section{background:#fff;padding:90px 0;}
.boutique-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:12px;}
.boutique-section h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:40px;}
.boutique-section h2 em{font-style:italic;}
.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;align-items:center;margin-bottom:36px;}
.logo-item{display:flex;align-items:center;justify-content:center;padding:12px;filter:grayscale(100%);opacity:.6;}
.logo-item:hover{filter:grayscale(0%);opacity:1;}
.logo-item img{max-height:40px;max-width:90px;object-fit:contain;}
.logo-placeholder{font-size:.75rem;font-weight:700;color:#bbb;text-align:center;letter-spacing:1px;}
.btn-clients{background:#111;color:#fff;font-size:.82rem;font-weight:600;padding:13px 26px;border-radius:4px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;}
.btn-clients:hover{background:#333;}

.footercta{
    padding: 80px 0;
    /* background: #f9f8f8; */
    background-image: url(../images/case-studies-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.cta-footer{
    background-image: url(../images/green-shape.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    padding:60px 60px;
}
.cta-footer h2{
        color: #f4be00;
    font-weight: 700;
}
.cta-btn{
    background: #fff;
    border: none;
    padding: 14px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #111;
}
.cta-buttons i{
    transform: rotate(-34deg);
    display: inline-block;
}

.cta-btn:hover{
    background:#f4be00;
    color:#fff;
}
.running_text{
        background: #52515017;
    padding: 10px 36px;
    border-radius: 10px;
    height: 44px;
    line-height: normal;
    margin-top: 35px;
    font-size: 16px;
    text-align: center;
    width: fit-content;
    margin: auto;
    position: relative;
    top: 32px;
}
.running_text p{
    font-size: 16px;
}



/* ── FOOTER ─────────────────────────────────────────── */
.footer-tagline{text-align:center; position: relative;}
.vibes-footer-logo {
    z-index: 10;
    background: #466e59;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    display: flex;
    position: absolute;
    top: -40px;
    left: calc(50% - 18px);
}

footer{background: #111;
    padding: 60px 15px 15px 15px;
    border-top: 1px solid #222;}
.footer-logo img{height:40px;margin-bottom:16px;}
.footer-logo p{font-size:.82rem;color:#777;line-height:1.65;margin-bottom:16px;}
.footer-contact .fc-item{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;color:#888;margin-bottom:8px;}
.footer-contact .fc-item svg{width:14px;height:14px;stroke:#888;fill:none;flex-shrink:0;margin-top:2px;}
.footer-contact a{color:#888;text-decoration:none;}
.footer-divider{width:1px;background:#2a2a2a;align-self:stretch;margin:0 24px;}
footer h6{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#888;margin-bottom:18px;}
footer a.f-link{display:block;color:#999;font-size:.82rem;text-decoration:none;margin-bottom:10px;}
footer a.f-link:hover{color:#fff;}
.footer-bottom{border-top:1px solid #222;padding-top:20px;margin-top:40px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;}
.footer-bottom p{font-size:.75rem;color:#666;margin:0;}
.footer-social a{color:#777;text-decoration:none;font-size:.82rem;margin-left:20px;}
.footer-social a:hover{color:#fff;}
.wa-fab{position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,.2);}
.wa-fab svg{width:26px;height:26px;fill:#fff;}
.custom-footer {
    background: #000;
    color: #fff;
    padding: 100px 0 25px;
    position: relative;
    overflow: visible;
}
.enquiry-sticky{
   position: fixed;
    right: -60px;
    top: 54%;
    height: auto;
    border-radius: 4px;
    z-index: 99;
    font-size: 15px;
    background: #f4be00;
    padding: 11px 10px;
    transform: rotate(90deg);
    color: #000;
    cursor: pointer;
    font-weight: 400;
}
.enquiry-sticky:hover{
    color:#fff;
}
 .whatsapp-footer-inner img {
    position: fixed;
    right: 15px;
    bottom: 95px;
    height: 45px;
    border-radius: 50%;
    z-index: 99;
}
.footer-top-circle {
    width: 100px;
    height: 100px;
    background: #466d59;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-circle img {
    width: 45px;
}

.footer-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-subtitle {
    color: #d0d0d0;
    margin-bottom: 35px;
    font-size: 12px;
}

.subscribe-box {
    background: #1b1b1b;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 6px;
    display: flex;
    align-items: center;
    max-width: 500px;
}

.subscribe-box input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    padding: 5px 10px;
    outline: none;
    font-size: 12px;
}

.subscribe-box button {
       border: none;
    background: #111;
    color: #fff;
    padding: 9px 30px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
}

.footer-middle {
    border-left: 1px solid #333;
    padding-left: 50px;
}
.footertitleside{font-size: 40px;color: #fff;}
.footer-logo {
    width: 50px;
    height: 50px;
}

.footer-text {
    color: #b7b7b7;
    line-height: 1.7;
    font-size: 12px;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    width: 28px;
    height:28px;
    background: #5f5f5f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    margin-right: 8px;
    font-size: 12px;
}
.footmid-logo{width:85px;}
.footer-links {
    list-style: disc;
    color: #777;
    padding-left: 20px;
}

.footer-links li {
    margin-bottom: 2px;
}

.footer-links a {
    color: #bdbdbd;
    text-decoration: none;
    font-size: 14px;
}
.footer-links a:hover {
    color: #f4be00;
}
.bothseprated{
    display: flex;
    align-items: flex-start;
}
.iso-badge {
    width: 67px;
    margin: 5px;
}

.footer-divider {
    border-color: #2c2c2c;
    margin-top: 50px;
    margin-bottom: 25px;
}

.copyright {
    text-align: center;
    color: #888;
    font-size: 18px;
}
.stories-section .container-xl{position: relative;}
.swiper.stories-swiper{position: initial;}
.swiper.stories-swiper .swiper-button-next{right: -24px; left: auto;} 
.swiper.stories-swiper .swiper-button-prev{left: -24px; right: auto;} 

.stories-section .swiper-button-next:after, .stories-section .swiper-button-prev:after{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #1b1b1a;
    font-size: 18px;
    border: 1px solid #0a0a09;
    padding: 15px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}


/****faq-section******/

.faq-section{
   padding: 70px 0;
    /* background: #f9f8f8; */
    background-image: url(../images/brand-stories-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.faq-section .faq-title{
    text-align:center;
    margin-bottom:40px;
}

.faq-section .faq-title h2{
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin-bottom: 50px;
}

.faq-section .faq-title span{
    position:relative;
    font-weight:700;
}

/* .faq-section .faq-title span::after{
    content:"";
    position:absolute;
    left:0;
    bottom:6px;
    width:100%;
    height:10px;
    background:#f4b400;
    z-index:-1;
} */

.faq-section .custom-accordion .accordion-item{
    border:none;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:14px;
    box-shadow:0 3px 10px rgba(0,0,0,0.06);
}

.faq-section .custom-accordion .accordion-button{
    background: #fff;
    color: #4a4848;
    border: 1px solid #eaeaea;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 15px;
    box-shadow: none;
    border-radius: 12px;
}

.faq-section .custom-accordion .accordion-button:not(.collapsed){
    background:#49745f;
    color:#fff;
}

.faq-section .custom-accordion .accordion-button::after{
    width:18px;
    height:18px;
    background-size:18px;
}

.faq-section .custom-accordion .accordion-button.collapsed::after{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2349745f' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%2349745f' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

.faq-section .custom-accordion .accordion-button:not(.collapsed)::after{
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16"><path d="M1.5 10.5L8 4l6.5 6.5" stroke="%23ffffff" stroke-width="2" fill="none"/></svg>');
}

.faq-section .custom-accordion .accordion-body{
    background:#fff;
    padding:15px;
    font-size:15px;
    line-height:1.8;
    color:#444;
}
/********about us img**************/
.about-us-images {
    position: relative;
    /* background-image: url(../images/about-us-bg-shape.svg); */
    background-repeat: no-repeat;
    background-position: left 60px bottom 40px;
    background-size: auto;
    padding-right: 100px;
    padding-bottom: 180px;
    margin-right: 30px;
}
.about-img-2 {
    position: absolute;
    width: 100%;
    max-width: 385px;
    bottom: -35px;
    right: 0;
}
.about-img-1 figure, .about-img-2 figure {
    display: block;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}


#myBtntop {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: rgb(244 190 0);
    color: white;
    cursor: pointer;
    padding: 5px 2px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

#myBtntop:hover {
  background-color: #555;
}
.challenge-card p{
      color:#fff;
      font-size: 14px;
    }

.custom-textarea::placeholder{
    color: #4f4e4e !important;
    opacity: 1 !important;
}
textarea.form-control::placeholder{
    color: #4f4e4e !important;
    opacity: 1 !important;
}
/*******AI section new**************/
/* .challenge-section{
        padding:80px 0;
    } */

    .cardheading_bg{
        background: url(../images/wave-line.png) no-repeat center / contain, linear-gradient(to right, #2E4E3C, #466E59, #6BA282);
        padding: 15px 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .content-box{padding: 15px;}
    .challenge-section-ai .challenge-grid{
        /* border:1px solid #d9d9d9; */
        /* background:#fff; */
    }

    .challenge-section-ai .challenge-card{
        /* padding: 20px 15px; */
        padding: 0px;
        min-height: 155px;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        transition: all .4s ease;
        cursor: pointer;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .challenge-section-ai .challenge-card:hover{
        background: linear-gradient(135deg, #e2dfdf7d, #dadadb7a);
        transform:translateY(-5px);
    }

    /* .challenge-section-ai .challenge-card:hover .number,
    .challenge-section-ai .challenge-card:hover h3,
    .challenge-section-ai .challenge-card:hover p{
        color:#fff;
    } */

    .challenge-section-ai .number{
        font-size:24px;
        color:#6c757d;
        margin-bottom:25px;
        transition:.4s;
    }

    .challenge-section-ai .challenge-card h3{
        font-size:16px;
        font-weight:700;
        margin-bottom:0px;
        color:#fff;
        transition:.4s;
    }

    .challenge-section-ai .challenge-card p{
        font-size:14px;
        /* line-height:1.8; */
        color:#555;
        transition:.4s;
        margin-bottom:0;
    }

    .challenge-section-ai .challenge-grid .col-lg-4:nth-child(3n) .challenge-card{
        border-right:none;
    }

    .challenge-section-ai .challenge-grid .col-lg-4:nth-last-child(-n+3) .challenge-card{
        border-bottom:none;
    }

.navbar-collapse {
  transition: none !important;
}

    @media(max-width:991px){
        .challenge-section-ai .challenge-card{
            border-right:none;
        }

        .challenge-section-ai .challenge-grid .col-lg-4:last-child .challenge-card{
            border-bottom:none;
        }
    }




/*****faq-section******/
@media (max-width: 991px) {
    .footer-middle {
        border-left: none;
        padding-left: 0;
    }

    .footer-title {
        font-size: 42px;
    }

    .subscribe-box {
        flex-direction: column;
        border-radius: 20px;
    }

    .subscribe-box button {
        width: 100%;
    }
.heading_sec_bx p{
    width: 100%;
}
.hero-swiper, .hero-swiper .swiper-wrapper, .hero-slide{
    height: 100%!important;
    margin-top: 30px;
}
.navbar {
    background: #000000 !important;
}
.navbar-toggler {
    margin-right: 10px;
}
.fifninyear h2{
    font-size: 32px;
}
.challenge-section h2, .solutions-section h2, .faq-section h2{
    font-size: 32px !important;
}
.since-section {
    padding: 40px 0;
}


}

@media (max-width: 991.98px) {
    .collapsing,
    .navbar-collapse,
    .navbar-toggler,
    .navbar-toggler-icon {
        transition: none !important;
    }
}

@media(max-width:991px){
  .sol-grid,.feat-grid,.future-stats,.step-grid,.logo-grid{grid-template-columns:repeat(2,1fr);}
  .sol-item:nth-child(2n){border-right:none;}
  .feat-item:nth-child(2n){border-right:none;}
  .wot-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:576px){
  .sol-grid,.step-grid,.perf-stats{grid-template-columns:1fr;}
  .sol-item{border-right:none!important;}
  .step-item{border-right:none!important;}
  .feat-grid,.future-stats{grid-template-columns:1fr;}
  .feat-item{border-right:none!important;}
  .cta-stats{gap:24px;}
  .logo-grid{grid-template-columns:repeat(3,1fr);}
  .wot-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:991px){
    .challenge-section .main-title{
        font-size:48px;
    }
}

@media(max-width:767px){
    .hero,.hero-swiper,.hero-swiper .swiper-wrapper,.hero-slide{
        height:100%;
    }
    .hero-swiper,.hero-img{
        height:100%;
    }
    .hero-content{
        padding:0 24px;
        max-width:100%;
    }
    .hero-eyebrow{
        font-size:.64rem;
        letter-spacing:2px;
    }
    .hero h1{
        font-size:2rem;
    }
    .hero-sub{
        max-width:100%;
        margin-bottom:24px;
    }
    .hero-swiper .hero-button-next,.hero-swiper .hero-button-prev{
        display:none;
    }
    .challenge-section .main-title{
        font-size:36px;
    }

    .challenge-section .challenge-card{
        min-height:auto;
        padding:30px;
    }

   

    .challenge-section .sub-text{
        font-size:18px;
    }
    .future-section h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .nav-link.btn-book {
        width: fit-content;
    }
    .path-section h2 {
    font-size: 24px;
    }
    .stories-section h2 {
    font-size: 24px;
    margin-bottom: 6px;
    }
    .swiper.stories-swiper {
        position: initial;
        padding: 0px 15px;
    }
    .swiper.stories-swiper .swiper-button-next {
        right: 0px;
        left: auto;
    }
    .swiper.stories-swiper .swiper-button-prev {
        left: 0px;
        right: auto;
    }
    .mobdisp{display: none;}
    .cta-footer h2 {
        font-weight: 600;
        font-size: 18px;
    }



}
