:root {
  --primary-color: #00d2e8;
  --accent-color: #ffb72b;
  --dark-color: #111827;
  --text-muted-color: #6b7280;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #111827;
  background-color: #f3f4f6;
}

a {
  text-decoration: none;
}

/* ==== NAVBAR (screenshot style) ==== */
.navbar.main-nav {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.97), transparent);
  /*backdrop-filter: blur(6px);*/
  border-bottom: 0;
  z-index: 1030;
}

.navbar.main-nav .navbar-brand {
  padding: 0;
  margin-right: 1.5rem;
}

.nav-logo-img {
  height: 100px;          /* adjust to match your logo */
  width: auto;
}

/* menu links */
.navbar.main-nav .navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0 0.5rem;
  font-weight: 500;
}

.navbar.main-nav .navbar-nav .nav-link:hover,
.navbar.main-nav .navbar-nav .nav-link:focus {
  color: #f9fafb !important;
}

/* center nav on desktop */
.navbar.main-nav .navbar-nav {
  align-items: center;
}

/* search pill on right */
.nav-search-pill {
  background: #ffffff;
  border-radius: 999px;
  padding: 0.25rem 0.95rem;
  display: inline-flex;
  align-items: center;
  min-width: 170px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}

.nav-search-pill i {
  font-size: 1rem;
  margin-right: 0.45rem;
  color: #4b5563;
}

.nav-search-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.86rem;
  color: #111827;
  width: 100%;
}

.nav-search-input::placeholder {
  color: #9ca3af;
}

/* right-side icons */
.nav-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0;
}

.nav-icon-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* toggler */
.navbar.main-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
  padding: 0.15rem 0.4rem;
}

.navbar.main-nav .navbar-toggler-icon {
  filter: invert(1);
}
.navbar-toggler-icon {
  background-color: #711818 !important;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
  #mainNavbar {
    background: rgba(0, 0, 0, 0.7);
  }
  .nav-search-pill {
    min-width: 100%;
    margin-top: 0.75rem;
  }
  .nav-right {
    margin-top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .navbar.main-nav .navbar-nav .nav-link {
    padding: 0.4rem 0;
  }
}

/* HERO SECTION */
.hero {
  position: relative;
  min-height: 90vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home-heder-bg.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: brightness(0.5);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 210, 232, 0.9),
    rgba(0, 210, 232, 0.2),
    rgba(0, 210, 232, 0.95)
  );
  z-index: -1;
  mix-blend-mode: multiply;
}

.hero-title {
  font-size: 30px;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: #e5e7eb;
}
.topmar100{
    margin-top:100px;
}
.hero-tags {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: #e5e7eb;
 
}

.hero-badges {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.hero-badge {
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #e5e7eb;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
}

.hero-badge i {
  font-size: 1.1rem;
  color: var(--accent-color);
}

/* ===== HERO SLIDER CARDS ===== */
.hero-slider-wrapper {
  margin-top: 1rem;
}

.hero-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.hero-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(249, 250, 251, 0.7);
  background: rgba(15, 23, 42, 0.7);
  color: #f9fafb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-nav-btn:hover {
  background: rgba(15, 23, 42, 0.95);
  transform: translateY(-1px);
}

.hero-cards-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
}

.hero-card {
  position: relative;
  width: 150px;
  height: 350px;
  border-radius: 1.4rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  opacity: 0.65;
  background-color: #111827;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.85);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.hero-card[data-bg="kerala-1"]::before {
  background-image: url("../img/kerala1.jpg");
  background-size: cover;
}
.hero-card[data-bg="ladakh-1"]::before {
  background-image: url("../img/ladakh1.jpg");
  background-size: cover;
}
.hero-card[data-bg="shimla-1"]::before {
  background-image: url("../img/shimla1.jpg");
  background-size: cover;
}
.hero-card[data-bg="ladakh-2"]::before {
  background-image: url("../img/ladakh2.jpg");
  background-size: cover;
}
.hero-card[data-bg="kerala-2"]::before {
  background-image: url("../img/kerala2.jpg");
  background-size: cover;
}

.hero-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.2),
    rgba(15, 23, 42, 0.2)
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.4rem;
}

.hero-card-title {
  color: #f9fafb;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-card.active {
  width: 220px;
  height: 440px;
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.8);
  opacity: 1;
}

.hero-card.active::before {
  filter: brightness(0.95);
}

@media (max-width: 767.98px) {
  .hero-cards-track {
    gap: 0.8rem;
  }
  .hero-card {
    width: 120px;
    height: 180px;
  }
  .hero-card.active {
    width: 180px;
    height: 260px;
  }
}

.hero-dots {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.7);
}

.hero-dot.active {
  width: 16px;
  background: #f9fafb;
}

/* GENERIC SECTION */
.section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.section + .section {
  border-top: 1px solid #e5e7eb;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.section-subtitle {
  color: #6b7280;
  font-size: 0.95rem;
}

.text-link {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

/* CATEGORY CARDS */
.category-card {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  height: 160px;
  cursor: pointer;
  background-color: #111827;
  color: #f9fafb;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.8);
  transition: transform 0.25s ease;
  z-index: 0;
}

.category-card[data-bg="pilgrimage"]::before {
  background-image: url("../img/pilgrimage1.jpg");
  background-size: cover;
}

.category-card[data-bg="wildlife"]::before {
  background-image: url("../img/wildlife1.jpg");
  background-size: cover;
}

.category-card[data-bg="honeymoon"]::before {
  background-image: url("../img/honeymoon1.jpg");
  background-size: cover;
}

.category-card[data-bg="adventure"]::before {
  background-image: url("../img/adventure1.jpg");
  background-size: cover;
}

.category-card[data-bg="women"]::before {
  background-image: url("../img/womenspecial1.jpg");
  background-size: cover;
}

.category-card[data-bg="solo"]::before {
  background-image: url("../img/solotravel1.jpg");
  background-size: cover;
}

.category-card:hover::before {
  transform: scale(1.07);
}

.category-overlay {
  position: absolute;
  inset: 0;
  padding: 1rem;
  background: linear-gradient( to top, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.13) );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.category-name {
  font-size: 1rem;
  font-weight: 600;
}

.category-chip {
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(249, 250, 251, 0.6);
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* PLACE / PACKAGE CARDS */
.place-card {
  border-radius: 1.5rem;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.place-card img {
  height: 180px;
  object-fit: cover;
}

.place-body {
  padding: 1.1rem 1.25rem 1.05rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.place-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}

.place-title {
  font-size: 1rem;
  font-weight: 600;
}

.fav-btn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #6b7280;
  font-size: 0.9rem;
}

.fav-btn:hover {
  background: #fee2e2;
  color: #ef4444;
}

.badge-offer {
  border-radius: 999px;
  background-color: rgba(0, 210, 232, 0.1);
  color: #005f6b;
  font-size: 0.7rem;
  padding: 0.1rem 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: #6b7280;
  flex-wrap: wrap;
}

.meta-dot::before {
  content: "�";
  margin-inline: 0.35rem;
}

.place-features {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #6b7280;
  list-style: none;
  padding-left: 0;
}

.place-features li::before {
  content: "� ";
  color: #9ca3af;
}

.place-footer {
  padding: 0 1.25rem 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.85rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 0.5rem;
  margin-top: 0.4rem;
}

.price-label {
  color: #6b7280;
  font-size: 0.75rem;
}

.price-value {
  font-weight: 600;
  color: #111827;
}

/* MULTI-CARD HORIZONTAL SLIDER (one-by-one scroll) */
.packages-slider {
  position: relative;
}

.packages-viewport {
  overflow: hidden; /* JS scrolls this */
}

.packages-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding-bottom: 0.25rem;
  transition: transform 0.4s ease;
  will-change: transform;
}



.pkg-card-wrap {
  flex: 0 0 260px;
  max-width: 260px;
}

@media (max-width: 767.98px) {
  .pkg-card-wrap {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.pkg-nav-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
  z-index: 2;
}

.pkg-nav-btn:hover {
  background: #f3f4f6;
}

.pkg-prev {
  left: -10px;
}

.pkg-next {
  right: -10px;
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 4.5rem;
  }
  .hero-badges {
    flex-direction: column;
    gap: 0.75rem !important;
  }
  .pkg-prev {
    left: 4px;
  }
  .pkg-next {
    right: 4px;
  }
}

/* WHY CHOOSE US */
.why-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.6rem 1.4rem;
  height: 100%;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.why-icon {
  width: 42px;
  height: 42px;
  border-radius: 1rem;
  background: rgba(0, 210, 232, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary-color);
}

.why-title {
  font-weight: 600;
  font-size: 0.98rem;
}

.why-text {
  font-size: 0.84rem;
  color: #6b7280;
}

/* SUBSCRIBE */
.subscribe-section {
  padding: 2.8rem 0 4rem;
  text-align: center;
  background: #f9fafb;
}

.subscribe-section .btn {
  border-radius: 999px;
  padding-inline: 2.2rem;
}

/* ==== NEW FOOTER ==== */
.footer {
  background: #f9fafb;
  color: #111827;
  margin-top: 2rem;
}

/* top (logo + cards + links) */
.footer-main {
  padding: 3rem 0 2.5rem;
}

/* center logo */
.footer-logo-wrap {
  text-align: center;
  margin-bottom: 2.5rem;
}

.footer-logo-circle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.8rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.footer-logo-plane {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.footer-logo-text {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #020617;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.25rem;
  color: #e5e7eb;
  font-size: 0.9rem;
}

.footer-social a:hover {
  background: #0f172a;
}

/* info cards row */
.footer-info-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.15rem 1.3rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-info-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-info-icon {
  width: 32px;
  height: 32px;
  border-radius: 0.8rem;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #4f46e5;
}

.footer-info-title {
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-info-text {
  font-size: 0.83rem;
  color: #6b7280;
}

.footer-info-link {
  font-size: 0.85rem;
  font-weight: 500;
  color: #2563eb;
}

/* links + popular destination */
.footer h6 {
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.86rem;
}

.footer-links li + li {
  margin-top: 0.4rem;
}

.footer-links a {
  color: #4b5563;
}

.footer-links a:hover {
  color: #111827;
}

/* popular destination box */
.footer-popular-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.2rem 1.3rem 1.1rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.footer-popular-card h6 {
  margin-bottom: 0.9rem;
}

.footer-destinations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.footer-destination {
  border-radius: 0.9rem;
  padding: 0.45rem 0.5rem;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  font-size: 0.8rem;
  text-align: left;
  color: #f9fafb;
  display: flex;
  align-items: flex-end;
  min-height: 60px;
}

.dubaione{
  background-image: url("../img/dubaifooter1.jpg");
  background-size: cover;
}
.singapore{
  background-image: url("../img/singaporefooter1.jpg");
  background-size: cover;
}
.thailand{
  background-image: url("../img/dubaifooter1.jpg");
  background-size: cover;
}
.bali{
  background-image: url("../img/balifooter1.jpg");
  background-size: cover;
}
.maldives{
  background-image: url("../img/maldives1.jpg");
  background-size: cover;
}
.kerala{
  background-image: url("../img/kerala1.jpg");
  background-size: cover;
}
.himachal{
  background-image: url("../img/himachalexplorer1.jpg");
  background-size: cover;
}
.shimla{
  background-image: url("../img/shimla1.jpg");
  background-size: cover;
}
.uttarakhand{
  background-image: url("../img/adventure1.jpg");
  background-size: cover;
}

/* ==== FOOTER IMAGE BOTTOM BAND ==== */
.footer-bottom-wave {
  position: relative;
  background: url("../img/footer-wave.png") no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
  padding: 16rem 0 2.8rem;
}

.footer-bottom-inner {
  position: relative;
  z-index: 2;
}

.footer-badges-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.85rem;
}

.footer-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.footer-badge-text span {
  display: block;
  line-height: 1.25;
}

.footer-badge-text span:first-child {
  font-size: 0.76rem;
  opacity: 0.85;
}

.footer-badge-text span:last-child {
  font-size: 0.86rem;
  font-weight: 500;
}

.footer-copy {
  margin-top: 1.8rem;
  font-size: 0.8rem;
  opacity: 0.95;
}

/* Mobile fix */
@media (max-width: 768px) {
  .footer-bottom-wave {
    padding: 1rem 0 2.5rem;
  }
}

/* responsive */
@media (max-width: 767.98px) {
  .footer-main {
    padding-top: 1rem;
  }
  .footer-info-card {
    text-align: left;
  }
  .footer-destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* === WAVE + SKYLINE MOTION EFFECT === */
.footer-bottom-wave {
  animation: waveMove 18s ease-in-out infinite alternate;
  background-size: 110%;
}

@keyframes waveMove {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center 10%;
  }
}
.footer-badge {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.footer-badge:nth-child(1) { animation: float 6s ease-in-out infinite; }
.footer-badge:nth-child(2) { animation: float 7s ease-in-out infinite; }
.footer-badge:nth-child(3) { animation: float 6.5s ease-in-out infinite; }
.footer-badge:nth-child(4) { animation: float 7.5s ease-in-out infinite; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.footer-badge:hover {
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.6));
  transform: scale(1.05);
}

.footer-badge-icon {
  transition: all 0.3s ease;
}

.footer-badge-icon:hover {
  background: rgba(255,255,255,0.15);
}
@media (max-width: 768px) {
  .footer-bottom-wave {
    animation: none; /* saves battery */
  }
  .footer-badge {
    animation: none;
  }
}

  /* ================== ABOUT PAGE ================== */

    .section-soft {
      background-color: #f9fafb;
    }

    /* HERO (top sea image) */
    .about-hero {
      position: relative;
      padding-top: 6rem;
      padding-bottom: 4.5rem;
      color: #f9fafb;
      
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }

    .about-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.7)
      );
    }

    .about-hero .container {
      position: relative;
      z-index: 2;
    }

    .about-hero-kicker {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      opacity: 0.95;
    }

    .about-hero-title {
      font-size: clamp(2rem, 3.1vw, 2.7rem);
      font-weight: 700;
    }

    .about-hero-text {
      font-size: 0.95rem;
      max-width: 520px;
      color: #e5e7eb;
      text-align: justify;
    }

    .about-hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
    }

    .about-hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.4rem 0.9rem;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.8);
      font-size: 0.78rem;
      border: 1px solid rgba(148, 163, 184, 0.6);
    }

    .about-hero-tag i {
      font-size: 0.95rem;
      color: #ffb72b;
    }

    /* hero right card (luggage) */
    .about-hero-card {
      display: inline-block;
      padding: 1.4rem 1.2rem;
      border-radius: 1.7rem;
      background: #f9fafb;
      box-shadow: 0 22px 50px rgba(15, 23, 42, 0.55);
      transform: translateY(10px);
    }

    /* hero stats */
    .about-hero-stats {
      margin-top: 2.3rem;
    }

    .about-stat {
      border-radius: 1.1rem;
      background: rgba(15, 23, 42, 0.92);
      color: #f9fafb;
      padding: 0.9rem 1rem;
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.6);
    }

    .about-stat-number {
      font-size: 1.1rem;
      font-weight: 700;
    }

    .about-stat-label {
      font-size: 0.78rem;
      opacity: 0.9;
    }

    /* main about section */
    .about-main {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }

    .about-main-img {
      max-width: 320px;
      border-radius: 1.5rem;
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    }

    .about-box {
      background: #ffffff;
      border-radius: 1.4rem;
      padding: 1.3rem 1.1rem;
      box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
      height: 100%;
    }

    .about-box-icon {
      width: 40px;
      height: 40px;
      border-radius: 1.1rem;
      background: rgba(0, 210, 232, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #00d2e8;
      margin-bottom: 0.6rem;
    }

    .about-box-title {
      font-size: 0.98rem;
      font-weight: 600;
    }

    .about-box-text {
      font-size: 0.84rem;
      color: #6b7280;
    }

    /* recognition strip */
    .about-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      align-items: stretch;
      margin-top: 1.8rem;
      background: #f3f4f6;
      border-radius: 1.2rem;
      padding: 0.7rem 0.8rem;
    }

    .about-strip-item {
      flex: 1 1 130px;
      padding: 0.5rem 0.7rem;
      border-radius: 0.9rem;
      font-size: 0.8rem;
    }

    .about-strip-item span {
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.7rem;
      color: #9ca3af;
    }

    .about-strip-item strong {
      display: block;
      font-size: 0.88rem;
      color: #111827;
    }

    /* why choose us boxes */
    .why-box {
      background: #ffffff;
      border-radius: 1.2rem;
      padding: 1.1rem 1rem;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
      text-align: left;
      height: 100%;
    }

    .why-box h6 {
      font-size: 0.95rem;
      font-weight: 600;
      margin-bottom: 0.3rem;
    }

    .why-box p {
      font-size: 0.82rem;
      color: #6b7280;
    }

    .why-icon {
      width: 40px;
      height: 40px;
      border-radius: 1.1rem;
      background: rgba(0, 210, 232, 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #00d2e8;
      margin-bottom: 0.6rem;
    }

   /* ========== OUR LEADERSHIP (CARD STYLE LIKE SCREENSHOT) ========== */

.leadership-section {
  background-color: #ffffff;
}

.leadership-row {
  position: relative;
}

/* base card */
.leader-card {
  text-align: center;
  background: transparent;
}

/* image container */
.leader-photo-wrap {
  position: relative;
  margin: 0 auto 1.1rem;
  max-width: 320px;
  border-radius: 32px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
  aspect-ratio: 4 / 5; /* keeps same size proportion */
}

/* image */
.leader-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* name + role text */
.leader-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.leader-role {
  font-size: 0.82rem;
  color: #6b7280;
}

/* center card highlight (blue blob behind) */
.leader-card-center {
  position: relative;
  z-index: 1;
}

.leader-card-center::before {
  content: "";
  position: absolute;
  inset: auto;
  width: 260px;
  height: 90px;
  background: #2563eb;
  border-radius: 999px;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.55);
}

/* responsive tweaks */
@media (max-width: 767.98px) {
  .leader-photo-wrap {
    max-width: 260px;
  }
  .leader-card-center::before {
    width: 220px;
    height: 70px;
    bottom: 12px;
  }
}

   /* ========== MEET OUR TOUR EXPERT (GRID CARD STYLE) ========== */

.tour-expert-section {
  background-color: #ffffff;
}

.tour-expert-grid {
  margin-top: 1.5rem;
}

/* card */
.tour-expert-card {
  text-align: center;
}

/* image container */
.tour-expert-photo-wrap {
  margin: 0 auto 1.1rem;
  max-width: 280px;
  border-radius: 32px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
  aspect-ratio: 4 / 5;      /* keeps all images same size */
}

/* image itself */
.tour-expert-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* name / role */
.tour-expert-name {
  font-size: 0.96rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.tour-expert-role {
  font-size: 0.82rem;
  color: #6b7280;
}

/* bottom arrows */
.tour-expert-nav-btn {
  border: none;
  background: transparent;
  font-size: 1.15rem;
  margin: 0 0.35rem;
  cursor: pointer;
  color: #1d4ed8;
}

.tour-expert-nav-btn:hover {
  color: #0b3ab8;
}

@media (max-width: 767.98px) {
  .tour-expert-photo-wrap {
    max-width: 240px;
  }
}


    /* map section */
    .about-list {
      list-style: none;
      padding-left: 0;
      font-size: 0.86rem;
      color: #4b5563;
    }

    .about-list li::before {
      content: "� ";
      color: #00d2e8;
    }

    .about-map-card {
      border-radius: 1.6rem;
      overflow: hidden;
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    }

    /* ========== TESTIMONIAL SLIDER ========== */

.testimonial-section {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.testimonial-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #6366f1;
  margin-bottom: 0.4rem;
}

.testimonial-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #0f172a;
}

/* card */
.t-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 2.3rem 2rem 2.1rem;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  text-align: center;
  max-width: 380px;
  margin-inline: auto;
}

/* orange quote badge */
.t-quote-badge {
  position: absolute;
  top: -14px;
  right: 32px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #ff7a1a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* avatar */
.t-avatar-wrap {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 1rem;
}

.t-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* name / role */
.t-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #111827;
}

.t-role {
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

/* stars */
.t-stars {
  margin-bottom: 0.7rem;
  color: #f97316;
  font-size: 0.8rem;
}

.t-stars i {
  margin-inline: 1px;
}

/* text */
.t-text {
  font-size: 0.86rem;
  color: #4b5563;
  line-height: 1.6;
}

/* arrows (blue round buttons) */
.testimonial-control {
  width: auto;
  top: 55%;
  transform: translateY(-50%);
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon {
  display: none;
}

.testimonial-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.4);
}

.testimonial-arrow i {
  color: #ffffff;
  font-size: 1.1rem;
}

.carousel-control-prev.testimonial-control {
  left: -10px;
}

.carousel-control-next.testimonial-control {
  right: -10px;
}

/* smaller screens */
@media (max-width: 991.98px) {
  .carousel-control-prev.testimonial-control {
    left: 0;
  }
  .carousel-control-next.testimonial-control {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .t-card {
    padding-inline: 1.5rem;
  }
}


    /* contact block */
    /* ===== CONTACT FORM � UNDERLINE STYLE ===== */

.contact-section-2 {
  background: #ffffff;
}

.contact-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.contact-title span {
  color: #2563eb;
}
.contact-line-label{
  text-align: start !important;
}

/* labels */
.contact-label {
  font-size: 0.88rem;
  color: #111827;
  margin-bottom: 0.2rem;
}

/* underline inputs */
.contact-input {
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.35rem;
  font-size: 0.9rem;
  background: transparent;
}

.contact-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #2563eb;
}

.contact-input::placeholder {
  color: #9ca3af;
  font-size: 0.86rem;
}

.contact-textarea {
  resize: vertical;
  min-height: 120px;
}

/* switch (toggle) */
.contact-agree-row {
  margin-top: 0.5rem;
}

.contact-agree-text {
  font-size: 0.86rem;
  color: #4b5563;
}

.contact-agree-text a {
  font-weight: 600;
  text-decoration: underline;
  color: #111827;
}

/* toggle container */
.contact-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}

.contact-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* slider */
.contact-switch-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #e5e7eb;
  transition: 0.25s;
  border-radius: 999px;
}

.contact-switch-slider::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.25s;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.25);
}

/* checked state */
.contact-switch input:checked + .contact-switch-slider {
  background: #2563eb;
}

.contact-switch input:checked + .contact-switch-slider::before {
  transform: translateX(20px);
}

/* submit button */
.contact-submit-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.45);
  cursor: pointer;
}

.contact-submit-btn:hover {
  filter: brightness(1.03);
}

@media (max-width: 575.98px) {
  .contact-title {
    font-size: 1.6rem;
  }
}
/* ===== SPLIT CONTACT LAYOUT (FORM + IMAGE) ===== */

.contact-split-wrapper {
  min-height: 480px;
}

/* LEFT FORM BOX */
.contact-left-box {
  background: #ffffff;
  border-radius: 30px;
  padding: 2.5rem 2.5rem 2.2rem;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.15);
}

/* RIGHT IMAGE PANEL */
.contact-right-image {
  height: 100%;
  min-height: 420px;
  border-radius: 32px;
  
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.3);
  margin-left: 1.8rem;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-left-box {
    border-radius: 24px;
  }
}


    .partners-strip {
  padding-top: 2.2rem;
  padding-bottom: 3rem;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}

.partner-logo img {
  max-height: 40px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(1);
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.partner-logo:hover img {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}


    /* responsive tweaks */
    @media (max-width: 767.98px) {
      .about-hero {
        padding-top: 5.5rem;
        padding-bottom: 3.2rem;
      }
      .about-hero-card {
        margin-top: 1.4rem;
      }
      .about-strip {
        border-radius: 1.1rem;
      }
    }


/* === Footer text color — mobile fix === */
@media (max-width: 768px) {
  .footer-badge-text,
  .footer-copy,
  .footer-badge-icon {
    color: #0a0808 !important;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom-wave .footer-copy.text-center {
    margin-top: 20px !important;
    padding-bottom: 30px !important;
    display: block !important;
  }
  .topmar100 {
  margin-top: 70px;
}
.hero-title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 700;
}
.hero-subtitle {
  font-size: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: #e5e7eb;
}
.section {
  padding: 1rem 0;
  background-color: #f9fafb;
}
.footer-badges-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
}
.category-card::before {
  display: none;
}
.page-hero{
  background:#051c2c;
  padding:120px 0 65px;
  color:#fff;
  text-align:center;
}
.page-hero h1{font-size:32px;margin:0;}
.page-hero p{opacity:.85}

.pack-filter{
  margin:25px auto 10px;
  max-width:1000px;
  text-align:center;
}
.pack-filter a{
  display:inline-block;
  padding:7px 16px;
  border-radius:20px;
  margin:4px;
  border:1px solid #d9e0ea;
  color:#0a2540;
  font-size:14px;
}
.pack-filter a.active,
.pack-filter a:hover{
  background:#0a2540;
  color:#fff;
}

.pkg-card{
  border-radius:18px;
  overflow:hidden;
  border:0;
  box-shadow:0 14px 28px rgba(15,23,42,.12);
}
.pkg-card img{
  height:180px;
  width:100%;
  object-fit:cover;
}
.pkg-body{
  padding:14px 16px;
}
.pkg-title{
  font-size:16px;
  font-weight:700;
}
.pkg-meta{
  font-size:13px;
  color:#6b7280;
}
.pkg-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 16px 14px;
  border-top:1px solid #eceff3;
  font-size:14px;
}
.pkg-btn{
  border-radius:30px;
  padding:5px 5px;
}
.pkg-btn{
  align-self:flex-end;
  margin-bottom:2px;
}

/* ===== DESKTOP HERO: SHOW ONLY 3 CARDS ===== */
@media (min-width: 992px) {

  .hero-cards-track {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-card {
    display: none;
  }

  .hero-card.show-prev {
    display: block;
    order: 1;
    opacity: 0.6;
    transform: scale(0.9);
  }

  .hero-card.active {
    display: block;
    order: 2;              /* 🔥 ALWAYS CENTER */
    opacity: 1;
    transform: scale(1);
    z-index: 3;
  }

  .hero-card.show-next {
    display: block;
    order: 3;
    opacity: 0.6;
    transform: scale(0.9);
  }
}

.category-card{
  transition: transform .3s ease, box-shadow .3s ease;
}

.category-link:hover .category-card{
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
/* ===== WhatsApp Floating ===== */
.wa-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:12000;
}

.wa-btn{
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  color:#fff;
  box-shadow:0 8px 25px rgba(0,0,0,.25);
  animation:pulse 1.8s infinite;
  text-decoration:none;
}

.wa-btn:hover{
  background:#1ebe5d;
  color:#fff;
}

/* Pulse animation */
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.6)}
  70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}

/* Popup */
.wa-popup{
  position:absolute;
  right:75px;
  bottom:10px;
  background:#fff;
  padding:10px 14px;
  border-radius:10px;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  font-size:14px;
  line-height:1.4;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:.35s ease;
  white-space:nowrap;
}

.wa-popup p{
  margin:2px 0 0;
  color:#555;
}

/* Show popup on hover */
.wa-float:hover .wa-popup{
  opacity:1;
  transform:translateY(0);
}
/* ===== Vertical Contact Button ===== */
.contact-vertical{
  position:fixed;
  right:-52px;
  top:30%;
  transform:translateY(-50%);
  z-index:9997;
}

.contact-vertical-btn{
  transform:rotate(90deg);
  background:#0d6efd;
  color:#fff;
  border:none;
 padding: 14px 18px;
  border-radius:0 0 30px 30px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.25);
  animation:contactPulse 1.8s infinite;
}

@keyframes contactPulse{
  0%{box-shadow:0 0 0 0 rgba(13,110,253,.6)}
  70%{box-shadow:0 0 0 18px rgba(13,110,253,0)}
  100%{box-shadow:0 0 0 0 rgba(13,110,253,0)}
}

/* ===== Popup Overlay ===== */
.contact-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:10000;
}

.contact-popup{
  background:#fff;
  width:100%;
  max-width:420px;
  border-radius:12px;
  padding:25px;
  position:relative;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  animation:popupFade .3s ease;
}

@keyframes popupFade{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:none}
}

.contact-popup h3{
  margin-bottom:6px;
  font-size:22px;
}

.contact-popup p{
  font-size:14px;
  color:#666;
  margin-bottom:15px;
}

.contact-close{
  position:absolute;
  right:12px;
  top:10px;
  background:none;
  border:none;
  font-size:26px;
  cursor:pointer;
}

/* ===== Form ===== */
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:12px 14px;
  margin-bottom:12px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:14px;
}

.contact-form textarea{
  resize:none;
  height:100px;
}

.contact-form button{
  width:100%;
  background:#0d6efd;
  color:#fff;
  border:none;
  padding:13px;
  font-size:15px;
  font-weight:600;
  border-radius:6px;
  cursor:pointer;
}

.contact-form button:hover{
  background:#0b5ed7;
}

/* Hide on small screens (optional) */
@media(max-width:768px){
  .form-sidebar{display:none;}
}
.contact-response{
  margin-top:10px;
  font-size:14px;
  font-weight:500;
}
.booking-response{
  margin-top:12px;
  font-size:14px;
  font-weight:600;
}
/* ===== Back to Top Button ===== */
.back-to-top{
  position: fixed;
  right: 18px;
  bottom: 80px; /* adjust if WhatsApp / CTA exists */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #0d6efd;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  transition: opacity .3s, transform .3s;
}

.back-to-top:hover{
  background:#0b5ed7;
  transform: translateY(-3px);
}

/* optional pulse */
.back-to-top.show{
  display: flex;
  animation: topPulse 1.6s infinite;
}

@keyframes topPulse{
  0%{box-shadow:0 0 0 0 rgba(13,110,253,.6)}
  70%{box-shadow:0 0 0 14px rgba(13,110,253,0)}
  100%{box-shadow:0 0 0 0 rgba(13,110,253,0)}
}
.fullscreen-ad{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.ad-content{
  background: #fff;
  width: 90%;
  max-width: 900px;
  height: 90%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;

  transform: translateY(80px);
  opacity: 0;
  animation: adSlideUp .6s ease forwards;
}

@keyframes adSlideUp{
  to{
    transform: translateY(0);
    opacity: 1;
  }
}

.ad-content img{
  width: 100%;
  height: 65%;
  object-fit: cover;
}

.ad-text{
  padding: 24px;
  text-align: center;
}

.ad-text h2{
  margin-bottom: 8px;
  color: #0b3c91;
}

.ad-text p{
  color: #555;
  margin-bottom: 18px;
}

.ad-btn{
  display: inline-block;
  background: #0b3c91;
  color: #fff;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

/* 🔴 CLOSE BUTTON */
.ad-close{
  position: absolute;
  top: 14px;
  right: 16px;
  background: #e11d48;
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
.ad-text{
  padding: 26px 30px 30px;
  text-align: center;
}

.ad-badge{
  display: inline-block;
  background: #fff3cd;
  color: #92400e;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ad-text h2{
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #0b3c91;
}

.ad-text h2 span{
  color: #c00;
}

.ad-sub{
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 10px;
}

.ad-desc{
  font-size: 0.9rem;
  color: #555;
  max-width: 520px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.ad-actions{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Primary CTA */
.ad-btn.primary{
  background: linear-gradient(135deg, #0b3c91, #2563eb);
  color: #fff;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37,99,235,.35);
}

/* Secondary CTA */
.ad-btn.outline{
  border: 2px solid #0b3c91;
  color: #0b3c91;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.ad-btn:hover{
  transform: translateY(-1px);
}
.dropdown-menu {
    border-radius: 10px;
}

@media (max-width: 991px) {
    .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
    }
}
/* ===============================
   MOBILE FULLSCREEN POPUP
================================ */
@media (max-width: 768px){

  .ad-content{
    width: 94%;
    height: auto;
    max-width: 420px;
    border-radius: 22px;
  }

  /* IMAGE FULL WIDTH */
  .ad-content img{
    height: auto;
    max-height: 260px;
    object-fit: cover;
  }

  .ad-text{
    padding: 20px;
  }

  .ad-text h2{
    font-size: 1.6rem;
  }

  .ad-sub{
    font-size: 0.9rem;
    margin-bottom: 16px;
  }

  /* STACK BUTTONS */
  .ad-actions{
    flex-direction: column;
    gap: 12px;
  }

  .ad-btn{
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 14px;
  }

  /* CLOSE BUTTON BIGGER */
  .ad-close{
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}

/* ===== COOKIE CONSENT ===== */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 -10px 30px rgba(0,0,0,.15);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  gap: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial;
}

.cookie-text {
  max-width: 900px;
}

.cookie-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #111;
}

.cookie-text p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.cookie-text a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-actions button {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}

.cookie-actions button:hover {
  background: #0b5ed7;
}

/* Mobile */
@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    width: 100%;
    text-align: right;
  }
}
.place-features-wrapper ul {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #6b7280;
  list-style: none;
  padding-left: 0;
}
.place-features-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
}

.place-features-wrapper ul li {
  position: relative;
  padding-left: 22px;   /* more space */
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.place-features-wrapper ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
  width: 16px;
  height: 16px;
  
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #16a34a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;

  border-radius: 50%;
}
.powered-by-wrap {
  text-align: center;
  padding: 12px 0 20px;
  background: #fff0;
  margin-top: -40px;
  z-index: 10000;
  position: relative;}

.powered-by-btn {
  display: inline-block;
   /*background-color: #16a34a;   green */
  color: #ffeb3b;              /* yellow text */
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.powered-by-btn:hover {
  
  color: #ffffff;
}

