.feature.span .feature-media {
  grid-column: 1 / 3;
  width: 100%;
}

.heading_banner .feature-media {
    width: 75% !important;
  margin: 0 auto;
}

.feature .title {
  grid-column: 1 / 3;
  width: 100%;
  color: var(--text);
}

.feature .title h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.feature .title span {
  font-size: 0.75rem;
}

.title.lede.eyebrow h3 {
  font-family: 'Romie';
  font-size: 1.5rem;
  font-weight: 300;
      line-height: 1.5;
}

/**/
/* ======================================
   Map Tabs Wrapper
====================================== */
.sh-map-tabs{
  position: relative;
  width: 100%;
}

/* ======================================
   Media Container
====================================== */
.sh-map-media{
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ======================================
   Panels (Images)
====================================== */
.sh-map-panel{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
  padding: 50px;
}

.sh-map-panel.is-active{
  opacity: 1;
  padding: 50px;
  pointer-events: auto;
  position: relative;
}

/* ======================================
   Image
====================================== */
.sh-map-img{
  width: 100%;
  height: auto;
      /*max-height: 470px;*/
  max-width: 100%;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}

/* ======================================
   Tabs Navigation
====================================== */
.sh-map-tabs-nav{
     position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 30px;
    z-index: 5;
}


/* ======================================
   Tab Button
====================================== */
.sh-map-tab{
  background: #111;
  color: #f7f7f7;
      font-family: 'Romie', Georgia, serif;
  border: 0;
  border-radius: 14px 14px 0 0;
  padding: 12px 5px;
  width: 72px;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  #f7f7f7-space: nowrap;
  transition: opacity .2s ease, transform .2s ease;
}

.sh-map-tab:hover{
  transform: scale(1.03);
}

.sh-map-tab.is-active{
  opacity: .85;
}

.sh-map-tab p{
  margin: 0;
}

@media (min-width: 992px) {
    .sh-map-panel{
      border: 1px solid;
    padding: 50px;
    border-radius: 20px;
}

.sh-map-panel.is-active{
    border: 1px solid;
    padding: 50px;
}

.sh-map-tabs-nav{
    border-top: 1px solid;
    border-left: 1px solid;
        background: #f7f7f7;
            padding: 25px 0 0 25px;
            border-radius: 20px 0;
}

}

/* ======================================
   Laptop (1200px → 1366px)
====================================== */
@media (max-width: 1366px) and (min-width: 1200px){

  .sh-map-tabs-nav{
    bottom: 0px;
    right: 0px;
    gap: 24px;
  }

  .sh-map-tab{
    width: 68px;
    padding: 10px 9px;
    font-size: 12.5px;
  }

}

/* ======================================
   Tablet (≤ 991px)
====================================== */
@media (max-width: 991px){

  .sh-map-tabs-nav{
    bottom: 0px;
    right: 0px;
    gap: 20px;
  }

  .sh-map-tab{
    width: 64px;
    padding: 10px 8px;
    font-size: 12px;
  }

}

/* ======================================
   Mobile (≤ 767px)
====================================== */
@media (max-width: 767px){

  .sh-map-tabs-nav{
    bottom: 0px;
    right: 0px;
    gap: 14px;
  }

  .sh-map-tab{
    width: auto;
    min-width: 56px;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 12px 12px 0 0;
  }

}

/* ======================================
   Small Mobile (≤ 480px)
====================================== */
@media (max-width: 480px){

  .sh-map-tabs-nav{
    bottom: 0px;
    right: 0px;
    gap: 10px;
  }

  .sh-map-tab{
    font-size: 11px;
    padding: 6px 8px;
  }

}



/**/

/* ======================================
   Unit List
====================================== */
.unit-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto;
}

.unit-list > div{
  width: fit-content;
}

/* ======================================
   Unit
====================================== */
.unit{
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  min-width: 300px;
  gap: 3rem;
  color: var(--text-sec);
  line-height: 1.2;
  font-family: 'Romie';
}

.unit .unit-header{
      font-size: 14px;
      font-family: 'Acumin Variable';
}

/* ======================================
   Typography
====================================== */
.unit-header{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.unit-body{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
  min-width: 5rem;
  font-family: 'Romie';
  font-style: italic;
}

/* ======================================
   Laptop (≤ 1366px)
====================================== */
@media (max-width: 1366px){

  .unit-list{
    gap: 26px;
  }

  .unit{
    min-width: 280px;
    gap: 2.5rem;
  }

  .unit-body{
    font-size: 17px;
  }

}

/* ======================================
   Tablet (≤ 991px)
====================================== */
@media (max-width: 991px){

  .unit-list{
    gap: 22px;
  }

  .unit{
    min-width: 260px;
    gap: 2rem;
  }

  .unit-header{
    font-size: 13px;
  }

  .unit-body{
    font-size: 16px;
    margin-bottom: 10px;
  }

}

/* ======================================
   Mobile (≤ 767px)
====================================== */
@media (max-width: 767px){

  .unit-list{
    justify-content: center;
    gap: 18px;
  }

  .unit{
    min-width: 240px;
    gap: 1.5rem;
  }
  
  .unit-cols {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
  }

}

/* ======================================
   Small Mobile (≤ 550px)
====================================== */
@media (max-width: 550px){

  .unit-list{
    justify-content: center;
    gap: 14px;
  }

  .unit{
    width: 100%;
    min-width: 0;
    gap: 1.25rem;
  }

  .unit-body{
    min-width: 0;
  }

}

/* ======================================
   Extra Small (≤ 420px)
====================================== */
@media (max-width: 420px){

  .unit{
    gap: 1rem;
  }

  .unit-body{
    font-size: 15px;
  }

}

.wysiwyg-content:not(.banner-sub.wysiwyg-content, .lede-copy) {
        font-size: 13px;
    font-weight: 500;
    line-height: 17px;
        text-transform: none;
    font-variation-settings: "wdth" 102;
}

.feature.reverse .feature-copy {
        padding-inline-end: 7.9rem;
}

.feature:not(.feature.reverse) .feature-copy {
        padding-inline-end: 0;
}


.gallary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

.gallary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  .gallary {
    gap: 1rem;
  }
  
 
}

.imgs-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 20px;
}

@media (max-width: 600px) {
  .imgs-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    background: #f7f7f7;
  }
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 0 20px;
}


.elevation_tit {
        padding-block: 0px 50px;
    margin-bottom: 0;
}


.elevation_tit h3 {
    font-size: 2.5rem !important;
}

.size-large {
    max-width: 700px;
    margin: 35px auto 0;
}

.back-btn {
  background: transparent;
  border: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-sec);
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.back-btn:hover {
  color: #1a1a1a;
}

.slider-navigation {
  display: flex;
  gap: 6px;
}

.nav-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-arrow:hover:not(:disabled) {
  background: var(--footer);
  color: #f7f7f7;
}

.nav-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.nav-arrow i {
  font-size: 12px;
}

/* ======================================
   Slider Title Section
====================================== */
.slider-title-section{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 20px;
  font-family: 'Romie', Georgia, serif;
}

/* ======================================
   Left: Main Title
====================================== */
.main-title{
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: 'Romie', Georgia, serif;
}

.main-title img{
  width: 180px;
  height: auto;
  display: block;
}

/* ======================================
   Right: Lakeview Logo
====================================== */
.lakeview-logo img{
  width: 170px;
  height: auto;
  display: block;
}

/* ======================================
   Laptop (≤ 1366px)
====================================== */
@media (max-width: 1366px){

  .main-title img{
    width: 180px;
  }

  .lakeview-logo img{
    width: 150px;
  }

}

/* ======================================
   Tablet (≤ 991px)
====================================== */
@media (max-width: 991px){

  .slider-title-section{
    padding-bottom: 16px;
  }

  .main-title{
    gap: 10px;
  }

  .main-title img{
    width: 170px;
  }

  .lakeview-logo img{
    width: 140px;
  }

}

/* ======================================
   Mobile (≤ 600px)
====================================== */
@media (max-width: 600px){

  .slider-title-section{
    padding-bottom: 14px;
  }

  .main-title{
    gap: 8px;
  }

  .main-title img{
    width: 150px;
  }

  .lakeview-logo img{
    width: 120px;
  }

}

/* ======================================
   Small Mobile (≤ 480px)
====================================== */
@media (max-width: 480px){

  .main-title{
    gap: 6px;
  }

  .main-title img{
    width: 130px;
  }

  .lakeview-logo img{
    width: 105px;
  }

}

.specialist_unit .unit-header {
    font-size: 15px !important;
    font-family: 'Romie' !important;
    color: #000 !important;
}

.specialist_unit .unit-body {
    color: #000 !important;
}

.lake-text {
  font-family: 'Romie', Georgia, serif;
  font-size: 32px;
  font-weight: 300;
  /* font-style: italic; */
  letter-spacing: 0.02em;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.town-text {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  align-self: flex-end;
}

.subtitle {
  font-size: 2rem;
  /* letter-spacing: 0.08em; */
}

.brand-section {
  text-align: right;
  align-self: end;
}

.brand-title {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: start;
  font-family: 'Romie', Georgia, serif;

  margin-inline-start: 1.3rem;
  line-height: 1;
}

.lakeview-logo {
  font-family: 'Romie', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-detail {
  font-family: 'Acumin Variable';
  font-size: 12px;
  letter-spacing: 0.0em;
  margin-top: 2px;
  font-weight: 400;
  color: var(--text-gray);

}

.feature-media.sdv:not(:last-child) {
    margin-bottom: 8rem;
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
  /* height: 60vh; */
  margin: 2rem auto 3rem auto;
}

.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.slide-caption {
  margin-top: 16px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

/* Keyboard focus styles */
/* .nav-arrow:focus-visible,
      .back-btn:focus-visible {
        outline: 2px solid #1a1a1a;
        outline-offset: 2px;
      } */

/* Screen reader only text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  #f7f7f7-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .slider-title-section {
    /* flex-direction: column; */
    gap: 20px;
  }
  .slide-content-wrapper .slider-title-section {
        flex-direction: column;
  }
  
  .feature-media.sdv:not(:last-child) {
        margin-bottom: 5rem;
    }
    
    .sub-header {
        margin-top: 30px;
    }

  .brand-section {
    text-align: left;
  }

  .lake-text,
  .town-text {
    font-size: 20px;
  }

  .lakeview-logo {
    font-size: 20px;
  }

  .subtitle {
    font-size: 1rem;
    /* letter-spacing: 0.08em; */
  }
}

/* 13=> */
.slider-title-section .unit-header {
  margin-bottom: 0;
}

.slider-title-section .unit-body {
  margin-bottom: 0;
  font-style: italic;
}

.floor-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* 3 equal columns */
  justify-content: space-between;
  gap: 5rem;
  margin: 0 auto;
}

/* Styling for each floor */
.floor {
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--muted);
}

/* Styling for each room */
.room {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 6px 0;
}

.room-name {
  font-weight: 400;
}

.room-area {
  color: var(--muted);
}

/* Last room styling (no border on bottom) */
.room:last-child {
  border-bottom: none;
}

/* Responsive design for smaller screens */

@media (max-width: 480px) {
  .floor-container {
    gap: 1rem;
    /* 1 column on very small screens */
  }
}

.floors-map {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  gap: 3rem;
  justify-content: center;
  padding: 2rem 0rem;
}

.floor-img {
  color: var(--muted);
  gap: 1rem;
}

.floor-img:first-of-type {
  grid-column: 1 / 3;
}

@media (max-width: 600px) {
  .floors-map {
    grid-template-columns: 1fr !important;
  }

  .floor-img:first-of-type {
    grid-column: 1 / 2;
  }
}

.floors-map img {
  width: 100%;
  max-height: 100%;
}

.icons {
  display: grid;
  grid-template-columns: repeat(5, 50px);
  justify-content: center;
  align-items: center;
}

@media (max-width: 488px) {
  .icons {
    grid-template-columns: repeat(3, 50px);
  }
}


/* map overlay */

.overlay-text {
  position: absolute;
  bottom: 5%;
  right: 10%;
  color: #f7f7f7;
  text-align: center;
  z-index: 5;
  padding: 10px 20px;

}

.overlay-text .head {
  height: 50px;
  width: 100%;
  border-radius: 40px 40px 0 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}

.overlay-text .body {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem 2rem;
  border-radius: 0 0 10px 10px;
  font-weight: 300;
  color: #FFF;
}

.overlay-text h2 {
  font-size: 1.25rem;
  font-weight: 300;
}
.overlay-text .body span {
  font-size: .75rem;
  font-family: 'Acumin Variable';
}
.overlay-text p {
  font-size: 1.2rem;
  margin-top: 10px;
}
 .slider-area {
    gap: 8rem;
    margin-bottom: 0;
    justify-content: start;
}
@media (max-width: 768px) {
  .overlay-text .body {
    padding: 8px;
  }

  .location-pin {
    font-size: 2.5rem;
    top: 25%;
    /* Adjust the pin location on smaller screens */
    left: 35%;
  }

  .overlay-text .head {
    height: 30px;
  }

  .overlay-text h2 {
    font-size: .75rem;
  }

  .overlay-text p {
    font-size: .75rem;
  }

  .headline-center {
    font-size: 1rem;
  }
}