/* Logo */
main {
  overflow-x: hidden;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.vantra-logo {
  height: 100px;
}

.navbar .container-fluid {
  max-width: 1380px;

}

/* NAV LINKS */
.vantra-nav .nav-link {
  color: #064339 !important;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 12px;
  font-size: 20px;
}

.vantra-nav .nav-link:hover {
  color: #000 !important;
}

/* Dropdown arrow style */
.navbar .dropdown-toggle::after {
  margin-left: 6px;
  font-size: 10px;
}

/* LOGIN / JOIN */
.login-link {
  color: #064339;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 20px !important;
}

.login-link:hover {
  color: #000;
}

/* BOOK A STAY BUTTON */
.book-btn {
  background-color: #064339;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}

.book-btn:hover {
  background-color: #9c772d;
}

/* MOBILE MENU */
@media (max-width: 991px) {

  .vantra-nav .nav-link {
    padding: 10px 0;
    font-size: 15px;
  }

  .login-link {
    padding-left: 0;
    display: block;
  }

  .book-btn {
    width: 100%;
  }

  .navbar-collapse {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 10px;
  }
}

/* Hero Section Height */



.hero-section {
  height: 80vh;
  max-height: 80vh;
}

@media (max-width: 768px) {
  .hero-section {
    height: 55vh;
  }
}

/* Background Video */
.video-bg {
  inset: 0;
  z-index: 0;
}

/* Overlay */
.overlay {
  z-index: 1;
}

/* Content */
.hero-content {
  height: 100%;
  z-index: 2;
}

/* Title & Subtitle */
.hero-title {
  font-size: 24px;
  max-width: 700px;
}

.hero-subtitle {
  font-size: 20px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 16px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}


/* Section Padding */
.vantra-pride-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #064339;
}

/* Logo */
.vantra-section-logo {
  height: 60px;
}

/* Center Title */
.vantra-title {
  font-family: 'Georgia', serif;
  font-size: 32px;
  color: #E3B830;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Decorative Lines */
.line {
  width: 80px;
  height: 1px;
  background-color: #ccc;
}

/* Subtitle */
.vantra-subtitle {
  font-size: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #E3B830;
}

/* Image wrapper */
.vantra-image-wrapper {
  max-width: 1100px;
  border: 6px solid #c0a45b;
  padding: 4px;
  border-radius: 3px;
}

/* Banner Image */
.vantra-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .vantra-title {
    font-size: 22px;
  }

  .line {
    width: 40px;
  }

  .vantra-subtitle {
    font-size: 14px;
  }

  .vantra-section-logo {
    height: 50px;
  }

  .slick-track {
    margin-left: 0% !important;
  }

}


/* MAIN SECTION SPACING */
.latest-offers-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* TITLE */
.offers-title {
  font-family: 'Georgia', serif;
  font-size: 32px;
  color: #E3B830;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
}

/* HORIZONTAL LINES */
.offers-line {
  width: 20px;
  height: 1px;
  background-color: #E3B830;
  border: none;

}

/* SUBTITLE */
.offers-subtitle {
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 10px;
  color: #E3B830;
}

.promo-section {
  background-color: #f8f9fa;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .offers-title {
    font-size: 22px;
  }

  .offers-line {
    width: 50px;
  }

  .offers-subtitle {
    font-size: 14px;
  }

  .slick-track {
    margin-left: 0% !important;
  }

  .newclass {
    padding-top: 100px !important;
  }

}

/* Slider Card Container */
.offer-card {
  position: relative;
  margin: 0 15px;
  margin-bottom: 90px;
}

/* Image wrapper */
.offer-img-wrapper {
  width: 100%;
  overflow: hidden;
}

.offer-img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

/* White floating box */
.offer-info {
  position: absolute;
  left: 40px;
  bottom: -50px;
  background: #064339;
  padding: 22px 30px;
  border-radius: 4px;
  width: calc(100% - 80px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* Title styling */
.offer-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Georgia", serif;
  margin-bottom: 8px;
  color: #E3B830;
}

/* MORE → link */
.offer-link {
  font-size: 13px;
  font-weight: 700;
  color: #b89247;
  /* Taj Gold */
  text-decoration: none;
  letter-spacing: 1px;
}

.offer-link span {
  padding-left: 6px;
}

/* MAIN SECTION */
.luxury-section {
  background: #064339;
  padding: 80px 0;
}

/* TEXT */
.lux-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #E3B830;
}

.lux-subtitle {
  font-size: 16px;
  opacity: 0.8;
  color: #E3B830;
}

/* SLIDER */
.luxury-slider {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

/* CARDS */
.lux-card {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.lux-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SIDE LABELS */
.lux-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #E3B830;
  z-index: 10;
}

.lux-overlay.right {
  left: auto;
  right: 10%;
}

.lux-label {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.lux-arrow {
  display: inline-block;
  margin-top: 10px;
  font-size: 32px;
  color: #E3B830;
  text-decoration: none;
}

/* CENTER CARD BOX */
.lux-center-box {
  background: #064339;
  padding: 40px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  border-radius: 4px;
}

.lux-center-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.lux-center-desc {
  font-size: 14px;
  margin-bottom: 15px;
  color: #E3B830;
}

.lux-center-link {
  font-size: 14px;
  color: #b38b00;
  text-decoration: none;
}

/* Outer wrapper */
.lux-single-card {
  width: 95%;
  margin: auto;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Image section */
.lux-top-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* White box content */
.lux-bottom-box {
  padding: 40px 50px;
  text-align: center;
  background: white;
}

/* Title */
.lux-bottom-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #444;
  margin-bottom: 15px;
}

/* Description */
.lux-bottom-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 20px;
}

/* MORE link */
.lux-bottom-link {
  font-size: 14px;
  color: #b38b00;
  text-decoration: none;
  letter-spacing: 1px;
}

.slick-track {
  margin-left: 24% !important;
}



.signature-dining {
  background: #f6f3ef;
  padding: 80px 0;
}

.sig-title {
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #3b3b3b;
}

.sig-desc {
  font-size: 20px;
  color: #555;
  max-width: 500px;
}

.sig-explore {
  margin-top: 10px;
  display: inline-block;
  color: #8a6d3b;
  font-weight: 600;
  letter-spacing: 1px;
}

.sig-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 0 60px;
}

.sig-slider img {
  width: 100%;
  border-radius: 10px;
}

.sig-card {
  text-align: center;
  margin-right: 50px;
}

.sig-cap {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #064339;
  border-top: 1px solid #E3B830;
  display: inline-block;
  padding-top: 10px;
}

/* Arrows */
.sig-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  border: 1px solid #c9b27c;
  background: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 32px;
  color: #c9b27c;
  cursor: pointer;
}

.sig-prev {
  left: 0;
}

.sig-next {
  right: 0;
}

.content {
  width: 90%;
  margin: auto;
  margin-top: 10px;
  font-size: 18px;
  color: #555;
}

/* =========================
   EVENTS SECTION BASE STYLING
   ========================= */
.events-section {
  background: #f8f6f3;
  padding: 100px 0;
}

.events-title {
  font-size: 54px;
  font-weight: 300;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.1;
  position: relative;
}

.events-title::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 28px;
  width: 60px;
  height: 1px;
  background: #b9b5ae;
}

.events-desc {
  font-size: 20px;
  color: #555;
  max-width: 520px;
}

/* =========================
   CARD STYLING
   ========================= */
.event-card {
  position: relative;
  overflow: visible;
}

.event-card img {
  width: 100%;
  border-radius: 4px;
}

.event-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  background: white;
  padding: 22px 30px;
  font-size: 18px;
  color: #2f2f2f;
  text-align: center;
  width: 80%;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: 'Georgia', serif;
  letter-spacing: 0.5px;
}

.event-card {
  margin-bottom: 60px;
  /* space for floating label */
}

/* =========================
   RESPONSIVE BREAKPOINTS
   ========================= */

/* ---------- Large Tablets & Small Laptops ---------- */
@media (max-width: 991px) {
  .events-title {
    font-size: 42px;
  }

  .events-title::before {
    left: -60px;
    width: 50px;
  }

  .events-desc {
    font-size: 18px;
  }

  .event-label {
    font-size: 16px;
    width: 85%;
    padding: 20px;
  }

  .slick-track {
    margin-left: 0% !important;

  }
}

/* ---------- Tablets (768px) ---------- */
@media (max-width: 767px) {
  .events-title {
    text-align: center;
    font-size: 38px;
  }

  .events-title::before {
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: 70px;
  }

  .events-desc {
    text-align: center;
    margin: 20px auto 0 auto;
    font-size: 17px;
  }

  /* 2 column layout for cards */
  .event-card {
    margin-bottom: 50px;
  }

  .slick-track {
    margin-left: 0% !important;

  }
}

/* ---------- Mobile (576px) ---------- */
@media (max-width: 575px) {
  .events-title {
    font-size: 32px;
  }

  .slick-track {
    margin-left: 0% !important;

  }

  .events-desc {
    font-size: 16px;
  }

  .event-label {
    width: 90%;
    padding: 18px;
    font-size: 15px;
    bottom: -28px;
  }

  /* Cards stack to single column */
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logoImg {
    position: absolute;
    top: 0px;
  }

  .menuToggal {
    position: absolute;
    top: 25px;
    right: 15px;
  }

  .mobile-nav-container {
    padding: 30px 20px !important;
  }


}

/* ---------- Very Small Devices ---------- */
@media (max-width: 400px) {
  .events-title {
    font-size: 28px;
  }

  .event-label {
    width: 92%;
    font-size: 14px;
  }
}

/* Section wrapper */
.membership-section {
  padding: 0;
  margin: 0;
}

/* Make image fully responsive */
.membership-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Remove bootstrap container padding for full-width image */
.membership-section .container-fluid {
  padding: 0;
}

/* Mobile optimization */
@media (max-width: 575px) {
  .membership-img {
    border-radius: 0;
  }
}


/* MAIN FOOTER STYLE */
.vantara-footer-section {
  background: #064339;
  color: #E3B830;
  padding: 50px 0;
  font-family: 'Poppins', sans-serif;
}

.vantara-footer-container {
  width: 95%;
  margin: auto;
}

/* TOP LAYOUT */
.vantara-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT SECTION */
.vantara-footer-logo {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.vantara-footer-heading {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #E3B830;
}

/* SUBSCRIBE */
.vantara-footer-subscribe-box {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.vantara-footer-subscribe-box input {
  padding: 10px;
  width: 260px;
  border-radius: 6px;
  border: none;
  outline: none;
}

.vantara-footer-subscribe-box button {
  padding: 10px 20px;
  background: #E3B830;
  color: #064339;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

/* CONTACTS */
.vantara-footer-contacts a {
  color: #E3B830;
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  font-size: 14px;
}

/* LINKS */
.vantara-footer-links-grid {
  display: flex;
  gap: 60px;
}

.vantara-footer-links a {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  color: #E3B830;
  font-size: 14px;
}

.vantara-footer-links a:hover {
  text-decoration: underline;
}

/* SOCIAL */
.vantara-social-icons a {
  font-size: 24px;
  margin-right: 15px;
  color: #E3B830;
}

/* BOTTOM */
.vantara-footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #E3B830;
  padding-top: 15px;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .vantara-footer-top {
    flex-direction: column;
  }

  .vantara-footer-subscribe-box {
    flex-direction: column;
  }

  .vantara-footer-subscribe-box input {
    width: 100%;
  }

  .vantara-footer-links-grid {
    flex-direction: column;
    gap: 20px;
  }
}

/* MAIN SECTION */
.vantara-title-section {
  background: #f7f7f7;
  /* soft luxury grey (same as screenshot) */
  text-align: center;
  padding: 70px 20px;
  color: #4a4a4a;
  font-family: "Cormorant Garamond", serif;
}

/* TITLE ROW WITH LINES */
.vantara-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

/* HORIZONTAL LINES */
.vantara-title-line {
  width: 80px;
  height: 1px;
  background: #4a4a4a;
}

/* MAIN TITLE TEXT */
.vantara-title-text {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #3c3c3c;
  margin: 0;
  text-transform: uppercase;
}

/* SUBTEXT */
.vantara-title-subtext {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #6a6a6a;
  font-family: "Poppins", sans-serif;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .vantara-title-text {
    font-size: 28px;
  }

  .vantara-title-line {
    width: 50px;
  }
}


.vantara-hotels-section {
  padding: 60px 0;
}

.vantara-hotels-section .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.hotel-card {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.hotel-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.hotel-content {
  padding: 35px;
}

.hotel-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #064339;
  /* Your brand green */
  margin-bottom: 15px;
}

.hotel-desc {
  font-family: "Poppins", sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  max-width: 85%;
}

.hotel-actions {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BOOK NOW button */
.hotel-btn {
  background: #E3B830;
  /* your gold */
  padding: 12px 26px;
  color: #064339;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

/* Visit hotel link */
.hotel-link {
  color: #E3B830;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.hotel-btn:hover {
  background: #064339;
  color: #E3B830;
}

.hotel-link:hover {
  text-decoration: underline;
  color: #064339;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .vantara-hotels-section .container {
    grid-template-columns: 1fr;
  }
}


.vantara-other-hotels {
  background: #064339;
  padding: 80px 0;
  color: #E3B830;
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.section-heading h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #E3B830;
}

.section-heading .line {
  width: 60px;
  height: 1px;
  background: #E3B830;
  display: inline-block;
}

/* GRID */
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hotel-item{
  border: 1px solid #E3B830;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hotel-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border: 2px solid #E3B830;
}

.hotel-item h3 {
  font-family: "Cormorant Garamond", serif;
  margin: 20px 0 10px;
  font-size: 20px;
  color: #E3B830;
}

.hotel-item p {
  color: #cec6c6;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 25px;
}

/* BUTTONS */
.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.btn-gold_1 {
  background: #E3B830;
  padding: 12px 28px;
  color: #064339;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
}

.hotel-link_1 {
  color: #E3B830;
  font-size: 14px;
  text-decoration: none;
}

.btn-gold_1:hover {
  background: white;
  color: #064339;
}

.hotel-link_1:hover {
  text-decoration: underline;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hotel-grid {
    grid-template-columns: 1fr;
  }
}

.hotel-hero {
  position: relative;
  background: url('../img/hotel_banner.jpg') center/cover no-repeat;
  min-height: 70vh;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sig-slider-wrapper .sig-card img {
  overflow: hidden;
}


  .signupHotelBtn {
        text-decoration: none;
        font-weight: bold;
        border: none;
        transition: 0.3s;
        background-color: #064339;
        color: #fff;
        padding: 12px 40px;

    }

    .signupHotelBtn:hover {
        background-color: #E3B830;
        color: #064339;
        border-color: #E3B830;
    }