/* ==========================================================================
   Tour Group BD — Homepage Stylesheet
   ========================================================================== */

:root {
  --navy: #2c1c26;
  --navy-2: #3a2530;
  --navy-3: #4d2f3d;
  --orange: #ff6b35;
  --orange-dark: #e2501e;
  --green: #16a34a;
  --light: #f7f8fa;
  --text-muted: #6b7686;
  --font-head: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: #24303f;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
}

a { text-decoration: none; }

.text-orange { color: var(--orange) !important; }
.text-green { color: var(--green) !important; }
.bg-navy { background-color: var(--navy) !important; }

/* ---------- Buttons ---------- */
.btn-orange {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  font-weight: 600;
  padding: .75rem 1.75rem;
  border-radius: 50px;
  transition: all .25s ease;
}
.btn-orange:hover {
  background-color: var(--orange-dark);
  border-color: var(--orange-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255,107,53,.3);
}
.btn-outline-light-custom {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.6);
  color: #fff;
  font-weight: 600;
  padding: .75rem 1.75rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  transition: all .25s ease;
}
.btn-outline-light-custom:hover {
  background: #fff;
  color: var(--navy);
  transform: translateY(-2px);
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  font-size: .82rem;
  padding: .45rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1031;
  transition: transform .3s ease;
}
.topbar.hide { transform: translateY(-100%); }
.topbar a { color: rgba(255,255,255,.75); }
.topbar a:hover { color: var(--orange); }
.topbar .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  margin-left: 6px;
  font-size: .75rem;
}
.topbar .social-icons a:hover { background: var(--orange); color: #fff; }

/* ---------- Navbar ---------- */
.navbar-main {
  position: fixed;
  left: 0; right: 0;
  z-index: 1030;
  padding: 1.1rem 0;
  transition: top .3s ease, background .3s ease, padding .3s ease, box-shadow .3s ease;
  background: transparent;
}
.navbar-main.scrolled {
  top: 0 !important;
  background: rgba(44,28,38,.97);
  padding: .6rem 0;
  box-shadow: 0 6px 24px rgba(0,0,0,.15);
}
.navbar-brand {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.35rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: .6rem;
  transition: color .25s ease;
}
.navbar-brand:hover { color: var(--orange); }
.navbar-brand img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.navbar-main .nav-link {
  color: rgba(255,255,255,.88);
  font-weight: 500;
  font-size: .95rem;
  margin: 0 .2rem;
  padding: .4rem .9rem !important;
  border-radius: 50px;
  position: relative;
  transition: background .25s ease, color .25s ease;
}
.navbar-main .nav-link:hover { color: #fff; background: rgba(255,255,255,.12); }
.navbar-main .nav-link.active {
  color: #fff;
  background: var(--orange);
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(255,107,53,.35);
}
.navbar-toggler { border: none; color: #fff; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-main .nav-item .btn-orange {
  padding: .45rem 1.1rem;
  font-size: .85rem;
}
@media (min-width: 992px) {
  .navbar-split .split-left .nav-link.active,
  .navbar-split .split-right .nav-link.active {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar-split .split-right .nav-item .btn-orange {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* ---------- Navbar: floating pill with notch badge (homepage only) ---------- */
.navbar-split { overflow: visible; background: transparent !important; }
.navbar-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background .3s ease, inset .3s ease, border-radius .3s ease, box-shadow .3s ease;
  z-index: 0;
}
.navbar-split.scrolled::before {
  background: rgba(44,28,38,.97);
  box-shadow: 0 6px 24px rgba(0,0,0,.15);
}
.navbar-split > .container { position: relative; z-index: 1055; }
.navbar-split .navbar-brand.mobile-brand { font-size: 1.2rem; }

@media (min-width: 992px) {
  .navbar-split > .container {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
  .navbar-split::before {
    inset: 14px 32px 14px 32px;
    border-radius: 999px;
    background: rgba(44,28,38,.94);
    box-shadow: 0 18px 40px rgba(20,10,16,.35);
    -webkit-mask-image: radial-gradient(circle 40px at 50% 100%, rgba(0,0,0,0) 0 38px, rgba(0,0,0,1) 40px 100%);
            mask-image: radial-gradient(circle 40px at 50% 100%, rgba(0,0,0,0) 0 38px, rgba(0,0,0,1) 40px 100%);
  }
  .navbar-split.scrolled::before {
    inset: 8px 32px 8px 32px;
    box-shadow: 0 10px 28px rgba(20,10,16,.3);
  }
  .navbar-split .navbar-collapse {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
  }
  .navbar-split .split-left,
  .navbar-split .split-right {
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    gap: .2rem;
  }
  .navbar-split .split-left {
    justify-content: flex-end;
    padding-right: 1.75rem;
  }
  .navbar-split .split-right {
    justify-content: flex-start;
    padding-left: 1.75rem;
  }
  .navbar-split .split-left .nav-item,
  .navbar-split .split-right .nav-item {
    display: flex;
    align-items: center;
  }
  .navbar-split .split-left .nav-link,
  .navbar-split .split-right .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .navbar-split .split-spacer { width: 60px; flex-shrink: 0; }

  .navbar-split .navbar-badge {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 1050;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    box-shadow: 0 12px 28px rgba(20,10,16,.35);
    transition: bottom .3s ease, width .3s ease, height .3s ease;
  }
  .navbar-split .navbar-badge img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  .navbar-split .navbar-badge::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--orange);
    opacity: 0;
    animation: badgePulse 2.6s ease-out infinite;
  }
  .navbar-split.scrolled .navbar-badge,
  .navbar-main.scrolled .navbar-badge {
    bottom: -24px;
  }
}
@keyframes badgePulse {
  0% { transform: scale(.82); opacity: .8; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* ---------- Navbar dropdowns ---------- */
.navbar-main .dropdown-toggle::after { vertical-align: 2px; }
.navbar-main .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1060;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: .5rem;
  margin-top: .5rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}
.navbar-main .dropdown-item,
.navbar-main .dropdown-item:link,
.navbar-main .dropdown-item:visited {
  color: rgba(255,255,255,.85);
  font-size: .92rem;
  font-weight: 500;
  padding: .55rem .9rem;
  border-radius: 8px;
  transition: all .2s ease;
}
.navbar-main .dropdown-item:hover,
.navbar-main .dropdown-item:focus,
.navbar-main .dropdown-item:active,
.navbar-main .dropdown-item:visited:hover {
  background: var(--orange);
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-main .dropdown:hover > .dropdown-menu { display: block; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100vh;
}
.hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,10,16,.82) 0%, rgba(44,28,38,.55) 50%, rgba(44,28,38,.35) 100%),
              linear-gradient(0deg, rgba(44,28,38,.9) 0%, rgba(44,28,38,0) 30%);
}
.carousel-item { position: relative; }
.hero-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.hero-caption .col-lg-7 { pointer-events: auto; }
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 52px; height: 52px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(4px);
  opacity: 1;
  z-index: 3;
  transition: background .25s ease;
}
.hero-carousel .carousel-control-prev { left: 24px; }
.hero-carousel .carousel-control-next { right: 24px; }
.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover { background: var(--orange); border-color: var(--orange); }
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 1.1rem; height: 1.1rem;
}
.hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,107,53,.15);
  border: 1px solid rgba(255,107,53,.4);
  color: var(--orange);
  font-weight: 600;
  font-size: .85rem;
  padding: .4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
.hero p.lead {
  color: rgba(255,255,255,.8);
  font-size: 1.15rem;
  max-width: 560px;
  margin-bottom: 2rem;
}
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.7);
  font-size: .8rem;
  text-align: center;
}
.hero-scroll .dot-wrap {
  width: 26px; height: 42px;
  border: 2px solid rgba(255,255,255,.5);
  border-radius: 50px;
  margin: 8px auto 0;
  position: relative;
}
.hero-scroll .dot-wrap span {
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 5px; height: 5px;
  background: var(--orange);
  border-radius: 50%;
  animation: scrollDot 1.8s infinite;
}
@keyframes scrollDot {
  0% { top: 6px; opacity: 1; }
  70% { top: 24px; opacity: 0; }
  100% { top: 24px; opacity: 0; }
}

/* ---------- Stats strip (overlapping hero) ---------- */
.stats-strip {
  position: relative;
  z-index: 3;
  margin-top: -70px;
}
.stats-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(11,26,48,.15);
  padding: 2rem 1rem;
}
.stat-item { text-align: center; padding: .5rem 1rem; }
.stat-item .num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--navy);
  line-height: 1;
}
.stat-item .num span.suffix { color: var(--orange); }
.stat-item .label {
  color: var(--text-muted);
  font-size: .9rem;
  margin-top: .35rem;
}

/* ---------- Section generic ---------- */
.section { padding: 6rem 0; }
.section-alt { background: var(--light); }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--orange);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}
.section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
  display: inline-block;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 1rem;
}
.section-sub {
  color: var(--text-muted);
  max-width: 620px;
}
.section-head { margin-bottom: 3rem; }

/* ---------- Featured Packages: bento grid (homepage only) ---------- */
.pkg-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 230px 230px 180px;
  grid-template-areas:
    "a a b c"
    "a a d e"
    "f f f f";
  gap: 1.25rem;
}
.pkg-bento-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}
.pkg-bento-item:nth-child(1) { grid-area: a; }
.pkg-bento-item:nth-child(2) { grid-area: b; }
.pkg-bento-item:nth-child(3) { grid-area: c; }
.pkg-bento-item:nth-child(4) { grid-area: d; }
.pkg-bento-item:nth-child(5) { grid-area: e; }
.pkg-bento-item:nth-child(6) { grid-area: f; }
.pkg-bento-item:nth-child(6) .bento-bottom { display: flex; align-items: center; justify-content: space-between; }
.pkg-bento-item:nth-child(6) h5 { font-size: 1.3rem; margin-bottom: 0; }

.pkg-bento-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.pkg-bento-item:hover img { transform: scale(1.08); }
.pkg-bento-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,10,16,.92) 0%, rgba(20,10,16,.35) 55%, rgba(20,10,16,0) 100%);
  z-index: 1;
}
.pkg-bento-item .bento-top {
  position: absolute;
  top: 14px; left: 14px; right: 14px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pkg-bento-item .bento-cat {
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  padding: .3rem .7rem;
  border-radius: 50px;
}
.pkg-bento-item .bento-price {
  background: var(--orange);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: .35rem .8rem;
  border-radius: 50px;
  box-shadow: 0 6px 16px rgba(255,107,53,.4);
}
.pkg-bento-item .bento-bottom {
  position: absolute;
  left: 18px; right: 18px; bottom: 16px;
  z-index: 2;
}
.pkg-bento-item h5 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: .3rem;
}
.pkg-bento-item.pkg-bento-featured h5 { font-size: 1.55rem; }
.pkg-bento-item .bento-meta {
  color: rgba(255,255,255,.8);
  font-size: .8rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.pkg-bento-item .bento-meta i { color: var(--orange); }
.pkg-bento-item .bento-arrow {
  position: absolute;
  right: 16px; bottom: 16px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .8rem;
  transition: background .25s ease;
  z-index: 2;
}
.pkg-bento-item:hover .bento-arrow { background: var(--orange); border-color: var(--orange); }
.pkg-bento-featured .bento-ribbon {
  position: absolute;
  top: 18px; left: -34px;
  z-index: 3;
  background: var(--orange);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .3rem 2.5rem;
  transform: rotate(-45deg);
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

@media (max-width: 991.98px) {
  .pkg-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 220px;
    grid-template-areas: none;
  }
  .pkg-bento-item { grid-area: auto !important; }
  .pkg-bento-item.pkg-bento-featured { grid-column: span 2; }
}
@media (max-width: 575.98px) {
  .pkg-bento-grid { grid-template-columns: 1fr; }
  .pkg-bento-item.pkg-bento-featured { grid-column: span 1; }
}

/* ---------- Package cards ---------- */
.package-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11,26,48,.08);
  height: 100%;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(11,26,48,.15);
}
.package-card .img-wrap,
.blog-card .img-wrap,
.event-card .img-wrap {
  display: block;
}
.package-card .img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.package-card .img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.package-card:hover .img-wrap img { transform: scale(1.08); }
.package-card .price-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
  padding: .4rem .85rem;
  border-radius: 50px;
  box-shadow: 0 6px 16px rgba(255,107,53,.4);
}
.package-card .cat-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(44,28,38,.75);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  padding: .3rem .7rem;
  border-radius: 50px;
}
.package-card .body { padding: 1.25rem 1.4rem 1.5rem; }
.package-card h5 { font-size: 1.1rem; margin-bottom: .4rem; }
.package-card .meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: .82rem;
  color: var(--text-muted);
  margin-bottom: .85rem;
}
.package-card .meta i { color: var(--orange); margin-right: 4px; }
.package-card .details-link {
  color: var(--navy);
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.package-card .details-link i { transition: transform .25s ease; color: var(--orange); }
.package-card .details-link:hover i { transform: translateX(4px); }

/* ---------- Why Choose Us: numbered editorial grid (homepage only) ---------- */
.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
}
.why-us-item {
  --accent: var(--orange);
  position: relative;
  padding: 1rem 2rem 1.5rem 0;
  transition: transform .35s ease;
}
.why-us-item:hover { transform: translateY(-6px); }
.why-us-item:nth-child(1) { --accent: #ff6b35; }
.why-us-item:nth-child(2) { --accent: #4f46e5; }
.why-us-item:nth-child(3) { --accent: #0d9488; }
.why-us-item:nth-child(4) { --accent: #e11d68; }
.why-us-item:nth-child(5) { --accent: #d97706; }
.why-us-item:nth-child(6) { --accent: #0891b2; }
.why-us-num {
  position: absolute;
  top: -1.4rem;
  right: 1.5rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 4.5rem;
  color: rgba(44,28,38,.06);
  line-height: 1;
  pointer-events: none;
}
.why-us-item .feature-icon {
  position: relative;
  margin-bottom: 1.1rem;
  background: linear-gradient(135deg, var(--accent), var(--accent)) !important;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1);
  z-index: 1;
}
.why-us-item:hover .feature-icon { transform: rotate(-8deg) scale(1.08); }
.why-us-item .feature-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  border: 2px solid var(--accent);
  opacity: 0;
  animation: iconPulse 3.2s ease-out infinite;
}
.why-us-item:nth-child(2) .feature-icon::after { animation-delay: .5s; }
.why-us-item:nth-child(3) .feature-icon::after { animation-delay: 1s; }
.why-us-item:nth-child(4) .feature-icon::after { animation-delay: 1.5s; }
.why-us-item:nth-child(5) .feature-icon::after { animation-delay: 2s; }
.why-us-item:nth-child(6) .feature-icon::after { animation-delay: 2.5s; }
.why-us-item .feature-icon i { position: relative; z-index: 1; }
.why-us-item h5 { font-size: 1.1rem; margin-bottom: .6rem; }
.why-us-item p { color: var(--text-muted); font-size: .92rem; margin-bottom: 0; }
.why-us-item.reveal { transition-property: opacity, transform; transition-duration: .6s; }
.why-us-item:nth-child(1) { transition-delay: 0s; }
.why-us-item:nth-child(2) { transition-delay: .08s; }
.why-us-item:nth-child(3) { transition-delay: .16s; }
.why-us-item:nth-child(4) { transition-delay: .24s; }
.why-us-item:nth-child(5) { transition-delay: .32s; }
.why-us-item:nth-child(6) { transition-delay: .4s; }
@keyframes iconPulse {
  0% { transform: scale(.85); opacity: .6; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}
@media (max-width: 767.98px) {
  .why-us-grid { grid-template-columns: 1fr; }
  .why-us-item { padding-left: 0; }
}

/* ---------- Feature / why-choose ---------- */
.feature-card {
  padding: 2rem 1.5rem;
  border-radius: 16px;
  height: 100%;
  background: #fff;
  border: 1px solid #eef0f3;
  transition: all .3s ease;
}
.feature-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 40px rgba(11,26,48,.1);
  transform: translateY(-6px);
}
.feature-icon {
  width: 62px; height: 62px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}
.feature-card:nth-child(3n+2) .feature-icon { background: linear-gradient(135deg, var(--navy-3), var(--navy)); }
.feature-card:nth-child(3n) .feature-icon { background: linear-gradient(135deg, var(--green), #0e7a3a); }
.feature-card h5 { font-size: 1.1rem; margin-bottom: .6rem; }
.feature-card p { color: var(--text-muted); font-size: .92rem; margin-bottom: 0; }

/* ---------- Resorts & Boats: staggered skyline (homepage only) ---------- */
@media (min-width: 992px) {
  #resorts .row > div:nth-child(3n+2) { transform: translateY(-22px); }
  #resorts .row > div:nth-child(3n) { transform: translateY(22px); }
}

/* ---------- Resorts & Boats ---------- */
.resort-card {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
  color: inherit;
  text-decoration: none;
}
.resort-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.resort-card:hover img { transform: scale(1.1); }
.resort-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44,28,38,0) 30%, rgba(44,28,38,.9) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
}
.resort-card .overlay h6 { color: #fff; margin-bottom: .2rem; font-size: 1.05rem; }
.resort-card .overlay span { color: rgba(255,255,255,.75); font-size: .82rem; }
.resort-card .tag {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  padding: .3rem .7rem;
  border-radius: 50px;
}

/* ---------- Events: ticket-stub cards (homepage only) ---------- */
#events .event-card { position: relative; overflow: visible; }
#events .event-card > div:last-child {
  border-left: 2px dashed #d8ccd1;
  padding-left: 1rem;
  margin-left: .15rem;
}
#events .event-card::before,
#events .event-card::after {
  content: "";
  position: absolute;
  left: 108px;
  width: 16px;
  height: 16px;
  background: var(--light);
  border: 1px solid #eee3e6;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#events .event-card::before { top: -9px; }
#events .event-card::after { bottom: -9px; }

/* ---------- Events ---------- */
.event-card {
  display: flex;
  gap: 1.1rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: 0 10px 30px rgba(11,26,48,.07);
  height: 100%;
}
.event-card .img-wrap {
  width: 96px; height: 96px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.event-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.event-card .date-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--orange);
  color: #fff;
  text-align: center;
  font-size: .68rem;
  font-weight: 700;
  padding: .15rem 0;
}
.event-card h6 { font-size: 1rem; margin-bottom: .3rem; }
.event-card .loc { font-size: .8rem; color: var(--text-muted); }
.event-card .loc i { color: var(--orange); margin-right: 4px; }

/* ---------- Testimonials: editorial quote card (homepage only) ---------- */
.testimonial-card {
  --accent: var(--orange);
  --accent-soft: rgba(255,107,53,.12);
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 3rem 2rem 1.75rem;
  box-shadow: 0 20px 50px rgba(20,10,16,.1);
  text-align: left;
  height: 100%;
  overflow: hidden;
}
.testimonial-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--accent);
}
.testimonial-card.accent-teal { --accent: #0d9488; --accent-soft: rgba(13,148,136,.12); }
.testimonial-card.accent-indigo { --accent: #4f46e5; --accent-soft: rgba(79,70,229,.12); }
.testimonial-card.accent-rose { --accent: #e11d68; --accent-soft: rgba(225,29,104,.12); }
.testimonial-card::before {
  content: "\201C";
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  top: 0; left: 1.5rem;
  font-size: 7rem;
  line-height: 1;
  color: rgba(44,28,38,.07);
  z-index: 0;
  pointer-events: none;
}
.testimonial-card > * { position: relative; z-index: 1; }
.testimonial-card p.quote {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--navy);
  margin-bottom: 1.75rem;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.testimonial-card img {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent);
  flex-shrink: 0;
}
.testimonial-meta h6 { margin-bottom: .15rem; font-size: 1rem; }
.testimonial-meta span { color: var(--text-muted); font-size: .85rem; }
.stars-badge {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .35rem;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  font-size: .9rem;
  padding: .4rem .9rem;
  border-radius: 50px;
  flex-shrink: 0;
}
.stars-badge i { font-size: .8rem; }

#reviewsCarousel .carousel-indicators [data-bs-target] {
  background-color: var(--navy);
  width: 8px; height: 8px;
  border-radius: 50%;
  opacity: .25;
  transition: all .25s ease;
}
#reviewsCarousel .carousel-indicators .active {
  width: 24px;
  border-radius: 50px;
  background-color: var(--orange);
  opacity: 1;
}
#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
  width: 44px; height: 44px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(20,10,16,.15);
  opacity: 1;
}
#reviewsCarousel .carousel-control-prev { left: -10px; }
#reviewsCarousel .carousel-control-next { right: -10px; }
#reviewsCarousel .carousel-control-prev-icon,
#reviewsCarousel .carousel-control-next-icon {
  filter: invert(15%) sepia(35%) saturate(1000%) hue-rotate(280deg);
  width: 1rem; height: 1rem;
}
@media (max-width: 575.98px) {
  .testimonial-card { padding: 3rem 1.75rem 2rem; }
  .testimonial-card p.quote { font-size: 1.25rem; }
  .stars-badge { margin-left: 0; }
  .testimonial-footer { flex-wrap: wrap; }
}

/* ---------- Blog: featured + list (homepage only) ---------- */
.blog-feature-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.5rem;
}
.blog-feature-main {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  min-height: 420px;
  color: #fff;
  text-decoration: none;
}
.blog-feature-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.blog-feature-main:hover img { transform: scale(1.06); }
.blog-feature-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,10,16,.92) 0%, rgba(20,10,16,.25) 60%, rgba(20,10,16,0) 100%);
}
.blog-feature-main .blog-feature-body {
  position: absolute;
  left: 1.75rem; right: 1.75rem; bottom: 1.75rem;
  z-index: 2;
}
.blog-feature-main .meta { color: rgba(255,255,255,.75); font-size: .82rem; margin-bottom: .6rem; }
.blog-feature-main .meta i { color: var(--orange); margin-right: 4px; }
.blog-feature-main h3 { color: #fff; font-size: 1.5rem; margin-bottom: .75rem; }
.blog-feature-main .read-more { color: #fff; font-weight: 600; font-size: .9rem; }
.blog-feature-main .read-more i { color: var(--orange); margin-left: 4px; }

.blog-list-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #eee2e6;
  text-decoration: none;
  color: inherit;
}
.blog-list-item:first-child { padding-top: 0; }
.blog-list-item .thumb { width: 96px; height: 96px; flex-shrink: 0; border-radius: 12px; overflow: hidden; }
.blog-list-item .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-list-item:hover .thumb img { transform: scale(1.08); }
.blog-list-item .meta { font-size: .78rem; color: var(--text-muted); margin-bottom: .35rem; }
.blog-list-item .meta i { color: var(--orange); margin-right: 4px; }
.blog-list-item h6 { font-size: .98rem; margin-bottom: .3rem; color: var(--navy); }
.blog-list-item .read-more { font-size: .82rem; font-weight: 600; color: var(--orange); }
@media (max-width: 991.98px) {
  .blog-feature-grid { grid-template-columns: 1fr; }
  .blog-feature-main { min-height: 300px; }
}

/* ---------- Blog ---------- */
.blog-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11,26,48,.07);
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(11,26,48,.13); }
.blog-card .img-wrap { height: 190px; overflow: hidden; }
.blog-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .img-wrap img { transform: scale(1.08); }
.blog-card .body { padding: 1.25rem 1.4rem; }
.blog-card .meta { font-size: .78rem; color: var(--text-muted); margin-bottom: .6rem; }
.blog-card .meta i { color: var(--orange); margin-right: 4px; }
.blog-card h5 { font-size: 1.05rem; }
.blog-card a.read-more { font-size: .85rem; font-weight: 600; color: var(--orange); }

/* ---------- CTA banner ---------- */
.cta-banner {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(120deg, rgba(44,28,38,.92), rgba(255,107,53,.85)),
              url("https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  text-align: center;
}
.cta-banner h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 560px; margin: 0 auto 2rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.65); padding-top: 5rem; }
.site-footer h6 { color: #fff; font-size: 1rem; margin-bottom: 1.25rem; }
.site-footer .about-text { font-size: .9rem; line-height: 1.7; }
.site-footer .footer-links { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-links li { margin-bottom: .7rem; }
.site-footer .footer-links a { color: rgba(255,255,255,.65); font-size: .9rem; }
.site-footer .footer-links a:hover { color: var(--orange); }
.site-footer .contact-item { display: flex; gap: .75rem; margin-bottom: 1rem; font-size: .9rem; }
.site-footer .contact-item i { color: var(--orange); margin-top: 3px; }
.site-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  margin-right: 8px;
  transition: all .25s ease;
}
.site-footer .social-icons a:hover { background: var(--orange); transform: translateY(-3px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 3rem;
  padding: 1.5rem 0;
  font-size: .85rem;
}
.footer-bottom a { color: rgba(255,255,255,.7); }
.footer-bottom a:hover { color: var(--orange); }

/* ---------- Back to top ---------- */
#backToTop {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(255,107,53,.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all .3s ease;
  z-index: 999;
  border: none;
}
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#backToTop:hover { background: var(--orange-dark); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: all .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   Package Detail Page
   ========================================================================== */
.pkg-hero {
  position: relative;
  height: 60vh;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.pkg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,10,16,.92) 0%, rgba(44,28,38,.55) 45%, rgba(44,28,38,.35) 100%);
}
.pkg-hero .container { position: relative; z-index: 2; padding-bottom: 2.5rem; }
.pkg-breadcrumb { color: rgba(255,255,255,.7); font-size: .88rem; margin-bottom: .9rem; }
.pkg-breadcrumb a { color: rgba(255,255,255,.7); }
.pkg-breadcrumb a:hover { color: var(--orange); }
.pkg-breadcrumb i { font-size: .7rem; margin: 0 .5rem; }
.pkg-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 1rem; }
.pkg-hero-meta { display: flex; flex-wrap: wrap; gap: .75rem; }
.pkg-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: .85rem;
  font-weight: 500;
  padding: .5rem 1rem;
  border-radius: 50px;
}
.pkg-hero-meta i { color: var(--orange); }

.pkg-tabs {
  position: sticky;
  top: 0;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid #eef0f3;
  box-shadow: 0 4px 16px rgba(11,26,48,.05);
}
.pkg-tabs .nav { gap: .5rem; overflow-x: auto; flex-wrap: nowrap; }
.pkg-tabs .nav-link {
  color: var(--navy);
  font-weight: 600;
  font-size: .9rem;
  white-space: nowrap;
  padding: 1.1rem .25rem;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
.pkg-tabs .nav-link:hover { color: var(--orange); }
.pkg-tabs .nav-link.active-tab { color: var(--orange); border-bottom-color: var(--orange); }

.pkg-meta-card {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  height: 100%;
}
.pkg-meta-card i { font-size: 1.4rem; color: var(--orange); margin-bottom: .75rem; }
.pkg-meta-card .label { font-size: .8rem; color: var(--text-muted); margin-bottom: .2rem; }
.pkg-meta-card .value { font-weight: 700; color: var(--navy); font-family: var(--font-head); }

.pkg-highlights { list-style: none; padding: 0; margin: 0; }
.pkg-highlights li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .9rem;
  color: #384252;
}
.pkg-highlights i { color: var(--green); margin-top: 4px; }

.itinerary-day {
  display: flex;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}
.itinerary-day .day-badge {
  flex-shrink: 0;
  width: 64px; height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  line-height: 1.2;
}
.itinerary-day .day-badge span { font-size: 1.2rem; }
.itinerary-day h5 { margin-bottom: .6rem; }
.itinerary-day ul { padding-left: 1.1rem; margin-bottom: 0; color: #4a5568; }
.itinerary-day ul li { margin-bottom: .4rem; }

.pkg-gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  transition: transform .4s ease;
}
.pkg-gallery-grid a { display: block; overflow: hidden; border-radius: 14px; }
.pkg-gallery-grid a:hover img { transform: scale(1.08); }

.incl-list { list-style: none; padding: 0; margin: 0; }
.incl-list li { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .85rem; font-size: .95rem; }
.incl-list.included i { color: var(--green); margin-top: 3px; }
.incl-list.excluded i { color: #e04848; margin-top: 3px; }

.price-box {
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  border-radius: 20px;
  padding: 2.25rem;
  color: #fff;
  position: sticky;
  top: 90px;
}
.price-box .label { color: rgba(255,255,255,.65); font-size: .85rem; }
.price-box .price { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; margin: .25rem 0 1.25rem; }
.price-box .price small { font-size: 1rem; color: rgba(255,255,255,.65); font-weight: 500; }
.price-box .btn-wa {
  background: #25D366;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 600;
  padding: .8rem;
  border-radius: 50px;
  margin-bottom: .75rem;
  transition: all .25s ease;
}
.price-box .btn-wa:hover { background: #1ebd5a; color: #fff; transform: translateY(-2px); }
.price-box .btn-call {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: .8rem;
  border-radius: 50px;
  transition: all .25s ease;
}
.price-box .btn-call:hover { background: rgba(255,255,255,.2); color: #fff; }
.price-box .note { font-size: .82rem; color: rgba(255,255,255,.55); margin-top: 1rem; text-align: center; }

/* ---------- Lightbox ---------- */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,10,16,.94);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  padding: 2.5rem;
}
.lightbox-overlay.active { opacity: 1; visibility: visible; }
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 25px 60px rgba(0,0,0,.5);
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background .25s ease, border-color .25s ease;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--orange); border-color: var(--orange); }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-caption {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: .95rem;
  text-align: center;
  max-width: 80vw;
  background: rgba(44,28,38,.55);
  padding: .5rem 1.25rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}
.lightbox-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.7);
  font-size: .85rem;
}

/* ---------- Filter bar (packages / events listing) ---------- */
.pkg-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 2.5rem;
}
.pkg-filter-btn {
  background: #fff;
  border: 1px solid #e2e6ec;
  color: var(--navy);
  font-weight: 600;
  font-size: .9rem;
  padding: .6rem 1.4rem;
  border-radius: 50px;
  transition: all .25s ease;
}
.pkg-filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.pkg-filter-btn.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

/* ==========================================================================
   Blog Post
   ========================================================================== */
.blog-hero {
  position: relative;
  height: 50vh;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.blog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,10,16,.92) 0%, rgba(44,28,38,.5) 55%, rgba(44,28,38,.3) 100%);
}
.blog-hero .container { position: relative; z-index: 2; padding-bottom: 2.5rem; }
.blog-hero h1 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.6rem); max-width: 820px; margin-bottom: 1rem; }
.blog-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.blog-hero-meta i { color: var(--orange); margin-right: 6px; }

.blog-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #384252;
}
.blog-content.pkg-content-wide { max-width: 900px; margin: 0; }
.blog-content h2 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1rem;
}
.blog-content p { margin-bottom: 1.4rem; }
.blog-content img {
  width: 100%;
  border-radius: 14px;
  margin: 2rem 0;
}
.blog-content blockquote {
  border-left: 4px solid var(--orange);
  background: var(--light);
  padding: 1.25rem 1.5rem;
  border-radius: 0 12px 12px 0;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--navy);
  font-size: 1.1rem;
  margin: 2rem 0;
}
.blog-content ul { margin-bottom: 1.4rem; padding-left: 1.2rem; }
.blog-content ul li { margin-bottom: .5rem; }
.blog-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #eef0f3;
  border-bottom: 1px solid #eef0f3;
  padding: 1.5rem 0;
  margin: 2.5rem 0;
}
.blog-author img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.blog-author .name { font-weight: 700; color: var(--navy); font-family: var(--font-head); }
.blog-author .role { font-size: .85rem; color: var(--text-muted); }

/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-info-card {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
  text-align: center;
  transition: all .3s ease;
}
.contact-info-card:hover { box-shadow: 0 20px 40px rgba(11,26,48,.1); transform: translateY(-6px); }
.contact-info-card .icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 1.1rem;
}
.contact-info-card h6 { margin-bottom: .4rem; }
.contact-info-card p { color: var(--text-muted); font-size: .9rem; margin-bottom: 0; }
.contact-info-card a { color: var(--text-muted); }
.contact-info-card a:hover { color: var(--orange); }

.contact-form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(11,26,48,.08);
  padding: 2.5rem;
}
.contact-form-card .form-label { font-weight: 600; color: var(--navy); font-size: .9rem; }
.contact-form-card .form-control {
  border: 1px solid #e2e6ec;
  border-radius: 10px;
  padding: .7rem 1rem;
  font-size: .95rem;
}
.contact-form-card .form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 .2rem rgba(255,107,53,.15);
}
.map-embed {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(11,26,48,.08);
  height: 100%;
  min-height: 360px;
}
.map-embed iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.form-success {
  display: none;
  align-items: center;
  gap: .75rem;
  background: rgba(22,163,74,.1);
  border: 1px solid rgba(22,163,74,.3);
  color: #15803d;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.form-success.show { display: flex; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .navbar-main .navbar-collapse.show {
    background: rgba(44,28,38,.98);
    border-radius: 16px;
    padding: 1rem 1.25rem 1.25rem;
    margin-top: .75rem;
    box-shadow: 0 20px 50px rgba(20,10,16,.4);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .navbar-main .navbar-collapse.show .nav-link { padding: .6rem .75rem !important; }
  .navbar-main .navbar-collapse.show .dropdown-menu {
    position: static;
    margin: .25rem 0 .5rem .75rem;
    box-shadow: none;
    background: rgba(255,255,255,.06);
  }
  .stats-strip { margin-top: -40px; }
  .stat-item { border-bottom: 1px solid #eee; padding-bottom: 1.25rem; margin-bottom: 1rem; }
  .stat-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: .5rem; }
}
@media (max-width: 767.98px) {
  .section { padding: 4rem 0; }
  .hero { min-height: 92vh; }
}
