@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap";.page-title{text-align:center;font-size:2rem;color:#3e3e3f;text-transform:uppercase;margin-bottom:20px;letter-spacing:5px;text-shadow:3px 0px 7px rgba(0,0,0,.6392156863)}.home-container{display:flex;flex-wrap:wrap;justify-content:center}.home-content{flex-grow:1;flex-basis:100%;max-width:400px;min-width:250px;width:100%;margin:0 auto;padding:20px;background:#fff;border-radius:20px;box-sizing:border-box}@media (max-width: 1900px){.home-list{min-width:680px;max-width:900px;margin:0 auto;display:block}}@media (max-width: 750px){.home-content{max-width:calc(100% - 20px)}}@media (max-width: 690px){.home-content{max-width:100%}.home-list{max-width:100%;min-width:100%;margin:0 auto}}.info-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;padding:20px;margin-bottom:30px}.info-container .info-block{flex-grow:1;flex-basis:29%;max-width:31%;padding:20px;border-radius:15px;color:#b6995d;text-align:center;box-sizing:border-box;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;background-color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative}.info-container .info-block h3{font-size:1.5rem;margin-bottom:15px;font-weight:700;color:#b6995d}.info-container .info-block a.block-link{display:inline-block;padding:10px 20px;font-size:1.1rem;background:transparent;color:#b6995d;border:1.5px solid #B6995D;border-radius:8px;text-decoration:none;transition:background .3s,color .3s,transform .3s;align-self:center;width:max-content}.info-container .info-block a.block-link:hover{background:#b6995d;color:#fff;transform:translateY(-4px)}.info-container .info-block.sand{color:#fff;background:url(/public/dist/assets/images/61-stylish-forrest-villa-bij-klaas-bg-medium.webp) center center/cover no-repeat;border-radius:15px;padding:0;max-width:36%;flex-basis:36%;position:relative;display:flex;align-items:center;justify-content:center;height:280px;flex-direction:column;box-shadow:0 4px 15px #0000004d}.info-container .info-block.sand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;border-radius:15px;z-index:1}.info-container .info-block.sand h3{font-size:2rem;font-weight:500;text-shadow:0 2px 6px rgba(0,0,0,.7);margin-bottom:10px;color:#fff;z-index:2}.info-container .info-block.sand a.block-link{border:1.5px solid white;color:#fff;font-size:1.1rem;padding:10px 25px;margin-top:10px;width:max-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;box-shadow:0 4px 12px #00000040;transition:background .4s ease,color .4s ease,box-shadow .4s ease,transform .3s ease;z-index:2}.info-container .info-block.sand a.block-link:hover{background:#fff;color:#b6995d;transform:translateY(-4px)}.info-container .info-block.palms{background-color:#b6995d;color:#fff;display:flex;flex-direction:column;justify-content:center;border-radius:15px}.info-container .info-block.palms h3{color:#fff;font-weight:500;margin-bottom:10px}.info-container .info-block.palms a.block-link{background:transparent;border:1.5px solid white;color:#fff;font-size:1.1rem;padding:10px 25px;margin-top:10px;width:max-content}.info-container .info-block.palms a.block-link:hover{background:#fff;color:#b6995d;border-color:#fff;transform:translateY(-4px)}@media (max-width: 1000px){.info-container .info-block{flex-basis:100%;max-width:100%;margin-bottom:20px}.info-container .info-block.sand{flex-basis:100%;max-width:100%;height:200px}}.view-all-villas{padding:15px 30px;font-size:1.2rem;font-weight:700;background:#b6995d;color:#f7f7f7;border-radius:35px;text-decoration:none;text-align:center;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;width:fit-content;margin-top:10px;max-height:53px;position:relative;margin-left:20px;box-shadow:0 5px 15px #0000001a}.view-all-villas:hover{background:#9a7f46;transform:translateY(-4px);box-shadow:0 10px 25px #0003}.view-all-villas:focus,.view-all-villas:active{outline:none;background:#9a7f46;box-shadow:0 10px 25px #0003}.latest-content-wrapper{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:60px 0;padding:60px 20px;border-radius:20px;position:relative;overflow:hidden;color:#333;background:linear-gradient(135deg,#ffa54f40,#ff8c0026 40%,#ffb45a59),url(/public/dist/assets/images/72-villa-with-swimming-pool.webp) center center/cover no-repeat;box-shadow:0 8px 30px #c8c8c880;animation:fadeInBg 1.5s ease forwards}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.latest-content-wrapper .block{max-width:450px;flex:1 1 400px;background:#ffffffe6;border-radius:15px;padding:25px;box-shadow:0 6px 18px #c8c8c866;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;transition:box-shadow .4s ease,transform .3s ease;color:#333}.latest-content-wrapper .block:hover{box-shadow:0 12px 28px #aaa9;transform:translateY(-8px);background:#fff}.latest-content-wrapper .block h2{font-size:1.8rem;margin-bottom:20px;color:#5a4e2a;text-shadow:0 1px 3px rgba(255,255,255,.7)}.latest-content-wrapper .block .post-link{text-decoration:none;color:inherit;flex-grow:1}.latest-content-wrapper .block .post-link .post-image{max-height:200px;overflow:hidden;margin-bottom:18px}.latest-content-wrapper .block .post-link .post-image img{width:100%;border-radius:12px;object-fit:cover;aspect-ratio:16/9;margin-bottom:18px;box-shadow:0 4px 12px #9696964d;transition:transform .3s ease}.latest-content-wrapper .block .post-link .post-image:hover img{transform:scale(1.05)}.latest-content-wrapper .block .post-link .post-excerpt{font-size:1rem;color:#5a4e2a;line-height:1.5;margin-bottom:25px;text-shadow:none}.latest-content-wrapper .block .btn-primary{align-self:flex-start;background-color:#d4b75e;color:#2c1f00;padding:12px 28px;border-radius:8px;font-weight:700;text-decoration:none;box-shadow:0 4px 12px #d4b75e99;transition:background-color .3s ease,box-shadow .3s ease}.latest-content-wrapper .block .btn-primary:hover{background-color:#f3e88a;box-shadow:0 6px 20px #f3e88ad9;color:#1e1400}.latest-content-wrapper{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.latest-content-wrapper .block-wrapper{display:flex;flex-direction:column;max-width:450px;flex:1 1 400px}.latest-content-wrapper .latest-link-wrapper{margin-top:15px;text-align:center}.latest-content-wrapper .latest-link-wrapper .latest-link{display:inline-block;font-weight:600;font-size:1rem;color:#fff;background-color:#ab915ce6;padding:10px 30px;border-radius:9999px;border:2px solid transparent;text-decoration:none;box-shadow:0 4px 12px #ab915c99;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease,transform .2s ease;cursor:pointer}.latest-content-wrapper .latest-link-wrapper .latest-link:hover{background-color:#b6995d;border-color:#7a6b3f;box-shadow:0 6px 20px #ab915ce6;color:#fff;transform:translateY(-3px)}@media (min-width: 1900px){.container{max-width:100%;justify-content:center}.home-container{flex-wrap:nowrap;justify-content:center}.home-content,.home-list{flex:0 0 auto;margin-right:20px;margin-left:0;flex-wrap:nowrap}.home-list{margin-right:0}}.header{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:10px 30px;background-color:#fff;box-shadow:0 2px 10px #0000001a}.header .logo{display:flex;align-items:center;font-size:30px;font-weight:500;color:#b6995d;background:linear-gradient(to right,#b6995d,#fff 4%,#b6995d 20%);background-size:200% 100%;background-position:0 0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 20s infinite linear;animation-fill-mode:forwards;text-decoration:none;white-space:nowrap}@keyframes shine{0%{background-position:40% 0}10%{background-position:300% 0}to{background-position:300% 0}}.menu{display:flex;align-items:center;gap:10px;margin-left:auto;padding-right:10px}.menu .menu-link{text-decoration:none;color:#3e3e3f;font-size:16px;font-weight:700;transition:color .3s;white-space:nowrap}.menu .menu-link:hover{color:#162f4d}.menu .menu-item{position:relative}.menu .menu-item:hover .dropdown{display:block}.menu .menu-item .dropdown{background:#f7f7f7}.dropdown{position:absolute;z-index:11;top:100%;left:0;display:none;background-color:#fff;box-shadow:0 2px 5px #0000001a;border-radius:5px;padding:10px 0;min-width:150px}.dropdown a{display:block;padding:10px 15px;text-decoration:none;color:#3e3e3f;background:#f7f7f7;font-size:14px;transition:background-color .3s}.dropdown a:hover{background-color:#b6995d;color:#fff}.header-buttons{display:flex;gap:10px}.burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;cursor:pointer;z-index:1001}.burger span{display:block;width:100%;height:3px;background-color:#b6995d;transition:transform .3s,opacity .3s}.burger.active span:nth-child(1){transform:translateY(8px) rotate(-45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-8px) rotate(45deg)}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#f7f7f7;box-shadow:0 5px 10px #0003;padding-bottom:0;overflow:hidden;max-height:0;transition:max-height .3s ease-in-out;z-index:999}.mobile-menu a{padding:15px;color:#b6995d;text-decoration:none;font-size:18px;border-bottom:1px solid rgba(255,255,255,.2)}.mobile-menu a:hover{background:#b6995d;color:#f7f7f7}.mobile-menu.active{max-height:1000px;padding:10px 0}.mobile-menu .menu-item{display:flex;flex-direction:column}.mobile-menu .menu-item .dropdown{display:flex;flex-direction:column;position:static;background:transparent;box-shadow:none;padding-left:15px}.mobile-menu .menu-item .dropdown a{padding:10px 20px;border-bottom:none}.mobile-menu .menu-item .menu-link{display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-radius:5px;background-color:#fff}.mobile-menu .menu-item .menu-link:after{content:"▼";font-size:12px;transition:transform .3s}.mobile-menu .menu-item .menu-link:hover{background-color:#b6995d;color:#f7f7f7}.mobile-menu .menu-item.open .menu-link:after{transform:rotate(180deg)}.mobile-menu.active{padding:10px 0;max-height:calc(100vh - 60px);overflow-y:auto}.logo-header-container{width:40px;height:40px;margin-right:10px}@media (max-width: 868px){.burger{display:flex}.menu,.header-buttons{display:none}.menu-link{font-size:18px;padding:10px;background-color:#fff;color:#000;border-radius:5px}}.footer{background-color:#333;color:#fff;padding:40px 30px;font-family:Lato,Helvetica,Arial,sans-serif}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-section{flex:1;min-width:150px}.footer-section.contact-info{min-width:200px}.footer-logo{font-size:24px;font-weight:700;color:#b6995d;margin-bottom:20px}.footer-section h4{font-size:18px;color:#b6995d;margin-bottom:10px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:5px}.footer-section ul li a{text-decoration:none;color:#fff;transition:color .3s}.footer-section ul li a:hover{color:#b6995d}.social-icons{margin-top:20px}.social-icons a{display:inline-block;width:36px;height:36px;margin-right:8px;background-size:contain;transition:filter .3s ease}.social-icons a:hover{filter:none}.social-icons a.facebook{background-image:url(/public/dist/assets/images/icons/facebook.webp)}.social-icons a.linkedin{background-image:url(/public/dist/assets/images/icons/linkedin.webp)}.social-icons a.youtube{background-image:url(/public/dist/assets/images/icons/youtube.webp)}.social-icons a.instagram{background-image:url(/public/dist/assets/images/icons/instagram.webp)}.footer-bottom{margin-top:30px;text-align:center;font-size:14px;color:#bbb}.contact-block{display:flex;justify-content:center;padding:40px 20px;background-color:#b6995d;color:#fff;font-family:Lato,Helvetica,Arial,sans-serif}@media (max-width: 640px){.contact-block{flex-wrap:wrap;padding:20px 10px}}.contact-block .card{background-color:#fff;border-radius:4px;padding:25px 30px 40px;margin:10px;box-shadow:0 0 15px #0003;color:#2e2e2e}.contact-block .card.contact-info{max-width:320px;flex:0 0 320px;display:flex;flex-direction:column;justify-content:flex-start;gap:12px}.contact-block .card.contact-info strong{font-weight:700;font-size:.9rem;margin-bottom:8px}.contact-block .card.contact-info p,.contact-block .card.contact-info a{font-size:.85rem;line-height:1.5;color:#3a3a3a;text-decoration:none;border-bottom:1px solid #ccc;padding-bottom:8px;margin-bottom:8px}.contact-block .card.contact-info a:hover{color:#b6995d;border-color:#b6995d}.contact-block .card.contact-form{flex:1;max-width:600px}.contact-block .card.contact-form .form-description{background:#fff;padding:16px 18px;margin-bottom:30px;font-size:.8rem;color:#555}.contact-block .card.contact-form .main-title{font-weight:700;font-size:1.2rem;margin-bottom:25px;color:#b6995d;letter-spacing:2px;text-transform:uppercase}.contact-block .card.contact-form .group{margin-bottom:20px}.contact-block .card.contact-form .group label.microlabel{color:#b6995d;font-weight:700;font-size:.9rem;letter-spacing:1.5px;margin-bottom:8px;display:block;text-transform:uppercase}.contact-block .card.contact-form .group input[type=text],.contact-block .card.contact-form .group input[type=tel],.contact-block .card.contact-form .group input[type=email],.contact-block .card.contact-form .group textarea{width:100%;padding:14px 12px;border:none;background-color:#d6c9ad;color:#5b4b23;font-size:.9rem;border-radius:3px;box-sizing:border-box;letter-spacing:1.5px;resize:vertical;outline:none}.contact-block .card.contact-form .group textarea{min-height:140px}.contact-block .card.contact-form .group input[type=checkbox]{width:auto;margin-right:10px;vertical-align:middle}.contact-block .card.contact-form .group label[for=terms]{color:#555;font-size:.85rem;font-weight:400;letter-spacing:normal;text-transform:none}.contact-block .card.contact-form .group label a{color:#b5965f;text-decoration:underline;cursor:pointer;transition:color .3s ease}.contact-block .card.contact-form .group label a:hover{color:#8a7545;text-decoration:underline}.contact-block .card.contact-form button.button.accent{background:transparent;color:#c3ab7a;border-color:#c3ab7a;padding:12px 36px;font-weight:600;font-size:1rem;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;border-radius:3px;margin-top:12px}.contact-block .card.contact-form button.button.accent:hover{background-color:#fff;color:#ae8f4f;border-color:#ae8f4f}.page-content{padding:40px 20px 60px;background-color:#b6995d}.about-us-page{font-family:Lato,Helvetica,Arial,sans-serif;color:#3e3e3f;padding:20px}.about-us-page .container{max-width:800px;margin:0 auto}.about-us-page h1{color:#696969;text-align:center;font-size:44px}.about-us-page h2{color:#696969;margin-top:20px}.about-us-page p{line-height:1.6;margin-bottom:20px}.about-us-page a{color:#294d6b;text-decoration:none}.about-us-page a:hover{text-decoration:underline}.about-us-page .links-block{display:flex;flex-direction:column;gap:10px;margin-top:20px}.about-us-page .links-block a{font-size:18px;color:#294d6b;text-decoration:none;padding:15px;border:1px solid #ddd;border-radius:5px;text-align:center;transition:background-color .3s ease}.about-us-page .links-block a:hover{background-color:#f0f0f0}#search{min-height:calc(100vh - 60px)}@media (max-width: 680px){#search{min-height:480px}}.search-main{position:relative;overflow:hidden;background-color:#fff;min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;opacity:0;transition:opacity .8s ease,transform .8s ease}.search-main.loaded{opacity:1}.search-main .search-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.search-main .search-bg picture,.search-main .search-bg img{width:100%;height:100%;object-fit:cover;display:block}.search-main .golden-stay-title{display:inline-block;font-size:40px;font-weight:900;color:#fff;font-family:Cervanttis,serif;letter-spacing:3px;margin:20px auto;text-align:center;text-shadow:3px 3px 6px rgba(0,0,0,.8),0 0 10px rgba(255,255,255,.2);z-index:5;opacity:0;transform:translate(-100%);animation:slide-in-left 1.2s ease forwards;animation-delay:.5s}@media (max-width: 460px){.search-main .golden-stay-title{font-size:40px}}@media (max-width: 400px){.search-main .golden-stay-title{font-size:35px}}@keyframes slide-in-left{to{opacity:1;transform:translate(0)}}.search-main .search-container{position:relative;width:100%;max-width:1200px;margin:0 auto;padding-bottom:20px;z-index:5}@media (max-width: 680px){.search-main{min-height:480px}}.search-main .spinner{width:30px;height:30px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #B6995D;border-radius:50%;animation:spin 1s linear infinite}.search-main .search-menu{display:flex;flex-wrap:wrap;align-items:center;gap:5px;background-color:#fff;padding:10px 20px;border-radius:50px;box-shadow:0 15px 13px #00000014;max-width:690px;margin:0 auto}.search-main .search-menu .search-logo{position:relative;width:60px;height:auto;margin-left:10px;pointer-events:none}.search-main .search-menu .menu-item{height:70px;flex:1 1;display:flex;flex-direction:column;justify-content:center;padding-left:0;cursor:pointer;color:#3e3e3f;font-size:15px}.search-main .search-menu .menu-item:hover{background-color:#f9f9f9;border-radius:25px;transition:background-color .3s}.search-main .search-menu .menu-item .menu-item label{font-size:11px;color:#aaa}.search-main .search-menu .menu-item input{border:1px solid #ddd;border-radius:25px;padding:8px 15px;font-size:12px}.search-main .search-menu .menu-item:not(:last-child){border-right:1px solid #ddd;padding-right:15px;margin-right:15px}@media (max-width: 680px){.search-main .search-menu .menu-item:not(:last-child){margin-right:0;border-right:0}}.search-main .search-menu .search-btn{font-size:18px;font-weight:700;transition:transform .2s,background-color .3s;background-color:#b6995d;color:#fff;border:none;border-radius:25px;padding:10px 20px;font-size:16px;cursor:pointer}.search-main .search-menu .search-btn::hover{background-color:#9a7f46;transform:scale(1.1)}@media (max-width: 680px){.search-main .search-menu{flex-direction:column;border-radius:20px;padding:15px;gap:15px;align-items:stretch;text-align:center;max-width:90%;background-size:cover;background-position:center;gap:10px;margin:50px auto 0;height:100%}.search-main .menu-item{border:1px solid rgba(255,255,255,.4);border-radius:15px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;color:#162f4d;transition:all .3s ease-in-out;box-shadow:0 15px 13px #00000014;cursor:pointer;position:relative;margin:0}.search-main .menu-item label{font-weight:600}.search-main .menu-item:hover{background:#ffffff4d;box-shadow:0 15px 13px #00000014}.search-main .menu-item:active{transform:scale(.95)}.search-main .logo-container{display:flex;justify-content:center;align-items:center;width:100%;margin-right:10px}.search-main .search-logo{padding:0;width:100px;height:100px;background:none;box-shadow:none;border:0}.search-main .search-btn{text-align:center}.search-main .search-btn:active{transform:scale(.95)}}.search-main .filter-bar{max-width:100%;padding:10px 20px;display:flex;align-items:center;justify-content:center;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#B6995D #838383;overflow-x:auto}.search-main .filter-bar::-webkit-scrollbar{height:6px}.search-main .filter-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.search-main .filter-bar::-webkit-scrollbar-thumb:hover{background:#89703e}.search-main .filter-bar::-webkit-scrollbar-track{background:#838383;border-radius:8px}.search-main .categories{display:flex;gap:15px;flex-wrap:nowrap}.search-main .amenity{background-color:#f7f7f7;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;width:80px;height:80px;padding:5px;font-size:12px;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#3e3e3f;border-radius:8px;cursor:pointer;position:relative;transition:.3s ease all;flex-shrink:0}.search-main .amenity:hover{color:#3e3e3f;transform:scale(1.05);background-color:#f7f7f7}.search-main .amenity.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background-color:#b6995d;border-radius:0 0 8px 8px}.search-main .amenity-icon{max-width:40px;max-height:40px;margin-bottom:5px;opacity:.8}.search-main .amenity-title{font-size:10px;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.search-main .filters-btn{padding:8px 15px;border:none;background-color:#b6995d;color:#3e3e3f;border-radius:8px;cursor:pointer;font-size:14px;transition:opacity .3s,transform .2s}.search-main .filters-btn:hover{opacity:.85;transform:scale(1.05)}@media (max-width: 768px){.search-main .filter-bar{flex-direction:column;align-items:flex-start}.search-main .categories{gap:5px}.search-main .amenity{width:70px;height:90px;font-size:10px}.search-main .filters-btn{margin-top:10px;width:100%}}.search-main .clear-filters-btn{background-color:#f7f7f7;height:60px;color:#3e3e3f;padding:8px 15px;font-size:14px;border-radius:8px;cursor:pointer;margin-right:10px;transition:background-color .3s,color .3s;border:none}.search-main .clear-filters-btn:hover{background-color:#9ab5c8}.search-main .clear-filters-btn:disabled{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed;opacity:.6}.property-page{margin:0 auto;padding:20px;background-color:var(--white);border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease-in-out;max-width:100vw}@media (max-width: 540px){.property-page{padding:5px}}@media (max-width: 470px){.property-page{padding:2px}}.property-page #gallery{width:100%;margin-bottom:20px}.property-page .gallery-container{display:none}.property-page .gallery-container.loaded{display:block}.property-page .property-title{color:#3e3e3f;font-size:2.5rem;text-align:center;margin-bottom:20px;font-weight:700}.property-page .property-description p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;color:var(--gray-dark)}.property-page .property-details{padding:20px 0 0;background-color:var(--blue-light);border-radius:8px;margin-bottom:30px;transition:transform .3s ease-in-out}@media (max-width: 470px){.property-page .property-details{padding:15px}}.property-page .property-details h2{color:#3e3e3f;font-size:1.8rem;margin-bottom:10px;font-weight:600}@media (max-width: 470px){.property-page .property-details h2{font-size:1.6rem}}@media (max-width: 360px){.property-page .property-details h2{font-size:1.4rem}}.property-page .property-details p{color:var(--gray-dark);font-size:1rem}@media (max-width: 470px){.property-page .property-details p{font-size:.9rem}}@media (max-width: 360px){.property-page .property-details p{font-size:.8rem}}.property-page .property-details strong{color:#3e3e3f}.property-page .property-details .property-amenities{display:flex;flex-direction:row;gap:20px;transition:all .3s ease}.property-page .property-details .property-amenities .amenities-sidebar{flex:0 0 220px;background-color:#f4f4f4;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.property-page .property-details .property-amenities .amenities-sidebar ul{list-style:none;padding:0}.property-page .property-details .property-amenities .amenities-sidebar .category-item{cursor:pointer;padding:12px;margin-bottom:12px;background-color:#fff;border-radius:6px;font-size:1rem;color:#333;transition:background-color .3s ease,transform .3s ease}.property-page .property-details .property-amenities .amenities-sidebar .category-item:hover{background-color:#e2e2e2;transform:scale(1.05)}.property-page .property-details .property-amenities .amenities-sidebar .category-item.active{background-color:#b6995d;color:#fff;font-weight:700}.property-page .property-details .property-amenities #amenities-list-container{flex:1;background-color:var(--blue-light);padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:all .3s ease}.property-page .property-details .property-amenities .amenities-list{opacity:0;transition:opacity .5s ease-in-out}.property-page .property-details .property-amenities .amenities-list.fade-in{opacity:1}.property-page .property-details .property-amenities .amenities-list h3{font-size:1.6rem;margin-bottom:12px;color:#333;font-weight:700}.property-page .property-details .property-amenities .amenities-list .amenity-item{display:flex;align-items:center;margin-bottom:15px;transition:transform .3s ease}.property-page .property-details .property-amenities .amenities-list .amenity-item .amenity-icon{width:35px;height:35px;margin-right:12px;color:#b6995d}.property-page .property-details .property-amenities .amenities-list .amenity-item span{font-size:1.1rem;color:#333}.property-page .property-details .property-amenities .amenities-list .amenity-item:hover{transform:translate(10px);background-color:#f7f7f7}@media (max-width: 768px){.property-page .property-details .property-amenities{flex-direction:column}}.property-page .property-details.expanded .amenities-list{max-height:1000px}.property-page .property-details .property-location-tabs{margin-top:20px}.property-page .property-details .property-location-tabs .tabs-list{list-style:none;display:flex;gap:15px;margin-bottom:20px;padding:0}.property-page .property-details .property-location-tabs .tabs-list .tab-item{padding:10px 20px;background:#eee;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:600;color:#666;transition:background .3s,color .3s}.property-page .property-details .property-location-tabs .tabs-list .tab-item.active{background:#b6995d;color:#fff;box-shadow:0 4px 8px #ab915c99}.property-page .property-details .property-location-tabs .tabs-list .tab-item:hover:not(.active){background:#ddd}.property-page .property-details .property-location-tabs .tabs-content .tab-content{display:none}.property-page .property-details .property-location-tabs .tabs-content .tab-content.active{display:block}.property-page .property-details .property-location-tabs .tabs-content .policy-section{margin:60px 0 30px}.property-page .property-details .property-location-tabs .tabs-content .policy-section h3{font-size:1.8rem;color:#5a4e2a;font-weight:700;margin-bottom:15px;text-transform:none}.property-page .property-details .property-location-tabs .tabs-content .policy-section pre{white-space:pre-wrap;padding:15px 20px;border-radius:10px;color:#4a4330;font-family:Lato,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6}.property-page .property-details .property-location-tabs .tabs-content .policy-section ul{list-style:disc inside;color:#4a4330;font-size:1rem;line-height:1.6;padding-left:0;margin:0}.property-page .property-details .property-location-tabs .tabs-content .policy-section ul li{margin-bottom:10px}.property-page .property-details .property-location-tabs .tabs-content .policy-section ul li strong{color:#b6995d}.property-page .property-details .property-location-tabs .tabs-content .cancellation-policies .policies-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.property-page .property-details .property-location-tabs .tabs-content .cancellation-policies .policy-card{border:1px solid #ccc;border-radius:8px;padding:20px;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s}.property-page .property-details .property-location-tabs .tabs-content .cancellation-policies .policy-card:hover{box-shadow:0 4px 10px #0000001a}.property-page .property-details .property-location-tabs .tabs-content .cancellation-policies .policy-card .policy-percentage{font-size:2rem;font-weight:700;color:#b6995d;margin-bottom:10px}.property-page .property-details .property-location-tabs .tabs-content .cancellation-policies .policy-card .policy-text{font-size:.95rem;color:#4a4330;line-height:1.4}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px;margin-top:20px}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-card{border:1px solid #ccc;border-radius:8px;padding:15px;background:#fff;display:flex;flex-direction:row;align-items:center;text-align:center;transition:box-shadow .2s;justify-content:center;min-width:140px}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-card.double-icon{justify-content:space-around;min-width:140px;grid-column:span 2}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-card:hover{box-shadow:0 4px 10px #0000001a}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-card .payment-icon{display:flex;flex-direction:column}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-card .payment-icon p{padding-top:5px}.property-page .property-details .property-location-tabs .tabs-content .payment-methods .payment-card .payment-icon img{margin:0 auto;height:80px;width:auto}.property-page .property-details .property-location-tabs .tabs-content .no-policies{color:#888;font-style:italic;margin:40px 0;text-align:center}.property-page .things-to-know{margin-bottom:40px;padding:30px;background-color:#f9f9f9;border-radius:12px}@media (max-width: 470px){.property-page .things-to-know{padding:15px}}@media (max-width: 360px){.property-page .things-to-know{padding:10px}}.property-page .things-to-know h2{color:#333;font-size:2.2rem;text-align:center;margin-bottom:25px;font-weight:700}@media (max-width: 470px){.property-page .things-to-know h2{font-size:1.8rem}}@media (max-width: 360px){.property-page .things-to-know h2{font-size:1.5rem}}.property-page .things-to-know .things-to-know-block{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}@media (max-width: 470px){.property-page .things-to-know .things-to-know-block{gap:10px}}@media (max-width: 360px){.property-page .things-to-know .things-to-know-block{gap:5px}}.property-page .things-to-know .things-to-know-block .property-checkin,.property-page .things-to-know .things-to-know-block .property-fees,.property-page .things-to-know .things-to-know-block .property-cancellation,.property-page .things-to-know .things-to-know-block .property-info{flex:1;min-width:320px;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease-in-out}@media (max-width: 380px){.property-page .things-to-know .things-to-know-block .property-checkin,.property-page .things-to-know .things-to-know-block .property-fees,.property-page .things-to-know .things-to-know-block .property-cancellation,.property-page .things-to-know .things-to-know-block .property-info{min-width:0}}.property-page .things-to-know .things-to-know-block .property-checkin:hover,.property-page .things-to-know .things-to-know-block .property-fees:hover,.property-page .things-to-know .things-to-know-block .property-cancellation:hover,.property-page .things-to-know .things-to-know-block .property-info:hover{transform:translateY(-5px)}@media (max-width: 470px){.property-page .things-to-know .things-to-know-block .property-checkin,.property-page .things-to-know .things-to-know-block .property-fees,.property-page .things-to-know .things-to-know-block .property-cancellation,.property-page .things-to-know .things-to-know-block .property-info{flex:1 1 100%;padding:10px}}@media (max-width: 360px){.property-page .things-to-know .things-to-know-block .property-checkin,.property-page .things-to-know .things-to-know-block .property-fees,.property-page .things-to-know .things-to-know-block .property-cancellation,.property-page .things-to-know .things-to-know-block .property-info{padding:8px}}.property-page .things-to-know .things-to-know-block .property-checkin h3,.property-page .things-to-know .things-to-know-block .property-fees h3,.property-page .things-to-know .things-to-know-block .property-cancellation h3,.property-page .things-to-know .things-to-know-block .property-info h3{color:#222;font-size:1.5rem;margin-bottom:15px;font-weight:600}@media (max-width: 470px){.property-page .things-to-know .things-to-know-block .property-checkin h3,.property-page .things-to-know .things-to-know-block .property-fees h3,.property-page .things-to-know .things-to-know-block .property-cancellation h3,.property-page .things-to-know .things-to-know-block .property-info h3{font-size:1.3rem}}@media (max-width: 360px){.property-page .things-to-know .things-to-know-block .property-checkin h3,.property-page .things-to-know .things-to-know-block .property-fees h3,.property-page .things-to-know .things-to-know-block .property-cancellation h3,.property-page .things-to-know .things-to-know-block .property-info h3{font-size:1.1rem}}.property-page .things-to-know .things-to-know-block .property-checkin p,.property-page .things-to-know .things-to-know-block .property-checkin ul,.property-page .things-to-know .things-to-know-block .property-fees p,.property-page .things-to-know .things-to-know-block .property-fees ul,.property-page .things-to-know .things-to-know-block .property-cancellation p,.property-page .things-to-know .things-to-know-block .property-cancellation ul,.property-page .things-to-know .things-to-know-block .property-info p,.property-page .things-to-know .things-to-know-block .property-info ul{color:#555;font-size:1rem;line-height:1.8}@media (max-width: 470px){.property-page .things-to-know .things-to-know-block .property-checkin p,.property-page .things-to-know .things-to-know-block .property-checkin ul,.property-page .things-to-know .things-to-know-block .property-fees p,.property-page .things-to-know .things-to-know-block .property-fees ul,.property-page .things-to-know .things-to-know-block .property-cancellation p,.property-page .things-to-know .things-to-know-block .property-cancellation ul,.property-page .things-to-know .things-to-know-block .property-info p,.property-page .things-to-know .things-to-know-block .property-info ul{font-size:.9rem}}@media (max-width: 360px){.property-page .things-to-know .things-to-know-block .property-checkin p,.property-page .things-to-know .things-to-know-block .property-checkin ul,.property-page .things-to-know .things-to-know-block .property-fees p,.property-page .things-to-know .things-to-know-block .property-fees ul,.property-page .things-to-know .things-to-know-block .property-cancellation p,.property-page .things-to-know .things-to-know-block .property-cancellation ul,.property-page .things-to-know .things-to-know-block .property-info p,.property-page .things-to-know .things-to-know-block .property-info ul{font-size:.8rem;line-height:1.6}}.property-page .things-to-know .things-to-know-block .property-checkin .property-fees ul,.property-page .things-to-know .things-to-know-block .property-checkin .property-cancellation ul,.property-page .things-to-know .things-to-know-block .property-fees .property-fees ul,.property-page .things-to-know .things-to-know-block .property-fees .property-cancellation ul,.property-page .things-to-know .things-to-know-block .property-cancellation .property-fees ul,.property-page .things-to-know .things-to-know-block .property-cancellation .property-cancellation ul,.property-page .things-to-know .things-to-know-block .property-info .property-fees ul,.property-page .things-to-know .things-to-know-block .property-info .property-cancellation ul{list-style:none;padding:0;margin:0}.property-page .things-to-know .things-to-know-block .property-checkin .property-fees li,.property-page .things-to-know .things-to-know-block .property-checkin .property-cancellation li,.property-page .things-to-know .things-to-know-block .property-fees .property-fees li,.property-page .things-to-know .things-to-know-block .property-fees .property-cancellation li,.property-page .things-to-know .things-to-know-block .property-cancellation .property-fees li,.property-page .things-to-know .things-to-know-block .property-cancellation .property-cancellation li,.property-page .things-to-know .things-to-know-block .property-info .property-fees li,.property-page .things-to-know .things-to-know-block .property-info .property-cancellation li{margin-bottom:10px;font-weight:400}.property-page strong{color:#222}.property-page .main-info{width:100%;max-width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:20px;min-height:400px}.property-page .main-info .property-amenities{flex:0 0 320px;background-color:var(--blue-light);padding:15px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.property-page .main-info .property-description{flex:1 1 0;min-width:0;width:100%;max-width:100%;box-sizing:border-box;padding:15px;border-radius:8px;margin-right:80}@media (max-width: 768px){.property-page .main-info{flex-direction:column}.property-page .main-info .property-description{order:2;width:100%}.property-page .main-info .property-amenities,.property-page .main-info .property-description{max-width:100%}}.property-page .return-button{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background-color:#b6995d;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 13px #00000014;transition:background-color .3s ease,transform .2s ease;z-index:999}.property-page .return-button:hover{background-color:#162f4d;transform:scale(1.15)}.property-page .return-button img{width:30px;height:30px;filter:brightness(0) invert(1)}.property-page .return-button:after{content:attr(data-tooltip);position:absolute;top:-35px;right:50%;transform:translate(10%);background-color:#162f4d;color:#f7f7f7;padding:6px 12px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.property-page .return-button:hover:after{opacity:1;visibility:visible}@media (hover: none),(pointer: coarse){.property-page .return-button:hover{background-color:#b6995d!important;transform:none!important}.property-page .return-button:hover:after{opacity:0!important;visibility:hidden!important}}@media (max-width: 768px){.property-amenities .amenities-list .amenity-item{width:calc(50% - 10px)}.things-to-know-block{flex-direction:column}}.country-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:200px;margin-top:0;overflow-y:auto;background-color:#fff;border:1px solid #ddd;box-shadow:0 0 5px #0003;z-index:10}.country-dropdown li{padding:8px;cursor:pointer}.country-dropdown li:hover{background-color:#f0f0f0}.error-text{color:red;font-size:12px;margin-top:5px}.phone-input{width:100%}.country-code-selector{position:relative;width:150px}.selected-country{display:flex;align-items:center;justify-content:space-between;padding:8px;border:1px solid #ccc;border-radius:8px;background-color:#fff;cursor:pointer}.styled-phone-input{width:100%;padding:8px;border:none;border-bottom:1px solid #ccc}.promo-code-section{margin-top:20px}.promo-code-input{display:flex;gap:10px}.success{color:green}.error{color:red}.hidden{display:none}.deposit-section{margin-top:20px;font-family:Lato,Helvetica,Arial,sans-serif}.deposit-title{font-size:1.25rem;margin-bottom:10px;font-weight:700}.deposit-details{padding-left:10px;margin-bottom:15px}.deposit-item{display:flex;justify-content:space-between;margin-bottom:8px}.deposit-title-description{display:flex;flex-direction:column}.deposit-description{font-size:.875rem;color:#555}.deposit-subdescription{font-size:.75rem;color:#777;margin-left:5px}.deposit-amount{font-size:1rem;font-weight:700}.deposit-item:last-child{margin-bottom:0}.crimson{background-color:#db7093!important;color:#fff!important}.property-description{position:relative}.property-description #description-text{overflow:hidden;max-height:130px;transition:max-height .3s ease;color:var(--gray-dark);font-size:1.1rem;line-height:1.8}.property-description .toggle-btn{margin-top:10px;color:#333;border-radius:6px;cursor:pointer;padding:10px 20px;font-weight:600;transition:all .3s ease;border:none;background:none}.property-description .toggle-btn:hover{background-color:var(--blue-light);color:var(--white)}.hero-block{position:relative;display:block;width:100%;height:80vh;background-size:cover;background-position:center;overflow:hidden;box-shadow:var(--shadow);text-decoration:none;color:inherit;cursor:default}.hero-block__title{position:absolute;top:40px;left:40px;max-width:600px;background:#ffffff50;padding:10px;border-radius:6px;border:1px solid rgba(184,158,94,.3);box-shadow:0 8px 24px #0000001f;color:#b89e5e}.hero-block__title h1{color:#b6995d;background:#f7f7f7;border-radius:4px;padding:20px 30px;margin:0;font-weight:600;line-height:1.2;font-size:30px;font-weight:500}@media (max-width: 700px){.hero-block__title{display:none}}.hero-block__overlay{position:absolute;bottom:20px;right:20px;z-index:3}.hero-block__btn{position:relative;padding:12px 24px;background-color:#00000080;color:#fff;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease;bottom:70px}.hero-block__btn:hover{background-color:#000000b3}@media (max-width: 700px){.hero-block__btn{bottom:20px}}.mobile-hero-block{height:0;visibility:hidden;opacity:0;border-bottom:15px solid #B6995D;transition:all .3s ease;position:absolute;top:60vh}.mobile-hero-block h1{margin:0;font-weight:700;font-size:2rem;color:#b6995d;line-height:1.1;font-size:30px;font-weight:500}@media (max-width: 700px){.mobile-hero-block{position:relative;top:0;padding:20px 20px 100px;height:auto;visibility:visible;opacity:1}}.has-error{border:1px solid red}.error-text{color:red;font-size:.9em;margin-top:4px}.flag-icon{width:20px;margin-right:6px;height:15px}.blog-container{padding:0 30px 20px}.blog-container h1,.blog-container h2,.blog-container h3{color:#162f4d}.blog-welcome{padding:80px 20px;background-color:#b6995d;color:#f7f7f7;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:0;box-shadow:none}.blog-welcome>*{color:#f7f7f7;max-width:800px;width:100%;margin:0}.blog-welcome h1,.blog-welcome h2{font-weight:300;font-style:italic;font-size:2.5rem;line-height:1.2}.blog-welcome p{font-size:1rem;line-height:1.6;margin-top:16px}@media (max-width: 768px){.blog-welcome h1,.blog-welcome h2{font-size:1.8rem}}.blog-posts{margin-top:40px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.post-card{position:relative;display:flex;flex-direction:column;background-color:#f5f5f5;border:1px solid #838383;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding-bottom:20px}.post-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a}.post-image{height:160px;background-size:cover;background-position:center}.post-created-date{position:absolute;bottom:10px;right:10px;font-size:.9rem;color:#838383}.post-content{padding:15px}.post-content h3{margin:0 0 10px;color:#b6995d;font-size:20px;font-weight:350}.post-content p{margin:0;color:#838383}.no-posts{text-align:center;background-color:#f7f7f7;padding:40px;border-radius:8px;box-shadow:0 15px 13px #00000014}.locations-container{padding:20px;display:flex;flex-direction:column;gap:20px}.locations-container h1{font-size:2.5rem;color:var(--navy);margin-bottom:10px;text-align:center}.locations-container>div{display:flex;flex-direction:column;gap:20px}.locations-container #app{height:500px;margin-top:20px;border:1px solid var(--gold);border-radius:10px;box-shadow:var(--dropshadow)}.locations-container .content-block{background-color:var(--milk);border:1px solid var(--gold);border-radius:15px;padding:25px;box-shadow:var(--dropshadow);font-size:1rem;color:var(--black);line-height:1.6;text-align:justify}.get-to-know-us{padding:40px 20px;background:#f7f7f7}.get-to-know-us h1,.get-to-know-us h2,.get-to-know-us h3,.get-to-know-us h4,.get-to-know-us h5,.get-to-know-us h6{text-align:center;color:#b6995d;font-weight:700;margin-bottom:1rem}.get-to-know-us .btn-read-more{display:inline-block;margin-top:25px;padding:10px 25px;background-color:#b6995d;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;font-size:1rem;transition:background-color .3s ease}.get-to-know-us .btn-read-more:hover,.get-to-know-us .btn-read-more:focus{background-color:#9a7f46;color:#fff}.get-to-know-us .hero{max-width:900px;margin:0 auto 60px;padding:50px 40px;background:#fff;border-radius:16px;box-shadow:0 12px 28px #0000001f;display:flex;gap:40px;align-items:flex-start;color:#222}.get-to-know-us .hero a.hero-content{display:flex;gap:40px;width:100%;text-decoration:none;color:inherit;align-items:flex-start}@media (max-width: 799px){.get-to-know-us .hero a.hero-content{flex-direction:column;gap:20px}}.get-to-know-us .hero .hero-text{flex:1;font-size:1.15rem;line-height:1.6;color:#444}.get-to-know-us .hero .hero-image-wrapper{flex-shrink:0;width:320px;height:450px;border-radius:16px;overflow:hidden;box-shadow:0 10px 20px #0000001a}.get-to-know-us .hero .hero-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:16px;transition:transform .4s ease}.get-to-know-us .hero .hero-image-wrapper:hover img{transform:scale(1.07)}@media (max-width: 799px){.get-to-know-us .hero .hero-image-wrapper{display:none}}.get-to-know-us .container{max-width:1200px;margin-left:auto;margin-right:auto}.get-to-know-us .intro,.get-to-know-us .team,.get-to-know-us .values{margin-bottom:50px}.get-to-know-us .team-members{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.get-to-know-us .team-member{background:#f7f7f7;border:2px solid 0 15px 13px rgba(0,0,0,.0784313725);border-radius:12px;width:280px;padding:20px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;transition:all .3s ease;min-height:460px}.get-to-know-us .team-member a{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%}.get-to-know-us .team-member img{width:100%;max-width:none;height:360px;object-fit:cover;object-position:center top;border-radius:12px;margin-bottom:25px;transition:transform .3s ease;flex-shrink:0}.get-to-know-us .team-member:hover{box-shadow:0 8px 20px #0003;border-color:#9a7f46;transform:translateY(-5px)}.get-to-know-us .team-member:hover img{transform:scale(1.05)}.get-to-know-us .team-member h3{font-size:1.3rem;font-weight:600;margin-bottom:12px;color:#3e3e3f;transition:color .3s ease;flex-shrink:0}.get-to-know-us .team-member a:hover h3{color:#b6995d}.get-to-know-us .team-member p{font-size:1rem;color:#555;line-height:1.4;flex-grow:1;overflow-wrap:break-word;margin:0}.get-to-know-us .values h2{font-size:2rem;margin-bottom:25px}.get-to-know-us .values ul{list-style:none;padding:0;margin:0 auto;max-width:400px}.get-to-know-us .values ul li{font-size:1.1rem;margin-bottom:15px;color:#3e3e3f;padding-left:20px;position:relative}.get-to-know-us .values ul li:before{content:"✓";position:absolute;left:0;color:#b6995d;font-weight:700}.terms{padding:20px}.custom-alert-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.custom-alert-overlay.show{opacity:1;visibility:visible}.custom-alert-box{position:relative;background:#fff;color:#3e3e3f;padding:30px;border-radius:12px;text-align:center;width:300px;box-shadow:0 10px 30px #0000004d}.custom-alert-box p{font-size:18px;margin-bottom:20px}.custom-alert-box button{background-color:#b95172;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:16px;cursor:pointer;transition:background .3s}.custom-alert-box button:hover{background-color:#9a3f5d}.custom-alert-icon-wrapper{position:absolute;top:-25px;left:50%;transform:translate(-50%);width:60px;height:60px;background-color:#fff;border-radius:50%;display:none;justify-content:center;align-items:center}.custom-alert-icon{width:40px;height:40px;display:none}.custom-alert-icon.show{display:block}.not-found-page{display:flex;align-items:center;justify-content:center;padding:80px 20px;min-height:60vh;text-align:center}.not-found-page h1{font-size:6rem;font-weight:700;color:#b6995d;margin-bottom:20px}.not-found-page p{font-size:1.4rem;color:#555;margin-bottom:30px}.btn-back-home{display:inline-block;padding:12px 28px;background-color:#b6995d;color:#fff;border-radius:8px;font-weight:700;text-decoration:none;transition:background-color .3s ease}.btn-back-home:hover{background-color:#8d743d}.calendar-button{font-size:14px;letter-spacing:1px;display:flex;gap:10px;justify-content:center;align-items:center}.calendar-booking-box{padding:0 0 20px;border-radius:6px;width:fit-content;background:#f5f5f5;box-shadow:0 4px 8px #0000001a;-webkit-user-select:none;user-select:none;transition:.7s}@media (max-width: 530px){.calendar-booking-box{padding:15px}}.calendar-component{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.calendar-component .loading-box{padding:20px;border-radius:4px;width:fit-content;background:#f5f5f5;box-shadow:0 4px 8px #0000001a;text-align:center;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.7s}.calendar-component .loading-spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}.week{display:flex;flex-direction:row}.week:nth-child(2){justify-content:flex-end}.monthes{display:flex;justify-content:center;gap:10px 20px;overflow-x:hidden;padding:0 20px}@media (max-width: 530px){.monthes{height:320px}}.monthes .month{display:flex;flex-direction:column;border-radius:10px;padding:10px;height:237px;box-sizing:border-box}.day{width:27px;height:27px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:400}.day.today{font-weight:700}.day.active{background:#dcdcdc}@media (max-width: 530px){.day{width:40px;height:40px;font-size:18px}}.month-navigation{display:flex;justify-content:space-between;margin-bottom:1rem;background-color:#b6995d;border-radius:6px 6px 0 0;padding:15px}.month-navigation button{background:#f7f7f7;border:1px solid transparent;color:#b6995d;font-size:1.8rem;font-weight:600;cursor:pointer;width:40px;height:40px;border-radius:4px;-webkit-user-select:none;user-select:none;transition:border-color .25s ease,color .25s ease;display:flex;align-items:center;justify-content:center}.month-navigation button:hover{border-color:#b6995d;color:#9a7f46;background:#f7f7f7}.month-navigation button:focus{outline:none;border-color:#89703e;box-shadow:0 0 5px #b6995d66}.buttons{margin-top:20px;display:flex;justify-content:center}.buttons .select-dates-button{background:#f7f7f7;color:#b6995d;padding:14px 28px;border-radius:6px;border:2px solid #B6995D;cursor:pointer;width:100%;max-width:320px;transition:background-color .3s ease,color .3s ease,border-color .3s ease;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.buttons .select-dates-button:hover:not(:disabled){background-color:#b6995d;color:#f7f7f7;border-color:#b6995d}.buttons .select-dates-button:disabled{background:#f5f5f5;color:#bbb;border-color:#ddd;cursor:not-allowed}.buttons .select-dates-button p{margin:0;pointer-events:none}.buttons .select-dates-button.error-message{color:#ff4d4f;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:20px}.properties-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;justify-items:center;margin-top:20px;margin-bottom:20px;position:relative}.property-card{background:linear-gradient(149deg,#f7f7f7,#fff);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;overflow:hidden;width:100%;max-width:300px;transition:transform .3s}.property-card:hover{transform:translateY(-5px)}.property-card .property-image{width:300px;height:200px;position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:8px;overflow:hidden}.property-card .property-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.property-card .property-info{padding:15px}.property-card .property-info .property-name{font-size:1.2rem;font-weight:700;color:#3e3e3f;margin-bottom:10px}.property-card .property-info .property-description{font-size:1rem;color:#777;margin-bottom:15px}.property-card .property-info .property-price{font-size:1.1rem;font-weight:700;color:#b6995d}.no-properties{text-align:center;font-size:1.5rem;color:#888;margin-top:40px}@media (min-width: 1900px){.container{max-width:100%;justify-content:center}.properties-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.properties-list>*{flex:0 0 auto;width:300px;max-width:300px}}.gs-progress{display:flex;align-items:center;max-width:100%;gap:14px;font-family:inherit;margin:30px 20px 0;position:relative}.gs-progress .step{display:flex;align-items:center;gap:10px;white-space:nowrap}.gs-progress .step .bullet{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:700;background:#fff;color:#9c9c9c;border:2px solid #bdbdbd;transform:scale(.85);opacity:.85;transition:transform .4s ease,opacity .4s ease,background-color .3s ease,border-color .3s ease,color .3s ease}.gs-progress .step .bullet i{display:inline-block;transform:scale(.4);opacity:0;transition:transform .35s cubic-bezier(.2,.9,.3,1.4),opacity .35s ease}.gs-progress .step .label{font-size:14px;font-weight:600;color:#8a8a8a;transform:translateY(2px);opacity:.9;transition:color .25s ease,opacity .4s ease,transform .4s ease}.gs-progress:not(.animate) .step.completed .bullet{background:#fff;color:#9c9c9c;border:2px solid #bdbdbd;transform:scale(.85);opacity:.85}.gs-progress:not(.animate) .step.completed .label{color:#8a8a8a;transform:translateY(2px);opacity:.9}.gs-progress:not(.animate) .step.completed .bullet i{opacity:0;transform:scale(.4)}.gs-progress.animate .step.completed .bullet{background:#b6995d;color:#fff;border-color:transparent;transform:scale(1);opacity:1;transition-delay:.05s}.gs-progress.animate .step.completed .label{color:#3e3e3f;transform:translateY(0);opacity:1;transition-delay:.05s}.gs-progress.animate .step.completed .bullet i{transform:scale(1);opacity:1;transition-delay:.35s}.gs-progress .connector{position:relative;flex:1 1 auto;height:2px;background:#e5e7eb;border-radius:2px;overflow:hidden}.gs-progress .connector:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:0%;background:#b6995d;transform-origin:left}.gs-progress .connector.completed{background:#e5e7eb}.gs-progress.animate>.connector.completed:nth-of-type(1):after{width:100%;transition:width 1.2s ease .25s}.gs-progress.animate>.connector.completed:nth-of-type(2):after{width:100%;transition:width 1.2s ease 1.6s}.gs-progress.animate>.connector.completed:nth-of-type(1)+.step.active .bullet{background:#b6995d;color:#fff;border-color:transparent;transform:scale(1);opacity:1;transition:transform .4s ease 1.45s,opacity .4s ease 1.45s,background-color .3s ease 1.45s,border-color .3s ease 1.45s,color .3s ease 1.45s;animation:pulse-in .5s ease 1.45s both}.gs-progress.animate>.connector.completed:nth-of-type(1)+.step.active .label{color:#3e3e3f;transform:translateY(0);opacity:1;transition-delay:1.45s}.gs-progress.animate>.connector.completed:nth-of-type(2)+.step.active .bullet{background:#b6995d;color:#fff;border-color:transparent;transform:scale(1);opacity:1;transition:transform .4s ease 2.8s,opacity .4s ease 2.8s,background-color .3s ease 2.8s,border-color .3s ease 2.8s,color .3s ease 2.8s;animation:pulse-in .5s ease 2.8s both}.gs-progress.animate>.connector.completed:nth-of-type(2)+.step.active .label{color:#3e3e3f;transform:translateY(0);opacity:1;transition-delay:2.8s}@media (max-width: 480px){.gs-progress{flex-direction:column;align-items:flex-start;gap:10px}.gs-progress .step{white-space:normal}.gs-progress .connector{width:2px;height:24px;flex:0 0 auto;align-self:flex-start;margin-left:11px}.gs-progress .connector:after{width:100%;height:0%}.gs-progress.animate>.connector.completed:nth-of-type(1):after{height:100%;transition:height 1s ease .25s}.gs-progress.animate>.connector.completed:nth-of-type(2):after{height:100%;transition:height 1s ease 1.4s}.gs-progress.animate>.connector.completed:nth-of-type(1)+.step.active .bullet{transition:transform .4s ease 1.25s,opacity .4s ease 1.25s,background-color .3s ease 1.25s,border-color .3s ease 1.25s,color .3s ease 1.25s;animation-delay:1.25s}.gs-progress.animate>.connector.completed:nth-of-type(1)+.step.active .label{transition-delay:1.25s}.gs-progress.animate>.connector.completed:nth-of-type(2)+.step.active .bullet{transition:transform .4s ease 2.4s,opacity .4s ease 2.4s,background-color .3s ease 2.4s,border-color .3s ease 2.4s,color .3s ease 2.4s;animation-delay:2.4s}.gs-progress.animate>.connector.completed:nth-of-type(2)+.step.active .label{transition-delay:2.4s}}@keyframes pulse-in{0%{transform:scale(.9)}60%{transform:scale(1.08)}to{transform:scale(1)}}@media (max-width: 600px){.gs-progress{gap:10px}.gs-progress .label{font-size:13px}.gs-progress .step .bullet{width:22px;height:22px;font-size:11px}}.gs-progress,.gs-progress .step{overflow:visible}.gs-progress .connector{position:relative;z-index:0}.gs-progress .step .bullet{position:relative;z-index:1;will-change:transform;transform-origin:50% 50%;-webkit-font-smoothing:antialiased;backface-visibility:hidden}#book-form{min-height:700px}@media (min-width: 861px){#book-form{min-height:2000px}}@media (max-width: 860px){.footer-wrap--responsive{display:none!important}}.reservation-container{padding:20px;width:100%;margin:0 auto;background-color:#fff;border-radius:8px;align-items:center}.reservation-container .book-container{border:rgba(102,102,102,.4745098039) 1px solid;border-radius:6px;margin:20px 0}.reservation-container .reservation-content{display:flex;gap:20px;max-width:1200px;margin:0 auto}.reservation-container .reservation-content .col{margin:0 auto}.reservation-container .property-preview{max-width:400px;overflow:hidden;position:relative}@media (max-width: 860px){.reservation-container .property-preview{max-width:100%}}.reservation-container .property-preview .preview-img{width:100%;height:auto;aspect-ratio:2/1;object-fit:cover;border-radius:4px 4px 0 0}.reservation-container .property-preview .preview-container{padding:15px 10px;border-radius:0 0 4px 4px}.reservation-container .property-preview h2{text-align:center;font-size:1.2rem;font-weight:600;color:#333;margin:0}.reservation-container .property-preview p{text-align:center;color:#666;font-size:.9rem;margin-bottom:15px}.reservation-container .property-preview .amenity-item{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.reservation-container .property-preview .amenity-item .amenity-icon{display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#666;width:16px;height:16px;margin-right:4px;object-fit:contain}.reservation-container .property-preview .amenity-item .amenity-icon span{color:#333}.reservation-container .price-summary{max-width:400px}.reservation-container .section-title{font-size:1.5rem;color:#333;font-weight:600}.reservation-container .date-range{font-size:1rem;color:#666;margin-bottom:15px}.reservation-container .date-range strong{font-weight:600}.reservation-container .totals{padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px #0000000d}.reservation-container .totals h3{margin-bottom:15px;color:#333}.reservation-container .totals div{margin-bottom:10px;font-size:1rem}.reservation-container .totals div b{font-weight:600}.reservation-container .deposit-section{background-color:#f9f9f9;border-radius:8px;padding:20px}.reservation-container .deposit-section .deposit-item{margin-bottom:15px}.reservation-container .deposit-section .deposit-item .deposit-title-description{display:flex;justify-content:space-between;font-size:1rem}.reservation-container .deposit-section .deposit-item .deposit-title-description .deposit-description{font-weight:600}.reservation-container .deposit-section .deposit-item .deposit-title-description .deposit-subdescription{font-size:.9rem;color:#888}.reservation-container .deposit-section .deposit-item .deposit-amount{font-size:1.2rem;font-weight:600;color:#333}.reservation-container .error-text{color:red;font-size:1rem;text-align:center;margin-top:15px}.reservation-container .return-button{position:fixed;bottom:20px;right:20px;background-color:#6aaf6c;padding:10px;border-radius:50%;cursor:pointer}.reservation-container .return-button img{width:25px}.guests-container{margin-bottom:20px;background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000000d}.guests-container .guests-title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:15px}.guests-container .guests-fields{display:flex;gap:20px;flex-wrap:wrap}.guests-container .guests-fields .guest-field{flex:1;min-width:150px;display:flex;flex-direction:column;margin-bottom:15px}.guests-container .guests-fields .guest-field label{font-weight:600;color:#666}.guests-container .guests-fields .guest-field select,.guests-container .guests-fields .guest-field input{padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1rem}.details-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:20px}.card-title{margin:0 0 12px;font-size:22px;font-weight:700;color:#3e3e3f}.hint-banner{display:flex;align-items:center;gap:10px;background:#f3f4f6;border:1px solid #e5e5e5;border-radius:8px;padding:10px 12px;margin-bottom:18px}.hint-banner .hint-icon{width:22px;height:22px;border-radius:50%;border:1px solid #cfd3d8;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#555;background:#fff}.hint-banner .req{color:#e11d48}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.grid-2{grid-template-columns:1fr}}.form-group{margin-bottom:16px}.form-group label{display:block;font-weight:600;color:#3e3e3f;margin-bottom:6px}.form-group label .req{color:#e11d48}.form-group input{display:block;width:100%;height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:14px;transition:border-color .15s ease}.form-group input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118270f}.form-group input.has-error{border-color:#d93025}.form-group .error-text{margin-top:6px;color:#d93025;font-size:12px}.form-group .helper-text{margin-top:6px;color:#6b7280;font-size:12px}.country-select{position:relative}.country-select .form-control{width:100%;height:40px;padding:8px 36px 8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff}.country-select .form-control:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118270f}.country-select:after{content:"";position:absolute;right:12px;top:50%;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #6b7280;transform:translateY(-50%);pointer-events:none}.country-select .country-dropdown{position:absolute;z-index:20;margin-top:6px;width:100%;max-height:220px;overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 16px #00000014}.country-select .country-dropdown li{padding:10px 12px;cursor:pointer}.country-select .country-dropdown li:hover{background:#f9fafb}.phone-input-wrapper{display:flex;gap:10px}.phone-input-wrapper .country-code-selector{width:110px;position:relative}.phone-input-wrapper .country-code-selector .selected-country{display:flex;align-items:center;justify-content:space-between;gap:6px;height:40px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer}.phone-input-wrapper .country-code-selector .selected-country .flag-icon{width:18px;height:12px;object-fit:cover}.phone-input-wrapper .country-code-selector .phone-dropdown{position:absolute;z-index:20;left:0;right:0;top:44px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 16px #00000014}.phone-input-wrapper .country-code-selector .phone-dropdown .search-input{width:100%;height:38px;border:0;border-bottom:1px solid #eee;padding:8px 10px;outline:none}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list{max-height:240px;overflow:auto;padding:6px 0}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list li{padding:8px 10px;display:flex;gap:8px;align-items:center;cursor:pointer}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list li .flag-icon{width:18px;height:12px}.phone-input-wrapper .phone-input{flex:1}.phone-input-wrapper .phone-input input{height:40px;width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px}.phone-input-wrapper .phone-input input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118270f}.phone-input-wrapper .phone-input input.has-error{border-color:#d93025}.phone-input-wrapper .phone-input .error-text{margin-top:6px;color:#d93025;font-size:12px}@media (max-width: 480px){.phone-input-wrapper{flex-direction:column}.phone-input-wrapper .country-code-selector,.phone-input-wrapper .phone-input{width:100%}}.promo-code-container{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000000d}.promo-code-container .promo-title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:15px}.promo-code-container .promo-input{display:flex;gap:15px}.promo-code-container .promo-input input{padding:10px;font-size:1rem;border:1px solid #ddd;border-radius:4px;flex:1}.promo-code-container .promo-input button{padding:10px 15px;background-color:#ff8c00;color:#fff;font-size:1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.promo-code-container .promo-input button:hover{background-color:#e07d00}.promo-code-container .promo-error{color:red;font-size:1rem;margin-top:10px}.return-button{position:fixed;bottom:20px;right:20px;background-color:#6aaf6c;padding:12px;border-radius:50%;cursor:pointer}.return-button img{width:30px}.return-button:hover{background-color:#5a9e5b}.guest-card{border:1px solid #e5e7eb;border-radius:10px;padding:18px;background:#fff;width:100%}.guest-card .guest-title{font-size:18px;font-weight:700;margin:0 0 12px;color:#111827}.guest-card .guest-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;padding:10px 0;border-top:1px solid #f3f4f6}.guest-card .guest-grid:first-of-type{border-top:none;padding-top:0}.guest-card .guest-grid .field{display:block}.guest-card .guest-grid .field .label{display:inline-block;font-size:13px;font-weight:600;color:#111827;margin-bottom:6px}.guest-card .guest-grid .field .label .optional{font-weight:400;color:#6b7280}.guest-card .guest-grid .field .input{width:100%;height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;color:#111827;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.guest-card .guest-grid .field .input::placeholder{color:#9ca3af}.guest-card .guest-grid .field .input:focus{border-color:#b79b57;box-shadow:0 0 0 3px #b79b5726}.guest-card .guest-grid .field .help{margin:6px 0 0;font-size:12px;line-height:1.3;color:#6b7280}@media (max-width: 720px){.guest-card .guest-grid{grid-template-columns:1fr}}.special-requests{margin:20px 0;padding:16px}.special-requests h3{font-size:18px;font-weight:700}.special-requests p{font-size:14px;color:#555}.special-requests textarea{width:100%;height:100px;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px;margin-top:10px}.rules-card{border-radius:12px;background:#fff;padding:18px 20px}.rules-card__title{margin:0 0 8px;font-size:18px;font-weight:700;color:#111827}.rules-card__intro,.rules-card__note{margin:0 0 12px;font-size:14px;line-height:1.5;color:#374151}.rules-card__list{margin:0 0 12px 20px;padding:0;list-style:disc}.rules-card__list li{margin:6px 0;font-size:14px;color:#111827}.rules-card__note{color:#6b7280}.arrival-time{margin:20px 0;padding:16px}label{font-size:14px;margin-bottom:8px}select{padding:8px;font-size:14px;width:100%;margin-bottom:16px}#estimated-time{margin-top:10px}.period-details{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px;max-width:420px}@media (max-width: 860px){.period-details{max-width:100%}}.period-details h2{margin:0 0 12px;font-size:18px;font-weight:700;color:#3e3e3f}.period-details .date-range{display:none}.period-details .check-in-out{display:grid;grid-template-columns:1fr 1fr}.period-details .check-in-out .check-item:first-child{border-right:1px solid #e5e5e5;padding-right:12px}.period-details .check-in-out .check-item:last-child{padding-left:12px}.period-details .check-in-out .check-item strong{display:block;font-size:12px;font-weight:600;color:#6b7280;margin-bottom:6px}.period-details .check-in-out .check-item .date{display:block;font-size:16px;font-weight:700;color:#0f172a}.period-details .check-in-out .check-item .sub{display:block;margin-top:2px;font-size:12px;font-weight:500;color:#6b7280}.period-details .number-of-nights{margin-top:14px}.period-details .number-of-nights strong{font-weight:600;color:#3e3e3f;font-size:14px}.period-details .number-of-nights span{display:block;margin-top:4px;font-weight:700;color:#0f172a;font-size:14px}.period-details .change-selection{display:inline-block;margin-top:10px;font-size:14px;color:#b6995d;text-decoration:none}.period-details .change-selection:hover{text-decoration:underline}@media (max-width: 520px){.period-details .check-in-out{grid-template-columns:1fr}.period-details .check-in-out .check-item{border-right:0!important;padding:8px 0}.period-details .check-in-out .check-item:not(:last-child){border-bottom:1px solid #e5e5e5}}.guest-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px}.guest-title{font-size:18px;font-weight:600;color:#111827;margin:2px 0 14px}.form-group{max-width:360px;margin-bottom:14px}.form-group label{display:block;font-size:14px;color:#374151;margin-bottom:6px}.required{color:#dc2626;margin-left:4px}.select{width:100%;height:36px;border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;background:#fff;font-size:14px;color:#111827;outline:none}.select:focus{border-color:#9ca3af;box-shadow:0 0 0 3px #3b82f626}.fees-and-taxes{border:1px solid #ddd;border-radius:12px;background:#fff;max-width:400px}@media (max-width: 860px){.fees-and-taxes{max-width:100%}}.fees-and-taxes h4{margin:10px;font-weight:600;color:#222;display:block}.fees-and-taxes .total-block{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px;min-height:60px;background:#fdf6e3;padding:8px 10px;border-top:1px solid rgba(102,102,102,.47);border-bottom:1px solid rgba(102,102,102,.47)}.fees-and-taxes .total-block *{min-width:0}.fees-and-taxes .total-block h3{margin:0;font-size:1.2rem;font-weight:600;color:#333;white-space:nowrap;flex:0 0 auto}.fees-and-taxes .total-block .total-price{margin-left:auto;white-space:nowrap;font-size:1.6rem;font-weight:700;color:#222;font-variant-numeric:tabular-nums;-moz-font-feature-settings:"tnum";-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.fees-and-taxes .total-block .total-price.is-loading{position:relative;flex:0 0 auto;width:12.5ch;height:28px;border-radius:999px;background:#b79b5726;border:1px solid rgba(183,155,87,.28);overflow:hidden}.fees-and-taxes .total-block .total-price.is-loading>*{visibility:hidden}.fees-and-taxes .total-block .total-price.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#b79b5759,#fff0);animation:shimmer-gold 1.25s ease-in-out infinite}.fees-and-taxes .total-block .total-price.is-loading:before{content:"";position:absolute;right:8px;top:50%;width:12px;height:12px;border-radius:50%;border:2px solid #b79b57;border-right-color:transparent;transform:translateY(-50%);animation:coin-spin .7s linear infinite;opacity:.9}.fees-and-taxes .price-info{font-size:.9rem;color:#555;padding:16px}.fees-and-taxes .price-info .info-header{margin-bottom:8px}.fees-and-taxes .price-info .info-header h4{margin:0}.fees-and-taxes .price-info .info-header small{font-size:.8rem;color:#777}.fees-and-taxes .price-info .fees-list{display:flex;flex-direction:column;gap:6px}.fees-and-taxes .price-info .fees-list .fee-item{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed #eee}.fees-and-taxes .price-info .fees-list .fee-item:last-child{border-bottom:none}.fees-and-taxes .price-info .fees-list .fee-item .fee-name{color:#333;font-weight:500}.fees-and-taxes .price-info .fees-list .fee-item .fee-price{font-weight:600;color:#000}@keyframes shimmer-gold{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes coin-spin{to{transform:translateY(-50%) rotate(360deg)}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button-container{display:flex;justify-content:space-between;gap:20px}.book-button,.quote-button{font-size:14px;font-weight:500;padding:10px 18px;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.book-button{background-color:#b79b57;color:#fff;border:none}.book-button:hover{background-color:#a38747}.quote-button{background-color:transparent;color:#b79b57;border:2px solid #b79b57}.quote-button:hover{background-color:#fdfbf6}.inactive{opacity:.6;pointer-events:none;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.6);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gs-shell{max-width:1200px}@media (max-width: 860px){.gs-shell .col--forms{min-height:700px;width:100%}.gs-shell .col--overview{width:100%}}.gs-shell{margin:0 auto;position:relative}.gs-loader{position:absolute;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0000 40%,#0000000f,#0000 60%) 0 0/200% 100%,#f3f4f6;animation:shimmer 1.2s linear infinite;border-radius:12px;top:40px}.gs-loader:before,.gs-loader:after{content:"";position:absolute;left:24px;right:24px;height:16px;background:#ffffff80;border-radius:8px}.gs-loader:before{top:32px}.gs-loader:after{top:64px;width:60%}.gs-loader{transition:opacity .35s ease,visibility .35s ease}.gs-loader.hide{opacity:0;visibility:hidden}@keyframes shimmer{0%{background-position:0 0,0 0}to{background-position:200% 0,0 0}}.gs-shell.is-loading{pointer-events:none}.phone-input-wrapper{display:flex;align-items:flex-start;gap:10px}.phone-input-wrapper .country-code-selector{position:relative}.phone-input-wrapper .country-code-selector .selected-country{display:flex;align-items:center;justify-content:space-between;gap:8px;height:40px;padding:0 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer}.phone-input-wrapper .country-code-selector .selected-country .flag-icon{width:20px;height:15px;object-fit:cover}.phone-input-wrapper .country-code-selector .selected-country .phone-dropdown-arrow{font-size:12px;color:#6b7280}.phone-input-wrapper .country-code-selector .phone-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:clamp(280px,36vw,400px);background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 28px #0000001f;z-index:1000;overflow:hidden;padding:8px;display:flex;flex-direction:column;gap:8px}.phone-input-wrapper .country-code-selector .phone-dropdown .search-input{width:100%;height:36px;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;outline:none}.phone-input-wrapper .country-code-selector .phone-dropdown .search-input:focus{border-color:#111827;box-shadow:0 0 0 3px #1118270f}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list{max-height:min(50vh,320px);overflow-y:auto;margin:0;padding:6px 0;list-style:none}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list li{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;white-space:normal}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list li .flag-icon{width:20px;height:15px;flex:0 0 20px}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list li:hover{background:#f9fafb}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list::-webkit-scrollbar{width:8px}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list::-webkit-scrollbar-thumb{background:#d6dae1;border-radius:8px}.phone-input-wrapper .country-code-selector .phone-dropdown .phone-dropdown-list::-webkit-scrollbar-track{background:transparent}.phone-input-wrapper .country-code-selector.drop-up .phone-dropdown{top:auto;bottom:calc(100% + 8px)}.reservation-container.has-mobile-nav{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.mobile-tabs{position:fixed;left:0;right:0;bottom:0;height:64px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -6px 18px #0000000f;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;z-index:1000}.mobile-tabs .mobile-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;border-radius:12px;padding:6px 4px;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;line-height:1;cursor:pointer}.mobile-tabs .mobile-tab svg{width:20px;height:20px;fill:currentColor}.mobile-tabs .mobile-tab.active{color:#b79b57;background:#b79b571a}.mobile-tabs .mobile-tab.active svg{color:#b79b57}.mobile-tabs .mobile-tab--cta{position:relative;overflow:hidden}.mobile-tabs .mobile-tab--cta:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(120deg,#fff0,#ffffff40 42%,#ffffffa6,#ffffff40 58%,#fff0);transform:translate(-160%);animation:shine-sweep 2.6s linear infinite;will-change:transform;pointer-events:none;mix-blend-mode:screen}@keyframes shine-sweep{0%{transform:translate(-160%)}to{transform:translate(160%)}}@media (prefers-reduced-motion: reduce){.mobile-tabs .mobile-tab--cta:after{animation:none;opacity:.15}}@media (min-width: 861px){.mobile-tabs{display:none}}.quote-page{max-width:1160px;margin:8px auto 72px;padding:0 16px}.quote-headline{margin:28px 0 24px}.quote-headline h1{font-size:clamp(24px,3.2vw,36px);font-weight:800;color:#3e3e3f;margin:0 0 8px;letter-spacing:.2px}.quote-headline .lead{margin:0 0 12px;font-size:clamp(14px,1.6vw,16px);color:#646466;line-height:1.5}.quote-headline .email{margin:8px 0 14px;font-size:16px}.quote-headline .email span{color:#6e6e70;margin-right:6px}.quote-headline .email strong{font-weight:700;color:#3e3e3f;white-space:nowrap}.quote-headline .notice{--bg: rgb(236.02, 228.48, 212.88);background:var(--bg);border-left:4px solid #B6995D;border-radius:8px;padding:10px 12px;font-size:14px;line-height:1.45;color:#484849;margin:6px 0 10px}.quote-headline .notice strong{margin-right:6px}.quote-headline .tips{margin:8px 0 18px 18px;padding:0}.quote-headline .tips li{margin:4px 0;color:#5b5b5c;line-height:1.45}.quote-headline .cta{display:flex;gap:14px;align-items:center}.quote-headline .cta .btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 16px;border-radius:12px;font-weight:700;text-decoration:none;transition:transform .05s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;will-change:transform}.quote-headline .cta .btn:active{transform:translateY(1px)}.quote-headline .cta .btn-primary{background:#b6995d;color:#fff;box-shadow:0 6px 18px #00000014}.quote-headline .cta .btn-primary:hover{background:#b19252}.quote-headline .cta .btn-link{color:#3e3e3f}.quote-headline .cta .btn-link:hover{color:#383839;text-decoration:underline}.quote-property{margin-top:26px}.quote-property .quote-cover{width:100%;height:clamp(220px,36vw,380px);background-size:cover;background-position:center;border-radius:16px;box-shadow:0 12px 32px #0000000f}.quote-property .prop-meta{margin-top:12px}.quote-property .prop-meta .prop-title{font-size:clamp(18px,2.1vw,22px);font-weight:800;color:#3e3e3f;margin:0 0 4px}.quote-property .prop-meta .prop-address{margin:0;color:#646466;font-size:14px}.quote-headline .ref{margin:4px 0 10px;font-size:14px;color:#000000a6}.quote-headline .ref span{margin-right:6px}.quote-headline .ref code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;background:#f3f4f6;border:1px solid #e5e7eb;padding:2px 8px;border-radius:8px;color:#111827;font-weight:700}.quote-headline .help-inline{margin:4px 0 18px;font-size:14px;color:#000000b3}.quote-headline .help-inline a{color:#b6995d;font-weight:700;text-decoration:none;border-bottom:1px dashed rgba(182,153,93,.5)}.quote-headline .help-inline a:hover{border-bottom-color:transparent}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;display:flex;flex-direction:column}body{padding-top:60px}h1,h2,h3,h4,h5,h6{font-family:Abel,Helvetica,Arial,Lucida,sans-serif;color:#3e3e3f}@font-face{font-family:Century Gothic;src:url(fonts/CenturyGothic.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Century Gothic;src:url(fonts/CenturyGothic-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Century Gothic;src:url(fonts/CenturyGothic-Italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Century Gothic;src:url(fonts/CenturyGothic-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Cervanttis;src:url(fonts/Cervanttis.ttf) format("truetype");font-weight:400;font-style:normal}body{font-family:Lato,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f7f7;color:#3e3e3f}.main{flex:1}.button{text-decoration:none;padding:8px 15px;background-color:#b6995d;color:#f7f7f7;border:2px solid white;border-radius:25px;font-size:14px;font-weight:700;text-align:center;transition:all .3s}.button-primary{background-color:#b6995d;color:#fff;position:relative}.button-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.4;mix-blend-mode:darken;background:url(../img/gold-overlay.jpg) repeat;animation:noise-animation 1s steps(10,end) infinite}.button-secondary{background-color:#fff;color:#b6995d;position:relative}.button-secondary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.4;mix-blend-mode:darken;background:url(../img/gold-overlay.jpg) repeat;animation:noise-animation 1s steps(10,end) infinite}@keyframes noise-animation{0%{background-position:0 0}to{background-position:100% 100%}}a{text-decoration:none;color:#294d6b}h1{font-size:44px;color:#696969}.calendar-box{position:fixed;z-index:20;left:50%;top:50%;transform:translate(-50%,-50%);padding:20px;border-radius:4px;width:fit-content;margin:0 auto;background:#f5f5f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 15px 13px #00000014;-webkit-user-select:none;user-select:none;transition:.7s}.calendar-box .buttons button{background-color:#b6995d;border:none;color:#fff;font-weight:700;font-size:1rem;padding:12px 30px;border-radius:40px;cursor:pointer;transition:background-color .3s ease}.calendar-box .buttons button:hover{background-color:#9a7f46}.calendar-box .buttons button:focus{outline:none;box-shadow:0 0 0 3px #e6dbc6}.slider{-webkit-appearance:none;width:100%;box-sizing:border-box;height:30px;border-radius:4px;outline:none;border:none;padding:0;margin:0;background:#dcdcdc}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--thumb-width);height:25px;border-radius:4px;background:transparent;cursor:pointer;border:2px solid steelblue;box-shadow:0 15px 13px #00000014;position:relative;z-index:1}.slider::-moz-range-thumb{width:var(--thumb-width);height:25px;border-radius:4px;background:transparent;cursor:pointer;border:2px solid steelblue;box-shadow:0 15px 13px #00000014;position:relative;z-index:1}.v-enter-to,.v-leave-from{transition:all ease .7s;opacity:1}.v-leave-to,.v-enter-from{transition:all ease .7s;opacity:0;transform:translate(-100%,-50%)}svg{max-width:200px;max-height:165px;height:auto}.city-search input{width:80%;padding:10px 15px;font-size:16px;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0000001a;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.city-search input:focus{border-color:#162f4d;box-shadow:0 0 6px #9ab5c8}.city-search input::placeholder{color:#aaa;font-style:italic}.fade-slide-enter-active,.fade-slide-leave-active{transition:all ease .7s}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translate(-100%,-50%)}.fade-slide-enter-to,.fade-slide-leave-from{opacity:1;transform:translate(-50%,-50%)}@keyframes modal-in{to{transform:scale(1);opacity:1}}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .3s}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.center{display:block;margin:20px auto 0;min-width:250px}.close-icon{position:absolute;top:10px;right:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#b6995d;color:#fff;border:none;border-radius:50%;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 2px 5px #0003;transition:background-color .3s ease,transform .2s ease}.close-icon:hover{background-color:#3e3e3f;transform:scale(1.1)}.counter{display:flex;justify-content:center;align-items:center;gap:10px}button{padding:5px 10px;font-size:16px;cursor:pointer}button:disabled{background-color:#d3d3d3;cursor:not-allowed}.menu-item{position:relative;cursor:pointer;flex:1;padding:5px 10px}.dropdown-container{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:4px;margin-top:5px;z-index:100;list-style:none;padding:10px 0;box-shadow:0 4px 6px #0000001a}.dropdown-menu ul{list-style:none;padding:0;margin:0}.dropdown-menu li{padding:10px 15px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.dropdown-menu li:hover{background-color:#f0f0f0}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.search-btn{background:#b6995d;color:#fff;border:none;border-radius:20px;padding:10px 20px;cursor:pointer;transition:background-color .3s ease}.disabled{pointer-events:none;background-color:#f0f0f0;color:#ccc}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#f7f7f7;padding:20px;border-radius:12px;z-index:20;box-shadow:0 8px 25px #0003;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;animation:slide-in .4s ease-out}.modal h2{text-align:center;margin-bottom:20px;color:#3e3e3f;font-size:1.5rem}.modal .region-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media (max-width: 630px){.modal .region-grid{grid-template-columns:1fr;gap:10px}}.modal .region-grid .region-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;text-align:center;cursor:pointer;transition:transform .2s ease}@media (max-width: 630px){.modal .region-grid .region-item{padding:8px}}.modal .region-grid .region-item:hover{transform:scale(1.05)}.modal .region-grid .region-item img{width:60px;height:60px;object-fit:cover;margin-bottom:10px}@media (max-width: 630px){.modal .region-grid .region-item img{width:50px;height:50px}}.modal .region-grid .region-item p{margin:0;font-size:14px;color:#3e3e3f}@media (max-width: 630px){.modal .region-grid .region-item p{font-size:12px}}.modal .region-grid .region-item.active{border-color:#162f4d;background-color:#f0f8ff;box-shadow:0 0 10px #9ab5c8}.modal .form-group{margin-bottom:15px}.modal .form-group label{display:block;font-size:14px;font-weight:700;margin-bottom:5px;color:#3e3e3f}.modal .form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.modal .form-group input:focus{border-color:#4682b4;box-shadow:0 0 5px #4682b480;outline:none}.input-wrapper input,.promo-code-input input{width:100%;padding:12px 20px;font-size:1rem;color:#3e3e3f;border:1px solid #ccc;border-radius:6px;background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.input-wrapper input:focus,.promo-code-input input:focus{outline:none;border-color:#162f4d;box-shadow:0 0 5px #4682b480}.property-amenities{display:flex;flex-wrap:wrap;gap:15px;padding:10px}.property-amenities .amenity-item{font-size:1rem;color:#3e3e3f;display:flex;align-items:center;gap:8px}.loading-block{margin-top:20px;width:100%;height:300px;position:relative;background-color:#f0f0f0;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:8px}.loading-block:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0 25%,#fff3,#fff0 75%);animation:loading-animation 1.5s infinite;border-radius:8px}.block-spinner{width:80px;height:80px;border:8px solid rgba(255,255,255,.2);border-top:8px solid #B6995D;border-radius:50%;animation:spin 1s linear infinite;position:absolute;transform:translate(-50%,-50%)}@keyframes loading-animation{0%{left:-100%}50%{left:100%}to{left:-100%}}.close-button{position:absolute;top:15px;right:15px;width:40px;height:40px;background-color:transparent;border:none;color:#333;font-size:30px;font-weight:700;text-align:center;line-height:1;cursor:pointer;border-radius:50%;box-shadow:0 2px 10px #0000001a;transition:background-color .3s,color .3s}.close-button:hover{background-color:#4682b4;color:#fff}.close-button:focus{outline:none}.close-button:before{content:"×"}h3{padding:0;margin-bottom:20px;font-size:16px;text-align:center}.buttons{display:flex;justify-content:center}.controls{display:flex;justify-content:center;gap:10px;margin:-30px auto 20px;background:#f5f5f5;padding:10px 15px;width:fit-content;border-radius:4px;box-shadow:0 15px 13px #00000014}.controls button{background:#d3d3d3;color:#696969}.controls button.active{background:#4682b4;color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:11;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade-in .3s ease}.input-wrapper{display:flex;align-items:center;gap:5px}.input-wrapper button{width:30px;height:30px;background-color:#4682b4;color:#fff;border:none;border-radius:50%;font-size:16px;cursor:pointer}.input-wrapper button:hover{background-color:#3579a8}.input-wrapper span{width:40px;text-align:center;font-weight:700;font-size:16px;border:1px solid #ddd;border-radius:5px;padding:5px}.apply-promo-button{min-width:85px;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .3s ease;padding:12px 20px;background-color:#4682b4;color:#f7f7f7;border:none;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.apply-promo-button:disabled{background-color:#f0f0f0;cursor:not-allowed}.apply-promo-button:hover{background-color:#4682b4}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.6);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}select{width:100%;padding:10px;font-size:14px;color:#555;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .3s ease,background-color .3s ease}select:focus{outline:none;border-color:#4682b4;background-color:#fff;box-shadow:0 0 5px #4682b480}select:hover{border-color:#3579a8}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px}@media (max-width: 768px){select{font-size:12px;padding:8px}}.error-message{color:#b95172;margin-top:10px;font-weight:700}.city-search{position:relative;max-width:400px;margin:0 auto}.suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;z-index:1000}.suggestions li{padding:8px;cursor:pointer}.suggestions li:hover{background:#f0f0f0}.switch{position:relative;display:inline-block;width:60px;max-width:60px;height:28px;background-color:#fff;border:1px solid gainsboro;background:#fff!important;border-radius:5px;cursor:pointer}.switch .slider{position:absolute;transition:.4s;background:silver;display:block;height:calc(100% - 4px);width:36px;top:2px;left:3px;border-radius:5px}.switch .slider.active{left:21px;background:#4682b4}#properties-map{width:100%;height:100%}.google-infoplate img{max-height:150px;display:block;margin:10px 0}.google-infoplate h3{margin:0;font-size:16px}.google-infoplate a{text-decoration:none;color:inherit}.text-center{text-align:center}.guest-header{display:flex;justify-content:space-between;align-items:center}.guest-header label{font-weight:700;font-size:14px;color:#333}.guest-header .summary{font-size:13px;color:#666;font-style:italic}.property-short-description{font-size:15px}._villas-365-property-room-icon{color:#b6995d}.modal-content{margin:auto;text-align:center;font-family:inherit}.modal-title{font-size:1.4rem;margin-bottom:30px;font-weight:600;color:#3e3e3f}.guest-section{margin-bottom:20px}.guest-section label{display:block;margin-bottom:6px;font-weight:500;color:#3e3e3f}.counter{display:flex;justify-content:center;align-items:center;gap:16px}.counter button{background-color:#fff;border:1px solid #B6995D;border-radius:50%;width:32px;height:32px;font-size:18px;color:#b6995d;font-weight:700;cursor:pointer;transition:all .2s ease}.counter button:hover:not(:disabled){background-color:#b6995d;color:#fff}.counter button:disabled{opacity:.5;cursor:not-allowed}.counter span{min-width:20px;font-size:1.1rem;font-weight:500;color:#3e3e3f}.search-btn.center{background-color:#b6995d;color:#fff;border:none;padding:12px 26px;font-weight:600;font-size:1rem;border-radius:12px;margin-top:20px;cursor:pointer;transition:background-color .3s ease}.search-btn.center:hover{background-color:#9a7f46}.premium-villas-main{background-color:#b6995d}.image-header-bg{position:relative;display:block;width:100%;height:350px;overflow:hidden}.image-header-bg img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.6)}.image-header-text{position:absolute;top:200px;left:50%;transform:translate(-50%,-50%);color:#fff;font-family:Courier New,Courier,monospace;font-size:3rem;letter-spacing:.3em;text-transform:uppercase;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2}
