
.container,
.experience-container,
.dining-container,
.nature-container,
.offers-container,
.luxury-container,
.coorg-dining-section .container {
  width: 90%;
  margin: auto;
}


.resort-story-section{
  display:grid;
  grid-template-columns:52% 48%;
  align-items:center;
  background:#fff;
  overflow:hidden;
}

.resort-story-image{
  position:relative;
  min-height:520px;
}

.resort-story-image > img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.story-small-img{
  position:absolute;
  right:-65px;
  bottom:0;
  width:38%;
  height:170px;
  overflow:hidden;
}

.story-small-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.resort-story-content{
  padding:70px 80px 70px 110px;
}

.resort-story-content span{
  display:block;
  color:#9a941f;
  font-size:12px;
  font-weight:700;
  letter-spacing:2.5px;
  margin-bottom:14px;
}

.resort-story-content h2{
  font-size:38px;
  line-height:1.15;
  color:#333;
  margin:0 0 22px;
}

.resort-story-content p{
  font-size:16px;
  color:#555;
  margin:0;
  max-width:560px;
	margin-bottom: 15px;
}

@media(max-width:991px){
  .resort-story-section{
    grid-template-columns:1fr;
  }

  .story-small-img{
    right:20px;
    bottom:20px;
    width:42%;
  }

  .resort-story-content{
    padding:45px 25px;
  }

  .resort-story-content h2{
    font-size:30px;
  }
}


.sunset-section {
  display: flex;
  width: 100%;
  min-height: 430px;
  background: #f4f0eb;
  overflow: hidden;
}

.sunset-image {
  width: 47%;
  background-image: url("../images/thumbs/sunset.jpg");
  background-size: cover;
  background-position: center;
}

.sunset-content {
  width: 53%;
  padding: 95px 60px;
  text-align: center;
  background: #f4f0eb;
  position: relative;
}

.sunset-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("your-pattern-image.png");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

.sunset-content h2,
.sunset-content p {
  position: relative;
  z-index: 1;
}

.sunset-content h2 {
  font-size: 25px;
  font-weight: 500;
  color: #3f3b36;
  margin-bottom: 12px;
}

.sunset-content p {
  max-width: 520px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8178;
  font-style: italic;

}

@media (max-width: 768px) {
  .sunset-section {
    flex-direction: column;
  }

  .sunset-image,
  .sunset-content {
    width: 100%;
  }

  .sunset-image {
    min-height: 300px;
  }

  .sunset-content {
    padding: 50px 25px;
  }

  .sunset-content h2 {
    font-size: 17px;
  }
}

/*Faq*/
.coorg-faq{
    padding:80px 20px;
    background:#f8f6f2;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-heading{
    text-align:center;
    margin-bottom:50px;
}

.faq-heading span{
    display:inline-block;
    color:#8a6b45;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.faq-heading h2{
    font-size:38px;
    color:#2d2d2d;
    margin-bottom:15px;
}

.faq-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.faq-item{
    background:#fff;
    border-radius:10px;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.07);
    overflow:hidden;
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:22px 28px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#2d2d2d;
    text-align:left;
    transition:.3s;
}

.faq-question:hover{
    color:#8a6b45;
}

.faq-question span{
    font-size:28px;
    color:#8a6b45;
    transition:.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
    background:#faf9f6;
}

.faq-answer p{
    padding:0 28px 25px;
    color:#666;
    line-height:1.8;
    font-size:16px;
	background: #fff
}

.faq-item.active .faq-answer{
    max-height:300px;
}

@media(max-width:768px){

.faq-heading h2{
    font-size:28px;
}

.faq-question{
    font-size:16px;
    padding:18px;
}

.faq-answer p{
    padding:0 18px 20px;
    font-size:15px;
}

}


.iah-privacy-policy {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f8f5ef 0%, #ffffff 55%, #f3eadc 100%);
}

.iah-privacy-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.iah-privacy-header {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.iah-privacy-header span {
  display: inline-block;
  margin-bottom: 12px;
  color: #a98245;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.iah-privacy-header h1 {
  margin: 0 0 18px;
  color: #1f2f3a;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.iah-privacy-header p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.iah-privacy-content {
}

.iah-policy-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #eadcc9;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.3s ease;
	margin-bottom: 25px;
}

.iah-policy-card::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 5px;
  height: 42px;
  background: #a98245;
  border-radius: 0 20px 20px 0;
}

.iah-policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.iah-policy-card h3 {
  margin: 0 0 14px;
  color: #1f2f3a;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.iah-policy-card p {
  margin: 0;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .iah-privacy-policy {
    padding: 55px 15px;
  }

  .iah-privacy-header h1 {
    font-size: 32px;
  }

  .iah-privacy-content {
    grid-template-columns: 1fr;
  }

  .iah-policy-card {
    padding: 25px;
  }
}

/*New Package*/
.rain-retreat-section {
  padding: 80px 0;
  background: #f7f3eb;
  color: #2d2a26;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.retreat-header {
  text-align: center;
  margin-bottom: 45px;
}

.retreat-header span {
  display: inline-block;
  color: #8b6f3d;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.retreat-header h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #2f3b2f;
  margin-bottom: 12px;
}

.retreat-header p {
  font-size: 18px;
  color: #6b6258;
}

.retreat-card {
  background: #ffffff;
  padding: 45px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}

.retreat-content h2,
.highlights h2,
.retreat-footer h2 {
  font-size: 34px;
  color: #2f3b2f;
  margin-bottom: 18px;
}

.retreat-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #5e574f;
  margin-bottom: 15px;
}

.package-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px;
}

.package-box div {
  background: #f7f3eb;
  padding: 25px;
  border-radius: 16px;
  border-left: 4px solid #8b6f3d;
}

.package-box h4 {
  font-size: 16px;
  color: #2f3b2f;
  margin-bottom: 8px;
}

.package-box p {
  font-size: 16px;
  font-weight: 600;
  color: #8b6f3d;
  margin: 0;
}

.highlights {
  margin-bottom: 60px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.highlight-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #e6ddcf;
  transition: 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.highlight-box h3 {
  font-size: 22px;
  color: #2f3b2f;
  margin-bottom: 12px;
}

.highlight-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #655d54;
  margin: 0;
}

.retreat-footer {
  text-align: center;
  background: #2f3b2f;
  color: #ffffff;
  padding: 55px 30px;
  border-radius: 24px;
}

.retreat-footer h2 {
  color: #ffffff;
}

.retreat-footer p {
  font-size: 20px;
  margin-bottom: 20px;
}

.retreat-footer h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.retreat-footer a {
  display: inline-block;
  color: #ffffff;
  background: #8b6f3d;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 22px;
}

.retreat-footer small {
  display: block;
  max-width: 750px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
  color: #ddd6c8;
}

@media (max-width: 768px) {
  .retreat-header h1 {
    font-size: 30px;
  }

  .retreat-card {
    padding: 30px 22px;
  }

  .package-box,
  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .retreat-content h2,
  .highlights h2,
  .retreat-footer h2 {
    font-size: 25px;
  }
}

/* =========================
COTTAGES SECTION
========================= */

.vish-cottage-section{
    padding:90px 7%;
    background:#f7f4ef;
}

.vish-cottage-header{
    text-align:center;
    margin-bottom:60px;
}

.vish-subtitle{
    color:#b79255;
    letter-spacing:3px;
    font-size:17px;
    font-weight:600;
    display:block;
    margin-bottom:14px;
}

.vish-cottage-header h2{
    font-size:50px;
    color:#1b1b1b;
    margin-bottom:18px;
    font-weight:500;
}

.vish-cottage-header p{
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:18px;
}

/* GRID */

.vish-cottage-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:24px;
}

/* RIGHT GRID */

.vish-right-grid{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.vish-bottom-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

/* CARD */

.vish-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    min-height:320px;
    cursor:pointer;
    background:#000;
}

.vish-large-card{
    min-height:690px;
}

.vish-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.7s ease;
}

/* OVERLAY */

.vish-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.88),
        rgba(0,0,0,0.25),
        rgba(0,0,0,0.1)
    );
}

/* CONTENT */

.vish-card-content{
    position:absolute;
    bottom:35px;
    left:30px;
    right:30px;
    z-index:2;
    color:#fff;
}

.vish-room-tag{
    display:inline-block;
    background:rgba(183,146,85,0.9);
    padding:8px 16px;
    border-radius:30px;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:16px;
}

.vish-card-content h3{
    font-size:30px;
    margin-bottom:18px;
	color: #fff
}

.vish-room-info{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    font-size:15px;
    margin-bottom:24px;
    color:#e6e6e6;
}

.vish-room-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,0.5);
    padding-bottom:5px;
    transition:0.4s;
    font-size:18px;
}

.vish-room-btn:hover{
    color:#b79255;
    border-color:#b79255;
}

/* HOVER */

.vish-card:hover img{
    transform:scale(1.08);
}

.vish-card:hover{
    transform:translateY(-5px);
    transition:0.4s ease;
}

/* RESPONSIVE */

@media(max-width:992px){

    .vish-cottage-grid{
        grid-template-columns:1fr;
    }

    .vish-large-card{
        min-height:500px;
    }
}

@media(max-width:768px){

    .vish-bottom-grid{
        grid-template-columns:1fr;
    }

    .vish-cottage-header h2{
        font-size:38px;
    }

    .vish-card-content h3{
        font-size:25px;
    }

    .vish-room-info{
        gap:10px;
        font-size:14px;
    }
}


/*TRUST PAGE*/
.luxury-trust-strip {
    background: #ffffff;
    padding: 70px 20px;
}

.luxury-trust-container {
    max-width: 1380px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.luxury-trust-card {
    background: #fff;
    border: 1px solid rgba(183, 146, 85, 0.25);
    border-radius: 100px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    cursor: pointer;
}

.luxury-trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(183, 146, 85, 0.12);
    border-color: #b79255;
}

.luxury-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b79255;
    font-size: 22px;
    flex-shrink: 0;
}

.luxury-tright h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: #b79255;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.luxury-tright p {
    margin: 6px 0 0;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.luxury-icon-circle{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .luxury-trust-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .luxury-trust-container {
        grid-template-columns: 1fr;
    }

    .luxury-tright h3 {
        font-size: 22px;
    }
}

/*Fesilities*/
.iah-explore{
    background: none center center / cover no-repeat rgb(236, 239, 241);
    padding:100px 0;
}

.iah-wrap{
    width:88%;
    max-width:1450px;
    margin:auto;
}

.iah-head{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;
    margin-bottom:35px;
}

.iah-line{
    width:80px;
    height:1px;
    background:#666;
}

.iah-head h2{
    font-size:50px;
    color:#3b3934;
    font-weight:400;
    margin:0;
}

.iah-desc{
    max-width:850px;
    margin:auto;
    text-align:center;
    font-size:18px;
    line-height:1.8;
    color:#4a4a4a;
    margin-bottom:90px;
}

.iah-slider-box{
    display:flex;
    align-items:center;
    gap:25px;
}

.iah-arrow{
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:#fff;
    font-size:32px;
    color:#444;
    cursor:pointer;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    flex-shrink:0;
}

.iah-items{
    display:flex;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    width:100%;
}

.iah-items::-webkit-scrollbar{
    display:none;
}

.iah-item{
    min-width:270px;
    padding:45px 20px;
    text-align:center;
    border-right:1px solid #ddd;
    transition:.35s ease;
    flex-shrink:0;
}

.iah-item img{
    width:70px;
    margin-bottom:28px;
}

.iah-item h4{
    font-size:18px;
    color:#444;
    margin:0;
    font-weight:400;
}

.iah-item.active{
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.iah-item.active h4{
    color:#b79255;
}

.iah-item:hover{
    background:#fff;
    transform:translateY(-5px);
}

@media(max-width:768px){
    .iah-head h2{
        font-size:34px;
    }

    .iah-desc{
        font-size:16px;
    }

    .iah-item{
        min-width:220px;
    }
}

/* =========================================
   FULL PAGE HERO BANNER
========================================= */

.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;

  /* Background Image Settings */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner2 {
  position: relative;
  width: 100%;
  min-height: 200px;

  /* Background Image Settings */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.72),
    rgba(0, 0, 0, 0.35)
  );
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

/* Subtitle */
.hero-subtitle {
  display: inline-block;
  color: #d6b36a;
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Title */
.hero-title {
  font-size: 50px;
  line-height: 1.08;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  letter-spacing: -1px;
}

/* Scroll */
.hero-scroll {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll span {
  display: block;
  width: 26px;
  height: 45px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 30px;
  position: relative;
}

.hero-scroll span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  transform: translateX(-50%);
  animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
  0% {
    opacity: 1;
    top: 8px;
  }

  100% {
    opacity: 0;
    top: 24px;
  }
}

/* Responsive */
@media (max-width: 991px) {

  .hero-banner {
    background-attachment: scroll;
    min-height: 650px;
  }

  .hero-title {
    font-size: 58px;
  }
}

@media (max-width: 767px) {

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
/**/

/*Start Important Notes*/

.important-notes {
  padding: 60px 60px;
  background: #fbf7ef;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.important-notes h3 {
  margin-bottom: 18px;
  font-size: 30px;
  color: #071a33;
  font-weight: 600;
}

.important-notes ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.important-notes li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #2b2b2b;
}

.important-notes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b79255;
  font-weight: 700;
}
/*End Important Notes*/

/* =========================================================
   Banner Slider - CSS only
   ========================================================= */

.banner-slider-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #111;
}

.banner-css-slider,
.banner-css-slide,
.banner-overlay {
  position: absolute;
  inset: 0;
}

.banner-css-slider {
  z-index: 0;
}

.banner-css-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  animation: bannerFadeZoom 18s infinite;
}

.banner-css-slide:nth-child(1) { animation-delay: 0s; }
.banner-css-slide:nth-child(2) { animation-delay: 6s; }
.banner-css-slide:nth-child(3) { animation-delay: 12s; }

.banner-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.22) 100%);
  pointer-events: none;
}

.banner-content-container {
  position: relative;
  z-index: 2;
}

@keyframes bannerFadeZoom {
  0% { opacity: 0; transform: scale(1.04); }
  8% { opacity: 1; }
  33% { opacity: 1; transform: scale(1.12); }
  41%, 100% { opacity: 0; transform: scale(1.14); }
}

/*Package Start*/

/* Luxury Coffee Theme */
.ritual-package {
  padding: 80px 20px;
}


/* Gallery */
.ritual-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  margin-bottom: 45px;
}

.gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0)
  );
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.large {
  height: 500px;
}

.gallery-side .gallery-item {
  height: 241px;
}

/* Header */
.ritual-header .tag {
  display: inline-block;
  padding: 9px 20px;
  background: #b79255;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ritual-header h2 {
  margin: 0;
  font-size: 48px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 1px;
}

.ritual-header p {
  margin: 16px 0 30px;
  font-size: 16px;
  color: #5f5647;
  font-style: italic;
  line-height: 1.8;
}

/* Audience */
.audience {
  background: #f7f0e3;
  border-left: 5px solid #b79255;
  padding: 18px 22px;
  border-radius: 50px;
  color: #3d3328;
  margin-bottom: 28px;
  font-size: 16px;
}

/* Price Box */
.price-box {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 18px 30px;
  border-radius: 100px;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
  box-shadow: 0 15px 35px rgba(23, 59, 44, 0.22);
}

.price-box span {
  color: #e2c188;
  font-size: 30px;
}

/* Main Grid */
.package-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;
}

/* Cards */
.highlights,
.price-table {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #ead8b6;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.highlights h3,
.price-table h3 {
  margin-top: 0;
  margin-bottom: 22px;
  color: #000000;
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
}

.highlights h3::after,
.price-table h3::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #b79255;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.booking-call {
  margin-top: 45px;
  padding: 24px 28px;
  border-radius: 20px;
  background: #fbf7ef;
  border: 1px solid #e6d6b8;
  box-shadow: 0 12px 35px rgba(183, 146, 85, 0.15);
  position: relative;
}

.booking-call span {
  display: block;
  font-size: 16px;
  color: #6b6b6b;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.call-number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.call-number:hover {
  color: #b79255;
}

.call-email {
  display: inline-block;
  font-size: 20px;
  color: #7a5d2f;
  text-decoration: none;
  border-bottom: 1px solid rgba(183, 146, 85, 0.4);
  padding-bottom: 2px;
  transition: 0.3s ease;
}

.call-email:hover {
  color: #000;
  border-color: #000;
}
/* Highlights */
.highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Package Highlight Luxury Arrow */
.highlights li {
  padding: 16px 0 16px 42px;
  border-bottom: 1px dashed #d9c69c;
  position: relative;
  color: #2c2c2c;
  font-size: 16px;
}

.highlights li:last-child {
  border-bottom: none;
}

/* Luxury Arrow Icon */
.highlights li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 15px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #b79255, #d8bc84);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 6px 14px rgba(183, 146, 85, 0.35);
}

/* Table */
.price-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.price-table th {
  background: #b79255;
  color: #fff;
  padding: 18px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.price-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e6d6b8;
  font-size: 16px;
  color: #2b2b2b;
}

.price-table tr:nth-child(even) td {
  background: #fbf7ef;
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-table td:last-child {
  font-weight: 700;
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {

  .ritual-card {
    padding: 28px;
  }

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

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

  .large,
  .gallery-side .gallery-item {
    height: 260px;
  }

  .package-content {
    grid-template-columns: 1fr;
  }

  .ritual-header h2 {
    font-size: 36px;
  }

  .price-box {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {

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

  .large,
  .gallery-side .gallery-item {
    height: 220px;
  }

  .ritual-header h2 {
    font-size: 28px;
  }

  .highlights,
  .price-table {
    padding: 24px;
  }
}

/*Package End*/

/*Table cotages*/

.stay-table-section {

}

.stay-table-wrap {
  margin: 0 auto;
}

.stay-table-wrap h2 {
  margin: 0 0 28px;
  color: #071a33;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  border-radius: 24px;
	margin-bottom: 55px;
}

.stay-table {
  width: 100%;
  border-collapse: collapse;
  background: #fffdf8;
  overflow: hidden;
}

.stay-table thead {
  background: linear-gradient(135deg, #b79255, #8f6b32);
}

.stay-table th {
  padding: 22px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.stay-table td {
  padding: 22px 20px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.45;
  border-bottom: 1px solid #eadfc9;
}

.stay-table tbody tr {
  transition: all 0.3s ease;
}

.stay-table tbody tr:nth-child(even) {
  background: #faf5ec;
}

.stay-table tbody tr:hover {
  background: #f0e5d2;
  transform: scale(1.01);
}

.stay-table td:first-child {
  color: #071a33;
  font-weight: 600;
}

.stay-table td:last-child {
  color: #8f6b32;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .stay-table-section {
    padding: 45px 15px;
  }

  .stay-table-wrap h2 {
    font-size: 28px;
  }

  .stay-table th,
  .stay-table td {
    padding: 16px 14px;
    font-size: 14px;
  }
}


/* =========================================================
   Common Headings
   ========================================================= */

.section-heading,
.section-title,
.section-header,
.nature-heading,
.offers-heading,
.signature-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sub-title,
.small-title,
.section-heading span,
.section-title span,
.section-title .sub-title,
.features-head span,
.offers-heading span,
.section-header .sub-title {
  display: inline-block;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-heading h2,
.section-title h2,
.section-header h2,
.nature-heading h2,
.offers-heading h2,
.signature-header h2 {
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 18px;
}

.section-heading p,
.section-title p,
.section-header p,
.nature-heading p,
.offers-heading p,
.signature-header p {
  font-size: 16px;
}


.restaurant-two-col {
  padding: 90px 20px;
  background: #f8f6f1;
}

.restaurant-container {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.restaurant-card {
  background: #fff;
  padding: 28px;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.restaurant-card:hover {
  transform: translateY(-6px);
}

.restaurant-img {
  position: relative;
  overflow: hidden;
  height: 360px;
  margin-bottom: 30px;
}

.restaurant-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.restaurant-card:hover .restaurant-img img {
  transform: scale(1.06);
}

.restaurant-content span {
  display: block;
  color: #b79a5b;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.restaurant-content h2 {
  font-size: 35px;
  line-height: 1.1;
  color: #1f2b35;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}

.restaurant-content h4 {
  font-size: 16px;
  color: #b98a28;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}

.restaurant-content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

.btn-dining {
  display: inline-block;
  margin-top: 18px;
  background: #b99b5f;
  color: #fff;
  padding: 16px 38px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: 0.3s ease;
}

.btn-dining:hover {
  background: #1f2b35;
  color: #fff;
}

@media (max-width: 991px) {
  .restaurant-container {
    grid-template-columns: 1fr;
  }

  .restaurant-content h2 {
    font-size: 36px;
  }

  .restaurant-img {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .restaurant-two-col {
    padding: 55px 15px;
  }

  .restaurant-card {
    padding: 20px;
  }

  .restaurant-content h2 {
    font-size: 31px;
  }

  .restaurant-content h4 {
    font-size: 20px;
  }
}



.policy-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fbf8f2, #ffffff);
  color: #3b3328;
}

.policy-container {
  max-width: 1180px;
  margin: auto;
}

.policy-header {
  text-align: center;
  margin-bottom: 45px;
}

.policy-header span {
  display: inline-block;
  color: #a17a3f;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.policy-header h2 {
  font-size: 42px;
  margin: 0 0 12px;
  color: #2f261d;
  font-weight: 500;
}

.policy-header p {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #6b6258;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.policy-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid rgba(161, 122, 63, 0.18);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.policy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: #a17a3f;
}

.policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
}

.policy-card.full {
  grid-column: span 2;
}

.policy-card h3 {
  font-size: 22px;
  margin: 0 0 15px;
  color: #2f261d;
  font-weight: 600;
}

.policy-card h5 {
  font-size: 16px;
  margin: 15px 0 0px;
  color: #2f261d;
  font-weight: 600;
}

.policy-card p {
  font-size: 16px;
  line-height: 1.75;
  color: #625b52;
}

.policy-card strong {
  color: #3b3328;
}

@media (max-width: 768px) {
  .policy-section {
    padding: 55px 15px;
  }

  .policy-header h2 {
    font-size: 32px;
  }

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

  .policy-card.full {
    grid-column: span 1;
  }

  .policy-card {
    padding: 24px;
  }
}



.story-section {
  padding: 80px 20px;
  background: #f8f6f1;
  color: #222;
}

.story-wrap {
  max-width: 1120px;
  margin: auto;
}

.story-wrap h2 {
  font-size: 38px;
  margin: 0 0 26px;
  color: #172331;
}

.milestone-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  margin-bottom: 45px;
  border-radius: 18px;
  overflow: hidden;
  background: #172331;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.milestone-strip div {
  padding: 26px 24px;
  border-right: 1px solid rgba(255,255,255,0.15);
  color: #fff;
}

.milestone-strip div:last-child {
  border-right: none;
}

.milestone-strip span {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d6bd82;
  margin-bottom: 8px;
}

.milestone-strip strong {
  display: block;
  font-size: 30px;
  color: #d6bd82;
}

.milestone-strip p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #f2efe8;
}

.story-block {
  background: #fff;
  padding: 34px 38px;
  margin-bottom: 24px;
  border-radius: 18px;
  border-left: 4px solid #b5965c;
  box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

.story-block h3 {
  font-size: 26px;
  margin: 0 0 18px;
  color: #172331;
}

.story-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 14px;
}

.story-block p:last-child {
  margin-bottom: 0;
}

.story-block .lead {
  font-size: 21px;
  color: #333;
}

.story-block .highlight {
  font-size: 21px;
  color: #172331;
  font-weight: 600;
}

.story-block.final {
  background: #172331;
  border-left-color: #d6bd82;
}

.story-block.final p {
  color: #f5f1e9;
}
.story-block.final h3 {
  color: #f5f1e9;
}

.story-block.final .highlight {
  color: #d6bd82;
}

@media (max-width: 900px) {
  .milestone-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .story-section {
    padding: 55px 15px;
  }

  .story-wrap h2 {
    font-size: 30px;
  }

  .milestone-strip {
    grid-template-columns: 1fr;
  }

  .story-block {
    padding: 26px 22px;
  }

  .story-block p {
    font-size: 16px;
  }
}

/* =========================================================
   Property / Experience Section
   ========================================================= */

.experience-section {
  padding: 80px 20px;
  color: #25313d;
  background: radial-gradient(circle at top left, rgba(183, 146, 85, 0.12), transparent 35%), linear-gradient(180deg, #fffaf3 0%, #ffffff 55%, #f7f2ea 100%);
}

.experience-section .section-heading h2,
.experience-section .section-title h2 {
  font-size: 50px;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.property-card {
  background: rgba(255,255,255,0.88);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(31,37,44,0.10);
  border: 1px solid rgba(183,146,85,0.18);
  transition: all 0.35s ease;
}

.property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(31,37,44,0.16);
}

.property-card .image-box {
  position: relative;
  height: 310px;
  overflow: hidden;
}

.property-card .image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35), transparent 55%);
}

.property-card .image-box img,
.experience-card img,
.stay-image img,
.offer-img img,
.dish-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}


.property-card .card-content {
  padding: 28px 30px 32px;
}

.location {
  display: inline-block;
  color: var(--gold);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-weight: 600;
}

.property-card .card-content h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 12px;
  color: #243240;
}

.property-card .card-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 22px;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #243240;
  font-size: 16px;
  font-weight: 600;
}

.card-btn span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #b79255;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.card-btn:hover span {
  transform: translateX(5px);
  background: #243240;
}

/* =========================================================
   Luxury Dining Section
   ========================================================= */

.luxury-dining-section {
  padding: 110px 20px;
  background: linear-gradient(90deg, #fbfaf7 0%, #ffffff 55%, #f6f1e8 100%);
  overflow: hidden;
}

.luxury-dining-section .dining-container {
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 90px;
  align-items: center;
}

.dining-images {
  position: relative;
  min-height: 560px;
}

.image-back,
.image-front {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,0.16);
}

.image-back {
  width: 63%;
  height: 470px;
  top: 0;
  left: 0;
}

.image-front {
  width: 62%;
  height: 420px;
  right: 0;
  bottom: 0;
  border: 12px solid #fbfaf7;
  box-shadow: 0 35px 80px rgba(0,0,0,0.24);
}

.image-back img,
.image-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.dining-images:hover img {
  transform: scale(1.06);
}

.gold-line {
  position: absolute;
  left: 45px;
  bottom: 35px;
  width: 120px;
  height: 3px;
  background: #b9975b;
}

.dining-content {
  position: relative;
  padding: 25px 0;
}

.dining-content h2 {
  margin: 0 0 22px;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: 1px;
  color: var(--navy);
  font-weight: 400;
}

.dining-content h4 {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 22px;
  line-height: 1.35;
  color: #c18a19;
  font-weight: 400;
}

.dining-content p {
  margin: 0 0 15px;
  font-size: 16px;
  color: #666;
}

.luxury-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 18px 45px;
  background: #b9975b;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 2px;
  transition: 0.35s ease;
}

.luxury-btn:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-3px);
}

/* =========================================================
   Luxury Experience Cards
   ========================================================= */

.luxury-experience {
  padding: 100px 20px;
  color: #1c2a33;
}

.luxury-experience .container {
  max-width: 1380px;
}

.luxury-experience .section-heading {
  margin-bottom: 60px;
}

.luxury-experience .section-heading h2 {
  font-size: 50px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.experience-card {
  background: #fffdf8;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(31,48,56,0.10);
  border: 1px solid rgba(160,130,80,0.18);
  transition: all 0.4s ease;
}

.experience-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 75px rgba(31,48,56,0.18);
}

.experience-card .image-box,
.experience-image {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.experience-card .image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.35));
}

.experience-card .content,
.experience-content,
.experience-card .card-content {
  position: relative;
  padding: 34px 32px 38px;
}

.number {
  position: absolute;
  top: -38px;
  right: 28px;
  width: 64px;
  height: 64px;
  background: #a08250;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 12px 25px rgba(160,130,80,0.35);
}

.experience-card h3,
.experience-content h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 12px;
  color: var(--dark-text);
}

.experience-card h5 {
  font-size: 16px;
  font-weight: 500;
  color: #a08250;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(160,130,80,0.22);
}

.experience-card p,
.experience-content p {
  font-size: 16px;	
  color: #666;
  margin: 0;
}

/* =========================================================
   Luxury Stays
   ========================================================= */

.luxury-stays {
  padding: 80px 20px;
}

.luxury-stays
.top-text {
  text-align: center;
  color: #4d5646;
  font-size: 16px;
  margin-bottom: 45px;
  letter-spacing: 0.4px;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.stay-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  border: 1px solid rgba(167,139,91,0.12);
}

.stay-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 55px rgba(0,0,0,0.14);
}

.stay-image img {
  height: 220px;
}

.stay-content {
  padding: 24px;
}

.stay-content h3 {
  font-size: 26px;
  color: #17264a;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.1;
}

.stay-content p {
  font-size: 16px;
  color: #353535;
  margin-bottom: 10px;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  width: 100%;
  border-top: 1px solid #ece5d8;
  text-decoration: none;
  color: #a67c37;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.view-btn span {
  transition: 0.3s;
}

.view-btn:hover span {
  transform: translateX(5px);
}

/* ===============================
   SIGNATURE EXPERIENCE SECTION
================================== */

.lux-experience-section {
  padding: 80px 6%;
  background: #fff;
}

/* Top Area */
.lux-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.lux-main-title {
  margin: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
}

.lux-view-btn {
  text-decoration: none;
  color: #2e3f32;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: 0.3s ease;
}

.lux-view-btn:hover {
  opacity: 0.7;
}

/* Grid */
.lux-experience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

/* Card */
.lux-exp-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  cursor: pointer;
}

.lux-exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.lux-exp-card:hover img {
  transform: scale(1.08);
}

/* Overlay */
.lux-exp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.20),
    rgba(0, 0, 0, 0.05)
  );
  z-index: 1;
}

/* Content */
.lux-exp-content {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
}

.lux-exp-content h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

/* ===============================
   RESPONSIVE
================================== */

@media (max-width: 1200px) {

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

}

@media (max-width: 768px) {

  .lux-section-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .lux-main-title {
    font-size: 38px;
  }

  .lux-experience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .lux-exp-card {
    height: 320px;
  }

}

@media (max-width: 480px) {

  .lux-experience-grid {
    grid-template-columns: 1fr;
  }

  .lux-exp-card {
    height: 340px;
  }

}

/* =========================================================
   Package Section
   ========================================================= */

.package-section {
  padding: 70px 20px;
  background: var(--cream);
  color: #1f2f3a;
}

.package-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

.info-card {
  background: #fff;
  padding: 38px 36px;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(170,132,67,0.25);
}

.full-card {
  margin-top: 35px;
  max-width: 680px;
}

.info-card h2 {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 26px;
  color: #243746;
}

.validity {
  margin-bottom: 24px;
  font-size: 16px;
  color: #686868;
}

.validity strong {
  color: #243746;
}

.lux-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lux-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  font-weight: 500;
}

.lux-list li::before {
  content: "✓";
  color: #b18a46;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
}

.rate-card {
  background: linear-gradient(135deg, #263846, #182630);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.rate-card h2,
.rate-card .validity strong {
  color: #fff;
}

.rate-card .validity {
  color: #d8d0c4;
}

.rate-card .lux-list li {
  color: #fff;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.rate-card .lux-list li::before {
  color: #d5b36a;
}

.rate-card span {
  font-weight: 700;
  color: #f4d58a;
  white-space: nowrap;
}


   .offer-package-section {
      padding: 70px 20px;
      background: #f8f5ef;
      color: #1f2f3a;
    }

    .offer-package-wrap {
      max-width: auto;
      margin: auto;
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 40px;
    }

    .offer-package-card {
      background: #fff;
      padding: 38px 36px;
      border-radius: 22px;
      box-shadow: 0 15px 45px rgba(0,0,0,0.08);
      border: 1px solid rgba(170,132,67,0.25);
    }

    .offer-package-full-card {
      margin-top: 35px;
    }

    .offer-package-card h2 {
      font-size: 34px;
      font-weight: 400;
      margin: 0 0 26px;
      color: #243746;
    }

    .offer-package-validity {
      margin-bottom: 24px;
      font-size: 16px;
      color: #686868;
    }

    .offer-package-validity strong {
      color: #243746;
    }

    .offer-package-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
.offer-package-list h4{font-size: 25px; margin-bottom: 8px;}

    .offer-package-list li {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 18px;
      font-size: 16px;
      line-height: 1.5;
      color: #111;
      font-weight: 500;
    }

    .offer-package-list li::before {
      content: "✓";
      color: #b18a46;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      margin-top: 2px;
    }

    .offer-package-rate-card {
      background: linear-gradient(135deg, #263846, #182630);
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .offer-package-rate-card h2,
    .offer-package-rate-card .offer-package-validity strong {
      color: #fff;
    }

    .offer-package-rate-card .offer-package-validity {
      color: #d8d0c4;
    }

    .offer-package-rate-card .offer-package-list li {
      color: #fff;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      padding-bottom: 14px;
      margin-bottom: 14px;
    }

    .offer-package-rate-card .offer-package-list li::before {
      color: #d5b36a;
    }

    .offer-package-rate-card span {
      font-weight: 700;
      color: #f4d58a;
      white-space: nowrap;
    }

    @media (max-width: 900px) {
      .offer-package-wrap {
        grid-template-columns: 1fr;
      }

      .offer-package-full-card {
        max-width: 100%;
      }

      .offer-package-card {
        padding: 30px 24px;
      }

      .offer-package-card h2 {
        font-size: 30px;
      }
    }



.luxury-escape-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #fbf8f1 0%, #ffffff 100%);
  color: #243746;
}

.luxury-escape-container {
  margin: auto;
}

.luxury-escape-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr 1.15fr;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 70px;
}

.luxury-escape-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 330px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.14);
}

.luxury-escape-img.large {
  height: 330px;
}

.luxury-escape-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.luxury-escape-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.02),
    rgba(0,0,0,0.28)
  );
}

.luxury-escape-img:hover img {
  transform: scale(1.06);
}

.luxury-escape-content {
  background: #ffffff;
  padding: 48px 52px;
  border-radius: 28px;
  border: 1px solid rgba(177, 138, 70, 0.28);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  position: relative;
}

.luxury-escape-content::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 5px;
  height: 82px;
  background: #b18a46;
  border-radius: 0 8px 8px 0;
}

.luxury-escape-subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #b18a46;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.luxury-escape-content h2 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: #1f2f3a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxury-escape-content p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
}

.luxury-escape-tariff {
  margin-top: 34px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.luxury-escape-tariff div {
  min-width: 230px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #f8f5ef;
  border: 1px solid rgba(177, 138, 70, 0.25);
}

.luxury-escape-tariff span {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #8a7554;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxury-escape-tariff strong {
  font-size: 16px;
  color: #243746;
  font-weight: 600;
}

@media (max-width: 992px) {
  .luxury-escape-gallery {
    grid-template-columns: 1fr;
  }

  .luxury-escape-img,
  .luxury-escape-img.large {
    height: 300px;
  }

  .luxury-escape-content {
    padding: 38px 28px;
  }

  .luxury-escape-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .luxury-escape-section {
    padding: 60px 16px;
  }

  .luxury-escape-gallery {
    gap: 18px;
    margin-bottom: 45px;
  }

  .luxury-escape-img,
  .luxury-escape-img.large {
    height: 240px;
    border-radius: 18px;
  }

  .luxury-escape-content {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .luxury-escape-content h2 {
    font-size: 26px;
  }

  .luxury-escape-content p {
    font-size: 15.5px;
  }

  .luxury-escape-tariff div {
    width: 100%;
  }
}

/* =========================================================
   Features & Amenities
   ========================================================= */

.luxury-features {
  padding: 60px 20px;
  background: #f7f3ec;
}

.features-wrap {
  max-width: 1150px;
  margin: auto;
  padding: 48px;
  border-radius: var(--radius-xl);
  background: var(--cream-light);
  border: 1px solid #d8bd7a;
  border-left: 8px solid var(--gold);
  box-shadow: 0 25px 60px rgba(80,55,20,0.12);
}

.features-head h2 {
  margin: 14px 0 34px;
  color: #071a33;
  font-size: 42px;
  font-weight: 500;
}

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

.feature-card {
  min-height: 210px;
  padding: 28px 22px;
  border-radius: var(--radius-lg);
  background: #fffbf4;
  border: 1px solid #ead9b8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}

.feature-card:hover,
.feature-card.active {
  background: linear-gradient(145deg, #c5a462, #9d7838);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(157,120,56,0.28);
}

.feature-card h4 {
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  color: #1f2a36;
  font-size: 16px;
  line-height: 1.5;
}

.feature-card:hover p,
.feature-card.active p {
  color: #fff;
}

.luxury-amenities {
  padding: 90px 0;
  background: var(--cream);
}

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

.amenity-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  border: 1px solid rgba(183,146,85,0.15);
  box-shadow: var(--shadow-sm);
}

.amenity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--gold), var(--gold-soft));
}

.amenity-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.icon,
.feature-card .icon,
.amenity-card .icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(183,146,85,0.12);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: 0.3s ease;
  box-shadow: 0 15px 30px rgba(120,95,45,0.15);
}

.feature-card .icon {
  width: 82px;
  height: 82px;
  background: #f4efe4;
}

.icon i,
.amenity-card .icon i {
  font-size: 30px;
  color: var(--gold);
}

.feature-card:hover .icon,
.feature-card.active .icon {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

.amenity-card:hover .icon {
  background: var(--gold);
}

.amenity-card:hover .icon i {
  color: #fff;
}

.amenity-card h4 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

/* =========================================================
   Nature Luxury Section
   ========================================================= */

.nature-luxury-section {
  padding: 90px 20px;
  overflow: hidden;
}

.nature-heading {
  margin-bottom: 60px;
}

.nature-heading h2 {
  font-size: 55px;
  color: #1c2d3d;
  letter-spacing: 1px;
}

.nature-heading p {
  color: #495866;
  margin-bottom: 18px;
}

.nature-luxury-section .experience-grid {
  gap: 30px;
}

.nature-luxury-section .experience-card {
  background: #fff;
  border-radius: var(--radius-lg);
}

.nature-luxury-section .experience-image {
  height: 320px;
}

.gold-divider {
  width: 100%;
  height: 1px;
  background: #b79255;
  margin-bottom: 10px;
}

/* =========================================================
   Coorg Dining
   ========================================================= */

.coorg-dining-section {
  padding: 100px 20px;
  overflow: hidden;
}

.section-header {
  margin-bottom: 80px;
}

.section-header h2 {
  font-size: 50px;
  color: #000;
}

.coorg-dining-section .dining-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 40px;
}

.coorg-dining-section .dining-images {
  min-height: 520px;
}

.coorg-dining-section .dining-images img {
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.img-main {
  width: 62%;
  height: 400px;
}

.img-overlay {
  width: 58%;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 8px solid #f4f3eb;
}

.coorg-dining-section .dining-content {
  background: #fff;
  padding: 35px;
  border-radius: 30px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.coorg-dining-section .dining-content h3 {
  font-size: 35px;
  margin-bottom: 15px;
}

.coorg-dining-section .dining-content h5 {
  font-size: 23px;
  margin-bottom: 15px;
}

.evening-box,
.details-box {
  margin-top: 35px;
  background: #faf8f2;
  padding: 28px;
  border-radius: 30px;
  border-left: 4px solid #a08250;
}

.evening-box h4,
.details-box h4 {
  font-size: 28px;
  margin-bottom: 18px;
  color: var(--deep);
}

.evening-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.evening-box ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #5d6462;
  line-height: 1.7;
  font-size: 16px;
}

.evening-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a08250;
  font-weight: 700;
}

.details-box p {
  margin-bottom: 10px;
}

.signature-header {
  margin-bottom: 50px;
}

.signature-header h2 {
  font-size: 56px;
  margin-bottom: 10px;
}

.signature-header p {
  font-weight: 600;
}

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

.dish-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.dish-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.14);
}

.dish-card img {
  height: 230px;
}

.dish-content {
  padding: 22px;
}

.dish-content h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.dish-content p {
  line-height: 1.8;
  font-size: 16px;
}

/* =========================================================
   Coorg Offers
   ========================================================= */

.coorg-offers {
  padding: 80px 20px;
  color: #1d2b24;
}

.offers-heading {
  margin-bottom: 50px;
}

.offers-heading h2 {
  font-size: 42px;
  color: #10251c;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.offer-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
	border-radius: 25px;
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.14);
}

.offer-img {
  overflow: hidden;
}

.offer-content {
  padding: 28px;
}

.offer-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #10251c;
}

.offer-content .tagline {
  font-size: 16px;
  color: var(--gold-dark);
  margin-bottom: 10px;
  display: block;
	font-weight: 600;
	color: #b79255
}

.offer-content p {
  font-size: 16px;
  color: #555;
  margin: 0 0 15px;
}

.offer-bottom {
  border-top: 1px solid #eee3d3;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.price {
  font-size: 16px;
  font-weight: 600;
  color: #1d2b24; 
  margin-bottom: 15px;
}

.btn-offer {
  text-decoration: none;
  background: #10251c;
  color: #fff;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.3s ease;
  white-space: nowrap;
}

.btn-offer:hover {
  background: #b79255;
color: #fff;
	
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1100px) {
  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .experience-section .section-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .property-grid,
  .luxury-dining-section .dining-container,
  .package-wrap,
  .coorg-dining-section .dining-wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .section-heading h2,
  .luxury-experience .section-heading h2,
  .experience-section .section-heading h2,
  .section-title h2 {
    font-size: 38px;
  }

  .nature-heading h2 {
    font-size: 48px;
  }

  .dining-content h2 {
    font-size: 40px;
  }

  .dining-images {
    min-height: 520px;
  }

  .full-card {
    max-width: 100%;
  }

  .info-card {
    padding: 30px 24px;
  }

  .info-card h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .experience-section,
  .luxury-experience {
    padding: 70px 16px;
  }

  .experience-grid,
  .stay-grid,
  .offers-grid {
    grid-template-columns: 1fr;
  }

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

  .section-title h2,
  .section-heading h2 {
    font-size: 40px;
  }

  .experience-card .image-box,
  .experience-image {
    height: 300px;
  }

  .card-image img {
    height: 220px;
  }

  .experience-card .content,
  .experience-content,
  .experience-card .card-content {
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .section-header h2,
  .signature-header h2 {
    font-size: 40px;
  }

  .dish-grid,
  .features-grid,
  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .coorg-dining-section .dining-content {
    padding: 35px 25px;
  }

  .coorg-dining-section .dining-content h3 {
    font-size: 38px;
  }

  .coorg-dining-section .dining-images {
    min-height: auto;
  }

  .img-main,
  .img-overlay {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .offer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .banner-slider-area {
    min-height: 760px;
  }

  .banner-overlay {
    background: rgba(0,0,0,0.55);
  }

  .experience-section,
  .luxury-dining-section,
  .nature-luxury-section,
  .coorg-offers {
    padding: 60px 15px;
  }

  .luxury-stays {
    padding: 55px 15px;
  }

  .luxury-amenities {
    padding: 60px 0;
  }

  .features-wrap {
    padding: 32px 22px;
  }

  .property-card .image-box,
  .image-back,
  .image-front {
    height: 300px;
  }

  .image-back,
  .image-front {
    position: relative;
    width: 100%;
    border: none;
  }

  .dining-images {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .gold-line {
    display: none;
  }

  .section-heading h2,
  .section-title h2,
  .nature-heading h2,
  .offers-heading h2,
  .features-head h2 {
    font-size: 30px;
  }

  .dining-content h2 {
    font-size: 32px;
  }

  .dining-content h4 {
    font-size: 19px;
  }

  .dining-content p {
    font-size: 15px;
  }

  .stay-content h3 {
    font-size: 28px;
  }

  .experience-card h3,
  .experience-content h3 {
    font-size: 24px;
  }

  .experience-image {
    height: 260px;
  }
}

.ayurveda-spa-section {
    padding: 90px 20px;
    background:
      linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.96)),
      url("images/spa-bg.jpg");
    background-size: cover;
    background-position: center;
    color: #24313b;
  }

  .spa-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .spa-heading {
    text-align: center;
    margin: 0 auto 70px;
  }

  .spa-heading span,
  .ayurveda-spa-section .small-title {
    display: inline-block;
    color: #a8844f;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .spa-heading h1 {

    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 18px;
    color: #1f2e38;
    font-weight: 400;
  }

  .spa-heading p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
  }

  .spa-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
  }

  .spa-images {
    position: relative;
    min-height: 560px;
  }

  .spa-images .image-card {
    position: absolute;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  }

  .spa-images .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .spa-images .image-main {
    width: 420px;
    height: 520px;
    left: 0;
    top: 0;
    border-radius: 160px 160px 12px 12px;
  }

  .spa-images .image-overlap {
    width: 370px;
    height: 440px;
    right: 0;
    bottom: 0;
    border-radius: 12px 12px 160px 160px;
  }

  .spa-text {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    border: 1px solid rgba(168,132,79,0.18);
  }

  .spa-text h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #1f2e38;
  }

  .spa-text p {
    color: #5d5d5d;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .spa-features {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }

  .spa-features h3 {

    font-size: 28px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #1f2e38;
  }

  .spa-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 25px;
  }

  .spa-features li {
    font-size: 16px;
    color: #333;
  }

  .spa-features i {
    font-style: normal;
    color: #a8844f;
    margin-right: 10px;
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .spa-content {
      grid-template-columns: 1fr;
      gap: 50px;
    }

    .spa-images {
      max-width: 650px;
      margin: 0 auto;
    }

    .spa-heading h1 {
      font-size: 42px;
    }
  }

  @media (max-width: 600px) {
    .ayurveda-spa-section {
      padding: 60px 15px;
    }

    .spa-heading h1 {
      font-size: 34px;
    }

    .spa-images {
      min-height: auto;
      display: grid;
      gap: 20px;
    }

    .spa-images .image-card {
      position: relative;
      width: 100%;
      height: 360px;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      border-radius: 18px;
    }

    .spa-text {
      padding: 30px 22px;
    }

    .spa-text h2 {
      font-size: 30px;
    }

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

.sustainability-section {
  padding: 90px 20px;
  background:
    radial-gradient(circle at top left, rgba(163, 128, 80, 0.12), transparent 35%),
    linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
  color: #1f2d3a;
}

.sustainability-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.sustainability-section .section-heading {
  text-align: center;
  margin: 0 auto 70px;
}
.sustainability-section .section-heading .eyebrow {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a08250;
  margin-bottom: 12px;
}
.sustainability-section .section-heading h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 18px;
  color: #1c2b39;
}
.sustainability-section .section-heading p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.sustainability-section .image-area {
  position: relative;
  min-height: 620px;
}

.sustainability-section .image-card {
  position: absolute;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: 0 25px 60px rgba(31, 45, 58, 0.16);
  background: #fff;
}

.sustainability-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.sustainability-section .image-card:hover img {
  transform: scale(1.06);
}

.sustainability-section .main-img {
  width: 68%;
  height: 470px;
  left: 0;
  top: 0;
}

.sustainability-section .overlay-img {
  width: 60%;
  height: 430px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.sustainability-section .leaf-badge {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 4;
  background: #1f3a2f;
  color: #fff;
  padding: 18px 22px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(31, 58, 47, 0.25);
}

.sustainability-section .leaf-badge span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #a08250;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.sustainability-section .leaf-badge small {

  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sustainability-section .content-area {
  position: relative;
  padding: 30px 0;
}

.sustainability-section .content-area::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 30px;
  width: 2px;
  height: 120px;
  background: linear-gradient(#a08250, transparent);
}
.sustainability-section .small-title {

  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a08250;
  font-weight: 600;
}

.sustainability-section .content-area h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.08;
  margin: 16px 0 28px;
  color: #1c2b39;
}

.sustainability-section .content-area p {

  font-size: 16px;
  color: #5f6265;
  margin: 0 0 16px;
}
.sustainability-section .luxury-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 15px 32px;
  background: #1f3a2f;
  color: #fff;
  text-decoration: none;

  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.sustainability-section .luxury-btn:hover {
  background: #a08250;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(160, 130, 80, 0.28);
}

@media (max-width: 991px) {
  .sustainability-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sustainability-section .image-area {
    min-height: 560px;
  }

  .sustainability-section .content-area::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .sustainability-section {
    padding: 60px 15px;
  }
.sustainability-section .section-heading {
    margin-bottom: 45px;
  }

  .sustainability-section .image-area {
    min-height: auto;
    display: grid;
    gap: 20px;
  }

  .sustainability-section .image-card {
    position: relative;
    width: 100%;
    height: 340px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .sustainability-section .leaf-badge {
    position: relative;
    left: auto;
    bottom: auto;
    width: fit-content;
    margin-top: 5px;
  }

  .sustainability-section .content-area h3 {
    font-size: 38px;
  }
}


/*Start Contact*/

.contact-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #fffdf8 0%, #f6f1e8 100%);
}

.virtual-section {
  padding: 20px 20px;
}

.contact-container {
  max-width: 1250px;
  margin: auto;
}

.contact-heading {
  margin-bottom: 50px;
}

.contact-heading span {
  display: block;
  color: #b79255;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-heading h2 {
  margin: 0 0 18px;
  font-size: 52px;
  color: #142234;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-heading p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.9;
  font-family: Arial, sans-serif;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 70px;
}

.contact-card {
  display: flex;
  gap: 24px;
  padding: 34px 30px;
  background: rgba(255,255,255,0.92);
  border-radius: 24px;
  border: 1px solid rgba(183,146,85,0.25);
  box-shadow: 0 22px 60px rgba(20,34,52,0.08);
  transition: 0.35s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(20,34,52,0.14);
}

.contact-icon {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #b79255;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 12px 30px rgba(183,146,85,0.35);
}

.contact-card h3 {
  margin: 0 0 14px;
  font-size: 25px;
  color: #142234;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-card p {
  margin: 0;
  color: #666;
  line-height: 1.9;
  font-size: 16px;
}

.contact-card a {
  color: #666;
  text-decoration: none;
  transition: 0.3s;
}

.contact-card a:hover {
  color: #b79255;
}


/* MAP SECTION */

.map-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.map-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(183,146,85,0.2);
  box-shadow: 0 22px 60px rgba(20,34,52,0.08);
}

.map-title {
  padding: 28px 30px 18px;
}

.map-title span {
  color: #b79255;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
}

.map-title h3 {
  margin: 10px 0 0;
  font-size: 28px;
  color: #142234;
  font-weight: 500;
}

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

@media (max-width: 991px) {

  .contact-grid,
  .map-section {
    grid-template-columns: 1fr;
  }

  .contact-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {

  .contact-section {
    padding: 60px 15px;
  }

  .contact-card {
    padding: 26px 22px;
  }

  .map-title h3 {
    font-size: 26px;
  }

  .map-box iframe {
    height: 300px;
  }
}
/*End Contact*/




.story-section {
  padding: 80px 20px;
  background: #f8f6f1;
  color: #222;
}

.story-wrap {
  max-width: 1120px;
  margin: auto;
}

.story-wrap h2 {
  font-size: 38px;
  margin: 0 0 26px;
  color: #172331;
}

.milestone-strip {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  margin-bottom: 45px;
  border-radius: 18px;
  overflow: hidden;
  background: #172331;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.milestone-strip div {
  padding: 26px 24px;
  border-right: 1px solid rgba(255,255,255,0.15);
  color: #fff;
}

.milestone-strip div:last-child {
  border-right: none;
}

.milestone-strip span {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d6bd82;
  margin-bottom: 8px;
}

.milestone-strip strong {
  display: block;
  font-size: 30px;
  color: #d6bd82;
}

.milestone-strip p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #f2efe8;
}

.story-block {
  background: #fff;
  padding: 34px 38px;
  margin-bottom: 24px;
  border-radius: 18px;
  border-left: 4px solid #b5965c;
  box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

.story-block h3 {
  font-size: 26px;
  margin: 0 0 18px;
  color: #172331;
}

.story-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 14px;
}

.story-block p:last-child {
  margin-bottom: 0;
}

.story-block .lead {
  font-size: 21px;
  color: #333;
}

.story-block .highlight {
  font-size: 21px;
  color: #172331;
  font-weight: 600;
}

.story-block.final {
  background: #172331;
  border-left-color: #d6bd82;
}

.story-block.final p {
  color: #f5f1e9;
}

.story-block.final .highlight {
  color: #d6bd82;
}

@media (max-width: 900px) {
  .milestone-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .story-section {
    padding: 55px 15px;
  }

  .story-wrap h2 {
    font-size: 30px;
  }

  .milestone-strip {
    grid-template-columns: 1fr;
  }

  .story-block {
    padding: 26px 22px;
  }

  .story-block p {
    font-size: 16px;
  }
}

