.hero-section{background-color:#000;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background-wrapper .hero-bg-layer{opacity:0;will-change:opacity,transform;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1.4s cubic-bezier(.25,1,.5,1),transform 1.8s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0;transform:scale(1.08)}.hero-background-wrapper .hero-bg-layer.active{opacity:1;z-index:2;transform:scale(1)}.hero-background-wrapper .hero-overlay-shading{z-index:3;background:linear-gradient(90deg,#0094abd8 0%,#0093ab21 50%,#0093ab1f 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-container{z-index:5;box-sizing:border-box;grid-template-columns:1.1fr .9fr;align-items:center;width:90%;max-width:1440px;height:100%;margin:0 auto;padding-top:40px;display:grid;position:relative}@media (max-width:992px){.hero-content-container{grid-template-rows:1.2fr .8fr;grid-template-columns:1fr;gap:40px;padding-top:80px}}@media (max-width:480px){.hero-content-container{gap:0}}.hero-left-panel{color:#fff;padding-left:60px;font-family:sans-serif;position:relative}@media (max-width:576px){.hero-left-panel{padding-left:30px}}.hero-left-panel .hero-text-animated-wrapper{will-change:transform,opacity;display:block}.hero-left-panel .text-reveal-box{margin-bottom:20px;overflow:hidden}.hero-left-panel .hero-title{text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:4.5rem;font-weight:600;line-height:.95}@media (max-width:1200px){.hero-left-panel .hero-title{font-size:4.2rem}}@media (max-width:576px){.hero-left-panel .hero-title{font-size:3rem}}.hero-left-panel .hero-title .title-reveal-line{animation:.85s cubic-bezier(.16,1,.3,1) both rollRevealIn;display:block}.hero-left-panel .hero-title .hero-subtitle{color:#fffc;letter-spacing:.05em;margin-top:8px;font-size:1.3rem;font-weight:400;animation:.9s cubic-bezier(.16,1,.3,1) .1s both rollRevealIn;display:block}@media (max-width:576px){.hero-left-panel .hero-title .hero-subtitle{font-size:1.2rem}}.hero-left-panel .hero-description{color:#ffffffb3;max-width:500px;margin:24px 0 36px;font-size:1.02rem;line-height:1.6;animation:.8s cubic-bezier(.16,1,.3,1) .2s both textFadeBlurIn}@media (max-width:480px){.hero-left-panel .hero-description{margin:10px 0 26px}}.hero-left-panel .whatsapp-explore-btn{color:#fff;cursor:pointer;background-color:#22c55e;border:none;border-radius:50px;align-items:center;gap:20px;padding:5px 5px 5px 25px;font-size:.85rem;font-weight:600;transition:background-color .3s,transform .2s;animation:.8s cubic-bezier(.16,1,.3,1) .3s both textFadeBlurIn;display:inline-flex;box-shadow:0 10px 25px #22c55e4d}@media (max-width:420px){.hero-left-panel .whatsapp-explore-btn{padding:4px 4px 4px 24px}}.hero-left-panel .whatsapp-explore-btn:hover{background-color:#1dab52;transform:translateY(-2px)}.hero-left-panel .whatsapp-explore-btn:hover .arrow-icon-circle{transform:translate(4px)}.hero-left-panel .whatsapp-explore-btn .arrow-icon-circle{background-color:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:transform .2s;display:flex}.hero-left-panel .vertical-stepper{position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (max-width:576px){.hero-left-panel .vertical-stepper{left:-5px}}.hero-left-panel .vertical-stepper .step-indicator{flex-direction:column;align-items:center;gap:12px;display:flex}.hero-left-panel .vertical-stepper .step-indicator .current-num,.hero-left-panel .vertical-stepper .step-indicator .total-num{letter-spacing:.05em;font-size:.85rem;font-weight:700}.hero-left-panel .vertical-stepper .step-indicator .current-num{color:#fff}.hero-left-panel .vertical-stepper .step-indicator .total-num{color:#ffffff4d}.hero-left-panel .vertical-stepper .step-indicator .timeline-line{background-color:#ffffff26;border-radius:2px;width:2px;height:120px;position:relative}.hero-left-panel .vertical-stepper .step-indicator .timeline-line .timeline-progress{background-color:#fff;border-radius:2px;width:100%;transition:height .6s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0}.hero-right-panel{box-sizing:border-box;flex-direction:column;gap:30px;width:100%;padding-left:20px;display:flex;overflow:hidden}@media (max-width:992px){.hero-right-panel{justify-content:center;align-items:center;padding-left:0}}.hero-right-panel .preview-cards-track{gap:13px;width:100%;display:flex}@media (max-width:480px){.hero-right-panel .preview-cards-track{gap:8px}}@media (max-width:992px){.hero-right-panel .preview-cards-track{justify-content:center;max-width:600px}}.hero-right-panel .preview-destination-card{cursor:pointer;box-sizing:border-box;width:150px;min-width:240px;height:260px;animation:cardEntranceSlide .8s cubic-bezier(.25, 1, .5, 1) calc(var(--card-idx)*.1s) both;border-radius:12px;flex-direction:column;justify-content:flex-end;padding:16px;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 30px #0000004d}@media (max-width:576px){.hero-right-panel .preview-destination-card{width:115px;min-width:110px;height:180px;padding:10px}.hero-right-panel .preview-destination-card:nth-child(4){display:none}}.hero-right-panel .preview-destination-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #00000080}.hero-right-panel .preview-destination-card .card-image-bg{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-right-panel .preview-destination-card .card-image-bg:after{content:"";background:linear-gradient(#0000001a 40%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-right-panel .preview-destination-card .card-floating-badge{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background-color:#fff3;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;margin-bottom:auto;font-size:.8rem;display:flex;position:relative}.hero-right-panel .preview-destination-card .card-info-footer{z-index:2;color:#fff;font-family:sans-serif;position:relative}.hero-right-panel .preview-destination-card .card-info-footer .card-title{text-transform:uppercase;margin:0 0 2px;font-size:1rem;font-weight:400}@media (max-width:576px){.hero-right-panel .preview-destination-card .card-info-footer .card-title{font-size:.9rem}}.hero-right-panel .preview-destination-card .card-info-footer .card-subtitle{color:#ffffffb3;margin:0;font-size:.75rem}@media (max-width:576px){.hero-right-panel .preview-destination-card .card-info-footer .card-subtitle{font-size:.65rem}}.hero-right-panel .hero-slider-arrows{gap:14px;display:flex}@media (max-width:992px){.hero-right-panel .hero-slider-arrows{justify-content:center}}.hero-right-panel .hero-slider-arrows .arrow-trigger{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background-color:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .2s;display:flex}.hero-right-panel .hero-slider-arrows .arrow-trigger:hover{color:#000;background-color:#fff;border-color:#fff;transform:scale(1.05)}@keyframes fadeRevealUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes cardEntranceSlide{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes rollRevealIn{0%{opacity:0;transform-origin:top;transform:translateY(100%)rotateX(-30deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}@keyframes textFadeBlurIn{0%{opacity:0;filter:blur(4px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}
.Service-module-scss-module__KHU2ba__section{background-color:#0093ab;flex-direction:column;align-items:center;width:100%;padding:100px 0 120px;display:flex;position:relative;overflow:hidden}@media (max-width:480px){.Service-module-scss-module__KHU2ba__section{padding:80px 0 100px}}.Service-module-scss-module__KHU2ba__section:before,.Service-module-scss-module__KHU2ba__section:after{content:"";z-index:30;pointer-events:none;width:260px;position:absolute;top:0;bottom:0}.Service-module-scss-module__KHU2ba__section:before{background:linear-gradient(90deg,#b6dddf62 0%,#0000 100%);left:0}.Service-module-scss-module__KHU2ba__section:after{background:linear-gradient(270deg,#b6dddf62 0%,#0000 100%);right:0}.Service-module-scss-module__KHU2ba__header{text-align:center;color:#fff;margin-bottom:60px;padding:0 20px}.Service-module-scss-module__KHU2ba__header h2{margin-bottom:16px;font-size:clamp(2rem,4vw,6rem);font-weight:400;line-height:1.2}.Service-module-scss-module__KHU2ba__header p{color:#d8d8d8;font-size:1rem;line-height:1.6}@media (max-width:480px){.Service-module-scss-module__KHU2ba__header p{text-align:justify!important}}.Service-module-scss-module__KHU2ba__stage{perspective:1400px;perspective-origin:50%;width:100%;padding:40px 0;position:relative}.Service-module-scss-module__KHU2ba__track{will-change:transform;width:max-content;transform-style:preserve-3d;flex-wrap:nowrap;padding:0 20px;display:flex}.Service-module-scss-module__KHU2ba__card{cursor:pointer;will-change:transform,opacity;border-radius:20px;flex-shrink:0;width:280px;height:370px;transition:box-shadow .4s;overflow:hidden;box-shadow:0 10px 30px #0006}@media (max-width:480px){.Service-module-scss-module__KHU2ba__card{width:240px;height:320px}}.Service-module-scss-module__KHU2ba__card:hover{box-shadow:0 35px 70px #0ea5e940}.Service-module-scss-module__KHU2ba__cardInner{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.Service-module-scss-module__KHU2ba__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .9s cubic-bezier(.25,1,.5,1)}.Service-module-scss-module__KHU2ba__card:hover .Service-module-scss-module__KHU2ba__cardImg{transform:scale(1.1)}.Service-module-scss-module__KHU2ba__cardOverlay{z-index:2;background:linear-gradient(#0000 20%,#0b152838 60%,#0b152880 95%);position:absolute;inset:0}.Service-module-scss-module__KHU2ba__cardInfoWrapper{z-index:3;flex-direction:column;justify-content:flex-end;padding:28px 22px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.Service-module-scss-module__KHU2ba__cardTitle{color:#fff;text-shadow:0 2px 4px #00000023;margin-bottom:0;font-size:1.2rem;font-weight:400;transition:margin .45s cubic-bezier(.4,0,.2,1)}.Service-module-scss-module__KHU2ba__cardHoverContent{opacity:0;max-height:0;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s;overflow:hidden}.Service-module-scss-module__KHU2ba__card:hover .Service-module-scss-module__KHU2ba__cardTitle{color:#c5f1f3}.Service-module-scss-module__KHU2ba__card:hover .Service-module-scss-module__KHU2ba__cardHoverContent{opacity:1;max-height:170px;margin-top:4px}.Service-module-scss-module__KHU2ba__cardDescription{color:#cbd5e1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.82rem;display:-webkit-box;overflow:hidden}.Service-module-scss-module__KHU2ba__actions{gap:12px;display:flex}.Service-module-scss-module__KHU2ba__whatsappBtn,.Service-module-scss-module__KHU2ba__callBtn{text-align:center;border-radius:10px;flex:1;padding:7px 8px;font-size:.8rem;font-weight:400;text-decoration:none;transition:all .3s}.Service-module-scss-module__KHU2ba__whatsappBtn{color:#fff;background:#25d3653f}.Service-module-scss-module__KHU2ba__whatsappBtn:hover{background:#20c45fa9;transform:translateY(-2px)}.Service-module-scss-module__KHU2ba__callBtn{color:#0ea5e9;background:0 0;border:2px solid #0ea5e9}.Service-module-scss-module__KHU2ba__callBtn:hover{color:#fff;background:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 12px #0ea4e931}.Service-module-scss-module__KHU2ba__navBtn{z-index:40;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.7rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Service-module-scss-module__KHU2ba__navBtn:hover{color:#0ea5e9;background:#0ea5e933;border-color:#0ea5e9;transform:translateY(-50%)scale(1.1)}.Service-module-scss-module__KHU2ba__navBtn.Service-module-scss-module__KHU2ba__prevBtn{left:30px}.Service-module-scss-module__KHU2ba__navBtn.Service-module-scss-module__KHU2ba__nextBtn{right:30px}
.testimonial-section{background-color:#fafafa;justify-content:center;align-items:center;width:100%;padding:100px 0;display:flex;overflow:hidden}.testimonial-section .testimonial-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;width:90%;display:grid}@media (max-width:991px){.testimonial-section .testimonial-container{grid-template-columns:1fr;gap:60px}}.testimonial-content .testimonial-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(2rem,3.5vw,4rem);font-weight:400;line-height:1.15}.testimonial-content .testimonial-description{color:#64748b;max-width:480px;margin-bottom:36px;font-size:1.05rem;line-height:1.45}.testimonial-content .btn-view-more{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0093ab 0%,#006070 100%);border:none;border-radius:6px;padding:14px 38px;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 4px 15px #0093ab40}.testimonial-content .btn-view-more:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 20px #0093ab59}.testimonial-slider-wrapper{align-items:flex-start;width:100%;height:444px;display:flex;position:relative;overflow:hidden}.testimonial-cards-list{will-change:transform;flex-direction:column;gap:24px;width:100%;max-width:460px;transition:transform .8s cubic-bezier(.25,1,.5,1);display:flex}.testimonial-card{box-sizing:border-box;background:#fff;border-left:4px solid #e2e8f0;border-radius:12px;gap:20px;height:132px;padding:24px;transition:transform .8s cubic-bezier(.25,1,.5,1),opacity .8s cubic-bezier(.25,1,.5,1),box-shadow .8s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 30px #0093ab0a}.testimonial-card:before{content:"";opacity:0;background:linear-gradient(#39e9d4 0%,#0093ab 100%);width:4px;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0}.testimonial-card .card-avatar{border:2px solid #f1f5f9;border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.testimonial-card .card-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-card .card-body{flex-grow:1}.testimonial-card .card-body .card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.testimonial-card .card-body .card-header .customer-name{color:#0f172a;font-size:1.1rem;font-weight:700}.testimonial-card .card-body .card-header .quote-icon{width:22px;height:16px;position:relative}.testimonial-card .card-body .card-header .quote-icon:before,.testimonial-card .card-body .card-header .quote-icon:after{content:"\"";color:#e2e8f0;font-size:3.5rem;line-height:1;transition:color .4s;position:absolute;top:-12px}.testimonial-card .card-body .card-header .quote-icon:before{left:0}.testimonial-card .card-body .card-header .quote-icon:after{left:10px}.testimonial-card .card-body .customer-text{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.testimonial-card.top-slot{opacity:.45;transform:scale(.96)translate(30px)}.testimonial-card.active-slot{opacity:1;border-left-color:#0000;transform:scale(1)translate(0);box-shadow:0 20px 40px #0093ab1f}.testimonial-card.active-slot:before{opacity:1}.testimonial-card.active-slot .card-avatar{border-color:#66becc}.testimonial-card.active-slot .card-body .card-header .quote-icon:before,.testimonial-card.active-slot .card-body .card-header .quote-icon:after{color:#0093ab}.testimonial-card.active-slot .card-body .customer-text{color:#334155}.testimonial-card.bottom-slot{opacity:.45;transform:scale(.96)translate(30px)}.testimonial-card.hidden-slot{opacity:0;pointer-events:none;transform:scale(.9)}
.whyChooseUsSection{background-color:#fff;width:100%;max-width:100vw;padding:6rem 4rem 10rem;position:relative;overflow:hidden}@media (max-width:480px){.whyChooseUsSection{padding:4rem 1.5rem}}@media (max-width:960px){.whyChooseUsSection{padding:6rem 1.5rem}}.whyChooseUsSection .sectionHeader{text-align:center;will-change:transform,opacity;margin:0 auto 6rem;transition:transform .2s ease-out,opacity .2s ease-out}.whyChooseUsSection .sectionHeader .mainTitle{color:#000;margin:0;font-size:clamp(2rem,3.5vw,4rem);font-weight:400}.whyChooseUsSection .pillarsContainer{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.whyChooseUsSection .pillarsGrid{justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex;position:relative}@media (max-width:960px){.whyChooseUsSection .pillarsGrid{gap:1.25rem}}@media (max-width:650px){.whyChooseUsSection .pillarsGrid{flex-direction:column;gap:2rem}}.whyChooseUsSection .pillarPosterCard{aspect-ratio:3/4;will-change:transform,opacity;background-color:#f8fbfb;border:1px solid #0093ab0f;border-radius:16px;flex-direction:column;flex:1;max-width:290px;padding:2.25rem 2rem;transition:transform .1s linear,opacity .1s linear;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0b252914}@media (max-width:650px){.whyChooseUsSection .pillarPosterCard{aspect-ratio:3.2/4;width:100%;max-width:340px;opacity:1!important;transform:none!important}}.whyChooseUsSection .pillarPosterCard .cardTopRow{justify-content:space-between;align-items:center;width:100%;margin-bottom:2.5rem;display:flex}.whyChooseUsSection .pillarPosterCard .cardTopRow .brandTag{text-transform:uppercase;letter-spacing:1.5px;color:#0b252959;font-size:.75rem;font-weight:700}.whyChooseUsSection .pillarPosterCard .cardTopRow .miniLogo{opacity:.45;align-items:center;display:flex}.whyChooseUsSection .pillarPosterCard .cardBody{text-align:left;z-index:3;flex-direction:column;display:flex;position:relative}.whyChooseUsSection .pillarPosterCard .pillarTitle{color:#0b2529;letter-spacing:-.4px;margin:0 0 .85rem;font-size:clamp(1.4rem,2vw,1.75rem);font-weight:300;line-height:1.25}.whyChooseUsSection .pillarPosterCard .pillarDescription{color:#537175;max-width:90%;margin:0;font-size:.95rem;font-weight:400;line-height:1.5}.whyChooseUsSection .pillarPosterCard .graphicWrapper{z-index:1;align-items:flex-end;width:100%;height:45%;display:flex;position:absolute;bottom:-4px;left:0;overflow:hidden}.whyChooseUsSection .pillarPosterCard .graphicWrapper .bottomGraphic{opacity:.85;width:100%;height:auto;display:block}
