@charset "UTF-8";

body {
       overflow-x: hidden;
}
.header-carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent !important;
  position: relative;
  transform: translateY(-50%);
  z-index: 100;
}
.news-carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent !important;
  position: relative;
  z-index: 100;
}
.header-carousel .news-carousel {
  background: transparent !important;
}
.header-carousel .slick-slider,
.header-carousel .slick-list,
.header-carousel .slick-track,
.header-carousel .slick-slide,
.news-carousel .slick-slider,
.news-carousel .slick-list,
.news-carousel .slick-track,
.news-carousel .slick-slide {
  background: transparent !important;
}
.header-carousel .slick-slide,
.news-carousel .slick-slide > div {
  background: transparent !important;
}
.header-carousel .carousel-card {
  width: 283px;
  max-width: 100vw;
  height: 144px;
  background-color: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 8.5px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 48px;
}
.header-carousel .carousel-card h1 {
  font-size: 48px;
  margin: 0;
  line-height: 1;
}
.header-carousel .carousel-card p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.news-carousel .carousel-card {
  width: 200px;
  max-width: 100vw;
  height: 450px;
  background-color: #efeff4 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 8.5px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 48px;
}
.news-carousel .carousel-card h1 {
  font-size: 48px;
  margin: 0;
  line-height: 1;
}
.news-carousel .carousel-card p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.slick-dots li:before {
    content: '' !important;
}

.slick-slider {
  margin-bottom: 30px; /* creates space for the dots */
}

/* Clean dot container spacing */
.slick-dots {
  bottom: 0px; /* adjust as needed */
}

.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  opacity: 1;
  transition: all 0.25s ease;
}

.slick-dots li.slick-active button:before {
  background: #1b6780;
  box-shadow: 0 0 8px rgba(44,123,229,0.6);
  transform: scale(1.2);
}

.sb-blue-hero {
  margin-top: -144px;
  padding-top: 100px;
}

.faq-header {
  margin-bottom: 40px;
}
.new-homepage-content h1 {
  font-size: 48pt;
  color: white;
  margin: 0 !important;
  max-width: 600px;
  padding: 0;
  width: 95%;
  line-height: 1em;
}

.new-homepage-content h2 {
  font-size: 24pt;
  line-height: 1.5em;
  color: white;
  margin: 0;
  padding-bottom: 30px;
}

.new-homepage-content h3 {
  font-size: 16pt;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
  width: 95%;
  margin: 0;
  padding-top: 10%;
}
  

.newsbox,
.newsboxes-wrap {
  display: flex;
  justify-content: space-between;
}

.newsboxes-wrap {
  align-items: center;
  flex-wrap: row;
  margin-bottom: 50px;
}

.newsbox {
  /* width: calc(33% - 60px); */
}

.newsbox-heading {
  margin: 0 0 10px;
}

.newsbox {
  background-color: #efeff4;
  flex-direction: column;
  height: 100%;
  min-height: 270px;
  /* padding: 30px; */
  
}

.newsbox:hover {
  transform: scale(1.02);
}

.newsbox:hover .newsbox-content h5,
.newsbox:hover .newsbox-content p {
  /* color: #fff; */
}

.newsbox-content h5 {
  font-size: 18pt;
}

.newsbox-content p {
  font-size: 14pt;
  line-height: 1.2em;
}

.newsbox-num {
  color: #cdcdcd;
  font-size: 28pt;
}

.newsbox-heading {
  margin: 0 10% 20px;
}

.homepage-reviews-title {
  font-family: 'Arno Pro', serif;
  font-weight: 400;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .newsbox-title {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .homepage-faq-section {
    background-color: white;;
  }
}
@media screen and (min-width: 768px) {
  .homepage-faq-section {
    background-color: transparent;
    transform: translateY(-50%);
    
  }

  .homepage-header-inner {
    width: 100%; 
    height: 700px; 
    background-image: url('/assets/media/header-image/gray-scaled-southern-road.webp'); 
    background-size: cover; 
    background-position: center; 
    z-index: 1
  }

  .new-homepage-content {
    align-content: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 5% 0 0 25%;
    position: relative;
    /* width: 100%; */
    z-index: 12;
  }

  .sb-blue-hero-headline {
    font-size: 3em; 
    line-height: 120%;
    letter-spacing: 2px; 
  }

   
  .faq-header h2 {
    color: white !important;
    font-weight: 400; 
    text-align: center
  }

  .faq-organizer {
    background-color: white;
    width: 100%;
    display: flex; 
    flex-direction: row; 
    padding: 0
  }

  .homepage-near-loc-section {
    width: 100%;
    background-color: #efeff4;
    margin-top: -250px;
    margin-bottom: 100px;
  }
  
  .otg-container {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width: 1388px) {
  .homepage-faq-section {
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 1024px) {
  .homepage-faq-section {
    transform: translateY(-20%);
  }
}

@media screen and (max-width: 900px) {
  .homepage-faq-section {
    transform: translateY(0);
  }

  .faq-header h2 {
    color: black !important;
  }
}
@media screen and (max-width: 767px) {
  .sb-blue-hero-inner>p {
    margin-bottom: 60px !important;
  }

  .homepage-header-inner {
    width: 100%; 
    height: 600px; 
  }

  .new-homepage-content {
    margin: 10%;
  }

  .sb-blue-hero-headline {
    font-size: 1.6em; 
    line-height: unset;
    letter-spacing: 0px; 
  }

  .homepage-faq-section {
    padding-top: 20px;
  }

  .faq-header>h2 {
    margin-top: 0;
    text-align: center;
  }

  .faq-organizer {
    flex-direction: column; 
    align-items: center;
    margin-top: 20px
  }

  .faq-organizer .faq-item {
    padding: 5% 0; 
    /* width: 100%; */
  }

  .faq-organizer .faq-item summary {
    font-size: .8em;
  }

  .faq-image {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
  }

  .faq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .homepage-reviews-title {
    font-family: 'Arno Pro', serif;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.3em;
    text-align: left ;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .header-carousel-wrapper, .news-carousel-wrapper {
    padding: 0 10px;
    overflow: hidden;
  }
  .header-carousel, .news-carousel{
    overflow: hidden;
  }
  .header-carousel .slick-list, .news-carousel .slick-list {
    overflow: visible !important;
  }
  .header-carousel .carousel-card, .news-carousel .carousel-card {
    width: 250px;
    margin: 0 5px;
  }
  .otg-container {
    flex-direction: column;
    align-items: center;
  }
  .newsboxes-wrap {
    flex-direction: column;
    align-items: center;
    padding: 5%
  }
  
  .newsbox {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}