/* CSS Variables */
:root {
  --font-primary: 'Sora', Arial, sans-serif;
  --font-heading: 'Sora', Arial, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

body {
  font-family: var(--font-primary);
  background: #f5fcff;
  color: #5b4030;
  overflow-x: hidden;
}

.header-logo {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: #bfa76a;
  letter-spacing: 2px;
}
/*.img{*/
/*    max-width:100%;*/
/*    height:auto;*/
/*}*/

/* Glassy Navbar */
.glassy-navbar-wrapper {
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 20;
  transition: all 0.3s ease;
}

.glassy-navbar-wrapper.scrolled {
  top: 0.5rem;
}

.glassy-navbar {
  background: rgb(255 255 255 / 70%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 2.5rem;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  max-width: 1100px;
  min-width: 220px;
  padding: 0.7rem 1rem;
  transition: all 0.3s ease;
}

.glassy-navbar.scrolled {
  padding: 0.5rem 2rem;
  border-radius: 1.5rem;
  max-width: 1000px;
}

.glassy-navbar.scrolled .header-logo {
  height: 30px !important;
  height: 45px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain;
}

.glassy-navbar.scrolled .glassy-link {
  font-size: 0.95rem;
  padding: 0.3rem 0.9rem;
}

.glassy-navbar.scrolled .glossy-btn {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
}

.glassy-link {
  color: #583c2c !important;
  font-weight: var(--font-weight-medium);
  font-size: 14px;
  margin: 0 0.7rem;
  border-radius: 1.5rem;
  padding: 0.4rem 1.1rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.glassy-link:hover {
  background: rgba(23, 96, 125, 0.08);
  color: #0a3d53 !important;
}

.glossy-btn {
  border-radius: 1.5rem;
  padding: 8px 20px;
  font-size: 14px;
  margin-left: 0.7rem;
  background: rgb(88 60 44);
  border: 0px;
  color: #fff;
  font-weight: var(--font-weight-medium);
  box-shadow: 0 2px 8px rgba(31, 38, 135, 0.07);
  transition: background 0.2s, color 0.2s, border 0.2s;
  text-decoration: none;
}

.glossy-btn:hover {
  background: rgb(86 58 42);
  color: #fff;
  border: 1.2px solid #17607d;
}

/* Social Media Sticky Buttons */
/* Social Media Sticky Buttons */
.social-sticky-btn {
  position: fixed;
  left: 3vw;
  top: 1rem;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transition: all 0.3s ease;
}

.social-sticky-btn-footer {
  left: 3vw;
  bottom: 2vw;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transition: all 0.3s ease;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px !important;
  height: 29px !important;
  border-radius: 56%;
  color: white !important;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.instagram img{
    width:stretch;
  max-width: 120px;
  height: auto;
  width: 100%;
}

.social-btn svg {
  width: 24px !important;
  height: 24px !important;
  fill: white !important;
}

.social-btn.whatsapp{
  background: #25D366 !important;
  border:2px  lightgreen solid !important;
    
}
.social-btn.facebook{
  background: #1877F2 !important;
  border:2px  blue solid !important;
    
}


.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: white !important;
  background: #6b7280 !important;
  border-color: #6b7280 !important;
}

/* Sticky Hotline Button */
.hotline-sticky-btn {
  position: fixed;
  right: 3vw;
  top: 1rem;
  bottom: auto;
  z-index: 1000;
  background: #5b4030;
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hotline-sticky-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hotline-sticky-btn:hover {
  background: #6b7280;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .social-sticky-btn {
    display: flex;           /* block ki jagah flex */
    flex-direction: column;
    left: 4vw;
    top: auto !important;
    bottom: 20px !important;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .header-logo img {
    height: 35px !important;
    max-width: 120px !important;
  }

  .social-btn {
    width: 40px;
    height: 40px;
  }

  .social-btn svg {
    width: 20px;
    height: 20px;
  }

  .hotline-sticky-btn {
    top: auto;
    bottom: 20px;
    right: 4vw;
    padding: 8px 14px;
    font-size: 0.85rem;
  }

  .hotline-sticky-btn svg {
    width: 18px;
    height: 18px;
  }
}
/* Hero Carousel */

.hero-carousel-section {
  position: relative;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 400px;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-sub {
  color: #fff;
  letter-spacing: 2px;
  opacity: 0.9;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title {
  color: #fff;
  font-size: 4rem;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.scroll-indicator {
  color: #fff;
  opacity: 0.85;
  font-size: 1rem;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-thumb {
  opacity: 1;
  transition: opacity 0.2s, border 0.2s, box-shadow 0.2s, transform 0.2s;
}

.hero-thumb.active {
  border: 2.5px solid #17607d;
  box-shadow: 0 2px 8px rgba(23, 96, 125, 0.15);
  transform: scale(1.08);
  opacity: 1;
  transition: border 0.2s, box-shadow 0.2s, transform 0.2s;
}
/*pop mesg css start */



.btn-open-inquiry {
  background: #b8860b; color: #fff; border: none;
  padding: 14px 40px; font-size: 0.88rem;
  font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; border-radius: 4px; cursor: pointer;
}
.btn-open-inquiry:hover { background: #9a700a; }

.modal-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(40,25,5,0.55);
  z-index: 9999;
  align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay.active { display: flex; }

.modal-box {
  background: #fff; border-radius: 12px;
  width: 100%; max-width: 560px;
  padding: 36px 32px 28px;
  position: relative; max-height: 90vh; overflow-y: auto;
}
.modal-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: none;
  font-size: 1.4rem; color: #999; cursor: pointer;
}
.modal-title {
  font-size: 1.25rem; font-weight: 700;
  color: #3b2000; font-family: Georgia, serif;
  text-align: center; margin-bottom: 4px;
}
.modal-sub { font-size: 0.87rem; color: #888; text-align: center; margin-bottom: 24px; }

.form-control {
  border: 1.5px solid #e0d8c8; border-radius: 6px;
  font-size: 0.93rem; background: #fdfaf5;
}
.form-control:focus {
  border-color: #b8860b;
  box-shadow: 0 0 0 3px rgba(184,134,11,0.12);
}

.btn-submit {
  background: #b8860b; color: #fff; border: none;
  padding: 13px 40px; font-size: 0.85rem;
  font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; border-radius: 50px;
  min-width: 200px; cursor: pointer;
}
.btn-submit:disabled { background: #c9a84c; opacity: 0.7; cursor: not-allowed; }
.btn-submit:hover:not(:disabled) { background: #9a700a; }

.success-box {
  display: none; flex-direction: column;
  align-items: center; padding: 20px 0; text-align: center;
}
.check-icon {
  width: 64px; height: 64px; background: #b8860b;
  border-radius: 50%; display: flex;
  align-items: center; justify-content: center; margin: 0 auto 18px;
}
.success-box h3 { color: #3b2000; font-family: Georgia, serif; }
.success-box p { color: #888; font-size: 0.9rem; }
/*pop mesg css end */

/*event code */
.hero-bg{
    background-image: url('images/event.jpeg')
}
/* =============================================
   IRADIVI Luxury Travel — Hero Section CSS
   Separate CSS | Bootstrap Compatible
   ============================================= */

/* ---- Hero Section Wrapper ---- */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ---- Background Image ---- */
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.03);
  transition: transform 8s ease;
}
.hero-section:hover .hero-bg {
  transform: scale(1.06);
}

/* ---- Dark Overlay ---- */
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 0, 0.52);
  z-index: 1;
}

/* ---- All Content Above Overlay ---- */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px 80px;
  max-width: 900px;
  width: 100%;
  animation: heroFadeIn 1.4s ease both;
}
@media (max-width: 480px) {
  .hero-content {
    padding: 40px 16px 40px;  /* 60px → 40px */
  }
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---- Top Tagline with Side Lines ---- */
.hero-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tagline-line {
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #c8a96e;
}

.tagline-text {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c8a96e;
}

/* ---- Main Heading ---- */
.hero-title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.hero-title-italic {
  font-style: italic;
  color: #d4a84b;
  font-weight: 700;
}

/* ---- Thin Gold Divider Under Title ---- */
.hero-divider {
  width: 50px;
  height: 1.5px;
  background: #c8a96e;
  margin: 22px auto 26px;
}

/* ---- Subtitle Paragraph ---- */
.hero-subtitle {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  letter-spacing: 0.3px;
  max-width: 640px;
  margin: 0 auto;
}

/* ---- Scroll Arrow at Bottom ---- */
.hero-scroll-arrow {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  cursor: pointer;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}

/* =============================================
   RESPONSIVE BREAKPOINTS
   ============================================= */

@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(2.4rem, 10vw, 3.5rem);
    line-height: 1.12;
  }
  .hero-subtitle {
    font-size: 0.97rem;
  }
  .tagline-text {
    font-size: 0.72rem;
    letter-spacing: 2.5px;
  }
  .tagline-line {
    width: 28px;
  }
  .hero-subtitle br {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 40px 16px 60px;
  }
  .hero-title {
    font-size: 2.2rem;
  }
}
/*offer section start*/

       .offer-section {
  background-color: #f5f0e8;
  padding: 50px 20px;
}
.offer-card {
  background: #fff;
  border: 1px solid #e0d8c8;
  border-radius: 8px;
  padding: 30px 28px;
  height: 100%;
}
.offer-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3b2000;
  border-left: 4px solid #b8860b;
  padding-left: 12px;
  margin-bottom: 22px;
}
.offer-card ul { list-style: none; padding: 0; margin: 0; }
.offer-card ul li {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.icon-check, .icon-star { color: #b8860b; flex-shrink: 0; margin-top: 2px; }
.btn-claim {
  background-color: #b8860b;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
}
.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  padding: 12px 40px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btns-wrapper {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.offer-note { font-size: 0.82rem; color: #888; }

/* Responsive */
@media (max-width: 767px) {
  .offer-card { margin-bottom: 10px; }
  .btn-claim, .btn-whatsapp { width: 100%; justify-content: center; }
}



/*offer section end*/
/* Book Badge */
.book-badge {
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  background: #f8f6e7;
  color: #bfa76a;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--font-weight-bold);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  z-index: 3;
  border: 2px solid #e5e1d8;
  text-align: center;
  transform: rotate(-15deg);
  transition: transform 0.5s cubic-bezier(.4, 2, .6, 1);
  cursor: pointer;
}

/* Section Styles */
.section-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.5rem;
  color: #5b4030;
  text-align: center;
}

.section-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}

/* Enhanced Villa Modal Styles */
.villa-modal .modal-content {
  border: none;
  border-radius: 0px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.villa-modal .modal-header {
  background: linear-gradient(135deg, #5b4030 0%, #5b4030 100%);
  color: white;
  border: none;
  padding: 10px 30px;
  position: relative;
  font-size: 13px;
  border-radius: 0px;
}

.villa-modal .modal-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  margin: 0;
}

.villa-modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: opacity 0.2s;
}

.villa-modal .btn-close:hover {
  opacity: 1;
}

.villa-modal .modal-body {
  padding: 1.32rem;
  background: #fafbfc;
}

.villa-modal .modal-body p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #374151;
}

.villa-modal .modal-body strong {
  color: #5b4030;
  font-weight: var(--font-weight-semibold);
}

.villa-modal .modal-body ul {
  margin-bottom: 0.5rem;
  padding-left: 4px;
}

.villa-modal .modal-body li {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  color: #4b5563;
  position: relative;
}

.villa-modal .modal-body li::before {
  content: "";
  color: #5b4030;
  font-weight: bold;
  position: absolute;
  left: -1.2rem;
}

/* Resort Info Cards */
.resort-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.resort-info-card {
  background: white;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #cadfe9;
}

.resort-info-card h6 {
  color: #5b4030;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.resort-info-card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Villa Count Badge */
.villa-count-badge {
  display: inline-block;
  background: linear-gradient(135deg, #4dcaff 0%, #257da2 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: var(--font-weight-semibold);
  font-size: 0.9rem;
  margin-top: 1rem;
}

/* Location Badge */
.location-badge {
  display: inline-block;
  background: rgba(23, 96, 125, 0.1);
  color: #5b4030;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: var(--font-weight-medium);
  margin-bottom: 1rem;
}

/* Rooms Carousel */
.rooms-carousel .carousel-item {
  transition: transform 0.7s cubic-bezier(.4, 2, .6, 1), opacity 0.7s;
}

.room-card {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin: 0 0.5rem;
  min-width: 270px;
  max-width: 100%;
  cursor: pointer;
}

.room-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.room-card-body {
  padding: 1.2rem 1rem 1rem 1rem;
}

.room-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.3rem;
}

.room-details {
  font-size: 0.95rem;
  color: #282727;
  opacity: 0.8;
}

/* Gallery */
.gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.2rem;
}

/* Footer */
.footer {
  background: #ffffff;
  padding: 3rem 0 1.5rem 0;
  /* border-top: 1px solid #e5e1d8; */
  /* margin-top: 3rem; */
}

.footer-logo {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: #bfa76a;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.2rem;
}

.footer-menu,
.footer-contact {
  font-size: 1.1rem;
  color: #5a4a2c;
  margin-bottom: 1.2rem;
}

.footer-social a {
  color: #563a2a;
  margin-right: 1.2rem;
  text-decoration: none;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.1rem;
  }

  .book-badge {
    width: 80px;
    height: 80px;
    font-size: 0.9rem;
  }

  .gallery-img {
    height: 120px;
  }

  .glassy-navbar {
    max-width: 98vw;
    padding: 0.7rem 1rem;
  }
}

/*@media (max-width: 767px) {
  .hero-slide {
    min-height: 100vh;
  }

  .room-card img,
  .gallery-img {
    height: 160px;
  }

  .footer {
    padding: 2rem 0 1rem 0;
  }
}*/
@media (max-width: 768px) {
    .hero-slide {
        height: 100dvh;
        min-height: unset;
        max-height: 100dvh;
        background-position: center center;
        background-size: cover;
    }
    .hero-carousel-section .carousel,
    .hero-carousel-section .carousel-inner,
    .hero-carousel-section .carousel-item {
        height: 100dvh !important;
        min-height: unset !important;
    }
    .hero-carousel-section .hero-content {
        padding: 100px 24px 40px !important;
    }
    .hero-carousel-section .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.15;
    }
    .hero-carousel-section .hero-subtitle {
        font-size: 0.92rem !important;
    }
    .hero-carousel-section .tagline-text {
        font-size: 0.65rem;
        letter-spacing: 2px;
    }
    .hero-carousel-section .tagline-line {
        width: 20px;
    }
}
/*Mobile*/
@media (max-width: 480px) {
     .hero-slide {
        height: 100dvh;
        min-height: 400px;
        max-height: 100dvh;
        
    .hero-carousel-section .hero-content {
        padding: 100px 16px 50px !important;
    }
    .hero-carousel-section .hero-title {
        font-size: 1.85rem !important;
        line-height: 1.18;
    }
}

/* Deal Section Styles */
.deal-section {
  background: #f8fafc;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
  font-family: var(--font-primary);
}

.deal-header {
  border-bottom: 1px solid #e0e6ed;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.deal-villa-type {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a4d69;
  letter-spacing: 1px;
}

.deal-villa-meta {
  font-size: 1rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.deal-rate {
  min-width: 180px;
}

.deal-old-rate {
  text-decoration: line-through;
  color: #b0b0b0;
  font-size: 1rem;
}

.deal-new-rate {
  font-size: 2rem;
  font-weight: 700;
  color: #1e7e34;
}

.deal-per-villa {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 400;
}

.deal-taxes {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.deal-btn {
  font-size: 1rem;
  font-weight: 600;
  border-radius: 24px;
  padding: 0.5rem 1.5rem;
  background: #222;
  color: #fff;
  border: none;
  transition: background 0.2s;
}

.deal-btn:hover {
  background: #1e7e34;
  color: #fff;
}

.deal-features {
  gap: 1.5rem;
  font-size: 1rem;
  color: #2a4d69;
  margin-bottom: 0.5rem;
}

.deal-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.deal-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.deal-inclusions {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.5rem;
}

.deal-dates {
  font-size: 1rem;
  color: #2a4d69;
  font-weight: 500;
  margin-top: 0.5rem;
  gap: 2rem;
}

@media (max-width: 600px) {
  .deal-section {
    padding: 1rem;
  }

  .deal-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .deal-rate {
    min-width: unset;
    text-align: left;
    margin-top: 1rem;
  }

  .deal-features {
    flex-direction: column;
    gap: 0.5rem;
  }

  .deal-dates {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.resort-info-swiper {
  width: 100%;
  padding-bottom: 24px;
}

.resort-info-swiper .swiper-slide {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1rem;
  height: auto;
  display: flex;
  align-items: stretch;
}

/* Villa Gallery Styles */
.villa-gallery {
  margin-bottom: 2rem;
}

.main-gallery-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.gallery-thumb {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gallery-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Villa Gallery Swiper Styles */
.villa-gallery-swiper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.villa-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.villa-gallery-swiper .swiper-button-prev,
.villa-gallery-swiper .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.villa-gallery-swiper .swiper-button-prev:hover,
.villa-gallery-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

.villa-gallery-swiper .swiper-pagination {
  bottom: 10px;
}

.villa-gallery-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.villa-gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2a4d69;
}

/* Villa Gallery Thumbnails */
.villa-gallery-thumbs {
  height: 80px;
  margin-top: 1rem;
  border-radius: 8px;
  padding: 8px;
  background: #f8fafc;
  /* Ensure thumbnails are always visible */
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  /* Add a subtle background pattern */
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.villa-gallery-thumbs .swiper-slide {
  opacity: 0.6;
  transition: opacity 0.3s ease;
  cursor: pointer;
  height: 64px;
}

.villa-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.villa-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  /* Make thumbnails more visible */
  background: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.villa-gallery-thumbs .swiper-slide-thumb-active img {
  border-color: #2a4d69;
  box-shadow: 0 2px 8px rgba(42, 77, 105, 0.3);
}

.villa-gallery-thumbs .swiper-slide:hover img {
  border-color: #2a4d69;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .main-gallery-img {
    height: 200px;
  }

  .gallery-thumb {
    height: 60px;
  }

  .villa-gallery-swiper .swiper-slide img {
    height: 200px;
  }

  .villa-gallery-thumbs {
    height: 60px;
    padding: 6px;
  }

  .villa-gallery-thumbs .swiper-slide {
    height: 48px;
  }

  .villa-gallery-thumbs .swiper-slide img {
    height: 48px;
  }

  .villa-gallery-swiper .swiper-button-prev,
  .villa-gallery-swiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

/* Package Plans Styles */
.package-plans-section {
  background: #f8fafc;
  margin-bottom: 2rem;
}

.package-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  color: #5b4030;
  text-align: center;
}

.package-tabs .nav-tabs {
  border-bottom: 2px solid #e0e6ed;
  justify-content: center;
}

.package-tabs .nav-link {
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: var(--font-weight-medium);
  padding: 0.75rem 1.5rem;
  margin: 0 0.25rem;
  border-radius: 12px 12px 0 0;
  transition: all 0.2s;
}

.package-tabs .nav-link:hover {
  color: #5b4030;
  background: rgba(42, 77, 105, 0.05);
}

.package-tabs .nav-link.active {
  color: #fff;
  background: #5b4030;
  border: none;
}

.package-plan-card {
  background: #fff;
  border-radius: 3px;
  padding: 1.5rem;
  border: 1px solid #e0e6ed;
}

.plan-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: var(--font-weight-bold);
  color: #5b4030;
  margin-bottom: 0.5rem;
}

.plan-meta {
  font-size: 1rem;
  color: #6c757d;
  font-weight: var(--font-weight-medium);
}

.plan-price {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: #5b4030;
  margin-bottom: 0.25rem;
}

.plan-per {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.plan-taxes {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.plan-btn {
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  border-radius: 24px;
  padding: 0.5rem 1.5rem;
  background: #5b4030;
  border: none;
  transition: background 0.2s;
}

.plan-btn:hover {
  background: #5b4030;
}

.plan-details {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e6ed;
}

.detail-item {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #444;
}

.detail-item strong {
  color: #5b4030;
  font-weight: var(--font-weight-semibold);
}

.package-benefits h6 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--font-weight-bold);
  color: #5b4030;
  margin-bottom: 0.75rem;
}

.package-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-benefits li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}

.package-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5b4030;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
}

@media (max-width: 768px) {
  .package-plans-section {
    padding: 0px;
  }

  .package-title {
    font-size: 1.5rem;
  }

  .package-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .plan-header {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .plan-rate {
    text-align: left !important;
    margin-top: 1rem;
  }

  .plan-details .row {
    flex-direction: column;
  }

  .plan-details .col-md-6 {
    margin-bottom: 1rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
}

/* Lazy Loading for Villa Images */
.lazy-image {
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #f0f0f0;
}

.lazy-image.loaded {
  opacity: 1;
}

/* Mobile-optimized lazy loading */
@media (max-width: 768px) {
  .lazy-image {
    transition: opacity 0.2s ease;
  }
}

/* Inquiry Form Styles */
.inquiry-card {
  background: #5b4030;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.02);
  color: #ffffff;
}

.inquiry-card .section-title {
  color: #ffffff;
}

.inquiry-card .text-muted {
  color: rgba(255, 255, 255, 0.9) !important;
}

.inquiry-card .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1rem 0.75rem;
  height: calc(3.5rem + 2px);
  font-size: 1rem;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.inquiry-card .form-control:focus {
  background-color: #ffffff;
  border-color: #bfa76a;
  /* Gold accent color */
  box-shadow: 0 0 0 4px rgba(191, 167, 106, 0.1);
}

.inquiry-card .form-floating>label {
  padding: 1rem 0.75rem;
  color: #888;
}

.inquiry-card .form-floating>.form-control:focus~label,
.inquiry-card .form-floating>.form-control:not(:placeholder-shown)~label {
  color: #bfa76a;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.inquiry-card .btn-primary {
  background: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(88, 60, 44, 0.3);
  transition: all 0.3s ease;
  color: #000;
}

.inquiry-card .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(88, 60, 44, 0.4);
  background: #fff;
}

.inquiry-card .btn-primary:disabled {
  background: #a8a8a8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
  transform: none !important;
}

.inquiry-card .text-muted {
  font-size: 0.95rem !important;
}

@media (max-width: 768px) {
  .inquiry-card {
    padding: 2rem 1.5rem;
  }
}

/* Date Input Styling */
.inquiry-card input[type="date"] {
  accent-color: #583c2c;
  /* Brand brown color */
}

/* Placeholder color logic for date input */
/* When empty (and required), it is invalid, so we style the text (dd/mm/yyyy) as placeholder color */
.inquiry-card input[type="date"]:invalid {
  color: #888;
}

/* When valid (date selected), style as normal text */
.inquiry-card input[type="date"]:valid {
  color: #333;
}

/* Calendar Icon Styling */
.inquiry-card input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.inquiry-card input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* Flatpickr Custom Theme */
.flatpickr-calendar {
  font-family: var(--font-primary) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #583c2c !important;
  border-color: #583c2c !important;
}

.flatpickr-day.today {
  border-color: #583c2c !important;
}

.flatpickr-day.today:hover {
  background: #583c2c !important;
  color: #fff !important;
}

.flatpickr-day:hover {
  background: #f5f0eb !important;
}

.flatpickr-months .flatpickr-month {
  background: #583c2c !important;
  color: #fff !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 10px;
}

.flatpickr-current-month {
  padding: 1.48px 0 0 0 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #583c2c !important;
}

.flatpickr-current-month input.cur-year {
  color: #fff !important;
}

.flatpickr-weekdays {
  background: #583c2c !important;
}

span.flatpickr-weekday {
  background: #583c2c !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff !important;
  fill: #fff !important;
  padding-top: 10px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.8) !important;
}
/* Logo - normal state */
.header-logo img {
  height: 45px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain;
}

/* Logo - scrolled state */
.glassy-navbar.scrolled .header-logo img {
  height: 30px !important;
  width: auto !important;
  max-width: 120px !important;
}

/* Mobile - 768px */
@media (max-width: 768px) {
  .social-sticky-btn {
    display: flex;
    flex-direction: column;
    left: 4vw;
    top: auto !important;
    bottom: 20px !important;
    gap: 8px;
  }

  .social-btn {
    width: 40px;
    height: 40px;
  }

  .social-btn svg {
    width: 20px;
    height: 20px;
  }

  .hotline-sticky-btn {
    top: auto;
    bottom: 20px;
    right: 4vw;
    padding: 8px 14px;
    font-size: 0.85rem;
  }
}

/* Mobile - 480px (iPhone) */
@media (max-width: 480px) {
  .header-logo img {
    height: 35px !important;
    max-width: 120px !important;
  }
}