/* =====================================================
   Key highlights – clean grid + icons
   Requires:
   <ul class="triangle hover ksp-list">
   <li class="col-md-6 ksp-room">...</li>
   ===================================================== */

/* Normalise legacy table layout (removes side overlap) */
.resort-page #hotel-description .intro.table-wrapper{
  display:block !important;
  width:100% !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:12px 0 24px !important;
  clear:both !important;
}
.resort-page #hotel-description .intro.table-wrapper > .table-cell{
  display:block !important;
  width:100% !important;
  float:none !important;
}

/* Heading + intro line (inside table-cell, so no sidebar overlap) */
.resort-page #hotel-description .intro.table-wrapper > .table-cell:before{
  content:"What makes this resort special";
  display:block;
  font-size:22px;
  font-weight:800;
  color:#1f2d3d;
  margin:0 0 12px;
  letter-spacing:-0.2px;
}

/* Kill bootstrap li columns */
.resort-page .ksp-list > li.col-md-6{
  width:100% !important;
  float:none !important;
  padding:0 !important;
  margin:0 !important;
}

/* Grid list */
.resort-page .ksp-list{
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  column-gap:48px !important;
  row-gap:18px !important;
  max-width:860px; /* stops squeeze against sidebar */
}

/* Each item */
.resort-page .ksp-list > li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  font-size:15px;
  font-weight:600;
  line-height:1.55;
  color:#2d3e52;
}

/* Base icon circle */
.resort-page .ksp-list > li:before{
  content:"";
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  background-color:#e7f0ff;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
  margin-top:3px;
}

/* Icon set per class */
.resort-page .ksp-list > li.ksp-resort:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M12 3 3 10v10h7v-6h4v6h7V10z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-room:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M7 10h10a3 3 0 0 1 3 3v6h-2v-2H6v2H4v-6a3 3 0 0 1 3-3zm0-2a2 2 0 0 1 2-2h2v2H7zm6-2h2a2 2 0 0 1 2 2h-4V6z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-restaurant:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M8 2v8H6V2H4v8a4 4 0 0 0 3 3.87V22h2V13.87A4 4 0 0 0 12 10V2H8zM18 2h-2v8h-2V2h-2v8a4 4 0 0 0 3 3.87V22h2V13.87A4 4 0 0 0 20 10V2z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-wifi:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M12 18a2 2 0 1 0 0.001 0zM2.3 8.6l1.4 1.4a11.3 11.3 0 0 1 16.6 0l1.4-1.4a13.3 13.3 0 0 0-19.4 0zm2.8 2.8 1.4 1.4a7.4 7.4 0 0 1 11 0l1.4-1.4a9.4 9.4 0 0 0-13.8 0zm2.8 2.8 1.4 1.4a3.5 3.5 0 0 1 5 0l1.4-1.4a5.5 5.5 0 0 0-7.8 0z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-toiletries:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M10 2h4v2h-1v2.1c1.7.4 3 2 3 3.9V21H8V10c0-1.9 1.3-3.5 3-3.9V4h-1V2z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-diving:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M7 6h10a4 4 0 0 1 4 4v2a6 6 0 0 1-6 6h-1l-2 3-2-3H9a6 6 0 0 1-6-6v-2a4 4 0 0 1 4-4zm2 4a2 2 0 1 0 0 4h2v-4H9zm4 0v4h2a2 2 0 1 0 0-4h-2z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-spa:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M12 2l1.2 3.7L17 7l-3.8 1.3L12 12l-1.2-3.7L7 7l3.8-1.3L12 2zm7 9l.7 2.2L22 14l-2.3.8L19 17l-.7-2.2L16 14l2.3-.8L19 11zM5 11l.7 2.2L8 14l-2.3.8L5 17l-.7-2.2L2 14l2.3-.8L5 11z'/%3E%3C/svg%3E");
}
.resort-page .ksp-list > li.ksp-excursions:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d6efd' d='M12 2a7 7 0 0 1 7 7c0 5-7 13-7 13S5 14 5 9a7 7 0 0 1 7-7zm0 9.5A2.5 2.5 0 1 0 12 6.5a2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

/* Mobile */
@media (max-width:768px){
  .resort-page .ksp-list{
    grid-template-columns:1fr !important;
    column-gap:0 !important;
  }
}
/* =====================================================
   Resort tabs – force underline style + readable text
   Scoped for resort pages ONLY
   ===================================================== */

.resort-page .style1.tab-container#hotel-features > ul.tabs{
  display:flex;
  flex-wrap:nowrap;
  gap:28px;
  border-bottom:1px solid #e6e9ee;
  padding-bottom:12px;
  margin:22px 0 18px;
  background:none;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li{
  float:none;
  margin:0;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li > a{
  background:none;
  border:none;
  padding:6px 0;
  font-size:18px;
  font-weight:800;
  line-height:1.4;
  color:#2d3e52;
  position:relative;
  white-space:nowrap;
}

/* Active underline */
.resort-page .style1.tab-container#hotel-features > ul.tabs > li.active > a{
  color:#0d6efd;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li.active > a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-14px;
  height:3px;
  background:#0d6efd;
  border-radius:3px;
}

/* Hover */
.resort-page .style1.tab-container#hotel-features > ul.tabs > li > a:hover{
  color:#0d6efd;
}

/* Mobile */
@media (max-width:768px){
  .resort-page .style1.tab-container#hotel-features > ul.tabs > li > a{
    font-size:16px;
  }
}
/* =====================================================
   Resort pages – OVERRIDES (must be at very bottom)
   ===================================================== */

/* ---------------- Tabs (correct selector) ---------------- */
.resort-page #hotel-features.tab-container > ul.tabs{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:28px !important;
  border-bottom:1px solid #e6e9ee !important;
  padding:0 0 12px !important;
  margin:22px 0 18px !important;
  background:transparent !important;

  overflow-x:auto !important;
  overflow-y:hidden !important;
  white-space:nowrap !important;
  -webkit-overflow-scrolling:touch !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li{
  float:none !important;
  margin:0 !important;
  flex:0 0 auto !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li > a{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  padding:6px 0 !important;

  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.4 !important;
  letter-spacing:.2px !important;
  color:#2d3e52 !important;

  position:relative !important;
  white-space:nowrap !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li.active > a{
  color:#0d6efd !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li.active > a:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-14px !important;
  height:3px !important;
  background:#0d6efd !important;
  border-radius:3px !important;
}

@media (max-width:768px){
  .resort-page #hotel-features.tab-container > ul.tabs > li > a{
    font-size:16px !important;
  }
}

/* ---------------- Gallery rounding (force it back on) ---------------- */
.resort-page #hotel-main-content .photo-gallery,
.resort-page #hotel-main-content .photo-gallery .slides,
.resort-page #hotel-main-content .photo-gallery .slides > li,
.resort-page #hotel-main-content .photo-gallery img{
  border-radius:14px !important;
  overflow:hidden !important;
}

.resort-page #hotel-main-content .image-carousel .slides > li{
  border-radius:10px !important;
  overflow:hidden !important;
  border:1px solid #eef0f3 !important;
}

.resort-page #hotel-main-content .image-carousel .slides > li img{
  border-radius:10px !important;
  display:block !important;
}


/* =====================================================
   Resort tabs + description readability (resort pages only)
   ===================================================== */

/* Tabs: clean underline, moderate size */
.resort-page .style1.tab-container#hotel-features > ul.tabs{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:20px !important;
  border-bottom:1px solid #e6e9ee !important;
  margin:18px 0 14px !important;
  padding:0 0 10px !important;
  overflow-x:auto !important;
  white-space:nowrap !important;
  -webkit-overflow-scrolling:touch !important;
  background:none !important;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li{
  float:none !important;
  margin:0 !important;
  flex:0 0 auto !important;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li > a{
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  padding:6px 0 !important;
  font-size:15px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  color:#2d3e52 !important;
  position:relative !important;
  text-transform:none !important;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li.active > a{
  color:#0d6efd !important;
}

.resort-page .style1.tab-container#hotel-features > ul.tabs > li.active > a:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-10px !important;
  height:3px !important;
  border-radius:3px !important;
  background:#0d6efd !important;
}

/* Main description text: make readable without touching global site */
.resort-page #hotel-features .long-description,
.resort-page #hotel-features .tab-pane{
  font-size:16px !important;
  line-height:1.75 !important;
  color:#4a5568 !important;
}

.resort-page #hotel-features .long-description h1{
  font-size:30px !important;
  line-height:1.25 !important;
  margin:14px 0 12px !important;
  color:#1f2d3d !important;
}

/* Lead paragraph in Description only */
.resort-page #hotel-features #hotel-description .long-description p:first-of-type{
  font-size:18px !important;
  line-height:1.7 !important;
  color:#2d3e52 !important;
}
/* =====================================================
   Holidays tab – tighten text + fix ribbon text + dropdown readability
   Scoped to resort page ONLY
   ===================================================== */

.resort-page #hotel-features #offers{
  font-size:15px;
  line-height:1.55;
}

/* Tighten the package description block */
.resort-page #hotel-features #offers .listing-style3 .details small,
.resort-page #hotel-features #offers .listing-style3 .details p,
.resort-page #hotel-features #offers .listing-style3 .details{
  line-height:1.35 !important;
}

/* Sort bar title */
.resort-page #hotel-features #offers .sort-by-section .sort-by-title{
  font-size:18px !important;
  line-height:1.2 !important;
  margin-bottom:10px !important;
}

/* Sort buttons (Date Range / price / Nights) */
.resort-page #hotel-features #offers .sort-bar > li > a,
.resort-page #hotel-features #offers .sort-bar > li > a span{
  font-size:14px !important;
  line-height:1.2 !important;
}

/* If any <select> exists inside holidays */
.resort-page #hotel-features #offers select,
.resort-page #hotel-features #offers .bootstrap-select .dropdown-toggle{
  font-size:14px !important;
  line-height:1.2 !important;
}

/* Ribbon / discount text sizing so it fits */
.resort-page #hotel-features #offers .discount-text{
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.2px !important;
  white-space:nowrap !important;
}

/* =====================================================
   Resort page layout stability (ONLY the main content row)
   Prevent sidebar dropping + prevent “tab content vanished”
   ===================================================== */

@media (min-width: 992px){
  .resort-page #content > .container > .row{
    display:flex !important;
    align-items:flex-start !important;
  }

  .resort-page #content > .container > .row > #main{
    flex:0 0 75% !important;
    max-width:75% !important;
    float:none !important;
  }

  .resort-page #content > .container > .row > .sidebar{
    flex:0 0 25% !important;
    max-width:25% !important;
    float:none !important;
    margin-top:0 !important;
  }

  /* Keep tab panes from doing odd float stacking */
  .resort-page #hotel-features .tab-content{
    float:none !important;
    width:100% !important;
  }
}

/* =====================================================
   Resort tabs (top tabs only) – underline + sane sizing
   ===================================================== */

.resort-page #hotel-features.tab-container > ul.tabs{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:18px !important;
  border-bottom:1px solid #e6e9ee !important;
  margin:20px 0 18px !important;
  padding:0 0 12px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  white-space:nowrap !important;
  -webkit-overflow-scrolling:touch;
}

.resort-page #hotel-features.tab-container > ul.tabs > li{
  margin:0 !important;
  float:none !important;
  flex:0 0 auto !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li > a{
  background:transparent !important;
  border:0 !important;
  padding:6px 0 !important;
  font-size:15px !important;     /* slightly smaller than before */
  font-weight:800 !important;
  color:#2d3e52 !important;
  position:relative !important;
  text-transform:none !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li.active > a{
  color:#0d6efd !important;
}

.resort-page #hotel-features.tab-container > ul.tabs > li.active > a:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-13px !important;
  height:3px !important;
  border-radius:3px !important;
  background:#0d6efd !important;
}

@media (max-width:768px){
  .resort-page #hotel-features.tab-container > ul.tabs{
    gap:14px !important;
  }
  .resort-page #hotel-features.tab-container > ul.tabs > li > a{
    font-size:14px !important;
  }
}
/* =====================================================
   Emphasise HOLIDAYS tab (clear active vs inactive)
   ===================================================== */

/* HOLIDAYS tab – inactive */
.resort-page #hotel-features.tab-container
> ul.tabs
> li > a[href="#offers"]{
  text-transform:uppercase;
  color:#f0ad4e !important;        /* CTA yellow */
  font-weight:900 !important;
}

/* HOLIDAYS tab – hover */
.resort-page #hotel-features.tab-container
> ul.tabs
> li > a[href="#offers"]:hover{
  color:#0d6efd !important;
}

/* HOLIDAYS tab – active */
.resort-page #hotel-features.tab-container
> ul.tabs
> li.active > a[href="#offers"]{
  color:#0d6efd !important;
}

/* Stronger underline when active */
.resort-page #hotel-features.tab-container
> ul.tabs
> li.active > a[href="#offers"]::after{
  height:4px;
}
/* --- Mobile-friendly label swap for HOLIDAYS tab --- */
.resort-page #hotel-features.tab-container > ul.tabs > li > a[href="#offers"] .tab-short{ display:none; }

@media (max-width: 576px){
  .resort-page #hotel-features.tab-container > ul.tabs > li > a[href="#offers"] .tab-long{ display:none; }
  .resort-page #hotel-features.tab-container > ul.tabs > li > a[href="#offers"] .tab-short{ display:inline; }
}

/* =====================================================
   INFORMATION tab – inner padding fix (resort pages only)
   ===================================================== */

/* Add breathing room inside FAQ content panels */
.resort-page #hotel-features #info
  .tab-container.full-width-style.white-bg
  .tab-content
  .tab-pane {
    padding: 24px 32px !important;
    box-sizing: border-box;
}

/* Slightly tighter on mobile */
@media (max-width: 768px) {
  .resort-page #hotel-features #info
    .tab-container.full-width-style.white-bg
    .tab-content
    .tab-pane {
      padding: 18px 16px !important;
  }
}
/* =====================================================
   Diving tab – image grid (resort pages only)
   ===================================================== */

.resort-page #hotel-features #diving .diving-image-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin:0 0 24px;
}

.resort-page #hotel-features #diving .diving-image-grid img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  object-fit:cover;
}

/* Tablet */
@media (max-width:1024px){
  .resort-page #hotel-features #diving .diving-image-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width:640px){
  .resort-page #hotel-features #diving .diving-image-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
}
/* Resort page – main description text size */
.resort-page p.description{
  font-size:18px;
  line-height:1.7;
  color:#2d3e52;
  margin-bottom:18px;
}

/* Mobile tweak */
@media (max-width:768px){
  .resort-page p.description{
    font-size:16px;
    line-height:1.6;
  }
}
/* =====================================================
   Resort pages – Sidebar polish (add at very bottom)
   Scoped to .resort-page only
   ===================================================== */

.resort-page #content > .container > .row > .sidebar{
  margin-top: 0 !important; /* plays nicely with your flex layout */
}

/* Make sidebar cards match the newer “soft card” style */
.resort-page .sidebar .travelo-box,
.resort-page .sidebar article.detailed-logo{
  background:#fff;
  border:1px solid #e9eef3;
  border-radius:14px;
  padding:16px;
  margin-bottom:14px;
  box-shadow:0 6px 18px rgba(20,40,60,0.06);
}

/* Sidebar image: remove the “square grey backdrop” + force rounded */
.resort-page .sidebar article.detailed-logo figure{
  margin:0 0 12px;
  padding:0;
  border-radius:14px;
  overflow:hidden;              /* important: clips any square background */
  background:transparent !important;
}
.resort-page .sidebar article.detailed-logo figure img{
  width:100% !important;
  height:auto !important;
  display:block !important;
  border-radius:14px !important;
}

/* Resort name + location: cleaner hierarchy */
.resort-page .sidebar .box-title{
  font-size:24px !important;
  line-height:1.15 !important;
  margin:10px 0 6px !important;
  color:#1a2b3c !important;
}
.resort-page .sidebar .box-title small{
  display:block;
  font-size:13px !important;
  opacity:.8;
  margin-top:6px;
}

/* Tighten any key/value rows if your sidebar uses them */
.resort-page .sidebar .details .price,
.resort-page .sidebar .details .price2{
  padding:6px 0 !important;
  margin:0 !important;
  border-bottom:1px solid #eef2f6;
}
.resort-page .sidebar .details .price:last-child,
.resort-page .sidebar .details .price2:last-child{
  border-bottom:0;
}

/* Make “Price” feel more like a headline (works with most existing markup) */
.resort-page .sidebar .details .price .pull-right,
.resort-page .sidebar .details .price strong{
  font-weight:900 !important;
}
.resort-page .sidebar .details .price .pull-right{
  font-size:16px !important;
  color:#1a2b3c !important;
}

/* Sidebar buttons: centered text + consistent height */
.resort-page .sidebar .btn-large,
.resort-page .sidebar button.full-width,
.resort-page .sidebar a.contact-email .btn-large{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:48px !important;
  line-height:1 !important;
  padding:0 16px !important;
  border-radius:12px !important;
  font-weight:800 !important;
  font-size:16px !important;
}

/* Contact + “Why book with us?” copy a touch bigger */
.resort-page .sidebar .contact-box p,
.resort-page .sidebar .book-with-us-box p{
  font-size:14px !important;
  line-height:1.5 !important;
}
.resort-page .sidebar .contact-details .contact-phone{
  font-size:18px !important;
  font-weight:800 !important;
}

/* Mobile: keep it comfy */
@media (max-width: 768px){
  .resort-page .sidebar .travelo-box,
  .resort-page .sidebar article.detailed-logo{
    padding:14px;
    border-radius:14px;
  }
  .resort-page .sidebar .box-title{
    font-size:22px !important;
  }
}
/* Resort rooms & gallery images – subtle rounding */
.resort-page .tab-pane img,
.resort-page .rooms img,
.resort-page .gallery img{
  border-radius: 8px;
}
/* Resort page – round the white content boxes (Rooms tab) */
.resort-page #rooms .travel-story-container.box,
.resort-page #rooms .travel-story-content{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;              /* ensures inner content can't show square corners */
  border: 1px solid #eef2f6;
  box-shadow: 0 8px 22px rgba(20,40,60,0.06);
}

/* Give the text some breathing room */
.resort-page #rooms .travel-story-content .description{
  padding: 18px;
}

/* Optional: if there’s a grey “edge” caused by the parent box */
.resort-page #rooms .travel-story-container.box{
  padding: 0;                    /* keeps corners clean */
}
/* =====================================================
   Resort description – “What makes this resort special”
   card style
   ===================================================== */

.resort-page #hotel-description .long-description,
.resort-page #hotel-description .what-makes-special {
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 22px;
  box-shadow: 0 6px 18px rgba(20,40,60,0.06);
}

/* Optional: soften heading appearance */
.resort-page #hotel-description .long-description h1,
.resort-page #hotel-description .what-makes-special h2,
.resort-page #hotel-description .what-makes-special h3 {
  font-weight: 700;
  color: #1a2b3c;
  margin-bottom: 14px;
}

/* Optional: spacing under paragraphs */
.resort-page #hotel-description .what-makes-special p {
  margin-bottom: 14px;
}
/* =====================================================
   FINAL: One rounded card per TAB + one rounded card for KSP block
   Paste at VERY BOTTOM of resort-pages.css
   ===================================================== */

/* 1) Kill the big SQUARE white backdrop that sits behind the tab panes */
.resort-page #hotel-features .tab-content{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* 2) Give EVERY tab pane the same rounded “card” look */
.resort-page #hotel-features .tab-content > .tab-pane{
  background: #fff !important;
  border: 1px solid #e9eef3 !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(20,40,60,0.06) !important;
  padding: 22px !important;
  overflow: hidden !important; /* stops square corners showing */
}

@media (max-width: 768px){
  .resort-page #hotel-features .tab-content > .tab-pane{
    padding: 16px !important;
  }
}

/* 3) KSP area: ONE rounded card around the WHOLE block */
.resort-page #hotel-description .intro.table-wrapper{
  margin: 0 0 18px !important; /* keep spacing neat inside the tab card */
}

.resort-page #hotel-description .intro.table-wrapper > .table-cell{
  background: #fff !important;
  border: 1px solid #e9eef3 !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(20,40,60,0.06) !important;
  padding: 18px 20px !important;
  overflow: hidden !important;
}

/* Let the KSP grid use full width inside its card */
.resort-page .ksp-list{
  max-width: 100% !important;
}

/* 4) Prevent “double card” in Description (since the whole tab is now a card) */
.resort-page #hotel-description .long-description{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 5) Remove square/white backdrops around main gallery + thumbnail strip */
.resort-page #hotel-main-content .photo-gallery,
.resort-page #hotel-main-content .photo-gallery .slides > li,
.resort-page #hotel-main-content .image-carousel,
.resort-page #hotel-main-content .image-carousel .slides > li{
  background: transparent !important;
}

/* Thumbnails: remove the “boxed” look if it’s showing as square */
.resort-page #hotel-main-content .image-carousel .slides > li{
  border: 0 !important;
  box-shadow: none !important;
}
/* =========================================
   Big hero image: remove square backdrop + make wrapper rounded
   ========================================= */

/* The main slider “window” (this is usually what stays square) */
.resort-page #hotel-main-content .photo-gallery,
.resort-page #hotel-main-content .photo-gallery .flex-viewport{
  background: transparent !important;
  border-radius: 18px !important;
  overflow: hidden !important;   /* THIS is the key */
  box-shadow: none !important;
  border: 0 !important;
}

/* Ensure each slide doesn’t introduce its own square background */
.resort-page #hotel-main-content .photo-gallery .slides > li{
  background: transparent !important;
}

/* Keep the image filling nicely inside the rounded viewport */
.resort-page #hotel-main-content .photo-gallery img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;   /* let the viewport do the rounding */
}
.resort-page #hotel-main-content .flexslider{ background: transparent !important; border-radius: 18px !important; overflow: hidden !important; }