/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/badges-section/style.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Badges Section Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

.badges-section {
    position: relative;
}

.badges-section__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin: 0 0 1rem;
    font-weight: 700;
}

.badges-section__description {
    margin: 0;
    color: #4d5768;
    font-size: 1.05rem;
    line-height: 1.7;
}

.badges-section__badge {
    /* padding: 1.5rem; */
    /* background: #ffffff; */
    border-radius: 12px;
    /* box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06); */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 180px;
}

/* .badges-section__badge-wrapper:hover .badges-section__badge {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    transform: translateY(-4px);
} */

.badges-section__badge-link {
    color: inherit;
}

.badges-section__badge-link:hover {
    color: inherit;
}

.badges-section__badge-image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.badges-section__badge-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    margin-top: 0.75rem;
}

.badges-section__badge-wrapper:hover .badges-section__badge-title {
    color: inherit;
}

/* Editor styles */
.badges-section-editor__badges {
    margin-bottom: 1.5rem;
}

.badges-section-editor__badge {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.badges-section-editor__placeholder {
    border: 1px dashed #cbd5e0;
    font-size: 0.85rem;
    color: #6b7280;
}

.badges-section-editor__actions {
    display: flex;
    justify-content: flex-end;
}


/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/border-icon/style.css ***!
  \**********************************************************************************************************************************************************************************/
/**
 * Border Icon Block Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

.border-icon-wrapper .border-icon-line {
  height: 1px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.border-icon-wrapper i {
  font-size: 3.125rem;
}

.border-icon-wrapper:hover .border-icon-line {
  opacity: 1;
}



/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/call-to-action/style.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Call to Action Block Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

/* CTA section styles */
#cta {
  background-color: var(--primary-color);
  color: white;
}

#cta .btn-primary {
  background-color: var(--secondary-color);
  font-weight: bold;
}

#cta .btn-primary:hover,
#cta .btn-primary:focus,
#cta .btn-primary:active {
  background-color: color-mix(in srgb, var(--secondary-color) 80%, black);
  border-color: color-mix(in srgb, var(--secondary-color) 80%, black);
}


/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/cards/style.css ***!
  \****************************************************************************************************************************************************************************/
/**
 * Cards Block Styles
 * Ensures all card images display at the same size
 */

/* Cards section container */
.cards-section .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Ensure all card images have the same height */
.cards-section .card-img-top {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Image position options */
.cards-section .card-img-top[data-image-position="top"],
.cards-section .card-img-top.img-position-top {
  -o-object-position: top;
     object-position: top;
}

.cards-section .card-img-top[data-image-position="center"],
.cards-section .card-img-top.img-position-center {
  -o-object-position: center;
     object-position: center;
}

.cards-section .card-img-top[data-image-position="bottom"],
.cards-section .card-img-top.img-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

/* Responsive image height adjustments */
@media (max-width: 768px) {
  .cards-section .card-img-top {
    height: 200px;
  }
}

@media (min-width: 992px) {
  .cards-section .card-img-top {
    height: 280px;
  }
}

/* Ensure card body takes remaining space */
.cards-section .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}


/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/chart-section/style.css ***!
  \************************************************************************************************************************************************************************************/
/**
 * Chart Section Block Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

.chart-section {
  position: relative;
}

.chart-section .chart-text h3 {
  color: inherit;
}

.chart-section .chart-text .btn {
  min-width: 160px;
}

.chart-section .chart-image {
  overflow: hidden;
  border-radius: 1.5rem;
}

.chart-section .chart-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.chart-section .chart-image.placeholder {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  color: #6c757d;
}

/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/content-layout/style.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Content Layout Block Styles
 */

.content-layout-section {
    position: relative;
}

.content-layout-section .icon-feature i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.content-layout-section .stat-item {
    padding: 1rem;
}

.content-layout-section .card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content-layout-section .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.content-layout-section .card-img-top {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-layout-section .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .content-layout-section [class*="col-"] {
        margin-bottom: 1.5rem;
    }
}


/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/faq-section/style.css ***!
  \**********************************************************************************************************************************************************************************/
/**
 * FAQ Section Block Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

.faq-section .accordion-button {
  font-weight: 500;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #fff9e6;
  color: #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.faq-section .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
  border-color: #ffc107;
}

.faq-section .accordion-body {
  background-color: #fff;
}

.faq-section .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
}

.faq-section .accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.faq-section .accordion-item:last-of-type {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}


/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/hero-block/style.css ***!
  \*********************************************************************************************************************************************************************************/
/**
 * Hero Block Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

/* Hero Section Line Animation */
.hero .line {
  width: 0;
  height: 2px;
  background-color: var(--soul-pages-primary, #eab42a);
  transition: width 0.3s ease;
}

/* Hero Section Typography - Montserrat */
.hero .text-above,
.hero .text-below {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

.hero .text-above {
  /* font-size: clamp(1.5rem, calc(1.813rem + 4vw), 4rem); */
  font-size: clamp(1.75rem, 8vw, 4rem);
  font-weight: 800; /* ExtraBold */
}

.hero .text-below {
  font-weight: 300; /* Light */
}

.has-bottom-accent {
  padding-bottom: 120px; 
}

.hero-bottom-accent{
  position: relative;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
  background-color: var(--soul-pages-primary, #eab42a);
}

@media (max-width: 991px) {
.hero-text-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  border-radius: 6px;
  backdrop-filter: blur(2px);
  transition: background-color 0.3s ease;
}

.hero-text-overlay.no-overlay {
  background-color: transparent;
  backdrop-filter: none;
  padding: 0;
}

.hero-text-overlay.no-overlay .line {
  background-color: var(--soul-pages-primary, #eab42a);
}

.hero-bottom-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  z-index: 5;
  display: flex;
}
}

.hero-bottom-diamond {
  width: 10vw;
  height: 10vw;
  max-width: 142px;
  max-height: 142px;
  background-color: var(--soul-pages-secondary, #006838);
  border-radius: 6px;
  transform: translateY(50%) rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 6;
  overflow: visible;
}

/* Prevent container from expanding due to SVG */
.hero-bottom-diamond > *,
.hero-bottom-mascot > * {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* Additional constraints for any wrapper elements */
.hero-bottom-diamond img,
.hero-bottom-diamond svg,
.hero-bottom-mascot img,
.hero-bottom-mascot svg {
  max-width: 290px !important;
  height: auto !important;
  width: clamp(120px, 20vw, 290px) !important;
}

/* Very specific constraint for mascot container children */
.hero-bottom-mascot > * {
  max-width: 290px !important;
  width: clamp(120px, 20vw, 290px) !important;
  height: auto !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Ensure WordPress image wrapper doesn't expand */
.hero-bottom-diamond .wp-image-wrapper,
.hero-bottom-mascot .wp-image-wrapper {
  max-width: 100%;
  display: inline-block;
}

/* When mascot image is used, diamond may need to be larger */
.hero-bottom-diamond .hero-bottom-icon {
  max-width: 80px;
  max-height: 80px;
}

/* Prevent SVG expansion in diamond variant */
.hero-bottom-diamond .hero-bottom-icon[src$=".svg"],
.hero-bottom-diamond .hero-bottom-icon[src*=".svg"],
.hero-bottom-diamond img[src$=".svg"],
.hero-bottom-diamond img[src*=".svg"],
.hero-bottom-diamond svg,
.hero-bottom-diamond .hero-bottom-icon svg {
  width: auto !important;
  height: auto !important;
  max-width: 80px !important;
  max-height: 80px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  flex-shrink: 0;
}

.hero-bottom-icon {
  width: auto !important;
  height: auto !important;
  max-width: 290px !important;
  max-height: 181px !important;
  min-width: 80px;
  min-height: 80px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transform: rotate(-45deg);
  display: block;
}

/* Prevent SVG mascot images from expanding - comprehensive rules */
.hero-bottom-icon[src$=".svg"],
.hero-bottom-icon[src*=".svg"],
.hero-bottom-icon img[src$=".svg"],
.hero-bottom-icon img[src*=".svg"],
.hero-bottom-icon svg,
.hero-bottom-diamond svg,
.hero-bottom-mascot svg,
.hero-bottom-icon img,
.hero-bottom-diamond img,
.hero-bottom-mascot img {
  width: clamp(120px, 20vw, 290px) !important;
  max-width: 290px !important;
  max-height: 181px !important;
  min-width: 120px !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  flex-shrink: 0;
}

/* Override any Bootstrap img-fluid class on hero icons */
.hero-bottom-icon.img-fluid,
.hero-bottom-diamond .img-fluid,
.hero-bottom-mascot .img-fluid {
  max-width: 290px !important;
  width: clamp(120px, 20vw, 290px) !important;
  height: auto !important;
}

/* Also target WordPress image wrapper for SVGs */
.hero-bottom-diamond img.hero-bottom-icon,
.hero-bottom-mascot img.hero-bottom-icon,
.hero-bottom-diamond .hero-bottom-icon img,
.hero-bottom-mascot .hero-bottom-icon img {
  display: block;
  width: clamp(120px, 20vw, 290px) !important;
  max-width: 290px !important;
  max-height: 181px !important;
  height: auto !important;
}

.hero-bottom-mascot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  width: clamp(120px, 20vw, 290px);
  max-width: 290px;
  height: auto;
  /* Prevent flex container from expanding */
  flex-shrink: 0;
  flex-grow: 0;
}

.hero-bottom-mascot .hero-bottom-icon {
  transform: none;
  width: clamp(120px, 20vw, 290px) !important;
  max-width: 290px !important;
  max-height: 181px !important;
  height: auto !important;
  flex-shrink: 0;
}

/* Prevent SVG expansion in mascot variant - very specific rules with clamp */
.hero-bottom-mascot .hero-bottom-icon[src$=".svg"],
.hero-bottom-mascot .hero-bottom-icon[src*=".svg"],
.hero-bottom-mascot img[src$=".svg"],
.hero-bottom-mascot img[src*=".svg"],
.hero-bottom-mascot svg,
.hero-bottom-mascot .hero-bottom-icon svg,
.hero-bottom-mascot img,
.hero-bottom-mascot .hero-bottom-icon img,
.hero-bottom-mascot > img,
.hero-bottom-mascot > svg {
  width: clamp(120px, 20vw, 290px) !important;
  max-width: 290px !important;
  max-height: 181px !important;
  min-width: 120px !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Responsive hero section heights */
.hero-section {
  min-height: 400px !important; /* Smaller default for mobile - override inline styles */
  position: relative; /* Ensure overlay is contained within section */
}

@media (min-width: 576px) {
  .hero-section {
    min-height: 450px !important;
  }
}

@media (min-width: 768px) {
  .hero-section {
    min-height: 500px !important;
  }
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 600px !important; /* Full height on desktop */
  }
  /* Allow custom min-height on desktop if set via CSS variable */
  .hero-section[style*="--custom-min-height"] {
    min-height: var(--custom-min-height, 600px) !important;
  }
}

@media (min-width: 1200px) {
  .hero-section {
    min-height: 650px !important;
  }
  .hero-section[style*="--custom-min-height"] {
    min-height: var(--custom-min-height, 650px) !important;
  }
}

/* Hero section styles */
.hero-section {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: var(--soul-pages-primary, #eab42a) 10px solid;
  color: white;
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Background image should be set via inline styles in render.php */
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-section::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: clamp(120px, 20vw, 290px);
  max-width: 290px;
  height: 181px;
  background-image: var(--hero-mascot-image);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 6;
}

/* Only show ::after when mascot image is set and no diamond */
.hero-section.no-bottom-diamond::after {
  display: block;
}

.hero-section:not(.no-bottom-diamond)::after,
.hero-section:not(.has-bottom-accent)::after {
  display: none;
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/media-text/style.css ***!
  \*********************************************************************************************************************************************************************************/
/**
 * Media & Text Block Styles
 * Loaded automatically by WordPress when the block is present on the page
 */

/* Add any media-text specific styles here */



/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/quote-section/style.css ***!
  \************************************************************************************************************************************************************************************/
.quote-section .quote-section-image,
.quote-section .quote-section-image-placeholder {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quote-section .quote-section-image img {
  transition: transform 0.3s ease;
}

.quote-section .quote-section-image:hover img {
  transform: scale(1.05);
}

.quote-section blockquote {
  position: relative;
  padding-left: 1.5rem;
}

.quote-section blockquote::before {
  content: '';
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: -0.5rem;
  color: rgba(0, 0, 0, 0.1);
}

.quote-section blockquote::after {
  content: "";
}

/* Header and Description Styles */
.quote-section .quote-section-header {
  margin-bottom: 3rem;
}

.quote-section .quote-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.quote-section .quote-section-description {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .quote-section .quote-section-title {
    font-size: 2rem;
  }

  .quote-section .quote-section-description {
    font-size: 1rem;
  }
}

/* Carousel Styles */
.quote-section .carousel {
  position: relative;
}

.quote-section .carousel-item {
  min-height: 300px;
}

.quote-section .carousel-item > .row {
  width: 100%;
  min-height: 100%;
}

.quote-section .carousel-control-prev,
.quote-section .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.quote-section .carousel-control-prev:hover,
.quote-section .carousel-control-next:hover {
  opacity: 1;
}

.quote-section .carousel-control-prev {
  left: 20px;
}

.quote-section .carousel-control-next {
  right: 20px;
}

.quote-section .carousel-indicators {
  margin-bottom: 20px;
}

.quote-section .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.quote-section .carousel-indicators button.active {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.5);
}

/* Smooth carousel transitions */
.quote-section .carousel-item {
  transition: transform 0.6s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .quote-section .carousel-control-prev,
  .quote-section .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .quote-section .carousel-control-prev {
    left: 10px;
  }

  .quote-section .carousel-control-next {
    right: 10px;
  }
}



/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/ratings/style.css ***!
  \******************************************************************************************************************************************************************************/
.star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 0.5rem 0;
}

.star-rating svg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

/* Star fill colors - controlled via CSS classes */
.star-rating svg.star-full {
    fill: gold;
}

.star-rating svg.star-empty {
    fill: #ddd;
}

/* Ensure use elements inherit fill from parent SVG */
.star-rating svg.star-full use,
.star-rating svg.star-empty use {
    fill: inherit;
}

/* Half star specific styling - paths inside the half star SVG */
.star-rating svg.star-half path.star-full {
    fill: gold;
}

.star-rating svg.star-half path.star-empty {
    fill: #ddd;
}

/* Ratings section styles */
#ratings {
  background-color: var(--primary-color);
  color: white;
}

#ratings .btn-outline-primary {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

#ratings .btn-outline-primary:hover,
#ratings .btn-outline-primary:focus,
#ratings .btn-outline-primary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
}


/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./blocks/video-embed/style.css ***!
  \**********************************************************************************************************************************************************************************/
/**
 * Video Embed Block Styles
 * Loaded when the block is present on the page
 */

/* Add any video-embed specific front-end styles here */


/*# sourceMappingURL=style-index.css.map*/