
:root{
  --prop-deep:#082c32;
  --prop-orange:#ff671d;
  --prop-ink:#142d32;
  --prop-muted:#66777a;
  --prop-line:#dfe6e6;
  --prop-soft:#f6f8f6;
}
body.property-page{font-family:Inter,system-ui,sans-serif;color:var(--prop-ink);background:#fff}
.prop-shell{width:min(1240px,calc(100% - 42px));margin:auto}
.prop-list-hero{
  padding:78px 0 52px;
  background:linear-gradient(135deg,#082c32,#174d54);
  color:#fff
}
.prop-kicker{font-size:10px;font-weight:900;letter-spacing:.18em;color:#ff9b6a}
.prop-list-hero h1,.prop-detail-hero h1{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em;margin:10px 0 16px}
.prop-list-hero p{max-width:700px;font-size:15px;line-height:1.7;color:#d8e5e6}
.prop-list-section{padding:54px 0 75px}
.prop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.prop-card{border:1px solid var(--prop-line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 36px rgba(8,44,50,.08)}
.prop-card-img{height:300px;background-size:cover;background-position:center}
.prop-card-body{padding:22px}
.prop-card-type{font-size:9px;letter-spacing:.12em;color:var(--prop-orange);font-weight:900}
.prop-card h2{font-size:25px;margin:7px 0 4px}
.prop-location{font-size:12px;color:var(--prop-muted);font-weight:650}
.prop-card-desc{font-size:13px;line-height:1.7;color:var(--prop-muted)}
.prop-highlight-row{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0 18px}
.prop-highlight-row span{font-size:10px;background:#f2f5f5;padding:7px 9px;border-radius:999px}
.prop-price{font-size:15px;font-weight:900;color:var(--prop-orange);margin:8px 0 15px}
.prop-actions{display:flex;gap:9px;flex-wrap:wrap}
.prop-btn{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 16px;border-radius:8px;text-decoration:none;border:0;font-size:10px;font-weight:900;cursor:pointer}
.prop-btn-primary{background:var(--prop-orange);color:#fff}
.prop-btn-secondary{background:#fff;border:1px solid var(--prop-deep);color:var(--prop-deep)}
.prop-empty{padding:45px;text-align:center;border:1px dashed var(--prop-line);border-radius:16px;color:var(--prop-muted)}

.prop-detail-hero{position:relative;min-height:620px;display:flex;align-items:end;background-size:cover;background-position:center;color:#fff}
.prop-detail-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,20,23,.18),rgba(3,20,23,.82))}
.prop-hero-content{position:relative;z-index:2;width:100%;padding:70px 0 55px}
.prop-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 16px}
.prop-hero-meta span{font-size:11px;border:1px solid rgba(255,255,255,.35);padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.18)}
.prop-hero-tagline{max-width:700px;font-size:17px;line-height:1.6;color:#e5eeee}
.prop-hero-price{font-size:22px;color:#ffb18d;font-weight:900;margin:12px 0}
.prop-section{padding:62px 0}
.prop-section.alt{background:var(--prop-soft)}
.prop-section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:25px}
.prop-section-head h2{font-size:36px;letter-spacing:-.04em;margin:6px 0 0}
.prop-section-head p{max-width:600px;color:var(--prop-muted);font-size:13px;line-height:1.7}
.prop-about{max-width:900px}
.prop-about p{font-size:15px;line-height:1.8;color:#596b6f;margin:0 0 14px}
.prop-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.prop-highlight-card{border:1px solid var(--prop-line);border-radius:14px;padding:18px;background:#fff;font-size:13px;font-weight:800}
.prop-highlight-card:before{content:"✓";display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff0e8;color:var(--prop-orange);margin-bottom:12px}
.prop-room-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.prop-room-card{border:1px solid var(--prop-line);border-radius:15px;padding:19px;background:#fff}
.prop-room-card h3{font-size:18px;margin:0 0 12px}
.prop-room-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.prop-room-facts div{background:#f5f7f6;border-radius:9px;padding:10px}
.prop-room-facts small{display:block;font-size:8px;color:var(--prop-muted);margin-bottom:3px}
.prop-room-facts b{font-size:11px}
.prop-activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.prop-activity{border:1px solid var(--prop-line);border-radius:14px;overflow:hidden;background:#fff}
.prop-activity-img{height:180px;background-size:cover;background-position:center}
.prop-activity-body{padding:15px}
.prop-activity h3{font-size:16px;margin:0 0 6px}
.prop-activity p{font-size:11px;line-height:1.6;color:var(--prop-muted);margin:0}
.prop-food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:800px}
.prop-food-item{border:1px solid var(--prop-line);border-radius:12px;padding:15px;background:#fff}
.prop-food-item small{display:block;font-size:8px;color:var(--prop-muted);margin-bottom:4px}
.prop-food-item b{font-size:13px}
.prop-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.prop-gallery button{border:0;padding:0;background:none;cursor:pointer;border-radius:12px;overflow:hidden;aspect-ratio:4/3}
.prop-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:.2s}
.prop-gallery button:hover img{transform:scale(1.025)}
.prop-lightbox{position:fixed;inset:0;z-index:20000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:25px}
.prop-lightbox.open{display:flex}
.prop-lightbox img{max-width:92vw;max-height:85vh;border-radius:12px}
.prop-lightbox-close,.prop-lightbox-prev,.prop-lightbox-next{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;width:46px;height:46px;border-radius:50%;font-size:24px}
.prop-lightbox-close{top:20px;right:20px}.prop-lightbox-prev{left:20px}.prop-lightbox-next{right:20px}
.prop-location-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:18px}
.prop-address-card{border:1px solid var(--prop-line);border-radius:15px;padding:20px;background:#fff}
.prop-address-card h3{font-size:18px;margin:0 0 10px}
.prop-address-card p{font-size:13px;line-height:1.65;color:var(--prop-muted)}
.prop-map{border:0;width:100%;height:360px;border-radius:15px}
.prop-enquiry-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:start}
.prop-enquiry-copy h2{font-size:38px;margin:7px 0 12px;letter-spacing:-.04em}
.prop-enquiry-copy p{font-size:14px;line-height:1.7;color:var(--prop-muted)}
.prop-form{border:1px solid var(--prop-line);border-radius:18px;padding:23px;background:#fff;box-shadow:0 18px 50px rgba(8,44,50,.08)}
.prop-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.prop-form label{font-size:9px;font-weight:800;color:#40565a}
.prop-form input,.prop-form select,.prop-form textarea{width:100%;margin-top:5px;padding:12px;border:1px solid #dbe3e4;border-radius:9px;font:inherit;font-size:12px}
.prop-form textarea{min-height:105px;resize:vertical}
.prop-span-2{grid-column:1/-1}
.prop-form button{width:100%;min-height:46px;border:0;border-radius:9px;background:var(--prop-orange);color:#fff;font-weight:900;font-size:11px}
.prop-success{display:none;margin-top:12px;padding:12px 14px;border-radius:9px;background:#eaf8ef;color:#21663c;font-size:12px;font-weight:700}
.prop-success.show{display:block}
.prop-inline-cta{margin-top:24px}
.prop-desktop-float{position:fixed;right:24px;top:48%;z-index:9000;background:var(--prop-orange);color:#fff;padding:12px 14px;border-radius:9px;text-decoration:none;font-size:10px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.16)}
.prop-mobile-bar{display:none}
@media(max-width:950px){
 .prop-highlight-grid{grid-template-columns:repeat(2,1fr)}
 .prop-activity-grid{grid-template-columns:repeat(2,1fr)}
 .prop-location-grid,.prop-enquiry-wrap{grid-template-columns:1fr}
}
@media(max-width:700px){
 body.property-page{padding-bottom:70px!important}
 .prop-grid,.prop-room-grid,.prop-activity-grid,.prop-food-grid,.prop-gallery{grid-template-columns:1fr}
 .prop-card-img{height:240px}
 .prop-detail-hero{min-height:520px}
 .prop-section{padding:46px 0}
 .prop-section-head{display:block}
 .prop-highlight-grid{grid-template-columns:1fr 1fr}
 .prop-room-facts{grid-template-columns:1fr}
 .prop-form-grid{grid-template-columns:1fr}
 .prop-span-2{grid-column:auto}
 .prop-desktop-float{display:none}
 .prop-mobile-bar{display:grid;grid-template-columns:1fr 1fr 1.2fr;position:fixed;bottom:0;left:0;right:0;z-index:10050;background:#fff;border-top:1px solid #dfe6e6;box-shadow:0 -8px 28px rgba(8,44,50,.12);padding:8px}
 .prop-mobile-bar a{display:flex;align-items:center;justify-content:center;min-height:48px;text-decoration:none;font-size:10px;font-weight:900;border-right:1px solid #edf1f1;color:var(--prop-deep)}
 .prop-mobile-bar a:last-child{border:0;background:var(--prop-orange);color:#fff;border-radius:7px}
}


/* =========================================================
   PROPERTY DETAIL — PREMIUM HOTEL-DETAIL STYLE
   Inspired by modern OTA information architecture,
   adapted for Attitude for Adventure enquiry-only flow.
   ========================================================= */
body.property-detail-modern{
  background:#f4f6f8!important;
  color:#172b31;
}
.hotel-shell{width:min(1220px,calc(100% - 34px));margin:auto}
.hotel-breadcrumb{padding:14px 0 10px;font-size:10px;color:#738186}
.hotel-breadcrumb a{color:#52656a;text-decoration:none}
.hotel-card{background:#fff;border:1px solid #e0e6e8;border-radius:14px;box-shadow:0 3px 14px rgba(8,44,50,.05)}
.hotel-top-card{padding:18px;margin-bottom:14px}
.hotel-title-row{display:flex;justify-content:space-between;gap:25px;align-items:flex-start}
.hotel-title-row h1{font-size:28px;line-height:1.15;margin:3px 0 5px;letter-spacing:-.035em}
.hotel-title-row .hotel-type{font-size:10px;font-weight:850;color:#ff671d;text-transform:uppercase;letter-spacing:.12em}
.hotel-loc{font-size:11px;color:#607277}
.hotel-top-actions{display:flex;gap:8px;flex-wrap:wrap}
.hotel-outline-btn{border:1px solid #d7e0e2;background:#fff;color:#12343a;padding:9px 11px;border-radius:8px;text-decoration:none;font-size:10px;font-weight:800}
.hotel-gallery-wrap{display:grid;grid-template-columns:1.55fr .65fr .65fr;grid-template-rows:170px 170px;gap:7px;margin-top:14px}
.hotel-gallery-wrap button{border:0;padding:0;overflow:hidden;border-radius:9px;cursor:pointer;background:#eaf0f0;position:relative}
.hotel-gallery-wrap button:first-child{grid-row:1/3}
.hotel-gallery-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:.2s}
.hotel-gallery-wrap button:hover img{transform:scale(1.02)}
.hotel-more-overlay{position:absolute;inset:0;background:rgba(0,0,0,.46);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}
.hotel-summary-row{display:grid;grid-template-columns:1fr 250px;gap:14px;margin-top:14px}
.hotel-summary-main{min-width:0}
.hotel-one-line{font-size:12px;color:#53676c;line-height:1.65}
.hotel-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.hotel-chips span{background:#f1f5f4;border:1px solid #e0e7e8;padding:7px 9px;border-radius:7px;font-size:9px;font-weight:700}
.hotel-summary-side{border-left:1px solid #e7ecee;padding-left:16px}
.hotel-summary-side small{display:block;font-size:9px;color:#78868a}
.hotel-summary-side strong{display:block;font-size:21px;color:#ff671d;margin:4px 0}
.hotel-summary-side a{display:flex;align-items:center;justify-content:center;text-decoration:none;background:#ff671d;color:#fff;border-radius:8px;min-height:41px;font-size:10px;font-weight:900}

.hotel-sticky-tabs{
  position:sticky;top:78px;z-index:900;
  background:#fff;border:1px solid #e0e6e8;border-radius:11px;
  margin-bottom:12px;box-shadow:0 5px 16px rgba(8,44,50,.06)
}
.hotel-sticky-tabs nav{display:flex;gap:0;overflow:auto}
.hotel-sticky-tabs a{padding:13px 16px;text-decoration:none;color:#44595e;font-size:10px;font-weight:800;white-space:nowrap;border-bottom:3px solid transparent}
.hotel-sticky-tabs a:hover{color:#ff671d;border-bottom-color:#ff671d}

.hotel-section{background:#fff;border:1px solid #e0e6e8;border-radius:13px;padding:20px;margin-bottom:12px}
.hotel-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.hotel-section-title h2{font-size:20px;margin:0;letter-spacing:-.025em}
.hotel-section-title p{margin:0;font-size:10px;color:#748388}
.hotel-about-text{font-size:12px;line-height:1.75;color:#596b70;max-width:920px}
.hotel-amenities{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.hotel-amenity{border:1px solid #e3e9ea;background:#fbfcfc;border-radius:9px;padding:12px;font-size:10px;font-weight:800}
.hotel-amenity i{font-style:normal;display:block;width:28px;height:28px;border-radius:8px;background:#fff0e8;color:#ff671d;display:grid;place-items:center;margin-bottom:7px}

.hotel-enquiry-strip{background:#fff;border:1px solid #dbe4e6;border-radius:12px;padding:15px;margin-bottom:12px}
.hotel-enquiry-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr .9fr auto;gap:9px;align-items:end}
.hotel-field label{display:block;font-size:8px;font-weight:900;color:#68787c;margin-bottom:5px;text-transform:uppercase}
.hotel-field input,.hotel-field select{width:100%;height:42px;border:1px solid #d7e0e2;border-radius:7px;padding:0 10px;font-size:10px;background:#fff}
.hotel-enquiry-grid button{height:42px;border:0;border-radius:7px;background:#ff671d;color:#fff;padding:0 16px;font-size:9px;font-weight:900}

.hotel-room-list{display:grid;gap:12px}
.hotel-room-row{display:grid;grid-template-columns:180px 1fr 170px;gap:14px;border:1px solid #dce5e6;border-radius:11px;padding:13px;align-items:stretch}
.hotel-room-img{height:140px;border-radius:8px;background:linear-gradient(135deg,#d8e3e5,#eef2f3);background-size:cover;background-position:center}
.hotel-room-main h3{font-size:15px;margin:2px 0 7px}
.hotel-room-meta{display:grid;gap:5px;font-size:10px;color:#607277}
.hotel-room-meta b{color:#2d454a}
.hotel-room-price{border-left:1px solid #e4eaeb;padding-left:14px;display:flex;flex-direction:column;justify-content:center}
.hotel-room-price small{font-size:8px;color:#79888c}
.hotel-room-price strong{font-size:20px;color:#172f35;margin:4px 0 10px}
.hotel-room-price a{display:flex;align-items:center;justify-content:center;min-height:37px;border-radius:7px;background:#ff671d;color:#fff;text-decoration:none;font-size:9px;font-weight:900}

.hotel-activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.hotel-activity{border:1px solid #e1e7e8;border-radius:10px;overflow:hidden;background:#fff}
.hotel-activity-img{height:120px;background-size:cover;background-position:center}
.hotel-activity-body{padding:11px}
.hotel-activity-body h3{font-size:12px;margin:0 0 5px}
.hotel-activity-body p{font-size:9px;line-height:1.5;color:#748388;margin:0}

.hotel-food{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.hotel-food div{border:1px solid #e2e8e9;border-radius:9px;padding:12px;background:#fbfcfc}
.hotel-food small{font-size:8px;color:#7b8a8e;display:block;margin-bottom:3px}
.hotel-food b{font-size:11px}

.hotel-location-layout{display:grid;grid-template-columns:280px 1fr;gap:14px}
.hotel-location-card{border:1px solid #e0e6e8;border-radius:10px;padding:15px}
.hotel-location-card h3{font-size:14px;margin:0 0 8px}
.hotel-location-card p{font-size:10px;line-height:1.6;color:#68797d}
.hotel-location-card a{display:flex;align-items:center;justify-content:center;min-height:38px;background:#0a7181;color:#fff;border-radius:7px;text-decoration:none;font-size:9px;font-weight:900}
.hotel-map{width:100%;height:330px;border:0;border-radius:10px}

.hotel-rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hotel-rule{border:1px solid #e1e8e9;border-radius:9px;padding:12px;font-size:10px;line-height:1.55;color:#5f7175;background:#fbfcfc}
.hotel-rule b{display:block;font-size:10px;color:#263f44;margin-bottom:3px}

.hotel-gallery-full{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.hotel-gallery-full button{border:0;padding:0;background:none;border-radius:9px;overflow:hidden;aspect-ratio:4/3;cursor:pointer}
.hotel-gallery-full img{width:100%;height:100%;object-fit:cover}

.hotel-enquiry-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px;align-items:start}
.hotel-enquiry-copy h2{font-size:25px;margin:5px 0 9px}
.hotel-enquiry-copy p{font-size:11px;line-height:1.65;color:#68797d}
.hotel-final-form{border:1px solid #dce5e6;border-radius:12px;padding:17px;background:#fff}
.hotel-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.hotel-final-form label{font-size:8px;font-weight:850;color:#66787c}
.hotel-final-form input,.hotel-final-form select,.hotel-final-form textarea{width:100%;box-sizing:border-box;margin-top:5px;padding:10px;border:1px solid #d9e2e3;border-radius:7px;font-size:10px}
.hotel-final-form textarea{min-height:90px;resize:vertical}
.hotel-form-span{grid-column:1/-1}
.hotel-final-form button{min-height:43px;border:0;border-radius:7px;background:#ff671d;color:#fff;font-size:10px;font-weight:900}
.hotel-success{display:none;background:#e9f8ee;color:#24653c;padding:10px;border-radius:7px;margin-top:10px;font-size:10px;font-weight:800}
.hotel-success.show{display:block}

.hotel-side-enquire{position:fixed;right:20px;top:50%;z-index:9200;background:#ff671d;color:#fff;padding:11px 13px;border-radius:8px;text-decoration:none;font-size:9px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.hotel-mobile-cta{display:none}

@media(max-width:950px){
 .hotel-gallery-wrap{grid-template-columns:1.4fr .7fr;grid-template-rows:150px 150px}
 .hotel-gallery-wrap button:nth-child(4),.hotel-gallery-wrap button:nth-child(5){display:none}
 .hotel-summary-row{grid-template-columns:1fr}
 .hotel-summary-side{border-left:0;border-top:1px solid #e7ecee;padding:12px 0 0}
 .hotel-amenities{grid-template-columns:repeat(2,1fr)}
 .hotel-enquiry-grid{grid-template-columns:1fr 1fr}
 .hotel-enquiry-grid button{grid-column:1/-1}
 .hotel-room-row{grid-template-columns:150px 1fr}
 .hotel-room-price{grid-column:1/-1;border-left:0;border-top:1px solid #e4eaeb;padding:10px 0 0}
 .hotel-activity-grid{grid-template-columns:repeat(2,1fr)}
 .hotel-location-layout,.hotel-enquiry-layout{grid-template-columns:1fr}
}
@media(max-width:700px){
 body.property-detail-modern{padding-bottom:70px!important}
 .hotel-shell{width:calc(100% - 20px)}
 .hotel-top-card{padding:13px}
 .hotel-title-row{display:block}
 .hotel-top-actions{margin-top:10px}
 .hotel-gallery-wrap{grid-template-columns:1fr 1fr;grid-template-rows:180px 100px}
 .hotel-gallery-wrap button:first-child{grid-column:1/3;grid-row:1}
 .hotel-gallery-wrap button:nth-child(4),.hotel-gallery-wrap button:nth-child(5){display:none}
 .hotel-sticky-tabs{top:0;border-radius:0;margin-left:-10px;margin-right:-10px}
 .hotel-section{padding:15px;border-radius:10px}
 .hotel-amenities,.hotel-food{grid-template-columns:1fr 1fr}
 .hotel-enquiry-grid{grid-template-columns:1fr}
 .hotel-enquiry-grid button{grid-column:auto}
 .hotel-room-row{grid-template-columns:1fr}
 .hotel-room-img{height:180px}
 .hotel-room-price{grid-column:auto}
 .hotel-activity-grid{grid-template-columns:1fr 1fr}
 .hotel-gallery-full{grid-template-columns:1fr 1fr}
 .hotel-rules-grid{grid-template-columns:1fr}
 .hotel-form-grid{grid-template-columns:1fr}
 .hotel-form-span{grid-column:auto}
 .hotel-side-enquire{display:none}
 .hotel-mobile-cta{display:grid;grid-template-columns:1fr 1fr 1.2fr;position:fixed;left:0;right:0;bottom:0;z-index:12000;background:#fff;padding:7px;border-top:1px solid #dce5e6;box-shadow:0 -8px 25px rgba(8,44,50,.12)}
 .hotel-mobile-cta a{min-height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#0d3a42;font-size:9px;font-weight:900;border-right:1px solid #edf1f2}
 .hotel-mobile-cta a:last-child{background:#ff671d;color:#fff;border-radius:7px;border:0}
}


/* =========================================================
   PROPERTY DETAIL — STICKY RIGHT-SIDE ENQUIRY DESKTOP LAYOUT
   Left content scrolls normally; enquiry remains fully visible.
   ========================================================= */
.property-detail-columns{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:16px;
  align-items:start;
  margin-bottom:18px;
}
.property-detail-main{min-width:0}
.property-detail-main .hotel-section{margin-bottom:12px}

.property-sticky-sidebar{
  position:sticky;
  top:92px;
  align-self:start;
  z-index:850;
}
.property-sticky-enquiry{
  background:#fff;
  border:1px solid #d7e1e3;
  border-radius:14px;
  box-shadow:0 12px 34px rgba(8,44,50,.10);
  padding:14px;
}
.property-sticky-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #e7ecee;
}
.property-sticky-head h2{
  margin:4px 0 2px;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.025em;
}
.property-sticky-head p{
  margin:0;
  font-size:9px;
  line-height:1.35;
  color:#6b7c80;
  max-width:205px;
}
.property-sticky-price{
  text-align:right;
  white-space:nowrap;
}
.property-sticky-price small{
  display:block;
  color:#7b8a8e;
  font-size:7px;
  font-weight:800;
}
.property-sticky-price strong{
  display:block;
  margin-top:2px;
  color:#ff671d;
  font-size:17px;
  line-height:1;
}
.property-sidebar-form{
  border:0;
  border-radius:0;
  padding:0;
  box-shadow:none;
}
.property-compact-grid{
  gap:6px 8px;
}
.property-sidebar-form label{
  font-size:7px;
  line-height:1.2;
}
.property-sidebar-form input,
.property-sidebar-form select{
  height:34px;
  margin-top:3px;
  padding:0 8px;
  border-radius:6px;
  font-size:10px;
}
.property-sidebar-form textarea{
  min-height:58px;
  max-height:72px;
  margin-top:3px;
  padding:8px;
  border-radius:6px;
  font-size:10px;
  resize:none;
}
.property-sidebar-form button{
  min-height:38px;
  margin-top:1px;
  border-radius:7px;
  font-size:9px;
}
.property-sidebar-form .hotel-success{
  margin-top:7px;
  padding:8px;
  font-size:9px;
}
.property-sidebar-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:8px;
}
.property-sidebar-actions a{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dce5e6;
  border-radius:7px;
  text-decoration:none;
  color:#123a41;
  font-size:8px;
  font-weight:900;
  background:#fff;
}
.property-sidebar-actions a:last-child{
  background:#e9fff1;
  border-color:#bfe8cc;
  color:#13753c;
}
.property-sidebar-note{
  margin-top:7px;
  text-align:center;
  font-size:7px;
  line-height:1.35;
  color:#7a898d;
}

/* Ensure the complete sticky card fits inside common laptop screens. */
@media (min-width:951px) and (max-height:760px){
  .property-sticky-sidebar{top:78px}
  .property-sticky-enquiry{padding:11px}
  .property-sticky-head{padding-bottom:7px;margin-bottom:7px}
  .property-sticky-head h2{font-size:16px}
  .property-sidebar-form input,.property-sidebar-form select{height:31px}
  .property-sidebar-form textarea{min-height:48px;max-height:48px}
  .property-sidebar-form button{min-height:35px}
  .property-sidebar-actions a{min-height:31px}
  .property-sidebar-note{margin-top:5px}
}

@media (min-width:951px) and (max-height:650px){
  .property-sticky-head p,.property-sidebar-note{display:none}
  .property-sticky-head{margin-bottom:6px}
  .property-compact-grid{gap:4px 7px}
  .property-sidebar-form input,.property-sidebar-form select{height:29px}
  .property-sidebar-form textarea{min-height:42px;max-height:42px}
}

@media(max-width:1100px) and (min-width:951px){
  .property-detail-columns{grid-template-columns:minmax(0,1fr) 330px;gap:12px}
}

@media(max-width:950px){
  .property-detail-columns{display:flex;flex-direction:column}
  .property-detail-main{width:100%}
  .property-sticky-sidebar{
    position:relative;
    top:auto;
    width:100%;
    order:2;
  }
  .property-sticky-enquiry{padding:17px}
  .property-sidebar-form label{font-size:8px}
  .property-sidebar-form input,.property-sidebar-form select{height:40px;font-size:11px}
  .property-sidebar-form textarea{min-height:80px;max-height:none;resize:vertical}
}

@media(max-width:700px){
  .property-compact-grid{grid-template-columns:1fr}
  .property-message-field,.property-sidebar-form .hotel-form-span{grid-column:auto}
}


/* =========================================================
   PROPERTY DETAIL — PERMANENT DUAL STICKY LAYOUT
   1) Website navbar stays visible on property detail pages.
   2) Section navigation stays below navbar.
   3) Right enquiry card stays below section navigation.
   4) Left property content scrolls normally.
   ========================================================= */
body.property-detail-modern{
  --property-tabs-h:50px;
  --property-sticky-gap:10px;
}
body.property-detail-modern .hotel-sticky-tabs{
  position:sticky!important;
  top:calc(var(--afa-header-h,78px) + 8px)!important;
  z-index:3600!important;
  margin:0 0 14px!important;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(8,44,50,.10)!important;
}
body.property-detail-modern .hotel-sticky-tabs nav{
  min-height:var(--property-tabs-h);
  align-items:center;
}
body.property-detail-modern .hotel-sticky-tabs a{
  display:flex;
  align-items:center;
  min-height:var(--property-tabs-h);
  padding:0 16px;
}
body.property-detail-modern .property-detail-columns{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:18px!important;
  align-items:start!important;
}
body.property-detail-modern .property-detail-main{
  min-width:0;
}
body.property-detail-modern .property-sticky-sidebar{
  position:sticky!important;
  top:calc(var(--afa-header-h,78px) + var(--property-tabs-h) + 20px)!important;
  align-self:start!important;
  z-index:1200!important;
}
body.property-detail-modern .property-sticky-enquiry{
  max-height:calc(100vh - var(--afa-header-h,78px) - var(--property-tabs-h) - 32px);
  box-sizing:border-box;
}
body.property-detail-modern #overview,
body.property-detail-modern #rooms,
body.property-detail-modern #activities,
body.property-detail-modern #food,
body.property-detail-modern #gallery,
body.property-detail-modern #location,
body.property-detail-modern #rules,
body.property-detail-modern #enquiry{
  scroll-margin-top:calc(var(--afa-header-h,78px) + var(--property-tabs-h) + 28px);
}

/* Compact enquiry so it remains fully visible on ordinary laptop screens. */
@media (min-width:951px){
  body.property-detail-modern .property-sticky-enquiry{padding:12px}
  body.property-detail-modern .property-sticky-head{padding-bottom:7px;margin-bottom:7px}
  body.property-detail-modern .property-sticky-head h2{font-size:16px;margin-top:2px}
  body.property-detail-modern .property-sticky-head p{font-size:8px;line-height:1.2}
  body.property-detail-modern .property-compact-grid{gap:4px 7px}
  body.property-detail-modern .property-sidebar-form label{font-size:6.8px}
  body.property-detail-modern .property-sidebar-form input,
  body.property-detail-modern .property-sidebar-form select{height:29px;margin-top:2px;padding:0 7px;font-size:9px}
  body.property-detail-modern .property-sidebar-form textarea{min-height:40px;max-height:40px;margin-top:2px;padding:6px 7px;font-size:9px}
  body.property-detail-modern .property-sidebar-form button{min-height:34px;font-size:8.5px}
  body.property-detail-modern .property-sidebar-actions{margin-top:6px;gap:6px}
  body.property-detail-modern .property-sidebar-actions a{min-height:29px;font-size:7.5px}
  body.property-detail-modern .property-sidebar-note{margin-top:4px;font-size:6.5px}
}

@media (min-width:951px) and (max-height:720px){
  body.property-detail-modern .property-sticky-head p,
  body.property-detail-modern .property-sidebar-note{display:none}
  body.property-detail-modern .property-sticky-head{padding-bottom:5px;margin-bottom:5px}
  body.property-detail-modern .property-sticky-head h2{font-size:15px}
  body.property-detail-modern .property-sidebar-form input,
  body.property-detail-modern .property-sidebar-form select{height:27px}
  body.property-detail-modern .property-sidebar-form textarea{min-height:34px;max-height:34px}
  body.property-detail-modern .property-sidebar-form button{min-height:31px}
  body.property-detail-modern .property-sidebar-actions a{min-height:27px}
}

@media (max-width:1100px) and (min-width:951px){
  body.property-detail-modern .property-detail-columns{grid-template-columns:minmax(0,1fr) 330px!important;gap:12px!important}
}

@media (max-width:950px){
  body.property-detail-modern{--property-tabs-h:46px}
  body.property-detail-modern .hotel-sticky-tabs{top:var(--afa-header-h,78px)!important;border-radius:0 0 10px 10px;margin-left:-1px!important;margin-right:-1px!important}
  body.property-detail-modern .hotel-sticky-tabs nav{min-height:var(--property-tabs-h)}
  body.property-detail-modern .hotel-sticky-tabs a{min-height:var(--property-tabs-h);padding:0 13px}
  body.property-detail-modern .property-detail-columns{display:flex!important;flex-direction:column!important}
  body.property-detail-modern .property-sticky-sidebar{position:relative!important;top:auto!important;width:100%!important;order:2!important}
  body.property-detail-modern .property-sticky-enquiry{max-height:none!important;padding:17px}
}
