/* ========================================
   Christmas Page Custom Header
   ======================================== */

/* Christmas Notification Bar (White) */
.christmas-notification-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1202;
  padding: 21px 0;
}

body.logged-in.page-template-christmas-2025 .pjs-main-container {
  margin-top: 135px;
}

body.page-template-christmas-2025 .pjs-main-container {
  margin-top: 134px;
}

.christmas-notification-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3%;
}

.christmas-notification-bar__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 29px;
}

.christmas-notification-bar__label {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  margin-left: 0;
}

.christmas-notification-bar__logos {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
}

.christmas-notification-bar__logo-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.christmas-notification-bar__logo-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.christmas-notification-bar__logo-item a:hover {
  opacity: 0.7;
}

.christmas-notification-bar__logo-item img {
  display: block;
  max-height: 30px;
  width: auto;
}

/* Christmas Header Bar (Black) */
.christmas-header-bar {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000000;
  z-index: 1201;
  padding: 12px 0;
}

body.logged-in .christmas-header-bar {
  top: 105px;
}

.christmas-header-bar__inner {
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.christmas-header-bar__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.christmas-header-bar__cta-text {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
}

.christmas-header-bar__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}

.christmas-header-bar__cta-icon:hover {
  opacity: 0.7;
}

.christmas-header-bar__cta-icon svg {
  width: 20px;
  height: 20px;
}

.christmas-header-bar__right {
  display: flex;
  align-items: center;
  gap: 21px;
}

.christmas-header-bar__language {
  position: relative;
  padding-left: 21px;
}

.christmas-header-bar__language::before {
  content: '';
  width: 1px;
  height: 23px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

/* Style Weglot dropdown for black background */
.christmas-header-bar__language .weglot-dropdown,
.christmas-header-bar__language .country-selector {
  background: transparent;
  border: none;
}

/* .christmas-header-bar__language .weglot-dropdown a,
.christmas-header-bar__language .country-selector a,
.christmas-header-bar__language a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-family: 'Proxima Nova', sans-serif;
} */

.christmas-header-bar__social {
  padding-left: 21px;
  border-left: 1px solid #ffffff;
}

.christmas-header-bar__social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.christmas-header-bar__social ul li {
  margin: 0;
}

.christmas-header-bar__social ul li a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.christmas-header-bar__social ul li a:hover {
  background-color: #4ec8eb;
  color: #ffffff;
}

.christmas-header-bar__social ul li a i {
  font-size: 14px;
  line-height: 1;
}

/* Adjust for WordPress admin bar when logged in */
body.logged-in .christmas-notification-bar {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.logged-in .christmas-notification-bar {
    top: 46px;
  }
}

/* ========================================
   Responsive Design
   ======================================== */

@media screen and (max-width: 1200px) {
  .christmas-notification-bar__inner,
  .christmas-header-bar__inner {
    padding: 0 4%;
  }

  .christmas-notification-bar__logos {
    gap: 20px;
  }

  .christmas-header-bar__right {
    gap: 15px;
  }
}

@media screen and (max-width: 992px) {
  body.page-template-christmas-2025 .pjs-main-container {
    margin-top: 92px;
  }
  .christmas-notification-bar {
    padding: 15px 0;
  }

  .christmas-notification-bar__content {
    gap: 20px;
  }

  .christmas-notification-bar__label {
    font-size: 9px;
  }

  .christmas-notification-bar__logos {
    gap: 15px;
  }

  .christmas-notification-bar__logo-item img {
    max-height: 25px;
  }

  .christmas-header-bar {
    top: 60px;
  }

  .christmas-header-bar__cta-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  body.logged-in.page-template-christmas-2025 .pjs-main-container {
    margin-top: 91px;
  }
  .christmas-notification-bar {
    position: fixed;
    padding: 12px 0;
    background-color: #ffffff;
  }

  .christmas-notification-bar__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }

  .christmas-header-bar {
    position: fixed;
    top: 33px;
    padding: 10px 0;
  }

  .christmas-header-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }

  .christmas-header-bar__cta {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 6px;
    width: 100%;
  }

  .christmas-header-bar__cta-icon svg {
    width: 16px;
    height: 16px;
  }

  .christmas-header-bar__right {
    gap: 0;
    justify-content: flex-end;
    margin: 0;
  }

  .christmas-header-bar__social {
    display: none;
  }

  .christmas-header-bar__language::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .christmas-header-bar__language {
    padding-left: 10px;
  }

  /* .christmas-page .pjs-content-sections {
    margin-top: 78px;
  } */

  body.logged-in .christmas-header-bar {
    top: 78px;
  }

  /* body.logged-in .christmas-page .pjs-content-sections {
    margin-top: 142px;
  } */
}

@media screen and (max-width: 480px) {
  .christmas-notification-bar__label {
    font-size: 7px;
    letter-spacing: 0.3px;
  }

  .christmas-header-bar__cta-text {
    font-size: 9px;
    letter-spacing: 0.45px;
  }

  .christmas-header-bar__cta-icon svg {
    width: 14px;
    height: 14px;
  }

  .christmas-header-bar__language {
    padding-left: 8px;
  }

  .christmas-header-bar__language::before {
    left: -8px;
    height: 18px;
  }
}

/* ========================================
   Global Section Wrappers
   ======================================== */

/* .pjs-section {
  position: relative;
  width: 100%;
} */

/* .pjs-inner {
  max-width: 1249px;
  margin: 0 auto;
  padding: 0 20px;
} */

/* .pjs-content {
  width: 100%;
} */

/* ========================================
   Christmas 2025 Banner
   ======================================== */

.pjs-section.christmas-banner {
  position: relative;
  width: 100%;
  height: 579px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

/* Gradient Overlay */
.christmas-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 445px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 40.615%
  );
  pointer-events: none;
  z-index: 1;
}

/* Header Section - Desktop: Logo, Text, Button in one line */
.christmas-banner__header {
  position: absolute;
  top: 32px;
  left: 46px;
  right: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  z-index: 2;
}

/* Logo Styles */
.christmas-banner__logo {
  flex-shrink: 0;
}

.christmas-banner__logo--desktop {
  width: 250px;
  height: auto;
  display: block;
}

.christmas-banner__logo--mobile {
  display: none;
}

.christmas-banner__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Top Banner Text - Desktop inline */
.christmas-banner__top-text--desktop {
  flex: 1;
  text-align: center;
  margin: 0;
}

.christmas-banner__top-text--desktop p {
  margin: 0;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
}

/* Top Banner Text - Mobile separate (hidden on desktop) */
.christmas-banner__top-text--mobile {
  display: none;
}

/* Desktop Button */
.christmas-banner__button--desktop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.christmas-banner__button--desktop:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Icon Button (hidden on desktop) */
.christmas-banner__icon-button--mobile {
  display: none;
}

/* Main Content Area */
.christmas-banner__content {
  position: absolute;
  top: 223px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

/* Headline (Script Text) */
.christmas-banner__headline {
  width: 100%;
  max-width: 919px;
  text-align: center;
  margin-bottom: 13px;
}

.christmas-banner__headline img {
  width: 100%;
  height: auto;
  display: block;
}

/* Subheadline (CHRISTMAS Text) */
.christmas-banner__subheadline {
  width: 100%;
  max-width: 919px;
  text-align: center;
}

.christmas-banner__subheadline img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Responsive Design
   ======================================== */

@media screen and (max-width: 1200px) {
  .christmas-banner__header {
    left: 30px;
    right: 30px;
    gap: 20px;
  }

  .christmas-banner__logo--desktop {
    width: 100px;
  }

  .christmas-banner__top-text--desktop p {
    font-size: 16px;
    letter-spacing: 1.6px;
  }

  .christmas-banner__button--desktop {
    font-size: 14px;
    padding: 8px 16px;
  }

  .christmas-banner__content {
    padding: 0 30px;
  }

  .christmas-banner__headline,
  .christmas-banner__subheadline {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .christmas-banner {
    height: 500px;
  }

  .christmas-banner__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: 20px;
    left: 20px;
    right: 20px;
    gap: 15px;
  }

  /* Hide desktop logo, show mobile logo */
  .christmas-banner__logo--desktop {
    display: none;
  }

  .christmas-banner__logo--mobile {
    display: block;
    width: 60px;
    margin: 0;
  }

  /* Hide desktop text in header */
  .christmas-banner__top-text--desktop {
    display: none;
  }

  /* Show mobile text below header */
  .christmas-banner__top-text--mobile {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
  }

  .christmas-banner__top-text--mobile p {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #ffffff;
    text-transform: uppercase;
  }

  /* Hide desktop button */
  .christmas-banner__button--desktop {
    display: none;
  }

  /* Show mobile icon button */
  .christmas-banner__icon-button--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
  }

  .christmas-banner__icon-button--mobile:hover {
    opacity: 0.8;
  }

  .christmas-banner__icon-button--mobile svg {
    width: 42px;
    height: 42px;
  }

  .christmas-banner__content {
    top: 180px;
    padding: 0 20px;
  }

  .christmas-banner__headline,
  .christmas-banner__subheadline {
    max-width: 500px;
  }
}

@media screen and (max-width: 480px) {
  .pjs-section.christmas-banner {
    height: 450px;
  }

  .christmas-banner__logo--mobile {
    width: 50px;
  }

  .christmas-banner__icon-button--mobile svg {
    width: 36px;
    height: 36px;
  }

  .christmas-banner__top-text--mobile {
    top: 80px;
  }

  .christmas-banner__top-text--mobile p {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .christmas-banner__headline,
  .christmas-banner__subheadline {
    max-width: 320px;
  }

  .christmas-banner__logo {
    width: 70px;
    margin: 0;
  }
}

/* ========================================
   Christmas Info Section
   ======================================== */

/* .christmas-info {
  background-color: #ffffff;
  padding: 80px 0 60px;
} */

/* Main Content and Image Row */
.christmas-info__main {
  display: flex;
  gap: 88px;
  align-items: flex-start;
  margin-bottom: 56px;
}

.christmas-info__title {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 40px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.christmas-info__title-outline {
  color: transparent;
  -webkit-text-stroke: 2px #000000;
}

.christmas-info__title-solid {
  color: #000000;
}

.christmas-info__text {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.christmas-info__text p {
  margin: 0 0 20px;
}

.christmas-info__text p:last-child {
  margin-bottom: 0;
}

.christmas-info__image {
  flex: 0 0 497px;
  max-width: 497px;
  aspect-ratio: 497 / 486;
  overflow: hidden;
}

.christmas-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Service Times Section */
.christmas-info__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 56px;
}

.christmas-service-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.christmas-service-section__title {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #000000;
  text-align: left;
  margin: 0;
}

.christmas-service-section__times {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}

.christmas-service-time {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  margin: 0;
}

.pjs-section .pjs-content h3::before,
.pjs-section .pjs-content h4::before,
.pjs-section .pjs-content h5::before {
  content: none !important;
}

.christmas-service-time__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #ee4c24;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  white-space: nowrap;
  margin: 0;
}

.christmas-service-time__name {
  margin: 0;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  white-space: nowrap;
}

/* ========================================
   Christmas Info - Responsive Design
   ======================================== */

@media screen and (max-width: 1200px) {
  .christmas-info__main {
    gap: 40px;
  }

  .christmas-info__content {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .christmas-info__image {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .christmas-service-section__times {
    gap: 15px;
  }
}

@media screen and (max-width: 992px) {
  .pjs-section .pjs-inner {
    padding: 0px 7%;
  }

  .christmas-info__services {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 40px;
  }

  .christmas-info {
    padding: 60px 0 40px;
  }

  .christmas-info__main {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .christmas-info__content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .christmas-info__title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .christmas-info__image {
    flex: 1 1 100%;
    max-width: 100%;
    aspect-ratio: 497 / 486;
    width: 100%;
    margin: 0;
  }

  .christmas-service-section__times {
    gap: 20px;
  }

  .christmas-service-time {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .christmas-info {
    padding: 0px 0 30px;
  }

  .christmas-info .christmas-info__content .christmas-info__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .christmas-info__text {
    font-size: 18px;
    line-height: 26px;
  }

  .christmas-service-section__title {
    font-size: 20px;
  }

  .christmas-service-time__badge {
    font-size: 14px;
    padding: 8px 16px;
  }

  .christmas-service-time__name {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .christmas-info__title {
    font-size: 28px;
    line-height: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .christmas-info__text {
    font-size: 16px;
    line-height: 24px;
  }

  .christmas-service-section__title {
    font-size: 18px;
  }

  .christmas-service-time {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* ========================================
   Christmas Locations Section
   ======================================== */

.pjs-section.christmas-locations {
  background-color: #8bae90;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(
    0 8.68%,
    /* top-left */ 100% 0,
    /* top-right */ 100% 91.32%,
    /* bottom-right */ 0 100% /* bottom-left */
  );
}

/* Section Header */
.christmas-locations__header {
  text-align: center;
  margin-bottom: 48px;
}

.christmas-locations__title {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 50px;
  color: #000000;
  margin: 0 0 16px;
}

.christmas-locations__subtitle {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin: 0;
}

/* Locations Grid */
.christmas-locations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Location Card */
.christmas-location-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  margin: 0;
}

.christmas-location-card__name {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.christmas-location-card__address {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  width: 223px;
  margin: 0;
}

.christmas-location-card__address p {
  margin: 0;
}

.christmas-location-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #ee4c24;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  align-self: flex-start;
  text-transform: uppercase;
}

.christmas-location-card__button:hover {
  background-color: #d43e16;
  color: #ffffff;
}

.christmas-location-card__times {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  width: 227px;
  margin: 0;
}

.christmas-location-card__times p {
  margin: 0;
}

.christmas-location-card__times strong,
.christmas-location-card__times b {
  font-weight: 600;
}

/* ========================================
   Christmas Locations - Responsive Design
   ======================================== */

@media screen and (max-width: 1400px) {
  .christmas-locations__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}

@media screen and (max-width: 992px) {
  .pjs-section.christmas-locations {
    padding: 80px 0 60px;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  }

  .christmas-locations__title {
    font-size: 48px;
    line-height: 50px;
  }

  .christmas-locations__subtitle {
    font-size: 28px;
    line-height: 36px;
  }

  .christmas-locations__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .christmas-locations {
    padding: 60px 0 40px;
  }

  .christmas-locations__header {
    margin-bottom: 32px;
  }

  .christmas-locations
    .christmas-locations__header
    .christmas-locations__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
  }

  .christmas-locations__subtitle {
    font-size: 24px;
    line-height: 42px;
  }

  .christmas-locations__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 100%;
  }

  .christmas-location-card {
    gap: 12px;
    width: 100%;
  }

  .christmas-location-card__address {
    width: 100%;
  }

  .christmas-location-card__name {
    font-size: 18px;
    letter-spacing: 0.9px;
    text-align: left;
  }

  .christmas-location-card__address {
    font-size: 16px;
    line-height: 30px;
    width: auto;
  }

  .christmas-location-card__times {
    font-size: 16px;
    line-height: 30px;
    width: auto;
  }
  .christmas-location-card__times > * {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .christmas-locations__title {
    font-size: 32px;
    line-height: 40px;
  }

  .christmas-locations__subtitle {
    font-size: 20px;
    line-height: 32px;
  }

  .christmas-locations__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .christmas-location-card__name {
    font-size: 16px;
  }

  .christmas-location-card__address {
    font-size: 14px;
    line-height: 24px;
  }

  .christmas-location-card__times {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 440px) {
  .christmas-location-card__address {
    width: auto;
  }

  .christmas-location-card__times {
    width: auto;
  }
}

/* ========================================
   Christmas Two Column Section
   ======================================== */

.christmas-two-column {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}

.christmas-two-column__inner {
  display: flex;
  gap: 65px;
  align-items: flex-start;
}

/* Left Image */
.christmas-two-column__image {
  flex: 0 0 497px;
  max-width: 497px;
  aspect-ratio: 497 / 486;
  overflow: hidden;
}

.christmas-two-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Content */
.christmas-two-column__content {
  flex: 1;
  max-width: 687px;
}

.christmas-two-column__title {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  margin: 0 0 26px;
}

.christmas-two-column__text {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.christmas-two-column__text p {
  margin: 0 0 20px;
}

.christmas-two-column__text p:last-child {
  margin-bottom: 0;
}

.christmas-two-column__text h3,
.christmas-two-column__text h4 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin: 32px 0 16px;
}

.christmas-two-column__text h3:first-child,
.christmas-two-column__text h4:first-child {
  margin-top: 0;
}

.christmas-two-column__text ul,
.christmas-two-column__text ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.christmas-two-column__text li {
  margin-bottom: 8px;
}

.christmas-two-column__text strong,
.christmas-two-column__text b {
  font-weight: 600;
}

/* ========================================
   Christmas Two Column - Responsive Design
   ======================================== */

@media screen and (max-width: 1200px) {
  .christmas-two-column__inner {
    gap: 40px;
  }

  .christmas-two-column__image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .christmas-two-column {
    padding: 60px 0;
  }

  .christmas-two-column__inner {
    flex-direction: column;
    gap: 40px;
  }

  .christmas-two-column__image {
    flex: 1 1 100%;
    max-width: 100%;
    aspect-ratio: 497 / 486;
    width: 100%;
    margin: 0;
  }

  .christmas-two-column__content {
    max-width: 100%;
  }

  .christmas-two-column__title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .christmas-two-column {
    padding: 40px 0;
  }

  .christmas-two-column__title {
    font-size: 36px;
    line-height: 40px;
  }

  .christmas-two-column__text {
    font-size: 18px;
    line-height: 26px;
  }

  .christmas-two-column__text h3,
  .christmas-two-column__text h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 24px 0 12px;
  }
}

@media screen and (max-width: 480px) {
  .christmas-two-column__title {
    font-size: 28px;
    line-height: 32px;
  }

  .christmas-two-column__text {
    font-size: 16px;
    line-height: 24px;
  }

  .christmas-two-column__text h3,
  .christmas-two-column__text h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
