/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-1106-1112 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: 10.625rem;
    padding-bottom: 1.5rem;
  }
  #banner-1106-1112 .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 80%;
    text-align: center;
    gap: 0.75rem;
    padding-bottom: 2rem;
  }
  #banner-1106-1112 .cs-int-title {
    position: relative;
    margin: 0;
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: 900;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
  #banner-1106-1112 .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
  }
  #banner-1106-1112 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #banner-1106-1112 .cs-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 1;
    display: block;
    background: -moz-linear-gradient(left, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0) 100%);
    height: 100%;
    width: 100%;
  }
}
/*-- -------------------------- -->
<---        Parties Intro       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #parties-intro {
    padding: var(--sectionPadding);
    padding-bottom: 0;
  }
  #parties-intro .cs-container {
    width: 90%;
    max-width: 80rem;
    margin: auto;
  }
  #parties-intro .cs-content {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
  }
  #parties-intro .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    text-align: center;
    max-width: none;
    text-wrap: balance;
  }
  #parties-intro .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
    text-align: center;
    max-width: none;
  }
  #parties-intro .cs-text:last-of-type {
    margin-bottom: 0;
  }
}
/*-- -------------------------- -->
<---       Party Timings        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #party-timings {
    padding: var(--sectionPadding);
  }
  #party-timings .cs-container {
    width: 90%;
    max-width: 80rem;
    margin: auto;
    text-align: center;
  }
  #party-timings .cs-h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #party-timings .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColor);
    max-width: none;
  }
  #party-timings .cs-times-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 50rem;
    margin: 0 auto;
  }
  #party-timings .cs-time-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
    background-color: #F7D32A;
    border-radius: 1rem;
    gap: 0.25rem;
  }
  #party-timings .cs-time-label {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--headerColor);
  }
  #party-timings .cs-time {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--headerColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #party-timings .cs-times-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #party-timings .cs-times-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*-- -------------------------- -->
<---       Party Packages       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #party-packages {
    padding: var(--sectionPadding);
    background-color: #fff;
  }
  #party-packages .cs-container {
    width: 90%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #party-packages .cs-content {
    text-align: center;
  }
  #party-packages .cs-topper {
    font-size: var(--topperFontSize);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    margin-bottom: 0.5rem;
    display: block;
  }
  #party-packages .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0;
    color: var(--headerColor);
    text-align: center;
    max-width: none;
  }
  #party-packages .cs-package {
    padding: 1.5rem;
    background-color: var(--background);
    border-radius: 1rem;
    border-left: 4px solid var(--primary);
  }
  #party-packages .cs-package-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #party-packages .cs-package-title {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    margin: 0;
    color: var(--primary);
    text-wrap: pretty;
  }
  #party-packages .cs-package-price {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    color: var(--headerColor);
    background-color: #F7D32A;
    padding: 0.25rem 1rem;
    border-radius: 1.5625rem;
  }
  #party-packages .cs-per-child {
    font-size: 0.875rem;
    font-weight: 400;
  }
  #party-packages .cs-package-subtitle {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 1rem;
  }
  #party-packages .cs-package-desc {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #party-packages .cs-includes-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem 0;
    color: var(--headerColor);
  }
  #party-packages .cs-includes-list {
    padding-left: 1.25rem;
    margin: 0 0 1rem 0;
  }
  #party-packages .cs-includes-list li {
    font-size: var(--bodyFontSize);
    line-height: 1.6em;
    color: var(--bodyTextColor);
    margin-bottom: 0.25rem;
  }
  #party-packages .cs-package-note {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
    padding: 0.75rem;
    background-color: rgba(255, 106, 62, 0.1);
    border-radius: 0.5rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #party-packages .cs-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  #party-packages .cs-content {
    grid-column: 1 / -1;
  }
  #party-packages .cs-package {
    display: flex;
    flex-direction: column;
  }
}
/*-- -------------------------- -->
<---       Party Upgrades       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #party-upgrades {
    padding: var(--sectionPadding);
  }
  #party-upgrades .cs-container {
    width: 90%;
    max-width: 80rem;
    margin: auto;
  }
  #party-upgrades .cs-content {
    text-align: center;
    margin-bottom: 2rem;
  }
  #party-upgrades .cs-topper {
    font-size: var(--topperFontSize);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    margin-bottom: 0.5rem;
    display: block;
  }
  #party-upgrades .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    text-align: center;
    max-width: none;
  }
  #party-upgrades .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    text-align: center;
    max-width: none;
  }
  #party-upgrades .cs-upgrades-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 50rem;
    margin: 0 auto;
  }
  #party-upgrades .cs-upgrade-item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.25rem 1rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  #party-upgrades .cs-upgrade-name {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--headerColor);
  }
  #party-upgrades .cs-upgrade-detail {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.875rem;
    color: var(--bodyTextColor);
  }
  #party-upgrades .cs-upgrade-price {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary);
    white-space: nowrap;
  }
}
/*-- -------------------------- -->
<---         Party FAQs         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-parties {
    padding: var(--sectionPadding);
    background-color: #fff;
  }
  #faq-parties .cs-container {
    width: 90%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  #faq-parties .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #faq-parties .cs-topper {
    font-size: var(--topperFontSize);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    margin-bottom: 0.5rem;
    display: block;
  }
  #faq-parties .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0;
    color: var(--headerColor);
  }
  #faq-parties .cs-flex-group {
    width: 100%;
    max-width: 56.25rem;
  }
  #faq-parties .cs-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  #faq-parties .cs-option {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
    background-color: var(--background);
    border: none;
    border-radius: 1.5625rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    color: var(--headerColor);
  }
  #faq-parties .cs-option:hover {
    background-color: var(--secondary);
    color: #fff;
  }
  #faq-parties .cs-option.cs-active {
    background-color: var(--secondary);
    color: #fff;
  }
  #faq-parties .cs-wrapper {
    width: 100%;
  }
  #faq-parties .cs-faq-group {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #faq-parties .cs-faq-group.cs-hidden {
    display: none;
  }
  #faq-parties .cs-faq-item {
    background-color: var(--background);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: background-color 0.3s;
  }
  #faq-parties .cs-faq-item:hover {
    cursor: pointer;
  }
  #faq-parties .cs-faq-item.active .cs-button:before {
    transform: rotate(180deg);
  }
  #faq-parties .cs-faq-item.active .cs-item-p {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem 1.25rem;
    opacity: 1;
  }
  #faq-parties .cs-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
  }
  #faq-parties .cs-button:before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a1a1a'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    transition: transform 0.3s;
  }
  #faq-parties .cs-button-text {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: var(--headerFont);
    color: var(--headerColor);
    flex: 1;
    padding-right: 1rem;
  }
  #faq-parties .cs-item-p {
    font-size: var(--bodyFontSize);
    line-height: 1.6em;
    font-family: var(--headerFont);
    color: var(--bodyTextColor);
    margin: 0;
    max-height: 0;
    padding: 0 1.25rem;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
  }
  #faq-parties .cs-item-p a {
    color: var(--primary);
    text-decoration: underline;
  }
  #faq-parties .cs-item-p a:hover {
    color: var(--secondary);
  }
}
/*-- -------------------------- -->
<---        Parties CTA         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #parties-cta {
    padding: var(--sectionPadding);
    /* Extra bottom padding to accommodate footer subscribe section overlap */
    padding-bottom: clamp(22rem, 30vw, 28rem);
    background-color: var(--secondary);
  }
  #parties-cta .cs-container {
    width: 90%;
    max-width: 80rem;
    margin: auto;
  }
  #parties-cta .cs-content {
    text-align: center;
  }
  #parties-cta .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: #fff;
    max-width: none;
  }
  #parties-cta .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0 0 1.5rem 0;
    color: #fff;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  #parties-cta .cs-button-solid {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem 2rem;
    background-color: #fff;
    color: var(--secondary);
    border-radius: 1.5625rem;
    transition: background-color 0.3s, color 0.3s;
  }
  #parties-cta .cs-button-solid:hover {
    background-color: var(--primary);
    color: #fff;
  }
}
