.c-two-column-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-seasonal-landing-page .max-content {
    width: max-content;
    margin: auto;
}

.page-template-seasonal-landing-page .btn-book-now {
    background: #FFCB00;
    width: max-content;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
}

.page-template-seasonal-landing-page section#page-content {
    background: #fff;
}
.btn-max-width {
    width: max-content;
    padding: 14px 42px;
}
.waiver-form {
    margin: 25px 0;
}


/* Section 1 - Top Bar - Starts */
section.landing-top-bar {
	background: #D8236C;
	border: 1px solid #E92474;
	height: 55px;
}

/* Section 1 - Top Bar - Ends */

/* Section 2 - Seasonal Hero Section - Starts */
.seasonal-hero {
	background-size: cover;
	background-position: top;
	height: 810px;
	background-repeat: no-repeat;
	position: relative;
}
.page-template-seasonal-landing-page .seasonal-hero {
	background-size: cover;
	background-position: top;
	height: 513px;
	background-repeat: no-repeat;
	position: relative; 
}

.seasonal-hero .center-text {
	position: absolute; 
	bottom: 63px;
	color: #fff;
	text-align: center;
}


@media (min-width: 600px) {
	.seasonal-hero .center-text {
		left: 50%;
		transform: translateX(-50%);
	}
	.waiver-form {
    		max-width: 100%;
    		margin: 35px auto;
	}
}
@media (min-width: 768px) {
.waiver-form .custom-flex{
            align-content: center;
        flex: 7 1 0% !important;
}
}

/* Section 2 - Seasonal Hero Section - Ends */

/* Section 3 - CTA SECTION - Starts */
.seasonal-cta h1 {
	text-align: center;
	color: #402175;
	font-size: 50px;
	font-weight: bold;
	line-height: 47px;
}

.seasonal-cta p {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: auto;
	line-height: 31px;
	padding: 25px 20px;
}



.seasonal-cta .btn-book-now,
.spooky-cards .btn-book-now-1,
.c-two-column-section .btn-book-now {
	background: #FFCB00;
}

.c-two-column-section .btn-book-now {
    margin: initial;
}

.most-asked-questions .btn-book-now {
    background: #000;
    color: #fff;
}

.spooky-cards .btn-book-now-2 {
	background-color: #482683;
   	color: white;
}

.fun-and-energy .btn-book-now {
	background: #ffffff; 
}
 

@media (max-width: 600px) {
	.seasonal-cta {
    		margin: 45px 0;
	}
	.seasonal-cta .btn-book-now,
	.fun-and-energy .btn-book-now,
	.spooky-cards .btn-book-now-1,
	.spooky-cards .btn-book-now-2,
	.most-asked-questions .btn-book-now,
	.max-content {
		padding: 14px 40px !important;
	}

	.c-two-column-section .btn-book-now {
		padding: 14px !important;
		margin: auto;
	}

	.mobile-hidden {
		display: none !important;
	}
	.seasonal-cta h1 {
    		font-size: 30px;
    		margin-top: 22px;
    		line-height: 37px;
	}
	
	.spooky-card-image {
  		  margin-bottom: 15px;
	}
}

@media (min-width: 600px) {
	
	.seasonal-cta {
		margin: 45px;
	}

	.seasonal-cta p {
		max-width: 85%;
	}

	.seasonal-cta .btn-book-now, 
	.fun-and-energy .btn-book-now,
	.spooky-cards .btn-book-now-1,
	.spooky-cards .btn-book-now-2,
	.c-two-column-section .btn-book-now,
	.most-asked-questions .btn-book-now,
	.max-content {
		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-top: 30px;
	}

	.three-cards {
		padding: 55px 0;
	}
}

/* Section 4 - Three Cards with form - Ends */

/* Section 5 - Fun and Energy - Starts */
.page-template-seasonal-landing-page .fun-and-energy {
	/* background: #e83181 !important; */
}
.fun-and-energy .btn-book-now {
    background: #ffffff !important;
}
.page-template-seasonal-landing-page .spooky-heading {
        color: #da2f79 !important;
    }
.page-template-seasonal-landing-page .fun-and-energy p {
    color: #fff !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;
}

.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;
}

.fun-and-energy .cta-wrapper {
	text-align: center;
	margin: 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-size: 21px;
	text-decoration: none;
	color: #000000;
}

.fun-and-energy .features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
}


@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 h3 {
    		font-size: 30px;
	}

	.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; 
         padding-top: 55px;
}

.spooky-card-title {
	color: #000000;
	font-size: 30px;
	text-transform: none;
	font-weight: bold;
	text-align: left;
}

.spooky-card-description {
	font-weight: 100 !important;
	color: #000000;
	margin: 15px 0;
	text-align: left;
}

.spooky-card-content {
	margin: auto;
}

.spooky-card-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
} 

.spooky-image img {
	margin: auto;
	max-width: 85%;
}

.page-template-seasonal-landing-page .spooky-card .btn-book-now {
	color: #000000;
	border-radius: 20px;
}

.spooky-cards .btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1024px) {
	.spooky-card {
		display: grid;
		grid-template-columns: 30% 70%;
		gap: 30px;
		margin-top: 3rem;
	}
}

@media (min-width: 600px) {
	.spooky-heading {
		font-size: 65px;
	}

	.spooky-card-description {
		line-height: 31px;
		font-size: 20px;
	}

	.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;
	}
}


.offer-three-column-cards-section {
    margin: 32px 0;
}
.offer-three-column-cards-section .card-content {
    color: #000;
}
.three-column-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.three-column-cards-wrapper .card {
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    box-sizing: border-box;
}

.three-column-cards-wrapper .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.three-column-cards-wrapper .card-content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    height: 100%;
}

.three-column-cards-wrapper .card h3 {
    margin: 0 0 15px;
}

.three-column-cards-wrapper .card-content > *:first-child {
    margin-top: 0;
}

.three-column-cards-wrapper .card-content > *:last-child {
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .three-column-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .three-column-cards-wrapper {
        grid-template-columns: 1fr;
    }

    .three-column-cards-wrapper .card {
        width: 100%;
    }
}

/* Section 6 - Spooky - Ends */

/* Section 7 - FAQ Section - Starts */
.most-asked-questions {
	padding: 60px 0;
        background: #e83181 !important;
	/* 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; */ 
	color: #fff;
	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;
}

.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; */
        color: #fff;
 	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: 20px;
	font-weight: normal;
	line-height: 32px;
        /* color: #000000; */
	color: #fff;
}

.faq-contact a {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}


.faq-contact a:hover {
	font-weight: 800; 
}

@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,
        .our-spooky-offers {
		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;
	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;
}

.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;
		height: 110px;
		min-height: 110px;
	}
}

/* Section 8 - News & Articles - Ends */

/* Section 9 - Book Now with image - Starts */
.happy-halloween {
	background: #ffff;
                    padding: 60px 0px 30px 0;
}

.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: block;
}

.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;
	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 {
			}
}

@media (max-width: 600px) {
	.mobile-visible {
		display: block;
	}
	.bottom-banner .main-heading {
   		 font-size: 35px;
	}
}

/*  Section 10 - Bottom Banner Section - ends */


/* Section - Testimonial - Starts */
@media (max-width: 768px) {
      .swiper-slide .quot-img {
        width: 80px !important;
      }
    }
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
    }
  .testimonial-block {
    background: #411d78;
    color: white;
    padding: 1rem;
    border-radius: 12px;
    position: relative;
    text-align: center;
    margin: 1rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .testimonial-block::after {
    content: "";
    position: absolute;
    bottom: -16px; /* height of the triangle */
    left: 15%;
    transform: translateX(-50%);
    border-width: 20px 20px 0 20px; /* triangle size */
    border-style: solid;
    border-color: #4B0082 transparent transparent transparent;
  }

  .quote-icon {
    font-size: 2rem;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
  }

  .quote-left {
   /* top: 1rem;
    left: 1rem; */
  }

  .quote-right {
    bottom: 2rem;
    right: 2rem;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 1.6;
    margin: 1rem 4.5rem;
    padding-top: 32px;
  }

  .testimonial-author {
    margin-top: 1rem;
    font-weight: bold;
  }

  /* Swiper controls styling */
  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev {
    color: #411d78;
  }

  .testimonial-slider .swiper-pagination {
      position: relative !important;
  }

  .testimonial-slider .swiper-pagination-bullet-active {
      background: #411d78 !important;
      border: none !important;
  }

  .testimonial-slider .swiper-pagination-bullet {
     border: 2px solid #411d78 !important;
  }

  .testimonial-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
  }

  .testimonial-slider .swiper-pagination-bullet-active {
    background: #fff;
  }

/* Section - Testimonial - Ends */


/* Section - Counter Starts */
.birthday-party-banner {
    padding: 60px 20px;
    text-align: center;
    max-width: 68.25rem;
}

.banner-inner {
    max-width: 800px;
    margin: 0 auto;
}

.banner-title {
    margin-bottom: 2rem !important;
}

.banner-text {
    margin-top: 1rem !important;
    margin-bottom: 2rem;
}

.birthday-countdown-box {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    padding: 30px 20px;
    border-radius: 12px;
}

.birthday-countdown-heading {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Gibson Semibold' !important;
}

.birthday-countdown-timer {
    font-size: 48px;
    line-height: 1;
    font-family: 'Gibson Semibold' !important;
}

.banner-button {
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    padding: 11px 70px !important;
    background-color: var(--btn-bg);
    color: var(--btn-color);
    border: 1px solid transparent;
    transition: 0.3s ease;
    font-size: 16px;
    font-family: 'Gibson Semibold' !important;
}

.banner-button:hover {
    text-decoration: underline;
    color: var(--btn-color);
}

@media (max-width: 1024px) {

    .birthday-party-banner {
margin-top: 10px;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 94%;
    }

    .banner-title {
        font-size: 25px;
        line-height: normal;
    }

    .birthday-countdown-heading {
        font-size: 24px;
    }

    .birthday-countdown-timer {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .birthday-party-banner {
margin-top: 40px;

    }

    .birthday-countdown-box {
        padding: 20px 15px;
    }

    .birthday-countdown-heading {
        font-size: 20px;
    }

    .birthday-countdown-timer {
        font-size: 28px;
    }

    .banner-button {
        width: 100%;
        max-width: 280px;
    }
}

@media (min-width: 768px) {

    .birthday-party-banner {
        margin: 45px auto;
    }
.banner-title {
  font-size: 40px;
}
}

#countdown-line{
    font-size: clamp(28px, 4vw, 40px);
}

#countdown-line span {
    background: {{ limited_offer_section.countdown_background_color }};
    color: {{ limited_offer_section.countdown_text_color }};
    padding: 15px 15px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1.4;
}

/* Section - Counter Ends */






.c-two-column-section__wrapper {
    display: flex;
/* max-width: 60.25rem;*/
    margin-left: auto;
    margin-right: auto;
}
.c-two-column-section__content.bg-purple {
    height: auto;
}


.c-two-column-section__content {
    width: 50%;
    padding: 40px;
}   

.c-two-column-section__image {
    width: 50%;
}

.c-two-column-section__text h1,
.c-two-column-section__text h2,
.c-two-column-section__text h3 {
    margin-bottom: 20px;
}

.c-two-column-section__text p {
    margin-bottom: 20px;
}

.c-two-column-section__button {
    display: inline-block;
    padding: 14px 28px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

.c-two-column-section__button:hover {
    opacity: 0.85;
}

.c-two-column-section__image img {
    max-height: 350px;
          object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
}
@media (max-width: 1024px) {
    .c-two-column-section__image img {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .c-two-column-section__image img {
       /* max-height: 220px;*/
    }
}

@media (min-width: 767px) {
 .c-two-column-section {
        padding: 40px 20px;
    }
}
/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .c-two-column-section__wrapper {
        /*gap: 30px;*/
padding-top: 2rem;
    }
.section-title {
    padding-top: 50px;
}

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

   

    .c-two-column-section__wrapper {
        flex-direction: column;
    }

    .c-two-column-section__content,
    .c-two-column-section__image {
        width: 100%;
    }

}




/* Gallery Section - Starts */
/* =========================================================
   PARTIES IN ACTION
========================================================= */

/* =========================================================
   PARTIES IN ACTION
========================================================= */

.c-parties-action {
    padding: 70px 20px 80px;
}

.c-parties-action__container {
    max-width: 69.75rem;
    margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.c-parties-action__heading {
    text-align: center;
    color: #5b2b90;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 42px;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.c-parties-action__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 212px);
    gap: 16px;
}

/* =========================================================
   LARGE IMAGE
========================================================= */

.c-parties-action__large {
    grid-row: span 2;
    min-width: 0;
}

.c-parties-action__lightbox {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.c-parties-action__large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

/* =========================================================
   RIGHT COLUMNS
========================================================= */

.c-parties-action__column {
    /* Let every thumbnail participate in the same two-row grid. */
    display: contents;
}

/* =========================================================
   GALLERY ITEMS
========================================================= */

.c-parties-action__item {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    min-width: 0;
}

.c-parties-action__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

/* =========================================================
   HOVER EFFECT
========================================================= */

.c-parties-action__item:hover img,
.c-parties-action__large:hover img {
    transform: scale(1.05);
}

/* =========================================================
   BUTTON
========================================================= */

.c-parties-action__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.c-parties-action__button {
    min-width: 180px;
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ffd400;
    color: #5b2b90;

    border-radius: 999px;

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    transition: 0.3s ease;
}

.c-parties-action__button:hover {
    transform: translateY(-2px);
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .c-parties-action__grid {
        grid-template-rows: repeat(2, minmax(0, 1fr));
        aspect-ratio: 2.5 / 1;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .c-parties-action {
        padding: 60px 20px 70px;
    }

    .c-parties-action__heading {
        font-size: 42px;
    }

    .c-parties-action__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        aspect-ratio: auto;
    }

    .c-parties-action__large {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 2 / 1;
    }

    .c-parties-action__item {
        aspect-ratio: 16 / 9;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .c-parties-action {
        padding: 50px 16px 60px;
    }

    .c-parties-action__heading {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .c-parties-action__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .c-parties-action__large,
    .c-parties-action__item {
        border-radius: 18px;
    }

    .c-parties-action__button-wrap {
        margin-top: 32px;
    }

    .c-parties-action__button {
        width: 100%;
        max-width: 240px;
    }
}

.fancybox-button--close {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}



.our-spooky-offers .btn-second-button {
    background: #fff;
    border: 1px solid #482683;
}
