.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:1000px){.filters{flex-wrap:wrap;justify-content:flex-end;gap:8px}}@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;font-size:16px;font-weight:400;color:#000;white-space:nowrap;text-align:center;pointer-events:none}.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}.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}}@media screen and (max-width:519px){.holiday-package-filters{justify-content:center!important;width:100%;gap:8px}.holiday-package-filters .filter-group{display:flex;align-items:center;gap:5px}.holiday-package-filters .star-btn{padding:6px 10px;font-size:13px;gap:5px}.holiday-package-filters .star-btn .dot{width:12px;height:12px}.holiday-package-filters .filter-btn{font-size:13px;gap:5px}.holiday-package-filters .filter-btn img{width:16px;height:16px;object-fit:contain}}@media screen and (max-width:410px){.holiday-package-filters{gap:6px}.holiday-package-filters .filter-group{gap:4px}.holiday-package-filters .star-btn{padding:5px 8px;font-size:12px;gap:4px}.holiday-package-filters .star-btn .dot{width:10px;height:10px}.holiday-package-filters .filter-btn{font-size:12px;gap:4px}.holiday-package-filters .filter-btn img{width:15px;height:15px}}@media screen and (max-width:350px){.holiday-package-filters{gap:4px}.holiday-package-filters .filter-group{gap:3px}.holiday-package-filters .star-btn{padding:4px 6px;font-size:11px;gap:3px}.holiday-package-filters .star-btn .dot{width:9px;height:9px}.holiday-package-filters .filter-btn{font-size:11px;gap:3px}}.holiday-filter-box{max-width:calc(100vw - 24px);box-sizing:border-box;z-index:10001;pointer-events:auto}@media screen and (max-width:480px){.holiday-filter-box{left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:calc(100vw - 24px)!important;max-width:360px!important;padding:16px}}@media screen and (max-width:360px){.holiday-filter-box{width:calc(100vw - 16px)!important;padding:14px 10px}.holiday-filter-box .nights-grid{gap:6px 10px}.holiday-filter-box .night-option span{font-size:14px}}.holiday-filter-box .price-label{pointer-events:none}.holiday-filter-box .range-box input[type=range]{cursor:pointer;position:relative;z-index:2}.holiday-filter-box .nights-heading{font-size:16px;font-weight:700;color:#432b7d;text-align:right;margin-right:3px;margin-top:24px;margin-bottom:8px;font-family:var(--font-body)}.holiday-filter-box .nights-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px 20px;gap:6px 20px;margin-top:8px}.holiday-filter-box .night-option{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:2px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.holiday-filter-box .night-option span{font-size:16px;font-weight:400;color:#000;line-height:1.2;pointer-events:none}.holiday-filter-box .night-option .custom-checkbox{width:18px;height:18px;box-sizing:border-box;border-radius:50%;background:#cec8dd;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;pointer-events:none}.holiday-filter-box .night-option .custom-checkbox svg{display:block}.holiday-filter-box .night-option.selected .custom-checkbox{background:#432b7d}@media(max-width:576px){.holiday-package-filters{width:100%}}.holiday-packages-section{margin-top:60px;position:relative}.holiday-packages-section .header-sec{background-color:#d9d5e5;position:relative;z-index:1;padding:44px 0}.holiday-packages-section .header-sec .header-sec-wrapper{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}@media screen and (max-width:907px){.holiday-packages-section .header-sec .header-sec-wrapper{flex-direction:column;align-items:flex-start;gap:12px}}.holiday-packages-section .header-sec .header-text{flex:1 1;min-width:280px}@media screen and (max-width:907px){.holiday-packages-section .header-sec .header-text{width:100%;max-width:100%}.holiday-packages-section .header-sec .header-text p{max-width:100%}}.holiday-packages-section .header-sec .header-text h2{font-family:var(--font-heading);font-size:30px;color:var(--primary-purple);margin:0;line-height:1.1}@media screen and (max-width:576px){.holiday-packages-section .header-sec .header-text h2{font-size:22px}}.holiday-packages-section .header-sec .header-text p{font-family:Montserrat,sans-serif;font-size:14px;margin-top:4px;color:#040403;line-height:20px;max-width:620px}@media screen and (max-width:576px){.holiday-packages-section .header-sec .header-text p{font-size:14px}}.holiday-packages-section .packages-grid-wrapper{margin:-10px auto 0;padding:0 0 60px;position:relative;z-index:5}.holiday-packages-section .packages-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:1000px){.holiday-packages-section .packages-grid{gap:14px}}@media screen and (max-width:907px){.holiday-packages-section .packages-grid{grid-template-columns:1fr;gap:14px}.holiday-packages-section .packages-grid .holiday-package-card{width:100%}}@media screen and (max-width:768px){.holiday-packages-section .packages-grid{grid-template-columns:1fr;gap:12px}}.holiday-packages-section .packages-result-count{font-size:14px;color:#555;margin:0 0 16px}.holiday-packages-section .packages-result-count strong{color:#222}.holiday-packages-section .packages-no-results{text-align:center;color:#888;padding:48px 0;font-size:15px}.holiday-packages-section .packages-load-more{display:flex;justify-content:center;margin-top:24px}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.holiday-packages-section .skeleton{border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%;animation:shimmer 1.4s linear infinite}.holiday-packages-section .skeleton-card{pointer-events:none;background:#fff}.holiday-packages-section .skeleton-card .skeleton-img{width:275px;min-width:275px;height:156px;border-radius:10px}.holiday-packages-section .skeleton-card .skeleton-title{width:75%;height:18px;margin-bottom:12px}.holiday-packages-section .skeleton-card .skeleton-icons{width:180px;height:25px;margin-bottom:16px}.holiday-packages-section .skeleton-card .skeleton-footer{width:100%;height:28px}@media screen and (max-width:768px){.holiday-packages-section .skeleton-card .skeleton-img{width:192px;min-width:192px}}@media screen and (max-width:576px){.holiday-packages-section .skeleton-card{flex-direction:column}.holiday-packages-section .skeleton-card .skeleton-img{width:100%;min-width:unset;height:180px}}.newssection{position:relative}.news-grid{display:grid;grid-template-columns:472px 1fr;grid-gap:20px;gap:20px;padding:60px 0 0;align-items:flex-start}.news-grid .left-section{display:flex;flex-direction:column;gap:30px}.news-grid .left-section .heading-section{display:flex;flex-direction:column;gap:10px}.news-grid .left-section .heading-section h2{font-size:34px;font-weight:400;font-family:var(--font-heading);color:var(--primary-purple);margin:0}.news-grid .left-section .heading-section p{font-size:16px;font-weight:400;font-family:var(--font-body);color:#444;line-height:1.6}.news-grid .left-section .image-section{width:100%;position:relative}.news-grid .left-section .image-section:before{content:"";position:absolute;top:auto;width:calc(100% + 19px);height:calc(100% - 82px);background:#f2cf95;left:-107px;bottom:0;z-index:-1;border-radius:5px}@media screen and (max-width:1600px)and (min-width:1490px){.news-grid .left-section .image-section:before{left:-160px;width:calc(100% + 126px)}}.news-grid .left-section .image-section img{width:100%;height:auto;display:block;max-height:390px;object-fit:contain;object-position:left}@media screen and (max-width:1360px){.news-grid .left-section .image-section img{max-height:294px}}.news-grid .right-section{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media screen and (min-width:1580px){.news-grid{grid-template-columns:35% 1fr}}@media(max-width:1200px){.news-grid{gap:15px;grid-template-columns:1fr;flex-direction:column;padding:40px 0 0}.news-grid .left-section{flex:none;margin-bottom:10px}.news-grid .left-section .image-section{display:none}.news-grid .right-section{width:100%}}@media screen and (max-width:992px){.news-grid .left-section{margin:0 auto 15px}.news-grid .right-section{gap:5px}}@media(max-width:768px){.news-grid .left-section .heading-section h2{font-size:28px}.news-grid .right-section{grid-template-columns:1fr;gap:15px}}.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}}.accommodation-detail{margin:40px auto 0}.accommodation-detail.accommodation-detail--holiday .main-info-group{margin-top:0}.accommodation-detail .section-header{background:var(--primary-purple);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:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;padding:40px 0 0}@media(max-width:992px){.accommodation-detail .hotel-container{grid-template-columns:repeat(1,1fr)}}.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}.hotel-modal-toggle{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.hotel-modal-overlay{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center}.hotel-modal-toggle:checked~.hotel-modal-overlay{display:flex}.hotel-modal-backdrop{position:absolute;inset:0;background:rgba(10,4,30,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.hotel-modal-card{position:relative;z-index:1;background:#fff;border-radius:20px;padding:36px 32px 32px;width:min(560px,92vw);max-height:85vh;overflow-y:auto;box-shadow:0 24px 60px rgba(67,43,125,.28);animation:modalSlideIn .28s cubic-bezier(.34,1.56,.64,1) both}@media(max-width:600px){.hotel-modal-card{padding:28px 20px 24px}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(28px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.hotel-modal-close{position:absolute;top:14px;right:16px;width:32px;height:32px;border-radius:50%;background:#f4f4f4;display:flex;align-items:center;justify-content:center;font-size:15px;color:#432b7d;cursor:pointer;line-height:1;transition:background .2s,color .2s}.hotel-modal-close:hover{background:#432b7d;color:#fff}.hotel-modal-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.hotel-modal-header .hotel-modal-icon{flex:0 0 56px;height:82px}.hotel-modal-header .hotel-modal-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.12))}.hotel-modal-header .hotel-modal-title-group{display:flex;flex-direction:column;padding-top:10px;min-width:0}.hotel-modal-header .hotel-modal-title-group .stars-section{display:flex;margin-bottom:4px}.hotel-modal-header .hotel-modal-title-group .stars-section img{width:16px;height:16px}.hotel-modal-header .hotel-modal-title-group .stars-section img.inactive{filter:grayscale(1);opacity:.3}.hotel-modal-header .hotel-modal-title-group .hotel-modal-name{font-family:var(--font-heading);color:#3b2a7a;font-size:22px;font-weight:400;line-height:1.15;margin:0 0 4px}.hotel-modal-header .hotel-modal-title-group .hotel-modal-city{font-family:var(--font-body);font-size:13px;font-weight:600;color:#7d6fb5;text-transform:uppercase;letter-spacing:.06em;margin:0}.hotel-modal-address{display:flex;align-items:flex-start;gap:6px;margin-bottom:16px;padding:10px 14px;background:#f4f4f4;border-radius:10px}.hotel-modal-address .pin-icon-wrap{width:18px;height:18px;flex-shrink:0}.hotel-modal-address .pin-icon-wrap img{width:100%;height:100%;object-fit:contain}.hotel-modal-address p{font-family:var(--font-body);font-size:14px;color:#333;margin:0;line-height:1.4}.hotel-modal-description,.hotel-modal-description p{font-family:var(--font-body);font-size:15px;color:#040403;line-height:1.65;font-weight:400;margin:0;display:block;-webkit-line-clamp:unset;overflow:visible;max-height:none}.package-price-cta-container{max-width:387px}.package-price-cta-container,.package-price-cta-container .price-card{display:flex;flex-direction:column;align-items:center;position:relative;width:100%}.package-price-cta-container .price-card{background:#eceaf2;border-radius:100px;padding:14px 26px 30px;box-shadow:0 4px 15px rgba(0,0,0,.03)}.package-price-cta-container .price-card .price-info{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:2px}.package-price-cta-container .price-card .price-info .from-label{font-family:var(--font-body);font-size:16px;margin-top:10px}.package-price-cta-container .price-card .price-info .price-display{display:flex;align-items:flex-start;color:var(--primary-purple);font-family:var(--font-heading);font-weight:400}.package-price-cta-container .price-card .price-info .price-display .currency{font-size:48px;margin-right:5px}.package-price-cta-container .price-card .price-info .price-display .amount{font-size:48px}.package-price-cta-container .price-card .price-info .per-person-label{font-family:var(--font-body);font-size:14px;line-height:1.2;margin-top:10px}.package-price-cta-container .price-card .availability-info{font-family:var(--font-body);font-size:14px;color:#666;margin-top:-5px;font-weight:400}.package-price-cta-container .cta-button{background:var(--primary-purple);color:#fff;border-radius:10px;display:flex;align-items:center;padding:0;transition:var(--transition);border:none;cursor:pointer;overflow:hidden;position:absolute;bottom:-22px;z-index:2;white-space:nowrap}.package-price-cta-container .cta-button .button-text{padding:10px 20px;font-family:var(--font-body);font-size:16px;font-weight:600}.package-price-cta-container .cta-button .icon-box{width:44px;height:44px;background:#1e0e45;display:flex;align-items:center;justify-content:center}.package-price-cta-container .cta-button .icon-box img{width:14px;height:14px;transition:transform .3s ease}.package-price-cta-container .cta-button:hover{background:#362263;transform:translateY(-2px)}.package-price-cta-container .cta-button:hover .icon-box img{transform:translate(2px,-2px)}@media(max-width:576px){.package-price-cta-container .price-card{padding:8px 20px 25px;border-radius:5px}.package-price-cta-container .price-card .price-info{gap:8px}.package-price-cta-container .price-card .price-info .price-display .amount{font-size:38px}.package-price-cta-container .price-card .price-info .price-display .currency{font-size:24px}}.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)}.photo-gallery-wrapper .gallery-grid .gallery-img-cell:nth-child(n+3){display:none}}@media(max-width:640px){.photo-gallery-wrapper .gallery-grid{grid-template-columns:1fr}.photo-gallery-wrapper .gallery-grid .gallery-img-cell:nth-child(n+2){display:none}}.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 .count-overlay{position:absolute;inset:0;background:rgba(0,0,0,.42);display:none;align-items:center;justify-content:center;transition:background .3s ease}.photo-gallery-wrapper .gallery-grid .gallery-img-cell .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 .count-overlay span{font-size:36px}}@media(max-width:900px){.photo-gallery-wrapper .gallery-grid .gallery-img-cell .count-overlay span{font-size:28px}}.photo-gallery-wrapper .gallery-grid .gallery-img-cell:hover .count-overlay{background:rgba(0,0,0,.55)}.photo-gallery-wrapper .gallery-grid .gallery-img-cell.is-desktop-overlay .count-overlay--desktop{display:flex}@media(max-width:1024px){.photo-gallery-wrapper .gallery-grid .gallery-img-cell.is-desktop-overlay .count-overlay--desktop{display:none}.photo-gallery-wrapper .gallery-grid .gallery-img-cell.is-tablet-overlay .count-overlay--tablet{display:flex}}@media(max-width:640px){.photo-gallery-wrapper .gallery-grid .gallery-img-cell.is-tablet-overlay .count-overlay--tablet{display:none}.photo-gallery-wrapper .gallery-grid .gallery-img-cell.is-mobile-overlay .count-overlay--mobile{display:flex}}.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)}.package-inclusions-card{margin-top:28px;position:relative}.package-inclusions-card .inclusions-header{background:var(--primary-purple);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}}.gallery-wrapper{margin:100px 0}.gallery-wrapper .hotel-intro{display:grid;grid-template-columns:1fr 387px;grid-gap:20px;gap:20px;margin-top:40px;margin-bottom:10px}@media screen and (max-width:1020px){.gallery-wrapper .hotel-intro{margin-top:28px;margin-bottom:6px;grid-template-columns:1fr}}@media screen and (max-width:600px){.gallery-wrapper .hotel-intro{margin-top:20px}}.gallery-wrapper .hotel-intro .hotel-intro-heading{margin:0;font-weight:400;font-size:36px;line-height:45px;font-family:var(--font-heading);color:var(--primary-purple)}@media screen and (max-width:1360px){.gallery-wrapper .hotel-intro .hotel-intro-heading{font-size:30px;line-height:40px}}@media screen and (max-width:1020px){.gallery-wrapper .hotel-intro .hotel-intro-heading{font-size:26px;line-height:34px}}@media screen and (max-width:600px){.gallery-wrapper .hotel-intro .hotel-intro-heading{font-size:22px;line-height:30px}}.gallery-wrapper .hotel-intro .hotel-intro-detail{font-size:16px;color:#333;margin:7px 0;line-height:1.5;font-weight:400}@media screen and (max-width:600px){.gallery-wrapper .hotel-intro .hotel-intro-detail{margin-top:8px;font-size:14px;line-height:1.5}}.gallery-wrapper .hotel-detail-title{display:grid;grid-template-columns:1fr 387px;grid-gap:20px;gap:20px}@media screen and (max-width:1360px){.gallery-wrapper .hotel-detail-title{margin:0}}@media screen and (max-width:1020px){.gallery-wrapper .hotel-detail-title{grid-template-columns:1fr;gap:24px;margin-bottom:65px}.gallery-wrapper .hotel-detail-title .title-section{margin-top:0!important}.gallery-wrapper .hotel-detail-title .title-section .title h1{font-size:26px;line-height:34px}.gallery-wrapper .hotel-detail-title .title-section .stars-section img{width:26px;height:26px}.gallery-wrapper .hotel-detail-title .title-section .desc,.gallery-wrapper .hotel-detail-title .title-section .desc a{font-size:14px}.gallery-wrapper .hotel-detail-title .CTA{margin-top:0!important;justify-content:flex-start}}@media screen and (max-width:600px){.gallery-wrapper .hotel-detail-title{margin-top:20px;gap:18px}.gallery-wrapper .hotel-detail-title .title-section .d-flex{align-items:flex-start;gap:10px}.gallery-wrapper .hotel-detail-title .title-section .d-flex .kb-pic{display:none}.gallery-wrapper .hotel-detail-title .title-section .title h1{font-size:20px;line-height:28px}}@media screen and (max-width:600px)and (max-width:525px){.gallery-wrapper .hotel-detail-title .title-section .title h1{font-size:18px;line-height:33px!important}}@media screen and (max-width:600px){.gallery-wrapper .hotel-detail-title .title-section .stars-section img{width:20px;height:20px;margin:-3px}.gallery-wrapper .hotel-detail-title .title-section .desc{gap:6px;font-size:13px;line-height:20px}.gallery-wrapper .hotel-detail-title .title-section .desc a{font-size:13px}.gallery-wrapper .hotel-detail-title .CTA{width:100%;justify-content:center}}.gallery-wrapper .hotel-detail-title .title-section{margin-top:45px}.gallery-wrapper .hotel-detail-title .title-section .d-flex{display:flex;gap:6px;align-items:center;margin-bottom:14px}.gallery-wrapper .hotel-detail-title .title-section .d-flex .kb-pic{height:97px;width:56px;object-fit:contain}.gallery-wrapper .hotel-detail-title .title-section .title{display:flex;flex-direction:column}.gallery-wrapper .hotel-detail-title .title-section .title h1,.gallery-wrapper .hotel-detail-title .title-section .title h2{font-weight:400;font-family:var(--font-heading);font-size:36px;line-height:45px;text-transform:capitalize;color:var(--primary-purple)}.gallery-wrapper .hotel-detail-title .title-section .title h1 .hotel-rating,.gallery-wrapper .hotel-detail-title .title-section .title h2 .hotel-rating{font-size:16px;line-height:24px;font-weight:400;font-family:var(--font-body)}@media screen and (max-width:1360px){.gallery-wrapper .hotel-detail-title .title-section .title h1,.gallery-wrapper .hotel-detail-title .title-section .title h2{font-size:30px;line-height:58px}}.gallery-wrapper .hotel-detail-title .title-section .stars-section{padding-bottom:-10px;display:flex;gap:4px}.gallery-wrapper .hotel-detail-title .title-section .stars-section .active{opacity:1}.gallery-wrapper .hotel-detail-title .title-section .stars-section .inactive{opacity:.2}.gallery-wrapper .hotel-detail-title .title-section .stars-section img{width:21px;height:20px;object-fit:contain;margin:-5px}.gallery-wrapper .hotel-detail-title .title-section .desc{display:flex;align-items:center;gap:12px;font-weight:400;font-family:var(--font-body);font-size:16px;line-height:24px}.gallery-wrapper .hotel-detail-title .title-section .desc .loc{width:20px;height:20px;object-fit:contain;flex-shrink:0}.gallery-wrapper .hotel-detail-title .title-section .desc p{margin:0;font-size:inherit;color:#000;line-height:inherit}.gallery-wrapper .hotel-detail-title .title-section .desc a{font-size:inherit;font-weight:400;font-family:var(--font-body);color:var(--primary-purple)}.gallery-wrapper .hotel-detail-title .title-section .desc .exc-link{color:#725fb6;text-decoration:none;font-weight:600}.gallery-wrapper .hotel-detail-title .title-section .desc .exc-link:hover{text-decoration:underline}.gallery-wrapper .hotel-detail-title .CTA{margin-top:45px;display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:992px){.gallery-wrapper .hotel-detail-title .CTA{justify-content:flex-start}}.gallery-wrapper .detail-section{display:grid;grid-template-columns:1fr 500px;grid-gap:40px;gap:40px;margin-top:40px}@media(max-width:1200px){.gallery-wrapper .detail-section{grid-template-columns:1fr;gap:30px}}@media(max-width:1020px){.gallery-wrapper .detail-section{margin-top:28px;gap:24px}}@media(max-width:600px){.gallery-wrapper .detail-section{margin-top:20px;gap:20px}}.gallery-wrapper .detail-section .left{display:flex;flex-direction:column;gap:30px}@media(max-width:600px){.gallery-wrapper .detail-section .left{gap:20px}}.gallery-wrapper .detail-section .right{position:-webkit-sticky;position:sticky;top:100px;align-self:start;z-index:10}.gallery-wrapper .detail-section .right .social-media-section{margin-top:0}@media(max-width:1200px){.gallery-wrapper .detail-section .right{position:static}.gallery-wrapper .detail-section .right .social-media-section{margin-top:30px}}.gallery-wrapper .overview .overview-header{background:var(--primary-purple);color:#fff;display:inline-block;padding:6px 25px;border-radius:50px;font-family:var(--font-body);font-weight:700;font-size:14px;margin-bottom:20px;position:relative;z-index:2;margin-left:0}@media screen and (max-width:600px){.gallery-wrapper .overview .overview-header{font-size:13px;padding:5px 18px;margin-bottom:14px}}.gallery-wrapper .overview p{font-weight:400;font-family:var(--font-body);font-size:16px;line-height:24px;color:#000}@media screen and (max-width:1020px){.gallery-wrapper .overview p{font-size:15px;line-height:23px}}@media screen and (max-width:600px){.gallery-wrapper .overview p{font-size:14px;line-height:22px}}.gallery-wrapper .facilities{margin-top:30px}@media screen and (max-width:600px){.gallery-wrapper .facilities{margin-top:20px}}.gallery-wrapper .facilities .facilities-header{background:var(--primary-purple);color:#fff;display:inline-block;padding:6px 25px;border-radius:50px;font-family:var(--font-body);font-weight:700;font-size:14px;margin-bottom:20px;position:relative;z-index:2;margin-left:0}@media screen and (max-width:600px){.gallery-wrapper .facilities .facilities-header{font-size:13px;padding:5px 18px;margin-bottom:14px}}.gallery-wrapper .facilities .facilities-grid{display:flex;flex-wrap:wrap;gap:12px}@media screen and (max-width:600px){.gallery-wrapper .facilities .facilities-grid{gap:8px}}.gallery-wrapper .facilities .facilities-grid .facility-item{cursor:pointer;display:flex;align-items:center;gap:15px;background:#fff;border:1px solid #c3bbd5;border-radius:10px;padding:7px 30px;flex:0 1 auto;min-width:-moz-fit-content;min-width:fit-content;transition:all .3s ease}.gallery-wrapper .facilities .facilities-grid .facility-item:hover{border-color:#7d6fb5;box-shadow:0 4px 12px rgba(125,111,181,.1)}@media screen and (max-width:1020px){.gallery-wrapper .facilities .facilities-grid .facility-item{padding:6px 20px;gap:10px}}@media screen and (max-width:600px){.gallery-wrapper .facilities .facilities-grid .facility-item{padding:5px 14px;gap:8px;border-radius:8px}}.gallery-wrapper .facilities .facilities-grid .facility-item .icon-wrap{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media screen and (max-width:1020px){.gallery-wrapper .facilities .facilities-grid .facility-item .icon-wrap{width:38px;height:38px}}@media screen and (max-width:600px){.gallery-wrapper .facilities .facilities-grid .facility-item .icon-wrap{width:30px;height:30px}}.gallery-wrapper .facilities .facilities-grid .facility-item .icon-wrap img{width:100%;height:100%;object-fit:contain}.gallery-wrapper .facilities .facilities-grid .facility-item span{font-family:var(--font-body);font-weight:500;font-size:16px;color:#000;white-space:nowrap}@media screen and (max-width:1020px){.gallery-wrapper .facilities .facilities-grid .facility-item span{font-size:14px}}@media screen and (max-width:600px){.gallery-wrapper .facilities .facilities-grid .facility-item span{font-size:13px}}.gallery-wrapper .amenities .amenities-header,.gallery-wrapper .amenities .inclusions-header{background:var(--primary-purple);color:#fff;display:inline-block;padding:6px 25px;border-radius:50px;font-family:var(--font-body);font-weight:700;font-size:14px;margin-bottom:20px;position:relative;z-index:2;margin-left:0}.gallery-wrapper .g-map{margin-top:30px}@media screen and (max-width:600px){.gallery-wrapper .g-map{margin-top:20px}}.gallery-wrapper .g-map .map-container{position:relative;background:#f5f5f5;border-radius:15px}.gallery-wrapper .g-map .map-container .map-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9f9f9;z-index:1;gap:12px}.gallery-wrapper .g-map .map-container .map-loader p{font-family:var(--font-body);font-size:14px;color:#7d6fb5;margin:0;font-weight:500}.gallery-wrapper .g-map .map-container .map-loader .spinner{width:40px;height:40px;border:3px solid rgba(125,111,181,.1);border-top-color:#7d6fb5;border-radius:50%;animation:spin 1s linear infinite}.gallery-wrapper .g-map .map-container iframe{width:100%;height:299px;border-radius:15px;display:block}@media screen and (max-width:1020px){.gallery-wrapper .g-map .map-container iframe{height:250px}}@media screen and (max-width:600px){.gallery-wrapper .g-map .map-container iframe{height:200px;border-radius:10px}}@keyframes spin{to{transform:rotate(1turn)}}.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-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}@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}.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}}.holiday-template-main .faqSection{margin-top:60px}@media screen and (max-width:992px){.holiday-template-main .faqSection{margin-top:50px}}@media screen and (max-width:768px){.holiday-template-main .faqSection{margin-top:40px}}@media screen and (max-width:480px){.holiday-template-main .faqSection{margin-top:30px}}