:root {
  --olive: #6f7457;
  --sage: #c7ccc3;
  --orange: #c46a33;
  --peach: #d19a82;
  --cream: #efe3d3;
}
.sub-menu {
  background-color: var(--cream);
}
body {
  font-family: "Segoe UI", sans-serif;
  background: var(--cream);
  margin: 0;
  padding: 0;
}

h6 {
  color: var(--darkolive) !important;
}
/* Header */
.top-header {
  background-color: var(--olive);
}

/* BUTTON */
.btn-orange {
  background: var(--orange);
  color: white;
  border-radius: 25px;
  font-weight: 500;
}
.btn-light {
  color: var(--darkolive);
  border-radius: 25px;
  font-weight: 500;
}
.sigma_header-cart .orange-btn {
  background: var(--orange) !important;
  color: white !important;
  border-radius: 25px !important;
  padding: 5px 15px !important;
  text-transform: capitalize !important;
}
/* HERO */
/* HERO BACKGROUND */
/* .hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: visible;
} */

/* Background Image */
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: 1;
}
.banner-1 {
  background: url("../img/banner/banner.jpg") no-repeat center center/cover;
}
.banner-2 {
  background: url("../img/banner/kailash-banner.webp") no-repeat center
    center/cover !important;
}
.banner-3 {
  background: url("../img/banner/chardham.webp") no-repeat center center/cover !important;
}
/* Overlay for readability */
.hero-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    67deg,
    rgba(228, 226, 224, 0.7),
    rgb(241 243 228 / 10%)
  );
}
/* Content above bg */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 70px 0px 150px;
}
.hero-list li {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkolive);
  margin: 0px;
}
.hero-list li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  color: var(--darkolive);
  /* background-color: #e6e8e7; */
}

/* FORM */
/* FORM FLOAT EFFECT */
.form-sec {
  background-color: var(--olive);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 30px;
  /* max-width: 400px; */
  width: 100%;
  /* margin: auto; */
  /* float: right; */
  /* position: relative; */
  /* z-index: 5; */
  /* margin-bottom: -120px;  */
}
.form-titlte h4 {
  text-transform: none !important;
  padding-top: 10px;
}
.form-box {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-box input,
.form-box textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* STATS */

/* Tour packages */
.sigma_service-body h5 a {
  color: var(--darkolive);
  font-size: 20px !important;
}
.sigma_service {
  background: url("../img/banner/bg.jpg") no-repeat center top/cover;
}
.img-group img {
  border-radius: 22px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* Services */
.services-section {
  padding: 70px 0;
  /* background: linear-gradient(to bottom, #f8f5f2, #f3efec); */
  background: url("../img/my/service-bg.jpg") no-repeat center center/cover;
}

/* Titles */
.top-title {
  font-size: 12px;
  letter-spacing: 2px;
  color: #a58b7a;
  margin-bottom: 5px;
}

.main-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #c0392b;
  margin-bottom: 10px;
}

.sub-title {
  color: #6d6d6d;
  font-size: 15px;
}

/* Cards */
.service-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Icon */
.service-card .icon {
  width: 70px;
  margin-bottom: 15px;
  filter: invert(25%) sepia(80%) saturate(500%) hue-rotate(340deg);
}

/* Text */
.service-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 26px;
  }
}
.qoute-img img {
  transform: rotate(180deg);
  height: 128px;
}
/* show half slide on right */
.sigma_testimonial-slider .slick-list {
  padding-right: 80px; /* controls half slide */
  /* overflow: visible; */
}

/* spacing */
.sigma_testimonial-slider .slick-slide {
  margin-right: 20px;
}

/* IMPORTANT: keep first slide always aligned */
.sigma_testimonial-slider .slick-track {
  margin-left: 0 !important;
}

/* Cta */
.contact-section {
  background: linear-gradient(90deg, #efe6d6, #e8dcc8);
  position: relative;
  overflow: hidden;
}

/* LEFT FORM */
.cta-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cta-form h3 {
  font-weight: 600;
}

.submit-btn {
  background: #c48b5a;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
}

.submit-btn:hover {
  background: #a56f45;
}

/* RIGHT CONTENT */
.main-title {
  font-size: 42px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.contact-content p {
  color: #555;
  line-height: 1.6;
}

/* INFO ITEMS */
.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.info-item i {
  color: #c48b5a;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 4px;
}

/* BELL IMAGE */
.bell-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .main-title {
    font-size: 32px;
  }

  .bell-img {
    position: static;
    display: block;
    margin: 20px auto 0;
  }
}

/* CTA */

.cs-wrap {
  font-family: "Inter", sans-serif;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #1a0e07;
}

.cs-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      ellipse at 70% 20%,
      rgba(196, 139, 90, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 10% 80%,
      rgba(196, 139, 90, 0.12) 0%,
      transparent 50%
    ),
    linear-gradient(160deg, #1f0f05 0%, #2d1608 40%, #1a0c05 100%);
}

.cs-mandala {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 380px;
  height: 380px;
  opacity: 0.07;
}

.cs-mandala2 {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 320px;
  height: 320px;
  opacity: 0.05;
}

.cs-diya-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    #c48b5a,
    #f0c080,
    #c48b5a,
    transparent
  );
}

.cs-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 52px 48px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .cs-content {
    grid-template-columns: 1fr;
    padding: 36px 24px;
    gap: 32px;
  }
}

/* LEFT PANEL */
.cs-left {
}

.cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 139, 90, 0.15);
  border: 1px solid rgba(196, 139, 90, 0.35);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}
.cs-badge span {
  font-size: 13px;
  color: #e0aa72;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.cs-title {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-weight: 700;
  color: #f5e8d5;
  line-height: 1.15;
  margin-bottom: 6px;
}

.cs-title em {
  font-style: normal;
  background: linear-gradient(135deg, #f0c080, #c48b5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cs-subtitle {
  font-size: 14px;
  color: rgba(240, 200, 150, 0.55);
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  font-weight: 300;
}

.cs-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.cs-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(196, 139, 90, 0.25);
}
.cs-divider-dot {
  width: 6px;
  height: 6px;
  background: #c48b5a;
  border-radius: 50%;
}

.cs-desc {
  font-size: 14px;
  color: rgba(240, 220, 190, 0.7);
  line-height: 1.75;
  margin-bottom: 28px;
}

.cs-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cs-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(196, 139, 90, 0.08);
  border: 1px solid rgba(196, 139, 90, 0.18);
  border-radius: 10px;
  transition: border-color 0.2s;
}
.cs-info-item:hover {
  border-color: rgba(196, 139, 90, 0.4);
}

.cs-icon-wrap {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(196, 139, 90, 0.18);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-icon-wrap svg {
  width: 16px;
  height: 16px;
  stroke: #e0aa72;
  fill: none;
  stroke-width: 1.8;
}

.cs-info-text {
  font-size: 13px;
  color: rgba(240, 220, 190, 0.75);
  line-height: 1.6;
}
.cs-info-text strong {
  color: #e0b87a;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

/* RIGHT FORM */
.cs-form-wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(196, 139, 90, 0.2);
  border-radius: 16px;
  padding: 36px 32px;
  backdrop-filter: blur(10px);
}

.cs-form-head {
  margin-bottom: 24px;
}

.cs-form-head h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #f0ddb8 !important;
  margin-bottom: 4px;
}

.cs-form-head p {
  font-size: 13px;
  color: rgba(200, 175, 140, 0.55);
}

.cs-form-group {
  margin-bottom: 14px;
}

.cs-form-group input,
.cs-form-group textarea,
.cs-form-group select {
  width: 100%;
  background: rgba(196, 139, 90, 0.07);
  border: 1px solid rgba(196, 139, 90, 0.22);
  border-radius: 9px;
  padding: 12px 15px;
  font-size: 13.5px;
  color: #f0e0c0;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.cs-form-group select {
  background: rgba(255, 255, 255, 0.04);
}
.cs-form-group input::placeholder,
.cs-form-group textarea::placeholder {
  color: rgba(200, 175, 140, 0.4);
}

.cs-form-group input:focus,
.cs-form-group textarea:focus {
  border-color: rgba(196, 139, 90, 0.6);
  background: rgba(196, 139, 90, 0.12);
}

.cs-form-group textarea {
  resize: none;
}

.cs-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cs-submit {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, #c48b5a, #a56f45);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  letter-spacing: 0.04em;
  margin-top: 4px;
  transition: opacity 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cs-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.cs-submit:active {
  transform: translateY(0);
}

.cs-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}
.cs-trust span {
  font-size: 11.5px;
  color: rgba(200, 175, 140, 0.4);
}
.cs-trust-dot {
  width: 3px;
  height: 3px;
  background: rgba(196, 139, 90, 0.4);
  border-radius: 50%;
}

.cs-footer-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 48px 20px;
  border-top: 1px solid rgba(196, 139, 90, 0.12);
}
.cs-footer-strip span {
  font-size: 12px;
  color: rgba(196, 139, 90, 0.4);
  letter-spacing: 0.12em;
}
.cs-footer-dot {
  width: 4px;
  height: 4px;
  background: rgba(196, 139, 90, 0.3);
  border-radius: 50%;
}
/* Video Gallery */
.video-bg {
  background: #e7daca;
}
.video-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

/* Vertical Thumbnail */
.video-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

/* RED PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff0000;
  color: #fff;
  font-size: 21px;
  padding: 4px 13px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.6);
}

/* CENTER BOTTOM NAV BUTTONS */
/* .owl-nav {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

.owl-nav button {
  background: #ff0000 !important;
  color: #fff !important;
  margin: 0 10px;
  padding: 10px 18px !important;
  border-radius: 50%;
  font-size: 18px !important;
}


.owl-dots {
  margin-top: 40px;
  text-align: center;
}

.owl-dot span {
  background: #555 !important;
}

.owl-dot.active span {
  background: #ff0000 !important;
} */

/* MODAL */
#videoFrame {
  width: 100%;
  aspect-ratio: 9/16;
}

.modal-dialog {
  max-width: 400px;
}

/* Service card Design */
.s-card {
  max-width: 380px;
  margin: 1.5rem auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fffaf2;
  border: 0.5px solid #e0c98a;
  font-family: var(--font-sans);
}

.s-img-wrap {
  position: relative;
  height: 215px;
  background: #f5e9cc;
  overflow: hidden;
}

.s-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  display: block;
}

.s-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 248, 230, 0.92);
  color: #92600a;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 4px;
  border: 0.5px solid #d4a340;
}

.s-rating {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 248, 230, 0.92);
  color: #92600a;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 0.5px solid #d4a340;
}

.fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to top, #fffaf2 0%, transparent 100%);
}

.s-body {
  padding: 16px 20px 20px;
  background: #fffaf2;
}

.s-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.s-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #a07030;
}

.s-meta-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.divider-ornament {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}

.div-line {
  flex: 1;
  height: 0.5px;
  background: #e0c060;
}

.div-diamond {
  width: 5px;
  height: 5px;
  background: #c8922a;
  transform: rotate(45deg);
  border-radius: 1px;
}

.s-title {
  font-size: 19px;
  font-weight: 500;
  color: #5a3a08;
  margin-bottom: 6px;
  line-height: 1.3;
  font-family: var(--font-serif);
  letter-spacing: 0.01em;
}

.s-quote {
  font-size: 12px;
  color: #b08840;
  font-style: italic;
  margin-bottom: 11px;
  font-family: var(--font-serif);
  letter-spacing: 0.02em;
}

.s-desc {
  font-size: 14px;
  color: #7a5520;
  line-height: 1.7;
  margin-bottom: 15px;
}

.s-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.s-tag {
  font-size: 11px;
  padding: 3px 11px;
  border-radius: 20px;
  background: #fff3d6;
  color: #92600a;
  border: 0.5px solid #e0c060;
  letter-spacing: 0.02em;
}

.s-footer {
  display: flex;
  gap: 10px;
  padding-top: 14px;
  border-top: 0.5px solid #e8d080;
}

.btn-view {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  color: #92600a;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  border: 0.5px solid #c8922a;
  cursor: pointer;
  transition: background 0.15s;
}

.btn-view:hover {
  background: #fff3d6;
}

.btn-wa {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #25a244;
  color: #f0fff4;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}

.btn-wa:hover {
  background: #1d8038;
}

.btn-wa svg,
.btn-view svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.om-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 7px 0 10px;
  background: #fffaf2;
}

.dot-dec {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #e0c060;
}

.om-text {
  font-size: 13px;
  color: #c8a040;
  letter-spacing: 0.15em;
}
/* Service card End */
.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: -50px; /* adjust based on your design */
  right: 0;
  display: flex;
  gap: 10px;
  right: 5%;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange) !important; /* red button */
  color: #fff !important;
  border: none;
  transition: 0.3s;
}

.owl-nav button:hover {
  background: #000 !important;
}
/* Cta Card */
.cta-card {
  background: radial-gradient(
      ellipse at 70% 20%,
      rgba(196, 139, 90, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 10% 80%,
      rgba(196, 139, 90, 0.12) 0%,
      transparent 50%
    ),
    linear-gradient(160deg, #1f0f05 0%, #2d1608 40%, #1a0c05 100%);
}

/* For banner nex prev button */
/* Custom Navigation Wrapper */
.banner-custom-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  pointer-events: none;
}

/* Custom Buttons */
.banner-prev-btn,
.banner-next-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: #ffffff;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.4s ease;
  pointer-events: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Left Button */
.banner-prev-btn {
  left: 20px;
}

/* Right Button */
.banner-next-btn {
  right: 20px;
}

/* Hover Effect */
.banner-prev-btn:hover,
.banner-next-btn:hover {
  background: #5a3a08;
  color: #fff;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 767px) {
  .banner-prev-btn,
  .banner-next-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .banner-prev-btn {
    left: 10px;
  }

  .banner-next-btn {
    right: 10px;
  }
}
/* Nex Prev button css End */
.pkg-price-tag {
  font-size: 13px;
  color: var(--orange);
  font-weight: 500;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.pkg-divider {
  height: 0.5px;
  background: var(--sage);
  margin-bottom: 1rem;
  opacity: 0.6;
}

/* ============================== Tour Details Css======================= */
.page {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  padding: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.main {
}
.tour-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--olive-dark);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.tour-intro {
  font-size: 14px;
  line-height: 1.7;
  color: #5a5449;
  margin-bottom: 1.5rem;
}
.tour-hero {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.75rem;
  display: block;
  position: relative;
}
.tour-hero img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}
.hero-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(79, 72, 54, 0.7));
  padding: 1.5rem 1.25rem 0.75rem;
  color: #efe3d3;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 15px;
}
.section-label {
  /* font-family: "Jost", sans-serif; */
  font-size: 20px;
  font-weight: 500;
  /* letter-spacing: 0.12em; */
  /* text-transform: uppercase; */
  color: var(--orange);
  margin-bottom: 0.75rem;
}
.tour-plan-section {
  margin-bottom: 2rem;
}
.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ddd5c5;
}
.accordion-header {
  padding: 0.85rem 1rem;
  background: var(--cream);
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  user-select: none;
  transition: background 0.2s;
}
.accordion-header:hover {
  background: #e5dace;
}
.accordion-header.open {
  background: #e8ddd0;
}
.day-badge {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--olive);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.accordion-header.open .day-badge {
  background: var(--orange);
}
.acc-question {
  font-size: 16px;
  font-weight: 500;
  color: #3a3628;
  line-height: 1.4;
  flex: 1;
}
.acc-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--olive);
  transition: transform 0.25s;
  margin-top: 2px;
}
.accordion-header.open .acc-arrow {
  transform: rotate(180deg);
}
.accordion-body {
  background: #fff;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 15px;
  line-height: 1.75;
  color: #242322;
  display: none;
  border-top: 1px solid #ddd5c5;
}
.accordion-body.open {
  display: block;
}
.inc-exc-section {
  margin-bottom: 1.5rem;
}
.inc-exc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.inc-box,
.exc-box {
  border-radius: 10px;
  padding: 1rem 1.1rem;
}
.inc-box {
  background: #f0f4ec;
  border: 1px solid #c9d8be;
}
.exc-box {
  background: #faf0ea;
  border: 1px solid #e2c9b5;
}
.inc-exc-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.inc-exc-title.inc {
  color: #4a6338;
}
.inc-exc-title.exc {
  color: #8a4520;
}
.inc-exc-list {
  list-style: none;
  padding: 0;
}
.inc-exc-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4840;
  padding: 0.25rem 0;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.inc-exc-list li::before {
  flex-shrink: 0;
  margin-top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  content: "";
}
.inc-box .inc-exc-list li::before {
  background: #5a7d40;
}
.exc-box .inc-exc-list li::before {
  background: #c46a33;
}
.sidebar {
}
.sidebar-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd5c5;
  overflow: hidden;
  position: sticky;
  top: 1.5rem;
}
.sidebar-card-header {
  background: var(--olive);
  padding: 1rem 1.25rem;
}
.sidebar-card-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  color: #efe3d3;
  font-weight: 400;
}
.info-rows {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.info-row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #f0ebe3;
}
.info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.info-row-label {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--olive);
}
.info-row-value {
  font-size: 13.5px;
  color: #2c2a24;
  line-height: 1.5;
}
.book-btn {
  display: block;
  margin: 0 1.25rem 1.25rem;
  padding: 0.85rem;
  text-align: center;
  background: var(--orange);
  color: #fff;
  border-radius: 8px;
  font-family: "Jost", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.book-btn:hover {
  background: #a8581e;
}
.price-teaser {
  margin: 0 1.25rem 1rem;
  padding: 0.75rem 1rem;
  background: var(--cream);
  border-radius: 8px;
  text-align: center;
}
.price-teaser p {
  /* font-size: 11px; */
  color: #7a7060;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.price-teaser span {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: var(--olive-dark);
}
.divider {
  height: 1px;
  background: #e8e0d2;
  margin: 1.5rem 0;
}
.main {
  background: #fff;
  padding: 15px;
}
/*============================== Contact Page Css =========================== */
/* =========================
   CONTACT MAIN WRAPPER
========================= */
.contact-main-wrapper {
  /* margin-top: -120px; */
  position: relative;
  z-index: 5;
}

.contact-box {
  background: var(--white);
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* =========================
   LEFT SIDE
========================= */
.contact-left {
  padding: 34px 43px;
  background: var(--white);
}

.contact-left .mini-title {
  color: var(--orange);
  /* font-weight: 700; */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

.contact-left h2 {
  font-size: 35px;
  line-height: 1.2;
  color: var(--olive);
  font-weight: 800;
  margin-bottom: 18px;
}

.contact-left p {
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 40px;
}

/* =========================
   FORM
========================= */
.modern-input {
  position: relative;
  margin-bottom: 25px;
}

.modern-input i {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  z-index: 2;
  font-size: 16px;
}

.modern-input textarea + i {
  top: 28px;
  transform: none;
}

.modern-input .form-control {
  /* height: 65px; */
  border-radius: 18px;
  border: 1px solid #ececec;
  background: #fafafa;
  font-size: 15px;
  box-shadow: none;
  transition: 0.3s;
}

.modern-input textarea.form-control {
  height: 120px;
  padding-top: 20px;
  resize: none;
}

.modern-input .form-control:focus {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(196, 106, 51, 0.1);
}

.contact-btn {
  background: linear-gradient(135deg, var(--orange), var(--peach));
  border: none;
  padding: 9px 20px;
  border-radius: 22px;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  font-size: 16px;
}

.contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(196, 106, 51, 0.25);
  color: #fff;
}

/* =========================
   RIGHT SIDE
========================= */
.contact-right {
  background: linear-gradient(180deg, var(--olive), #555b42);
  padding: 67px 37px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-right::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  top: -100px;
  right: -100px;
}

.contact-right h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

/* =========================
   INFO CARD
========================= */
.info-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 12px;
  border-radius: 17px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: 0.4s;
  position: relative;
  z-index: 2;
}

.info-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
}

.info-icon {
  min-width: 40px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--orange), var(--peach));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}

.info-content h5 {
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 7px;
}

.info-content p,
.info-content a {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s;
}

.info-content a:hover {
  color: var(--peach);
}

/* =========================
   MAP SECTION
========================= */
.contact-map {
  /* padding: 100px 0; */
  background: var(--cream);
}

.map-box {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

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

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .contact-hero-content h1 {
    font-size: 58px;
  }

  .contact-left {
    padding: 50px 40px;
  }

  .contact-right {
    padding: 50px 35px;
  }
}

@media (max-width: 991px) {
  .contact-hero-content h1 {
    font-size: 46px;
  }

  .contact-main-wrapper {
    margin-top: -90px;
  }

  .contact-left {
    padding: 45px 30px;
  }

  .contact-right {
    padding: 45px 30px;
  }

  .contact-left h2 {
    font-size: 36px;
  }

  .map-box iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding: 90px 0 150px;
  }

  .contact-hero-content h1 {
    font-size: 36px;
  }

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

  .contact-main-wrapper {
    margin-top: -70px;
  }

  .contact-left,
  .contact-right {
    padding: 35px 20px;
  }

  .contact-left h2 {
    font-size: 30px;
  }

  .contact-right h3 {
    font-size: 28px;
  }

  .info-card {
    flex-direction: column;
  }

  .info-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 24px;
  }

  .map-box iframe {
    height: 350px;
  }
}
