@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.pt-100 {
  padding-top: 100px;
}
.section-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.section-para {
  color: #374151;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.section-gradient {
  gap: 100px;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #ffffff, #fff7ed);
}
header .navbar .navbar-brand {
  font-weight: 700;
  font-size: 1.65rem;
  line-height: 2.5rem;
  padding: 0.3125rem 0;
  background-clip: text;
  color: transparent !important;
  background-image: linear-gradient(to right, #ff8800, #ff67c4);
}
header .navbar .navbar-brand .logo {
  height: 80px;
  width: auto;
  max-width: min(100%, 320px);
  object-fit: contain;
  flex-shrink: 0;
  padding: 0.5rem 0;
}
header .navbar .fa-campground {
  width: 28px;
  color: #ff8800;
  padding-top: 3px;
}
header .navbar .dropdown-toggle::after {
  border: none;
  font-weight: 900;
  margin-left: 8px;
  content: "\f107";
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
}
header .navbar .navbar-nav .nav-link {
  outline: none;
  font-size: 15px;
  padding: 25px 0;
  color: #4b5563;
  font-weight: 500;
  margin-right: 1.5rem;
  text-transform: uppercase;
}
header .navbar .navbar-nav .nav-link:hover,
header .navbar .navbar-nav .nav-link.active {
  color: #ff8800;
}
header .navbar .navbar-nav .dropdown-menu {
  min-width: 200px;
  overflow-y: auto;
  max-height: 250px;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding-block: 0.5rem;
}
.hero {
  background: linear-gradient(to bottom, #fdf2f8, #fff7ed);
}

.hero.hero-referred {
  background: #fff;
}

.hero-search-below {
  margin-top: 60px;
  padding: 40px 1rem 60px;
  background: #f8fafc;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.hero-search-title {
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  text-align: center;
  color: #111827;
}

.hero-search-subtitle {
  margin: 0 0 1.25rem;
  text-align: center;
  color: #4b5563;
  font-weight: 500;
}

.hero .scout-cta {
  gap: 0.5rem;
  border: none;
  color: #ff8800;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  padding: 1rem 2.5rem;
  display: inline-flex;
  line-height: 1.75rem;
  border-radius: 999px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero .scout-cta:hover {
  background: #fff7ed;
  transform: scale(1.05);
}

.hero .scout-cta-primary {
  color: #fff;
  background: linear-gradient(135deg, #FF66CC, #FB8800);
}

.hero .scout-cta-primary:hover {
  background: linear-gradient(135deg, #FF66CC, #FB8800);
}
.hero .hero-wrapper {
  margin: auto;
  display: flex;
  padding: 5rem 1rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero .hero-wrapper .tag {
  gap: 0.5rem;
  font-size: 18px;
  color: #4b5563;
  font-weight: 500;
  background: #fff;
  align-items: center;
  padding: 0.5rem 1rem;
  display: inline-flex;
  border-radius: 999px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.hero .hero-wrapper .tag span {
  font-weight: bold;
}
.hero .hero-wrapper .tag svg {
  width: 14px;
  height: 18px;
  flex-shrink: 0;
  color: #ff8800;
}
.hero .hero-wrapper .title {
  margin: 2rem 0;
  font-weight: bold;
  font-size: 3.5rem;
}
.hero .hero-wrapper .title span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right, #ff8800, #ff67c4);
}
.hero .hero-wrapper p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-inline: 5rem;
}
.hero .hero-wrapper .hero-search,
.hero-search-below .hero-search {
  display: flex;
  max-width: 800px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 1rem auto 0;
  align-items: center;
  border-radius: 999px;
  justify-content: space-between;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.hero .hero-wrapper .hero-search .search-option,
.hero-search-below .hero-search .search-option {
  padding: 16px 32px;
  border-radius: 999px;
}
.hero .hero-wrapper .hero-search .search-option #priceValue,
.hero-search-below .hero-search .search-option #priceValue {
  font-weight: bold;
}
.hero .hero-wrapper .hero-search .search-option:hover + .separator,
.hero-search-below .hero-search .search-option:hover + .separator {
  border-right: 1px solid transparent;
}
.hero .hero-wrapper .hero-search .search-option:hover,
.hero-search-below .hero-search .search-option:hover {
  background: #ebebeb;
}
.hero .hero-wrapper .hero-search .search-option label,
.hero-search-below .hero-search .search-option label {
  display: flex;
  font-size: 0.75rem;
  padding-bottom: 2px;
  white-space: nowrap;
  justify-content: space-between;
}
.hero .hero-wrapper .hero-search .search-option .input-field,
.hero-search-below .hero-search .search-option .input-field {
  border: none;
  color: #000;
  font-size: 15px;
  min-width: 100px;
  appearance: none;
  font-weight: bold;
  position: relative;
  padding: 0px 16px 11px;
  background: transparent;
  width: calc(100% + 32px);
  margin: 0 -16px -11px -16px;
}
.hero
  .hero-wrapper
  .hero-search
  .search-option
  input[type="date"]::-webkit-calendar-picker-indicator {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero
  .hero-wrapper
  .hero-search
  .search-option
  input[type="number"]::-webkit-outer-spin-button,
.hero
  .hero-wrapper
  .hero-search
  .search-option
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hero .hero-wrapper .hero-search .search-option .input-field::placeholder,
.hero-search-below .hero-search .search-option .input-field::placeholder {
  color: #000;
}
.hero .hero-wrapper .hero-search .search-option .input-field:focus,
.hero-search-below .hero-search .search-option .input-field:focus {
  outline: none;
}
.hero .hero-wrapper .hero-search .search-option.hero-search-availability,
.hero-search-below .hero-search .search-option.hero-search-availability {
  min-width: 0;
}
.hero-search-availability-checkbox {
  width: 1.15rem;
  height: 1.15rem;
  min-width: 1.15rem;
  min-height: 1.15rem;
  margin: 0.2rem 0 0.65rem 0;
  cursor: pointer;
  accent-color: #fb8800;
  vertical-align: middle;
}

/* Hero “Include availability” → paid plan modal */
.hero-avail-modal-backdrop[hidden] {
  display: none !important;
}
.hero-avail-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  background: rgba(15, 23, 42, 0.45);
}
.hero-avail-modal {
  position: relative;
  max-width: 28rem;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8e4ef;
  border-top: 4px solid #fb8800;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.03);
  padding: 1.5rem 1.5rem 1.15rem;
  box-sizing: border-box;
  outline: none;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
.hero-avail-modal-dismiss {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #94a3b8;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}
.hero-avail-modal-dismiss:hover {
  background: #f1f5f9;
  color: #475569;
}
.hero-avail-modal-eyebrow {
  margin: 0 0 0.4rem 0;
  padding-right: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6d28d9;
}
.hero-avail-modal-title {
  margin: 0 0 1.25rem 0;
  padding-right: 1.5rem;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.22;
  color: #0f172a;
  letter-spacing: -0.012em;
}
.hero-avail-modal-section {
  margin-bottom: 1.1rem;
}
.hero-avail-modal-section-title {
  margin: 0 0 0.45rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}
.hero-avail-modal-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.55;
  color: #475569;
}
.hero-avail-modal-list li {
  margin-bottom: 0.25rem;
}
.hero-avail-modal-list li::marker {
  color: #cbd5e1;
}
.hero-avail-modal-cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 1.15rem 0 0.65rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #e26bb3 0%, #fb8800 100%);
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(251, 136, 0, 0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.hero-avail-modal-cta:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(251, 136, 0, 0.42);
}
.hero-avail-modal-footnote {
  margin: 0 0 1rem 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #94a3b8;
  text-align: center;
}
.hero-avail-modal-actions {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.hero-avail-modal-close {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #64748b;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-avail-modal-close:hover {
  color: #334155;
}

.hero .hero-wrapper .hero-search .separator,
.hero-search-below .hero-search .separator {
  height: 32px;
  border-right: 1px solid #ddd;
}
.hero .hero-wrapper .hero-search .search-button,
.hero-search-below .hero-search .search-button {
  right: 0;
  width: 50px;
  border: none;
  height: 50px;
  display: flex;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  margin-right: 0.5rem;
  justify-content: center;
  background: linear-gradient(to right, #ff8800, #ff67c4);
}
.hero .hero-wrapper .hero-search .search-option:last-of-type,
.hero-search-below .hero-search .search-option:last-of-type {
  padding-right: 90px;
}
.hero .hero-wrapper .hero-search .search-button svg,
.hero-search-below .hero-search .search-button svg {
  fill: none;
  width: 20px;
  height: 20px;
  stroke: #fff;
  display: block;
  stroke-width: 3px;
}
.scout {
  color: #fff;
  display: flex;
  min-height: 400px;
  padding: 5rem 1rem;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(to right, #ff8800, #ff67c4);
}
.scout p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
}
.scout .scout-cta {
  gap: 0.5rem;
  border: none;
  color: #ff8800;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  padding: 1rem 2.5rem;
  display: inline-flex;
  line-height: 1.75rem;
  border-radius: 999px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.scout .scout-cta:hover {
  background: #fff7ed;
}
.scout .scout-cta svg {
  height: 18px;
}
.scout .scout-cta:hover {
  transform: scale(1.05);
}

.scout .scout-cta-primary {
  color: #fff;
  background: linear-gradient(135deg, #FF66CC, #FB8800);
}

.scout .scout-cta-primary:hover {
  background: linear-gradient(135deg, #FF66CC, #FB8800);
}
.featured-camp {
  padding: 100px 1rem;
}
.featured-camp .camp-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.featured-camp .camp-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.featured-camp .camp-wrapper .camp-badge,
.parent-says .testimonial-wrapper .testimonial-video .control-overlay {
  top: 1rem;
  width: 28px;
  right: 1rem;
  height: 36px;
  display: flex;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  align-items: center;
  border-radius: 999px;
  background: #ff6ab3;
  transition: all 0.3s ease-out;
}
.featured-camp .camp-wrapper .camp-badge .badge-icon {
  width: 28px;
  height: 36px;
  display: flex;
  padding: 0.5rem;
  align-items: center;
}
.featured-camp .camp-wrapper .camp-badge:hover {
  width: 125px;
}
.featured-camp .camp-wrapper .camp-badge svg {
  width: 12px;
  height: 16px;
  color: #fff;
  flex-shrink: 0;
}
.featured-camp .camp-wrapper .camp-caption {
  bottom: 0;
  width: 100%;
  color: #fff;
  position: absolute;
  padding: 4rem 1.5rem 1.5rem;
  background-image: linear-gradient(
    to bottom,
    rgba(102, 206, 241, 0) 0%,
    rgb(0 0 0 / 90%) 100%
  );
}
.featured-camp .camp-wrapper .camp-caption p svg {
  height: 14px;
}
.featured-camp .camp-wrapper .camp-caption h3 {
  font-weight: bold;
  font-size: 1.125rem;
}
.featured-camp .camp-wrapper .camp-caption p {
  margin: 0;
  gap: 0.5rem;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.featured-camp .swiper-button-next,
.featured-camp .swiper-button-prev {
  opacity: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 999px;
  transition: opacity 0.7s ease;
}
.featured-camp .swiper-button-next::after,
.featured-camp .swiper-button-prev::after {
  font-size: 1rem;
  color: #ff8800;
}
.camp-slider:hover .swiper-button-next,
.camp-slider:hover .swiper-button-prev {
  opacity: 1;
}
.camp-categories {
  text-align: center;
}
.camp-categories .category-listing {
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  padding-inline: 0.5rem;
  justify-content: space-between;
}
.camp-categories .category-listing .category-item {
  display: flex;
  cursor: default;
  border-radius: 20px;
  align-items: center;
  background: #fff7ed;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  justify-content: center;
  flex: 0 0 calc((100% - 5 * 1.5rem) / 6);
}
.camp-categories .category-listing a.category-item {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  box-sizing: border-box;
}
.camp-categories .category-listing a.category-item:focus-visible {
  outline: 2px solid #fb8800;
  outline-offset: 3px;
}
.camp-categories .category-listing .category-item:hover {
  background: #fff7ed;
}
.camp-categories .category-listing .category-item:nth-child(even):hover {
  background: #fdf2f8;
}
.camp-categories .category-listing .category-item:nth-child(even) {
  background: #fdf2f8;
}
.camp-categories .category-listing .category-item .category-icon {
  height: 4rem;
  width: 4rem;
  margin: auto;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  border-radius: 999px;
  background: #ff8800;
  justify-content: center;
}
.camp-categories
  .category-listing
  .category-item:nth-child(even)
  .category-icon {
  background: #ff67c4;
}
.camp-categories .category-listing .category-item .category-icon svg {
  width: auto;
  height: 32px;
  color: #fff;
}
.parent-says .testimonial-wrapper {
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.parent-says .slider-wrapper {
  gap: 0.75rem;
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  margin-bottom: 3rem;
  justify-content: center;
}
.parent-says .slider {
  height: 50px;
  overflow: hidden;
}
.parent-says .slider div {
  gap: 0.5rem;
  height: 50px;
  display: flex;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  align-items: center;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  justify-content: center;
}
.slider-text-1 {
  background: #ffedd5;
  color: #ff8800 !important;
  animation: slide 8s linear infinite;
}
.slider-text-2 {
  background: #fce7f3;
  color: #ff67c4 !important;
}
.slider-text-3 {
  background: #ffedd5;
  color: #ff8800 !important;
}
.slider-text-4 {
  background: #fce7f3;
  color: #ff67c4 !important;
}
.slider-text-5 {
  background: #ffedd5;
  color: #ff8800 !important;
}
@keyframes slide {
  0% {
    margin-top: -300px;
  }
  5% {
    margin-top: -200px;
  }
  33% {
    margin-top: -200px;
  }
  38% {
    margin-top: -100px;
  }
  66% {
    margin-top: -100px;
  }
  71% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes pulse {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 120% 120%;
  }
}
.parent-says .testimonial-wrapper .testimonial-video {
  height: 450px;
  animation: pulse 0.5s infinite alternate;
  background: linear-gradient(
    to top,
    #000,
    #252525,
    #444,
    #676767,
    #8b8b8b,
    #9e9e9e,
    #b1b1b1,
    #c5c5c5,
    #cbcbcb,
    #d0d0d0,
    #d6d6d6,
    #dcdcdc
  );
}
.parent-says .testimonial-wrapper .testimonial-video video,
.parent-says .testimonial-wrapper .testimonial-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonial YouTube row: carousel on mobile, four-across on lg+ */
.parent-says .testimonial-videos-slider {
  --swiper-theme-color: #fb8800;
  --swiper-navigation-size: 1.25rem;
  padding-inline: 0.25rem;
}
.parent-says .testimonial-videos-nav {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.12);
  opacity: 1;
}
.parent-says .testimonial-videos-nav::after {
  font-size: 1rem;
  font-weight: 700;
  color: #ff8800;
}
.parent-says .testimonial-videos-pagination {
  bottom: 0 !important;
}
.parent-says .testimonial-videos-pagination .swiper-pagination-bullet {
  opacity: 0.45;
  background: #ff8800;
}
.parent-says .testimonial-videos-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(90deg, #ff67c4, #fb881b);
}
@media (min-width: 992px) {
  .parent-says .testimonial-videos-nav,
  .parent-says .testimonial-videos-pagination {
    display: none !important;
  }
}
.parent-says .testimonial-videos-slider .parent-testimonial {
  margin-bottom: 0;
}
.parent-says .testimonial-wrapper .testimonial-video .control-overlay .fas {
  color: #fff;
  font-size: 13px;
}
.parent-says .testimonial-wrapper .testimonial-quote {
  display: none;
  padding: 1.5rem;
}
.parent-says .testimonial-wrapper .testimonial-quote p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.top-winner {
  gap: 1rem;
  display: flex;
  border-radius: 20px;
  background-image: linear-gradient(to right, #ffedd5, #fce7f3);
}
.top-winner span {
  font-weight: 700;
  color: #ff8800;
}
.top-winner h3 {
  font-weight: 700;
}
.top-winner .top-winner-img {
  max-width: 100%;
  height: 300px;
  flex-shrink: 0;
  padding-top: 1.25rem;
}
.top-winner .top-winner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-winner .top-winner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 2rem 2rem 0;
}
.top-winner .winner-cta {
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff67c4, #fb881b);
}
/* Natural portrait aspect — fixed height + cover was cropping faces */
.about-us .about-us-photo {
  margin: 0 auto;
  max-width: 420px;
}
.about-us .about-us-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.connect-with-us .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.connect-with-us .social-icon img {
  width: 64px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
footer {
  color: #fff;
  background: #ff68b9;
}
/* Range Slider CSS */
input[type="range"] {
  font-size: 1.5rem;
  width: 100%;
  min-width: 200px;
}
input[type="range"] {
  color: #ff8800;
  --thumb-height: 0.75em;
  --track-height: 0.125em;
  --track-color: rgba(0, 0, 0, 0.2);
  --brightness-hover: 180%;
  --brightness-down: 80%;
  --clip-edges: 0.125em;
}
input[type="range"] {
  position: relative;
  background: #fff0;
  overflow: hidden;
}
input[type="range"]:active {
  cursor: grabbing;
}
input[type="range"]:disabled {
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  position: relative;
}
input[type="range"]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0
    100vmax currentColor;

  width: var(--thumb-width, var(--thumb-height));
  background: linear-gradient(currentColor 0 0) scroll no-repeat left center /
    50% calc(var(--track-height) + 1px);
  background-color: currentColor;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));

  filter: brightness(100%);
  clip-path: polygon(
    100% -1px,
    var(--clip-edges) -1px,
    0 var(--clip-top),
    -100vmax var(--clip-top),
    -100vmax var(--clip-bottom),
    0 var(--clip-bottom),
    var(--clip-edges) 100%,
    var(--clip-further) var(--clip-further)
  );
}
input[type="range"]:hover::-webkit-slider-thumb {
  cursor: grab;
}
input[type="range"]:active::-webkit-slider-thumb {
  cursor: grabbing;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center /
    100% calc(var(--track-height) + 1px);
}
input[type="range"]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  header .navbar .navbar-nav {
    border-top: 1px solid #ddd;
  }
  header .navbar-toggler {
    padding: 0;
    border: none;
  }
  header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  header .navbar .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 1px solid #ddd;
  }
  .top-winner {
    flex-wrap: wrap;
  }
  .top-winner .top-winner-content {
    padding: 0 2rem 2rem 2rem;
  }
  .camp-categories .category-listing {
    gap: 1rem;
  }
  .camp-categories .category-listing .category-item {
    flex: 0 0 calc((100% - 2 * 1rem) / 3);
  }
  .parent-says .parent-testimonial {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    top: 150%;
    opacity: 0;
    border: none;
    margin-top: 0;
    display: block;
    transition: 0.5s;
    visibility: hidden;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
  }
  .top-winner h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px;
  }
  .section-title {
    margin-bottom: 1.5rem;
  }
  .section-gradient {
    gap: 50px;
    padding: 50px 0.5rem;
  }
  header .navbar .navbar-brand .logo {
    height: 60px;
    width: auto;
  }
  .hero {
    padding: 0;
  }
  .hero .hero-wrapper {
    padding: 50px 0.5rem;
  }
  .hero .hero-wrapper .tag {
    gap: 0.25rem;
    font-size: 3.25vw;
  }
  .hero .hero-wrapper .title {
    font-size: 8vw;
  }
  .hero .hero-wrapper .hero-search,
  .hero-search-below .hero-search {
    flex-wrap: wrap;
    border-radius: 20px;
  }
  .hero .hero-wrapper .hero-search .search-option,
  .hero-search-below .hero-search .search-option {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
  }
  .hero .hero-wrapper .hero-search .separator,
  .hero-search-below .hero-search .separator {
    height: 1px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .hero .hero-wrapper .hero-search .search-option:last-of-type,
  .hero-search-below .hero-search .search-option:last-of-type {
    padding-right: 1rem;
  }
  .hero .hero-wrapper .hero-search .search-button,
  .hero-search-below .hero-search .search-button {
    width: 100%;
    margin: 16px;
    position: inherit;
    border-radius: 10px;
  }
  .hero .hero-wrapper .hero-search .search-button svg,
  .hero-search-below .hero-search .search-button svg {
    display: none;
  }
  .hero .hero-wrapper .hero-search .search-button:after,
  .hero-search-below .hero-search .search-button:after {
    content: "SEARCH";
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  .scout {
    padding: 50px 0.5rem;
  }
  .featured-camp {
    padding: 50px 0.5rem;
  }
  .parent-says .slider-wrapper {
    flex-wrap: wrap;
  }
  .about-us .about-us-photo {
    max-width: 100%;
  }
  .about-us .about-us-photo img {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-wrapper .tag svg {
    width: 12px;
  }
  .camp-categories .category-listing .category-item {
    padding: 2rem 1rem;
    flex: 0 0 calc((100% - 1 * 1rem) / 2);
  }
  .connect-with-us .social-icon img {
    width: 50px;
    height: auto;
  }
}
