.property3-navbar{-webkit-backdrop-filter:blur(20px);z-index:9999;background:#ffffff80;border:1.7px solid #fff9;border-radius:30px;justify-content:space-between;align-items:center;width:min(1240px,100% - 40px);padding:5px 28px;transition:all .3s;display:flex;position:fixed;top:25px;left:50%;transform:translate(-50%)}.property3-navbar__logo{flex-shrink:0;align-items:center;display:flex}.property3-navbar__logo img{width:auto;height:42px;display:block}.property3-navbar__nav{align-items:center;gap:42px;display:flex}.property3-navbar__link{color:#000;font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:all .3s;position:relative}.property3-navbar__link:hover{opacity:.8}.property3-navbar__actions{align-items:center;gap:18px;display:flex}.property3-navbar__mobile-toggle{cursor:pointer;color:#000;background:0 0;border:none;padding:0;display:none}.property3-mobile-menu{display:none}@media (width<=992px){.property3-navbar__nav,.property3-navbar__actions{display:none}.property3-navbar__mobile-toggle{justify-content:center;align-items:center;display:flex}.property3-navbar__mobile-toggle svg{width:32px;height:32px}.property3-mobile-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:999;background:#ffffff80;border:1.7px solid #fff9;border-radius:30px;width:min(1240px,100% - 40px);transition:all .3s;display:block;position:fixed;top:105px;left:50%;overflow:hidden;transform:translate(-50%)translateY(-10px)}.property3-mobile-menu.active{opacity:1;visibility:visible;opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.property3-mobile-link{color:#000;border-bottom:1px solid #00000014;padding:18px 24px;font-size:16px;font-weight:500;text-decoration:none;display:block}.property3-mobile-link:last-child{border-bottom:none}}.property3-navbar__enquire{cursor:pointer;color:#000;background:#b89d92;border:none;border-radius:999px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s}.property3-navbar__enquire:hover{background:#b89d92;transform:translateY(-2px)}*{box-sizing:border-box;margin:0;padding:0}.popupOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#14100c94;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.popupContainer{background:#fff;border-radius:14px;gap:20px;width:1021px;padding:20px;display:flex;position:relative;overflow:hidden}.popupTitle{color:#b89d92;max-width:420px;font-family:Cormorant Garamond,serif;font-size:34px;line-height:1.15}.popupImage{width:50%;height:100%;padding:0}.popupImage img{object-fit:cover;border-radius:10px;width:100%;height:92%;display:block}.popupContent{flex-direction:column;width:50%;padding:5px 0;display:flex}.popupTag{color:#b89d92;background:#e8e1df;border:1px solid #d8c5bc;border-radius:30px;align-items:center;width:fit-content;margin-bottom:18px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.popupTag img{object-fit:contain;width:24px;height:24px;margin-right:8px}.popupContent h2{color:#b89d92;text-align:left;max-width:420px;margin-bottom:18px;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:400;line-height:1.15}.popupContent h2 span{color:#8d7264;font-weight:700}.popupDescription{color:#555;max-width:430px;margin-bottom:22px;font-size:16px;line-height:1.6}.popupContent form{flex-direction:column;gap:12px;display:flex}.popupContent input{background:#fff;border:1px solid #e1d1c8;border-radius:14px;width:100%;height:52px;padding:0 18px;font-size:15px}.popupContent input:focus{border-color:#b89d92;outline:none}.popupPrivacy a{color:#b89d92;margin-left:4px;font-weight:600;text-decoration:none}.popupPrivacy a:hover{text-decoration:underline}.popupContent .PhoneInput{background:#fff;border:1px solid #e1d1c8;border-radius:14px;align-items:center;width:100%;height:52px;display:flex;overflow:hidden}.popupContent .PhoneInput:focus-within{border-color:#b89d92}.popupContent .PhoneInputCountry{border-right:1px solid #e1d1c8;justify-content:center;align-items:center;min-width:90px;height:100%;padding:0 12px;display:flex}.popupContent .PhoneInputCountryIcon{width:22px;height:16px}.popupContent .PhoneInputInput{background:0 0;flex:1;height:100%;padding:0 14px;font-size:15px;border:none!important;outline:none!important}.popupSubmit{color:#fff;cursor:pointer;background:#b89d92;border:none;border-radius:30px;width:100%;height:48px;margin-top:8px;font-size:16px;font-weight:500;transition:all .3s;box-shadow:0 4px 12px #b89d9240}.popupSubmit:hover{background:#c4a699}.popupSubmit:disabled{opacity:.7}.popupClose{color:#f4efeb;cursor:pointer;background:#b89d92;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding-bottom:4px;font-size:24px;display:flex;position:absolute;top:18px;right:18px}.popupClose:hover{background:#e8ddd7}.popupMessage{text-align:center;margin-top:10px;font-size:13px}@media (width<=768px){.popupOverlay{padding:12px}.popupContainer{border-radius:18px;flex-direction:column;gap:3px;width:88%;max-width:320px;height:auto;padding:16px;overflow-y:auto}.popupImage,.popupContent{width:100%}.popupImage img{object-fit:cover;border-radius:12px;width:100%;height:100%}.popupContent{padding:0}.popupTag{margin-bottom:12px;padding:5px 10px;font-size:10px}.popupTag img{width:16px;height:16px;margin-right:4px}.popupContent h2,.popupTitle{max-width:100%;margin-bottom:12px;font-size:15px;line-height:1.25}.popupDescription{margin-bottom:16px;font-size:11px;line-height:1.5}.popupContent form{gap:10px}.popupContent input,.popupContent .PhoneInput{border-radius:12px;height:30px;font-size:13px}.popupContent .PhoneInputCountry{min-width:75px;padding:0 8px}.popupContent .PhoneInputCountryIcon{width:18px;height:14px}.popupContent .PhoneInputInput{font-size:13px}.popupSubmit{border-radius:22px;height:30px;margin-top:4px;font-size:14px}.popupPrivacy{text-align:center;margin-top:10px;font-size:9px;line-height:1.5}.popupPrivacy a{font-size:10px;font-weight:600}.popupMessage{margin-top:8px;font-size:11px}.popupClose{width:28px;height:28px;font-size:16px;top:8px;right:8px}}@media (width<=480px){.popupContainer{gap:3px;width:85%;max-width:300px;padding:14px}.popupImage img{height:100%}.popupTag{padding:4px 8px;font-size:8px}.popupTag img{width:12px;height:12px}.popupContent h2,.popupTitle{font-size:14px}.popupDescription{font-size:11px}.popupContent input,.popupContent .PhoneInput,.popupSubmit{height:29px;font-size:12px}.popupPrivacy{font-size:8px}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
