/*home ========= */

/* ===== HERO SLIDER ===== */
.hero-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* ===== SLIDE ===== */
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

/* ===== IMAGE ===== */
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== TEXT BAR ===== */
.hero-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #ffffff;
  padding: 20px 30px;
  max-width: 600px;
}

.hero-content::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #c6783e;
}

.hero-content h1 {
  font-size: 28px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #000;
}


/*==== End =====*/

.why-bellmont {
  background: #ffe80014;
  padding: 80px 0;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

.divider {
  width: 120px;
  height: 2px;
  background: #c9a34e;
  margin: 15px auto 25px;
  position: relative;
}

.divider::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #c9a34e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  background: #fff;
}

.section-desc {
  max-width: 850px;
  margin: 0 auto;
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}

.justa-card {
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.justa-card img {
  max-width: 80px;
  margin-bottom: 20px;
}

.justa-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.justa-card p {
  color: #888;
  font-size: 14px;
}

/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Jost, Arial, Helvetica, sans-serif;
}

body {
  background: #fff;
  color: #000;
  caret-color: transparent !important;
}

/* ================= HERO HOTEL SLIDER ================= */
.page-container {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 30px;
}

.hotel-slider {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.hotel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hotel-slide.active {
  opacity: 1;
  z-index: 1;
}

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

/* TEXT BOX */
.slider-box {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 420px;
  padding: 35px 40px;
}

.slider-box h2 {
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 15px;
}

.slider-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}

.slider-box a {
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #ad8b39;
  font-weight: bold;
}

/* ARROWS */
.arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 999;
  background: #fff;
  border: none;
  color: #ad8b39;
  font-size: 22px;
  cursor: pointer;
}

.arrow.left {
  top: 30px;
  right: 120px;
}

.arrow.right {
  top: 30px;
  right: 70px;
}
/* room */

room-title {
  margin: 0;
  font-size: 24px !important;
  font-weight: 400;
}

.shimla-room {
  max-width: 1300px;
  margin: 100px auto;
  padding: 20px 30px;
  position: relative;
  background-color: #ffe80014;
}
.room-track {
  display: flex;
  transition: transform 0.6s ease;
}

.room-card {
  min-width: calc(100% / 3);
  padding: 10px;
}

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

.room-card h3 {
  margin-top: 14px;
  font-size: 18px !important;
  letter-spacing: 2px;
}

.room-card p {
  margin: 6px 0 10px;
  font-size: 14px;
  color: #444;
}

.room-card a {
  font-size: 14px;
  color: #ad8b39;
  text-decoration: none;
  letter-spacing: 1px;
}

.room-card a::after {
  content: " ›";
}

/* ================= LOCATIONS SLIDER ================= */
.locations {
  max-width: 1400px;
  margin: 100px auto;
  padding: 20px 30px;
  /* position: relative; */
  background: #f5efe6;
}

.slider-controls {
  /* position: absolute;
  top: 40px;
  right: 30px; */
  display: flex;
  align-items: center;
  gap: 12px;
}

.slider-controls button {
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
}

.room-details i {
  color: #ad8b39;
  font-size: 12px;
}

.room-details span {
  font-size: 14px;
}

.editorial-header-main span {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px !important;
}

.counter {
  font-size: 14px;
}

.location-slider {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.card {
  min-width: 50%;
  padding: 15px;
}

.card img {
  width: 100%;
  /* height: 280px; */
  object-fit: cover;
}

.card h3 {
  margin-top: 14px;
  font-size: 18px !important;
  letter-spacing: 2px;
}

.card p {
  margin: 6px 0 10px;
  font-size: 14px;
  color: #444;
}

.card a {
  font-size: 14px;
  color: #ad8b39;
  text-decoration: none;
  letter-spacing: 1px;
}

.card a::after {
  content: " ›";
}

.explore-btn {
  display: block;
  margin: 40px auto 0;
  padding: 14px 28px;
  border: 2px solid #ad8b39;
  background: #ad8b39;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .card {
    min-width: 50%;
  }

  .slider-box {
    right: 20px;
    left: 20px;
    width: auto;
  }

  .arrow.left,
  .arrow.right {
    top: auto;
    bottom: 20px;
  }

  .arrow.left {
    right: 80px;
  }
  .arrow.right {
    right: 30px;
  }
}

@media (max-width: 600px) {
  .hotel-slider {
    height: 380px;
  }
  .card {
    min-width: 100%;
  }
}

/*=========== start ===*/
/* ============ SECTION ============ */
.editorial-section {
  max-width: 1400px;
  margin: 80px auto;
  padding: 20px 30px;
  background-color: #f5efe6;
}

/* TOP TEXT */
.editorial-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.corporate-head {
  text-align: center;
  max-width: 1000px;
  margin: 40px auto 40px;
}
.corporate-head h1 {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  color: #ad8b39;
}
.corporate-head span {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px !important;
}

.editorial-header-main {
  text-align: center;
  max-width: 1000px;
  margin: 70px auto 70px;
}

.editorial-header-main h1 {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  color: #c6783e;
  padding: 20px 20px !important;
}

.editorial-header h2 {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  color: #ad8b39;
}

/* GRID */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.editorial-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.editorial-card h3 {
  margin-top: 22px;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.editorial-card p {
  margin: 12px 0 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.editorial-card a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ad8b39;
  text-decoration: none;
  font-weight: bold;
}

.editorial-card a::after {
  content: " ›";
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-header h2 {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .editorial-card img {
    height: 260px;
  }
}
/*========= End ======*/
/* ============ SECTION WRAPPER ============ */
.destination-section {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 30px;
}

.destination-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ============ IMAGE ============ */
.destination-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============ CONTENT ============ */
.destination-content {
  max-width: 500px;
}

.destination-content .line {
  width: 60px;
  height: 3px;
  background: #ad8b39;
  margin-bottom: 18px;
}

.destination-content h2 {
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 24px;
}

.destination-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

/* LINKS */
.destination-links a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ad8b39;
  text-decoration: none;
  font-weight: bold;
}

.destination-links a::after {
  content: " ↗";
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .destination-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .destination-content {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .destination-content h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

/*===============Start  =====*/
/* ============ SECTION WRAPPER ============ */
.destination-section {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 30px;
}

.destination-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ============ IMAGE ============ */
.destination-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============ CONTENT ============ */
.destination-content {
  max-width: 500px;
}

.destination-content .line {
  width: 60px;
  height: 3px;
  background: #ad8b39;
  margin-bottom: 18px;
}
.destination-section h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

.travl_p {
  padding: 20px 30px;
  /* width: 100%; */
  text-align: center;
  /* padding: 40px 200px; */
  margin: 1px 1px;
  line-height: 25px;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #000;
}

.destination-content h2 {
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 24px;
}

.destination-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

/* LINKS */
.destination-links a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ad8b39;
  text-decoration: none;
  font-weight: bold;
}

.destination-links a::after {
  content: " ↗";
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .destination-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .destination-content {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .destination-content h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

/*======= End ==============*/

/* .booking-bar {
  background: #f6f1e3;
} */

.booking-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.booking-box label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
}

.form-control,
.form-select {
  height: 44px;
  font-size: 14px;
}

.find-room-btn {
  height: 44px;
  background: #c6783e;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 9px 9px;
}

.find-room-btn:hover {
  background: #c36620;
}

.promo-check {
  display: flex;
  align-items: center;
}

.form-check-label {
  font-size: 14px;
  color: #555;
}

/* aminities tab */

.amenities {
  margin: 80px auto;
  padding: 60px 40px;
  background-image: url("../images/goa/beach.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: #000000;
  position: relative;
  overflow: hidden;
}

/* Optional subtle animation glow */
.amenities::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .amenities {
    padding: 40px 20px;
    margin: 50px 15px;
  }
  .locations {
    padding: 20px 10px;
  }
  .slider-box {
    padding: 15px;
  }
  .slider-box h2 {
    font-size: 14px !important;
    letter-spacing: 0px;
    margin-bottom: 6px;
  }
  .slider-box p {
    font-size: 12px;
  }
  .arrow{
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .tabs{
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .place-name,.place-dist{
    text-align: center;
  }
}

.aminities-title {
  font-size: 24px !important;
  text-align: center;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 30px;
}

.tab {
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  color: #444;
}

.tab.active {
  color: #ad8b39;
  font-weight: 600;
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #c6783e;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.tab-wrapper {
  min-height: 200px; /* 🔥 KEY LINE */
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* shimla gallery  */

.gallery-item {
  display: none;
}

.gallery-item.show {
  display: block;
}

.gallery-heading h3 {
  text-align: center !important;
}

.room-gallery {
  max-width: 1200px;
  margin: 40px auto;
}

/* Tabs */
.gallery_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-tab-btn {
  color: #000000;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.gallery-tab-btn.active {
  background: #c6783e;
  color: #fff;
  border-color: #c6783e;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 15px;
  padding:0px 20px;
}

.gallery-item {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

/* Show items */
.gallery-item.show {
  display: block;
}
/* shimpla form */

/* Form Styles */
.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form button {
  padding: 12px 25px;
  background-color: #c6783e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.contact-form button:hover {
  background-color: #f56a00;
}
.send-btn {
  background-color: #c6783e;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .destination-section {
    flex-direction: column;
  }
  .destination-image,
  .destination-content {
    flex: 1 1 100%;
  }
}
.stats-section {
  background: #ad8b39; /* deep corporate navy */
  padding: 40px 0;
  margin-top: 30px !important;
}

.stat-box h6 {
  font-size: 32px !important;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@media (max-width: 768px) {
  .stats-section {
    padding: 60px 0;
  }

  .stat-box {
    margin-bottom: 30px;
  }
}

/* corporate  gallery */

.gallery-heading {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-heading h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.masonry-gallery {
  column-count: 3;
  column-gap: 20px;
}

.gallery-item {
  margin-bottom: 20px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

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

/* Responsive */
@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}

/* logo slider  */

.logo-slider-section {
  padding: 70px 0;
  background: #ffffff;
  overflow: hidden;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 35px;
}

.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 60px;
}

.logo-track img {
  height: 55px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.85;
  transition: all 0.3s ease;
}

.logo-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Animations */
.slider-left .logo-track {
  animation: slideLeft 30s linear infinite;
}

.slider-right .logo-track {
  animation: slideRight 30s linear infinite;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .logo-track img {
    height: 45px;
  }
}
/* farm */

.farm-strong {
  font-size: 18px !important;
}
.farm-ul li {
  list-style: disc !important;
  padding: 2px;
}

/* restaurent  */

.restaurent-head {
  text-align: center;
  max-width: 1000px;
  margin: 40px auto 40px;
}
.restaurent-head h1 {
  font-size: 42px !important;
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  color: #ad8b39;
}
.restaurent-head span {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px !important;
}

.restaurant-slider {
  padding: 60px 0;
}

.foodSwiper {
  width: 100%;
  height: 420px;
}

.foodSwiper .swiper-slide {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

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

.slide-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: #fff;
}

.slide-content h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.slide-content p {
  font-size: 14px;
  opacity: 0.9;
}

/* Navigation Color */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
/* restaurent */

.restaurant-gallery-marquee {
  overflow: hidden;
}

/* Marquee wrapper */
.image-marquee {
  overflow: hidden;
  margin-bottom: 30px;
}

/* Track */
.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee-left 40s linear infinite;
}

/* Reverse direction */
.marquee-right .marquee-track {
  animation: marquee-right 45s linear infinite;
}

/* Card Style */
.gallery-card {
  width: 320px;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

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

/* Hover Effect */
.gallery-card:hover {
  transform: translateY(-8px) scale(1.03);
}

/* Animations */
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-card {
    width: 260px;
    height: 180px;
  }
}
.restaurant-features {
  padding: 90px 0;
  background: #fafafa;
}

.restaurant-head span {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ad8b39;
  font-weight: 600;
}

.restaurant-head h4 {
  font-size: 34px;
  margin: 10px 0 6px;
  font-weight: 400;
  color: #ad8b39;
}

.restaurant-head p {
  font-size: 15px;
  color: #4f4f4f;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.icon-box {
  width: 80px;
  height: 80px;
  background: #fff7e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-box img {
  width: 42px;
}

.feature-card h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ad8b39;
}

.feature-card p {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .restaurant-head h4 {
    font-size: 26px;
  }
}

/* about */
.abt-bellmont {
  background-color: #ffe80014 !important;
  padding: 20px 0px !important;
}

.about-title {
  font-size: 20px;
  font-weight: 600;
}

.blogs-section {
  padding: 40px 20px;
}

.section-heading h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.section-heading p {
  color: #4f4f4f;
  margin-bottom: 50px;
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.blog-img {
  position: relative;
}

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

.blog-category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #4f4f4f;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 30px;
}

.blog-content {
  padding: 25px;
}

.blog-content h3 {
  font-size: 20px !important;
  margin-bottom: 12px;
}

.blog-content p {
  font-size: 15px;
  color: #4f4f4f;
  margin-bottom: 20px;
}

.read-more {
  font-weight: 600;
  color: #4f4f4f;
  text-decoration: none;
  transition: color 0.3s;
}

.read-more:hover {
  color: #c59d5f;
}

.offers-section {
  padding: 80px 20px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.offer-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

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

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

.offer-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #4f4f4f;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 30px;
  z-index: 2;
}

.offer-badge.best {
  background: #c59d5f;
}

.offer-content {
  padding: 25px;
}

.offer-content h3 {
  font-size: 21px !important;
  margin-bottom: 10px;
}

.offer-content p {
  font-size: 15px;
  color: #4f4f4f;
  margin-bottom: 20px;
}

.offer-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer-price {
  font-weight: 700;
  font-size: 16px;
  color: #4f4f4f;
}

.offer-btn {
  background: #4f4f4f;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.offer-btn:hover {
  background: #c59d5f;
}
.corporate-gallery-section {
  padding: 70px 0;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-heading h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.gallery-heading p {
  font-size: 15px;
  color: #666;
}

/* Desktop Grid */
.confrence-bg {
  background-color: #ffe80014 !important;
  padding: 20px 0px !important;
}
.corporate-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cor-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

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

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

/* Mobile Slider */
@media (max-width: 768px) {
  .corporate-gallery {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .cor-item {
    min-width: 85%;
    scroll-snap-align: center;
  }

  /* Hide scrollbar */
  .corporate-gallery::-webkit-scrollbar {
    display: none;
  }
  .room-track {
    display: flex;
    flex-wrap: wrap;
    transition: transform 0.6s ease;
  }
}

/* gallery mobile */

/* Mobile */
.mobile-tabs {
  display: none !important;
}

/* Swiper slide auto width */
.gallery-tabs-swiper .swiper-slide {
  width: auto;
}

/* Responsive switch */
@media (max-width: 768px) {
  .desktop-tabs {
    display: none !important;
  }

  .mobile-tabs {
    display: block !important;
  }
}

.bandhan-section {
  padding: 60px 0;
}

.bandhan-content {
  text-align: center;
}

.section-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 22px;
  color: #ad8b39;
  letter-spacing: 0.3px;
}

.bandhan-content p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.bandhan-content strong {
  color: #1c1c1c;
  font-weight: 500;
}

/* .bandhan-image {
  text-align: right;
} */

.bandhan-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

/* Responsive */
@media (max-width: 991px) {
  .bandhan-image {
    text-align: center;
    margin-top: 40px;
  }

  .bandhan-content {
    max-width: 100%;
    text-align: center;
  }
}
.bandhan-cta {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #b08b2e;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bandhan-cta:hover {
  background-color: #9a7726;
  transform: translateY(-2px);
}
.bandan-img {
  margin-top: 20px !important;
}

/* ============================================
   Hotel Royal Badri — FAQ + Places + Distances
   Matches pilgrimshabitat.com color palette
   ============================================ */

:root {
  --maroon: #c6783e;
  --maroon-dark: #c6783e;
  --maroon-light: #c6783e;
  --gold: #c6783e;
  --beige: #f5efe6;
  --beige-dark: #ede3d5;
  --text-dark: #2c1a1a;
  --text-mid: #5a3e3e;
  --text-light: #8a6a6a;
  --white: #ffffff;
  --border: #ddd0c0;
  --shadow: 0 2px 16px rgba(122, 32, 40, 0.08);
  --radius: 12px;
  --ease: 0.3s ease;
}

.info-section {
  padding: 60px 0 72px;
}

.info-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Shared Block Title ─── */
.block-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--maroon);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--maroon);
  display: inline-block;
}

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq-block {
  margin-bottom: 52px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow var(--ease);
}

.faq-item:hover {
  box-shadow: 0 4px 24px rgba(122, 32, 40, 0.12);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  transition: color var(--ease);
}

.faq-question:hover {
  color: var(--maroon);
}

.faq-question .q-label {
  color: var(--maroon);
  font-weight: 700;
  margin-right: 6px;
  flex-shrink: 0;
}

.faq-question .faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--beige);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background var(--ease),
    transform var(--ease);
}

.faq-question .faq-icon svg {
  width: 12px;
  height: 12px;
  color: var(--maroon);
  transition: transform var(--ease);
}

.faq-item.open .faq-icon {
  background: var(--maroon);
}

.faq-item.open .faq-icon svg {
  color: var(--white);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding var(--ease);
}

.faq-item.open .faq-answer {
  max-height: 200px;
}

.faq-answer-inner {
  padding: 0 22px 18px 22px;
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.7;
  border-top: 1px solid var(--beige-dark);
  padding-top: 14px;
}

.faq-answer-inner .ans-label {
  color: var(--maroon);
  font-weight: 700;
  margin-right: 4px;
}

/* ══════════════════════════════
   PLACES TO VISIT
══════════════════════════════ */
.places-block {
  margin-bottom: 52px;
}

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

/* Last row centering when not full */
.places-grid .place-card:nth-last-child(1):nth-child(3n + 1) {
  grid-column: 2;
}

.place-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  box-shadow: var(--shadow);
  transition:
    box-shadow var(--ease),
    transform var(--ease);
  cursor: default;
}

.place-card:hover {
  box-shadow: 0 6px 28px rgba(122, 32, 40, 0.13);
  transform: translateY(-3px);
}

.place-pin {
  width: 36px;
  height: 36px;
  background: rgba(122, 32, 40, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.place-pin svg {
  width: 18px;
  height: 18px;
  color: var(--maroon);
}

.place-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
}

.place-dist {
  font-size: 12px;
  color: var(--text-light);
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* ══════════════════════════════
   DISTANCES FROM BADRINATH
══════════════════════════════ */
.distances-block {
}

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

/* Centre last item if alone */
.distances-grid .dist-card:nth-last-child(1):nth-child(3n + 1) {
  grid-column: 2;
}

.dist-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  box-shadow: var(--shadow);
  transition:
    box-shadow var(--ease),
    transform var(--ease);
}

.dist-card:hover {
  box-shadow: 0 6px 28px rgba(122, 32, 40, 0.13);
  transform: translateY(-3px);
}

.dist-icon {
  width: 38px;
  height: 38px;
  background: rgba(122, 32, 40, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dist-icon svg {
  width: 18px;
  height: 18px;
  color: var(--maroon);
}

.dist-city {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark);
}

.dist-km {
  font-size: 12px;
  color: var(--text-light);
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .places-grid,
  .distances-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .places-grid .place-card:nth-last-child(1):nth-child(3n + 1),
  .distances-grid .dist-card:nth-last-child(1):nth-child(3n + 1) {
    grid-column: unset;
  }

   .hero-slider {
    height: 60vh;
  }
  .hero-slides {
    height: 60vh;
  }

  .hero-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px;
  }

  .hero-content h1 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .editorial-header-main{
    margin: 30px auto 30px;
  }
  .locations,.page-container,.room-gallery,.editorial-section,.destination-section,.locationCol{
    margin: 30px auto !important;
  }
  .info-section{
    padding: 30px 0px;
  }
}

@media (max-width: 480px) {
  .places-grid,
  .distances-grid {
    grid-template-columns: 1fr;
  }

  .block-title {
    font-size: 22px;
  }
}
