/* custom styles */
section {
  position: relative;
}

/*common navbar menu header style*/
.custom.navbar {
  padding: 8px 0 0 0;

  @media (max-width: 576px) {
    position: absolute !important;
  }
}

.custom.navbar-expand-lg .navbar-nav {
  @media (max-width: 992px) {
    background: #ffffff;
    padding: 4px 10px;
  }
}

.custom.navbar-expand-lg .navbar-nav .nav-item {
  @media (max-width: 992px) {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.custom.navbar-expand-lg .navbar-nav .nav-item.dropdown {
  @media (max-width: 992px) {
    width: 100%;
  }
}

.custom.navbar-expand-lg .navbar-nav .nav-item.ms-3 {
  @media (max-width: 992px) {
    margin-left: 0 !important;
  }
}
.custom.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
  @media (max-width: 992px) {
    /* background: transparent;
      border: none; */
  }
}

.custom .navbar-brand img {
  margin-right: 10px;
  width: 100%;
  max-width: 280px;
}

.custom .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.custom .navbar-toggler {
  border: none;
  padding-right: 0;
}

.custom .navbar-toggler:focus {
  box-shadow: none;
}

/*hero slider*/
.elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.elementor-shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
  z-index: -1;
  height: 12px;
  transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}

.elementor-shape-bottom {
  transform: rotate(180deg);
  bottom: -1px;
}

/*all sections (elementor background overlay, section background based)*/
.elementor-color-background-overlay {
  background-image: url(../images/green-pattern-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  box-sizing: border-box;
}

.elementor-transparent-background-overlay {
  background-image: url(../images/white-pattern-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  box-sizing: border-box;
}

/*testimonial section style*/
.testimonial .carousel-item,
.testimonial .carousel-inner {
  height: 100% !important;

  @media (max-width: 576px) {
    position: relative;
    height: 100%;
  }
}

/* === Default Styles === */

.slider-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#heroCarousel,
.carousel-inner,
.carousel-item,
.slider-img,
.carousel-caption {
  height: 100% !important;
}

/* Properly center the caption */
.carousel-caption {
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.hero-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 700px;
}

.btn-warning {
  background-color: #ffb400;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-warning:hover {
  background-color: #e6a100;
}

.who-we-are {
  background-color: #fff;
  position: relative;
}

.wavy-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 150px 0;
}

.wavy-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 30px;
}

/* Responsive Typography */
.who-we-are h2 {
  font-size: 1.8rem;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* .booking-hero-section {
  background-image: url("images/booking-header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
} */

.booking-hero-section .container-lg {
  position: relative;
  z-index: 2;
}

.booking-hero-section .breadcrumb {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-weight: 600;
}

.booking-hero-section h1 {
  font-size: 4rem;
  color: #f9b000;
  /* Match yellow-orange "Booking" */
}

.booking-hero-section .lead {
  font-size: 1.1rem;
  color: #e8f1fb;
}

.booking-hero-section .btn {
  background-color: #d5ea5e;
  color: #000;
  border: none;
  transition: 0.3s ease;
}

.booking-hero-section .btn:hover {
  background-color: #cde144;
  color: #000;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* Wavy Image Style */
.wavy-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 80px 0 80px 0;
}

.wavy-img {
  width: 100%;
  object-fit: cover;
  border-radius: 80px 0 80px 0;
}

.book-section {
  background-color: #fdfdfd;
}

.book-section .form-label {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
}

.book-section .form-control {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}

.book-section textarea.form-control {
  resize: none;
}

.vendor-logo {
  max-width: 80px;
  height: auto;
}

.hero-static {
  padding-top: 100px;
}

.rounded-custom {
  border-radius: 100px 0 100px 0;
}

.pricing-section {
  background-color: #fffefc;
  position: relative;
  overflow: hidden;
}

.pricing-section::before,
.pricing-section::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.pricing-section::before {
  top: 10%;
  left: 5%;
  background-image: url("icons/airplane.svg");
  /* replace with your icon */
}

.pricing-section::after {
  bottom: 5%;
  right: 10%;
  background-image: url("icons/balloon.svg");
  /* replace with your icon */
}

.pricing-content {
  z-index: 1;
  position: relative;
}

/* section.hero-static.hero-section {
  min-height: 100vh;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  padding-top: 100px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-color: #ffefd3;
} */

/* === Responsive Adjustments === */

/* Medium Devices and Down */
@media (max-width: 992px) {
  .slider-img {
    height: 75vh;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .carousel-caption {
    font-size: 0.9rem;
  }

  .who-we-are h2 {
    font-size: 1.8rem;
  }

  .card-img-top {
    height: 200px;
  }

  .vendor-logo {
    max-width: 70px;
  }
}

/* Small Devices and Down */
@media (min-width: 577px) and (max-width: 768px) {
  .slider-img {
    height: 65vh;
  }

  .carousel-caption {
    top: 55%;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .btn-warning {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
  }

  .who-we-are {
    text-align: center;
  }

  .who-we-are .btn {
    width: 100%;
    margin-top: 1rem;
  }

  .wavy-image-wrapper {
    border-radius: 20px;
    margin-top: 2rem;
  }

  .booking-hero-section {
    padding: 8rem 0 4rem;
    text-align: center;
  }

  .booking-hero-section h1 {
    font-size: 1.8rem;
  }

  .breadcrumb {
    justify-content: center !important;
  }

  .wavy-image-wrapper {
    margin-top: 2rem;
    border-radius: 30px;
  }

  .card-img-top {
    height: 180px;
  }

  .vendor-logo {
    max-width: 60px;
  }
}

/* Extra Small Devices */
@media (max-width: 576px) {
  .navbar {
    position: relative !important;
  }

  .carousel-item {
    position: relative;
    height: 100vh;
  }

  .slider-img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }

  #heroCarousel,
  .carousel-inner,
  .carousel-item,
  .slider-img {
    height: 100vh !important;
  }

  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    /* optional overlay */
  }

  .hero-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
  }

  .btn-warning {
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
  }

  .who-we-are h2 {
    font-size: 1.6rem;
  }

  .who-we-are p {
    font-size: 0.95rem;
  }

  .booking-hero-section h1 {
    font-size: 1.7rem;
  }

  .booking-hero-section .lead {
    font-size: 1rem;
  }

  .card-img-top {
    height: 160px;
  }

  .vendor-logo {
    max-width: 50px;
  }

  .carousel-item {
    transition: transform 0.6s ease-in-out;
  }

  .carousel-inner {
    overflow-x: auto;
  }

  .card {
    min-height: 240px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 60% 60%;
  }

  .pricing-section {
    padding: 2rem 1rem;
  }

  .rounded-custom {
    border-radius: 40px 0 40px 0;
  }

  .pricing-section h2 {
    font-size: 1.75rem;
  }

  .pricing-section p {
    font-size: 0.95rem;
  }

  .btn {
    font-size: 0.9rem;
  }

  footer {
    background-color: #b4dc4b;
  }
}

/* === Contact cards (Contact Us) === */
.contact-cards {
  background: #fff;
}

.contact-card {
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.contact-card--green {
  background: #a8d44f;
}

/* like screenshot */
.contact-card--red {
  background: #ef6156;
}

.contact-card--blue {
  background: #5f95c3;
}

.contact-card__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}

.contact-card__icon i {
  font-size: 46px;
  color: #f7b500;
}

/* yellow icon */
.contact-card__title {
  font-weight: 800;
  font-size: 2rem;
  margin: 0.25rem 0 0.75rem;
}

.contact-card__text {
  font-size: 1.1rem;
}

@media (max-width: 991.98px) {
  .contact-card {
    padding: 2rem 1.5rem;
  }

  .contact-card__title {
    font-size: 1.6rem;
  }
}

/* --- Tabbed Gallery --- */
.tabbed-gallery {
  padding: 48px 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.tg-header {
  display: grid;
  gap: 16px;
  align-items: end;
  grid-template-columns: 1fr;
}

.tg-header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  letter-spacing: 0.5px;
}

.tg-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tg-tab {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}

.tg-tab:hover {
  transform: translateY(-1px);
}

.tg-tab.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Grid */
.tg-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

/* Responsive spans */
.tg-card {
  grid-column: span 6;
  /* 2 columns on small screens */
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  display: block;
  text-decoration: none;
  outline: none;
  border: 1px solid #eee;
}

@media (min-width: 640px) {
  .tg-card {
    grid-column: span 4;
  }
}

/* 3 cols */
@media (min-width: 992px) {
  .tg-card {
    grid-column: span 3;
  }
}

/* 4 cols */

.tg-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.tg-card:hover img,
.tg-card:focus img {
  transform: scale(1.04);
}

.tg-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.85rem;
  border-radius: 999px;
}

/* Hidden utility for filtering (not display:none to preserve transitions if needed) */
.tg-card[hidden] {
  display: none !important;
}

/* Improve focus visibility */
.tg-card:focus-visible,
.tg-tab:focus-visible {
  outline: 3px solid #7aa7ff;
  outline-offset: 2px;
}

/* Lightbox */
.tg-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}

.tg-lightbox.is-open {
  display: flex;
}

.tg-lightbox__stage {
  max-width: 92vw;
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.tg-lightbox__stage img {
  max-width: 92vw;
  max-height: 76vh;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.tg-lightbox__caption {
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.4;
  max-width: 80ch;
}

.tg-lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  line-height: 1;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 6px 10px;
  opacity: 0.9;
}

.tg-lightbox__close:hover {
  opacity: 1;
}

.tg-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 32px;
  width: 48px;
  height: 64px;
  cursor: pointer;
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.tg-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.tg-lightbox__prev {
  left: 16px;
}

.tg-lightbox__next {
  right: 16px;
}

@media (max-width: 576px) {
  .tg-lightbox__nav {
    width: 42px;
    height: 56px;
    font-size: 28px;
  }

  .tg-lightbox__close {
    font-size: 28px;
  }
}

/* ===== FAQ Section ===== */
.faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 16px;
}

.faq-head {
  text-align: center;
  margin-bottom: 32px;
}

.faq-eyebrow {
  color: #f6b500;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

.faq-title {
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  margin: 0 0 10px;
}

.faq-sub {
  color: #666;
  margin: 0 auto;
  max-width: 720px;
}

.faq-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.faq-col {
  display: grid;
  gap: 18px;
}

/* Card/accordion */
.faq-item {
  background: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
}

.faq-item.is-open {
  background: #ffc114;
}

/* header color when open */

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
  padding: 22px 22px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.faq-item.is-open .faq-q {
  color: #111;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e0f2a7;
  display: grid;
  place-items: center;
  position: relative;
  flex: 0 0 40px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #5b7d18;
  transition: transform 0.2s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-item.is-open .faq-icon::after {
  transform: scaleY(0);
}

/* turns + into – */

.faq-a {
  display: none;
  background: #fdecc7;
  padding: 22px;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-item.is-open .faq-a {
  display: block;
}

/* Focus states */
.faq-q:focus-visible {
  outline: 3px solid #7aa7ff;
  outline-offset: 3px;
  border-radius: 12px;
}

/* === Active nav highlight (high specificity) === */
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link[aria-current="page"],
.navbar.navbar-light .navbar-nav .show > .nav-link {
  color: #f6b500 !important;
  font-weight: 700;
}

/* Dropdown items */
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
  color: #f6b500 !important;
  background: transparent !important;
  font-weight: 600;
}

/* Smooth background + shadow when scrolled */
.navbar {
  transition: background-color 0.25s ease, box-shadow 0.25s ease,
    backdrop-filter 0.25s ease;
}

.navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  /* subtle glassy white */
  backdrop-filter: saturate(180%) blur(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
