:root{
  --green:#00412d;
  --green-dark:#002d20;
  --green-soft:#0b5b41;
  --gold:#b98b3d;
  --cream:#faf7ec;
  --cream-2:#eee5d2;
  --text:#172b24;
  --muted:#5b6a65;
  --white:#ffffff;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:"Inter",sans-serif;
  background:#fbfaf4;
  color:var(--text);
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1160px,92%);
  margin:auto;
}

.top-strip{
  background:var(--green);
  color:#fff;
  font-size:12px;
}

.top-inner{
  height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.top-inner div:first-child{
  display:flex;
  gap:40px;
}

.top-inner i{
  color:#d6b46a;
  margin-right:7px;
}

.social{
  display:flex;
  gap:18px;
}
/* .imo-icon img{
  width:16px;
  height:16px;
  object-fit:contain;
} */

/* .header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.08);
}


.brand h2{
  font-family:"Cinzel",serif;
  font-size:34px;
  line-height:.85;
  color:var(--green);
  letter-spacing:1px;
}

.brand p{
  color:#905f24;
  font-size:11px;
  font-weight:900;
  letter-spacing:.4px;
  line-height:1.1;
}

.brand span{
  color:#36554a;
  font-size:11px;
  font-weight:600;
}

.nav{
     display:flex;
  align-items:center;
}
.nav-wrap{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
    width:44px;
  height:44px;
}

.logo-icon{
  width:44px;
  height:44px;
  background:linear-gradient(135deg,#084e38,#c7a14f);
  color:#fff;
  display:grid;
  place-items:center;
  border-radius:0 18px 0 18px;
  font-size:20px;
}

.logo h2{
  font-family:"Cinzel",serif;
  font-size:34px;
  line-height:.85;
  color:var(--green);
  letter-spacing:1px;
}

.logo p{
  color:#905f24;
  font-size:11px;
  font-weight:800;
  letter-spacing:.5px;
}

.logo span{
  color:#36554a;
  font-size:11px;
  font-weight:600;
}

.nav{
  display:flex;
  align-items:center;
  gap:27px;
  text-transform:uppercase;
  font-size:11px;
  font-weight:800;
}

.nav a{
  position:relative;
  color:#25342f;
}

.nav a::after{
  content:"";
  position:absolute;
  width:0;
  height:2px;
  background:var(--gold);
  left:0;
  bottom:-8px;
  transition:.25s;
}

.nav a:hover::after,
.nav a.active::after{
  width:100%;
}

.book-btn{
  background:var(--green);
  color:#fff !important;
  padding:15px 21px;
  border-radius:4px;
  box-shadow:0 6px 14px rgba(0,65,45,.26);
}

.book-btn::after{
  display:none;
}

.menu-btn{
  display:none;
  background:none;
  border:0;
  flex-direction:column;
  gap:6px;
}

.menu-btn span{
  width:28px;
  height:3px;
  background:var(--green);
  border-radius:10px;
} */

.header{
  position:sticky;
  top:0;
  z-index:999;
  background:#fff;
  box-shadow:0 5px 22px rgba(0,0,0,.08);
}

.nav-wrap{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  display:flex;
  align-items:center;
  gap:13px;
}

.brand img{
  width:82px;
  height:auto;
  object-fit:contain;
}




.nav{
  display:flex;
  align-items:center;
  gap:27px;
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
}

.nav a{
  position:relative;
  color:#1d2e28;
}

.nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s;
}

.nav a:hover::after,
.nav a.active::after{
  width:100%;
}

.book-btn{
  background:var(--green);
  color:#fff !important;
  padding:15px 21px;
  border-radius:5px;
  box-shadow:0 8px 18px rgba(0,65,45,.25);
}

.book-btn::after{
  display:none;
}

.menu-btn{
  display:none;
  border:0;
  background:none;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.menu-btn span{
  width:28px;
  height:3px;
  border-radius:20px;
  background:var(--green);
}


/* .hero{
  min-height:470px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(250,247,236,.98) 0%,rgba(250,247,236,.86) 42%,rgba(250,247,236,.08) 68%),
    url("asset/image/ChatGPT Image Jun 18, 2026, 10_37_38 PM.png") center right/cover no-repeat;

} */
 .hero{
  min-height:470px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(250,247,236,.98) 0%, rgba(250,247,236,.86) 42%, rgba(250,247,236,.08) 68%),
    url("../image/background.png") center right / cover no-repeat;
}

.hero-content{
  min-height:470px;
  display:flex;
  align-items:center;
}

.hero-text{
  width:min(560px,100%);
}

.tag{
  display:inline-block;
  background:#dfcc98;
  color:#31443b;
  padding:8px 12px;
  border-radius:6px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.hero h1{
  font-family:"Cinzel",serif;
  font-size:54px;
  line-height:1.04;
  text-transform:uppercase;
  color:#111;
  margin:13px 0 8px;
}

.hero h3{
  font-family:"Cinzel",serif;
  color:#946a2e;
  font-size:23px;
  margin-bottom:12px;
}

.hero p{
  color:#354842;
  font-size:15px;
  line-height:1.65;
  max-width:540px;
  font-weight:600;
}

.hero-buttons{
  display:flex;
  gap:14px;
  margin:22px 0 25px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:5px;
  padding:14px 22px;
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
  border:1px solid transparent;
  transition:.25s;
}

.btn.primary{
  background:var(--green);
  color:#fff;
}

.btn.primary:hover{
  background:var(--green-dark);
  transform:translateY(-2px);
}

.btn.outline{
  border-color:var(--green);
  color:var(--green);
  background:#fff9;
}

.btn.outline:hover{
  background:var(--green);
  color:#fff;
}

.btn.white{
  border-color:#fff;
  color:#fff;
}

.btn.white:hover{
  background:#fff;
  color:var(--green);
}

.btn.small{
  padding:12px 18px;
}

.hero-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.58);
  border-top:1px solid #d9c79b;
  border-bottom:1px solid #d9c79b;
}

.hero-features div{
  padding:13px 11px;
  display:flex;
  align-items:center;
  gap:9px;
  border-right:1px solid #d9c79b;
}

.hero-features div:last-child{
  border-right:0;
}

.hero-features i{
  color:var(--gold);
  font-size:20px;
}

.hero-features span{
  font-size:10px;
  font-weight:800;
  color:#405149;
}

.section{
  padding:36px 0;
}

.title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-bottom:28px;
  text-align:center;
}

.title h2{
  font-family:"Cinzel",serif;
  text-transform:uppercase;
  color:#173b2e;
  font-size:22px;
}

.title span{
  width:45px;
  height:1px;
  background:#c59a4a;
  position:relative;
}

.title span::before{
  content:"✦";
  position:absolute;
  top:-11px;
  left:50%;
  transform:translateX(-50%);
  color:#c59a4a;
  font-size:12px;
}

.treat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:42px;
  text-align:center;
}

.treat-card{
  position:relative;
}

.circle-img{
  width:150px;
  height:150px;
  border-radius:50%;
  overflow:hidden;
  margin:auto;
  border:4px solid #fff;
  outline:3px solid var(--green);
  box-shadow:0 7px 18px rgba(0,0,0,.16);
}

.circle-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.circle-icon{
  width:45px;
  height:45px;
  border-radius:50%;
  background:var(--green);
  color:#d8b45b;
  display:grid;
  place-items:center;
  margin:-24px auto 12px;
  position:relative;
  z-index:2;
  border:3px solid #d8b45b;
}

.treat-card h3{
  text-transform:uppercase;
  color:#172e26;
  font-size:16px;
  margin-bottom:9px;
  font-weight:900;
}

.treat-card p{
  font-size:12px;
  line-height:1.65;
  color:#4e5d58;
  font-weight:600;
  max-width:220px;
  margin:auto;
}

.promise{
  padding:0 0 36px;
}

.promise-grid{
  background:linear-gradient(135deg,#005239,#002d20);
  color:#fff;
  border-radius:13px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}

.promise-grid div{
  text-align:center;
  padding:31px 26px;
  border-right:1px solid rgba(255,255,255,.18);
}

.promise-grid div:last-child{
  border-right:0;
}

.promise-grid i{
  color:#d1a850;
  font-size:35px;
  margin-bottom:12px;
}

.promise-grid h3{
  text-transform:uppercase;
  color:#d1a850;
  font-size:15px;
  margin-bottom:8px;
}

.promise-grid p{
  font-size:12px;
  line-height:1.55;
  color:rgba(255,255,255,.8);
  font-weight:600;
}

.about-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:35px;
  align-items:center;
}

.about-img{
  position:relative;
}

.about-img img{
  border-radius:12px;
  width:100%;
  height:310px;
  object-fit:cover;
  box-shadow:0 12px 24px rgba(0,0,0,.13);
}

.badge{
  position:absolute;
  top:18px;
  left:18px;
  width:92px;
  height:92px;
  background:rgba(186,139,61,.86);
  color:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
}

.badge strong{
  font-size:32px;
  line-height:.8;
}

.badge span{
  text-transform:uppercase;
  font-size:9px;
  font-weight:900;
}

.about-text > span{
  color:#b98b3d;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
}

.about-text h2{
  font-family:"Cinzel",serif;
  font-size:31px;
  line-height:1.15;
  color:#17382d;
  margin:6px 0 13px;
}

.about-text > p{
  color:#40504b;
  line-height:1.75;
  font-size:14px;
  font-weight:600;
}

.about-icons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  text-align:center;
  margin:24px 0;
}

.about-icons i{
  font-size:30px;
  color:var(--green-soft);
}

.about-icons p{
  font-size:11px;
  color:#426057;
  font-weight:800;
  margin-top:8px;
}

.stats{
  background:#eee5d6;
  padding:18px 0;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.stats-grid div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-right:1px solid #cbbd9f;
}

.stats-grid div:last-child{
  border-right:0;
}

.stats-grid i{
  color:#0d6247;
  font-size:36px;
}

.stats-grid strong{
  font-size:29px;
  color:#0a573e;
  display:block;
}

.stats-grid span{
  font-size:12px;
  font-weight:800;
  color:#46554f;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.service-grid a{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 7px 17px rgba(0,0,0,.13);
  text-align:center;
  transition:.25s;
}

.service-grid a:hover{
  transform:translateY(-5px);
}

.service-grid img{
  height:110px;
  width:100%;
  object-fit:cover;
}

.service-grid h3{
  text-transform:uppercase;
  font-size:13px;
  color:#173a2e;
  margin:12px 5px 3px;
}

.service-grid p{
  text-transform:uppercase;
  font-size:9px;
  color:#8a672f;
  font-weight:900;
  margin-bottom:13px;
}

.testimonials{
  background:
    linear-gradient(90deg,rgba(0,55,38,.98),rgba(0,55,38,.88),rgba(0,55,38,.75)),
    url("../image/background.png") center/cover;
  padding:30px 0 42px;
  color:#fff;
  position:relative;
}

.testimonials h2{
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:18px;
  letter-spacing:1px;
}

.testimonial-track{
  width:min(780px,80%);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.review-card{
  background:#fff;
  color:#24382f;
  border-radius:9px;
  padding:18px;
  box-shadow:0 12px 22px rgba(0,0,0,.22);
}

.stars{
  color:#c88821;
  text-align:center;
  margin-bottom:8px;
  letter-spacing:2px;
}

.review-card p{
  font-size:12px;
  line-height:1.55;
  font-weight:600;
  font-style:italic;
}

.review-card strong{
  display:block;
  font-size:11px;
  margin-top:9px;
}

.review-card span{
  font-size:10px;
  color:#a17437;
  font-weight:700;
}

.slide-btn{
  position:absolute;
  top:55%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.55);
  background:transparent;
  color:#fff;
  cursor:pointer;
}

.slide-btn:hover{
  background:#fff;
  color:var(--green);
}

.prev{
  left:28px;
}

.next{
  right:28px;
}

.blog-section{
  background:#fbfaf4;
}

.blog-cta-grid{
  display:grid;
  grid-template-columns:1.5fr .9fr;
  gap:24px;
}

.blog-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
}

.blog-head h2{
  text-transform:uppercase;
  color:#17382d;
  font-size:19px;
}

.blog-head a{
  border:1px solid var(--green);
  border-radius:20px;
  padding:7px 13px;
  font-size:9px;
  font-weight:900;
  color:var(--green);
  background:#fff;
}

.blog-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
}

.blog-card{
  background:#fff;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 7px 16px rgba(0,0,0,.11);
}

.blog-card img{
  height:88px;
  width:100%;
  object-fit:cover;
}

.blog-card h3{
  font-size:11px;
  line-height:1.35;
  padding:9px;
  color:#1c3129;
}

.blog-card span{
  display:block;
  padding:0 9px 12px;
  font-size:9px;
  color:#8c7145;
}

.cta-card{
  border-radius:10px;
  min-height:220px;
  padding:28px;
  background:
    linear-gradient(90deg,rgba(241,234,220,.97),rgba(241,234,220,.82)),
    url("../image/background.png") right center/cover;
  display:flex;
  align-items:center;
}

.cta-card div{
  max-width:280px;
}

.cta-card h2{
  font-family:"Cinzel",serif;
  text-transform:uppercase;
  color:#17372d;
  font-size:24px;
  line-height:1.15;
  margin-bottom:10px;
}

.cta-card p{
  font-size:13px;
  color:#46544f;
  font-weight:600;
  margin-bottom:17px;
}

.gallery{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}

.gallery img{
  height:125px;
  width:100%;
  object-fit:cover;
  transition:.3s;
}

.gallery img:hover{
  transform:scale(1.06);
}

.whatsapp{
  background:#073323;
  color:#fff;
  padding:24px 0;
}

.whatsapp .container{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
}

.whatsapp h2{
  text-transform:uppercase;
  font-size:19px;
}

.whatsapp p{
  font-size:12px;
  max-width:360px;
  color:rgba(255,255,255,.78);
}

.location-section {
  background:
    linear-gradient(180deg, rgba(250,247,236,.96), rgba(255,255,255,.96)),
    radial-gradient(circle at top right, rgba(185,139,61,.18), transparent 35%);
}

.location-search-box {
  background: #fff;
  border: 1px solid rgba(185,139,61,.25);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 180px 190px;
  gap: 12px;
  margin-bottom: 24px;
}

.search-input-wrap {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d8c8a5;
  border-radius: 6px;
  padding: 0 14px;
  background: #fbfaf4;
}

.search-input-wrap i {
  color: var(--gold);
}

.search-input-wrap input,
.location-search-box select {
  width: 100%;
  height: 48px;
  border: 1px solid #d8c8a5;
  outline: none;
  background: #fbfaf4;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  padding: 0 13px;
}

.search-input-wrap input {
  height: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.location-search-btn {
  border: 0;
  background: var(--green);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,65,45,.25);
  transition: .25s;
}

.location-search-btn:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.location-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
  align-items: stretch;
}

.location-list {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
}

.location-list::-webkit-scrollbar {
  width: 5px;
}

.location-list::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 20px;
}

.location-card {
  background: #fff;
  border: 1px solid rgba(0,65,45,.12);
  border-left: 5px solid transparent;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  cursor: pointer;
  transition: .25s;
}

.location-card:hover,
.location-card.active {
  border-left-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,65,45,.14);
}

.location-tag {
  display: inline-block;
  background: rgba(185,139,61,.16);
  color: #8a672f;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.location-card h3 {
  font-family: "Cinzel", serif;
  color: var(--green);
  font-size: 20px;
  margin-bottom: 10px;
}

.location-card p {
  color: #4e5d58;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 7px;
}

.location-card p i {
  color: var(--gold);
  width: 18px;
}

.location-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.location-actions a {
  flex: 1;
  text-align: center;
  background: #fbfaf4;
  border: 1px solid rgba(0,65,45,.2);
  color: var(--green);
  padding: 10px 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-actions a:hover {
  background: var(--green);
  color: #fff;
}

.location-map-box {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(185,139,61,.25);
  box-shadow: 0 14px 34px rgba(0,0,0,.11);
  min-height: 500px;
}

.map-header {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.map-header span {
  display: block;
  color: #d8b45b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.map-header h3 {
  font-family: "Cinzel", serif;
  font-size: 21px;
  line-height: 1.2;
}

.map-header a {
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-header a:hover {
  background: #fff;
  color: var(--green);
}

.location-map-box iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

@media(max-width: 900px) {
  .location-search-box {
    grid-template-columns: 1fr;
  }

  .location-search-btn {
    height: 48px;
  }

  .location-layout {
    grid-template-columns: 1fr;
  }

  .location-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .location-map-box {
    min-height: auto;
  }

  .location-map-box iframe {
    height: 340px;
  }
}

@media(max-width: 520px) {
  .map-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-header a {
    width: 100%;
    text-align: center;
  }

  .location-actions {
    flex-direction: column;
  }
}



.footer{
  background:#003c29;
  color:#fff;
  padding-top:38px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .8fr .9fr 1fr 1.4fr;
  gap:32px;
  padding-bottom:34px;
}

.footer-logo{
  margin-bottom:14px;
}

.footer-logo h2,
.footer-logo p,
.footer-logo span{
  color:#fff;
}

.footer p,
.footer a{
  color:rgba(255,255,255,.75);
  font-size:12px;
  line-height:1.65;
}

.footer h3{
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:15px;
}

.footer a{
  display:block;
  margin-bottom:6px;
  transition:.25s;
}

.footer a:hover{
  color:#d1a850;
  padding-left:4px;
}

.footer-social{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.footer-social a{
  width:28px;
  height:28px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  display:grid;
  place-items:center;
  padding:0;
}

.newsletter{
  display:flex;
  margin-top:12px;
  border:1px solid rgba(255,255,255,.28);
  overflow:hidden;
  border-radius:4px;
}

.newsletter input{
  flex:1;
  border:0;
  padding:12px;
  outline:0;
}

.newsletter button{
  width:44px;
  border:0;
  color:var(--green);
  background:#fff;
  cursor:pointer;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  padding:15px 0;
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.footer-bottom p,
.footer-bottom a{
  font-size:11px;
  margin:0;
  display:inline;
}

.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:.7s;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:1050px){
  .nav{
    gap:15px;
  }

  .service-grid,
  .blog-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .blog-cta-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:820px){
  .top-inner,
  .top-inner div:first-child{
    height:auto;
    padding:8px 0;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .social{
    display:none;
  }

  .menu-btn{
    display:flex;
  }

  .nav{
    position:absolute;
    top:88px;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:15px 4%;
    transform:translateY(-15px);
    opacity:0;
    visibility:hidden;
    transition:.25s;
    box-shadow:0 14px 24px rgba(0,0,0,.12);
  }

  .nav.open{
    transform:translateY(0);
    opacity:1;
    visibility:visible;
  }

  .nav a{
    padding:13px 0;
    width:100%;
    border-bottom:1px solid #eee;
  }

  .book-btn{
    text-align:center;
    margin-top:10px;
  }

  .hero{
    min-height:auto;
    background:
      linear-gradient(90deg,rgba(250,247,236,.97),rgba(250,247,236,.92)),
      url("https://images.unsplash.com/photo-1544787219-7f47ccb76574?auto=format&fit=crop&w=1200&q=85") center/cover;
  }

  .hero-content{
    min-height:auto;
    padding:45px 0;
  }

  .hero h1{
    font-size:38px;
  }

  .hero h3{
    font-size:18px;
  }

  .hero-features{
    grid-template-columns:repeat(2,1fr);
  }

  .treat-grid,
  .promise-grid,
  .about-grid,
  .stats-grid,
  .testimonial-track{
    grid-template-columns:1fr;
  }

  .promise-grid div,
  .stats-grid div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18);
  }

  .about-icons{
    grid-template-columns:repeat(2,1fr);
  }

  .testimonial-track{
    width:85%;
  }

  .review-card{
    display:none;
  }

  .review-card.active{
    display:block;
  }

  .gallery{
    grid-template-columns:repeat(2,1fr);
  }

  .whatsapp .container{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    flex-direction:column;
  }
}

@media(max-width:520px){
  .logo h2{
    font-size:25px;
  }

  .logo-icon{
    width:38px;
    height:38px;
  }

  .hero h1{
    font-size:32px;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .hero-features{
    grid-template-columns:1fr;
  }

  .service-grid,
  .blog-grid{
    grid-template-columns:1fr;
  }

  .gallery{
    grid-template-columns:1fr;
  }
}

/* ===============================
   Footer Logo Fix
================================ */

.footer .footer-logo{
  display:flex !important;
  align-items:flex-start;
  gap:12px;
  width:auto !important;
  height:auto !important;
  margin-bottom:14px;
  padding:0;
}

.footer .footer-logo:hover{
  padding-left:0;
}

.footer .footer-logo .logo-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:0 18px 0 18px;
  font-size:22px;
  flex-shrink:0;
}

.footer .footer-logo h2{
  font-family:"Cinzel",serif;
  font-size:30px;
  line-height:1;
  color:#fff;
  margin:0 0 3px;
  letter-spacing:1px;
}

.footer .footer-logo p{
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1.25;
  margin:0;
}

.footer .footer-logo span{
  display:block;
  color:rgba(255,255,255,.85);
  font-size:11px;
  font-weight:700;
  line-height:1.25;
  margin-top:2px;
}

.footer-grid > div:first-child > p{
  max-width:270px;
  margin-top:10px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.7;
}

.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
}

.footer-social a{
  width:32px !important;
  height:32px !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  padding:0 !important;
  margin:0 !important;
}