/* ============================================
   inme Landing Page – Custom Styles
   No inline CSS; all overrides and components here.
   ============================================ */

:root {
  --body-bg:rgba(250, 252, 254, 1);
  --inme-blue: #0d2137;
  --inme-blue-light: #1a3a5c;
  --inme-blue-overlay: #0a212f;
  --inme-nav-accent:  #E3F4FD;
;
  --inme-nav-blue:rgba(24, 122, 233, 1);
  --inme-trip-bg:rgba(246, 250, 254, 1);
  --inme-yellow:#FFCB5B;
  --inme-yellow-light: #f5d04a;
  --inme-orange: #e67e22;
  --inme-white: #ffffff;
  --inme-gray: #f5f5f5;
  --inme-text-dark: #0d2137;
  --inme-text-light: #ffffff;
  --font-primary: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 64px;
  --alert-height: 44px;
  --hero-min-height: 85vh;
  --transition-fast: 0.2s ease;
}

body {
  font-family: var(--font-primary);
  background-color: var(--body-bg);
}

.footer-logo{
  display: block;
}
.top li ul li a {
    color: rgb(14, 45, 72);
}
.mobile-top li ul li a {
    color: #0E2D48;
}
.whatsapp-enquire{
    position: fixed;
    right: 0px;
    bottom:75px;
    color: #fff;
    width: 120px;
    padding:10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    z-index: 9999;
}
.c-img{
  height:36px;
  width:36px;
}
.whatsapp-enquire i{
    background: #25D366;
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 8px;
}

.whatsapp-enquire span{
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.adventure-card-inner{
display:flex;
flex-direction:column;
height:100%;
}

.card-body{
display:flex;
flex-direction:column;
flex:1;
}

.btn-view-dates{
margin-top:auto;
width:100%;
text-align:center;
}

/* Skip link (accessibility) */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--inme-yellow);
  color: var(--inme-text-dark);
  font-weight: 600;
  text-decoration: none;
  transition: top var(--transition-fast);
}
.skip-link:focus {
  top: 0;
}
.offcanvas-header button{

  color:#fff !important;
}
/* ----------------------------------------
   Alert banner
---------------------------------------- */
.alert-banner {
  background: var(--inme-yellow);
  color: #000;
  padding:10px;
  position: relative;
  z-index:99999;
}
.btn-find-adventure .bi.bi-search{
  font-size: 9px !important;

}
.top {
   padding-bottom:10px;
   margin-bottom: 0px !important;
}
.top li {

    padding: 6px 0;
    text-align: right;
    width: 100%;
    min-width: 200px;
    margin: 0;
    line-height: 22px;
    list-style: none;

}
.top li a {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}
.bottom {
    margin-bottom: 20px;
}
.bottom li {
    padding: 5px 0;
    text-align: right;
    width: 100%;
    min-width: 200px;
    margin: 0;
    list-style: none;
}
.bottom li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.53;
    letter-spacing: -0.2px;
    color: #0E2D48;
    text-decoration: none;
    text-transform: lowercase;
}
.bi.bi-list{
  font-size: 40px !important;
}
.alert-banner-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.alert-banner-link:hover {
  color: var(--inme-blue);
  text-decoration: underline;
}
.alert-banner-close {
  background: transparent;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.alert-banner-close:hover {
  color: var(--inme-blue);
}
.alert-banner.hidden {
  display: none !important;
}

/* ----------------------------------------
   Header / Nav
---------------------------------------- */
.site-header {
  background: var(--inme-blue);
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.site-header .navbar {
padding: 0px;
}
.site-header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--inme-white) !important;
  font-weight: 700;
  font-size: 1.5rem;
}
.navbar-logo-img {
  height: 36px;
  width: auto;
  max-width: 140px;
  display: block;
}
.logo-icon {
  width: 32px;
  height: 32px;
  border: 2px solid var(--inme-white);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.alert-banner a{
  font-size: 24px;
}
.logo-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--inme-white);
  border-radius: 50%;
}
.brand-text {
  color: var(--inme-nav-accent);
  text-transform: lowercase;
  font-family: var(--font-primary);
}


/* MOBILE DESIGN */
@media (max-width:767px){

.stats-bar-row{
display:flex;
flex-wrap:wrap;
}
.whatsapp-enquire {
    position: fixed;
    right: -20px;
    bottom: 147px;}

.whatsapp-enquire  span{
  display: none;
}
/* Happy campers top */
.stats-happy{
order:1;
width:100%;
justify-content:center;
text-align:center;
margin-bottom:10px;
}

.stats-happy .stats-icon{
font-size:32px;
margin-bottom:5px;
}

.stats-happy .stats-number{
font-size:40px;
font-weight: 600;
}

/* Locations */
.stats-locations{
order:2;
}

/* Camps */
.stats-camps{
order:3;
}

/* Ratio */
.stats-ratio{
order:4;
display: none !important;
}

.stats-item{
justify-content:center;
text-align:center;
}

}
.site-header .nav-link {
  color: #fff;
      font-size: 13px !important;
      text-transform: uppercase;
      letter-spacing: !important;
      padding: 0 25px !important;
      min-height:76px !important;
      line-height: 67px !important;
      font-weight: 700 !important;
      display: block !important;
      position: relative !important;
}
.site-header .nav-link:hover,.nav-item.dropdown:hover .nav-link,
.site-header .nav-link:focus {
background: #40bdec !important;
}
/* Desktop hover dropdown */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -3px;
    border-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
.site-header .nav-item.dropdown .nav-link.dropdown-toggle {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.dropdown-menu.dropdown-menu-header li{
  padding-bottom:10px;
}
.dropdown-menu.dropdown-menu-header li span{
  font-size: 15px;
    font-weight: 300;
    display: block;
    line-height: 1.53;
    letter-spacing: -0.2px;
    color: #0E2D48;
    text-transform: lowercase;
}
.dropdown-menu.dropdown-menu-header li a{
  color: #0E2D48;
    min-height: auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.9px;
}
/* .site-header .nav-item.dropdown:hover .nav-link,
.site-header .nav-item.dropdown.show .nav-link {
  background: #2EB2E8 !important;
  color: var(--inme-white) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
} */

.site-header .dropdown-menu.dropdown-menu-header {
  position: absolute;
        top: 100% !important;
        left: 0 !important;
        width:312px !important;
        display: none;
        background: #40bdec;
padding: 10px 0 50px;
border-radius: 0px;
box-shadow: none;
}

@media (min-width: 992px) {

.navbar-nav .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    margin-top: 0;
}

.navbar-nav .dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}

.navbar-nav .dropdown-toggle::after{
    transition: transform .2s ease;
}

.navbar-nav .dropdown:hover .dropdown-toggle::after{
    transform: rotate(180deg);
}

}
.site-header .dropdown-item {
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  transition: background 0.15s ease;
}
.site-header .dropdown-item:hover {
  background:transparent;

}
.site-header .dropdown-item:focus {
  background: transparent;

}
.dropdown-age {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-top: 0.2rem;
  padding-left: 0.25rem;
}
.site-header .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 0.5rem 1rem;
}
.site-sidebar.offcanvas {
  background: rgb(64, 189, 236);
  color: var(--inme-white);
  max-width: 320px;
padding: 70px 0px 0px 0px;
}
.site-sidebar .offcanvas-title {
  color: var(--inme-white);
}
.sidebar-nav li{
  text-align: right;
    width: 100%;
    min-width: 200px;
    line-height: 22px;
    padding: 6px 0px;
    margin: 0px;
}
.site-sidebar .sidebar-nav a,
.site-sidebar .sidebar-nav .sidebar-label {
  font-size: 12px;
    letter-spacing: 1.5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.nav-item a{

      color: rgb(255, 255, 255);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-height: 67px;
    line-height: 67px;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0px 25px;
}
.sidebar-label li a{
  font-size: 12px;
    letter-spacing: 1.5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.site-sidebar .sidebar-nav a:hover {
  color:#fff;
}
.site-sidebar .sidebar-label {
  font-weight: 600;
  margin-top: 0.75rem;
}




.icons span{
  font-size:22px;
  cursor:pointer;
}

/* Search bar */
.search-bar{
  width:100%;
  background:#4ea6c7;
  padding:25px 40px;
  display:none;
}

.search-bar input{
  width:50%;
  border:none;
  border-bottom:2px dashed white;
  background:transparent;
  font-size:18px;
  color:white;
  outline:none;
}

.btn-icon {
  background: transparent;
  border: none;
  color: var(--inme-white);
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.btn-icon:hover {
  color: var(--inme-yellow);
}
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
}
.navbar-toggler-icon {
  filter: invert(0);
}

/* ----------------------------------------
   Hero
---------------------------------------- */
.hero {
  position: relative;
  min-height: var(--hero-min-height);
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 18 / 9;
  min-height: 500px;
}
.social-links2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: right;
    text-align: right;
}
.social-links2 li {
    margin-bottom: 10px;
    list-style: none;
}
.social-links2 li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 21px;
    width: 40px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    background: #0E2D48;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: var(--inme-blue);
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 33, 47, 0.7);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-inner {
  max-width: 560px;
}
.hero-30years-img {
  display: block;
  max-width: 160px;
  height: auto;
  margin-bottom: 0.5rem;
}
.hero-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--inme-white);
  margin: 0 0 0.75rem;
}
.hero-tagline {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--inme-white);
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
.btn-hero-cta {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1rem;
  background: var(--inme-yellow);
  color: var(--inme-text-dark);
  padding: 0.85rem 1.75rem;
  border-radius:4px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background var(--transition-fast), transform var(--transition-fast);
  min-height: 48px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.btn-hero-cta:hover {
  background: var(--inme-yellow-light);
  color: var(--inme-text-dark);
  transform: translateY(-1px);
}
.btn-hero-cta i {
  color: var(--inme-text-dark);
  font-size: 1.1rem;
}
.whatsapp-float {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  padding: 0.75rem 1rem;
  min-width: 56px;
  min-height: 56px;
  background: #25d366;
  color: var(--inme-white);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.75rem;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform var(--transition-fast);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.whatsapp-float i {
  font-size: 1.5rem;
}
.whatsapp-float .whatsapp-text {
  font-size: 0.9rem;
  white-space: nowrap;
}
.whatsapp-float:hover {
  color: var(--inme-white);
  transform: scale(1.05);
}
.top-menu {
    background: #071827;
    padding: 5px 0;
    display: none;
}
.top-menu ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
}
.top-menu ul li {
    padding: 0 10px;
    list-style:none;
}
.top-menu ul li a {
        font-size: 11px;
      text-decoration: none;
        color: #fff;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .logo{
      display: block;
    }
    .mobile-top {
        display: none;
    }
    .mobile-top li {
    padding: 8px 0;
    text-align: right;
    width: 100%;
    min-width: 200px;
    margin: 0;
    line-height: 25px;
    text-align: left;
    list-style: none;
  }
  .mobile-top li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
@media (max-width: 575.98px) {
  .whatsapp-float .whatsapp-text {
    display: none;
  }
  .top li,.bottom li {
        text-align: left;
    }
    .mobile-top ul,.top ul{
      padding: 0px;
    }
    .site-sidebar.offcanvas {

    padding: 30px 0px 0px 0px;
    margin-top: 83px;
}
  .social-links2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction:row;
    justify-content: left;
    text-align: right;
    gap: 15px;
}
.mobile-top {
        display: block;
    }
.alert-banner-close{
  margin-right: -25px !important;
}
  .search-bar input {
    width: 100%;}
  .logo{
    display: none;
  }
  .top-menu {
    display: block;
}
  .alert-banner a {
    font-size: 12px;
}
.alert-banner {
  padding: 15px 30px 15px 10px;

}
  .whatsapp-float {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
  }
}

/* ----------------------------------------
   Stats bar (trust factor / social proof)
---------------------------------------- */
.stats-bar {
  background: #FFCB5B;
position: relative;
margin-top: -2rem;
padding: 16px;
overflow: hidden;

}
/* Strip matches hero background; SVG gives smooth angled bottom (left deeper, right flush) */
.stats-bar-top-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  color: #0a212f;
  pointer-events: none;
}
.stats-bar-top-strip path {
  fill: currentColor;
}
.stats-bar .container {
  padding-top: 1rem;
  padding-bottom:14px;
  height: 58px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.stats-bar-row {
  position: relative;
  z-index: 1;
  flex: 1;
}
.stats-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  text-align: left;
  font-family: var(--font-primary);
}
.stats-icon {
  flex-shrink: 0;
  font-size: 1.75rem;
  color: #15294A;
  margin: 0;
}
.stats-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.stats-number {
  display: block;
  font-family: var(--font-primary);
  font-size:24px;
  font-weight:600;
  color: #002E4A;

  line-height: 1.2;
}
.stats-label {
  display: block;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  color:#002E4A !important;
;
  line-height: 1.3;
}
.stats-bar-light-logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: auto;
  max-width: 200px;
  pointer-events: none;
  z-index: 0;
  filter: contrast(0.9);
}

/* ----------------------------------------
   Adventures section
---------------------------------------- */
.adventures {
  padding: 4rem 0;
  position: relative;
}

.adventures .container {
  position: relative;
  z-index: 1;
}
.adventures-filter-section {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.adventures-heading {
  font-family: var(--font-primary);
  color:#2C3134;

  font-weight:600;
  font-size:24px;
  line-height: 1.3;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.adventures-heading-line1,
.adventures-heading-line2 {
  display: block;
}
.adventures-filter-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  background:#F0F4F8;

  border: none;
  border-radius: 9999px;
  min-height:58px;
  height:58px;
  overflow: hidden;
  padding:10px 25px;
}
.adventures-filter-select {
  font-family: var(--font-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #70787D;
  background: transparent;
  border: none;
  min-width: 160px;
  height: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%239aa0a6' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  cursor: pointer;
  padding:10px
}
.adventures-filter-select:focus {
  outline: none;
}
.adventures-filter-select option {
  color: #212529;
  background: #fff;
  padding: 0.5rem 1rem;
}
.adventures-filter-select option[value=""] {
  color: #6C757D;
}
.adventures-filter-divider {
  width: 1px;
  min-width: 1px;
  height: 20px;
  background: #002E4A;
  flex-shrink: 0;
  margin: 0 0.75rem;
  align-self: center;
}
.btn-find-adventure {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
background: #00D6FF;
color: #012E4A;

  padding:6px;
  border: none;
  width: 133px;
  height:34px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  flex-shrink: 0;
  box-shadow: none;
}
.btn-find-adventure:hover {
  background: #00D6FF;
  color: #012E4A;
}
.btn-find-adventure i {
  font-size: 1rem;
}
.camp-program-decorative {
  position: absolute;
    top: 150px;
    right: -73px;
    width: 926px;
    height: 978px;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    display: block;

}
.camp-decorative-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
    opacity: 0.8;
}
.adventure-card-inner {
  border: none;
  border-radius:16px;
  overflow: hidden;
border: 1px solid  #C0C8CD;
  background: var(--inme-white);
  transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}
.adventure-card-inner:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.adventure-card-play{
  background: transparent !important;
}
.c-img2{
  height: 15px;
  width: 15px;
}
.adventure-card-media {
  position: relative;
  aspect-ratio: 2/3;
  background: var(--inme-blue-light);
  overflow: hidden;
  border-radius: 0.75rem;
}
.adventure-card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adventure-card-badge {
  position: absolute;
  font-family: var(--font-primary);
  font-size:10px;
  font-weight:400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #002E4A;
  background:  #E3F4FD;

padding:2px 8px 2px 8px;
  border-radius:29px;
  z-index: 2;
}
.adventure-card-badge-2{
  position: absolute;
  font-family: var(--font-primary);
  font-size:10px;
  font-weight:400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #002E4A;
  background:#F9F2D2;
padding:2px 8px 2px 8px;
  border-radius:29px;
  z-index: 2;
}
.adventure-card-badge-category {
  top: 0.75rem;
  left: 0.75rem;
}
.adventure-card-badge-age {
  bottom: 0.75rem;
  left: 0.75rem;
}
.adventure-card-play {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--inme-white);
  border: none;
  color: #333;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: background var(--transition-fast), transform var(--transition-fast);
}
.adventure-card-play:hover {
  background: var(--inme-white);
  transform: scale(1.08);
  color: #333;
}
.adventure-card-play.playing {
  opacity: 0;
  pointer-events: none;
}
.adventure-card-inner .card-body {
  padding: 1.25rem;
  background:  #F6FAFE;

}
.adventure-card-inner .card-title {
  font-family: var(--font-primary);
  color: #002E4A;
min-height: 45px;
  font-weight:600;
  font-size:22px;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}
.adventure-card-inner .card-text {
  font-family: var(--font-primary);
  color: #40484C;

  font-size: 12px;
  min-height: 35px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.card-text span:not(:last-child)::after {
    content: " | ";
}




.adventure-location {
  font-family: var(--font-primary);
  font-size:11px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 0;
  background-color: var(--inme-nav-accent);
  padding: 0.35rem 0.75rem;
  border-radius:30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.adventure-location i {
  color: var(--inme-blue);
  margin-right: 0.35rem;
  font-size: 0.9rem;

}

.btn-view-dates {
  font-family: var(--font-primary);
  background: #FFCB5B;
  color: var(--inme-blue);
  font-weight: 500;
  font-size:14px;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  height: 36px;
  width: 108px;
  border-radius:4px;
  padding: 8px;
  border: none;
  margin-top: 20px !important;
  text-decoration: none;
  display: inline-block;
  transition: background var(--transition-fast);
}
.btn-view-dates:hover {
  background: #e09520;
  color: var(--inme-white);
}
.adventure-card.hidden-by-filter {
  display: none !important;
}


/* ----------------------------------------
   Discover (Instagram-style feed)
---------------------------------------- */
.discover {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.discover-dashed-curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #007bff;
  opacity: 1;
  z-index: 0;
}
.discover .container {
  position: relative;
  z-index: 1;
}
.discover-curve-path {
  vector-effect: non-scaling-stroke;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 10 12;
}
.discover-quote {
  font-size: 5rem;
  line-height: 1;
  display: block;
  font-family: var(--font-primary);
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: -0.25rem;
}
.discover-heading {
  color: #2c2c2c;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.discover-heading-line1,
.discover-heading-line2 {
  display: block;
}
.discover-desc {
  font-family: var(--font-primary);
  color: #6a6a6a;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.discover-feed-col {
  position: relative;
  z-index: 1;
}
.discover-feed-wrap {
  position: relative;
  overflow: visible;
}
.discover-cards {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.discover-cards-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.discover-cards-scroll::-webkit-scrollbar {
  display: none;
}
.discover-cards-scroll.is-carousel {
  cursor: default;
}
.discover-card {
  flex: 0 0 auto;
  width: 220px;
}
.discover-card-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.discover-card-img,
.discover-card-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.discover-card-video-el {
  background: #ddd;
}
.discover-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, transparent);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.25rem 0.5rem;
}
.discover-card-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a1a1a;
  color: var(--inme-white);
  font-size: 0.6rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.discover-card-icon-re1 {
  font-family: var(--font-primary);
}
.discover-card-icon-design {
  background: var(--inme-nav-accent);
  background-image: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3), transparent);
}
.discover-card-icon-stripes {
  background: linear-gradient(180deg, #8b5a2b 0%, #c97d3a 25%, #e8b923 50%, #f5f5f5 75%);
}
.discover-card-name {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1rem;
  color: var(--inme-white);
  margin-left: 0.25rem;
  flex: 1;
  min-width: 0;
}
.discover-card-date {
  font-family: var(--font-primary);
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin-top: 0.15rem;
  margin-left: 0.25rem;
}
.discover-card-badge {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--inme-nav-accent);
  color: var(--inme-white);
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.discover-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.discover-card-link:focus-visible {
  outline: 2px solid var(--inme-blue);
  outline-offset: 2px;
}
.discover-card-link .discover-card-image-wrap {
  height: 100%;
}

/* ----------------------------------------
   Footer
---------------------------------------- */
.site-footer {
  background: #002e4a;
  color: var(--inme-white);
  padding: 3rem 0 1.5rem;
  font-family: var(--font-primary);
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--inme-white);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
.footer-logo-img {
  height: 36px;
  width: auto;
  max-width: 140px;
  display: block;
}
.pb-10{padding-bottom: 14px !important;}
.footer-heading {
  font-size:27px;
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 1.25rem;
  color: var(--inme-white);
}
.footer-contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  max-width: 320px;
}
.footer-contacts {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.footer-contacts li {
  margin-bottom: 0.85rem;
}
.footer-contacts li strong {
  color: var(--inme-white);
  font-weight: 700;
  display: block;
  margin-bottom: 0.15rem;
}
.footer-contacts a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.footer-contacts a:hover {
  color: var(--inme-white);
  text-decoration: underline;
}
.footer-email-item {
  margin-top: 0.25rem;
}
.footer-email-item a {
  color: rgba(255, 255, 255, 0.95);
}
.footer-form-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--inme-white);
  margin: 1.25rem 0 0.5rem;
}
.footer-form .form-label {
  color: var(--inme-white);
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.footer-form .form-label strong,
.footer-form .form-label b {
  font-weight: 700;
}
.footer-input-dashed,
.footer-form .form-control.footer-input-dashed,
.footer-form .form-select.footer-input-dashed {
  background: transparent;
  border: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  border-radius: 0;
  color: var(--inme-white);
  padding: 0.35rem 0 0.5rem;
  font-size: 0.95rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.8)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 1.5rem;
}
.footer-form .form-control.footer-input-dashed:not(select) {
  background-image: none;
  padding-right: 0;
}
.footer-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form .form-control:focus,
.footer-form .form-select:focus {
  outline: none;
  border-bottom-color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}
.footer-form .form-select option {
  background: #0a212f;
  color: var(--inme-white);
}
.footer-mobile-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  padding-bottom: 0.35rem;
}
.footer-mobile-flag {
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.footer-country-code {
  flex: 0 0 auto;
  width: 4rem;
  border: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.8)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-position: right 0 center;
}
.footer-mobile-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  border-bottom: none !important;
  background: transparent !important;
  padding: 0 0 0 0.25rem !important;
}
.footer-form .form-check-label {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  font-weight: 400;
}
.footer-form .form-check-input {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.footer-form .form-check-input:checked {
  background-color: #4a9fd4;
  border-color: #4a9fd4;
}
.footer-disclaimer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 1rem 0 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.footer-submit-wrap {
  display: flex;
  justify-content: flex-end;
}
.btn-footer-submit {
  background: #005384;
  color: var(--inme-white);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.6rem 1.75rem;
  border: none;
  border-radius: 6px;
  min-height: 44px;
}
.btn-footer-submit:hover {
  background: #5aafe4;
  color: var(--inme-white);
}
.footer-social-col {
  display: flex;
  justify-content: flex-end;
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
.footer-social a {
  color: var(--inme-white);
  font-size: 1.2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00c1f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.footer-social a:hover {
  background: #5aafe4;
  color: var(--inme-white);
}
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 991.98px) {
  .hero {
    min-height: 70vh;
    aspect-ratio: auto;
  }


  .footer-contacts-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .footer-social-col {
    justify-content: center;
    margin-top: 15px;
  }
  .footer-social {
    flex-direction: row;
    justify-content: center;
  }
  .footer-form-col {
    margin-top: 2rem;
  }
  .footer-submit-wrap {
    justify-content: start;
  }

}
.ad-btn{
  width: 100%;
}
@media (max-width: 767.98px) {
  .adventures-filter-divider{
    display: none;
  }
  .camp-program-decorative {
  display: none;
  }
  .footer-logo{
    display: none;
  }
  .footer-heading {
    font-size: 22px;
  }


  .stats-item {

    padding: 0.75rem 1rem;
  }
  .stats-item:last-child {
    border-bottom: none;
  }
  .stats-bar-light-logo {
    height: 70px;
    opacity: 0.15;
  }
  .adventures-filter-section {
    flex-direction: column;
    align-items: stretch;
  }

  .adventures-filter-bar {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 15px 0;
    min-height: auto;
    height: auto;

    border-radius: 10px;
  }
  .adventures-filter-bar .adventures-filter-select {

          min-height: 48px;
          background: white;
          border-radius:35px;
          margin: 10px;
          width: 100%;
          padding: 17px;
  }
  .adventures-filter-divider {
    width: 100%;
    height: 1px;
    min-width: 100%;
    margin: 0.25rem 0;
  }
  .btn-find-adventure {
    width: 55%;
          margin-left: 0;
          justify-content: center;
          /* border-radius: 0 0 2rem 2rem; */
          min-height: 48px;
          height: 48px;
          padding: 0.75rem 1rem;
  }
  .ad-btn{
    display: flex;
    justify-content: end;
    margin: 0 10px;
  }
  .discover-content {
    margin-bottom: 2rem;
    text-align: center;
  }
  .discover-quote {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .hero-30years-img {
    max-width: 160px;
  }
  .stats-label {

    font-size:12px;


}
.stats-bar .container{
  height: 100%;
}
  .whatsapp-float {
    bottom: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
}
