[data-simplebar]{flex-flow:column wrap;place-content:flex-start;align-items:flex-start;position:relative}.simplebar-wrapper{width:inherit;height:inherit;max-width:inherit;max-height:inherit;overflow:hidden}.simplebar-mask{direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;width:auto!important;height:auto!important}.simplebar-offset{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;direction:inherit!important;box-sizing:inherit!important;resize:none!important}.simplebar-content-wrapper{direction:inherit;scrollbar-width:none;-ms-overflow-style:none;width:auto;max-width:100%;height:100%;max-height:100%;display:block;position:relative;overflow:auto;box-sizing:border-box!important}.simplebar-content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{pointer-events:none;width:100%;max-width:100%;max-height:100%}.simplebar-height-auto-observer-wrapper{float:left;z-index:-1;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;width:100%;max-width:1px;height:100%;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.simplebar-height-auto-observer{box-sizing:inherit;opacity:0;pointer-events:none;z-index:-1;width:1000%;min-width:1px;height:1000%;min-height:1px;display:block;position:absolute;top:0;left:0;overflow:hidden}.simplebar-track{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{min-height:10px;position:absolute;left:0;right:0}.simplebar-scrollbar:before{content:"";opacity:0;background:#000;border-radius:7px;transition:opacity .2s linear .5s;position:absolute;left:2px;right:2px}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-duration:0s;transition-delay:0s}.simplebar-track.simplebar-vertical{width:11px;top:0}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{width:auto;min-width:10px;min-height:0;inset:0 auto 0 0}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{opacity:0;visibility:hidden;direction:rtl;width:500px;height:500px;position:fixed;overflow:scroll hidden;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;position:fixed;left:0;overflow-y:scroll}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
a,a:hover{color:inherit;text-decoration:none!important}h1,h2,h3,h4,h5,h6{margin:0;padding:0}p{margin-top:0;margin-bottom:0}ul,ol{margin-bottom:0;padding-left:0;list-style:none}.main_package_cardUic h5{margin-bottom:0}.UicPackageCard_title{color:#515151!important;text-decoration:none!important}.UicPackageCard_title:hover{color:#008cff!important;text-decoration:none!important}.simplebar-scrollbar.simplebar-visible:before{opacity:.5!important}.simplebar-scrollbar:before{opacity:0!important;background:#001424!important}.simplebar-track.simplebar-vertical{width:10px!important}:root{--primary-bg-color:#008cff;--primary-color:#008cff;--primary-text-light-color:#fff;--primary-text-dark-color:#414141;--primary-text-dark-soft-color:#8e8e8e;--default-font-size:14px}body,html{font-family:var(--dynamic-font,"Poppins"), "Roboto", sans-serif}.extra-message{flex-direction:column;justify-content:center;align-items:center;row-gap:20px;padding:20px;display:flex}.extra-message h3{color:#fff;text-align:center;font-size:25px;font-weight:600}.main_hero_container{width:100%;position:relative}.hero_sidler_image{justify-content:center;align-items:center;height:100vh;display:flex;overflow:hidden}.main_hero_container .carousel-control-next-icon,.main_hero_container .carousel-control-prev-icon{opacity:1;cursor:pointer;background-color:#0000008a;background-position:50%;background-repeat:no-repeat;background-size:24px;border:1px solid #fff;border-radius:100%;width:3rem;height:3rem;display:inline-block}.hero_sidler_image img{object-fit:cover;object-position:center;box-sizing:border-box;object-fit:cover;border:none;width:0;min-width:100%;max-width:100%;height:0;min-height:100%;max-height:100%;margin:auto;padding:0;display:block;position:absolute;inset:0}.shimmer-placeholder2{z-index:1;background:linear-gradient(100deg,#7e7e7e 0%,#b4b4b4 50%,#7e7e7e 90%) 0 0/350% 100%;width:100%;height:100%;animation:.9s ease-in-out infinite colorfulShimmer;position:absolute;top:0;left:0}@keyframes colorfulShimmer{0%{background-position:100% 0}50%{background-position:50% 0}to{background-position:0 0}}.hero_sidler_image:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#41414100,#0000008f 53.16%,#000000c7 77.78%,#141414);width:100%;height:40%;margin-bottom:-2px;display:block;position:absolute;bottom:0;left:0}.card-hero-details-container{z-index:999;justify-content:center;width:100%;margin:auto;display:flex;position:absolute;bottom:50px}.card-hero-descriptions{color:#fff;text-align:center}.card-hero-descriptions h2.hero_title{color:#fff;font-size:38px;font-weight:600;line-height:50px;display:inline-block}.card-hero-descriptions h5.hero_desc{color:#fff;justify-content:center;align-items:center;margin-top:17px;padding-right:15px;font-size:22px;font-weight:400;line-height:33px;display:flex}.card-hero-descriptions h5.offers_price{color:#fff;font-size:22px;font-weight:600;line-height:33px}.card-hero-descriptions h5.mrp_price_price{color:#e0e0e0;margin-right:15px;font-size:18px;font-weight:300;line-height:33px;text-decoration-line:line-through}.card-hero-descriptions .price_hero_bard{justify-content:center;gap:8px;display:flex}.hero_divider{background:linear-gradient(270deg,#ffffff0d -.13%,#e0e0e00d 0,#fff 49.17%,#e0e0e00d);align-items:center;min-width:100%;min-height:1px;margin:15px 0;display:flex}.dark_section_divider{background:linear-gradient(270deg,#ffffff0d -.13%,#e0e0e00d 0,#e0e0e0 49.17%,#e0e0e00d);align-items:center;min-width:100%;min-height:1px;margin:30px 0;display:flex}.main_connect_with_btn_hero{color:#fff;cursor:pointer;text-transform:capitalize;background:linear-gradient(93deg,#53b2fe,#065af3);border-radius:40px;margin-top:15px;padding:16px 18px;font-size:14px;font-weight:500}.connect_us_menu_btn_an{color:#fff;background:linear-gradient(93deg,#53b2fe,#065af3);border-radius:7px;justify-content:center;align-items:center;padding:5px 18px;font-size:16px;font-weight:600}.main_hero_container .carousel-indicators button{z-index:99999;opacity:.5;background:#fff;margin:3px;padding:2px 10px}.main_hero_container .carousel-indicators button.active{opacity:1}.header{z-index:9;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(#0009,#a1a1a100);align-items:center;width:100%;height:70px;padding:17px 0;display:flex;position:absolute}.header-main{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(#0009,#a0a0a000);width:100%;padding:14px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.header-main.scrolled,.header-main.header-non-home{-webkit-backdrop-filter:blur(16px);background:#0a1628f2;padding:14px 0}.header-container{justify-content:space-between;align-items:center;display:flex}.desktop-nav .nav-list{gap:18px;margin:0;padding:0;list-style:none;display:flex}.nav-link{opacity:.9;padding:8px 0;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;position:relative;color:#fff!important}.nav-link:hover,.nav-link.active{opacity:1;color:#fff!important}.nav-link.active:after{content:"";background:#fff;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.header-actions{align-items:center;gap:18px;display:flex}.login-btn{opacity:.9;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;color:#fff!important}.login-btn:hover{opacity:1;color:#fff!important}.contact-btn{background:linear-gradient(93deg,#4da6ff,#1a75ff);border-radius:50px;padding:12px 32px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #1a75ff4d;color:#fff!important}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a75ff66}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px;display:none}.mobile-drawer{z-index:2000;background:#fff;flex-direction:column;width:300px;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-320px;box-shadow:-10px 0 30px #0000001a}.mobile-drawer.open{transform:translate(-320px)}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.mobile-drawer-overlay.active{opacity:1;visibility:visible}.drawer-header{background:linear-gradient(93deg,#53b2fe,#065af3);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.close-btn{color:#64748b;cursor:pointer;background:#f1f5f9b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.drawer-nav{flex:1;padding:24px}.drawer-list{margin:0;padding:0;list-style:none}.drawer-link{color:#1e293b;border-bottom:1px solid #f8fafc;padding:16px 0;font-size:18px;font-weight:600;text-decoration:none;display:block}.drawer-footer{background:#f8fafc;padding:24px}.info-item{color:#64748b;align-items:center;gap:12px;margin-bottom:20px;font-weight:500;display:flex}.drawer-login-btn{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}@media (max-width:991px){.desktop-nav{display:none}.mobile-toggle{display:block}.login-btn{display:none}}.hero_footer_info{background:#141414;align-items:center;width:100%;margin-bottom:50px;display:flex}.hero_footer_info .hero_footer_info_container{justify-content:space-around;align-items:center;width:100%;padding:50px 130px;display:flex}.hero_footer_info .hero_footer_info_item{color:var(--primary-text-light-color);align-items:center;gap:12px;display:flex}.hero_footer_info .hero_footer_info_logo{background:#292929;border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;display:flex}.hero_footer_info h6.ratting_counts{font-size:17px;font-weight:600}.hero_footer_info .tag_line{font-size:var(--default-font-size);text-transform:uppercase;opacity:.8}span.st_circle_ball{background:#fff;border-radius:100%;width:6px;height:6px;margin:3px 6px;font-size:50px;line-height:76px;display:inline-block}span.st_horizontal_line{background:#fff;border-radius:2px;width:3px;height:22px;margin:-3px 6px;font-size:50px;line-height:76px;display:inline-block}.carousel-container{width:100%;margin:auto}.carousel-image{border-radius:10px;width:100%;box-shadow:0 4px 6px #0000001a}.main_package_card_handpicked{transition:transform .4s cubic-bezier(.25,1,.5,1);position:relative}.main_package_card_handpicked:hover{transform:translateY(-6px)}.HandPickedProductCardDetails{z-index:99;border-radius:0 0 10px 10px;width:100%;padding:14px;position:absolute;bottom:0;left:0}.handpicked_pkg_desc{background:linear-gradient(#ffffff1a,#fff0);border-radius:5px;width:100%;margin-top:10px;padding:4px 3px;position:relative}.staff_handpicked_container .shimmer-effect{background:linear-gradient(90deg,#f0f0f0 25%,#ecebeb 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.2s infinite shimmerxx}@keyframes shimmerxx{0%{background-position:-200% 0}to{background-position:200% 0}}.handpicked_pkg_desc ul{flex-wrap:wrap;align-items:center;row-gap:5px;width:100%;margin:7px;display:flex}.handpicked_pkg_desc .name{color:#fffcfc;width:max-content;margin-left:5px;font-size:12px;font-weight:400}.handpicked_pkg_desc ul li{margin-left:15px;list-style-type:none;position:relative}.handpicked_pkg_desc ul li:before{content:"•";margin:0;position:absolute;left:-10px}.handpicked_pkg_desc ul li:first-child:before{content:"";left:0}.handpicked_pkg_desc .day{color:#f0eaea;font-size:12px;font-weight:600}.HandPickedProductCard_firstRow{flex-direction:row;justify-content:space-between;margin-top:15px;display:flex}.HandPickedProductCard_buttonContainer{align-items:center;gap:8px;display:flex}.HandPickedProductCard_filledButton{color:#202020;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:7px;justify-content:center;align-items:center;width:calc(100% - 61px);height:51px;font-size:14px;font-weight:500;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),background-color .3s,border-color .3s,color .3s;display:flex}.HandPickedProductCard_filledButton:hover{color:#fff;background-color:#008cff;border-color:#008cff;transform:translateY(-2px);box-shadow:0 6px 20px #008cff59}.HandPickedProductCard_filledButton:active{transform:translateY(0)}a.HandPickedProductCard_hollowButton{height:51px;color:var(--primary-text-light-color);cursor:pointer;background:0 0;border:1px solid #fff;border-radius:7px;justify-content:center;align-items:center;width:51px;font-size:14px;font-weight:500;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),background-color .3s,color .3s;display:flex}a.HandPickedProductCard_hollowButton:hover{color:#202020;background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff40}a.HandPickedProductCard_hollowButton:active{transform:translateY(0)}.price_handpicked_bard{align-items:center;display:flex}.HandPickedProductCard_buttonContainer{flex-direction:row;justify-content:space-between;margin-top:10px;display:flex}.price_handpicked_bard .offers_price{color:#fff;align-items:center;margin-right:5px;font-size:18px;font-weight:600;line-height:27px;display:flex}.price_handpicked_bard .mrp_price_price{color:#e0e0e0;align-items:center;margin-right:5px;font-size:14px;font-weight:400;line-height:21px;text-decoration-line:line-through;display:flex}.HandPickedProductCard_savePrice{color:#fff;background:#ffffff4d;align-items:center;gap:4px;margin-left:-.5px;margin-right:-.5px;padding:0 4px;font-size:9px;font-weight:600;line-height:24px;display:flex}.HandPickedProductCard_savePriceRightBorderIcon{height:24px;transform:rotate(180deg)}.HandPickedProductCard_name{color:#fff;text-transform:capitalize;align-items:center;margin-top:5px;font-size:14px;font-weight:400;line-height:23px;display:flex}.HandPickedProductCard_reviewBox{display:flex}.HandPickedProductCard_firstRow__t3RHF{color:#fff;justify-content:space-between;align-items:center;font-size:13px;font-weight:400;line-height:21px;display:flex}.handpickedHeader{text-align:left;flex-direction:column;margin-bottom:20px;margin-left:0;display:flex}.handpickedMainHeading{color:#515151;align-items:center;margin-top:0;font-size:25px;font-weight:400;line-height:38px;display:flex}.handpickedMainHeading span{color:#008cff;margin:0 7px;font-weight:600}.handpickedSubHeading{color:#8e8e8e;align-items:center;font-size:15px;font-weight:400;line-height:27px;display:flex}.DescriptionBox_descriptionBox{color:#515151;background:#e6f4ff;border-radius:7px;padding:15px}.DescriptionBox_heading{font-size:20px;font-weight:600;line-height:1.5}.DescriptionBox_body{align-items:end;display:flex}.DescriptionBox_content{width:calc(100% - 95px);display:flex}.DescriptionBox_content *{font-size:14px}.DescriptionBox_content div{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;width:95%;margin:14px 0 0;line-height:1.6;display:-webkit-box;overflow:hidden;font-size:14px!important}.DescriptionBox_readMore{cursor:pointer;align-self:flex-end;min-width:max-content;font-weight:500}.best_dealsMainHeading h4{color:#202020;text-transform:capitalize;align-items:center;font-size:22px;font-weight:600;line-height:33px;display:flex}.best_deals_package_wrapper{flex-direction:column;margin-top:20px;display:flex}.best_dealsSubHeading{color:#515151;text-transform:capitalize;align-items:center;margin-top:5px;font-size:18px;font-weight:500;line-height:27px;display:flex}.left_line_cursor{background:linear-gradient(270deg, var(--primary-color) 0, #f3702200 100%);flex-grow:1;align-items:center;width:auto;min-width:10px;min-height:1px;margin-right:10px;display:flex}.right_line_cursor{background:linear-gradient(90deg, var(--primary-color) 0, #f3702200 100%);flex-grow:1;align-items:center;width:auto;min-width:10px;min-height:1px;margin-left:10px;margin-right:0;display:flex}.PeopleLoveMainHeading{color:#515151;justify-content:center;align-items:center;width:100%;margin-top:40px;font-size:26px;font-weight:400;line-height:39px;display:flex}.PeopleLoveMainHeading h4 span{color:#008cff;margin-right:4px;font-weight:600}.PeopleLoveRatings_reviewRatingLabel{color:#202020;align-items:center;margin-top:0;font-size:35px;font-weight:700;line-height:35px;display:flex}.PeopleLoveRatings_reviewOverallRatingBox{border-right:1px solid #e0e0e0;flex-direction:column;justify-content:center;align-items:center;width:340px;margin-right:22px;padding:0 15px;display:flex}.PeopleLoveRatings_reviewCountLabel{color:#202020;cursor:pointer;text-align:center;align-items:center;font-size:18px;font-weight:500;line-height:29px;text-decoration:underline;display:flex}.PeopleLoveRatings_reviewbtmLabel{color:#000;align-items:center;width:219px;margin-top:5px;font-size:13px;font-weight:400;line-height:20px;display:flex}.PeopleLoveRatings_reviewbtmLabel span{text-align:center;margin-left:4px;font-weight:600}.ratting_contain_wapper{margin-top:30px;margin-bottom:20px}.PeopleLovereview-card-box{border:1px solid #e0e0e0;border-radius:10px;margin-left:15px;padding:15px}.PeopleLovereview-card-top-box{gap:10px;display:flex}.PeopleLovereview-card-box .profile_image{object-fit:cover;border-radius:50%}.PeopleLovecustomer-image-box{border-radius:50%;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px;display:flex;position:relative}.PeopleLovecustomer-name{text-transform:capitalize;color:#202020;align-items:center;font-size:15px;font-weight:500;line-height:23px;display:flex}.PeopleLoverating{color:#008cff;text-transform:capitalize;align-items:center;gap:5px;font-size:12px;font-weight:500;line-height:18px;display:flex}.PeopleLovereview-content{color:#202020;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:44px;max-height:44px;margin:10px 0;font-size:15px;font-weight:400;line-height:22px;display:-webkit-box;overflow:hidden}.PeopleLovereview-images-container{gap:13px;display:flex}.PeopleLovereview-img-box,.PeopleLovereview-img-box img{--height-size:62px;min-width:var(--height-size);max-width:var(--height-size);width:var(--height-size);min-height:var(--height-size);max-height:var(--height-size);height:var(--height-size);border-radius:10px}.BoardAlliancesMainHeading{color:#202020;text-transform:capitalize;justify-content:center;align-items:center;font-size:22px;font-weight:600;line-height:33px;display:flex}.BoardAlliancesHeader{text-align:center;align-items:center;margin-bottom:35px}.faq-item{margin-bottom:18px}.faq-icons{color:#008cff}.faq-question{cursor:pointer;align-items:center;gap:8px;display:flex}.faq-question h3{font-size:clamp(15px,1.17vw,15px);font-weight:400}.faq-answer{color:#8e8e8e;margin:10px 0;padding-left:25px;line-height:1.7;font-size:14px!important}.TourReviewsMainHeading{color:#202020;text-transform:capitalize;align-items:center;font-size:22px;font-weight:600;line-height:33px;display:flex}.TourReviewsMainHeading h4 span{color:#008cff;margin-right:4px;font-weight:600}.TourReviews_reviewRatingLabel{color:#202020;align-items:center;margin-top:0;font-size:35px;font-weight:700;line-height:35px;display:flex}.TourReviews_reviewOverallRatingBox{border-right:1px solid #e0e0e0;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-right:22px;padding:0 15px;display:flex}.TourReviews_reviewCountLabel{color:#202020;cursor:pointer;text-align:center;align-items:center;font-size:18px;font-weight:500;line-height:29px;text-decoration:underline;display:flex}.TourReviews_Progress_bar{background-color:#008cff}.tour-review-listing-container{flex-direction:column;gap:20px;display:flex}.tour-review-card-body{border:1px solid #e0e0e0;border-radius:10px;flex-direction:column;gap:10px;width:100%;min-height:100px;padding:20px;display:flex}.tour-review-card-body .tour-review-images{align-items:center;gap:10px;max-width:100%;display:flex;overflow-x:scroll}.tour-review-card-body .tour-review-images::-webkit-scrollbar{display:none}.tour-review-card-body .user-avatar img{aspect-ratio:1;border-radius:100%;width:50px;overflow:hidden}.tour-review-card-body .tour-review-head{justify-content:space-between;align-items:flex-start;display:flex}.tour-review-card-body .left-section{align-items:center;gap:10px;display:flex}.tour-review-card-body .reviewer-name{color:#3c3b3b;font-size:clamp(15px,1.4vw,18px);font-weight:600;line-height:27px}.tour-review-card-body .tour-review-timestamp{color:#656565;font-size:clamp(12px,1.1vw,14px)}.tour-review-card-body .right-section{color:#008cff;align-items:center;gap:5px;font-size:clamp(14px,1.17vw,15px);display:flex}.tour-review-card-body .product-detail{color:#8e8e8e;font-size:clamp(14px,1.17vw,15px);line-height:23px}.tour-review-card-body .product-detail a{color:#429cff;margin:0 5px}.tour-review-card-body .product-detail b{color:#202020;margin-right:4px;font-weight:500}.tour-review-card-body .tour-review-content{color:#515151;margin-bottom:10px;font-size:clamp(14px,1.17vw,15px);line-height:1.4}.tour-review-card-body .tour-review-image{aspect-ratio:1;cursor:pointer;border-radius:10px;width:165px;position:relative;overflow:hidden}.tour-review-card-body .tour-review-image img{box-sizing:border-box;object-fit:cover;border:none;width:100%;height:100%;margin:auto;padding:0;display:block;position:absolute;inset:0}.shimmer-placeholder{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;width:100%;padding-top:56.25%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.shimmer-placeholders{z-index:1;background:linear-gradient(100deg,#7e7e7e 0%,#b4b4b4 50%,#7e7e7e 90%) 0 0/350% 100%;width:100%;height:100%;animation:.9s ease-in-out infinite shimmerr;position:absolute;top:0;left:0}@keyframes shimmerr{0%{background-position:100% 0}50%{background-position:50% 0}to{background-position:0 0}}.image-wrapper.shimmer{background:#f6f7f8 linear-gradient(90deg,#f6f7f8,#e9ecef,#f6f7f8) 0 0/200% 100%;height:200px;animation:1.5s infinite shimmer}.lazy-load{width:100%;height:auto;display:block}.tour-review-preview-container .gridGallery{grid-column-gap:8px;grid-row-gap:8px;grid-template-rows:repeat(2,200px);grid-template-columns:1.4fr repeat(2,1fr);width:100%;display:grid}@media (max-width:768px){.tour-review-preview-container .gridGallery{grid-template-rows:repeat(3,120px);grid-template-columns:1.5fr 1fr}.tour-review-preview-container .grid-image-0{grid-area:1/1/3/2}.tour-review-preview-container .grid-image-1{grid-area:1/2/2/3}.tour-review-preview-container .grid-image-2{grid-area:2/2/3/3}.tour-review-preview-container .grid-image-3{grid-area:3/1/4/2}.tour-review-preview-container .grid-image-4{grid-area:3/2/4/3}.tour-review-card-body .tour-review-images{-webkit-overflow-scrolling:touch;padding-bottom:10px;flex-wrap:nowrap!important;overflow-x:auto!important}.tour-review-card-body .tour-review-image{flex:0 0 80px;width:80px;height:80px}.tour-review-card-body{padding:15px}.tour-review-card-body .tour-review-head{margin-bottom:5px}}.LocalizedText_defaultText{color:#515151;align-items:center;margin-bottom:20px;font-size:14px;font-weight:500;line-height:1.5;display:flex}.tour-review-preview-container{margin-bottom:20px}.tour-review-preview-container .gridImage img{box-sizing:border-box;object-fit:cover;border:none;width:100%;height:100%;margin:auto;padding:0;transition:all .3s ease-in-out;display:block;position:absolute;inset:0;transform:scale(1)}.tour-review-preview-container .gridImage:hover img{transform:scale(1.06)}.tour-review-preview-container .gridImage{cursor:pointer;border-radius:10px;display:block;position:relative;overflow:hidden}.tour-review-preview-container .grid-image-0{grid-area:1/1/3/2}.tour-review-preview-container .grid-image-1{grid-area:1/2/2/3}.tour-review-preview-container .grid-image-2{grid-area:1/3/2/4}.tour-review-preview-container .grid-image-3{grid-area:2/2/3/3}.tour-review-preview-container .grid-image-4{grid-area:2/3/3/4}.popular-destinations .listingPageHeader .mainHeading{color:#202020;text-transform:capitalize;align-items:center;font-size:22px;font-weight:600;line-height:33px;display:flex}.popular-destinations .tileCardColumnLayout{grid-template-columns:repeat(4,1fr);gap:30px 20px;margin:20px 0 10px;display:grid}.popular-destinations .tileCard{cursor:pointer;aspect-ratio:1;color:#626262;background-color:#fff;border:none;border-radius:10px;width:100%;min-width:160px;transition:all .2s linear;position:relative;overflow:hidden;box-shadow:0 0 13.6px 3.4px #a3a3a340}.popular-destinations .tileCard:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000,#000000b3 56.63%,#000c 77.78%,#141414);width:100%;height:50%;margin-bottom:-2px;display:block;position:absolute;bottom:0;left:0}.popular-destinations .imageContainer{border-radius:inherit;width:100%;height:100%;box-shadow:inherit;position:relative}.popular-destinations .imageWrapper{width:100%;height:100%;display:block;position:absolute;inset:0;overflow:hidden}.popular-destinations .tileImage{box-sizing:border-box;object-fit:cover;border:none;width:100%;height:100%;margin:auto;padding:0;display:block;position:absolute;inset:0}.popular-destinations .tileCardContent{z-index:2;color:#fff;width:100%;padding:15px;line-height:1.3;position:absolute;bottom:0}.popular-destinations .tileCardTitle{font-size:18px;font-weight:500}.popular-destinations .tileCardSubTitle{color:#e0e0e0;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.popular-destinations .tileCardStartingPrice{color:#fff;font-size:12px;display:flex}.popular-destinations .tileCardPrice{padding-left:4px}.our-partners-container .OurPartners_desktopWrapper{justify-content:center;align-items:center;gap:30px;width:100%;display:flex}.our-partners-container .OurPartners_wrapper{min-width:10px;min-height:70px}.our-partners-container .OurPartnersHeader{text-align:center;align-items:center;margin-bottom:35px}.our-partners-container .OurPartnersHeader_mainHeading{color:#202020;text-transform:capitalize;justify-content:center;align-items:center;font-size:22px;font-weight:600;line-height:33px;display:flex}.our-partners-container .OurPartners_imageBox img{object-fit:cover;width:65px;height:65px}h5#CustomModal{color:#515151;font-size:20px;font-weight:600;line-height:1.5}.footer_extra_links{text-align:left;color:#9da5b2}.footer_main_details .footer-upper h3,.footer_extra_links .footer-links h3{color:#d7d7d7;width:max-content;margin-top:18px;margin-bottom:8px;font-size:20px;font-weight:600;position:relative}.footer_main_details .footer-upper h3:before,.footer_extra_links .footer-links h3:before{content:" ";background:#008cff;width:60px;height:2px;position:absolute;bottom:-5px}.footer_extra_links a{font-size:14px}.footer_main_details{text-align:left;color:#9da5b2}.footer-copyright .social-links{align-items:center;gap:18px;display:flex}.footer-copyright .copyright-text{color:#cbcbcb}.footer-copyright .social-links>a{background:#c1c1c147;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.footer-copyright .copyright-inner{background:#ffffff1a;align-items:center;margin:18px 0 0;display:flex}.footer-about img{margin-bottom:18px;height:80px!important}.footer_main_details .footer-upper ul li{margin:8px 0;font-size:15px}.footer_main_details .footer-upper h3{margin-bottom:18px}.floating-action-button-ftr ul{z-index:999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:10px;right:10px}.floating-action-button-ftr ul li a{background:#c8c8c8;border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;display:flex}.floating-action-button-ftr ul li a.phone{color:#fff;background:#325ec8;font-size:19px}.floating-action-button-ftr ul li a.whatsapp{color:#fff;background:#0dc143;font-size:27px}.unika_editor_parent ol{padding:0 18px;font-size:14px;list-style:auto}.unika_editor_parent ul{list-style:unset;padding:0;font-size:14px}.unika_editor_parent li{margin:12px 0;font-size:14px}.unika_editor_parent h1{color:#515151;margin:14px 0;font-size:22px;font-weight:600}.unika_editor_parent h2{color:#515151;margin:14px 0;font-size:20px;font-weight:600}.unika_editor_parent h3,.unika_editor_parent h4{color:#515151;margin:14px 0;font-size:18px;font-weight:600}.unika_editor_parent h5{color:#515151;margin:14px 0;font-size:16px;font-weight:600}.unika_editor_parent h6{color:#515151;margin:14px 0;font-size:14px;font-weight:600}.unika_editor_parent h1 strong,.unika_editor_parent h2 strong,.unika_editor_parent h3 strong,.unika_editor_parent h4 strong,.unika_editor_parent h5 strong,.unika_editor_parent h6 strong,.unika_editor_parent h1 b,.unika_editor_parent h2 b,.unika_editor_parent h3 b,.unika_editor_parent h4 b,.unika_editor_parent h5 b,.unika_editor_parent h6 b{font-weight:800}.unika_editor_parent>*{color:#515151;margin-bottom:8px}.unika_editor_parent p{font-size:14px}.unika_editor_parent a{color:#008cff;text-decoration:underline}.unika_editor_parent table{border:1px solid #e5e7eb;width:100%}.unika_editor_parent thead,.unika_editor_parent thead th,.unika_editor_parent thead tr{background-color:#e6e6e629;font-weight:700}.unika_editor_parent tbody,.unika_editor_parent td,.unika_editor_parent tfoot,.unika_editor_parent th,.unika_editor_parent thead,.unika_editor_parent tr{color:#515151;border:1px solid #e5e7eb;padding:5px 8px;font-size:14px}.unika_editor_parent blockquote{border-left:5px solid #ccc;margin-left:0;padding-left:1.5em;padding-right:1.5em;font-style:italic}.location{color:#008cff;font-weight:700}.handpicked_pkg_images{aspect-ratio:2/3;border-radius:10px;width:100%;position:relative;overflow:hidden}.handpicked_pkg_images img,.handpicked_pkg_images .bi-img{transition:transform .6s cubic-bezier(.25,1,.5,1)!important}.main_package_card_handpicked:hover .handpicked_pkg_images img,.main_package_card_handpicked:hover .handpicked_pkg_images .bi-img{transform:scale(1.06)}.handpicked_pkg_images:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(90deg,#fff0 0%,#ffffff59 50%,#fff0 100%);width:50%;height:100%;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.main_package_card_handpicked:hover .handpicked_pkg_images:after{transition:left .8s cubic-bezier(.25,1,.5,1);left:150%}.open-modal{display:block;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.close-modal{display:none}body.modal-open{overflow:hidden}.get-in-torch-modal-container .modal-dialog{--bs-modal-width:650px}.google_logo img{height:60px}.extra_review_contain_wrapper .details-container{border-right:1px solid #e0e0e0;flex-direction:column;justify-content:space-around;padding:18px 22px 18px 0;display:flex}.extra_review_contain_wrapper .image-box{object-fit:cover;width:125px;height:125px;overflow:hidden}.extra_review_contain_wrapper .image-box img{object-fit:cover;width:100%;height:100%}.extra_review_contain_wrapper .details-box{flex-direction:column;justify-content:center;align-items:flex-start;row-gap:8px;display:flex}.extra_review_contain_wrapper h6.details-sm-heading,.extra_review_contain_wrapper .extra-sub-heading{color:#8e8e8e;font-size:14px;font-weight:500}.extra_review_contain_wrapper h3.details-lg-heading{color:#202020;font-size:22px;font-weight:600}.extra_review_contain_wrapper .connect-us-btn-box{align-items:center;gap:12px;width:100%;display:flex}.extra_review_contain_wrapper .horizontal-divider-line{justify-content:center;height:100%;display:flex}.extra_review_contain_wrapper .extra-call-btn{color:#0d6efd;background:#e6f4ff;border-color:#e6f4ff}.extra_review_contain_wrapper .divider-line{background:linear-gradient(270deg,#ffffff0d -.13%,#e0e0e00d 0,#e0e0e0 49.17%,#e0e0e00d);width:2px;height:100%}.extra_review_contain_wrapper .icon-container{border-radius:10px;justify-content:space-around;align-items:center;min-height:250px;display:flex;overflow:hidden}.extra_review_contain_wrapper .icon-box-details .icons{color:#0d6efd;background-color:#ffffffb8;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:27px;font-weight:bolder;display:flex}.extra_review_contain_wrapper .background-overlay-extra{z-index:1;background-image:linear-gradient(93deg,#065af3,#1595fe);width:100%;height:100%;position:absolute}.extra_review_contain_wrapper .icon-box-details{text-align:center;border-right:1px solid #ffffff75;flex-direction:column;align-items:center;gap:14px;width:33.33%;padding:4px 22px;display:flex}.extra_review_contain_wrapper .icon-box-details .extra-headings{color:#fff;width:85%;margin:auto;font-size:14px;line-height:20px}.google_logo_touch{object-fit:cover;width:15px;height:15px;overflow:hidden}.pkg_imagesUicContainer{object-fit:cover;border-radius:10px;width:100%;min-width:100%;max-width:100%;height:340px;min-height:340px;max-height:340px;position:relative;overflow:hidden}.pkg_imagesUic{border-radius:10px;width:100%;height:340px;position:relative;overflow:hidden}.pkg_imagesUic img{object-fit:cover}.pkg_imagesUicContainer .splide__arrow{opacity:.9;background:#fff!important;border:1px solid #e0e0e0!important;width:2em!important;height:2em!important}.pkg_imagesUicContainer .splide__arrow--next{right:1em!important}.pkg_imagesUicContainer .splide__arrow--prev{left:1em!important}.pkg_imagesUicContainer .splide__pagination{display:flex!important}.pkg_imagesUicContainer .splide__arrow--next,.pkg_imagesUicContainer .splide__arrow--prev{opacity:0;transition:all .2s ease-in-out}.pkg_imagesUicContainer:hover .splide__arrow--next,.pkg_imagesUicContainer:hover .splide__arrow--prev{opacity:.9;display:flex}.UicPackageCard_firstRow{flex-direction:row;justify-content:space-between;margin-top:15px;display:flex}.UicPackageCard_duration{color:#7a7a7a;align-items:center;font-size:14px;font-weight:400;line-height:21px;display:flex}.UicPackageCard_reviewBox{flex-direction:row;display:flex}.UicPackageCard_review_star{color:#008cff;align-items:center;margin:0;font-size:16px;line-height:normal;display:flex}.UicPackageCard_reviewRating{color:#008cff;align-items:center;margin:0 5px;font-size:14px;font-weight:500;line-height:21px;display:flex}.UicPackageCard_reviewRatingCount{color:#8e8e8e;align-items:center;font-size:12px;font-weight:400;line-height:21px;display:flex}.UicPackageCard_name{color:#202020;text-transform:capitalize;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;align-items:center;margin-top:5px;margin-bottom:8px;font-size:15px;font-weight:400;line-height:23px;display:-webkit-box;overflow:hidden}.UicPackage_pkg_descWrapper{background:linear-gradient(#ffba0a1a,#ffba0a00);border-radius:5px;width:100%;margin-bottom:2px;display:flex;position:relative}.UicPackage_pkg_descWrapper ul{flex-wrap:wrap;align-items:center;row-gap:5px;width:100%;margin:7px;display:flex}.UicPackage_pkg_descWrapper .name{color:#515151;width:max-content;margin-left:5px;font-size:12px;font-weight:400}.UicPackage_pkg_descWrapper ul li{margin-left:15px;list-style-type:none;position:relative}.UicPackage_pkg_descWrapper ul li:before{content:"•";margin:0;position:absolute;left:-10px}.UicPackage_pkg_descWrapper ul li:first-child:before{content:"";left:0}.UicPackage_pkg_descWrapper .day{color:#000;font-size:12px;font-weight:600}.price_UicPackage_bard{flex-direction:row;align-items:center;display:flex}.UicPackageCard_savePrice{color:#008cff;text-transform:capitalize;background:#e6f4ff;align-items:center;gap:3px;margin-left:-.5px;margin-right:-.5px;padding:5px 2px;font-size:9px;font-weight:600;line-height:14px;display:flex}.productCard_savePriceRightBorderIcon{height:24px;transform:rotate(180deg)}.price_UicPackage_bard .offers_price{color:#202020;align-items:center;margin-right:5px;font-size:18px;font-weight:600;line-height:27px;display:flex}.price_UicPackage_bard .mrp_price_price{color:#515151;align-items:center;margin-right:6px;font-size:14px;font-weight:400;line-height:21px;text-decoration-line:line-through;display:flex}.UicPackageCard_filledButton{color:#fff;cursor:pointer;background:linear-gradient(93deg,#53b2fe,#065af3);border-radius:7px;justify-content:center;align-items:center;width:calc(100% - 61px);height:51px;font-size:14px;font-weight:600;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),filter .3s;display:flex}.UicPackageCard_filledButton:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #065af359}.UicPackageCard_filledButton:active{transform:translateY(0)}.UicPackageCard_hollowButton{color:#008cff;cursor:pointer;background:#fff;border:1px solid #008cff;border-radius:7px;justify-content:center;align-items:center;width:51px;height:51px;font-size:14px;font-weight:600;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),background-color .3s,color .3s;display:flex}.UicPackageCard_hollowButton:hover{color:#fff;background-color:#008cff;transform:translateY(-2px);box-shadow:0 6px 20px #008cff40}.UicPackageCard_hollowButton:active{transform:translateY(0)}.UicPackageCard_buttonContainer{flex-direction:row;justify-content:space-between;margin-top:10px;display:flex}.main_package_cardUic{transition:transform .4s cubic-bezier(.25,1,.5,1)}.main_package_cardUic:hover{transform:translateY(-6px)}.pkg_imagesUic img,.pkg_imagesUic .bi-img{transition:transform .6s cubic-bezier(.25,1,.5,1)!important}.main_package_cardUic:hover .pkg_imagesUic img,.main_package_cardUic:hover .pkg_imagesUic .bi-img{transform:scale(1.06)}.pkg_imagesUic{position:relative;overflow:hidden}.pkg_imagesUic:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(90deg,#fff0 0%,#ffffff59 50%,#fff0 100%);width:50%;height:100%;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.main_package_cardUic:hover .pkg_imagesUic:after{transition:left .8s cubic-bezier(.25,1,.5,1);left:150%}.UicPackageCard_name a{transition:color .3s}.main_package_cardUic:hover .UicPackageCard_name a{color:#008cff!important}.UicPackage_pkg_descWrapper{transition:background .3s}.main_package_cardUic:hover .UicPackage_pkg_descWrapper{background:linear-gradient(#ffba0a2e,#ffba0a08)}@keyframes shimmer2{0%{background-position:-1000px 0}to{background-position:1000px 0}}.main_package_cardUic .shimmer{opacity:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;transition:opacity .3s ease-out;animation:1.5s linear infinite shimmer2;display:block;position:relative}.main_package_cardUic .shimmer.loaded{opacity:1;animation:none}.shimmerImg{z-index:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite shimmerImg;position:absolute;top:0;left:0}@keyframes shimmerImg{0%{background-position:-200% 0}to{background-position:200% 0}}.pkg_image_card_uic.hidden{display:none}.pkg_image{width:100%;height:auto;display:block}.extra_review_contain_wrapper{margin-top:30px}.extra_review_contain_wrapper .details-container{border-right:1px solid #e0e0e0;flex-direction:column;justify-content:space-around;row-gap:0;padding:18px 22px 18px 0;display:flex}.extra_review_contain_wrapper .details-box .details-sm-heading{color:#8e8e8e;font-size:13px;font-weight:500}.extra_review_contain_wrapper .details-box .details-lg-heading{color:#515151;font-size:21px;font-weight:500;line-height:30px}.extra_review_contain_wrapper .extra-sub-heading{color:#008cff;font-size:14px;font-weight:600}.extra_review_contain_wrapper .extra-message{z-index:2;flex-direction:column;align-items:center;row-gap:8px;display:flex}.extra_review_contain_wrapper .extra-message h3{color:#fff;font-size:20px;font-weight:600}.extra_review_contain_wrapper .icon-container{border-radius:10px;justify-content:space-around;align-items:center;min-height:250px;display:flex;position:relative;overflow:hidden}.extra_review_contain_wrapper .background-overlay-extra{background-image:linear-gradient(93deg,#065af3,#1595fe);width:100%;height:100%;position:absolute}.extra_review_contain_wrapper .extra-sub-heading.isMobileExtra{display:none}.GridGallery{grid-template-rows:repeat(2,200px);grid-template-columns:repeat(4,1fr);gap:10px;width:100%;display:grid}.grid-image-0{grid-area:span 2/span 2}.GridGallery img{object-fit:cover;border-radius:8px;width:100%;height:100%}.shimmer-placeholder{background:#f6f7f8 linear-gradient(90deg,#f6f7f8 0%,#edeef1 20%,#f6f7f8 40% 100%) 0 0/800px 100% no-repeat;width:100%;height:100%;animation:1s linear infinite forwards shimmer}.custom_get_in_touch_form{z-index:99999;position:fixed;top:65%;right:-65px;transform:rotate(90deg)}.custom_get_in_touch_form.connect_us_menu_btn_an{color:#fff;cursor:pointer;background:linear-gradient(93deg,#53b2fe,#065af3);border:none;border-radius:7px;justify-content:center;align-items:center;padding:5px 18px;font-size:16px;font-weight:600}.button-get-in-touch-design .show{display:flex}.button-get-in-touch-design .hide{display:none}.hero-arrows .splide__arrow{opacity:1!important;background-color:#0000008a!important;border:1px solid #fff!important;border-radius:100%!important;width:3rem!important;height:3rem!important}.hero-arrows .splide__arrow svg{fill:#fff!important;width:24px!important;height:24px!important}.hero-arrows .splide__arrow:hover{background-color:#000000bf!important}.hero-arrows .splide__arrow--prev{left:6rem!important}.hero-arrows .splide__arrow--next{right:6rem!important}.slider-container .splide__pagination{gap:2px!important;bottom:20px!important}.slider-container .splide__pagination__page{opacity:.5!important;background:#fff!important;border:none!important;border-radius:0!important;width:8px!important;height:5px!important;padding:2px 10px!important;transition:opacity .3s,width .3s!important}.slider-container .splide__pagination__page.is-active{opacity:1!important;background:#fff!important;transform:scale(1)!important}.main_connect_with_btn_hero{color:#fff;cursor:pointer;text-transform:capitalize;background:linear-gradient(93deg,#53b2fe,#065af3);border:none;border-radius:40px;width:fit-content;margin-top:15px;padding:16px 18px;font-size:14px;font-weight:500}.price_UicPackage_bard{flex-flow:row;align-items:center;gap:6px;width:auto;display:flex}.price_UicPackage_bard .offers_price{white-space:nowrap;font-size:14px;font-weight:600}.price_UicPackage_bard .mrp_price_price{color:#8e8e8e;white-space:nowrap;font-size:11px}.UicPackageCard_savePrice{color:#008cff;white-space:nowrap;background:#e6f4ff;align-items:center;gap:3px;padding:2px 4px;font-size:8px;font-weight:600;display:flex}.tour-review-images{flex-wrap:wrap;gap:10px;margin-top:15px;display:flex}.tour-review-image-item{display:block}.tour-review-image{border-radius:8px;width:165px;height:165px;overflow:hidden}.tour-review-image img{object-fit:cover;width:100%;height:100%}.splide__arrow--prev{left:-1.5em!important}.splide__arrow--next{right:-1.5em!important}.splide__arrow:disabled{opacity:0!important}.splide__arrow svg{fill:#161616!important;width:1em!important;height:1em!important}.splide__arrow{opacity:.7!important;z-index:1!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#ffffffb3!important;border:1px solid #e0e0e0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:3em!important;height:3em!important;padding:0!important;display:flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.header_get_in_torch_close{color:#201e1e;background-color:#e6ecf194;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;padding:5px;font-size:20px;line-height:22px;display:flex;position:absolute;top:0;right:0}.SendEnquiryBtnPkg{color:#fff;cursor:pointer;background:linear-gradient(93deg,#53b2fe,#065af3);border:none;border-radius:7px;width:100%;height:51px;font-size:14px;font-weight:600;transition:all .3s}.SendEnquiryBtnPkg:hover{opacity:.9}.package-details-hero .gridImage img{object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out;position:absolute;inset:0;transform:scale(1)}.touch_pack_container{align-items:center;gap:10px;margin-bottom:10px;display:flex}.touch_pack_img_box{object-fit:cover;border-radius:5px;width:50px;height:50px;overflow:hidden}.touch_pack_img_box img{object-fit:cover;width:100%;height:100%}.touch_pack_details_box{flex-direction:column;justify-content:center;display:flex}.touch_pack_title{color:#515151;text-transform:capitalize;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:19px;display:flex;overflow:hidden;display:-webkit-box!important}.touch_pack_details{flex-direction:row;align-items:center;gap:0;margin-top:5px;display:flex}.touch_pack_offer_price{color:#202020;align-items:center;margin-right:5px;font-size:15px;font-weight:600;line-height:23px;display:flex}.touch_pack_offer_price span{margin-left:5px}.touch_pack_price{color:#515151;align-items:center;font-size:12px;font-weight:300;line-height:18px;text-decoration-line:line-through;display:flex}.touch_pack_price span{margin-left:5px}.touch_pack_save{justify-content:center;align-items:center;display:flex}span.touch_pack_save_svg_one{height:24px;margin-left:5px}.touch_pack_save_price{color:#008cff;text-transform:capitalize;background:#e6f4ff;align-items:center;gap:3px;margin-left:-.5px;margin-right:-.5px;padding:5px 2px;font-size:9px;font-weight:600;line-height:14px;display:flex}span.touch_pack_save_svg_two{height:24px;transform:rotate(180deg)}.form_get_in_torch{overflow:auto}.Touch_heading{color:#202020;align-items:center;margin-bottom:3px;font-size:18px;font-weight:500;line-height:30px;display:flex}.Touch_heading span{color:#008cff;margin-left:5px;font-weight:600}.touch_header p{color:#515151;align-items:center;font-size:12px;font-weight:400;line-height:18px;display:flex}.get_in_torch_submit_btn{color:#fff;background:linear-gradient(93deg,#53b2fe,#065af3);border-radius:7px;justify-content:center;align-items:center;width:100%;height:51px;font-size:14px;font-weight:600;display:flex}.travel_date_input,.touch_select_label{color:#a5a5a5}.google_logo_touch{width:20px;height:20px}.google_logo_touch img{width:100%;height:100%}.bali-tour-faqs{margin-top:30px}.Faq_mainHeading{color:#202020;text-transform:capitalize;align-items:center;margin-bottom:22px;font-size:22px;font-weight:600;line-height:33px;display:flex}.Faq_mainHeading h4{margin:0;font-size:22px;font-weight:600}.faq-item{border-bottom:1px solid #f1f1f1;margin-bottom:18px}.faq-question{cursor:pointer;align-items:center;gap:8px;padding:12px 0;display:flex}.faq-question h3{color:#202020;margin:0;font-size:15px;font-weight:400}.faq-icons{color:#008cff;font-size:14px}.unika_editor_parent{color:#8e8e8e;margin-bottom:15px;font-size:14px;line-height:1.7;padding-left:4px!important}.footerContainer{background:#0b1729;padding:60px 0 0}.footer_main_details .footer-upper h3{color:#d7d7d7;width:max-content;margin-top:18px;margin-bottom:18px;font-size:20px;font-weight:600;position:relative}.footer_main_details .footer-upper h3:before{content:" ";background:#008cff;width:60px;height:2px;position:absolute;bottom:-5px}.footer_address li{margin:12px 0;font-size:15px}.footer_address a{color:#9da5b2;transition:color .3s}.footer_address a:hover{color:#008cff}.footer-links ul li{margin:8px 0;font-size:15px}.footer-links ul li a{color:#9da5b2;transition:color .3s}.footer-links ul li a:hover{color:#008cff}.footer-copyright{margin-top:20px;padding-bottom:40px}.footer-copyright .copyright-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:24px 32px;display:flex}.footer-copyright .payment-methods img{opacity:.8;height:32px;transition:opacity .3s}.footer-copyright .payment-methods img:hover{opacity:1}.footer-copyright .copyright-text-center{text-align:center}.footer-copyright .copyright-main{color:#fff;margin-bottom:4px;font-size:15px;font-weight:500}.footer-copyright .unika-credit-line{color:#fff6;font-size:11px}.footer-copyright .unika-credit-line a{color:#fff9;font-weight:700;text-decoration:none;transition:color .3s}.footer-copyright .unika-credit-line a:hover{color:#008cff}.footer-copyright .social-links-wrap{gap:12px;display:flex}.footer-copyright .social-links-wrap a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer-copyright .social-links-wrap a:hover{background:#008cff;transform:translateY(-3px);box-shadow:0 5px 15px #008cff4d}.package-details-hero .gridPackage{grid-column-gap:10px;grid-row-gap:10px;grid-template-rows:repeat(2,18vmax);grid-template-columns:1fr repeat(2,25vw);width:100%;display:grid}.package-details-hero{margin-bottom:20px}.package-details-hero .gridImage img{box-sizing:border-box;object-fit:cover;border:none;width:100%;height:100%;margin:auto;padding:0;transition:all .3s ease-in-out;display:block;position:absolute;inset:0;transform:scale(1)}.package-details-hero .gridImage:hover img{transform:scale(1.06)}.package-details-hero .gridImage{cursor:pointer;border-radius:0;display:block;position:relative;overflow:hidden}.package-details-hero .grid-image-0{grid-area:1/1/3/2}.package-details-hero .grid-image-1{grid-area:1/2/2/3}.package-details-hero .grid-image-2{grid-area:1/3/2/4}.package-details-hero .grid-image-3{grid-area:2/2/3/3}.package-details-hero .grid-image-4{grid-area:2/3/3/4}.package-details-highlights-package-content h1,.package-details-highlights-package-content h2,.package-details-highlights-package-content h3,.package-details-highlights-package-content h4,.package-details-highlights-package-content h5,.package-details-highlights-package-content h6{color:var(--primary-text-dark-color);margin:14px 0;font-size:18px;font-weight:600}.package-details-highlights-package-content p{font-size:var(--default-font-size);color:var(--primary-text-dark-color);margin-bottom:12px;font-weight:400}.package-details-highlights-package-content ul,.package-details-highlights-package-content ol{font-size:var(--default-font-size);color:var(--primary-text-dark-color);margin-left:18px;padding-left:18px;list-style:auto}.package-details-highlights-package-content ul li,.package-details-highlights-package-content ol li{margin:12px 0;list-style:auto}.package-details-highlights-package{background:#f1f1f187;border-radius:8px;margin:18px 0;padding:14px 18px}.package-details-facilities .package-details-facilities-card{background:#f1f1f187;border-radius:8px;justify-content:space-around;align-items:center;width:100%;margin:18px 0;padding:14px 18px;display:flex}.package-details-facilities .package-details-facilities-card .package-details-facilities-items{text-align:center;gap:4px;display:grid}.package-details-facilities .package-details-facilities-card .package-details-facilities-items .icons{color:#008cff;font-size:20px}.package-details-facilities .package-details-facilities-card .package-details-facilities-items .name{font-size:var(--default-font-size);color:var(--primary-text-dark-color)}.package-details-main-header .package-details-main-heading{color:var(--primary-text-dark-color);margin-bottom:8px;font-size:22px;font-weight:600}.package-details-main-header .extraDetails{font-size:var(--default-font-size);color:var(--primary-text-dark-color);align-items:center;gap:12px;display:flex}.package-details-main-header .extraDetails>div{align-items:center;gap:5px;display:flex}.package-details-main-header .extraDetails .package_star,.package-details-main-header .extraDetails .package_duration,.package-details-main-header .extraDetails .package_locations{color:#008cff;font-weight:600}.itinerary-description ul{font-size:var(--default-font-size);color:var(--primary-text-dark-color);list-style:unset;padding:0 18px}.itinerary-description ol{padding:0 18px;list-style:auto}h5.itinerary-title{color:var(--primary-text-dark-color);font-size:16px;font-weight:600}.itinerary-description li{margin:12px 0}.package-details-things_to_do-content,.package-details-time_to_visit-content,.package-details-inclusions-content{font-size:var(--default-font-size);color:var(--primary-text-dark-color);background:#f8f8f8;border-radius:7px;margin:22px 0;padding:18px}.RelatedPackagesMainHeading h4,.SimilarPackagesMainHeading h4{color:#202020;text-transform:capitalize;align-items:center;margin-bottom:20px;font-size:22px;font-weight:600;line-height:33px;display:flex}.SendEnquiryBtnPkg{border:1px solid var(--primary-color);background:var(--primary-color);color:#fff;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;width:100%;height:51px;font-size:14px;font-weight:600;display:flex}.package-details-offers-price{color:#008cff;justify-content:center;align-items:end;gap:0;margin-bottom:4px;font-size:22px;font-weight:600;display:flex}.package-details-start_at{text-align:center;justify-content:center;align-items:center;gap:8px;margin-bottom:4px;font-size:16px;font-weight:500;display:flex}.package-details-sb-mrp-price{font-size:14px;text-decoration:line-through}p.package-details-price-note{color:var(--primary-text-dark-color);font-size:14px}.header{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(#0009,#a1a1a100);align-items:center;width:100%;height:70px;display:flex;position:absolute;top:0;left:0}.header_header_container{justify-content:space-between;align-items:center;width:100%;display:flex}.header_header_container .brand_logo img{width:auto;height:40px}.header_header_container .header_brand_details{align-items:center;gap:18px;display:flex}.header_header_container .header_brand_details .brand_info{font-size:var(--default-font-size);color:var(--primary-text-light-color);align-items:center;gap:8px;display:flex}.connect_us_menu_btn_an{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;justify-content:center;align-items:center;gap:10px;min-width:150px;height:42px;padding:0 25px;font-size:16px;font-weight:600;line-height:42px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0003;color:#fff!important;background:linear-gradient(93deg,#53b2fe,#065af3)!important}.connect_us_menu_btn_an:hover{opacity:.9}.shimmer-placeholder2{background:#f6f7f8 linear-gradient(90deg,#f6f7f8 0%,#edeef1 20%,#f6f7f8 40% 100%) 0 0/800px 100% no-repeat;width:100%;height:100%;animation:1.5s linear infinite shimmer}.mobile-footer-new{color:#fff;z-index:10;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-30px;padding:0 0 80px;position:relative}.mf-logo{filter:drop-shadow(0 2px 4px #0003);max-width:180px;height:auto;margin:auto}.mf-tagline{letter-spacing:.2px;opacity:.8;font-weight:500;line-height:1.5}.mf-accordions{border-top:1px solid #ffffff1a}.mf-accordion-item{border-bottom:1px solid #ffffff1a}.mf-accordion-header{color:#fff;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 8px;font-size:16px;font-weight:600;display:flex}.mf-accordion-header i{color:#fff9;font-size:14px;transition:transform .3s}.mf-accordion-body{max-height:0;padding:0 8px;transition:max-height .4s ease-out,padding .4s ease-out;overflow:hidden}.mf-accordion-body.show{max-height:500px;padding:0 8px 16px}.mf-link-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.mf-link-list a{color:#ffffffb3;font-size:14px;text-decoration:none;display:block}.mf-social-icons{margin-top:10px}.mf-soc-icon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;text-decoration:none;transition:background .2s;display:flex}.mf-soc-icon:hover{background:#008cff}.mf-contact-card{background:#131f32;border:1px solid #ffffff0d;border-radius:16px;padding:24px;box-shadow:0 10px 30px #00000026}.mf-contact-title{color:#fff;letter-spacing:.5px;font-size:16px}.mf-contact-row{color:#ffffffd9;font-size:14px}.mf-contact-icon{color:#008cff;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-right:12px;font-size:13px;display:flex}.mf-contact-text{flex:1;line-height:1.5}.mf-speak-btn{color:#0f172a;text-transform:uppercase;letter-spacing:1px;background:#e2e8f0;border:none;transition:all .2s}.mf-speak-btn:active{background:#cbd5e1;transform:scale(.98)}.best_package_alert{margin-bottom:28px}.ListingPageBody_descriptionBoxContainer__Qavin{width:100%}.custom_modal_overlay{z-index:999999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.3s cmFadeIn;display:flex;position:fixed;inset:0}@keyframes cmFadeIn{0%{opacity:0}to{opacity:1}}.custom_modal_box{background:#fff;border:none;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) cmSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes cmSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.custom_modal_header{background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;padding:24px 30px;display:flex}.custom_modal_title{color:#1e293b;margin:0;font-size:20px;font-weight:700;line-height:1.3}.custom_modal_close{cursor:pointer;color:#64748b;background:#f8fafc;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.custom_modal_close:hover{color:#0f172a;background:#f1f5f9;transform:rotate(90deg)}.custom_modal_body{color:#475569;flex:1;padding:30px;font-size:15px;line-height:1.7;overflow-y:auto}.custom_modal_body div,.custom_modal_body p,.custom_modal_body li{color:#475569;margin-bottom:16px;line-height:1.7;font-size:15px!important}.custom_modal_body b,.custom_modal_body strong{color:#0f172a;font-weight:600}.custom_modal_body::-webkit-scrollbar{width:6px}.custom_modal_body::-webkit-scrollbar-track{background:#f8fafc}.custom_modal_body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom_modal_body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.custom_modal_overlay{padding:10px}.custom_modal_box{border-radius:16px 16px 0 0;align-self:flex-end;max-height:92vh;margin-bottom:-10px}.custom_modal_header{padding:20px}.custom_modal_title{font-size:17px}.custom_modal_body{padding:20px}}.best_dealsMainHeading h4,.handpickedMainHeading,.PeopleLoveMainHeading h4,.BoardAlliancesMainHeading,.Faq_mainHeading h4{display:block!important}.handpickedMainHeading svg{vertical-align:middle;margin-left:8px;display:inline-block}.highlighted-text{color:#008cff!important;font-weight:700!important}
@media (max-width:392px){.form_get_in_torch{z-index:99999;height:auto}.modal-body{min-height:max-content}#lb-1,#lb-2,#lb-3,#lb-4,#lb-5{display:none!important}}@media (max-width:768px){#get_touch_form{gap:10px!important}.drawer-link{font-size:14px}.extra-message{row-gap:30px;margin:15px;flex-direction:column!important;justify-content:center!important;align-items:start!important;display:flex!important}.extra-message h3{text-align:center;width:100%;font-size:20px!important}.staff_best_deals_container{margin-bottom:30px!important}.more_pack_bottom{margin-bottom:15px}.PeopleLoveMainHeading{margin-top:10px}.extra_review_contain_wrapper .icon-box-details .extra-headings{letter-spacing:-.3px;width:-webkit-fill-available;font-size:12px}.extra_review_contain_wrapper .connect-us-btn-box{justify-content:space-between}.extra_review_contain_wrapper .connect-us-btn-box .btn{width:100%}.extra_review_contain_wrapper .details-container{border-right:none;row-gap:12px;padding:18px 22px 0 0}.extra_review_contain_wrapper .extra-sub-heading{display:none}.extra_review_contain_wrapper .extra-sub-heading.isMobileExtra{margin:22px 0 9px;display:block!important}.extra_review_contain_wrapper .icon-box-details{padding:4px 0}.custom-modal-container .modal-dialog{display:flex}.custom-modal-container .modal-dialog .modal-content{align-self:flex-end}.modal-body{min-height:max-content}#lb-1,#lb-2,#lb-3,#lb-4,#lb-5{display:none!important}.card-hero-descriptions h5.offers_price,.handpickedMainHeading,.BoardAlliancesMainHeading,.Faq_mainHeading,.TourReviewsMainHeading,.our-partners-container .OurPartnersHeader_mainHeading,.popular-destinations .listingPageHeader .mainHeading,.best_dealsMainHeading h4{font-size:20px}.form_get_in_torch{z-index:99999;height:auto}.DescriptionBox_heading{font-size:16px}.touch_pack_img_box{width:15%}.touch_pack_details_box{width:85%}.DescriptionBox_readMore,.best_dealsSubHeading{font-size:14px}.custom_get_in_touch_form{top:inherit;left:unset;right:unset;z-index:999;width:70%;transition:bottom .5s;display:none;position:fixed;bottom:-150px;transform:rotate(0);border-radius:10px!important;padding:13px 30px!important}.button-get-in-touch-design{justify-content:center;width:100%;display:flex}.floating-action-button-ftr ul{bottom:70px}.custom_get_in_touch_form.show{bottom:13px}.custom_get_in_touch_form.hide{bottom:-150px}.package-details-header nav{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;overflow-x:auto!important}.package-details-header ul{flex-wrap:nowrap!important;width:max-content!important;display:flex!important}.package-details-header ul li{flex:none!important;width:auto!important}.package-details-header ul li a{text-wrap:nowrap!important;white-space:nowrap!important;width:auto!important;padding:12px 16px!important;display:inline-block!important;overflow:visible!important}.custom-modal-container{top:unset;bottom:0}.footer-copyright .copyright-inner{flex-direction:column;gap:18px}.footer_main_details .footer-upper .footer-links ul:not(.footer_address){flex-wrap:wrap;gap:12px;display:flex}.footer_main_details .footer-upper .footer-links ul:not(.footer_address) li{position:relative}.footer_main_details .footer-upper .footer-links ul:not(.footer_address) li:after{content:"";background:#d7d7d7;width:1px;height:75%;position:absolute;top:4px;right:-6px}.footer_main_details .footer-upper .footer-links ul li:last-child:after{content:"";position:unset;background:0 0;width:1px;height:75%;top:4px;right:-6px}span.st_horizontal_line{width:2px;height:16px}.custom-modal-container .modal-dialog{width:100%;height:100%;margin:0;padding:0}.hero_footer_info .hero_footer_info_container{column-count:2;gap:25px;margin-top:18px;padding:10px 18px 16px;display:inline-block}span.st_horizontal_line{background:#fff;width:2px;height:14px}.price_handpicked_bard .offers_price{font-size:16px}.hero_footer_info h6.ratting_counts{font-size:13px}.hero_footer_info .hero_footer_info_logo{width:40px;height:40px;font-size:18px}.PeopleLovereview-img-box,.PeopleLovereview-img-box img{--height-size:45px}.pkg_imagesUicContainer{height:260px;min-height:260px;max-height:260px}.header_header_container .brand_logo img{height:35px}.header_header_container .header_brand_details{gap:14px}.pkg_imagesUicContainer .pkg_imagesUic img{height:260px;min-height:260px;max-height:260px}.PeopleLovereview-images-container{flex-flow:wrap;place-content:space-between;place-items:center end;gap:5px;display:flex}.hero_footer_info .hero_footer_info_item{margin-bottom:28px}.main_hero_container .carousel-indicators{display:none}.hero_sidler_image{height:100vh}.hero_sidler_image:before{height:50%}.hero_sidler_image img{height:calc(100vh - 40px)}.card-hero-details-container{bottom:80px}.hero-arrows .splide__arrow--prev{display:none!important;left:1rem!important}.hero-arrows .splide__arrow--next{display:none!important;right:1rem!important}.card-hero-descriptions h2.hero_title{margin-bottom:-5px;font-size:22px;line-height:30px}.card-hero-descriptions h5.hero_desc{justify-content:start;margin-top:5px;font-size:16px;line-height:22px;display:block}.span.st_horizontal_line{margin:-6px 4px}.card-hero-descriptions{text-align:start;width:100%;padding:0}.hero_divider{margin:12px 0}.header_email_address,.header_phone_no{display:none}.header_header_container .header_brand_details .brand_info{border:1px solid #fff;border-radius:100%;justify-content:center;width:35px;height:35px;font-size:18px}.main_connect_with_btn_hero{border-radius:7px;width:100%}.card-hero-descriptions .price_hero_bard{justify-content:start}.PeopleLoveMainHeading{text-align:center;font-size:18px}.PeopleLoveRatings_reviewOverallRatingBox{border-right:none;width:100%;margin-right:0;padding:0 15px}.popular-destinations .tileCardColumnLayout{grid-template-columns:repeat(2,1fr);row-gap:18px}.our-partners-container .OurPartners_desktopWrapper{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.TourReviews_reviewOverallRatingBox svg{width:85%;margin:auto}.TourReviews_reviewRatingLabel{margin-top:-5px;font-size:35px;line-height:35px}.TourReviews_reviewOverallRatingBox{padding:0 5px}.TourReviews_reviewCountLabel{font-size:12px;line-height:18px}.OurPartners_imageBox{justify-content:center;display:flex}.tour-review-preview-container .gridGallery{grid-column-gap:6px;grid-row-gap:6px;grid-template-rows:220px 122px;grid-template-columns:repeat(3,1fr)}.tour-review-preview-container .grid-image-0{grid-area:1/1/2/4}.tour-review-preview-container .grid-image-1{grid-area:2/1/3/2}.tour-review-preview-container .grid-image-2{grid-area:2/2/3/3}.tour-review-preview-container .grid-image-3{grid-area:2/3/3/4}.package-details-header{z-index:100!important;width:100%!important;position:sticky!important;top:70px!important;overflow:hidden!important}.package-details-header nav{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;width:100%!important;overflow-x:auto!important}.package-details-header nav::-webkit-scrollbar{display:none!important}.package-details-header ul{flex-wrap:nowrap!important;width:max-content!important;min-width:100%!important;display:flex!important}.package-details-header ul li{font-size:13px;white-space:nowrap!important;flex:1 0 auto!important}.col-span-1 .sticky{position:relative!important;top:0!important}.package-details-facilities{width:100%!important;overflow:hidden!important}.package-details-facilities .package-details-facilities-card{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:16px!important;padding:14px 18px!important;overflow-x:auto!important}.package-details-facilities .package-details-facilities-card::-webkit-scrollbar{display:none!important}.package-details-facilities .package-details-facilities-card .package-details-facilities-items{flex-direction:column!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:80px!important;display:flex!important}.package-details-facilities .package-details-facilities-card .package-details-facilities-items .name{white-space:nowrap!important;font-size:11px!important}h5.itinerary-title{font-size:14px}.package-details-hero .gridPackage{grid-column-gap:6px;grid-row-gap:6px;grid-template-rows:250px 180px;grid-template-columns:repeat(3,1fr)}.package-details-hero .grid-image-0{grid-area:1/1/2/4}.package-details-hero .grid-image-1{grid-area:2/1/3/2}.package-details-hero .grid-image-2{grid-area:2/2/3/3}.package-details-hero .grid-image-3{grid-area:2/3/3/4}.package-details-hero .grid-image-4{display:none!important}}@media (max-width:767px){.ratting_contain_wapper{display:none!important}.ratings-mobile-layout{margin-top:22px;display:block}.ratings-mobile-strip{background:#fff;border:1px solid #edf2f7;border-radius:16px;justify-content:space-around;align-items:center;margin-bottom:20px;padding:14px 16px;display:flex;box-shadow:1px 2px 9px #9d9d9d17}.ratings-mobile-google img{object-fit:contain;width:auto;height:24px}.ratings-mobile-divider{background:#e8edf2;flex-shrink:0;width:1px;height:40px}.ratings-mobile-score{flex-direction:column;align-items:center;gap:3px;display:flex}.ratings-mobile-score-num{color:#1e293b;font-size:24px;font-weight:800;line-height:1}.ratings-mobile-stars{align-items:center;gap:2px;display:flex}.ratings-mobile-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;margin-top:2px;font-size:9px;font-weight:600}.ratings-mobile-total{flex-direction:column;align-items:center;gap:3px;display:flex}.ratings-mobile-total-count{color:#008cff;font-size:22px;font-weight:800;line-height:1}.ratings-mobile-total-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;font-size:9px;font-weight:600}.ratings-mobile-carousel{padding:6px 4px 28px;overflow:hidden}.ratings-mobile-carousel .splide__pagination{gap:4px;bottom:4px}.extra_review_contain_wrapper .icon-container{min-height:150px}.ratings-mobile-carousel .splide__pagination__page{opacity:1;background:#dde3ed;border-radius:50%;width:7px;height:7px;margin:0;transition:all .25s}.ratings-mobile-carousel .splide__pagination__page.is-active{background:#008cff;border-radius:4px;width:18px;transform:none}.ratings-mobile-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;flex-direction:column;gap:0;height:100%;padding:16px;display:flex;box-shadow:1px 2px 9px #9d9d9d17}.ratings-mobile-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:12px;display:flex}.ratings-mobile-avatar{border:2px solid #e0ebff;border-radius:50%;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden;box-shadow:0 2px 6px #008cff26}.ratings-mobile-avatar img{object-fit:cover;width:100%;height:100%}.ratings-mobile-card-meta{flex:1;min-width:0}.ratings-mobile-card-name{color:#1e293b;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:700;line-height:1.3;display:block;overflow:hidden}.ratings-mobile-card-stars{align-items:center;gap:2px;margin-top:3px;display:flex}.ratings-mobile-card-score{color:#64748b;margin-left:4px;font-size:10.5px;font-weight:600}.ratings-mobile-card-badge{opacity:.5;flex-shrink:0}.ratings-mobile-card-badge img{width:auto;height:18px}.ratings-mobile-card-text{color:#4a5568;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0 0 12px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.ratings-mobile-card-images{gap:7px;margin-top:auto;display:flex}.ratings-mobile-card-img{border:1px solid #f1f5f9;border-radius:10px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.ratings-mobile-card-img img{object-fit:cover;width:100%;height:100%}}@media (min-width:768px){.ratings-mobile-layout{display:none!important}}@media (max-width:767px){.shorts-modern-section{padding:24px 0!important}.shorts-modern-section .container{max-width:100%;padding-left:12px;padding-right:12px}.shorts-modern-section .sec-head{padding:0 4px;margin-bottom:20px!important}.profile-page .max-w-6xl{padding-left:12px;padding-right:12px}.profile-page .lg\:col-span-3{margin-bottom:20px}.profile-page .rounded-\[32px\]{border-radius:24px!important}.profile-page .sticky{position:relative!important;top:0!important}.profile-page nav button{padding:8px 12px!important}}
