/* ------------------------------------------------------------------
   Campaign 2025 specific styles
------------------------------------------------------------------ */

.ast-main-header-wrap.main-header-bar-wrap {
  background: #ce0607;
}

#page .site-content {
  margin-top: 96px;
}
@media (max-width: 921px) {
  #page .site-content {
    margin-top: 80px;
  }
}

/* -----------------------------------------------------------
   HERO SECTION
----------------------------------------------------------- */

#content .ast-container {
  padding: 0;
  background: #f8f5f0;
  max-width: none !important;
  overflow-x: hidden;
}

.holiday-campaign-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Hero Section */
.hero-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: visible;
  border-top: 8px solid #e5b751;
  /* border-bottom: 8px solid #e5b751; */
}

/* Hero Slideshow */
.hero-slideshow {
  position: relative;
  width: 100%;
  display: flex;
  transition: transform 1s ease-in-out;
}

.hero-slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2rem;
}

.hero-title {
  position: absolute;
  font-family: voltage, sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  left: 220px;
  margin: 1rem 0 1.5rem;
}

.hero-title-main {
  font-family: voltage, sans-serif;
  font-size: 80px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 2px 4px;
}

.hero-title-part {
  font-family: "Montserrat", sans-serif !important;
  font-size: 45px !important;
  display: inline-block;
  margin: 2px 4px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero-title-main {
    /* font-size: 2.5rem !important; */
    font-size: 30px !important;
  }
  .hero-title-part {
    font-size: 1rem !important;
    margin: 0px;
  }
  .hero-title {
    left: 30px;
    margin: 0px;
    line-height: 0.5;
  }
}

/* Larger hero typography for ultra-wide / 1920px+ screens to match comp */
@media (min-width: 1920px) {
  .hero-title {
    font-size: 96px;
    left: 260px;
    line-height: 1.05;
  }

  .hero-title-main {
    font-size: 112px;
    letter-spacing: 1px;
    display: inline-block;
  }

  .hero-title-part {
    font-size: 55px !important;
  }
}

/* Hero section - tablet adjustments here */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-title {
    left: 60px;
    font-size: 100px;
  }

  .hero-title-part {
    font-size: 2rem !important;
  }
  .hero-title-main {
    font-size: 50px !important;
  }
}

/* Desktop: reduce hero height to 75vh and vertically center the title */
@media (min-width: 1025px) {
  .hero-section {
    min-height: 75vh;
  }

  .hero-slideshow,
  .hero-slide,
  .hero-image {
    height: 75vh;
  }

  .hero-image {
    height: 75vh !important;
    object-fit: cover;
  }

  /* Vertically center the hero title within the reduced hero area */
  .hero-title {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    /* keep existing horizontal offset unless overridden by wider breakpoints */
    left: 220px;
  }
}

/* intro section */
.intro-section {
  margin: -1px auto;
  width: 100%;
  position: relative;
  background-color: #e3eef5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 8px solid #e5b751;
}

.intro-section .intro-container {
  margin-top: 120px;
  max-width: 1600px;
  padding: 0 2rem;
  padding-bottom: 100px;
}

.intro-section .social-section-seperator-img {
  top: -40px;
}

.intro-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-small-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 45px !important;
  color: #ce0607;
  font-weight: 500;
  margin: 0px 15px;
  text-transform: uppercase;
}
.intro-title {
  font-family: voltage, sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #ce0607;
}
.intro-description {
  padding: 0px 50px;
}
.intro-description p {
  color: #000;
}
.intro-image-wrap img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.intro-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px;
  gap: 20px;
}

.intro-cta-buttons .intro-cta-button {
  font-size: 30px;
  border: 3px solid #dfc665;
  padding: 25px 0px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  flex: 1;
  text-align: center;
}

.intro-cta-buttons .btn-primary {
  background-image: linear-gradient(
    180deg,
    #c50001 0%,
    #c50001 0%,
    #9a0000 100%
  ) !important;
}
.intro-cta-buttons .btn-secondary {
  background-image: linear-gradient(
    180deg,
    #5387f3 0%,
    #5387f3 0%,
    #296bd9 100%,
    #296bd9 100%
  ) !important;
}

.intro-section-snowflakes-bg {
  position: absolute;
  top: 40px;
  z-index: 0; /* behind all content */
}

.intro-container > *:not(.intro-section-snowflakes-bg) {
  position: relative;
  z-index: 1;
}

/* Larger hero typography for ultra-wide / 1920px+ screens to match comp */
@media (min-width: 1920px) {
  .holiday-activities-seperator-img {
    width: -440px;
    top: -50px;
  }
}

@media (max-width: 768px) {
  .intro-section .intro-container {
    padding: 70px 1rem;
    margin-top: 0px;
  }
  .intro-description {
    padding: 0px;
  }
  .intro-description p {
    font-size: 18px !important;
  }
  .intro-title-wrap {
    justify-content: start;
    flex-direction: column;
    align-items: start;
  }
  .intro-small-title {
    font-size: 1.5rem !important;
    margin: 0px;
  }
  .intro-title {
    font-size: 2.5rem !important;
  }
  .intro-cta-buttons .intro-cta-button {
    font-size: 18px !important;
    padding: 10px 0px;
  }
  .intro-cta-buttons {
    padding: 10px 0px;
  }
}

/* Intro section - tablet adjustments here */
@media (min-width: 768px) and (max-width: 1024px) {
  /* tablet adjustments here */
}

/* Holiday savings section css */
.holiday-passport-section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-image: url("../images/campaign2025/PF-Holiday-2025-Holiday-Savings-Bg.png");
  background-size: cover;
  margin-top: -100px;
  z-index: 2;
  border-bottom: 8px solid #e5b751;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.holiday-passport-section .holiday-passport-inner {
  padding: 0 2rem;
  padding-top: 70px;
  max-width: 1600px;
}
.holiday-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.holiday-passport-small-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 45px !important;
  color: #e9d781;
  font-weight: 500;
  margin: 0px 10px;
}
.holiday-passport-title {
  font-family: voltage, sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #e9d781;
}

.holiday-passport-description {
  padding: 0px 50px;
}
.holiday-passport-description p {
  color: #fff;
  margin-bottom: 0px;
}

.passport-steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 70px 0px;
}

.passport-step-circle {
  background-image: url("../images/campaign2025/PF-Holiday-2025-Holiday-Passport-Step-Bg.png");
  background-image: url(../images/campaign2025/PF-Holiday-2025-Holiday-Passport-Step-Bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.passport-step-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
}

.passport-step-desc {
  color: #fff;
  font-size: 22px;
}
.passport-step-circle img {
  margin-top: 20px;
}

.holiday-passport-description a {
  color: #fff;
}

@media (max-width: 768px) {
  .holiday-passport-section {
    margin-top: -60px;
  }
  .holiday-passport-section {
    padding-top: 10px;
  }
  .holiday-passport-small-title {
    font-size: 1.5rem !important;
    margin: 0px;
  }
  .holiday-passport-title {
    font-size: 2.5rem !important;
  }
  .holiday-title-wrap {
    justify-content: start;
    padding-top: 10px;
    flex-direction: column;
    align-items: start;
  }
  .holiday-passport-description {
    padding: 0px;
  }
  .holiday-passport-description p {
    font-size: 18px !important;
  }
  .passport-steps {
    flex-direction: column;
  }
  .passport-step {
    margin-bottom: 20px;
  }
  .passport-step-circle {
    height: 275px;
    width: 275px;
  }
  .passport-step-circle img {
    height: 100px;
    width: auto;
  }
  .passport-step-title {
    font-size: 20px;
  }
  .passport-step-desc {
    font-size: 16px;
  }
  .savings-cta-btn {
    font-size: 18px !important;
    padding: 10px 0px;
  }
}

/* Holiday Passport (steps) - tablet adjustments here */
@media (min-width: 768px) and (max-width: 1024px) {
  .passport-steps {
    flex-direction: row;
  }
  .passport-step-circle {
    height: 200px;
    width: 200px;
  }
  .passport-step-circle img {
    height: 70px;
    width: auto;
  }
  .passport-step-title {
    font-size: 16px;
  }

  .passport-step-desc {
    font-size: 12px;
  }
}

.passport-step-link:hover {
  text-decoration: none;
}
.savings-cta-btn {
  background-image: linear-gradient(
    180deg,
    #5387f3 0%,
    #5387f3 0%,
    #296bd9 100%,
    #296bd9 100%
  ) !important;
  font-size: 30px;
  border: 3px solid #dfc665;
  padding: 25px 60px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  flex: 1;
  text-align: center;
}
.holiday-savings-cta {
  margin: 60px 0px;
  text-align: center;
}

.savings-cta-btn:hover {
  color: #fff;
}

/* Holiday activites section */
.big-holiday-section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #e3eef5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.big-holiday-section .section-content {
  padding: 0 2rem;
  max-width: 1600px;
  padding-top: 100px;
  padding-bottom: 130px;
}

.big-holiday-section .big-holiday-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-holiday-section .section-small-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 45px !important;
  color: #ce0607;
  font-weight: 500;
  margin: 0px 15px;
}
.big-holiday-section .section-heading {
  font-family: voltage, sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #ce0607;
}

.big-holiday-section .section-description {
  padding: 0px 50px;
}

.big-holiday-section .activity-row {
  margin-bottom: 15px;
}

.big-holiday-section .activity-item-wrapper {
  display: flex;
}

.big-holiday-section .activity-row {
  display: flex;
  /* flex-wrap: wrap;  */
  /* allow wrapping on small screens */
  gap: 20px; /* space between items */
  margin-bottom: 2rem;
}
.big-holiday-section .activity-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.big-holiday-section .activity-item img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.big-holiday-section .activity-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.4); */
  display: flex;
  align-items: end;
  /* justify-content: center; */
  color: white;
}

.big-holiday-section .activity-title {
  color: #fff;
  font-weight: 700;
  margin: 5px 25px;
}
.holiday-activities-seperator-img {
  position: absolute;
  height: auto;
  width: 350px;
  left: 0;
  right: 0;
  margin: auto;
  top: -45px;
  z-index: 2;
}

@media (max-width: 767px) {
  .big-holiday-section .activity-row {
    flex-direction: column; /* stack all items in this row */
  }
  .big-holiday-section .activity-item img {
    width: 100%;
    height: 200px !important;
    display: block;
    object-fit: cover;
    border-radius: 20px;
  }

  .big-holiday-section .section-content {
    padding: 70px 1rem;
  }
  .big-holiday-section .section-description {
    padding: 0px;
  }
  .big-holiday-section .section-description p {
    font-size: 18px !important;
  }
  .big-holiday-section .big-holiday-title-wrap {
    justify-content: start;
    flex-direction: column;
    align-items: start;
  }
  .big-holiday-section .section-small-title {
    font-size: 1.5rem !important;
    margin: 0px;
  }
  .big-holiday-section .section-heading {
    font-size: 2.5rem !important;
  }
}

/* Big Holiday Activities - tablet adjustments here */
@media (min-width: 768px) and (max-width: 1024px) {
  .big-holiday-section .section-small-title {
    font-size: 1.5rem !important;
    margin: 0px;
    margin-right: 10px;
  }
  .big-holiday-title-wrap {
    justify-content: start !important;
  }
  .section-heading {
    font-size: 2.5rem !important;
  }
  .big-holiday-section .section-description {
    padding: 0px;
  }
}

/* plan holiday section  */
.section-plan-holiday {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-image: url("../images/campaign2025/PF-Holiday-2025-Holiday-Visit-Bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -100px;
  z-index: 2;
  padding-bottom: 70px;
  border-bottom: 8px solid #e5b751;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-plan-holiday .plan-holiday-content {
  padding: 0 2rem;
  padding-top: 70px;
  max-width: 1600px;
}

.plan-holiday-small-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 45px !important;
  color: #e9d781;
  font-weight: 500;
  margin: 0 10px;
}
.plan-holiday-title {
  font-family: voltage, sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #e9d781;
  margin: 0 10px;
}

.plan-holiday-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.plan-holiday-cards {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 70px 0px;
}

.plan-holiday-card {
  position: relative;
  cursor: pointer;
  margin: 0px 20px;
}

.plan-holiday-cards img {
  height: auto;
  width: 250px;
  object-fit: cover;
}
.plan-holiday-card-title {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
}

.travel-news-section {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
}

.travel-news-item {
  width: 500px;
}

.travel-news-image-wrap img {
  margin-bottom: 30px;
}

.travel-news-title {
  color: #e9d781;
  font-weight: 600;
  padding: 0px 100px;
  font-size: 40px;
}

.travel-news-description p {
  color: #fff;
  margin-bottom: 40px;
}

.travel-news-cta {
  border-radius: 15px;
  background-image: linear-gradient(
    180deg,
    #c50001 0%,
    #c50001 0%,
    #9a0000 100%
  );
  border: 2px solid #dfc665;
  color: #fff;
  padding: 10px 50px;
}
.travel-news-cta:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.travel-news-description {
  margin: 30px 0px;
}
@media (max-width: 767px) {
  .plan-holiday-heading {
    margin-top: 70px;
    flex-direction: column;
    align-items: start;
    line-height: 1rem;
  }
  .plan-holiday-small-title {
    margin: 0px 5px;
    font-size: 1.5rem !important;
  }
  .plan-holiday-title {
    font-size: 2.5rem !important;
    margin: 0px 5px;
  }
  .plan-holiday-card {
    margin: 0px;
  }
  /* Use a 2-column grid on small screens so the 4 cards display as 2 per row (2x2) */
  .plan-holiday-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
    width: 100%;
    padding: 0 10px;
    margin: 40px 0;
    align-items: start;
    justify-items: center;
  }
  .travel-news-section {
    flex-direction: column;
    gap: 15px;
  }
  .travel-news-item {
    width: auto;
    margin-bottom: 40px;
  }

  .travel-news-image-wrap img {
    height: 70px;
    width: auto;
    object-fit: cover;
  }
  .plan-holiday-cards img {
    width: 175px;
  }
  .plan-holiday-card-title {
    font-size: 16px;
  }
  .travel-news-description {
    margin: 10px 0px;
  }
  .travel-news-title {
    font-size: 22px !important;
    padding: 0px;
  }
  .travel-news-description p {
    font-size: 18px !important;
  }
}

/* Plan Holiday - tablet adjustments here (copied from mobile rules) */
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-holiday-heading {
    margin-top: 70px;
    flex-direction: column;
    align-items: start;
    line-height: 1rem;
  }
  .plan-holiday-small-title {
    margin: 0px 5px;
    font-size: 1.5rem !important;
  }
  .plan-holiday-title {
    font-size: 2.5rem !important;
    margin: 0px 5px;
  }
  .plan-holiday-card {
    margin: 0px;
  }
  /* Use a 2-column grid so the cards display as 2 per row (2x2) */
  .plan-holiday-cards {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
    width: 100%;
    padding: 0 10px;
    margin: 40px 0;
    align-items: start;
    justify-items: center;
  }
  .travel-news-section {
    flex-direction: row;
    gap: 15px;
  }
  .travel-news-item {
    width: auto;
    margin-bottom: 40px;
  }

  .travel-news-image-wrap img {
    height: 70px;
    width: auto;
    object-fit: cover;
  }
  .plan-holiday-cards img {
    width: 175px;
  }
  .plan-holiday-card-title {
    font-size: 16px;
  }
  .travel-news-description {
    margin: 10px 0px;
  }
  .travel-news-title {
    font-size: 22px !important;
    padding: 0px;
  }
  .travel-news-description p {
    font-size: 18px !important;
  }
}

/* social section */

.section-social {
  /* max-width: 1600px; */
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #e3eef5;
}

.section-social .section-content {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  /* background-color: #e5b751; */
  padding-top: 70px;
  padding-bottom: 100px;
}

.social-section-seperator-img {
  position: absolute;
  height: auto;
  width: 125px;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  z-index: 2;
}

/* Social Feed Section */
.social-feed-header {
  text-align: center;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.social-feed-header .section-heading {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #ce0607;
  font-size: 40px;
}

.social-hashtag {
  font-size: 40px;
  color: #ce0607;
}

@media (max-width: 767px) {
  .social-feed-header {
    flex-direction: column;
  }
  .section-heading {
    font-size: 2.5rem !important;
  }
  .social-hashtag {
    font-size: 2.5rem !important;
  }
}
/* Social Section - tablet adjustments here */
@media (min-width: 768px) and (max-width: 1024px) {
  /* tablet adjustments here */
}
/* ------------------------------------------------------------------
   End Campaign 2025 Styles
------------------------------------------------------------------ */
