/* Section 1 - Top Bar - Starts */
section.seasonal_landing_page_v1-top-bar {
    background: #D8236C;
    border: 1px solid #E92474;
    height: 55px;
}
/* Section 1 - Top Bar - Ends */

/* Section 2 - seasonal_landing_page_v1 Hero Section - Starts */
.seasonal_landing_page_v1-hero {
background-size: cover; 
background-position: top; 
height: 810px; 
background-repeat: no-repeat;
position: relative;
}

.seasonal_landing_page_v1-hero .center-text {
    position: absolute;
    bottom: 63px;
    color: #fff;
    text-align: center;
}

.seasonal_landing_page_v1-hero .center-text h1 {
    color: #402175;
    font-size: 50px;
    padding: 25px 20px;
    font-weight: bold;
    line-height: 47px;
    font-family: 'Calibri', sans-serif;
}
@media (max-width: 600px) {

}
@media (min-width: 600px) {
.seasonal_landing_page_v1-hero .center-text {
    left: 50%;
    transform: translateX(-50%);
}
}
/* Section 2 - seasonal_landing_page_v1 Hero Section - Ends */

/* Section 3 - CTA SECTION - Starts */
.seasonal_landing_page_v1-cta h1 {
    text-align: center;
    color: #402175;
    font-size: 50px;
    font-weight: bold;
    line-height: 47px;
}

.seasonal_landing_page_v1-cta p {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin: auto;
    line-height: 31px;
    padding: 25px 20px;
    font-family: 'Calibri', sans-serif;
}
.seasonal_landing_page_v1-cta .btn-book-now {
    background: #FFCB00;
    width: max-content;
    margin: auto;
    border-radius: 20px;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
}
@media (max-width: 600px) {
.seasonal_landing_page_v1-cta .btn-book-now {
    padding: 14px 65px !important;
}
.mobile-hidden {
    display: none !important;
}
}
@media (min-width: 600px) {
.seasonal_landing_page_v1-cta {
    margin: 45px;
}
.seasonal_landing_page_v1-cta p {
    max-width: 85%;
}
.seasonal_landing_page_v1-cta .btn-book-now {
    padding: 14px 42px !important;
}
}
/* Section 3 - CTA SECTION - Ends */

/* Section 4 - Three Cards with form - Starts */
.three-cards {
    background: #EAE9EB;
    margin: 46px 0 0 0;
}
.three-column-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.three-column-cards .card {
    flex: 1 1 calc(33.333% - 20px);
    text-align: center;
}

.three-column-cards .card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.three-cards #book-now-form {
    margin: auto;
    max-width: 100%;
}

/* Responsive breakpoints */
@media (max-width: 992px) {
    .three-column-cards .card {
        flex: 1 1 calc(50% - 20px); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .three-column-cards .card {
        flex: 1 1 100%; /* 1 column on mobile */
    }
.three-column-cards {
    padding: 15px;
}
.three-cards {
    padding: 25px 0 15px 0;
}
}
@media (min-width: 600px) {
.three-column-cards {
    padding: 40px 0 0 20px;
}
.three-cards {
    padding: 55px 0;
}
}
/* Section 4 - Three Cards with form - Ends */

/* Section 5 - Fun and Energy - Starts */
.fun-and-energy {
    background: #e83181 !important;
}

.stats-grid .stat-block {
    flex: 1 1 calc(25% - 20px);
    text-align: center;
}

.fun-and-energy p {
    font-weight: bold;
    color: #000000;
    text-align: center;
    font-family: 'Calibri', sans-serif;
}
.fun-and-energy h3 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    font-family: 'Impact Regular';
}
.fun-and-energy img {
    margin: auto;
}
.fun-and-energy .feature-card p {
    color: #000000;
    font-weight: 100 !important;
    font-family: 'Calibri', sans-serif;
}
.fun-and-energy .cta-wrapper {
    text-align: center;
    margin: 65px 0 15px 0;
}
.fun-and-energy .cta-wrapper .cta-button {
    background: #ffff;
    padding: 16px 90px;
    width: max-content;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
    font-size: 21px;
    text-decoration: none;
    color: #000000;
}

.fun-and-energy .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Mobile: 2 columns */
}


@media (min-width: 600px) {
.fun-and-energy p {
    font-size: 25px;
}
.fun-and-energy .feature-card p {
    font-size: 20px;
    line-height: 28px;
    margin: 22px;
}
.fun-and-energy {
    padding: 55px 0;
}
.fun-and-energy .features-grid {
  gap: 1rem;
}
}
@media (max-width: 600px) {
.fun-and-energy .features-grid {
  gap: 2rem;
}
.fun-and-energy {
    padding: 42px 0;
}
.fun-and-energy p {
    font-size: 23px;
    margin-bottom: 15px;
}
.fun-and-energy .feature-card p {
    font-size: 18px;
    line-height: 22px;
    margin: 32px 3px 0 3px;
}
.stats-grid .stat-block {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .stats-grid .stat-block {
        flex: 1 1 calc(50% - 20px);
        margin-bottom: 20px;
    }
}

/* Tablet (≥768px) */
@media (min-width: 768px) {
  .fun-and-energy .features-grid {
    grid-template-columns: repeat(3, 1fr); /* Tablet: 3 columns */
  }
}

/* Desktop (≥1024px) */
@media (min-width: 1024px) {
  .fun-and-energy .features-grid {
    grid-template-columns: repeat(4, 1fr); /* Desktop: 4 columns */
  }
}



/* Section 5 - Fun and Energy - ends */

/* Section 6 - Spooky - Starts */
.spooky-heading {
    color: #000000;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
}

.spooky-card-title {
    color: #000000;
    font-size: 30px;
    text-transform: none;
    font-weight: bold;
    text-align: left;
    font-family: 'Calibri', sans-serif;
}
.spooky-card-description {
    font-weight: 100 !important;
    font-family: 'Calibri', sans-serif;
    color: #000000;
    margin: 15px 0;
    text-align: left;
}
.spooky-card-content {
    margin: auto;
    padding: 20px 0;
}
.spooky-card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.spooky-image img {
  margin: auto;
  max-width: 85%;
}
.spooky-card .btn-book-now {
    font-size: 21px;
    font-family: 'Calibri', sans-serif;
    color: #000000;
          border-radius: 20px;
}
@media (min-width: 600px) {
.spooky-heading {
    font-size: 65px;
}
.spooky-card-description {
    line-height: 31px;
    font-size: 20px;
}
.spooky-card {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 30px;
  margin-top: 3rem;
}
.spooky-card .btn-book-now {
    margin: unset !important;
    width: max-content;
    padding: 14px 42px;
}
}
@media (max-width: 600px) {
.spooky-heading {
    font-size: 38px;
    margin: 15px 0;
}
.spooky-card {
    padding: 15px;
}
.spooky-card-description {
    line-height: 24px;
    font-size: 18px;
}
.spooky-card .btn-book-now {
   padding: 14px 95px;
        width: max-content;
        margin: auto;
}
}
/* Section 6 - Spooky - Ends */

/* Section 7 - FAQ Section - Starts */
.most-asked-questions {
    padding: 60px 0;
    background: rgba(252, 130, 0, 0.31);
    margin: 70px 0 0 0;
}
.most-asked-questions .section-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Impact Regular';
    letter-spacing: 1px;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
  padding: 18px;
}
.faq-item {
    margin: 22px 0;
    font-family: 'Calibri', sans-serif;
}
.faq-question {
padding: 15px 23px;
    background: #FFFFFF;
    border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.faq-question span {
  flex: 1;
}
.faq-toggle {
    font-size: 22px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
    background-image: linear-gradient(240.33deg, #3b31a5 14.93%, #9450a9 79.03%);
}
.faq-answer {
  display: none;
  padding-top: 10px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  animation: fadeIn 0.3s ease;
}
.faq-button {
  margin-top: 30px;
}
.faq-button .btn {
    display: inline-block;
    padding: 14px 75px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    letter-spacing: 2px;
}
.faq-button .btn:hover {
  background: #333;
}
.faq-contact {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}
.faq-contact p {
    font-size: 25px;
    font-family: 'Calibri', sans-serif;
    font-weight: normal;
    line-height: 32px;
    color: #000000;
}
.faq-contact a {
    font-size: 25px;
    font-family: 'Calibri', sans-serif;
    font-weight: normal;
    line-height: 32px;
    color: #000000;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media (max-width: 600px) {
.most-asked-questions .section-title {
    font-size: 35px;
}
.faq-contact span {
    display: none !important;
}
.most-asked-questions {
    margin: 5px 0 0 0;
}
}
@media (min-width: 600px) {
.most-asked-questions .section-title {
    font-size: 50px;
}
.most-asked-questions {
    margin: 70px 0 0 0;
}
}
/* Section 7 - FAQ Section - Ends */


/* Section 8 - News & Articles - Starts */
.news-articles {
  padding: 60px 0px 30px 0;
  background: #fff;
}

.news-articles .section-title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Impact Regular';
    color: #000000;
    letter-spacing: 1px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.article-card {
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop & fill */
  display: block;
}


.article-content {
  padding: 20px;
  background: #fff;
}

.article-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Calibri';
    line-height: 24px;
    text-decoration: underline;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    min-height: 49px;
}

.article-title a {
  color: #000;
}

.article-excerpt {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Calibri';
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
.read-more span {
  font-size: 14px;
  font-weight: 600;
  color: #d13b3b;
}

.read-more:hover {
  text-decoration: underline;
}

@media (min-width: 600px) {
.news-articles .section-title {
    font-size: 55px;
}
.article-image {
  width: 100%;
  height: 247px;
}
.article-excerpt {
    height: 250px;
    min-height: 250px;
}
}
@media (max-width: 600px) {
.news-articles .section-title {
    font-size: 35px;
}
.article-card {
    display: grid;
    grid-template-columns: 2fr 2fr;
}
.article-excerpt {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
}
.article-excerpt {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Calibri';
    height: 110px;
    min-height: 110px;
}
}
/* Section 8 - News & Articles - Ends */

/* Section 9 - Book Now with image - Starts */
.happy-halloween {
    background: #ffff;
}
.happy-halloween #book-now-form {
    box-shadow: none;
    border: none;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    max-width: 100%;
    margin: auto;
}
@media (max-width: 600px) {
.happy-halloween  img {
    height: 150px;
}
}
@media (min-width: 600px) {
.happy-halloween img {
    margin-top: 50px;
}
}
/* Section 9 - Book Now with image - Ends */


/*  Section 10 - Bottom Banner Section - Starts */

.bottom-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
    margin: 15px 0;
display: none !important;
}

.bottom-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 100%);
  z-index: 0;
}

.bottom-banner .container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.bottom-banner .intro {
     font-weight: 600;
    font-family: Gibson Semibold, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

.bottom-banner .description {
   max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    line-height: 1.75rem;
    margin-top: .5rem;
    font-size: 1.125rem;
    text-align: left;
}

.bottom-banner .btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  background: #ff5722;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bottom-banner .btn:hover {
  background: #e64a19;
  transform: translateY(-2px);
}


  .bottom-banner {
    padding: 60px 15px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }

  .bottom-banner .main-heading {
         font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
        font-size: 4.5rem;
        line-height: 48px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 10px;
  }

  .bottom-banner .sub-text {
         font-family: Gibson Semibold, sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        text-align: left;
        margin-bottom: 20px;
  }
@media (min-width: 600px) {
.mobile-visible {
   display: none;
}
}
@media (max-width: 600px) {
.mobile-visible {
   display: block;
}
}
/*  Section 10 - Bottom Banner Section - ends */
