/* Global and Utility Styles (from your existing file) */
.container {
  max-width: 1200px; }

body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.text-primary {
  color: #FFFFFF !important; }

.font-weight-bold {
  font-weight: 800 !important; }

.text-header {
  color: #D95D39; }

.form-control,
.form-select,
.form-check-label {
  border-radius: 16px !important;
  color: #8D8070 !important;
  border-color: #8D8070 !important; }
  .form-control::placeholder,
  .form-select::placeholder,
  .form-check-label::placeholder {
    color: #8D8070 !important; }
  .form-control:focus,
  .form-select:focus,
  .form-check-label:focus {
    box-shadow: none !important; }

.form-label {
  color: #8D8070; }

p, li {
  color: #8D8070 !important;
  font-size: 18px; }

.text-main-color {
  color: #8D8070 !important; }

a {
  color: #4A7C9C !important;
  transition: all 0.3s ease;
  text-decoration: none !important; }
  a:hover {
    color: #3a6179 !important;
    text-decoration: none !important; }

.nav-bar-btn {
  background-color: #4A7C9C;
  border: none;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
  border-radius: 0.375rem;
  transition: all 0.3s ease; }
  .nav-bar-btn:hover {
    background-color: #3a6179;
    color: #fff !important; }

.breadcrumb-item {
  padding: 0;
  font-size: 16px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 6px !important; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #8D8070 !important;
  padding-right: 6px !important; }

.home-hero-container {
  padding-top: 10px;
  padding-bottom: 100px; }

.home-hero-container img {
  width: 70%;
  max-width: 100%; }

.hero-background {
  background-size: cover;
  background-position: center;
  background-color: #3C79A2;
  /* leave repeat unset here so the utility can control it */ }

.bg-green {
  background-color: green !important; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.container-fluid {
  padding: 0px !important; }

.nav-item {
  font-size: 16px; }

.nav-item .nav-link {
  color: #4a7c9c !important;
  font-weight: 700; }

/* Global Button Styles */
.anima-default-btn {
  background-color: #4A7C9C;
  border: none;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 16px;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto; }
  .anima-default-btn:hover {
    background-color: #3a6179;
    color: #fff !important; }

.btn-outline-primary {
  background-color: #fff;
  color: #4A7C9C;
  border: 1px solid #4A7C9C;
  font-weight: 600 !important; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #4A7C9C !important;
    color: #fff !important;
    border: 1px solid #4A7C9C !important; }

/* Slides visibility */
#whatsOnSlides .whats-on-slide {
  display: none; }

#whatsOnSlides .whats-on-slide.is-active {
  display: block; }

/* Icon-only circular social buttons: blue bg, white icon */
.social-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3C79A2;
  color: #fff;
  text-decoration: none;
  transition: transform .15s ease, opacity .15s ease;
  margin: 0 0.25rem; }

.social-icon i {
  color: #fff;
  font-size: 1rem;
  line-height: 1; }

.social-icon:hover {
  opacity: .9;
  transform: translateY(-1px); }

.social-icon:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px; }

.team-card {
  background-color: #fff;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  margin-top: 7rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 50px; }

.film-festivals-section .team-card {
  background-color: #F8F5F0; }

.avatar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block; }

.avatar-fallback {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #D95D39;
  /* Orange-red color from image */
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

/* Team member name styling */
.team-card h5 {
  margin-top: 1.5rem; }

.team-card .text-muted {
  margin-bottom: 1rem; }

.modal-avatar {
  width: 220px;
  height: 220px; }

/* Team Modal Styles - Matching the provided image */
.team-modal {
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible; }

/* Close button in top-right corner */
.btn-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #4A7C9C;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  .btn-close-modal:hover {
    background-color: #3a6179; }
  .btn-close-modal i {
    font-size: 40px;
    font-weight: bold; }

/* Avatar overlapping the modal top */
.modal-avatar-overlap {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; }

.modal-avatar-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

.modal-avatar-fallback {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E0603F;
  /* Orange-red color from image */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: 4px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

/* Modal body with proper spacing */
.team-modal .modal-body {
  padding: 130px 40px 40px 40px;
  /* Top padding to account for overlapping avatar */
  position: relative; }

/* Social media icons at bottom-left */
.modal-socials {
  display: flex;
  gap: 8px;
  margin-top: 20px; }

.modal-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #4A7C9C;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease; }
  .modal-social-icon:hover {
    background-color: #3a6179;
    color: #fff; }
  .modal-social-icon i {
    font-size: 18px;
    color: #fff; }

/* Responsive adjustments for modal */
@media (max-width: 768px) {
  .team-modal .modal-body {
    padding: 60px 20px 20px 20px; }
  .modal-avatar-overlap {
    top: -80px; }
  .modal-avatar-img,
  .modal-avatar-fallback {
    width: 160px;
    height: 160px; }
  .modal-member-name {
    font-size: 20px; }
  .modal-member-title {
    font-size: 14px; }
  .modal-bio,
  .modal-bio-placeholder {
    font-size: 14px; }
  .modal-social-icon {
    width: 35px;
    height: 35px; }
    .modal-social-icon i {
      font-size: 16px; } }

/* Team page background styling */
.team-section {
  background-color: #F8F5F0;
  /* Light beige background from image */
  padding: 2rem 0; }

/* Ensure proper spacing for team grid */
.team-grid {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap; }

/* Responsive adjustments for team cards */
@media (max-width: 768px) {
  .team-card {
    margin-top: 3rem;
    /* Less space needed on mobile */
    padding: 1.5rem 1rem 1rem 1rem; }
  .avatar {
    width: 100px;
    height: 100px;
    top: -50px; }
  .avatar-fallback {
    width: 100px;
    height: 100px;
    font-size: 1.2rem; }
  .team-card h5 {
    font-size: 1rem; }
  .social-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0.125rem; }
  .social-icon i {
    font-size: 0.875rem; } }

@media (max-width: 576px) {
  .team-page-container {
    padding: 1rem 0; }
  .team-card {
    margin-top: 2.5rem;
    padding: 1.25rem 0.75rem 0.75rem 0.75rem; } }

.timeline {
  position: relative;
  padding-left: 20px; }

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #dee2e6; }

.timeline-item {
  position: relative; }

.timeline-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--bs-primary);
  border-radius: 50%;
  transform: translateY(-50%); }

.category-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease; }

.category-card:hover {
  transform: translateY(-5px); }

.category-card:not(.active) {
  opacity: 0.7; }

.category-indicator {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #ddd; }

.category-description {
  font-size: 0.95rem;
  color: #666; }

/* ===== CUSTOM CURVE & OVERLAP STYLES ===== */
/* 1. Styling for the CALL FOR ENTRIES section (The light band with curves) */
.content-wrapper-curved {
  background-color: #F8F5F0;
  background-image: url("../img/bushes_home_page_call_for_entries.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  /* TOP CURVE (Convex/Domed) */
  border-top-left-radius: 100% 150px;
  border-top-right-radius: 100% 150px;
  /* BOTTOM CURVE (Concave/Inverse Dome) */
  border-bottom-left-radius: 102px;
  border-bottom-right-radius: 102px;
  /* Vertical lift and positioning */
  margin-top: -73px;
  position: relative;
  z-index: 1;
  padding-top: 0;
  /* Handled by internal spacer div */
  padding-bottom: 250px;
  /* Space for the events to overlap into */
  overflow: visible;
  /* Allows overlapping content to be visible */ }

/* 2. Events Overlap Adjustment */
.events-section-container {
  /* Lift the Events container up into the curved light section */
  margin-top: -150px;
  position: relative;
  background-color: #2E4A32; }

.events-section-container .card {
  z-index: 2;
  position: relative;
  top: -100px;
  border: 0 !important;
  box-shadow: 6px -7px 9px 0px #2e4a3226;
  border-radius: 32px;
  background: #F8F5F0; }

.events-section-container .card-body {
  padding: 30px 16px; }

.regulations-section {
  margin-top: 50px; }

.newsletterDiv {
  background-color: #2E4A32;
  color: #ffffff;
  padding-bottom: 50px !important; }

.newsLetterInnerDiv {
  background-color: #ffffff;
  color: #212529;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  margin-left: auto;
  margin-right: auto; }

.newsLetterInnerDiv .form-control {
  height: 3rem;
  border-radius: 0.375rem; }

.newsLetterInnerDiv .btn-primary {
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (max-width: 767.98px) {
  .newsLetterInnerDiv form {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.newsletter-form-responsive {
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(60, 121, 162, 0.06); }
  .newsletter-form-responsive .form-control {
    min-height: 48px;
    font-size: 1rem; }

.newsletter-subscribe-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation; }

@media (max-width: 767.98px) {
  #newsletter-form .form-control,
  #newsletter-form .newsletter-subscribe-btn {
    width: 100%;
    font-size: 1rem; } }

@media (max-width: 767.98px) and (orientation: landscape) {
  .newsletter-form-responsive {
    padding: 0.5rem 1rem; }
    .newsletter-form-responsive .form-control {
      min-height: 44px; }
  .newsletter-subscribe-btn {
    min-height: 44px; } }

@media (max-width: 360px) {
  .newsletter-form-responsive {
    padding: 0.75rem; } }

#whats-on {
  background-color: #2E4A32; }
  #whats-on .whats-on-card {
    background-color: #ffffff;
    height: 100%; }
    @media (max-width: 991px) {
      #whats-on .whats-on-card {
        padding: 2rem;
        padding-right: 2rem;
        border-radius: 1rem !important; } }
    #whats-on .whats-on-card .description {
      padding-right: 20px; }
  #whats-on .whats_on_right {
    background-color: #fff;
    width: 60%;
    border-top-right-radius: 50px !important; }
    @media (max-width: 991px) {
      #whats-on .whats_on_right {
        display: none; } }
  #whats-on .whats-on-image-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 100%;
    position: relative; }
    @media (max-width: 991px) {
      #whats-on .whats-on-image-container {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem; } }
  #whats-on .whats-on-image-wrapper {
    position: relative;
    flex-shrink: 0; }
    @media (max-width: 991px) {
      #whats-on .whats-on-image-wrapper {
        margin-left: 0;
        width: 100%; } }
  #whats-on .whats-on-image {
    border-radius: 1rem;
    width: 530px;
    height: 400px;
    object-fit: cover; }
    @media (max-width: 991px) {
      #whats-on .whats-on-image {
        width: 100%;
        height: 300px; } }
  #whats-on #whatsOnDateSwitcher {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 0.5rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    #whats-on #whatsOnDateSwitcher::-webkit-scrollbar {
      display: none; }
    #whats-on #whatsOnDateSwitcher .whats-on-date-btn {
      color: #ffffff;
      background: transparent;
      border: none;
      font-weight: bold;
      padding: 0.25rem 0;
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      flex-shrink: 0;
      position: relative;
      z-index: 1; }
      #whats-on #whatsOnDateSwitcher .whats-on-date-btn:hover {
        opacity: 0.8; }
      #whats-on #whatsOnDateSwitcher .whats-on-date-btn.bg-opacity-25 {
        background-color: rgba(255, 255, 255, 0.35) !important;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: 4px;
        font-size: 1.75rem !important;
        opacity: 1 !important;
        transform: scale(1.1);
        transition: all 0.3s ease;
        z-index: 2; }
    #whats-on #whatsOnDateSwitcher .btn-link {
      font-size: 0.875rem;
      opacity: 0.5;
      position: relative;
      z-index: 1;
      pointer-events: auto;
      cursor: pointer; }

#whatsOnDateSwitcher::before {
  content: '';
  position: absolute;
  width: 100px;
  transform: translateY(-50%);
  height: 2px;
  background-color: #fff;
  top: 45%;
  left: -35px;
  pointer-events: none;
  z-index: 0; }

.whats-on-date-btn {
  color: #ffffff;
  padding: 0.5rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  font-weight: bold; }
  .whats-on-date-btn.bg-white.bg-opacity-25 {
    text-decoration: underline !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px; }

#whatsOnDateSwitcherMobile .whats-on-date-btn {
  background-color: transparent;
  color: #333;
  border: 1px solid #333; }
  #whatsOnDateSwitcherMobile .whats-on-date-btn.active {
    background-color: #333;
    color: #ffffff; }

.past-editions-carousel {
  margin-top: 3rem; }
  .past-editions-carousel .years-navigation {
    background-color: #F8F5F0;
    padding: 1rem 0;
    margin-bottom: 3rem;
    position: relative; }
    .past-editions-carousel .years-navigation .years-container {
      position: relative;
      max-width: 700px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      padding: 0 4rem;
      overflow: hidden; }
      .past-editions-carousel .years-navigation .years-container .years-scroll {
        display: flex;
        gap: 2rem;
        align-items: center;
        transition: transform 0.3s ease;
        flex-shrink: 0; }
        .past-editions-carousel .years-navigation .years-container .years-scroll .year-item {
          font-size: 1.2rem;
          font-weight: 600;
          color: #336699;
          cursor: pointer;
          transition: color 0.3s ease, background-color 0.3s ease;
          white-space: nowrap;
          padding: 0.5rem 1rem;
          border-radius: 8px;
          flex-shrink: 0;
          min-width: fit-content; }
          .past-editions-carousel .years-navigation .years-container .years-scroll .year-item:hover {
            color: #4A7C9C;
            background-color: rgba(74, 124, 156, 0.1); }
          .past-editions-carousel .years-navigation .years-container .years-scroll .year-item.active {
            font-size: 1.8rem;
            font-weight: 800; }
      .past-editions-carousel .years-navigation .years-container .nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #333;
        cursor: pointer;
        padding: 0.5rem;
        border-radius: 50%;
        transition: all 0.3s ease;
        z-index: 10; }
        .past-editions-carousel .years-navigation .years-container .nav-arrow:hover {
          background-color: rgba(0, 0, 0, 0.1);
          color: #4A7C9C; }
        .past-editions-carousel .years-navigation .years-container .nav-arrow.nav-arrow-left {
          left: -3rem; }
        .past-editions-carousel .years-navigation .years-container .nav-arrow.nav-arrow-right {
          right: -3rem; }
        .past-editions-carousel .years-navigation .years-container .nav-arrow:disabled {
          opacity: 0.3;
          cursor: not-allowed; }
  .past-editions-carousel .flyers-carousel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4rem; }
    .past-editions-carousel .flyers-carousel .carousel-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      font-size: 2rem;
      color: #333;
      cursor: pointer;
      padding: 1rem;
      border-radius: 50%;
      transition: all 0.3s ease;
      z-index: 10; }
      .past-editions-carousel .flyers-carousel .carousel-nav:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #4A7C9C; }
      .past-editions-carousel .flyers-carousel .carousel-nav.carousel-nav-left {
        left: 0; }
      .past-editions-carousel .flyers-carousel .carousel-nav.carousel-nav-right {
        right: 0; }
      .past-editions-carousel .flyers-carousel .carousel-nav:disabled {
        opacity: 0.3;
        cursor: not-allowed; }
    .past-editions-carousel .flyers-carousel .flyers-container {
      overflow: hidden; }
      .past-editions-carousel .flyers-carousel .flyers-container .flyers-track {
        display: flex;
        transition: transform 0.5s ease;
        gap: 2rem; }
        .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item {
          flex: 0 0 300px;
          opacity: 0.6;
          transition: all 0.3s ease;
          transform: scale(0.7); }
          .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item.active {
            opacity: 1;
            z-index: 2; }
          .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item.selected-flyer {
            transform: scale(1);
            opacity: 1;
            z-index: 2; }
          .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease; }
            .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-image:hover {
              box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2); }
          .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-placeholder {
            width: 100%;
            height: 400px;
            background-color: #f8f9fa;
            border: 2px dashed #dee2e6;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #6c757d;
            font-size: 1.2rem;
            transition: all 0.3s ease; }
            .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-placeholder i {
              font-size: 3rem;
              margin-bottom: 1rem;
              opacity: 0.5; }
            .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-placeholder span {
              font-weight: 600;
              font-size: 1.5rem; }
            .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-placeholder:hover {
              background-color: #e9ecef;
              border-color: #adb5bd; }

@media (max-width: 768px) {
  .past-editions-carousel .years-navigation {
    padding: 1.5rem 0; }
    .past-editions-carousel .years-navigation .years-container {
      padding: 0 2rem; }
      .past-editions-carousel .years-navigation .years-container .years-scroll {
        gap: 1rem; }
        .past-editions-carousel .years-navigation .years-container .years-scroll .year-item {
          font-size: 1rem;
          padding: 0.3rem 0.8rem; }
          .past-editions-carousel .years-navigation .years-container .years-scroll .year-item.active {
            font-size: 1.4rem; }
      .past-editions-carousel .years-navigation .years-container .nav-arrow {
        font-size: 1.2rem; }
        .past-editions-carousel .years-navigation .years-container .nav-arrow.nav-arrow-left {
          left: -1rem; }
        .past-editions-carousel .years-navigation .years-container .nav-arrow.nav-arrow-right {
          right: -1rem; }
  .past-editions-carousel .flyers-carousel {
    padding: 0 2rem; }
    .past-editions-carousel .flyers-carousel .carousel-nav {
      font-size: 1.5rem;
      padding: 0.8rem; }
    .past-editions-carousel .flyers-carousel .flyers-container .flyers-track {
      gap: 1rem; }
      .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item {
        flex: 0 0 250px; }
        .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-image {
          height: 350px; } }

@media (max-width: 576px) {
  .past-editions-carousel .years-navigation .years-container .years-scroll {
    gap: 0.5rem; }
    .past-editions-carousel .years-navigation .years-container .years-scroll .year-item {
      font-size: 0.9rem;
      padding: 0.2rem 0.6rem; }
      .past-editions-carousel .years-navigation .years-container .years-scroll .year-item.active {
        font-size: 1.2rem; }
  .past-editions-carousel .flyers-carousel {
    padding: 0 1rem; }
    .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item {
      flex: 0 0 200px; }
      .past-editions-carousel .flyers-carousel .flyers-container .flyers-track .flyer-item .flyer-image {
        height: 300px; } }

.camping-section {
  background-color: #2E4A32;
  padding: 80px 0 !important; }
  .camping-section .card {
    border-radius: 16px; }

.categories-section {
  padding: 80px 0 !important;
  background-color: #F8F5F0; }
  .categories-section .card {
    border: none;
    background-color: transparent;
    box-shadow: none; }

.accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #ddd !important; }
  .accordion-item button {
    color: #4a7c9c !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding: 16px 0 16px 24px;
    position: relative; }
    .accordion-item button:hover {
      color: #3a6179 !important;
      text-decoration: none !important; }
    .accordion-item button:focus {
      box-shadow: none !important; }
    .accordion-item button::after {
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #4a7d9c8a;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transform: rotate(-90deg); }
  .accordion-item .accordion-body {
    padding: 0px 6px 12px 0; }
    .accordion-item .accordion-body p {
      margin-bottom: 0 !important; }
    .accordion-item .accordion-body:last-child {
      border-bottom: 0 !important; }

.accordion-button:not(.collapsed) {
  color: #3a6179 !important;
  background-color: transparent !important;
  box-shadow: none !important; }

.event-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease; }
  .event-card:hover {
    transform: translateY(-5px); }
    .event-card:hover .event-card-info {
      opacity: 0; }
    .event-card:hover .event-card-overlay {
      opacity: 1; }
  .event-card:active .event-card-info, .event-card:focus .event-card-info {
    opacity: 0; }
  .event-card:active .event-card-overlay, .event-card:focus .event-card-overlay {
    opacity: 1; }
  .event-card .event-card-info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 1; }
  .event-card .event-card-overlay {
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2; }

.col-md-4 > a {
  display: block;
  text-decoration: none; }
  .col-md-4 > a:hover {
    text-decoration: none; }

.program-tabs {
  border-bottom: 2px solid #8d80708e !important; }
  .program-tabs .program-tab-link {
    color: #8D8070 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0.75rem 1.5rem !important;
    background: transparent !important;
    margin-bottom: -2px; }
    .program-tabs .program-tab-link:hover {
      color: #4A7C9C !important;
      border: none !important;
      background: transparent !important; }
    .program-tabs .program-tab-link.active {
      color: #4A7C9C !important;
      border: none !important;
      border-bottom: 2px solid #4A7C9C !important;
      background: transparent !important; }

.btn-check:checked + .btn,
.btn-check + .btn:hover {
  border: 1px solid #4A7C9C !important;
  color: #4A7C9C !important;
  background-color: #fff !important; }

fieldset legend {
  color: #8D8070 !important;
  font-weight: 600 !important; }

.otp-request-container,
.otp-verify-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }

/*# sourceMappingURL=main.css.map */