.tabs{display:flex;gap:8px}.tab-split{display:flex;align-items:stretch}.tab-btn{padding:12px 14px;border:none;background:#eee;cursor:pointer;font-size:13px;color:#555;border-radius:6px 0 0 6px}.tab-arrow{display:flex;align-items:center;justify-content:center;padding:8px 10px;background:#3b045f;border-radius:0 6px 6px 0;cursor:pointer}.tab-btn.active{background:#432b7d;color:#fff}.tab-split:hover .tab-arrow{background:#6a2bb8}.tab-arrow img{width:12px;height:12px}.filters{display:flex;justify-content:flex-end;align-items:center;gap:12px}@media(max-width:576px){.filters{flex-direction:column;align-items:flex-start;gap:5px}}.filter-wrapper{position:relative;display:inline-block}.filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998;animation:fadeInBackdrop .2s ease forwards}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.filter-btn{display:flex;align-items:center;gap:6px;border:none;background:transparent;cursor:pointer;font-size:13px}.filter-box{position:absolute;top:calc(100% + 8px);right:0;width:360px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:9999}.menu-close{position:absolute;top:-15px;left:40px}.menu-close .close-btn{background:var(--primary-purple);width:36px;height:36px;border-radius:50%;border:none;cursor:pointer}.menu-close .close-btn:hover{background:var(--primary-gold);transform:rotate(90deg)}.filter-box h4{font-size:16px;font-weight:700;color:#432b7d;margin-left:56px;font-family:var(--font-body)}.filter-box h4.budget{margin-left:214px}.range-box{position:relative;margin:0 0 40px}.range-box input[type=range]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:7px;border-radius:10px;outline:none;background:linear-gradient(to right,#e0dee5 0,#e0dee5 var(--val),#aaa4bc var(--val),#aaa4bc 100%)}.range-box input[type=range]::-webkit-slider-runnable-track{height:7px;border-radius:10px;background:transparent}.range-box input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#6a2bb8;border-radius:50%;border:none;cursor:pointer;margin-top:-6px;box-shadow:0 0 0 4px rgba(106,43,184,.2)}.range-box input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#6a2bb8;border-radius:50%;border:none;cursor:pointer}.price-label{position:absolute;top:23px;transform:translateX(-50%);font-size:16px;font-weight:400;color:#000;white-space:nowrap}.price-label span{display:block;font-size:10px;color:#888;text-align:center}.filter-box label{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:2px 0;font-size:16px;font-weight:400;color:#000;cursor:pointer}.filter-box input[type=radio]{order:2;-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;width:20px;height:20px;box-sizing:border-box;border-radius:50%;border:none;background:#cec8dd;box-shadow:inset 0 0 0 4px #cec8dd,inset 0 0 0 5.5px #8676ab;cursor:pointer;flex-shrink:0;transition:all .2s ease}.filter-box input[type=radio]:checked{box-shadow:none;border:4.5px solid #cec8dd;background:radial-gradient(circle,#fff 5%,#fff 2.5px,#432b7d 0,#432b7d 100%)}.filter-box label span{order:1}.filter-group{display:flex;background:#cec4da;border-radius:8px}.star-btn{padding:10px 24px;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:500;color:#1a1a1a;display:flex;align-items:center;gap:10px;border-radius:8px;transition:all .2s ease}.star-btn.active{background:#3c2a6f;color:#fff}.dot{width:20px;height:20px;box-sizing:border-box;border-radius:50%;border:none;background:#fff;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3.5px #9587be;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.dot:after{content:"";width:4px;height:4px;border-radius:50%;background:transparent;position:absolute;transition:all .2s ease}.star-btn.active .dot{box-shadow:none;border:4.5px solid #9587be;background:transparent}.star-btn.active .dot:after{width:4px;height:4px;background:#fff}.wrapper{flex-direction:column;margin-top:30px;padding-bottom:40px}.top-bar,.wrapper{display:flex;gap:20px}.top-bar{align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}.top-bar>:first-child{flex:1 1;display:flex;align-items:center}@media screen and (max-width:576px){.top-bar>:first-child{flex-direction:column;align-items:flex-start;gap:10px}.top-bar>:first-child .btn{width:100%;justify-content:space-between}}.top-bar>:last-child{display:flex;align-items:center;justify-content:flex-end}.top-bar .tabs .btn{background-color:transparent;border:1px solid #432b7d;color:#432b7d}.top-bar .tabs .btn .arrow-box{background:#432b7d}.top-bar .tabs .btn.active{background-color:#432b7d;color:#fff}.top-bar .tabs .btn.active .arrow-box{background:#1e0e45}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:10px}.result-count{font-size:14px;color:#555;margin:0}.result-count strong{color:#222}.no-results{grid-column:1/-1;text-align:center;color:#888;padding:48px 0;font-size:15px}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%;animation:shimmer 1.4s linear infinite}.skeleton-card{pointer-events:none}.skeleton-card .skeleton-img{width:275px;min-width:275px;height:120px;border-radius:20px;margin-right:8px}.skeleton-card .card-content{display:flex;flex-direction:column;gap:8px;flex:1 1}.skeleton-card .skeleton-badge{width:70px;height:22px}.skeleton-card .skeleton-price{width:80px;height:34px;margin-left:auto}.skeleton-card .skeleton-stars{width:90px;height:16px}.skeleton-card .skeleton-title{width:70%;height:18px}.skeleton-card .skeleton-location{width:55%;height:14px}.skeleton-card .skeleton-link{width:110px;height:16px;margin-top:4px}.load-more-wrap{display:flex;justify-content:center;margin-top:8px}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.popup .popup-box{background:#fff;width:300px;margin:100px auto;padding:20px;border-radius:10px;position:relative}.popup .popup-box .close{position:absolute;right:10px;top:10px;cursor:pointer}.popup .popup-box h4{margin-top:10px}.popup .popup-box label{display:block;margin:5px 0}@media screen and (max-width:768px){.grid{grid-template-columns:1fr}.skeleton-card .skeleton-img{width:192px;min-width:192px}}@media screen and (max-width:576px){.skeleton-card{flex-direction:column}.skeleton-card .skeleton-img{width:100%;min-width:unset;height:180px;margin:0 0 8px}}.choose-section{position:relative;margin:44px 0 50px}.bg-box{position:absolute;background:rgba(228,167,36,.4);z-index:0;width:100%;height:calc(100% - 30px);top:15px}.choose-content{position:relative;z-index:1;display:grid;grid-template-columns:285px 1fr;grid-gap:20px;gap:20px;align-items:center}@media screen and (min-width:1580px){.choose-content{grid-template-columns:382px 1fr}}.choose-left h3{font-size:38px;color:#895e00;margin-bottom:10px;font-weight:400;line-height:1.2}.choose-left p{font-size:16px;line-height:1.4;color:#000}.choose-right{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;grid-column-gap:40px;column-gap:40px}.choose-card{display:flex;gap:18px}.choose-card,.choose-card:first-child,.choose-card:nth-child(2){align-items:flex-start}.choose-card:first-child .chosoedetailcard,.choose-card:nth-child(2) .chosoedetailcard{margin-top:15px}.choose-card .chosoedetailcard span{font-size:20px;color:var(--primary-purple);font-weight:400;font-family:var(--font-heading)}.choose-card .chosoedetailcard p{font-size:16px;line-height:1.4;color:#000}@media screen and (max-width:1700px){.choose-card .chosoedetailcard p{font-size:14px}}.guide{width:171px;height:139px}@media(max-width:1200px){.choose-section{background-color:rgba(228,167,36,.4);padding:40px 0}.choose-section .bg-box{display:none}.choose-content{grid-template-columns:1fr;gap:35px;justify-items:center;text-align:center}.choose-left{width:100%;max-width:700px;margin-top:0}.choose-right{width:100%;max-width:100%}}@media(max-width:860px){.choose-right{grid-template-columns:1fr;gap:20px}.choose-card{display:flex;flex-direction:row;align-items:center;text-align:left;gap:15px}.choose-card img{width:90px;height:90px;object-fit:contain;flex-shrink:0}.chosoedetailcard{display:flex;flex-direction:column;justify-content:center}.chosoedetailcard span{font-size:18px}.chosoedetailcard p{font-size:14px;line-height:1.4}}@media(max-width:420px){.choose-card{flex-direction:column;align-items:center;text-align:center}.choose-card img{width:100px;height:100px;object-fit:contain;display:block;margin:0 auto}.chosoedetailcard{text-align:center}}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-button-prev,~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.mobile-post-slider{display:block;min-height:250px}.mobile-post-slider .latest-post-swiper{min-height:250px}.mobile-post-slider .latest-post-swiper:not(.swiper-initialized){overflow:hidden}.mobile-post-slider .latest-post-swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px;transform:none!important;width:100%!important}.mobile-post-slider .latest-post-swiper:not(.swiper-initialized) .swiper-wrapper>:nth-child(n+3){display:none!important}.mobile-post-slider .latest-post-swiper:not(.swiper-initialized) .swiper-slide{width:auto!important;margin:0!important;height:auto}@media(max-width:768px){.mobile-post-slider .latest-post-swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:574px){.mobile-post-slider .latest-post-swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:minmax(0,1fr)}.mobile-post-slider .latest-post-swiper:not(.swiper-initialized) .swiper-wrapper>:nth-child(n+2){display:none!important}}.mobile-post-slider .swiper{overflow:visible}.mobile-post-slider .swiper-slide{height:auto}.gallery-slider-wrapper{position:relative;width:100%;margin-bottom:25px;min-height:300px}@media screen and (min-width:1600px){.gallery-slider-wrapper{min-height:330px}}@media(max-width:768px){.gallery-slider-wrapper{margin-bottom:18px;min-height:300px}}.gallery-slider-wrapper .gallery-swiper{width:100%;height:auto;position:relative;min-height:300px}@media screen and (min-width:1600px){.gallery-slider-wrapper .gallery-swiper{min-height:330px}}.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized){overflow:hidden}.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;transform:none!important;width:100%!important}.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-wrapper>:nth-child(n+4){display:none!important}.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-slide{width:auto!important;margin:0!important;height:auto}@media(max-width:1023px){.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-wrapper>:nth-child(n+3){display:none!important}}@media(max-width:639px){.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:minmax(0,1fr)}.gallery-slider-wrapper .gallery-swiper:not(.swiper-initialized) .swiper-wrapper>:nth-child(n+2){display:none!important}}.gallery-slider-wrapper .gallery-swiper .gallery-slide-item{width:100%;height:300px;overflow:hidden;background:#eceaf2}@media screen and (min-width:1600px){.gallery-slider-wrapper .gallery-swiper .gallery-slide-item{height:330px}}.gallery-slider-wrapper .gallery-swiper .gallery-slide-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-slider-wrapper .gallery-nav-btn{position:absolute;bottom:-22.5px;z-index:10;width:45px;height:45px;background:#1e0e45;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .3s ease;border:none}.gallery-slider-wrapper .gallery-nav-btn img{width:16px;height:16px;object-fit:contain}.gallery-slider-wrapper .gallery-nav-btn:hover{background:#432b7d;transform:translateY(-2px)}.gallery-slider-wrapper .gallery-nav-btn.gallery-prev{left:20px}.gallery-slider-wrapper .gallery-nav-btn.gallery-next{right:20px}.gallery-slider-wrapper .gallery-nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media(max-width:768px){.gallery-slider-wrapper .gallery-nav-btn{width:35px;height:35px;bottom:-17.5px}.gallery-slider-wrapper .gallery-nav-btn.gallery-prev{left:10px}.gallery-slider-wrapper .gallery-nav-btn.gallery-next{right:10px}.gallery-slider-wrapper .gallery-nav-btn img{width:14px;height:14px}}.reviews-section{padding-top:60px;overflow:hidden;position:relative;min-height:514px}@media(max-width:992px){.reviews-section{padding-top:30px;min-height:0}}.reviews-section .reviews-wrapper{display:grid;grid-template-columns:382px 1fr;align-items:center;grid-gap:0;gap:0}@media(min-width:1580px){.reviews-section .reviews-wrapper{grid-template-columns:445px 1fr}}@media(max-width:768px){.reviews-section .reviews-wrapper{grid-template-columns:1fr}}.reviews-section .reviews-left{flex-shrink:0}.reviews-section .reviews-left .content-card{background:var(--light-purple);padding:40px 40px 40px 0;border-radius:unset;display:flex;flex-direction:column;gap:15px;position:relative}.reviews-section .reviews-left .content-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--light-purple);border-radius:20px 0 0 20px}@media screen and (max-width:768px){.reviews-section .reviews-left .content-card:before{display:none}}@media(min-width:1580px){.reviews-section .reviews-left .content-card{padding:50px 100px 50px 0}}@media screen and (max-width:768px){.reviews-section .reviews-left .content-card{padding:20px 15px 30px;gap:10px}}.reviews-section .reviews-left .content-card .tag-h3{font-family:var(--font-body);font-size:14px;color:var(--primary-purple);opacity:.6;font-weight:500}.reviews-section .reviews-left .content-card .tag-h3.bottom{align-self:flex-end;margin-top:-10px}.reviews-section .reviews-left .content-card .section-title{font-family:var(--font-heading);font-size:35px;font-weight:400;color:var(--primary-purple);line-height:1.2;margin:0}@media(min-width:1580px){.reviews-section .reviews-left .content-card .section-title{font-size:36px}}@media screen and (max-width:576px){.reviews-section .reviews-left .content-card .section-title{font-size:22px}}.reviews-section .reviews-left .content-card .section-description{font-family:var(--font-body);font-size:16px;color:var(--text-dark);line-height:1.6;margin:0 0 20px;letter-spacing:-2%}@media screen and (max-width:768px){.reviews-section .reviews-left .content-card .section-description{margin:0}}@media screen and (max-width:576px){.reviews-section .reviews-left .content-card .section-description{font-size:14px}}.reviews-section .reviews-left .content-card .action-row{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.reviews-section .reviews-left .content-card .action-row .custom-nav{display:flex;gap:5px}.reviews-section .reviews-left .content-card .action-row .custom-nav .nav-btn{width:35px;height:35px;background:var(--primary-purple);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .3s ease}.reviews-section .reviews-left .content-card .action-row .custom-nav .nav-btn:hover{background:#1e0e45}.reviews-section .reviews-left .content-card .action-row .custom-nav .nav-btn.next-btn svg,.reviews-section .reviews-left .content-card .action-row .custom-nav .nav-btn.prev-btn svg{transform:rotate(0deg)}.reviews-section .reviews-left .content-card .action-row .view-all-btn{display:flex;align-items:center;background:#392b60;color:#fff;padding:4px 4px 4px 20px;border-radius:6px;font-weight:600;font-size:15px;gap:15px;transition:all .3s ease}.reviews-section .reviews-left .content-card .action-row .view-all-btn .arrow-box{width:40px;height:38px;background:#1b1238;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.reviews-section .reviews-left .content-card .action-row .view-all-btn:hover{background:var(--primary-gold)}.reviews-section .reviews-left .content-card .action-row .view-all-btn:hover .arrow-box{background:var(--primary-purple)}.reviews-section .reviews-right{min-width:0;overflow:hidden;margin-left:-30px;height:454px}@media(min-width:1600px){.reviews-section .reviews-right{margin-left:-60px;height:634px}}@media screen and (max-width:1600px)and (min-width:1580px){.reviews-section .reviews-right{margin-left:-92px}}@media screen and (max-width:768px){.reviews-section .reviews-right{margin-left:0;padding:0 0 15px}}.reviews-section .reviews-right .reviews-swiper{width:100%;height:100%}.reviews-section .reviews-right .reviews-placeholders{display:flex;gap:13.2px;height:100%;overflow:hidden}.reviews-section .reviews-right .review-slide{width:224px!important;height:auto;flex-shrink:0}@media(min-width:1600px){.reviews-section .reviews-right .review-slide{width:317px!important}}@media(max-width:1599.5px){.reviews-section .reviews-right .review-slide{width:224px!important}}.reviews-section .reviews-right .phone-frame{position:relative;padding:12px;border-radius:40px;width:224px;height:454px;overflow:hidden;background:url(https://admin.bismillahtravel.co.uk/assets/fr_svgs/mobileshorts.png) no-repeat 50%;background-size:100% 100%;flex-shrink:0}@media(min-width:1600px){.reviews-section .reviews-right .phone-frame{height:634px;width:317px}}@media(max-width:768px){.reviews-section .reviews-right .phone-frame{height:438px}}.reviews-section .reviews-right .phone-frame--placeholder{background-color:#e8e6ef;background-image:none}.reviews-section .reviews-right .phone-frame:after{content:""}.reviews-section .reviews-right .phone-frame .video-container{width:100%;height:100%;background:#000;border-radius:30px;overflow:hidden;position:relative;cursor:pointer}.reviews-section .reviews-right .phone-frame .video-container .short-thumbnail{width:100%;height:100%;object-fit:cover}.reviews-section .reviews-right .phone-frame .video-container .short-iframe{width:100%;height:100%}.reviews-section .reviews-right .phone-frame .video-container .play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);z-index:5}.reviews-section .reviews-right .phone-frame .video-container .play-overlay .play-icon{width:62px;height:62px;background:hsla(0,0%,100%,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.reviews-section .reviews-right .phone-frame .video-container .play-overlay .play-icon svg{margin-left:0}.reviews-section .reviews-right .phone-frame .video-container .title-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 20px 20px;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:#fff;font-size:14px;font-weight:500;z-index:6}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.photo-gallery-wrapper{width:100%;position:relative;margin-bottom:40px;box-sizing:border-box}.photo-gallery-wrapper .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;height:auto;justify-content:center}@media screen and (max-width:1360px){.photo-gallery-wrapper .gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.photo-gallery-wrapper .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.photo-gallery-wrapper .gallery-grid{grid-template-columns:1fr}}.photo-gallery-wrapper .gallery-grid .gallery-img-cell{width:100%!important;max-width:100%!important;height:300px}@media screen and (min-width:1600px){.photo-gallery-wrapper .gallery-grid .gallery-img-cell{height:330px}}.photo-gallery-wrapper .gallery-grid .gallery-img-cell{margin:0 auto;overflow:hidden;cursor:pointer;position:relative}.photo-gallery-wrapper .gallery-grid .gallery-img-cell img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block}.photo-gallery-wrapper .gallery-grid .gallery-img-cell:hover img{transform:scale(1.04)}.photo-gallery-wrapper .gallery-grid .gallery-img-cell.has-overlay .count-overlay{position:absolute;inset:0;background:rgba(0,0,0,.42);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.photo-gallery-wrapper .gallery-grid .gallery-img-cell.has-overlay .count-overlay span{color:#fff;font-size:38px;font-weight:400;font-family:var(--font-heading);text-shadow:0 2px 12px rgba(0,0,0,.4);line-height:32px}@media(max-width:1200px){.photo-gallery-wrapper .gallery-grid .gallery-img-cell.has-overlay .count-overlay span{font-size:36px}}@media(max-width:900px){.photo-gallery-wrapper .gallery-grid .gallery-img-cell.has-overlay .count-overlay span{font-size:28px}}.photo-gallery-wrapper .gallery-grid .gallery-img-cell.has-overlay:hover .count-overlay{background:rgba(0,0,0,.55)}.photo-gallery-wrapper .gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.photo-gallery-wrapper .gallery-modal .modal-container{background:#e5e5e5;width:-moz-fit-content;width:fit-content;max-width:1095px;position:relative;padding:27px 35px;border-radius:4px;box-shadow:0 20px 40px rgba(0,0,0,.3)}@media(max-width:992px){.photo-gallery-wrapper .gallery-modal .modal-container{width:100%;padding:10px}}.photo-gallery-wrapper .gallery-modal .modal-container .purple-close-btn{position:absolute;top:-37px;right:26px;cursor:pointer;z-index:100;transition:.3s ease}.photo-gallery-wrapper .gallery-modal .modal-container .purple-close-btn img{width:59px;height:58px;object-fit:contain}.photo-gallery-wrapper .gallery-modal .modal-container .purple-close-btn:hover{transform:scale(1.1)}@media(max-width:768px){.photo-gallery-wrapper .gallery-modal .modal-container .purple-close-btn{position:absolute;top:8px;right:8px;z-index:200}}.photo-gallery-wrapper .gallery-modal .modal-main-content{display:flex;gap:15px;width:100%}@media(max-width:768px){.photo-gallery-wrapper .gallery-modal .modal-main-content{flex-direction:column}}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper{width:763px;height:600px;position:relative;background:#333;border-radius:4px}@media(max-width:1360px){.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper{width:650px;height:500px}}@media(max-width:1100px){.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper{width:550px;height:420px}}@media(max-width:992px){.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper{width:100%;height:auto;aspect-ratio:763/600}}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-swiper{height:100%;width:100%;overflow:hidden;border-radius:4px}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-swiper .swiper-img-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-swiper .swiper-img-wrap img{width:100%;height:100%;object-fit:cover}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#1a103c;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;transition:.3s ease}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-nav-btn img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(84%) sepia(47%) saturate(594%) hue-rotate(345deg) brightness(101%) contrast(101%)}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-nav-btn:hover{background:#2a1b5c}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-nav-btn.modal-prev{left:-11px}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-nav-btn.modal-next{right:-11px}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .modal-nav-btn.swiper-button-disabled{opacity:.2;cursor:not-allowed;pointer-events:none}.photo-gallery-wrapper .gallery-modal .modal-swiper-wrapper .slide-count-badge{position:absolute;bottom:5px;left:6px;background:#1a103c;color:#fff;padding:5px 15px;border-radius:20px 20px 20px 0;font-size:14px;font-weight:600;z-index:20;font-family:var(--font-body)}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs{width:243px;height:600px;max-height:100%}@media(max-width:1100px){.photo-gallery-wrapper .gallery-modal .modal-side-thumbs{width:180px;height:420px}}@media(max-width:992px){.photo-gallery-wrapper .gallery-modal .modal-side-thumbs{width:150px;height:auto}}@media(max-width:768px){.photo-gallery-wrapper .gallery-modal .modal-side-thumbs{width:100%}}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .thumbs-scroll-area{display:flex;flex-direction:column;gap:15px;height:100%;overflow-y:auto;padding-right:5px;scrollbar-width:none;-ms-overflow-style:none}@media(max-width:768px){.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .thumbs-scroll-area{flex-direction:row;overflow-y:hidden;overflow-x:auto;height:auto;padding-bottom:5px}}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .thumbs-scroll-area::-webkit-scrollbar{display:none}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item{width:243px;height:184px;cursor:pointer;transition:.3s ease;position:relative;flex-shrink:0}@media(max-width:992px){.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item{width:100%;height:auto;aspect-ratio:243/184}}@media(max-width:768px){.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item{width:150px}}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item .thumb-ring{width:100%;height:100%;transition:.3s ease}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item .thumb-ring img{width:100%;height:100%;object-fit:cover;border-radius:4px}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item:hover .thumb-ring{border-color:rgba(147,112,219,.4)}.photo-gallery-wrapper .gallery-modal .modal-side-thumbs .side-thumb-item.active .thumb-ring{border-color:#9370db;background:#fff;transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,.2)}.scroll-detail-section{width:100%;position:relative;display:flex;align-items:center;min-height:500px;padding:100px 0;overflow:hidden}.scroll-detail-section .scroll-detail-container{position:relative;z-index:2}.scroll-detail-section .scroll-detail-container:after,.scroll-detail-section .scroll-detail-container:before{content:"";position:absolute;top:-50px;height:calc(100% + 100px);width:calc(100% + 1000px);background-color:#f3f3f3;right:0;z-index:-1;opacity:1}.scroll-detail-section .scroll-detail-container:after{left:0;right:auto}.scroll-detail-section .text-side{width:60%}@media(max-width:1200px){.scroll-detail-section .text-side{width:100%}}.scroll-detail-section .text-side .scrollable-content{max-height:400px;overflow-y:auto;padding-left:20px;padding-right:20px;direction:rtl}.scroll-detail-section .text-side .scrollable-content>*{direction:ltr;text-align:left}.scroll-detail-section .text-side .scrollable-content::-webkit-scrollbar{width:3px}.scroll-detail-section .text-side .scrollable-content::-webkit-scrollbar-track{background:#e5e5e5;border-radius:10px}.scroll-detail-section .text-side .scrollable-content::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:10px}.scroll-detail-section .text-side .scrollable-content.cms-content h2,.scroll-detail-section .text-side .scrollable-content.cms-content h3,.scroll-detail-section .text-side .scrollable-content.cms-content h4{display:flex;align-items:center;flex-wrap:wrap;gap:0;font-family:var(--font-heading);color:var(--primary-purple);line-height:1.2;margin:30px 0 5px;font-weight:700}.scroll-detail-section .text-side .scrollable-content.cms-content h2:first-child,.scroll-detail-section .text-side .scrollable-content.cms-content h3:first-child,.scroll-detail-section .text-side .scrollable-content.cms-content h4:first-child{margin-top:0}.scroll-detail-section .text-side .scrollable-content.cms-content h2{font-size:1.8rem}.scroll-detail-section .text-side .scrollable-content.cms-content h3{font-size:1.6rem}.scroll-detail-section .text-side .scrollable-content.cms-content h4{font-size:1.4rem}.scroll-detail-section .text-side .scrollable-content.cms-content p{font-family:var(--font-body);font-size:15px;color:#333;line-height:1.5;margin-bottom:8px}.scroll-detail-section .text-side .scrollable-content.cms-content p strong{color:#000;font-weight:700}.scroll-detail-section .text-side .scrollable-content.cms-content a{color:#00aeef;font-weight:400;text-decoration:underline;font-size:14px;transition:all .3s ease}.scroll-detail-section .text-side .scrollable-content.cms-content a:hover{color:var(--primary-purple)}@media(max-width:768px){.scroll-detail-section .text-side .scrollable-content.cms-content h2,.scroll-detail-section .text-side .scrollable-content.cms-content h2:after,.scroll-detail-section .text-side .scrollable-content.cms-content h2:before{font-size:1.5rem}.scroll-detail-section .text-side .scrollable-content.cms-content h3,.scroll-detail-section .text-side .scrollable-content.cms-content h3:after,.scroll-detail-section .text-side .scrollable-content.cms-content h3:before{font-size:1.4rem}.scroll-detail-section .text-side .scrollable-content.cms-content h4,.scroll-detail-section .text-side .scrollable-content.cms-content h4:after,.scroll-detail-section .text-side .scrollable-content.cms-content h4:before{font-size:1.3rem}}.scroll-detail-section .text-side .scrollable-content ul{list-style:disc;padding-left:20px}.scroll-detail-section .content-block{margin-bottom:30px}.scroll-detail-section .content-block p{font-family:var(--font-body);font-size:15px;color:#333;line-height:1.5;margin-bottom:8px}.scroll-detail-section .content-block p strong{color:#000;font-weight:700}.scroll-detail-section .content-block p .text-purple{color:var(--primary-purple);font-weight:700}.scroll-detail-section .content-block .site-link{color:#00aeef;font-weight:400;text-decoration:underline;font-size:14px;transition:all .3s ease}.scroll-detail-section .content-block .site-link:hover{color:var(--primary-purple)}.scroll-detail-section .heading-with-tag{display:flex;align-items:center;gap:0;margin-bottom:5px;flex-wrap:wrap}.scroll-detail-section .heading-with-tag .tag-label{font-family:var(--font-heading);font-size:1.8rem;color:var(--primary-purple);font-weight:700}.scroll-detail-section .heading-with-tag h2,.scroll-detail-section .heading-with-tag h3,.scroll-detail-section .heading-with-tag h4{font-family:var(--font-heading);color:var(--primary-purple);line-height:1.2;margin:0;font-weight:700}.scroll-detail-section .heading-with-tag h2{font-size:1.8rem}.scroll-detail-section .heading-with-tag h3{font-size:1.6rem}.scroll-detail-section .heading-with-tag h4{font-size:1.4rem}@media(max-width:768px){.scroll-detail-section .heading-with-tag .tag-label,.scroll-detail-section .heading-with-tag h2{font-size:1.5rem}.scroll-detail-section .heading-with-tag h3{font-size:1.4rem}.scroll-detail-section .heading-with-tag h4{font-size:1.3rem}}.scroll-detail-section .image-side img{max-width:43%;position:absolute;width:100%;right:0;top:50%;transform:translateY(-50%);height:auto;max-height:563px;object-fit:contain;z-index:2}.scroll-detail-section .table{overflow-x:auto}.scroll-detail-section table{width:100%;border-collapse:collapse;margin:25px 0;font-size:15px;border-radius:8px}.scroll-detail-section table td{padding:12px 16px;border:1px solid #999595;text-align:left;vertical-align:top}@media screen and (max-width:1700px)and (min-width:1580px){.scroll-detail-section .scroll-detail-container:after,.scroll-detail-section .scroll-detail-container:before{top:-30px;height:calc(100% + 60px)}}@media screen and (max-width:1580px)and (min-width:1200px){.scroll-detail-section{min-height:424px}.scroll-detail-section .scroll-detail-container:after,.scroll-detail-section .scroll-detail-container:before{top:-16px;height:calc(100% + 45px)}.scroll-detail-section .text-side{width:50%}.scroll-detail-section .text-side .scrollable-content{max-height:350px}.scroll-detail-section .image-side img{max-width:50%;max-height:480px}}@media screen and (max-width:1200px){.scroll-detail-section{background-color:#f3f3f3;padding:44px 0;margin-top:50px;display:grid;grid-template-columns:1fr 36%}.scroll-detail-section .scroll-detail-container:after,.scroll-detail-section .scroll-detail-container:before{display:none}.scroll-detail-section .image-side img{position:unset;transform:unset;width:auto;max-width:100%}}@media screen and (max-width:992px){.scroll-detail-section{display:flex;flex-direction:column;align-items:center;padding:0;background-color:transparent}.scroll-detail-section .image-side{order:-1}.scroll-detail-section .image-side img{margin-bottom:15px}.scroll-detail-section .scroll-detail-container{padding-top:25px;padding-bottom:25px;background-color:#f3f3f3}}@media(max-width:576px){.scroll-detail-section{min-height:390px}.scroll-detail-section .image-side{display:none}}.package-inclusions-card{margin-top:28px;position:relative}.package-inclusions-card .inclusions-header{background:#7d6fb5;color:#fff;display:inline-block;padding:6px 25px;border-radius:50px;font-family:var(--font-body);font-weight:700;font-size:14px;margin-bottom:5px;position:relative;z-index:2;margin-left:0}.package-inclusions-card .inclusions-content{background:#eceaf2;border-radius:10px;padding:35px 25px 25px;position:relative;z-index:1}.package-inclusions-card .inclusions-content .custom-list ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px 30px;gap:15px 30px;padding:0;margin:0;list-style:none}.package-inclusions-card .inclusions-content .custom-list ul li{position:relative;padding-left:30px;font-family:var(--font-body);font-size:15px;line-height:1.4;color:#333;font-weight:500}.package-inclusions-card .inclusions-content .custom-list ul li:before{content:"";background-image:url(/bullet.svg);background-size:contain;background-repeat:no-repeat;position:absolute;left:0;top:2px;width:18px;height:18px}@media(max-width:768px){.package-inclusions-card .inclusions-content .custom-list ul{grid-template-columns:1fr;gap:12px}}.stay-section{width:100%;height:548px;background:#ebdfcf;display:flex;align-items:center;transform-origin:top center;margin:90px 0 21px}@media screen and (max-width:1400px){.stay-section{height:568px}}.stay-section .stay-container{display:grid;grid-template-columns:594px 1fr;width:100%;grid-gap:20px;gap:20px}@media screen and (min-width:1400px){.stay-section .stay-container{max-width:85%;margin:0 auto;grid-template-columns:660px 1fr}}@media screen and (max-width:992px){.stay-section .stay-container{grid-template-columns:1fr}}.stay-section .stay-container .stay-left{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:58px 0 15px;overflow:hidden}.stay-section .stay-container .stay-left .slider-controls{display:flex;flex-direction:column;align-items:center;gap:8px;position:absolute;left:0;top:61px}.stay-section .stay-container .stay-left .sol{margin-left:42px}.stay-section .stay-container .stay-left .sol h2{font-size:30px;line-height:1.2;color:#825900;font-weight:400}.stay-section .stay-container .stay-left .sol p{font-size:16px;line-height:1.4;color:#000;margin:5px 0 0}.stay-section .stay-container .stay-left .h-btn{margin-top:auto}.stay-section .stay-container .swiperhotels{height:436px}.stay-section .stay-container .swiperhotels .hotel-swiper{height:100%}@media screen and (max-width:1400px){.stay-section .stay-container .swiperhotels{height:470px;width:100%}}.stay-section .stay-container .stay-right{width:100%;height:600px;overflow:hidden;display:flex;justify-content:flex-end}.stay-section .stay-container .stay-right img{max-width:100%}@media screen and (max-width:992px){.stay-section .stay-container .stay-right{display:none}}.arrow-btn{width:35px;height:35px;border:none;background:var(--secondary-gold);border-radius:5px;cursor:pointer;font-size:18px;transition:all .3s ease}.arrow-btn:hover{background:var(--primary-gold)}.arrow-btn:disabled{background:#b6aeae;cursor:not-allowed;opacity:.5}.arrow-btn:disabled .arr{filter:brightness(0) invert(.6)}.arr{position:relative;z-index:1;width:12px;height:12px;filter:brightness(0) invert(1)}@media(max-width:1200px){.stay-section{height:auto}.stay-section .stay-container .stay-left{padding:44px 0 0}.stay-section .stay-container .stay-left .slider-controls{top:44px}.stay-section .stay-container .stay-left .sol{margin-bottom:15px}.stay-section .stay-container .stay-right{height:100%}.stay-section .stay-container .stay-right img{object-fit:contain}}@media(max-width:939px){.stay-container{grid-template-columns:1fr}.stay-left{text-align:center;align-items:center}}@media(max-width:768px){.stay-section{width:100%;background:#daccb2;background-image:none;border-radius:0;padding:25px 0;height:auto;margin:30px 0}.stay-section .stay-container{gap:12px}.stay-section .stay-container .stay-left{width:100%;display:flex;flex-direction:column;align-items:center;order:1;padding:0}.stay-section .stay-container .stay-left .slider-controls{top:0;gap:3px}.stay-section .stay-container .stay-left .sol{text-align:left}.stay-section .stay-container .stay-left .sol h2{font-size:22px;margin-bottom:6px}.stay-section .stay-container .stay-right{display:none;width:100%;order:2;margin-top:10px;justify-content:center;height:420px}.stay-section .stay-container .swiperhotels{height:460px}.hotel-swiper{height:100%;width:100%}}@media screen and (max-width:576px){.stay-section .stay-container .stay-left{overflow:hidden}.stay-section .stay-container .stay-left .sol p{font-size:14px}.stay-section .stay-container .swiperhotels{height:auto}}.listing-page-skeleton{width:100%}.listing-skel-reviews{padding-top:60px;min-height:514px}@media screen and (max-width:768px){.listing-skel-reviews{padding-top:30px;min-height:0}}.listing-skel-scroll{margin:60px 0}.listing-skel-scroll-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}@media screen and (max-width:768px){.listing-skel-scroll-grid{grid-template-columns:1fr}}.listing-skel-scroll-img{width:100%;height:320px;border-radius:16px}.listing-skel-scroll-text{display:flex;flex-direction:column;gap:12px}.listing-skel-line{width:100%;height:16px}.listing-skel-line--short{width:60%}.listing-skel-faq{margin-top:60px;padding-bottom:40px}.listing-skel-faq-grid{display:grid;grid-template-columns:488px 1fr;grid-gap:40px;gap:40px}@media screen and (max-width:992px){.listing-skel-faq-grid{grid-template-columns:1fr}}.listing-skel-faq-img{width:100%;height:380px;border-radius:12px}.listing-skel-faq-title{width:60%;height:32px;margin-bottom:10px}.listing-skel-faq-desc{width:80%;height:16px;margin-bottom:30px}.listing-skel-faq-item{width:100%;height:52px;margin-bottom:12px;border-radius:8px}.listing-skel-news{padding:60px 0 40px}.listing-skel-news-grid{display:grid;grid-template-columns:472px 1fr;grid-gap:20px;gap:20px}@media screen and (max-width:992px){.listing-skel-news-grid{grid-template-columns:1fr}}.listing-skel-news-left{display:flex;flex-direction:column;gap:30px}.listing-skel-news-title{width:70%;height:34px}.listing-skel-news-desc{width:90%;height:16px}.listing-skel-news-img{width:100%;height:294px;border-radius:12px}.listing-skel-news-right{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:576px){.listing-skel-news-right{grid-template-columns:1fr}}.listing-skel-news-card{width:100%;height:200px;border-radius:12px}.accommodation-detail{margin:40px auto 0}.accommodation-detail .section-header{background:#7d6fb5;color:#fff;display:inline-block;padding:10px 35px;border-radius:50px;font-family:var(--font-body);font-weight:700;font-size:18px;margin-bottom:5px}.accommodation-detail .hotel-container{display:flex;flex-direction:row;gap:30px;padding:40px 0 0}@media(max-width:1200px){.accommodation-detail .hotel-container{flex-direction:column;gap:65px;align-items:center}}@media(max-width:768px){.accommodation-detail .hotel-container{gap:30px}}.main-container{flex:1 1;display:flex;background:#f4f4f4;border-radius:15px;gap:7px;position:relative;border:1px solid rgba(0,0,0,.05);min-width:0;padding:15px 15px 38px;margin-bottom:18px}@media(max-width:768px){.main-container{flex-direction:column}}.main-container .left-column{flex:0 0 189px;height:146px;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);background:#e8e6ef}.main-container .left-column--empty{box-shadow:none}@media(max-width:768px){.main-container .left-column{flex:none;width:100%;height:240px}}.main-container .left-column .featured-photograph{width:100%;height:100%;object-fit:cover}.main-container .right-column{flex:1 1;display:flex;flex-direction:column;min-width:0}.main-container .right-column .stars-section{display:flex}.main-container .right-column .stars-section img{width:19px;height:19px}.main-container .right-column .stars-section img.inactive{filter:grayscale(1);opacity:.3}.main-container .right-column .main-info-group{display:flex;align-items:flex-start;gap:6px;margin-bottom:5px;margin-top:-40px}@media(max-width:768px){.main-container .right-column .main-info-group{margin-top:0}}.main-container .right-column .main-info-group .kaaba-icon-wrapper{flex:0 0 66px;height:97px}.main-container .right-column .main-info-group .kaaba-icon-wrapper img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.12));display:block}.main-container .right-column .main-info-group .title-location-group{display:flex;flex-direction:column;padding-top:14px;min-width:0}.main-container .right-column .main-info-group .title-location-group .hotel-name{font-family:var(--font-heading);color:#3b2a7a;font-size:24px;font-weight:400;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-container .right-column .main-info-group .title-location-group .location-row{display:flex;align-items:flex-start;margin-top:3px;gap:3px}@media(max-width:768px){.main-container .right-column .main-info-group .title-location-group .location-row{justify-content:center}}.main-container .right-column .main-info-group .title-location-group .location-row .pin-icon-wrap{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-container .right-column .main-info-group .title-location-group .location-row .pin-icon-wrap img{width:100%;height:100%;object-fit:contain}.main-container .right-column .main-info-group .title-location-group .location-row .address-link-text{font-size:14px;color:#000;margin:0;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-body)}.main-container .right-column .main-info-group .title-location-group .location-row .address-link-text .exc-link{color:#725fb6;text-decoration:none;font-weight:600}.main-container .right-column .main-info-group .title-location-group .location-row .address-link-text .exc-link:hover{text-decoration:underline}.main-container .right-column .hotel-description,.main-container .right-column .hotel-description p{font-size:15px;color:#040403;line-height:1.2;flex:1 1;font-weight:400;font-family:var(--font-body);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:72px}.main-container .right-column .cta-wrapper{position:absolute;bottom:-18px;transform:translateX(-50%);left:50%}.main-container .right-column .cta-wrapper .cta-button{background:#432b7d;color:#fff;border:none;border-radius:10px;display:flex;align-items:center;padding:0;overflow:hidden;cursor:pointer;height:36px;box-shadow:0 5px 15px rgba(67,43,125,.3);transition:all .3s ease;white-space:nowrap}.main-container .right-column .cta-wrapper .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(67,43,125,.4)}.main-container .right-column .cta-wrapper .cta-button .btn-label{padding:0 15px;font-weight:700;font-size:14px}.main-container .right-column .cta-wrapper .cta-button .arrow-box{background:#1a0a38;width:40px;height:100%;display:flex;align-items:center;justify-content:center}.main-container .right-column .cta-wrapper .cta-button .arrow-box img{width:15px;object-fit:contain}.dp-detail-form-wrapper{position:relative;width:100%;padding-top:45px}.dp-top-buttons{display:flex;align-items:center;gap:6px;z-index:2;margin-bottom:5px}.dp-top-buttons button{border:none;padding:12px 24px;border-radius:30px;background:#8e79b7;color:#fff;font-size:16px;font-family:var(--font-body);font-weight:700;cursor:pointer;transition:.3s ease}.dp-top-buttons button.active{background:#4b2d83}.dp-detail-container{width:100%;background:#f9f9f9;padding:10px;border-radius:38px;border:1px solid #8e79b7;position:relative;overflow:visible;z-index:1}.dp-detail-container .inquiry-form-pill{padding:0;margin:0;border:none;box-shadow:none;background:transparent}.dp-form-row{grid-template-columns:repeat(6,1fr);grid-gap:8px}.dp-form-row,.dp-single-line-form{display:grid;gap:8px;align-items:center}.dp-single-line-form{grid-template-columns:1.1fr 1.1fr 1.1fr 1.1fr 1.1fr .9fr 52px;grid-gap:8px}.dp-form-row select,.dp-single-line-form input,.dp-single-line-form textarea{font-family:var(--font-body);padding:0 18px;border-radius:40px;border:1px solid transparent;outline:none;font-size:16px;background:#efefef;color:#8b8b8b;width:100%;height:56px;transition:.3s ease}.dp-form-row select::placeholder,.dp-single-line-form input::placeholder,.dp-single-line-form textarea::placeholder{color:#9b9b9b}.dp-form-row select:hover,.dp-single-line-form input:hover,.dp-single-line-form textarea:hover{background:#f1edfa;border:1px solid #4b2d83}.dp-form-row select:focus,.dp-single-line-form input:focus,.dp-single-line-form textarea:focus{background:#f4f0ff;border:1px solid #4b2d83}.dp-form-row .dp-single-line-form input,.dp-form-row .dp-single-line-form textarea,.dp-form-row input,.dp-form-row select,.dp-form-row textarea{font-family:var(--font-body);padding:0 18px;border-radius:40px;border:1px solid transparent;outline:none;font-size:16px;background:#efefef;color:#8b8b8b;width:100%;height:56px;transition:.3s ease}.dp-form-row .dp-single-line-form input::placeholder,.dp-form-row .dp-single-line-form textarea::placeholder,.dp-form-row input::placeholder,.dp-form-row select::placeholder,.dp-form-row textarea::placeholder{color:#9b9b9b}.dp-form-row .dp-single-line-form input:hover,.dp-form-row .dp-single-line-form textarea:hover,.dp-form-row input:hover,.dp-form-row select:hover,.dp-form-row textarea:hover{background:#f1edfa;border:1px solid #4b2d83}.dp-form-row .dp-single-line-form input:focus,.dp-form-row .dp-single-line-form textarea:focus,.dp-form-row input:focus,.dp-form-row select:focus,.dp-form-row textarea:focus{background:#f4f0ff;border:1px solid #4b2d83}.dp-form-row textarea{height:auto;min-height:58px;padding-top:16px;resize:none}.dp-datepicker-input,.dp-input-with-icon,.dp-umrah2-input-with-icon,.react-datepicker-wrapper,.react-datepicker__input-container{position:relative;width:100%}.dp-datepicker-input input,.dp-input-with-icon input,.dp-umrah2-input-with-icon input,.react-datepicker-wrapper input,.react-datepicker__input-container input{padding-right:42px}.dp-datepicker-input img,.dp-input-with-icon img,.dp-umrah2-input-with-icon img,.react-datepicker-wrapper img,.react-datepicker__input-container img{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:15px;height:15px;opacity:.7}.dp-answer-box{flex:1 1;height:58px;background:#efefef;border-radius:40px;display:flex;align-items:center;padding:0 20px;border:1px solid transparent;transition:.3s ease}.dp-answer-box:focus-within{background:#f1edfa;border:1px solid #4b2d83}.dp-answer-box input{flex:1 1;padding:0!important;height:100%!important;color:#000;font-size:15px;font-family:var(--font-body)!important}.dp-answer-box input,.dp-answer-box input:focus{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important}.dp-answer-box .dp-ans-captcha{font-size:15px;color:#8b8b8b;margin-left:10px;white-space:nowrap;font-family:var(--font-body)}.dp-answer-box:hover{background:#f1edfa;border:1px solid #4b2d83}.dp-btn-submit{background:#f4a300;border:none;border-radius:50%;width:58px;height:58px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:.3s ease;flex-shrink:0}.dp-btn-submit:hover{background:#e59a00;transform:scale(1.05)}.dp-btn-submit:hover img{transform:translateX(2px) translateY(-2px)}.dp-btn-submit img{width:20px;height:20px;transition:.3s ease}.dp-last-row-wrapper{grid-column:1/-1;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:4px;gap:4px;align-items:center}.dp-last-row-wrapper .dp-large-text{grid-column:span 9;resize:none;height:58px!important}.dp-last-row-wrapper .dp-answer-submit-wrapper{grid-column:span 3;display:flex;align-items:center;gap:8px}.dp-options-list{position:absolute;z-index:9999}.dp-custom-select-container{position:relative;z-index:100}.dp-custom-select-container .dp-sel-box{width:100%;height:58px;background:#efefef;border-radius:40px;border:1px solid transparent;padding:0 13px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:.3s ease}.dp-custom-select-container:hover .dp-select-box{background:#f1edfa;border:1px solid #4b2d83}.dp-custom-select-container.active .dp-select-box{background:#f4f0ff;border:1px solid #4b2d83}.dp-custom-select-container.dp-no-icon .dp-select-box{padding-right:16px!important}@media(max-width:992px){.dp-form-row{grid-template-columns:repeat(3,1fr)!important}.dp-last-row-wrapper{grid-template-columns:1fr!important}.dp-last-row-wrapper .dp-answer-submit-wrapper,.dp-last-row-wrapper .dp-large-text{grid-column:span 12}.dp-answer-submit-wrapper{display:grid!important;grid-template-columns:280px 1fr;grid-gap:8px;gap:8px;width:100%}.dp-answer-box{width:100%}.dp-answer-submit-wrapper{grid-column:span 9;display:flex;align-items:center;gap:10px}.dp-btn-submit{width:100%!important;height:56px!important;border-radius:40px!important}}@media(max-width:768px){.dp-form-row,.dp-single-line-form{grid-template-columns:repeat(2,1fr)}.dp-last-row-wrapper{grid-template-columns:1fr}}@media(max-width:730px){.dp-form-row{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:576px){.dp-form-row,.dp-single-line-form{grid-template-columns:1fr}.dp-top-buttons{width:70%}.dp-top-buttons button{flex:1 1;font-size:12px}.dp-answer-submit-wrapper{flex-direction:column}}@media(max-width:540px){.dp-top-buttons{width:80%}.dp-top-buttons button{flex:1 1;font-size:11px}}@media(max-width:500px){.dp-form-row{grid-template-columns:repeat(1,1fr)!important}.dp-answer-submit-wrapper{display:flex!important;flex-direction:column;width:100%;gap:10px}.dp-answer-box{width:100%!important;max-width:100%!important;height:56px!important;min-height:56px}.dp-answer-box input{height:100%!important}.dp-btn-submit{width:100%!important;height:56px!important;border-radius:40px!important}.dp-input-with-icon,.dp-umrah2-input-with-icon{width:100%}.dp-datepicker-input,.react-datepicker-wrapper,.react-datepicker__input-container{width:100%!important}}@media(max-width:452px){.dp-top-buttons{width:90%}.dp-top-buttons button{flex:1 1;font-size:11px}}@media(max-width:406px){.dp-top-buttons{width:100%}.dp-top-buttons button{flex:1 1;font-size:10px}}.dp-mobile-submit-only{display:none!important}@media(max-width:768px){.dp-mobile-submit-only{display:flex!important;width:100%!important;height:52px!important;border-radius:40px!important;margin-top:8px;grid-column:1/-1}.dp-desktop-submit-only{display:none!important}}.dp-mobile-extra,.dp-mobile-extra .dp-mobile-inner{display:contents}@media(max-width:768px){.dp-mobile-extra{display:block;grid-column:1/-1;width:100%;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s ease}.dp-mobile-extra .dp-mobile-inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;padding-top:8px}}@media(max-width:576px)and (max-width:768px){.dp-mobile-extra .dp-mobile-inner{grid-template-columns:1fr}}@media(max-width:768px){.dp-form-row.dp-mob-expanded .dp-mobile-extra{max-height:1500px;opacity:1;pointer-events:auto;overflow:visible!important}}.dp-form-row>div:focus-within,.dp-form-row>div:has(.input-box.active),.dp-mobile-inner>div:focus-within,.dp-mobile-inner>div:has(.input-box.active){z-index:150!important}.package-detail-skeleton{margin:106px 0}.pkg-skel-wrapper{min-height:800px}.pkg-skel-gallery-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;min-height:300px}@media screen and (min-width:1600px){.pkg-skel-gallery-row{min-height:330px}}@media(max-width:1023px){.pkg-skel-gallery-row{grid-template-columns:repeat(2,minmax(0,1fr))}.pkg-skel-gallery-row>:nth-child(n+3){display:none}}@media(max-width:639px){.pkg-skel-gallery-row{grid-template-columns:minmax(0,1fr)}.pkg-skel-gallery-row>:nth-child(n+2){display:none}}.pkg-skel-gallery-slide{width:100%;height:300px;border-radius:0}@media screen and (min-width:1600px){.pkg-skel-gallery-slide{height:330px}}.pkg-skel-gallery-nav{display:flex;justify-content:space-between;padding:0 20px;margin-top:-22px;margin-bottom:25px;position:relative;z-index:1;pointer-events:none}@media(max-width:768px){.pkg-skel-gallery-nav{padding:0 10px;margin-top:-17px;margin-bottom:18px}}.pkg-skel-gallery-nav-btn{width:45px;height:45px;border-radius:6px}@media(max-width:768px){.pkg-skel-gallery-nav-btn{width:35px;height:35px}}.pkg-skel-title-row{display:grid;grid-template-columns:1fr 387px;grid-gap:20px;gap:20px;margin-bottom:30px}@media screen and (max-width:892px){.pkg-skel-title-row{grid-template-columns:1fr}}.pkg-skel-certs{display:flex;gap:20px;margin-bottom:8px;margin-top:22px}.pkg-skel-cert{width:100px;height:36px;border-radius:6px}.pkg-skel-h1{width:75%;height:40px;margin-bottom:12px}.pkg-skel-desc-line{width:100%;height:16px;margin-bottom:8px}.pkg-skel-desc-line--short{width:80%}.pkg-skel-cta{width:100%;max-width:387px;height:200px;border-radius:16px;margin-top:22px}@media screen and (max-width:892px){.pkg-skel-cta{max-width:100%;height:160px;margin:0 auto 15px}}.pkg-skel-amenities{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-top:30px;padding-bottom:20px;min-height:80px}@media(max-width:768px){.pkg-skel-amenities{gap:20px;justify-content:flex-start}}.pkg-skel-amenity{display:flex;align-items:center;gap:12px;min-width:120px}.pkg-skel-amenity-icon{width:48px;height:48px;border-radius:8px;flex-shrink:0}.pkg-skel-amenity-label{width:80px;height:14px}.pkg-skel-inclusions{margin-bottom:30px;min-height:180px}.pkg-skel-inclusions-title{width:200px;height:28px;margin-bottom:16px}.pkg-skel-inclusions-line{width:90%;height:14px;margin-bottom:10px}.pkg-skel-accommodation{margin:40px auto 0;min-height:280px}.pkg-skel-acc-title{width:220px;height:42px;border-radius:50px;margin-bottom:20px}.pkg-skel-acc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;padding-top:20px}@media screen and (max-width:1200px){.pkg-skel-acc-grid{grid-template-columns:1fr}}.pkg-skel-acc-card{width:100%;height:200px;border-radius:15px}.pkg-skel-form{width:100%;height:320px;border-radius:16px;margin:30px 0}.pkg-skel-social{display:flex;gap:12px;margin-bottom:40px}.pkg-skel-social-icon{width:40px;height:40px;border-radius:50%}.pkg-skel-reviews{padding-top:60px;min-height:514px}@media screen and (max-width:768px){.pkg-skel-reviews{padding-top:30px;min-height:0}}.pkg-skel-related{margin-top:40px;min-height:380px}@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap";:root{--primary-purple:#432b7d;--primary-gold:#c8a452;--secondary-gold:#e4a724;--bg-light:#f8f9fa;--bg-white:#fff;--text-dark:#000;--text-muted:#666;--glass-bg:hsla(0,0%,100%,.85);--glass-border:hsla(0,0%,100%,.2);--shadow-sm:0 2px 10px rgba(0,0,0,.05);--shadow-md:0 4px 20px rgba(0,0,0,.1);--transition:all 0.3s ease;--light-purple:#eceaf2;--font-heading:"Abril Fatface",serif;--font-body:"Montserrat",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:#fff;color:var(--text-dark);line-height:1.6;overflow-x:hidden;max-width:1920px;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit;transition:var(--transition)}.container{max-width:1320px;margin:0 auto;padding:0 20px;width:100%}@media screen and (min-width:1600px){.container{padding-left:107px;padding-right:107px;max-width:1920px}}.section-padding{padding:80px 0}.btn{padding:0;font-weight:600;display:inline-flex;align-items:center;gap:10px;border-radius:5px}.btn span{padding:9px 0 9px 14px;font-size:13px;line-height:1}.btn .arrow-box{width:35px;height:35px;border-radius:5px;background:#1e0e45;display:inline-flex;align-items:center;justify-content:center}.btn .arrow-box img{width:12px;height:12px;transition:all .3s ease}.btn-primary{background:var(--primary-purple);color:#fff}.btn-primary:hover{background:#1e0e45}.btn-primary:hover .arrow-box{background:var(--primary-purple)}.btn-primary:hover .arrow-box img{transform:rotate(45deg)}.btn-orange{display:inline-flex;align-items:center;gap:10px;border-radius:5px;font-weight:600;background:#e4a724;color:#fff;border:1px solid #e4a724;transition:all .3s ease}.btn-orange span{padding:9px 0 9px 14px}.btn-orange .arrow-box{width:35px;height:35px;border-radius:5px;background:#a87200;display:inline-flex;align-items:center;justify-content:center}.btn-orange .arrow-box img{width:12px;height:12px;transition:all .3s ease}.btn-orange:hover{background:#c79529;color:#fff}.btn-orange:hover .arrow-box{background:#a87200}.btn-orange:hover img{transform:rotate(45deg)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:30px}.text-gold{color:var(--primary-gold)}.text-purple{color:var(--primary-purple)}.font-heading{font-family:var(--font-heading)}.content h1,.content h2,.content h3,.content h4{font-family:var(--font-heading);color:var(--primary-purple);line-height:1.4;margin-top:20px;margin-bottom:3px}.content table{margin-top:10px;border:1px solid #e5e5e5;border-collapse:collapse}.content table td,.content table th{padding:3px;border:1px solid #e5e5e5}.content h1{font-size:40px}.content h2{font-size:30px;line-height:36px;font-weight:400;letter-spacing:-2%}.content h3{font-size:28px}.content h4{font-size:24px}.content span{line-height:1.5;margin-bottom:.8rem}.content p,.content span{font-size:16px;color:#000;font-family:var(--font-body)}.content p{font-weight:400;line-height:22px}.content a{font-weight:600;color:var(--primary-purple);text-decoration:underline}.content ol,.content ul{padding-left:36px}.content ul{font-family:var(--font-body);margin:10px 0}.content ul li{list-style-type:disc;color:#000;line-height:1.5;margin-bottom:.8rem}.content ul li p,.content ul li p strong{font-size:16px!important}input,select{font-family:var(--font-body)!important;font-size:14px!important;font-weight:400!important;color:#8f8f8f!important}input:focus-within,select:focus-within{color:#000!important}.content-page{margin-top:130px}.pt-none{padding-top:0!important}.pt-none .content-page{margin-top:0!important}.social-media-section{display:flex;gap:20px;justify-content:space-between;margin:40px 0;width:100%}.social-media-section.direction-column{flex-direction:column-reverse;gap:15px}.social-media-section.direction-column .social-card{padding:22px 25px;width:100%;box-sizing:border-box}@media(max-width:992px){.social-media-section{flex-direction:column}}@media(max-width:768px){.social-media-section{flex-direction:column;gap:15px}}.social-media-section .social-card{flex:1 1;display:flex;align-items:center;padding:22px 0 22px 40px;border-radius:8px;gap:12px;min-width:250px}.social-media-section .social-card .icon-wrapper{width:70px;height:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-media-section .social-card .icon-wrapper img{width:100%;height:100%;object-fit:contain}.social-media-section .social-card .text-wrapper{display:flex;flex-direction:column}.social-media-section .social-card .text-wrapper .label{font-family:var(--font-body);font-size:18px;color:#000;margin-bottom:2px}.social-media-section .social-card .text-wrapper .value{font-family:var(--font-body);font-size:17px;font-weight:700;color:#000}@media screen and (max-width:1200px){.social-media-section .social-card{padding:20px 0 20px 20px;gap:10px}.social-media-section .social-card .icon-wrapper{width:50px;height:50px}.social-media-section .social-card .text-wrapper .label,.social-media-section .social-card .text-wrapper .value{font-size:14px}}@media screen and (max-width:576px){.social-media-section .social-card{padding:20px 0 20px 20px;gap:10px}.social-media-section .social-card .icon-wrapper{width:50px;height:50px}.social-media-section .social-card .text-wrapper .label,.social-media-section .social-card .text-wrapper .value{font-size:14px}}.social-media-section .email-card{background-color:#f3eeff}.social-media-section .whatsapp-card{background-color:#e5ffe9}.social-media-section .call-card{background-color:#fff4dd}