@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Yesteryear&display=swap";.latest-packages-section{position:relative;background-color:#fff7f2;padding:60px 0;overflow:hidden}.latest-packages-section .decorations{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.latest-packages-section .decorations .cam-decor{position:absolute;top:-5%;right:-3%;height:180px;width:100px;opacity:1}.latest-packages-section .decorations .dir-decor{position:absolute;bottom:-6%;left:-3%;height:180px;width:auto;opacity:1}.latest-packages-section .layout-grid{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.latest-packages-section .layout-grid{flex-direction:row;align-items:center}}.latest-packages-section .intro-block{flex:0 0 auto;width:100%}@media(min-width:1024px){.latest-packages-section .intro-block{width:20%;padding-right:20px}}.latest-packages-section .intro-block .subtitle{font-family:Yesteryear,cursive;color:#ff6737;font-size:24px;margin-bottom:-5px}.latest-packages-section .intro-block .title{font-family:Outfit,sans-serif;color:#3d4152;font-size:34px;font-weight:500;line-height:1.25;margin-bottom:16px}.latest-packages-section .intro-block .desc{font-family:Outfit,sans-serif;color:rgba(0,0,0,.56);font-size:18px;line-height:1.5}.latest-packages-section .intro-block .arrow-svg{display:inline-block;max-width:30%}@media(min-width:1024px){.latest-packages-section .intro-block .arrow-svg{max-width:60%}}.latest-packages-section .header-right{display:flex;align-items:center;gap:16px;margin-top:24px;justify-content:flex-end}.latest-packages-section .header-right .pagination-progress{display:flex;align-items:center;gap:12px}.latest-packages-section .header-right .pagination-progress .current-slide{color:#ff6737;font-size:14px;font-weight:600;white-space:nowrap}.latest-packages-section .header-right .pagination-progress .progress-bar-container{width:80px;height:2px;background:rgba(255,103,55,.2);border-radius:2px;position:relative;overflow:hidden}.latest-packages-section .header-right .pagination-progress .progress-bar-container .progress-bar-fill{position:absolute;left:0;top:0;height:100%;background:#ff6737;transition:width .3s ease}.latest-packages-section .header-right .swiper-nav-wrapper{display:flex;gap:10px;margin-top:0}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn{background-color:#fff5ef;border:none;width:40px;height:40px;padding:0;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;color:#ff6737}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn svg{flex-shrink:0;display:block}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn svg path{stroke:currentColor;transition:stroke .2s ease}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn:hover{background-color:#ff4514;color:#fff}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn:hover svg path{stroke:currentColor}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover{background-color:#fff5ef}.latest-packages-section .header-right .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover svg path{stroke:#ff6737}.latest-packages-section .carousel-block{flex:1;width:100%;min-width:0;position:relative}.latest-packages-section .latest-package-slide{height:auto;display:flex}.latest-packages-section .card{font-family:Outfit,sans-serif;background:rgba(0,0,0,0);overflow:visible;display:flex;flex-direction:column;width:600px;height:100%;transition:transform .2s ease,filter .2s ease}.latest-packages-section .card:hover{filter:drop-shadow(0 8px 24px rgba(0,0,0,.08));transform:translateY(-2px)}.latest-packages-section .card .card-image{position:relative;height:200px;width:100%;background:#fff;border-radius:20px 20px 0 0;overflow:hidden}.latest-packages-section .card .card-image .img-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.latest-packages-section .card .card-image .tag{position:absolute;top:14px;left:14px;background:#fff;border-radius:20px;padding:4px 12px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.latest-packages-section .card .card-image .tag .tag-icon{font-size:12px}.latest-packages-section .card .card-image .tag .tag-lbl{font-size:13px;font-weight:600;color:#ff6737}.latest-packages-section .card .card-content{background:#fff;padding:20px 16px 16px;flex:1;border-radius:0 0 20px 20px}.latest-packages-section .card .card-content .booked-pill{display:inline-block;background-color:#fff5ef;color:#ff6737;padding:6px 10px;border-radius:12px;font-size:13px;font-weight:500;margin-bottom:14px}.latest-packages-section .card .card-content .card-title{color:#3d4152;font-size:16px;font-weight:500;margin-bottom:8px;line-height:1.4}.latest-packages-section .card .card-content .card-location{color:#959595;font-size:14px;font-weight:500;margin-bottom:1.5rem}.latest-packages-section .card .card-footer{background:#fff;padding:16px;margin:0;border-top:2px dotted rgba(0,0,0,.15);position:relative;display:flex;justify-content:space-between;align-items:center;border-radius:20px}.latest-packages-section .card .card-footer .price-col{display:flex;flex-direction:column}.latest-packages-section .card .card-footer .price-col .price-val{color:#3d4152;font-size:16px;font-weight:700;margin-bottom:-5px}.latest-packages-section .card .card-footer .price-col .price-lbl{color:#959595;font-size:11px;font-weight:400}.latest-packages-section .card .card-footer .view-details-btn{background-color:#ff6737;color:#fff;font-size:13px;font-weight:600;padding:8px;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.latest-packages-section .card .card-footer .view-details-btn:hover{background-color:#ff4514;transform:scale(1.02)}.latest-packages-section .swiper-nav-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:24px}.latest-packages-section .swiper-nav-wrapper .nav-btn{background-color:#fff5ef;border:none;width:64px;height:64px;padding:0;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;color:#ff6737}@media(max-width:768px){.latest-packages-section .swiper-nav-wrapper .nav-btn{width:32px;height:32px}.latest-packages-section .swiper-nav-wrapper .nav-btn svg{width:20px;height:20px}}.latest-packages-section .swiper-nav-wrapper .nav-btn svg{flex-shrink:0;display:block}.latest-packages-section .swiper-nav-wrapper .nav-btn svg path{stroke:currentColor;transition:stroke .2s ease}.latest-packages-section .swiper-nav-wrapper .nav-btn:hover{background-color:#ff4514;color:#fff}.latest-packages-section .swiper-nav-wrapper .nav-btn:hover svg path{stroke:currentColor}.latest-packages-section .swiper-nav-wrapper .nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.latest-packages-section .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover{background-color:#fff5ef}.latest-packages-section .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover svg path{stroke:#ff6737}.package-card-style1-section{font-family:Outfit,sans-serif;background-color:#fff}.package-card-style1-section .section-header{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:32px}@media(min-width:768px){.package-card-style1-section .section-header{flex-direction:row;align-items:flex-end;margin-bottom:40px}}.package-card-style1-section .section-header .header-left .title{color:#3d4152;font-size:34px;font-weight:600;line-height:1.25;margin-bottom:8px}.package-card-style1-section .section-header .header-left .subtitle{color:rgba(0,0,0,.56);font-size:18px;line-height:1.4;font-weight:400}.package-card-style1-section .header-right{display:flex;align-items:center;gap:32px}.package-card-style1-section .header-right .pagination-progress{display:flex;align-items:center;gap:16px}.package-card-style1-section .header-right .pagination-progress .progress-text{color:#ff6737;font-weight:600;font-size:16px;min-width:25px}.package-card-style1-section .header-right .pagination-progress .progress-bar{width:120px;height:2px;background-color:#fff0e8;border-radius:4px;position:relative;overflow:hidden}.package-card-style1-section .header-right .pagination-progress .progress-bar .progress-fill{position:absolute;top:0;left:0;height:100%;background-color:#ff6737;border-radius:4px;transition:width .3s ease}.package-card-style1-section .header-right .swiper-nav-wrapper{display:flex;gap:12px}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn{background-color:#fff5ef;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;width:48px;height:48px;padding:0}@media(max-width:768px){.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn{width:32px;height:32px}}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn svg{width:32px;height:32px;flex-shrink:0;display:block}@media(max-width:768px){.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn svg{width:20px;height:20px}}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn svg path{stroke:#ff6737;transition:stroke .2s ease}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn:hover{background-color:#ff6737}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn:hover svg path{stroke:#fff}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed;background-color:#fff5ef}.package-card-style1-section .header-right .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover svg path{stroke:#ff6737}.package-card-style1-section .carousel-block{width:100%;position:relative}.package-card-style1-section .escape-slide{height:auto;display:flex}.package-card-style1-section .card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;width:316px;box-shadow:0 4px 18px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.03);height:390px;transition:transform .2s ease,box-shadow .2s ease}.package-card-style1-section .card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.package-card-style1-section .card .card-image{position:relative;height:240px;width:100%}.package-card-style1-section .card .card-image .img-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.package-card-style1-section .card .card-image .tag{position:absolute;top:16px;left:16px;background:#fff;border-radius:20px;padding:6px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.package-card-style1-section .card .card-image .tag .tag-icon{font-size:13px;line-height:1}.package-card-style1-section .card .card-image .tag .tag-lbl{font-size:13px;font-weight:600;color:#ff6737;line-height:1}.package-card-style1-section .card .card-content{padding:24px 20px 16px;flex:1}.package-card-style1-section .card .card-content .card-title{color:#3d4152;font-size:16px;font-weight:600;line-height:1.3;margin-bottom:5px}.package-card-style1-section .card .card-content .card-desc{color:rgba(0,0,0,.56);font-size:13px;font-weight:400;line-height:1.2}.package-card-style1-section .card .card-content .card-amenities{display:flex;flex-wrap:wrap;gap:12px 16px;margin-top:14px}.package-card-style1-section .card .card-content .card-amenities .amenity{display:flex;align-items:center;gap:6px;color:#959595;font-size:11px;font-weight:500}.package-card-style1-section .card .card-footer{padding:0 20px 24px;display:flex;justify-content:space-between;align-items:flex-end}.package-card-style1-section .card .card-footer .price-col{display:flex;flex-direction:column}.package-card-style1-section .card .card-footer .price-col .price-lbl{color:#959595;font-size:12px;font-weight:400;margin-bottom:4px}.package-card-style1-section .card .card-footer .price-col .price-val{color:#3d4152;font-size:16px;font-weight:700;line-height:1}.package-card-style1-section .card .card-footer .explore-btn{background-color:#ff6737;color:#fff;font-size:14px;font-weight:500;padding:10px;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.package-card-style1-section .card .card-footer .explore-btn:hover{background-color:#ff4514;transform:scale(1.02)}.dest-travel-experience{font-family:Outfit,sans-serif;overflow:hidden}.dest-travel-experience__container{display:flex;flex-direction:column;gap:32px;position:relative}@media(min-width:1024px){.dest-travel-experience__container{flex-direction:row;align-items:center;gap:48px}}.dest-travel-experience__left{position:relative;z-index:10}@media(min-width:1024px){.dest-travel-experience__left{width:450px;flex-shrink:0;padding-left:50px}}.dest-travel-experience__ribbon{position:absolute;z-index:-1;pointer-events:none;width:100px}.dest-travel-experience__ribbon--left{top:-20px;left:-30px}@media(max-width:425px){.dest-travel-experience__ribbon--left{left:-60px}}.dest-travel-experience__ribbon--right{bottom:70px;right:-50px}@media(max-width:425px){.dest-travel-experience__ribbon--right{bottom:-10px;right:-20px}}.dest-travel-experience__title{color:#3d4152;font-size:34px;font-weight:600;line-height:1.25;margin-bottom:12px}.dest-travel-experience__desc{color:rgba(0,0,0,.56);font-size:16px;font-weight:400;line-height:1.5;margin-bottom:18px}@media(min-width:1024px){.dest-travel-experience__desc{font-size:18px;margin-bottom:20px}}.dest-travel-experience__google-block{display:flex;align-items:flex-end;flex-direction:row;gap:20px}@media(max-width:1023px){.dest-travel-experience__google-block{gap:0}}.dest-travel-experience__rating-content{display:flex;gap:16px}.dest-travel-experience__google-logo img{height:auto;width:75px;height:60px;max-width:100%}.dest-travel-experience__rating-score{display:flex;flex-direction:column;color:#3d4152;margin-bottom:-30px}.dest-travel-experience__score-value{font-size:25px;font-weight:800;line-height:1;margin-bottom:4px;letter-spacing:-1px}.dest-travel-experience__stars{display:flex;gap:2px}.dest-travel-experience__stars svg{width:14px;height:14px}.dest-travel-experience__button{background-color:#ff6737;color:#fff;font-size:14px;font-weight:400;padding:12px;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;display:inline-block;text-align:center}.dest-travel-experience__button:hover{background-color:#ff4514;transform:scale(1.02)}.dest-travel-experience__button--desktop{display:none}@media(min-width:1024px){.dest-travel-experience__button--desktop{display:block}}.dest-travel-experience__button--mobile{display:block;width:100%;margin-top:16px}@media(min-width:1024px){.dest-travel-experience__button--mobile{display:none}}.dest-travel-experience__right{flex:1;min-width:0;position:relative}.dest-travel-experience__swiper{padding:24px 0;margin:-24px 0}.dest-travel-experience__slide{height:auto;display:flex}.dest-travel-experience__card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.02);position:relative;height:100%;display:flex;flex-direction:column;width:100%}.dest-travel-experience__quote{position:absolute;top:24px;right:24px;width:48px;height:auto;opacity:.15}.dest-travel-experience__card-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.dest-travel-experience__avatar{position:relative}.dest-travel-experience__avatar-img{width:52px;height:52px;border-radius:50%;overflow:hidden;background-color:#eee}.dest-travel-experience__avatar-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dest-travel-experience__avatar-badge{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;background:#ff6737;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.dest-travel-experience__user-info{display:flex;flex-direction:column;gap:4px}.dest-travel-experience__name{color:#3d4152;font-size:16px;font-weight:600;margin:0;line-height:1.2}.dest-travel-experience__user-stars{display:flex;gap:2px}.dest-travel-experience__user-stars svg{width:14px;height:14px}.dest-travel-experience__card-content{margin-bottom:24px;flex:1}.dest-travel-experience__card-content p{color:#464e67;font-size:14px;line-height:1.6;margin:0;font-weight:400}.dest-travel-experience__card-content p.clamped{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dest-travel-experience__card-content p.expanded{display:block;max-height:68px;overflow-y:auto;padding-right:4px}.dest-travel-experience__card-content p.expanded::-webkit-scrollbar{width:4px}.dest-travel-experience__card-content p.expanded::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:4px}.dest-travel-experience__card-content .travel-experience__more-link{color:#464e67;font-weight:700;text-decoration:underline;cursor:pointer}.dest-travel-experience__card-content .travel-experience__more-link:hover{color:#3d4152}.dest-travel-experience__card-content .travel-experience__more-link--absolute{position:absolute;bottom:0;right:0;padding-left:24px;background:linear-gradient(90deg,transparent 0,#FFFFFF 30%,#FFFFFF);line-height:1.6}.dest-travel-experience__card-content .travel-experience__more-link--inline{margin-left:6px}.dest-travel-experience__gallery{display:flex;gap:12px;flex-wrap:nowrap;overflow:hidden}.dest-travel-experience__gallery-img{width:100px;height:60px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;box-shadow:0 2px 6px rgba(0,0,0,.04);transition:opacity .2s ease}.dest-travel-experience__gallery-img:hover{opacity:.85}.package-card-style2-section{font-family:Outfit,sans-serif;background-color:#fff}.package-card-style2-section .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}@media(max-width:1024px){.package-card-style2-section .section-header{flex-wrap:wrap}}@media(min-width:768px){.package-card-style2-section .section-header{margin-bottom:40px}}.package-card-style2-section .section-header__left .title{color:#3d4152;font-size:34px;font-weight:600;line-height:1.25;margin-bottom:12px}.package-card-style2-section .section-header__left .subtitle{color:rgba(0,0,0,.56);font-size:16px;line-height:1.4;font-weight:400}@media(min-width:1024px){.package-card-style2-section .section-header__left .subtitle{font-size:18px}}.package-card-style2-section .section-header__right{display:flex;align-items:center;gap:24px}.package-card-style2-section .pagination-progress{display:flex;align-items:center;gap:12px}.package-card-style2-section .pagination-progress .current-slide{color:#ff6737;font-size:14px;font-weight:600;width:-moz-max-content;width:max-content}.package-card-style2-section .pagination-progress .progress-bar-container{width:80px;height:2px;background:rgba(255,103,55,.2);border-radius:2px;position:relative;overflow:hidden}.package-card-style2-section .pagination-progress .progress-bar-container .progress-bar-fill{position:absolute;left:0;top:0;height:100%;background:#ff6737;transition:width .3s ease}.package-card-style2-section .swiper-nav-wrapper{display:flex;gap:12px}.package-card-style2-section .swiper-nav-wrapper .nav-btn{background-color:#fff5ef;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;width:48px;height:48px;padding:0}@media(max-width:768px){.package-card-style2-section .swiper-nav-wrapper .nav-btn{width:32px;height:32px}}.package-card-style2-section .swiper-nav-wrapper .nav-btn svg{width:32px;height:32px;flex-shrink:0;display:block}@media(max-width:768px){.package-card-style2-section .swiper-nav-wrapper .nav-btn svg{width:20px;height:20px}}.package-card-style2-section .swiper-nav-wrapper .nav-btn:hover{background-color:#ff4514}.package-card-style2-section .swiper-nav-wrapper .nav-btn:hover svg path{stroke:#fff}.package-card-style2-section .swiper-nav-wrapper .nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.package-card-style2-section .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover{background-color:#fff5ef}.package-card-style2-section .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover svg path{stroke:#ff6737}.package-card-style2-section .carousel-block{width:100%;position:relative}.package-card-style2-section .duration-slide{height:auto;display:flex}.package-card-style2-section .card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;width:316px;box-shadow:0 4px 18px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.03);height:100%;transition:transform .2s ease,box-shadow .2s ease}.package-card-style2-section .card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.package-card-style2-section .card .card-image{position:relative;height:200px;width:100%}.package-card-style2-section .card .card-image .img-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.package-card-style2-section .card .card-image .tag{position:absolute;top:16px;left:16px;border-radius:20px;padding:6px 14px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.package-card-style2-section .card .card-image .tag .tag-icon{font-size:13px;line-height:1}.package-card-style2-section .card .card-image .tag .tag-lbl{font-size:13px;font-weight:500;line-height:1}.package-card-style2-section .card .card-image .tag.light{background:#fff5ef}.package-card-style2-section .card .card-image .tag.light .tag-lbl{color:#ff6737}.package-card-style2-section .card .card-image .tag.primary{background:#ff6737}.package-card-style2-section .card .card-image .tag.primary .tag-lbl{color:#fff}.package-card-style2-section .card .card-content{padding:24px 20px 20px;flex:1}.package-card-style2-section .card .card-content .card-title{color:#3d4152;font-size:18px;font-weight:500;margin-bottom:20px;line-height:1.3}.package-card-style2-section .card .card-content .highlights-list{list-style:none;margin:0;max-height:95px;overflow-y:auto;padding:0 4px 0 0}.package-card-style2-section .card .card-content .highlights-list::-webkit-scrollbar{width:4px}.package-card-style2-section .card .card-content .highlights-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.package-card-style2-section .card .card-content .highlights-list::-webkit-scrollbar-thumb{background:rgba(61,65,82,.2);border-radius:10px}.package-card-style2-section .card .card-content .highlights-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:3px}.package-card-style2-section .card .card-content .highlights-list li:last-child{margin-bottom:0}.package-card-style2-section .card .card-content .highlights-list li .check-icon{flex-shrink:0;margin-top:2px}.package-card-style2-section .card .card-content .highlights-list li span{color:rgba(0,0,0,.56);font-size:14px;font-weight:500;line-height:1.4}.package-card-style2-section .card .card-content .card-amenities{display:flex;flex-wrap:wrap;gap:12px 16px;margin-top:16px}.package-card-style2-section .card .card-content .card-amenities .amenity{display:flex;align-items:center;gap:6px;color:#959595;font-size:11px;font-weight:500}.package-card-style2-section .card .card-footer{padding:0 20px 24px}.package-card-style2-section .card .card-footer .view-packages-btn{background-color:#ff6637;color:#fff;font-size:14px;font-weight:400;padding:6px;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;width:100%;display:flex;justify-content:center;align-items:center;gap:8px}.package-card-style2-section .card .card-footer .view-packages-btn:hover{background-color:#ff4514;transform:scale(1.01)}@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";.from-destination{background-color:#fff;font-family:Outfit,sans-serif}.from-destination__header{text-align:center;margin-bottom:24px;padding-top:16px}@media(min-width:1024px){.from-destination__header{margin-bottom:40px}}.from-destination__header .title{color:#3d4152;font-size:28px;font-weight:600;line-height:1.25;margin-bottom:8px}@media(min-width:1024px){.from-destination__header .title{font-size:34px;margin-bottom:12px}}.from-destination__header .desc{color:rgba(0,0,0,.56);font-size:16px;font-weight:400;line-height:1.5}@media(min-width:1024px){.from-destination__header .desc{font-size:18px}}.from-destination__grid{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center}@media(min-width:1025px){.from-destination__grid{grid-template-columns:repeat(6,1fr)}}.from-destination .city-card{position:relative;border-radius:16px;overflow:hidden;width:185px;height:125px;cursor:pointer;aspect-ratio:16/12;transition:transform .2s ease,box-shadow .2s ease}@media(min-width:1024px){.from-destination .city-card{aspect-ratio:4/3}}.from-destination .city-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.from-destination .city-card:hover .bg-img{transform:scale(1.05)}.from-destination .city-card .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transition:transform .4s ease}.from-destination .city-card .card-overlay{position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 40%,transparent);z-index:2}.from-destination .city-card__content{position:absolute;bottom:12px;left:12px;z-index:3;width:calc(100% - 24px)}@media(min-width:1024px){.from-destination .city-card__content{bottom:16px;left:16px;width:calc(100% - 32px)}}.from-destination .city-card__content .city-name{color:#fff;font-size:18px;font-weight:600;margin-bottom:6px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.from-destination .city-card__content .flight-info-pill{display:inline-flex;align-items:center;gap:6px;background-color:hsla(0,0%,100%,.2);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:4px 8px;border-radius:6px;white-space:nowrap}.from-destination .city-card__content .flight-info-pill span{color:#fff;font-size:11px;font-weight:500}@media(max-width:320px){.from-destination .city-card__content .flight-info-pill span{font-size:9px}}@media(min-width:1024px){.from-destination .city-card__content .flight-info-pill span{font-size:12px}}@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";.hot-selling-packages{font-family:Outfit,sans-serif;position:relative;overflow:hidden}.hot-selling-packages .section-header{display:flex;justify-content:space-between;align-items:flex-end}@media(max-width:1024px){.hot-selling-packages .section-header{flex-wrap:wrap}}.hot-selling-packages .section-header__left .title{color:#3d4152;font-size:32px;font-weight:600;line-height:1.25;margin-bottom:8px}@media(min-width:1024px){.hot-selling-packages .section-header__left .title{font-size:34px}}.hot-selling-packages .section-header__left .desc{color:rgba(0,0,0,.56);font-size:18px;line-height:1.5}.hot-selling-packages .section-header__right{display:flex;align-items:center;gap:24px}.hot-selling-packages .section-header__right-mobile{display:flex;justify-content:space-between;align-items:center;width:100%}.hot-selling-packages .pagination-progress{display:flex;align-items:center;gap:12px}.hot-selling-packages .pagination-progress .current-slide{color:#ff6737;font-size:14px;font-weight:600;width:-moz-max-content;width:max-content}.hot-selling-packages .pagination-progress .progress-bar-container{width:80px;height:2px;background:rgba(255,103,55,.2);border-radius:2px;position:relative;overflow:hidden}.hot-selling-packages .pagination-progress .progress-bar-container .progress-bar-fill{position:absolute;left:0;top:0;height:100%;background:#ff6737;transition:width .3s ease}.hot-selling-packages .swiper-nav-wrapper{display:flex;gap:12px}.hot-selling-packages .swiper-nav-wrapper .nav-btn{background-color:#fff5ef;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;width:48px;height:48px;padding:0}@media(max-width:768px){.hot-selling-packages .swiper-nav-wrapper .nav-btn{width:32px;height:32px}}.hot-selling-packages .swiper-nav-wrapper .nav-btn svg{width:32px;height:32px;flex-shrink:0;display:block}@media(max-width:768px){.hot-selling-packages .swiper-nav-wrapper .nav-btn svg{width:20px;height:20px}}.hot-selling-packages .swiper-nav-wrapper .nav-btn:hover{background-color:#ff4514}.hot-selling-packages .swiper-nav-wrapper .nav-btn:hover svg path{stroke:#fff}.hot-selling-packages .swiper-nav-wrapper .nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.hot-selling-packages .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover{background-color:#fff5ef}.hot-selling-packages .swiper-nav-wrapper .nav-btn.swiper-button-disabled:hover svg path{stroke:#ff6737}.hot-selling-packages .carousel-block{width:100%;position:relative}.hot-selling-packages .hot-selling-slide{height:auto;display:flex}.hot-selling-packages .card{background:rgba(0,0,0,0);overflow:visible;display:flex;flex-direction:column;width:316px;height:100%;transition:transform .2s ease,box-shadow .2s ease}.hot-selling-packages .card:hover{box-shadow:0 8px 24px rgba(100,100,111,.1019607843);transform:translateY(-2px)}.hot-selling-packages .card .card-image{position:relative;height:200px;width:100%;background:#fff;border-radius:20px 20px 0 0;overflow:hidden}.hot-selling-packages .card .card-image .img-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px 16px 0 0}.hot-selling-packages .card .card-image .tag{position:absolute;top:14px;left:14px;background:#fff;border-radius:20px;padding:4px 16px;display:flex;align-items:center}.hot-selling-packages .card .card-image .tag .tag-lbl{font-size:13px;font-weight:600;color:#ff6737}.hot-selling-packages .card .card-content{background:#fff;padding:20px 16px 16px;flex:1;border-radius:0 0 20px 20px}.hot-selling-packages .card .card-content .location-pill{display:inline-flex;align-items:center;background-color:#fff5ef;color:#ff6737;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500;margin-bottom:14px}.hot-selling-packages .card .card-content .location-pill .dot-separator{content:"";display:block;width:3px;height:3px;background-color:#ff6737;border-radius:50%;margin:0 4px}.hot-selling-packages .card .card-content .card-title{color:#3d4152;font-size:14px;font-weight:600;margin-bottom:16px;line-height:1.4}.hot-selling-packages .card .card-content .card-amenities{display:flex;flex-wrap:wrap;gap:12px 16px}.hot-selling-packages .card .card-content .card-amenities .amenity{display:flex;align-items:center;gap:6px;color:#959595;font-size:11px;font-weight:500}.hot-selling-packages .card .card-content .card-amenities .amenity svg{color:#959595}.hot-selling-packages .card .card-footer{background:#fff;padding:16px;margin:0;border-top:2px dotted rgba(0,0,0,.15);position:relative;display:flex;justify-content:space-between;align-items:center;border-radius:20px}.hot-selling-packages .card .card-footer .price-col{display:flex;flex-direction:column}.hot-selling-packages .card .card-footer .price-col .price-lbl{color:#959595;font-size:12px;font-weight:500;margin-bottom:-5px}.hot-selling-packages .card .card-footer .price-col .price-val{color:#3d4152;font-size:18px;font-weight:700}.hot-selling-packages .card .card-footer .price-col .price-val .price-suffix{font-size:14px;font-weight:500;color:#959595}.hot-selling-packages .card .card-footer .get-quote-btn{background-color:#ff6737;color:#fff;font-size:14px;font-weight:600;padding:10px;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.hot-selling-packages .card .card-footer .get-quote-btn:hover{background-color:#ff4514;transform:scale(1.02)}@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Yesteryear&display=swap";.top-destinations{background-color:#fff7f2;font-family:Outfit,sans-serif}.top-destinations__layout{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.top-destinations__layout{flex-direction:row;align-items:center;gap:48px}}.top-destinations__text-col{text-align:left;width:100%}@media(min-width:1024px){.top-destinations__text-col{width:320px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}}.top-destinations__text-col .subtitle{font-family:Yesteryear,cursive;color:#ff6737;font-size:28px;margin-bottom:-5px}@media(min-width:1024px){.top-destinations__text-col .subtitle{font-size:32px}}.top-destinations__text-col .title{color:#3d4152;font-size:28px;font-weight:600;line-height:1.25;margin-bottom:12px}@media(min-width:1024px){.top-destinations__text-col .title{font-size:34px;margin-bottom:16px}}.top-destinations__text-col .desc{color:rgba(0,0,0,.56);font-size:16px;font-weight:400;line-height:1.5}@media(min-width:1024px){.top-destinations__text-col .desc{font-size:18px}}.top-destinations__grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:5px}@media(min-width:1024px){.top-destinations__grid{display:block;-moz-column-count:3;column-count:3;-moz-column-gap:5px;column-gap:5px}}.top-destinations .destination-card{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;width:100%;aspect-ratio:4/3}@media(min-width:1024px){.top-destinations .destination-card{aspect-ratio:unset;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:5px}.top-destinations .destination-card.short{height:180px}.top-destinations .destination-card.tall{height:220px}}.top-destinations .destination-card:hover .bg-img{transform:scale(1.04)}.top-destinations .destination-card .bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;position:absolute;top:0;left:0;z-index:1}.top-destinations .destination-card .card-overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.45) 0,transparent);z-index:2}.top-destinations .destination-card .brush-text{position:absolute;bottom:12px;left:-4px;z-index:3;display:flex;align-items:center;justify-content:center;min-width:120px;height:44px}@media(min-width:1024px){.top-destinations .destination-card .brush-text{min-width:130px;height:48px;bottom:16px;left:0}}.top-destinations .destination-card .brush-text .brush-svg{position:absolute;width:100%;height:100%;z-index:-1;-o-object-fit:fill;object-fit:fill}.top-destinations .destination-card .brush-text span{font-family:Yesteryear,cursive;color:#fff;font-size:26px;padding-bottom:4px;padding-left:8px;letter-spacing:.5px}@media(min-width:1024px){.top-destinations .destination-card .brush-text span{font-size:26px;padding-left:12px}}