.post-template-us-holiday-lights .content {
  width: 100%;
  margin-bottom: 0 !important;
}

.post-template-us-holiday-lights .site-inner {
  padding-top: 0;
  max-width: 100%;
  padding: 0;
  background-color: #2D0E0E;
}

.post-template-us-holiday-lights .breadcrumb{
  display: none;
}

.ras-hl-logo-block {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}

@media (min-width: 640px) {
  .ras-hl-logo-block {
    position: absolute;
  }
}


.ras-hl-header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}

.ras-hl-header-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* overflow: hidden; */
}

.ras-hl-header-video-container picture,
.ras-hl-header-video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ras-hl-header-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 20px 60px 20px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
}

.border-lights-top,
.border-lights-bottom {
  width: 99%;
  position: absolute;
  left: 0.5%;
  z-index: 999;
  pointer-events: none;
}

.border-lights-top {
  top: 0;
  transform: translateY(-21%);
}

.border-lights-bottom {
  bottom: 0;
  transform: translateY(5%);
}

.border-lights-top .border-lights-container,
.border-lights-bottom .border-lights-container {
  position: relative;
  width: 100%;
}

.border-lights-top .border-lights-image,
.border-lights-bottom .border-lights-image {
  width: 100%;
  display: block;
}

.border-lights-top .border-lights-image img,
.border-lights-bottom .border-lights-image img {
  width: 100%;
  height: auto;
  display: block;
}

.border-lights-top .border-lights-a,
.border-lights-bottom .border-lights-a {
  position: relative;
  animation: fadeOutImage 1s ease-in-out 0.5s infinite alternate;
  z-index: 2;
}

.border-lights-top .border-lights-b,
.border-lights-bottom .border-lights-b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeInImage 1s ease-in-out 0.5s infinite alternate;
  z-index: 1;
}

.ras-hl-header-content-wrapper-inner {
  border: 5px solid white;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.ras-hl-header-content {
  width: 100%;
  max-width: 600px;
  padding: 15px 15px 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.ras-hl-header h1 {
  font-size: clamp(40px, 11vw, 120px);
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Helvetica Now Condensed', sans-serif;
  line-height: 1.1;
  color: white;
  margin: 30px 0;
}

.ras-hl-header-link {
  display: inline-flex;
      gap: 10px;
      align-items: center;
      background-color: #E55400;
      color: white;
      padding: 7.5px 20px;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      transition: background-color 0.3s;
      border-radius: 15px;
      align-self: flex-start;
      letter-spacing: 0.05em;
      margin-bottom: 60px;
}

.ras-hl-header-link:hover {
  background-color: #c44700;
  color: white;
}

/* Mobile specific styles */
@media (max-width: 640px) {
  .ras-hl-logo-block {
    padding: 15px 20px;
  }

  .ras-hl-header {
    min-height: 500px;
  }

  .ras-hl-header-video-container {
    display: flex;
    justify-content: center;
  }

  .ras-hl-header-content-wrapper {
    margin-top: auto;
    margin-bottom: 20px;
  }
}

/* Tablet and up */
@media (min-width: 640px) {
  .ras-hl-logo-block {
    padding: 30px 40px;
  }

  .ras-hl-header-content-wrapper-inner {
    border: 8px solid white;
  }

  .ras-hl-header {
    flex-direction: row;
    min-height: 600px;
  }

  .ras-hl-header-content {
    max-width: 70%;
    justify-content: center;
    gap: 0;
  }

  .ras-hl-header-content-wrapper {
    padding: 40px 40px 80px 40px;
    flex-direction: column;
    margin: 60px 0;
  }

  .ras-hl-header-link {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-bottom: 0;
  }
}

/* Desktop and up */
@media (min-width: 1024px) {
  .ras-hl-header-content-wrapper-inner {
    border: 15px solid white;
  }
}

@media (min-width: 1200px) {
  .ras-hl-header-video-container picture,
  .ras-hl-header-video-container img {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .ras-hl-header h1 {
    margin-top: 70px;
    margin-bottom: 110px;
  }
}

.ras-hl-content {
  background-color: #2D0E0E;
  padding: 40px 20px;
}

.ras-hl-content-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ras-hl-content-item {
  color: white;
}

.ras-hl-content-item h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.ras-hl-content-item p {
  font-size: 15px;
  margin-bottom: 20px;
}

.ras-hl-content-item p a {
  color: #E55400;
  text-decoration: underline;
}

.ras-hl-content-video video {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .ras-hl-content {
    padding: 80px 20px;
  }

  .ras-hl-content-inner {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .ras-hl-content-item {
    flex: 1;
  }

  .ras-hl-content-video {
    flex: 1;
  }

  .ras-hl-content-video video {
    width: 530px;
    height: 675px;
    object-fit: cover;
  }

  .ras-hl-content-item h2 {
    font-size: 35px;
  }

  .ras-hl-content-item p {
    font-size: 18px;
  }
}

/* Slider styles */
.ras-hl-slider-section {
  background-color: #2D0E0E;
  color: #fff;
  padding: 60px 0 0;
  overflow: visible;
}

.ras-hl-slider-upper {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: left;
}

.ras-hl-slider-upper h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
}

.ras-hl-slider-upper p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  color: white;
}

@media (min-width: 1024px) {
  .ras-hl-slider-upper {
    text-align: center;
  }

  .ras-hl-slider-upper h2 {
    font-size: 45px;
  }

  .ras-hl-slider-upper p {
    font-size: 16px;
  }
}

.ras-hl-slider-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  overflow: visible;
  position: relative;
}

.ras-hl-swiper {
  overflow: visible;
  padding-bottom: 40px;
}

.ras-hl-slider-controls {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ras-hl-slider-controls-nav {
  display: flex;
  gap: 12px;
}

.ras-hl-slider-item {
  width: 90vw;
  max-width: 90vw;
}

.ras-hl-slider-item-inner {
  border-radius: 18px;
  overflow: hidden;
  transform-origin: center center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
}

.ras-hl-slider-item-inner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .ras-hl-slider-item {
    width: 70vw;
    max-width: 800px;
  }
  .ras-hl-slider-item-inner img {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .ras-hl-slider-item {
    width: 900px !important;
    max-width: 900px !important;
    min-width: 900px;
    aspect-ratio: 9 / 5;
  }
  .ras-hl-slider-item-inner img {
    height: 500px;
  }
}

/* Prev/Next slides: 60% opacity and scaled down */
.ras-hl-swiper .swiper-slide-prev,
.ras-hl-swiper .swiper-slide-next {
  opacity: 0.6 !important;
}

/* Mobile: scale down to 70% */
.ras-hl-swiper .swiper-slide-prev .ras-hl-slider-item-inner,
.ras-hl-swiper .swiper-slide-next .ras-hl-slider-item-inner {
  transform: scale(0.7) !important;
  filter: brightness(0.9) !important;
}

/* Desktop: scale to 80% */
@media (min-width: 1024px) {
  .ras-hl-swiper .swiper-slide-prev .ras-hl-slider-item-inner,
  .ras-hl-swiper .swiper-slide-next .ras-hl-slider-item-inner {
    transform: scale(0.8) !important;
  }
}

/* Active slide: 100% scale and 100% opacity */
.ras-hl-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.ras-hl-swiper .swiper-slide-active .ras-hl-slider-item-inner {
  transform: scale(1) !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5) !important;
}

/* Swiper Navigation Buttons */
.ras-hl-slider-controls .swiper-button-prev,
.ras-hl-slider-controls .swiper-button-next {
  position: static !important;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ras-hl-slider-controls .swiper-button-prev::after,
.ras-hl-slider-controls .swiper-button-next::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ras-hl-slider-controls .swiper-button-prev::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg stroke="%23000" fill="%23000" stroke-width="0" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"></path><path d="M14 6l1.41 1.41L10.83 12l4.58 4.59L14 18l-6-6z"></path></svg>');
}

.ras-hl-slider-controls .swiper-button-next::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg stroke="%23000" fill="%23000" stroke-width="0" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"></path><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg>');
}

.ras-hl-slider-controls .swiper-button-prev:hover,
.ras-hl-slider-controls .swiper-button-next:hover {
  background-color: #f0f0f0;
  transform: scale(1.1);
}

.ras-hl-slider-controls .swiper-button-prev.swiper-button-disabled,
.ras-hl-slider-controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Swiper Pagination */
.ras-hl-slider-controls .swiper-pagination {
  position: static !important;
  width: auto;
  display: flex;
  gap: 4px;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
}

@media (min-width: 768px) {
  .ras-hl-slider-controls .swiper-pagination {
    gap: 8px;
  }
}

.ras-hl-slider-controls .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #666;
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: none;
}

/* Show only bullets 3, 4, 5 */
.swiper-pagination-bullet:nth-child(4),
.swiper-pagination-bullet:nth-child(5),
.swiper-pagination-bullet:nth-child(6) {
  display: block;
}

@media (min-width: 768px) {
  .ras-hl-slider-controls .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.ras-hl-slider-controls .swiper-pagination-bullet-active {
  background: #fff;
}

.ras-hl-slider-controls .swiper-pagination-bullet:hover {
  background: #999;
}

/* Entry section styles */
.ras-hl-entry {
  background-color: #2D0E0E;
  padding: 40px 20px;
}

.ras-hl-entry-content,
.ras-hl-entry-terms {
  color: white;
}

.ras-hl-entry-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.ras-hl-entry-content p {
  font-size: 15px;
  line-height: 1.6;
  color: white;
}

.ras-hl-entry-cta {
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  margin-top: 30px;
}

.ras-hl-entry-cta h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2D0E0E;
}

.ras-hl-entry-cta p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #2D0E0E;
}

.ras-hl-entry-cta-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background-color: #E55400;
  color: white;
  padding: 7.5px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.3s;
  border-radius: 15px;
  letter-spacing: 0.05em;
}

.ras-hl-entry-cta-button:hover {
  background-color: #c44700;
  color: white;
}

.ras-hl-entry-terms {
  margin-top: 40px;
}

.ras-hl-entry-terms h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
}

.ras-hl-entry-terms ul {
  list-style: disc;
  padding-left: 20px;
}

.ras-hl-entry-terms li {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: white;
}

/* Constellation Slider Styles */
/* Holiday Lights Constellation Slider Customizations */
/* Overrides for san-constellation-slider to match holiday theme */

.san-constellation-slider {
  background-color: #2D0E0E;
}

.san-constellation-slider-title {
  text-align: center;
  margin-bottom: 40px;
}

.san-constellation-slider-title h2 {
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.san-constellation-slider-title p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.san-constellation-slider-controls {
  justify-content: center;
  margin-top: 20px;
}

.san-constellation-slider-nav {
  background: #E55400;
}

.san-constellation-slider-nav:hover {
  background: #c44700;
}

.san-constellation-slider-nav:disabled {
  background: rgba(229, 84, 0, 0.3);
}

.san-constellation-slider-nav:disabled:hover {
  background: rgba(229, 84, 0, 0.3);
}

.san-constellation-slider-item {
  flex: 0 0 280px;
  min-width: 280px;
  min-height: 350px;
}

.san-constellation-slider-item-inner {
  width: 100%;
  height: 100%;
  min-height: 350px;
  background: rgba(255, 255, 255, 0.1);
  background-image: none !important;
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.san-constellation-slider-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  height: 100%;
  position: static;
  background: transparent;
  min-height: auto;
}

.san-constellation-slider-index {
  background: white;
  color: #2D0E0E;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 15px;
  flex-shrink: 0;
}

.san-constellation-slider-name {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.2;
  text-align: center;
}

.san-constellation-slider-description {
  color: white;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.san-constellation-slider-footer {
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: center;
  padding: 0 20px;
}

.san-constellation-slider-footer p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 768px) {
  .san-constellation-slider-title h2 {
    font-size: 45px;
  }

  .san-constellation-slider-title p {
    font-size: 16px;
  }

  .san-constellation-slider-item {
    flex: 0 0 350px;
    min-width: 350px;
    min-height: 400px;
  }

  .san-constellation-slider-item-inner {
    min-height: 400px;
  }

  .san-constellation-slider-name {
    font-size: 22px;
  }

  .san-constellation-slider-description {
    font-size: 15px;
  }

  .san-constellation-slider-footer p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .san-constellation-slider-item {
    flex: 0 0 400px;
    min-width: 400px;
    min-height: 450px;
  }

  .san-constellation-slider-item-inner {
    min-height: 450px;
  }

  .san-constellation-slider-content {
    padding: 40px 30px;
  }
}

/* Desktop styles for entry section */
@media (min-width: 768px) {
  .ras-hl-entry {
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 950px;
    margin: 0 auto;
  }

  .ras-hl-entry-content {
    display: flex;
    flex-direction: column;
  }

  .ras-hl-entry-content h2 {
    font-size: 35px;
    padding: 30px 30px 0 0;
  }

  .ras-hl-entry-content p {
    font-size: 17px;
    margin-top: auto;
  }

  .ras-hl-entry-cta {
    margin-top: 0;
  }

  .ras-hl-entry-cta h2 {
    font-size: 35px;
  }

  .ras-hl-entry-cta p {
    font-size: 17px;
  }

  .ras-hl-entry-terms {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Border lights section */
section.border-lights {
  background-color: #2D0E0E;
  width: 100%;
overflow: hidden;
}

section.border-lights .border-lights-container {
  position: relative;
  width: 120%;
  margin-left: -10%;
}

section.border-lights .border-lights-image {
  width: 100%;
  height: auto;
  display: block;
}

section.border-lights .border-lights-a {
  position: relative;
  animation: fadeOutImage 1s ease-in-out 0.5s infinite alternate;
  z-index: 2;
}

section.border-lights .border-lights-b {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeInImage 1s ease-in-out 0.5s infinite alternate;
  z-index: 1;
}

/* Apply constrained sizing only on 1200px and under */
@media (max-width: 1200px) {
  section.border-lights {
    overflow: hidden;
  }

  section.border-lights .border-lights-container {
    height: 60px;
    overflow: hidden;
  }

  section.border-lights .border-lights-image {
    min-width: 700px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  section.border-lights .border-lights-a {
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  section.border-lights .border-lights-container {
    height: 80px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  section.border-lights .border-lights-container {
    height: 100px;
  }
}

@keyframes fadeOutImage {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

