
.body{
    background:#000;
}

/* ================= HEADER ================= */
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    padding:18px 60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
	text-transform: uppercase;
}

.logo{
    font-family:'Playfair Display', serif;
    font-size:26px;
}
.logo span{
    display:block;
    font-size:11px;
    letter-spacing:2px;
    color:#d4af37;
}

/* ================= DESKTOP NAV ================= */
.desktop-nav ul{
    list-style:none;
    display:flex;
    gap:32px;
}
.desktop-nav a{
    text-decoration:none;
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    position:relative;
    padding-bottom:4px;
	font-family: system-ui;
}
.desktop-nav a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#d4af37;
    transition:.3s;
}
.desktop-nav a:hover::after{
    width:100%;
}

/* ================= CTA ================= */
.cta-btn{
    background:#7a1d2e;
    padding:11px 22px;
    border-radius:6px;
    text-decoration:none;
    color:#fff;
    font-size:13px;
	font-family: system-ui;
}

/* ================= HAMBURGER ================= */
.menu-toggle{
    display:none;
    flex-direction:column;
    cursor:pointer;
}
.menu-toggle span{
    width:26px;
    height:2px;
    background:#fff;
    margin:5px 0;
}

/* ================= HERO (HEIGHT REDUCED) ================= */
.hero{
    height:100vh; /* ↓ reduced height */
  
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:0 20px;
}
.hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}
.hero-content{
    position:relative;
    max-width:850px;
}
.hero h1{
    font-family:'Playfair Display', serif;
    font-size:56px;
    margin-bottom:16px;
}
.hero p{
    font-size:17px;
    line-height:1.6;
}
.banner-content{
position: relative;
max-width: 800px;
}
.banner-content h1{
	
	color: #fff;
    font-size: 48px;
    font-weight: 100;
    text-shadow: 2px 2px black;
}
.banner-content h1 span{
display: block;
    color: #d4af37;
    font-size: 56px;
    margin-top: 10px;
    font-weight: 800;
}

.banner-content .cta
 {
    margin-top: 30px;
}

.banner-content .cta a
 {
    background: #7b1d32;
    color: #fff;
    padding: 14px 36px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-family: system-ui;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){

.banner-content h1{

    font-size: 32px;
}
.banner-content h1 span{

    font-size: 38px;

}
}

/* ================= MOBILE NAV (REAL FIX) ================= */
.mobile-nav{
    position:fixed;
    top:0;
    right:-320px;        /* FULLY HIDDEN */
    width:300px;
    height:100vh;
    background:#111;
    padding:90px 30px;
    transition:0.4s ease;
    z-index:999;
}
.mobile-nav.active{
    right:0;             /* RTL slide */
}
.mobile-nav ul{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:26px;
}
.mobile-nav a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    letter-spacing:1px;
}

/* ================= OVERLAY ================= */
.overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
      z-index:1000;
	    height: 93px;
   
}

.overlay.active{
    opacity:1;
    visibility:visible;
}


/* ================= RESPONSIVE ================= */
@media(max-width:991px){
    header{
        padding:18px 20px;
    }
    .desktop-nav,
    .cta-btn{
        display:none;
    }
    .menu-toggle{
        display:flex;
    }
 
    .hero h1{
        font-size:40px;
    }
}

/* ================= SECTION ================= */
.welcome-section{
    background:#faf7f3;
    padding:40px 20px;
    text-align:center;
}

.welcome-section h2{
 
    font-size:42px;
    color:#1e2a3a;
    font-weight:100;
}

.welcome-section h2 span{
    font-weight:700;
}

.welcome-divider{
    width:80px;
    height:2px;
    background:#7b1d32;
    margin:20px auto 40px;
}

.welcome-section p{
    max-width:900px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#4a5a70;
	font-family: system-ui;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
    .welcome-section{
        padding:70px 20px;
    }

    .welcome-section h2{
        font-size:30px;
    }

    .welcome-section p{
        font-size:16px;
        line-height:1.7;
    }
}

.section {
    padding: 50px 20px;
    text-align: center;
}





.heading h2{
 
    font-size:42px;
    color:#1e2a3a;
    font-weight:100;
}

.heading h2 span{
    font-weight:700;
}



.heading p{
padding:17px 0 27px;
font-family: system-ui;
}


/* ================= RESPONSIVE ================= */
@media(max-width:768px){

    .heading h2{
        font-size:30px;
    }

    .heading p{
   
        line-height:1.7;
    }
}

.slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.6s ease;
}

.slide {
    flex-shrink: 0;
    width: calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
}

.slide-inner {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
    color: #fff;
    text-align: left;
}

.slide-content h3{
 
    font-size:24px;

    font-weight:600;
	color:#fff;
	font-family:system-ui;
}
.slide-content p{
padding:6px 0 0px;

}

/* Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Tablet */
@media (max-width: 992px) {
    .slide {
        width: calc(100% / 2);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .slide {
        width: 100%;
    }
}


    .video {
            background-color: #f7f4ef;
            color: #1f2933;
        }
        .ambrosia-section {
            max-width: 1200px;
            margin: auto;
            padding: 60px 20px;
            text-align: center;
			
        }

        .ambrosia-section h1 {
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .ambrosia-section p.subtitle {
            font-size: 16px;
            max-width: 700px;
            margin: 0 auto 0px;
            line-height: 1.6;
            color: #4b5563;
        }

        .video-wrapper {
            position: relative;
            width: 100%;
           
            overflow: hidden;
            border-radius: 4px;
        }

        .video-wrapper video {
            width: 100%;
            height: auto;
            display: block;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: #d6aa45;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .play-button::before {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 5px;
        }

        .video-note {
            margin-top: 20px;
            font-size: 14px;
            color: #6b7280;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .ambrosia-section h1 {
                font-size: 30px;
            }

            .play-button {
                width: 60px;
                height: 60px;
            }

            .play-button::before {
                border-left: 15px solid white;
                border-top: 9px solid transparent;
                border-bottom: 9px solid transparent;
            }
        }
		
 /* testimonial */
		
#ts-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 60px 16px;
  font-family: Arial, sans-serif;
  text-align: center;
}

#ts-wrapper h2 {
 
  margin-bottom: 10px;
}

#ts-wrapper span {
  font-weight: 700;
}

.ts-subtitle {
  margin-bottom: 40px;
  color: #555;
}

.ts-slider-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ts-viewport {
  overflow: hidden;
  width: 100%;
}

.ts-track {
  display: flex;
  transition: transform 0.4s ease;
  gap:20px;
}

.ts-card {
  flex: 0 0 calc(50% - 16px);
  padding: 30px;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
      text-align: left;
}

.stars {
  color: #d4af37;
  margin-bottom: 15px;
}
.ts-card h4 {

font-family: system-ui;
    font-size: 14px;
	    padding: 17px 0px 11px;
}
.ts-card small {

font-family: system-ui;
  
}
.ts-card p {
  font-style: italic;
  margin-bottom: 20px;
  height:150px;
}

.ts-btn {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .ts-card {
    flex: 0 0 95%;
  }
  .ts-card p {

  height:auto;
}

}

    .celebrity {
        margin: 0;
       /*  background-color: #efe4d3;*/
            background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/24.png);
    background-size: cover;
    background-position: center;
    position: relative;
    }
    .hero-section {
        min-height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    .hero-content h1 {
        font-size: 3.2rem;
        color: #1d2433;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .hero-content h1 span {
        font-weight: 700;
    }

    .hero-content p {
        font-size: 1.1rem;
        color: #333;
        margin-bottom: 35px;
    }

    .hero-content a {
        display: inline-block;
        background-color: #6b1d2e;
        color: #fff;
        text-decoration: none;
        padding: 14px 40px;
        font-size: 1rem;
        border-radius: 6px;
        transition: all 0.3s ease;
		font-family:system-ui;
    }

    .hero-content a:hover {
        background-color: #541625;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .hero-content h1 {
            font-size: 2.2rem;
        }

        .hero-content p {
            font-size: 1rem;
        }
    }

    @media (max-width: 480px) {
        .hero-content h1 {
            font-size: 1.8rem;
        }

        .hero-content a {
            padding: 12px 30px;
        }
    }

footer {
    background-color: #6b1d2e;
    color: #ffffff;
    padding: 60px 40px 30px;
}

/* Layout */
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* KEY FIX */
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
}

/* Brand */
.footer-logo {
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 600;
}

.footer-logo span {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 2px;
    color: #f3c969;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
    max-width: 280px;
	    font-family: system-ui;
}

/* Social */
.social-icons a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #f3c969;
}

/* Titles */
.footer-title {
    color: #f3c969;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 24px; /* ALIGN TITLES */
	    font-family: system-ui;
}

/* Links */
.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
    list-style: none;
    margin-bottom: 14px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: 0.3s;
	    font-family: system-ui;
}

.footer-links a:hover {
    color: #f3c969;
}

/* Services column alignment */
.footer-col.services {
    justify-content: space-between;
}

.footer-note {
    font-size: 12px;
    color: #e6cfcf;
    line-height: 1.6;
    margin-top: auto;
    padding-top: 10px;
	font-family: system-ui;
}

/* Contact */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-item span{font-family:system-ui;}

.contact-item i {
    color: #f3c969;
    margin-top: 4px;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 15px;
	font-family:system-ui;
}

.footer-bottom a:hover {
    color: #f3c969;
}
.footer-contact{font-family: system-ui;}

/* Responsive */
@media (max-width: 768px) {
    footer {
        padding: 50px 20px 25px;
    }

    .footer-container {
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom a {
        margin: 0 10px;
    }
}

.amb-gallery {
  padding: 10px 20px;
  background: #fff;
  font-family: Georgia, serif;
}

.amb-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.amb-title {
  font-size: 42px;
  color: #1e2433;
  margin-bottom: 10px;
}

.amb-title span {
  font-weight: 300;
}

.amb-subtitle {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #666;
}

.amb-slider-wrap {
  position: relative;
  overflow: hidden;
}

.amb-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.amb-slide {
  flex: 0 0 33.333%;
  padding: 0 10px;
}

.amb-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}

/* Arrows */
.amb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  width: 44px;
  height: 44px;
  font-size: 28px;
  cursor: pointer;
  z-index: 2;
}

.amb-prev { left: 10px; }
.amb-next { right: 10px; }

/* Responsive */
@media (max-width: 992px) {
  .amb-slide { flex: 0 0 50%; }
}

@media (max-width: 600px) {
  .amb-slide { flex: 0 0 100%; }
  .amb-slide img { height: 300px; }
}

/* Modal */
.amb-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.amb-modal-img {
  max-width: 90%;
  max-height: 90%;
}

.amb-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* SECTION */
.sdi-section {
  padding: 20px 20px;
  text-align: center;
  background: #fff;
  font-family: "Segoe UI", sans-serif;
}

.sdi-header h2 {

  font-weight: 500;
}
.sdi-header h2 span {
  font-weight: 700;
}
.sdi-header p {
  max-width: 700px;
  margin: 10px auto 10px;
  color: #666;
}

/* SLIDER */
.sdi-slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.sdi-slider {
  overflow: hidden;
}

.sdi-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* SLIDE */
.sdi-slide {
  min-width: 33.3333%;
  padding: 0 12px;
  position: relative;
}

.sdi-slide img {
  width: 364px;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

/* CONTENT OVER IMAGE */
.sdi-content {
  position: absolute;
  left: 12px;
  bottom: 3px;
  color: #fff;
  text-align: left;
  max-width: 94%;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  border-radius: 10px;
}


.sdi-content h3 {
  font-size: 22px;
  margin-bottom: 6px;
     font-weight:600;
	color:#fff;
	font-family:system-ui;
	padding: 0px 20px 0;
}
.sdi-content p {
  font-size: 14px;
  opacity: 0.9;
  font-family:system-ui;
  padding: 0px 20px 20px;
}

/* ARROWS */
.sdi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 10;
}
.sdi-prev { left: -10px; }
.sdi-next { right: -10px; }

/* CTA */
.sdi-cta {
  margin-top: 40px;
}
.sdi-btn {
  display: inline-block;
  background: #6b1d2e;
  color: #fff;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .sdi-slide { min-width: 50%; }
}
@media (max-width: 600px) {
  .sdi-slide { min-width: 100%; }
  .sdi-slide img { height: 300px; }
}


.ambx-section {
  padding: 70px 20px;
  background: #ffffff;
  font-family: "Georgia", serif;
}

.ambx-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ambx-header {
  text-align: center;
  margin-bottom: 60px;
}

.ambx-divider {
  width: 60px;
  height: 2px;
  background: #d6a85a;
  margin: 0 auto 14px;
}

.ambx-header h2 {
  font-size: 38px;
  color: #1f2937;
  margin-bottom: 8px;
}

.ambx-header p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.ambx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.ambx-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  background: #fdfaf6;
}

/* IMAGE */
.ambx-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* CONTENT BACKGROUND (IMPORTANT PART) */
.ambx-content {
  background: #fdfaf6; /* same as mockup */
  padding: 28px 22px 32px;
  text-align: center;
}

/* TEXT */
.ambx-content h3 {
  font-size: 20px;
  color: #d6a85a;
  margin-bottom: 10px;
}

.ambx-content p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
      font-family: system-ui;
}

/* TABLET */
@media (max-width: 992px) {
  .ambx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .ambx-grid {
    grid-template-columns: 1fr;
  }

  .ambx-header h2 {
    font-size: 28px;
  }

  .ambx-card img {
    height: 220px;
  }
}

/* =========================
   HARD SCOPED CSS
========================= */

[data-ambx] {
  padding: 60px 20px;
  background: #ffffff;
}

[data-ambx] .ambx-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

[data-ambx] .ambx-heading {
  font-size: 38px;
  margin-bottom: 10px;
}

[data-ambx] .ambx-subtitle {
  color: #6b7280;
  margin-bottom: 50px;
}

/* Grid */
[data-ambx] .ambx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
[data-ambx] .ambx-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

[data-ambx] .ambx-card-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

[data-ambx] .ambx-card-border {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.7);
  pointer-events: none;
}

[data-ambx] .ambx-card-title {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 22px;
  text-align: center;
}

/* Modal */
[data-ambx] .ambx-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

[data-ambx] .ambx-modal.active {
  display: flex;
}

[data-ambx] .ambx-modal-box {
  background: #ffffff;
  width: 90%;
  max-width: 850px;
  overflow: hidden;
  position: relative;
}

[data-ambx] .ambx-modal-banner {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

[data-ambx] .ambx-modal-content {
  padding: 30px;
  text-align: left;
}

[data-ambx] .ambx-modal-title {
  font-size: 26px;
  margin-bottom: 10px;
}

[data-ambx] .ambx-modal-text {
  color: #555;
  line-height: 1.6;
}

/* Close */
[data-ambx] .ambx-close {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
  [data-ambx] .ambx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  [data-ambx] .ambx-grid {
    grid-template-columns: 1fr;
  }
}


.amenities-sec {
  background: #fbf8f3;
  padding: 80px 20px;

}

.amenities-wrap {
  max-width: 1200px;
  margin: auto;
}

.amenities-title {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 60px;
}

.amenities-title span {
  display: block;
  width: 52px;
  height: 3px;
  background: #c8a34d;
  margin: 12px auto 0;
}

/* Top grid */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.amenities-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.amenities-card img {
  width: 36px;
  height: 36px;
}

.amenities-card h4 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}

.amenities-card p {
  margin: 0;
  font-size: 14px;
  color: #6c7077;
  line-height: 1.5;
}

/* Center last two */
.amenities-center {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.amenities-center .amenities-card {
  width: 360px;
}

/* Responsive */
@media (max-width: 992px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-center {
    flex-direction: column;
    align-items: center;
  }

  .amenities-center .amenities-card {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 576px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .amenities-title {
    font-size: 32px;
  }
}