/**
 * Subsite Styles
 * Loads only on multisite subsites (not the main site)
 */

#local-hero {
    z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  max-height: 50rem;
  padding-top: 10vh;
  display: flex;
  position: relative;
  text-align: center;
  background-image: url(../../../images/67647c946c95d63da3b36f72_hero2.webp);
  background-size: cover;
  background-position: center center;
  padding-bottom: 25vh;
  color: #FFF;
  gap: 24px;
  position: relative;
}
#local-hero::before {
  background-image: url(../../../images/67283717d807c7481617d98b_montain.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 100%;
}
#local-hero .container {
    max-width: 1000px
}
#local-hero h1 {
  color: #FFF;
}
#local-hero p {
  font-size: 24px;
}
#location-section .section__img .section_img_wrapper img {
  border: none;
}
.subsite-grid {
    color: #FFF;
    padding-top: 0;
}
.subsite-grid h2 {
    color: #FFF;
}

.subsite-grid__item {
  color: #FFF;
  position: relative;
  padding-left: 0;
  margin: 0 0 3em;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
.subsite-grid__image {
  width: 50px;
}
.subsite-grid__image img {
  width: 50px;
}
.subsite-grid__item strong {
    font-size: 22px;
    display: block;
}
.subsite-grid__text {
  width: 70%;
}

.service-slider-nav {
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.service-slider-nav .slick-arrow {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  transform: none;
  width: 56px;
  height: 56px;
  border: 2px solid #0F2DF5;
  padding: 0;
}
.service-slider-nav .slick-arrow svg {
    fill: #0F2DF5;
}
.service-slider-nav .slick-arrow:hover {
    background-color: #48A0AA;
    border-color: #48A0AA;
}
.service-slider-nav .slick-arrow:hover svg {
    fill: #fff;
}
.team-slider-nav {
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.team-slider-nav .slick-arrow {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  transform: none;
  width: 56px;
  height: 56px;
  border: 2px solid #0F2DF5;
  padding: 0;
}
.team-slider-nav .slick-arrow svg {
    fill: #0F2DF5;
}
.team-slider-nav .slick-arrow:hover {
    background-color: #48A0AA;
    border-color: #48A0AA;
}
.team-slider-nav .slick-arrow:hover svg {
    fill: #fff;
}
.team-4-slider .slick-list {
  padding: 0 !important;
}
.team-4-slider .slick-track {
  margin: 0;
}
.team-4-slider .services-slide .program-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5em 2em;
  height: 100%;
}
.h3.emp-title.d-block {
  color: #FFF;
}
.team-4-slider .services-slide .program-content .btn {
  margin-top: 16px;
}
.team-4-slider .services-slide:hover .program-content,
.team-4-slider .services-slide:focus-within .program-content {
  opacity: 1;
  visibility: visible;
}
.program-icon {
  width: 50px;
  height: 50px;
  background-color: #48A0AA;
  border-radius: 50%;
  padding: 12px;
}
.program-icon img {
  width: 100%;
}
.services-slide .card {
  min-height: 550px;
  margin: 0 12px;
  border-radius: 20px;
}
.card-img-overlay.program-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2em 1em;
}
.program-content h3, .program-content p {
    color: #FFF;
}
.program-content h3 {
    font-size: 32px;
}
.program-content p {
    font-size: 18px;
}
#programs {
  background-image: url(../../../images/programs-bg.webp);
  background-repeat: repeat-x;
  background-color: #F4C0BD;
  padding-bottom: 24px;
}
.programs-graphic {
    width: 100%;
}
#location-overview {
    background-image: url(../../../images/6724f4d91506e691e9e79d6a_bg-p-1080.webp);
    color: #FFF; 
    background-repeat: repeat;
    background-size: contain;
}
#location-overview h2, #location-overview h3 {
    color: #FFF;
}
#location-overview h2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


/* Hawks Image Gallery */
.hawks-gallery {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    padding: 80px 0 160px;
}

.hawks-gallery .hawks-gallery-slider {
    cursor: grab;
    transform: rotate(-5deg);
    transform-origin: center center;
    margin: 0 -5%;
    width: 110%;
}

.hawks-gallery .hawks-gallery-slider:active {
    cursor: grabbing;
}

.hawks-gallery .gallery-slide {
    padding: 0 20px;
}

.hawks-gallery .gallery-card {
    width: 300px;
    height: 375px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    transition: transform 220ms ease;
}

@media (hover: hover) {
    .hawks-gallery .gallery-card:hover {
        transform: scale(1.03);
    }
}

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

/* Slick spacing cleanup */
.hawks-gallery .slick-track {
    display: flex;
    align-items: center;
}

.hawks-gallery .slick-slide {
    height: auto;
}

.hawks-gallery .slick-list {
    overflow: visible;
}

/* Gallery CTA Button */
.gallery-cta-button {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FF837D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-cta-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.gallery-cta-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 15s linear infinite;
}

.gallery-cta-text text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    fill: #040C5C;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.gallery-cta-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/**Events**/
#local-events {
  background-color: #48A0AA;
}
#local-events .container {
    position: relative;
}
.events-graphic {
  width: 100%;
  position: absolute;
  top: -320px;
}
.events-slide .card {
  border-radius: 20px;
  border: none;
    color: #fff;
  font-size: 18px;
  min-height: 500px;
}

.events-slide .card h3 {
    font-size: 32px;
    color: #fff;
}

.event-card__excerpt {
  color: #FFF;
  font-size: 18px;
}
#local-events .slick-dots li {
    margin: 0;
}
#local-events .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #FF837D;
}
#local-events .slick-dots li button::before {
  font-size: 96px;
  color: #FFF;
  opacity: 1;
}

#local-events .btn.btn-primary {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}

#local-events .btn.btn-primary::before {
    background: #48A0AA;
}

.meta-events-info {
  display: flex;
  gap: 24px;
  align-items: center;
}
.event-card__date {
  min-width: 150px;
}

.testimonials-graphic {
  position: relative;
  margin-top: -440px;
  margin-bottom: 40px;
}
#testimonialCarousel {
  margin-top: 40px;
}

.testimonial-content blockquote {
  border: none;
  max-width: 1000px;
  font-size: inherit;
}
.carousel-control-prev, .carousel-control-next {
  width: 56px;
  height: 56px;
  border: 2px solid #0F2DF5;
  border-radius: 50%;
  filter: none;
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F2DF5'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F2DF5'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: #0F2DF5;

}
.carousel-control-prev:hover .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next:hover .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.why-choose__content {
  background-color: #FFF3A5;
  border-radius: 12px;
  color: #040C5C;
  font-size: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
  justify-content: center;
}
#location-overview .why-choose__content h3 {
  color: #040C5C;
}
.why-choose__image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 425px;
}
.why-choose__image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}

.faq-section {
    background-color: #BEC6FA;
}

@media (max-width: 1199px) {
  #local-events {
  padding-top: 0;
}
.why-choose__image {
  min-height: auto;
}
.events-graphic {
  top: -200px;
}
.testimonials-graphic {
  margin-top: -300px;
}
.testimonial-content blockquote {
  padding: 0 3rem;
}
}


@media (max-width: 768px){
   .testimonials-graphic {
    margin-top: -240px;
  }
  body #local-events {
  padding-bottom: 150px;
}
.events-slide .card h3 {
  font-size: 20px;
}
#local-hero {
  min-height: 80vh;
}
#local-hero p {
  font-size: 18px;
}
.subsite-grid__item strong {
  font-size: 18px;
}
.program-content h3 {
  font-size: 24px;
}
.program-content p {
  font-size: 16px;
}
.why-choose__text {
  font-size: 16px;
}
.gallery-cta-button {
  width: 150px;
  height: 150px;
}
.gallery-cta-text text {
  font-size: 18px;
}
.gallery-cta-icon {
  width: 60px;
}
.meta-events-info {
  flex-direction: column;
  align-items: flex-start;
}
.event-card__excerpt {
  font-size: 16px;
}
.event-card__location {
  font-size: 16px;
}
}


@media (max-width: 767px){
.hawks-gallery .gallery-card {
  width: 200px;
  height: 255px;
}
.hawks-gallery .gallery-slide {
  padding: 0 12px;
}
.services-slide .card {
  min-height: 450px;
}
.service-slider-nav {
  justify-content: flex-start;
}
#local-hero::before {
  background-color: rgba(4,12,92,.15);
}
}
