/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

@font-face {
    font-family: 'Hello Beautiful';
    src: url('./fonts/HelloBeautiful.eot');
    src: local('Hello Beautiful'), local('HelloBeautiful'),
        url('./fonts/HelloBeautiful.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelloBeautiful.woff2') format('woff2'),
        url('./fonts/HelloBeautiful.woff') format('woff'),
        url('./fonts/HelloBeautiful.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hello Beautiful Alternates';
    src: url('./fonts/HelloBeautifulAlternates.eot');
    src: local('Hello Beautiful Alternates'), local('HelloBeautifulAlternates'),
        url('./fonts/HelloBeautifulAlternates.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelloBeautifulAlternates.woff2') format('woff2'),
        url('./fonts/HelloBeautifulAlternates.woff') format('woff'),
        url('./fonts/HelloBeautifulAlternates.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hello Beautiful Swashes';
    src: url('./fonts/HelloBeautiful-Swashes.eot');
    src: local('Hello Beautiful Swashes'), local('HelloBeautiful-Swashes'),
        url('./fonts/HelloBeautiful-Swashes.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelloBeautiful-Swashes.woff2') format('woff2'),
        url('./fonts/HelloBeautiful-Swashes.woff') format('woff'),
        url('./fonts/HelloBeautiful-Swashes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hello Beautiful Marker';
    src: url('./fonts/HelloBeautiful-Marker.eot');
    src: local('Hello Beautiful Marker'), local('HelloBeautiful-Marker'),
        url('./fonts/HelloBeautiful-Marker.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HelloBeautiful-Marker.woff2') format('woff2'),
        url('./fonts/HelloBeautiful-Marker.woff') format('woff'),
        url('./fonts/HelloBeautiful-Marker.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.video_bg_wrapper>div {
    position: relative;
}

.video_bg_wrapper>div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1000;
}

.program_wrapper .elementor-element .elementor-flip-box__front:after,
.program_wrapper_overlay .elementor-element .elementor-flip-box__front:after,
.program_wrapper_overlay_odd .elementor-element .elementor-flip-box__front:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(237 67 154 / 50%);
    z-index: 10;
}

.program_wrapper .elementor-element .elementor-flip-box__front>div,
.program_wrapper_overlay .elementor-element .elementor-flip-box__front>div,
.program_wrapper_overlay_odd .elementor-element .elementor-flip-box__front>div {
    z-index: 1000;
    position: relative;
}

.program_wrapper .elementor-element:nth-child(even) .elementor-flip-box__front:after,
.program_wrapper_overlay .elementor-element:nth-child(even) .elementor-flip-box__front:after {
    background: rgb(0 0 0 / 50%);
}

.program_wrapper_overlay_odd .elementor-element:nth-child(odd) .elementor-flip-box__front:after {
    background: rgb(0 0 0 / 50%);
}


@media screen and (min-width:1024px) {
    .hide-desktop {
        display: none !important;
    }
}

@media screen and (max-width:1024px) {
    .hide-mobile {
        display: none !important;
    }

    .elementor-location-header healcode-widget a {
        width: 100%;
        text-align: center;
    }
}





/* Fix bug header section */
.page-header {
    padding: 0 !important;
}

/* fix mobile zoom issue in safari and chrome */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px !important;
}

#site-header {
    z-index: 1001;
}

/* map heights  */

#osm-map {
    height: 500px;
}

@media (max-width: 1024px) {
    #osm-map {
        height: 300px;
    }

    .slider_location_details {
        font-size: 10px !important;
    }

    .elementor-widget-smartslider healcode-widget a {
        font-family: 'Futura Std', 'Sans-serif';
        border: 4px solid #ff22a2 !important;
        font-size: 19px !important;
        display: block !important;
        text-align: center !important;
        padding: 16px;
        background-color: #ffffff;
        color: #ff22a2 !important;
        text-transform: uppercase !important;
        width: 160px;
        margin: auto;
    }

    .elementor-widget-smartslider healcode-widget a:hover {
        background-color: #ff22a2;
        color: #ffffff !important;
    }
}

/* Template locations corrections */

/* Removing pink menu on location pages in mobile and tablet, it is combined with grey location menu  */
@media (max-width: 1024px) {
    .location-navigation {
        display: none;
    }
}

/* location infos (column) needs to be visible on mobile and desktop*/
.elementor-element-d8198cd {
    display: block !important;
}

.fb_reset {
    z-index: 9;
    position: relative;
}

.elementor-main-swiper {
    height: 100% !important;
}

.elementor-swiper .swiper-slide:not(.swiper-slide-active) {
    height: 0px;
    opacity: 0;
}

.oew-grid-title.entry-title a {
    line-height: 20px;
}

/* Kaia Locations Archive */
.kaia-locations-archive {
    padding: 40px 0 60px;
    overflow: visible;
}

.kaia-locations-hero {
    text-align: center;
    margin-bottom: 32px;
}

.kaia-locations-eyebrow {
    color: #ff22a2;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.kaia-locations-title {
    font-size: 40px;
    margin-bottom: 10px;
}

.kaia-locations-subtitle {
    max-width: 680px;
    margin: 0 auto;
    color: #5e5e5e;
}

.kaia-locations-filter {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    align-items: end;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.kaia-locations-filter__field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.kaia-locations-filter__field select,
.kaia-locations-filter__field input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    min-height: 44px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Ensure dropdown is visible and not hidden */
.kaia-locations-filter__field {
    position: relative;
    z-index: 1;
}

.kaia-locations-filter__field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 36px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: visible;
}

.kaia-locations-filter__field select::-ms-expand {
    display: none;
}

.kaia-locations-filter__field select option {
    padding: 10px 12px;
    line-height: 1.5;
    display: block !important;
    background: #fff !important;
    color: #333 !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 44px !important;
}

/* Ensure select dropdown opens properly */
.kaia-locations-filter__field select {
    position: relative;
}

/* Fix for browsers that might hide options */
.kaia-locations-filter__field select[size] {
    height: auto;
}

.kaia-locations-filter__field select:not([size]) {
    height: 44px;
}

.kaia-locations-filter__field select:focus {
    z-index: 100;
    outline: 2px solid #ff22a2;
    outline-offset: 2px;
}

/* Modern Header Styles */
.kaia-modern-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1000;
}

/* Hide OceanWP default header to prevent duplicates */
#site-header:not(.kaia-modern-header) {
    display: none !important;
}

.kaia-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kaia-header-top {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
}

.kaia-header-top-left,
.kaia-header-top-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.kaia-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.kaia-logo-img {
    height: 40px;
    width: auto;
    max-width: 200px;
}

.kaia-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.kaia-utility-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kaia-utility-menu li {
    margin: 0;
}

.kaia-utility-menu a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.kaia-utility-menu a:hover {
    color: #ff22a2;
}

.kaia-header-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Healcode widget wrapper styling */
.kaia-try-week-free-wrapper {
    display: inline-block;
    position: relative;
}

.kaia-try-week-free-wrapper healcode-widget {
    display: inline-block;
}

.kaia-try-week-free-wrapper .healcode-pricing-option-text-link {
    display: inline-block;
}

/* Ensure Healcode-generated links use our button styles */
.kaia-header-cta .healcode-pricing-option-text-link.kaia-cta-button {
    text-decoration: none;
}

/* Show fallback button by default, hide when Healcode widget renders */
.kaia-try-week-free-fallback {
    display: inline-block;
}

/* Hide fallback when Healcode widget has rendered a link */
.kaia-try-week-free-wrapper:has(.healcode-pricing-option-text-link) .kaia-try-week-free-fallback,
.kaia-try-week-free-wrapper .healcode-pricing-option-text-link~.kaia-try-week-free-fallback {
    display: none;
}

/* Fallback for browsers that don't support :has() */
.kaia-try-week-free-wrapper healcode-widget:not(:empty)~.kaia-try-week-free-fallback {
    display: none;
}

.kaia-cta-button {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.kaia-cta-primary {
    background: #ff22a2;
    color: #fff;
    border: none;
}

.kaia-cta-primary:hover {
    background: #e01a8f;
    color: #fff;
    transform: translateY(-1px);
}

.kaia-cta-secondary {
    background: transparent;
    color: #ff22a2;
    border: 2px solid #ff22a2;
}

.kaia-cta-secondary:hover {
    background: #ff22a2;
    color: #fff;
}

.kaia-header-nav {
    background: #2c2c2c;
    padding: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.kaia-main-nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.kaia-nav-menu {
    display: flex !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    width: 100%;
}

/* Hide search toggle items that OceanWP might add */
.kaia-nav-menu .search-toggle-li,
.kaia-nav-menu .site-search-toggle,
.kaia-nav-menu #search-toggle {
    display: none !important;
}

.kaia-nav-menu>li {
    margin: 0;
    position: relative;
}

.kaia-nav-menu>li>a {
    display: block;
    padding: 16px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    position: relative;
}

.kaia-nav-menu>li>a:hover,
.kaia-nav-menu>li.current-menu-item>a,
.kaia-nav-menu>li.current-menu-ancestor>a {
    color: #ff22a2;
    background: rgba(255, 34, 162, 0.1);
}

.kaia-dropdown-arrow {
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.2s;
}

.kaia-nav-menu>li:hover>a .kaia-dropdown-arrow {
    transform: rotate(180deg);
}

/* Location Display Styles */
.kaia-location-display {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #e8e8e8;
}

.kaia-location-link-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.kaia-location-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.2s;
}

.kaia-location-link:hover {
    color: #ff22a2;
}


.kaia-location-icon-small {
    font-size: 16px;
    color: #ff22a2;
    margin-right: 4px;
}

.kaia-location-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kaia-location-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
}

.kaia-location-details {
    font-size: 13px;
    color: #666;
    line-height: 1.3;
    margin-top: 2px;
}

.kaia-location-change {
    font-size: 13px;
    color: #ff22a2;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    white-space: nowrap;
}

.kaia-location-change:hover {
    color: #e01a8f;
    text-decoration: underline;
}

/* Submenu Styles */
.kaia-nav-menu .kaia-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.kaia-nav-menu>li:hover>.kaia-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.kaia-submenu li {
    margin: 0;
}

.kaia-submenu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 4px;
    margin: 2px 8px;
}

.kaia-submenu a:hover {
    background: linear-gradient(90deg, rgba(255, 34, 162, 0.08) 0%, rgba(255, 34, 162, 0.05) 100%);
    color: #ff22a2;
    padding-left: 24px;
    transform: translateX(2px);
}

.kaia-submenu .current-menu-item>a,
.kaia-submenu .current-menu-ancestor>a {
    background: rgba(255, 34, 162, 0.1);
    color: #ff22a2;
    font-weight: 600;
}

/* Mobile Menu Toggle */
.kaia-mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.kaia-menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
}

.kaia-menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.3s;
    border-radius: 2px;
}

.kaia-mobile-menu-toggle[aria-expanded="true"] .kaia-menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.kaia-mobile-menu-toggle[aria-expanded="true"] .kaia-menu-icon span:nth-child(2) {
    opacity: 0;
}

.kaia-mobile-menu-toggle[aria-expanded="true"] .kaia-menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .kaia-header-top-right {
        gap: 16px;
    }

    .kaia-utility-menu {
        gap: 16px;
    }

    .kaia-cta-button {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .kaia-header-top {
        padding: 10px 0;
    }

    .kaia-header-top-right {
        gap: 12px;
    }

    .kaia-utility-menu {
        display: none;
    }

    .kaia-header-cta {
        gap: 8px;
    }

    .kaia-cta-button {
        padding: 8px 12px;
        font-size: 12px;
    }

    .kaia-location-display {
        margin-left: 12px;
        padding-left: 12px;
    }

    .kaia-location-name {
        font-size: 14px;
    }

    .kaia-location-details {
        font-size: 11px;
    }

    .kaia-location-change {
        font-size: 11px;
    }

    .kaia-location-actions {
        flex-direction: column;
    }

    .kaia-location-set-button {
        width: 100%;
    }

    .kaia-mobile-menu-toggle {
        display: flex;
    }

    .kaia-nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #2c2c2c;
        flex-direction: column;
        padding: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .kaia-nav-menu.active {
        display: flex;
    }

    .kaia-nav-menu>li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .kaia-nav-menu>li>a {
        padding: 16px 20px;
    }

    .kaia-nav-menu .kaia-submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.2);
        margin-left: 20px;
    }

    .kaia-submenu a {
        padding: 12px 20px 12px 40px;
    }
}


/* Ensure parent containers don't clip the dropdown */
.kaia-locations-filter {
    overflow: visible;
    position: relative;
    z-index: 1;
}

.kaia-locations-archive {
    overflow: visible;
    position: relative;
}

.kaia-locations-filter__field input::placeholder {
    color: #999;
    opacity: 1;
    font-size: 16px;
    line-height: 1.5;
}

.kaia-locations-filter__actions {
    text-align: right;
}

.kaia-locations-filter__button {
    background: #ff22a2;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.kaia-locations-results {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Ensure grid container centers its content when it only contains empty/loading message */
.kaia-locations-results .kaia-locations-list--grid:has(.kaia-locations-empty),
.kaia-locations-results .kaia-locations-list--grid:has(.kaia-locations-loading),
.kaia-locations-results .kaia-locations-list--grid:has(.kaia-locations-error) {
    justify-items: center;
}

.kaia-locations-results .kaia-locations-list--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

/* When empty/loading message is inside grid, make it span all columns and center */
.kaia-locations-list--grid>.kaia-locations-empty,
.kaia-locations-list--grid>.kaia-locations-loading,
.kaia-locations-list--grid>.kaia-locations-error {
    grid-column: 1 / -1;
    justify-self: center;
    align-self: center;
    width: auto !important;
    min-width: 300px;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kaia-locations-loading,
.kaia-locations-empty,
.kaia-locations-error {
    text-align: center;
    padding: 60px 40px;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    width: auto;
    margin: 40px auto;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kaia-locations-empty {
    color: #555;
    font-weight: 500;
}

/* Ensure empty/loading messages are centered within results container (direct children) */
.kaia-locations-results>.kaia-locations-empty,
.kaia-locations-results>.kaia-locations-loading,
.kaia-locations-results>.kaia-locations-error {
    align-self: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    min-width: 300px;
    max-width: 600px;
}

/* Also handle when empty message is nested deeper */
#kaia-locations-list .kaia-locations-empty,
#kaia-locations-list .kaia-locations-loading,
#kaia-locations-list .kaia-locations-error {
    margin-left: auto !important;
    margin-right: auto !important;
}

.kaia-locations-loading {
    color: #ff22a2;
    font-weight: 500;
}

.kaia-locations-error {
    color: #d32f2f;
    background: #fff5f5;
    border-color: #fecaca;
}

.kaia-locations-empty::before {
    content: "📍";
    display: block;
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.6;
}

.kaia-locations-loading::before {
    content: "⏳";
    display: block;
    font-size: 48px;
    margin-bottom: 16px;
    animation: pulse 2s ease-in-out infinite;
}

.kaia-locations-error::before {
    content: "⚠️";
    display: block;
    font-size: 48px;
    margin-bottom: 16px;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@media (max-width: 1024px) {
    .kaia-locations-results .kaia-locations-list--grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kaia-locations-results .kaia-locations-list--grid {
        grid-template-columns: 1fr;
    }
}

/* Full width layout for locations page - hide sidebar */
body.page-template-page-locations #primary,
body.post-type-archive-kaia_location #primary,
body.single-kaia_location #primary {
    width: 100% !important;
    float: none !important;
}

body.page-template-page-locations #right-sidebar,
body.page-template-page-locations #left-sidebar,
body.post-type-archive-kaia_location #right-sidebar,
body.post-type-archive-kaia_location #left-sidebar,
body.single-kaia_location #right-sidebar,
body.single-kaia_location #left-sidebar,
body.page-template-page-locations .sidebar-container,
body.post-type-archive-kaia_location .sidebar-container,
body.single-kaia_location .sidebar-container {
    display: none !important;
}

body.page-template-page-locations .content-area,
body.post-type-archive-kaia_location .content-area,
body.single-kaia_location .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

body.page-template-page-locations #content-wrap,
body.post-type-archive-kaia_location #content-wrap,
body.single-kaia_location #content-wrap {
    max-width: 100% !important;
}

.kaia-location-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.kaia-location-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.kaia-location-card h3,
.kaia-location-card h2,
.kaia-location-title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #ff22a2;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.kaia-location-card h3 a,
.kaia-location-title a {
    color: #ff22a2;
    text-decoration: none;
    display: block;
}

.kaia-location-card h3 a:hover,
.kaia-location-title a:hover {
    text-decoration: underline;
}

.kaia-location-address,
.kaia-location-phone {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #666;
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.6;
}

.kaia-location-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: #ff22a2;
}

.kaia-location-address-content {
    flex: 1;
}

.kaia-address-line {
    display: block;
    line-height: 1.5;
}

.kaia-address-line:not(:last-child) {
    margin-bottom: 2px;
}

.kaia-location-phone a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.kaia-location-phone a:hover {
    color: #ff22a2;
    text-decoration: underline;
}

.kaia-location-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
}

.kaia-location-button {
    display: block;
    background: #ff22a2;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: background 0.2s, transform 0.2s;
    border: none;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.kaia-location-button:hover {
    background: #e01a8f;
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff !important;
}

.kaia-location-set-button {
    padding: 12px 24px;
    background: transparent;
    border: 2px solid #ff22a2;
    color: #ff22a2;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.kaia-location-set-button:hover:not(:disabled) {
    background: #ff22a2;
    color: #fff;
    transform: translateY(-1px);
}

.kaia-location-set-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.kaia-location-set-button.loading {
    position: relative;
    color: transparent;
}

.kaia-location-set-button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ff22a2;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.kaia-location-set-button.success {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 768px) {
    .kaia-locations-title {
        font-size: 30px;
    }

    .kaia-locations-filter__actions {
        text-align: left;
    }
}

/* Modern Footer Styles */
.kaia-modern-footer {
    background: #2c2c2c;
    color: #fff;
    margin-top: auto;
}

.kaia-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.kaia-footer-main {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kaia-footer-main .kaia-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.kaia-footer-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kaia-footer-nav {
    margin-bottom: 0;
}

.kaia-footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px 32px;
}

.kaia-footer-menu li {
    margin: 0;
}

.kaia-footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
    white-space: nowrap;
}

.kaia-footer-menu a:hover {
    color: #ff22a2;
}

.kaia-footer-mission {
    margin-top: 8px;
}

.kaia-footer-mission p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

.kaia-footer-right {
    flex-shrink: 0;
}

.kaia-footer-social {
    text-align: right;
}

.kaia-footer-social-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px 0;
}

.kaia-footer-social-links {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.kaia-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.kaia-social-link:hover {
    background: #ff22a2;
    color: #fff;
    transform: translateY(-2px);
}

.kaia-social-link svg {
    width: 20px;
    height: 20px;
}

.kaia-footer-bottom {
    padding: 24px 0;
    background: #1a1a1a;
}

.kaia-footer-copyright {
    text-align: center;
}

.kaia-footer-copyright p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.kaia-footer-link {
    color: #ff22a2;
    text-decoration: none;
    transition: color 0.2s;
}

.kaia-footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* Responsive Footer Styles */
@media (max-width: 1024px) {
    .kaia-footer-main {
        padding: 50px 0 35px;
    }

    .kaia-footer-main .kaia-footer-container {
        gap: 30px;
    }

    .kaia-footer-menu {
        gap: 20px 24px;
    }
}

@media (max-width: 768px) {
    .kaia-footer-main {
        padding: 40px 0 30px;
    }

    .kaia-footer-main .kaia-footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .kaia-footer-left {
        width: 100%;
    }

    .kaia-footer-menu {
        flex-direction: column;
        gap: 16px;
    }

    .kaia-footer-right {
        width: 100%;
    }

    .kaia-footer-social {
        text-align: left;
    }

    .kaia-footer-social-links {
        justify-content: flex-start;
    }

    .kaia-footer-bottom {
        padding: 20px 0;
    }

    .kaia-footer-copyright p {
        font-size: 12px;
    }
}

/* Location Detail Page Styles */
.kaia-location-single {
    padding: 0;
}

.kaia-location-article {
    margin: 0;
}

/* Hero Section */
.kaia-location-hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #2c2c2c;
}

.kaia-location-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kaia-location-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 40px 20px;
}

.kaia-location-hero-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.kaia-location-hero-content .kaia-location-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.kaia-location-hero-content .kaia-location-group {
    color: #ff22a2;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Header (when no image) */
.kaia-location-header {
    background: #fff;
    padding: 60px 20px 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.kaia-location-header .kaia-location-title {
    font-size: 48px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 12px 0;
}

.kaia-location-header .kaia-location-group {
    color: #ff22a2;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

/* Content Wrapper */
.kaia-location-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    align-items: start;
}

/* Main Content */
.kaia-location-main {
    min-width: 0;
}

.kaia-location-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.kaia-location-description p {
    margin-bottom: 1.5em;
}

.kaia-location-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #ff22a2;
}

.kaia-location-map-section {
    margin-top: 40px;
}

.kaia-location-map {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: relative;
}

.kaia-location-map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #666;
    font-size: 16px;
}

/* Sidebar */
.kaia-location-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kaia-location-info-card,
.kaia-location-group-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.kaia-location-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff22a2;
}

.kaia-location-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.kaia-location-info-item:last-child {
    margin-bottom: 0;
}

.kaia-location-info-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #ff22a2;
    margin-top: 2px;
}

.kaia-location-info-icon svg {
    width: 100%;
    height: 100%;
}

.kaia-location-info-content {
    flex: 1;
    min-width: 0;
}

.kaia-address-line {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 4px;
}

.kaia-address-line:last-child {
    margin-bottom: 0;
}

.kaia-location-phone-link {
    font-size: 15px;
    color: #ff22a2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.kaia-location-phone-link:hover {
    color: #e01a8f;
    text-decoration: underline;
}

.kaia-location-member-login {
    display: block;
    padding: 12px 24px;
    background: #ff22a2;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    transition: background 0.2s, transform 0.2s;
    margin-top: 8px;
}

.kaia-location-member-login:hover {
    background: #e01a8f;
    transform: translateY(-1px);
    color: #fff !important;
    text-decoration: none;
}

.kaia-location-group-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kaia-location-group-list li {
    margin: 0 0 12px 0;
    padding: 0;
}

.kaia-location-group-list li:last-child {
    margin-bottom: 0;
}

.kaia-location-group-list a {
    display: block;
    padding: 12px 16px;
    background: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.kaia-location-group-list a:hover {
    background: #ff22a2;
    color: #fff;
    border-left-color: #e01a8f;
    transform: translateX(4px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .kaia-location-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kaia-location-sidebar {
        order: -1;
    }

    .kaia-location-hero {
        height: 300px;
    }

    .kaia-location-hero-content .kaia-location-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .kaia-location-hero {
        height: 250px;
    }

    .kaia-location-hero-content {
        padding: 20px;
    }

    .kaia-location-hero-content .kaia-location-title {
        font-size: 28px;
    }

    .kaia-location-hero-content .kaia-location-group {
        font-size: 16px;
    }

    .kaia-location-header {
        padding: 40px 20px 30px;
    }

    .kaia-location-header .kaia-location-title {
        font-size: 32px;
    }

    .kaia-location-content-wrapper {
        padding: 40px 20px;
        gap: 30px;
    }

    .kaia-location-section-title {
        font-size: 24px;
    }

    .kaia-location-map {
        height: 300px;
    }

    .kaia-location-info-card,
    .kaia-location-group-card {
        padding: 20px;
    }
}

/* Meal Plan Download Section */
.kaia-location-meal-plan {
    background: #f5f5f5;
    padding: 60px 20px;
}

.kaia-location-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-location-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 12px 0;
    text-align: center;
}

.kaia-location-section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-align: center;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kaia-meal-plan-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
}




.kaia-meal-plan-button {
    background: #ff22a2;
    color: #fff;
    border: none;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.kaia-meal-plan-button:hover {
    background: #e01a8f;
}

/* Contact Section */
.kaia-location-contact {
    background: #fff;
    padding: 60px 20px;
}

.kaia-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-contact-form-wrapper {
    padding: 20px;
}

.kaia-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kaia-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kaia-contact-form input,
.kaia-contact-form textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.kaia-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.kaia-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.kaia-captcha-placeholder {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.kaia-contact-submit {
    background: #ff22a2;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.kaia-contact-submit:hover {
    background: #e01a8f;
}

.kaia-contact-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kaia-map-text {
    padding: 20px;
}

.kaia-map-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.kaia-map-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Schedule Section */
.kaia-location-schedule {
    background: #fff;
    padding: 60px 0;
}

.kaia-schedule-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-schedule-calendar,
.kaia-schedule-classes {
    min-height: 400px;
}

.kaia-calendar-placeholder,
.kaia-schedule-placeholder {
    padding: 40px;
    text-align: center;
    color: #999;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.kaia-schedule-placeholder-text {
    text-align: center;
    color: #999;
    font-style: italic;
}

/* Team Section */
.kaia-location-team {
    background: #fff;
    padding: 60px 20px;
}

.kaia-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-team-member {
    text-align: center;
}

.kaia-team-member-photo {
    margin-bottom: 20px;
}

.kaia-team-photo-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.kaia-team-member-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
}

.kaia-team-member-title {
    font-size: 14px;
    color: #ff22a2;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.kaia-team-member-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Membership Options Section */
.kaia-location-membership {
    background: #fff;
    padding: 60px 0px;
}

.kaia-location-membership .kaia-section-title {
    margin: 0 0 15px 0;
}

.kaia-membership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-membership-card {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.kaia-membership-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.kaia-membership-popular {
    background: #ff22a2;
    border-color: #ff22a2;
    color: #fff;
}

.kaia-membership-card .healcode-link.healcode-pricing-option-text-link {
    background: #ff22a2;
    border-color: #ff22a2;
    color: #fff;
    padding: 12px 40px;
    display: inline-flex;
    width: max-content;
    margin: 12px 0px;
    border-radius: 10px;
}

.kaia-membership-popular.kaia-membership-card .healcode-link.healcode-pricing-option-text-link {
    background: #fff;
    border-color: #fff;
    color: #ff22a2;
}

.kaia-membership-popular .kaia-membership-name,
.kaia-membership-popular .kaia-membership-price,
.kaia-membership-popular .kaia-membership-features {
    color: #fff;
}

.kaia-membership-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2c2c2c;
    color: #fff;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

.kaia-membership-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
    padding: 0px 17px;
}

.kaia-membership-pricing {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 1;
}

.kaia-membership-original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-right: 0;
}

.kaia-membership-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    display: block;
}

.kaia-membership-promo {
    font-size: 14px;
    color: #ff22a2;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.kaia-membership-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.kaia-membership-features li {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}

.kaia-membership-features li:last-child {
    border-bottom: none;
}

/* Events Section */
.kaia-location-events {
    background: #fff;
    padding: 60px 20px;
}

.kaia-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-event-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.kaia-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.kaia-event-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.kaia-event-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kaia-event-content {
    padding: 20px;
}

.kaia-event-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 12px 0;
}

.kaia-event-date {
    font-size: 14px;
    color: #ff22a2;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.kaia-event-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.kaia-event-link {
    display: inline-block;
    color: #ff22a2;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.kaia-event-link:hover {
    color: #e01a8f;
}

/* Testimonials Section */
.kaia-location-testimonials {
    background: #fff;
    padding: 60px 20px;
}

.kaia-testimonials-slider {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.kaia-testimonials-track {
    position: relative;
    min-height: 200px;
}

.kaia-testimonial-slide {
    display: none;
    text-align: center;
    padding: 40px 20px;
}

.kaia-testimonial-slide.kaia-testimonial-active {
    display: block;
}

.kaia-testimonial-quote {
    font-size: 18px;
    color: #ff22a2;
    font-style: italic;
    line-height: 1.8;
    margin: 0 0 24px 0;
    quotes: '"' '"' "'" "'";
}

.kaia-testimonial-quote::before {
    content: open-quote;
}

.kaia-testimonial-quote::after {
    content: close-quote;
}

.kaia-testimonial-author {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    font-style: normal;
}

.kaia-testimonial-author-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
}

.kaia-testimonials-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.kaia-testimonial-prev,
.kaia-testimonial-next {
    background: none;
    border: none;
    font-size: 32px;
    color: #ff22a2;
    cursor: pointer;
    padding: 0 12px;
    transition: color 0.3s;
}

.kaia-testimonial-prev:hover,
.kaia-testimonial-next:hover {
    color: #e01a8f;
}

.kaia-testimonials-dots {
    display: flex;
    gap: 8px;
}

.kaia-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s;
    padding: 0;
}

.kaia-testimonial-dot.kaia-testimonial-dot-active {
    background: #ff22a2;
}

/* Responsive Styles for New Sections */
@media (max-width: 1024px) {
    .kaia-contact-wrapper {
        grid-template-columns: 1fr;
    }

    .kaia-schedule-wrapper {
        grid-template-columns: 1fr;
    }

    .kaia-team-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .kaia-membership-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .kaia-location-section-title {
        font-size: 28px;
    }

    .kaia-meal-plan-form {
        flex-direction: column;
    }

    .kaia-meal-plan-button {
        width: 100%;
    }

    .kaia-form-row {
        grid-template-columns: 1fr;
    }

    .kaia-team-grid {
        grid-template-columns: 1fr;
    }

    .kaia-membership-grid {
        grid-template-columns: 1fr;
    }

    .kaia-events-grid {
        grid-template-columns: 1fr;
    }
}

/* As Featured In Section - Modern Design */
.kaia-featured-in {
    /* Match the softer grey section background used on the live site so transitions feel seamless */
    background: #f2f2f2;
    padding: 40px 20px 80px;
    margin: 0;
    clear: both;
}

.kaia-featured-in-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.kaia-featured-in-title {
    font-size: 36px;
    font-weight: 700;
    color: #ff22a2;
    margin: 0 0 50px 0;
    text-transform: none;
    letter-spacing: -0.5px;
}

.kaia-featured-in-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.kaia-featured-logo {
    width: 100%;
    max-width: 320px;
    min-height: 110px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Less "bright card" look */
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.kaia-featured-logo:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.75);
}

.kaia-featured-logo img {
    width: 100%;
    height: auto;
    max-height: 110px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    /* Keep logos crisp/legible */
    filter: none;
    opacity: 0.9;
    transition: opacity 0.2s ease;
    display: block;
}

.kaia-featured-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Specific adjustments for Women's Health logo - wider container */
.kaia-logo-womens-health {
    padding: 20px 12px;
    max-width: 280px;
}

.kaia-logo-womens-health img {
    max-height: 65px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Ensure all logos maintain aspect ratio and fit properly */
.kaia-featured-logo img[src$=".jpg"],
.kaia-featured-logo img[src$=".png"],
.kaia-featured-logo img[src$=".jpeg"] {
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

/* Better handling for different logo aspect ratios */
.kaia-featured-logo {
    aspect-ratio: auto;
}

/* Ensure logos don't overflow */
.kaia-featured-in-logos {
    align-items: stretch;
}

.kaia-featured-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide old Elementor "As Featured In" sections */
.elementor-section:has(.elementor-heading-title:contains("As Featured In")),
.elementor-section:has(h2:contains("As Featured In")),
.elementor-section:has(h3:contains("As Featured In")) {
    display: none !important;
}

@media (max-width: 1024px) {
    .kaia-featured-in-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .kaia-featured-logo {
        max-width: 280px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .kaia-featured-in {
        padding: 60px 20px;
    }

    .kaia-featured-in-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .kaia-featured-in-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .kaia-featured-logo {
        max-width: 100%;
        height: 100px;
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .kaia-featured-in {
        padding: 40px 16px;
    }

    .kaia-featured-in-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .kaia-featured-in-logos {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .kaia-featured-logo {
        height: 90px;
        padding: 12px;
    }
}

/* Hide first oew-brands-list div */
.oew-brands>.oew-brands-list:first-of-type {
    display: none !important;
}

/* --- Home Hero (hardcoded) --- */
.kaia-hero__cta .kaia-cta-button {
    font-size: 18px;
    padding: 16px 28px;
    min-width: 220px;
    text-align: center;
}

/* Remove Elementor sections we are replacing on the homepage */
body.home .elementor-element-000945d,
/* Virtual/Community/Results */
body.home .elementor-element-a2ddfd1,
/* Instagram feed (desktop) */
body.home .elementor-element-f277013,
/* Instagram feed (mobile) */
body.home .elementor-element-157a735

/* empty spacer above footer */
    {
    display: none !important;
}

/* Remove Instagram feed output entirely (it’s broken on prod too) */
body.home #sb_instagram,
body.home .sbi-critical-notice {
    display: none !important;
}

/* Keep transitions clean where Elementor leaves an empty white strip */
body.home .elementor-element-157a735,
body.home .elementor-element-bd32dd5 {
    margin: 0 !important;
    padding: 0 !important;
}

/* --- Home Trio (hardcoded) --- */
.kaia-home-trio {
    /* Match Featured In background so there’s no visible divider line between sections */
    background: #f2f2f2;
    padding: 60px 20px 40px;
}

.kaia-home-trio__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-home-trio__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    align-items: start;
}

.kaia-home-trio__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.kaia-home-trio__title {
    margin: 18px 0 10px;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 700;
    color: #ff22a2;
    text-align: center;
}

.kaia-home-trio__title a {
    color: inherit;
    text-decoration: none;
}

.kaia-home-trio__body {
    margin: 0 auto 14px;
    max-width: 320px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.kaia-home-trio__card--community .kaia-home-trio__body {
    max-width: 360px;
}

.kaia-home-trio__links {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    gap: 18px;
    justify-content: center;
}

.kaia-home-trio__links a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #555;
    text-decoration: none;
    font-weight: 600;
}

.kaia-home-trio__links i {
    color: #ff22a2;
}

@media (max-width: 1024px) {
    .kaia-home-trio__grid {
        gap: 28px;
    }

    .kaia-home-trio__title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .kaia-home-trio {
        padding: 40px 16px;
    }

    .kaia-home-trio__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .kaia-home-trio__title {
        font-size: 40px;
    }
}

.kaia-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 520px;
    display: flex;
    align-items: stretch;
}

.kaia-hero__overlay {
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    padding: 80px 20px;
}

.kaia-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.kaia-hero__kicker {
    margin: 0 0 8px;
    font-family: 'Hello Beautiful', sans-serif;
    font-size: 100px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
}

.kaia-hero__title {
    margin: 14px 0 10px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 74px;
    line-height: 1.05;
    font-weight: 800;
    color: #fff;
}

.kaia-hero__sub {
    margin: 0 0 28px;
    font-family: 'Hello Beautiful', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
    color: #fff;
}

.kaia-hero__cta {
    display: flex;
    justify-content: center;
}

/* Hide the old Smart Slider hero on the front page (we're replacing it with hardcoded hero) */
body.home .n2-ss-slider,
body.home .n2-ss-slider-wrapper,
body.home .n2-ss-section-main-content {
    display: none !important;
}

@media (max-width: 767px) {
    .kaia-hero {
        min-height: 420px;
    }

    .kaia-hero__overlay {
        min-height: 420px;
        padding: 56px 16px;
    }

    .kaia-hero__kicker {
        font-size: 56px;
        line-height: 32px;
    }

    .kaia-hero__title {
        font-size: 36px;
    }

    .kaia-hero__sub {
        font-size: 56px;
        line-height: 56px;
    }
}

/* ============================================
   LOCATION LANDING PAGE - PRODUCTION PARITY
   ============================================ */

/* --- Location Hero Section (Production Parity) --- */
.kaia-location-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #2c2c2c;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    scroll-margin-top: 150px;
    /* Prevent sticky nav from covering title when scrolling */
    padding-top: 150px;
    /* Reduced padding - title should be visible below header */
    padding-bottom: 20px;
    /* Add space before sticky nav */
}

.kaia-location-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.kaia-location-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
    /* Reduced bottom padding */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 40px;
    /* Add gap between title and cards */
}

/* Large centered location name */
.kaia-location-hero-title {
    font-size: 96px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    /* Remove bottom margin - gap handles spacing */
    line-height: 1.1;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: -1px;
}

/* Location cards container */
.kaia-location-hero-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
}

/* Individual location card (pink overlay box) */
.kaia-location-hero-card {
    background: #ff22a2;
    border: 2px solid #ff22a2;
    border-radius: 8px;
    padding: 28px 32px 24px 32px;
    /* Reduced padding, especially bottom */
    min-width: 300px;
    max-width: 400px;
    flex: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.kaia-location-hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.kaia-location-hero-card-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-family: 'Hello Beautiful', serif;
}

.kaia-location-hero-card-address {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    /* Reduced from 24px to bring email/phone closer */
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.kaia-location-hero-card-address span {
    display: block;
}

.kaia-location-hero-card-contact {
    margin-top: 0;
    /* Removed top margin - address margin-bottom handles spacing */
    margin-bottom: 16px;
    /* Reduced from 20px */
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.kaia-location-hero-card-contact a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.kaia-location-hero-card-contact a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.kaia-hero-card-divider {
    margin: 0 8px;
    opacity: 0.7;
}

.kaia-location-hero-card-btn {
    display: inline-block;
    background: #fff;
    color: #ff22a2;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.kaia-location-hero-card-btn:hover {
    background: #f0f0f0;
    color: #e01a8f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Style Healcode widget links in hero cards to match button design */
.kaia-hero-card-try-week-free .healcode-pricing-option-text-link.kaia-location-hero-card-btn {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 14px 32px;
    background: #fff;
    color: #ff22a2;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
    box-sizing: border-box;
}

.kaia-hero-card-try-week-free .healcode-pricing-option-text-link.kaia-location-hero-card-btn:hover {
    background: #f0f0f0;
    color: #e01a8f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Set As My Location button in hero cards - more subtle */
.kaia-location-hero-set-location {
    display: block;
    width: auto;
    /* Changed from 100% to auto for smaller button */
    margin: 12px auto 0 auto;
    /* Reduced top margin, centered */
    padding: 6px 16px;
    /* Reduced padding for smaller button */
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    /* Lighter border for subtlety */
    color: #fff;
    font-size: 12px;
    /* Smaller font */
    font-weight: 500;
    /* Lighter weight */
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    opacity: 0.9;
    /* Slightly transparent for subtlety */
}

.kaia-location-hero-set-location:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.kaia-location-hero-set-location.loading {
    opacity: 0.6;
    cursor: not-allowed;
}

.kaia-location-hero-set-location.success {
    background: rgba(255, 255, 255, 0.2);
    border-color: #4caf50;
    color: #4caf50;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .kaia-location-hero-title {
        font-size: 72px;
        margin-bottom: 50px;
    }

    .kaia-location-hero-cards {
        gap: 24px;
    }

    .kaia-location-hero-card {
        min-width: 280px;
        padding: 28px 32px;
    }
}

@media (max-width: 768px) {
    .kaia-location-hero-section {
        min-height: 500px;
    }

    .kaia-location-hero-inner {
        padding: 60px 20px;
    }

    .kaia-location-hero-title {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .kaia-location-hero-cards {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .kaia-location-hero-card {
        min-width: 100%;
        max-width: 100%;
        padding: 24px 28px;
    }

    .kaia-location-hero-card-title {
        font-size: 24px;
    }

    .kaia-location-hero-card-contact {
        font-size: 13px;
    }
}

/* --- Sticky Navigation Menu --- */
.kaia-location-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-top: -1px;
    /* Ensure it sits flush with content above */
}


.kaia-location-sticky-nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.kaia-location-sticky-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    justify-content: center;
    /* Center the menu items */
}

.kaia-location-sticky-nav-menu::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.kaia-sticky-nav-item {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.kaia-sticky-nav-link {
    display: block;
    padding: 16px 24px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    text-align: center;
    /* Center the text */
}

.kaia-sticky-nav-link:hover {
    color: #ff22a2;
    border-bottom-color: #ff22a2;
}

.kaia-sticky-nav-link.active {
    color: #ff22a2;
    border-bottom-color: #ff22a2;
    background: rgba(255, 34, 162, 0.05);
}

/* Responsive sticky nav */
@media (max-width: 768px) {
    .kaia-location-sticky-nav {
        overflow-x: auto;
    }

    .kaia-sticky-nav-link {
        padding: 14px 20px;
        font-size: 13px;
    }
}

/* --- Section Common Styles --- */
.kaia-location-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.kaia-section-eyebrow {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    text-align: center;
}

.kaia-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 10px 0;
    text-align: center;
}

.kaia-location-membership .kaia-location-nav {
    margin: 0 0 20px 0;
}

.kaia-section-title-fancy {
    font-family: 'Hello Beautiful', serif;
    font-size: 48px;
    color: #ff22a2;
}

.kaia-section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-align: center;
    margin: -30px 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Meal Plan Section --- */
.kaia-location-meal-plan {
    background: #f5f5f5;
    padding: 60px 20px;
}

.kaia-meal-plan-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}


.kaia-meal-plan-button {
    background: #ff22a2;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.kaia-meal-plan-button:hover {
    background: #e01a8f;
}

/* --- Contact Section --- */
.kaia-location-contact-section {
    background: #fff;
    padding: 60px 20px;
}

.kaia-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-contact-left .kaia-section-title {
    text-align: left;
    margin-bottom: 30px;
}

.kaia-location-info-block {
    margin-bottom: 40px;
}

.kaia-info-heading {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 16px 0;
}

.kaia-info-label {
    font-size: 14px;
    margin: 0 0 8px 0;
}

.kaia-info-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.kaia-info-phone {
    margin: 16px 0 0 0;
}

.kaia-info-phone a {
    color: #ff22a2;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.kaia-info-phone a:hover {
    text-decoration: underline;
}

.kaia-contact-form-block .kaia-info-heading {
    margin-bottom: 20px;
}

.kaia-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kaia-form-note {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.kaia-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}


.kaia-form-checkbox {
    margin-top: 8px;
}

.kaia-checkbox-label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
}

.kaia-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.kaia-checkbox-text {
    font-size: 14px;
    line-height: 1.5;
}

.kaia-checkbox-text small {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 4px;
    line-height: 1.5;
}

.kaia-checkbox-text a {
    color: #ff22a2;
}

.kaia-form-captcha {
    margin: 8px 0;
}

.g-recaptcha-placeholder {
    padding: 16px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.kaia-contact-submit {
    background: #ff22a2;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    align-self: flex-start;
}

.kaia-contact-submit:hover {
    background: #e01a8f;
}

.kaia-contact-right {
    position: relative;
    z-index: 0;
}

.kaia-location-map-embed {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.kaia-location-map-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

/* --- Schedule Section --- */
.kaia-location-schedule {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #e8e8e8;
}

.kaia-schedule-embed {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- Team Section --- */
.kaia-location-team {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e8e8e8;
}

.kaia-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-team-member {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.kaia-team-member:hover {
    transform: translateY(-4px);
}

.kaia-team-member-photo {
    margin-bottom: 16px;
}

.kaia-team-photo-img {
    width: 180px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

.kaia-team-member-role {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 4px 0;
}

.kaia-team-member-name {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
}

.kaia-team-modal-trigger {
    background: none;
    border: none;
    color: #ff22a2;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

.kaia-team-modal-trigger:hover {
    color: #e01a8f;
}

/* --- Modal Styles --- */
.kaia-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.kaia-modal.active {
    display: flex;
}

.kaia-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.kaia-modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.kaia-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    z-index: 1;
}

.kaia-modal-close:hover {
    background: #f0f0f0;
    color: #333;
}

.kaia-modal-body {
    padding: 40px;
}

.kaia-modal-body::after {
    content: "";
    display: block;
    clear: both;
}

/* Team Modal */
.kaia-team-modal-header {
    margin-bottom: 20px;
}

.kaia-team-modal-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 4px 0;
}

.kaia-team-modal-role {
    font-size: 14px;
    color: #ff22a2;
    font-weight: 600;
    margin: 0;
}

.kaia-team-modal-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
    overflow: hidden;
}

.kaia-team-modal-bio p {
    margin: 0 0 1em 0;
}

.kaia-team-modal-photo {
    float: left;
    margin: 0 20px 10px 0;
}

.kaia-team-modal-img {
    width: 200px;
    height: auto;
    border-radius: 8px;
}

/* --- Membership Section --- */
.kaia-location-membership {
    background: #fff;
    padding: 60px 0px;
    border-top: 1px solid #e8e8e8;
}

.kaia-membership-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.kaia-membership-card {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    width: 300px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.kaia-membership-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.kaia-membership-popular {
    background: #ff22a2;
    border-color: #ff22a2;
    color: #fff;
}

.kaia-membership-popular .kaia-membership-name,
.kaia-membership-popular .kaia-membership-price,
.kaia-membership-popular .kaia-membership-promo-label,
.kaia-membership-popular .kaia-membership-original,
.kaia-membership-popular .kaia-membership-promo,
.kaia-membership-popular .kaia-membership-features,
.kaia-membership-popular .kaia-membership-note {
    color: #fff;
}

.kaia-membership-popular .kaia-strikethrough {
    color: rgba(255, 255, 255, 0.7);
}

.kaia-membership-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2c2c2c;
    color: #fff;
    padding: 6px 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    white-space: nowrap;
}

.kaia-membership-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
}

.kaia-membership-promo-label {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px 0;
}

.kaia-membership-pricing {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 1;
}

.kaia-membership-price {
    font-size: 48px;
    font-weight: 700;
    color: #2c2c2c;
    display: block;
    line-height: 1;
    margin: 0;
}

.kaia-membership-original {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
}

.kaia-strikethrough {
    text-decoration: line-through;
    color: #999;
}

.kaia-membership-promo {
    font-size: 13px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.kaia-membership-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    text-align: left;
}

.kaia-membership-features li {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 24px;
}

.kaia-membership-card.kaia-membership-popular .kaia-membership-features li {
    color: #fff;
}

.kaia-membership-features li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: currentColor;
}

.kaia-membership-features li:last-child {
    border-bottom: none;
}

.kaia-membership-popular .kaia-membership-features li {
    border-color: rgba(255, 255, 255, 0.2);
}

.kaia-membership-note {
    font-size: 12px;
    color: #999;
    margin: 0;
    font-style: italic;
}

.kaia-membership-additional {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.kaia-additional-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
}

.kaia-additional-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.kaia-additional-card img {
    max-width: 200px;
    height: auto;
}

/* --- Related Locations Navigation --- */
.kaia-location-nav {
    background: #f5f5f5;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.kaia-location-nav-inner {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

.kaia-location-nav {
    background-color: #ff22a2;
}

.kaia-location-nav .kaia-location-nav-inner {
    max-width: 1200px;
}

.kaia-location-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
    background: #ff22a2;
}

.kaia-location-nav-item {
    flex: 1;
    min-width: 0;
}

.kaia-location-nav-link {
    display: block;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
    background: #ff22a2;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.kaia-location-nav-item:last-child .kaia-location-nav-link {
    border-right: none;
}

.kaia-location-nav-link:hover {
    background: #e01a8f;
    color: #fff;
}

/* Active state: white background with pink text and borders */
.kaia-location-nav-link.kaia-location-nav-active {
    background: #fff;
    color: #ff22a2;
    border-top: 2px solid #ff22a2;
    border-bottom: 2px solid #ff22a2;
    border-right: 1px solid #e8e8e8;
    position: relative;
}

.kaia-location-nav-link.kaia-location-nav-active:hover {
    background: #fff;
    color: #ff22a2;
}

/* meal plan form */
body .kaia-location-meal-plan .gform_fields,
body .kaia-location-meal-plan form {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

body .kaia-location-meal-plan div.gform-footer.gform_footer.top_label {
    margin: 0;
    padding: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    .kaia-location-nav-link {
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* --- Additional Options Section --- */
.kaia-location-additional-options {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e8e8e8;
}

.kaia-additional-options-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-additional-option-card {
    background: #fff;
    border: 3px solid #ff22a2;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    max-width: 300px;
    flex: 1;
    transition: transform 0.2s, box-shadow 0.2s;
}

.kaia-additional-option-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(255, 34, 162, 0.2);
}

.kaia-additional-option-image {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kaia-additional-option-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.kaia-additional-option-button {
    width: 100%;
    margin-top: auto;
}

.kaia-additional-option-button healcode-widget {
    display: block;
}

.kaia-additional-option-button .healcode-pricing-option-text-link {
    display: block;
    width: 100%;
    background: #ff22a2;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.kaia-additional-option-button .healcode-pricing-option-text-link:hover {
    background: #e01a8f;
    color: #fff;
}

/* Responsive styles for additional options */
@media (max-width: 768px) {
    .kaia-additional-options-grid {
        flex-direction: column;
        align-items: center;
    }

    .kaia-additional-option-card {
        width: 100%;
        max-width: 400px;
    }
}

/* --- Events Section --- */
.kaia-location-events {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e8e8e8;
}

.kaia-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-events-facebook {
    display: flex;
    justify-content: center;
}

.kaia-events-facebook iframe {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- Testimonials Section --- */
.kaia-location-testimonials {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e8e8e8;
}

/* --- Social Section --- */
.kaia-location-social {
    background: #f5f5f5;
    padding: 60px 20px;
}

.kaia-social-content {
    display: flex;
    justify-content: center;
}

.kaia-social-embed iframe {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.kaia-social-link-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: #3b5998;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
}

.kaia-social-link-large:hover {
    background: #2d4373;
    transform: translateY(-2px);
    color: #fff;
}

/* --- Programs Section --- */
.kaia-location-programs {
    background: #2c2c2c;
    padding: 60px 20px;
}

.kaia-programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaia-program-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.kaia-program-card:hover {
    background: rgba(255, 34, 162, 0.3);
    border-color: #ff22a2;
    transform: translateY(-4px);
}

.kaia-program-icon {
    margin-bottom: 16px;
}

.kaia-program-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.kaia-program-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Program Modal */
.kaia-program-modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #ff22a2;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.kaia-program-modal-description {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}

.kaia-program-modal-description p {
    margin: 0 0 1em 0;
}

.kaia-program-modal-description ul {
    margin: 1em 0;
    padding-left: 20px;
}

.kaia-program-modal-description li {
    margin-bottom: 8px;
}

.kaia-program-modal-cta {
    display: inline-block;
    background: #ff22a2;
    color: #fff;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.2s;
}

.kaia-program-modal-cta:hover {
    background: #e01a8f;
    color: #fff;
}

/* --- Bottom CTA Section --- */
.kaia-location-bottom-cta {
    background: linear-gradient(135deg, #ff22a2 0%, #e01a8f 100%);
    padding: 60px 20px;
}

.kaia-bottom-cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.kaia-bottom-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px 0;
}

.kaia-try-free-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.kaia-try-free-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 600px;
}

.kaia-try-free-fields input {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.kaia-location-bottom-cta .kaia-form-captcha {
    width: 100%;
    max-width: 600px;
}

.kaia-location-bottom-cta .g-recaptcha-placeholder {
    background: rgba(255, 255, 255, 0.9);
}

.kaia-try-free-submit {
    background: #2c2c2c;
    color: #fff;
    border: none;
    padding: 16px 60px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.kaia-try-free-submit:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

/* --- What is Kaia FIT Section --- */
.kaia-location-what-is-kaia {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e8e8e8;
}


/* Related Locations Section */
.kaia-location-related-locations {
    background: #f8f8f8;
    padding: 60px 20px;
    border-top: 1px solid #e8e8e8;
}

.kaia-related-locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0;
}

.kaia-related-location-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.kaia-related-location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.kaia-related-location-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #e8e8e8;
}

.kaia-related-location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.kaia-related-location-card:hover .kaia-related-location-image img {
    transform: scale(1.05);
}

.kaia-related-location-content {
    padding: 24px;
}

.kaia-related-location-name {
    margin: 0 0 12px 0;
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Hello Beautiful', serif;
}

.kaia-related-location-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.kaia-related-location-name a:hover {
    color: #ff22a2;
}

.kaia-related-location-address {
    margin: 0 0 8px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.kaia-related-location-phone {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
}

.kaia-related-location-phone a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.kaia-related-location-phone a:hover {
    color: #ff22a2;
}

.kaia-related-location-btn {
    display: inline-block;
    background: #ff22a2;
    color: #fff;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.kaia-related-location-btn:hover {
    background: #e01a8f;
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 768px) {

    .kaia-related-locations-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.kaia-what-is-kaia-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.kaia-what-is-kaia-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.kaia-what-is-kaia-text p {
    margin: 0 0 1em 0;
}

.kaia-what-is-kaia-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.kaia-what-is-kaia-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Location Page Responsive Styles --- */
@media (max-width: 1024px) {
    .kaia-location-hero-inner {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .kaia-location-hero-right {
        text-align: left;
        align-items: flex-start;
    }

    .kaia-location-hero-title {
        font-size: 48px;
    }

    .kaia-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kaia-contact-right {
        order: -1;
    }

    .kaia-location-map-embed {
        min-height: 350px;
    }

    .kaia-location-map-embed iframe {
        min-height: 350px;
    }

    .kaia-team-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .kaia-location-hero-section {
        min-height: auto;
    }

    .kaia-location-hero-overlay {
        min-height: auto;
    }

    .kaia-location-hero-inner {
        padding: 40px 20px 30px;
    }

    .kaia-location-hero-title {
        font-size: 36px;
    }

    .kaia-location-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .kaia-hero-btn {
        width: 100%;
        justify-content: center;
    }

    .kaia-schedule-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .kaia-section-title {
        font-size: 28px;
    }

    .kaia-section-title-fancy {
        font-size: 36px;
    }

    .kaia-meal-plan-form {
        flex-direction: column;
    }

    .kaia-meal-plan-button {
        width: 100%;
    }

    .kaia-form-row {
        grid-template-columns: 1fr;
    }

    .kaia-location-map-embed {
        min-height: 300px;
    }

    .kaia-location-map-embed iframe {
        min-height: 300px;
    }

    .kaia-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .kaia-team-photo-img {
        width: 140px;
        height: 170px;
    }

    .kaia-membership-card {
        width: 100%;
        max-width: 350px;
    }

    .kaia-programs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .kaia-program-card {
        padding: 20px 16px;
    }

    .kaia-program-title {
        font-size: 13px;
    }

    .kaia-try-free-fields {
        grid-template-columns: 1fr;
    }

    .kaia-modal-body {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .kaia-location-hero-title {
        font-size: 28px;
    }

    .kaia-team-grid {
        grid-template-columns: 1fr;
    }

    .kaia-team-photo-img {
        width: 200px;
        height: 250px;
    }

    .kaia-programs-grid {
        grid-template-columns: 1fr;
    }
}

.kaia-location-hero-section {
    padding: 0;
    background-position: 0px 0px;
    background-size: cover;
}

.kaia-location-hero-section .kaia-location-hero-card {
    text-align: center;
    padding: 28px 32px 24px 32px;
    margin: 0em;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ff22a2;
    min-width: 300px;
    max-width: 400px;
    flex: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #ff22a2;
    border-radius: 8px;
}

.kaia-location-hero-section .kaia-location-hero-overlay {
    position: unset;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding-top: 150px;
    padding-bottom: 120px;
}


.bw-widget__day {
    flex-wrap: wrap;
}

.bw-widget__date {
    text-align: center;
    background: transparent;
    width: 100%;
    margin-bottom: 30px;
}

.bw-session {
    width: 33.33%;
}

.bw-session__basics {
    align-items: flex-start;
    flex-direction: column;
}

.bw-widget__sessions .bw-widget__day {
    display: none;
}

.bw-widget__sessions .bw-widget__day:first-child {
    display: flex;
    /* or block */
}

@media(max-width:768px) {
    .bw-session {
        width: 50%;
    }
}

@media(max-width:576px) {
    .bw-session {
        width: 100%;
    }

    .bw-session__basics {
        align-items: flex-start;
    }
}

/* ========================================
   Kaia Fit Popup Modal Styles
   ======================================== */

@font-face {
    font-family: "Futura Std";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("fonts/FuturaStd-Bold.woff2") format("woff2");
}

/* Overlay */
.kaia-popup-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.kaia-popup-modal-overlay.active {
    display: flex;
}

/* Modal box */
.kaia-popup-modal {
    background: #fff;
    max-width: 770px;
    width: 90%;
    position: relative;
}

/* Close button */
.kaia-popup-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    padding: 8px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease;
}

.kaia-popup-modal-close:hover {
    color: #ff1b8d;
}

/* Layout */
.kaia-popup-modal-content {
    display: flex;
}

/* Image */
.kaia-popup-modal-image {
    width: 50%;
}

.kaia-popup-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text */
.kaia-popup-modal-text {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kaia-popup-modal-text h2 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-family: "Futura Std", Arial, sans-serif;
    font-weight: bold;
    color: #333;
}

/* Buttons */
.kaia-popup-modal-btn {
    display: block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 16px;
    border-radius: 4px;
    background: #ff1b8d;
    color: #fff;
    border: 1px solid #ff1b8d;
    transition: all 0.3s ease;
    font-family: "Futura Std", Arial, sans-serif;
    cursor: pointer;
}

.kaia-popup-modal-btn:hover {
    background-color: transparent;
    color: #ff1b8d;
}

.kaia-popup-modal-btn:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .kaia-popup-modal-content {
        flex-direction: column;
    }

    .kaia-popup-modal-image,
    .kaia-popup-modal-text {
        width: 100%;
    }

    .kaia-popup-modal-text {
        padding: 24px;
    }

    .kaia-popup-modal-text h2 {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .kaia-popup-modal-btn {
        font-size: 15px;
    }
}

#meal-plan .kaia-location-section-inner .kaia-section-subtitle {
    margin-top: 0 !important;
}

#meal-plan .kaia-location-section-inner .gf_browser_chrome form .gform-footer input[type="submit"] {
    margin-bottom: 0 !important;
    align-self: normal;
    line-height: 11px;
}

#meal-plan .kaia-location-section-inner .gf_browser_chrome form {
    justify-content: center;
}

#meal-plan .kaia-location-section-inner .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
}

@media (max-width: 767px) {
    #meal-plan .kaia-location-section-inner .gf_browser_chrome form .gform_body .description_below {
        flex-direction: column;
    }

    #meal-plan .kaia-location-section-inner .gf_browser_chrome form {
        flex-direction: column;
    }

    #meal-plan .kaia-location-section-inner .gf_browser_chrome form .gform_footer input[type="submit"] {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.kaia-schedule-embed {
    max-width: 1000px !important;
}


.loc-elementor-shortcode.elementor-row {
    display: flex;
}

h1.page-header-title.clr {
    display: none;
}

nav.site-breadcrumbs.clr {
    DISPLAY: NONE;
}

.page-id-1035 .elementor-element-5405a713.__sale .product__price h2 {
    text-decoration: none;
}

.ml_auto {
    margin-left: auto;
}

.mr_auto {
    margin-right: auto;
}

/* .page-id-1035 .__popular.__sale .__popular_title, #site-header .elementor-shortcode > div > div {
       display: none;	
   } */

.bw-widget__day {
    display: flex;
}

/* new */
/* Start custom CSS for html, class: .elementor-element-6d279f7 */
.carlsbad-schedule-wrapper * {
    font-family: "Futura Std", Sans-serif;
    font-weight: normal;
}

.carlsbad-schedule-wrapper .bw-widget__sessions .bw-widget__day:first-child {
    display: flex !important;
}

.carlsbad-schedule-wrapper .bw-widget__sessions .bw-widget__day {
    display: none !important;
}


.carlsbad-schedule-wrapper .bw-widget__day {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.carlsbad-schedule-wrapper .bw-widget__date {
    width: 100%;
    text-align: center;
    background: none;
    border: 0;
    font-size: 1em;
}

.carlsbad-schedule-wrapper .bw-session {
    display: flex;
    flex-direction: column;
    width: 23%;
    border: 0;
    background: 0;
    border-top: 1px solid;
    margin: 1em 5% 0;
    padding: 2em 1em 1em;
}

.carlsbad-schedule-wrapper .bw-session__expanded .bw-widget__cart_button {
    border-top: 0;
    padding-top: 0;
}

.carlsbad-schedule-wrapper .bw-session__basics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.carlsbad-schedule-wrapper .bw-session__info {
    width: 100%;
    margin: 0;
}

.carlsbad-schedule-wrapper .bw-widget__cart_button {
    display: flex;
    margin: 1em 0 0;
    font-size: 1em;
}

.bw-calendar__day--current>span,
.hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-37038 .hc-pignose-calendar-body .hc-pignose-calendar-row .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a,
.hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-37038 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-apply {
    background-color: #ed3995 !important;
}

.carlsbad-schedule-wrapper .bw-calendar tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 1em 0;
}

.carlsbad-schedule-wrapper .bw-calendar tbody {
    position: relative;
    display: flex;
    flex-direction: column;
}

.carlsbad-schedule-wrapper .bw-calendar tbody tr td,
.carlsbad-schedule-wrapper .bw-calendar tbody tr th {
    padding: 0;
    padding-top: 1px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    align-items: center;
}

.carlsbad-schedule-wrapper .bw-calendar tbody tr th {
    background: #ed3995;
    border-radius: 100%;
    color: #fff;
}

.carlsbad-schedule-wrapper .bw-calendar__heading--current {
    color: #ffffff !important;
    font-weight: bolder !important;
}

.carlsbad-schedule-wrapper .bw-calendar__day.bw-calendar__day--today.bw-calendar__day--current {
    background-color: #8E8F92;
}

.carlsbad-schedule-wrapper .bw-calendar__day.bw-calendar__day--today.bw-calendar__day--current span {
    background: transparent !important;
    color: #ffffff;
}

@media (max-width: 767px) {
    .carlsbad-schedule-wrapper .bw-session {
        width: 90%;
    }
}

/* End custom CSS */


/* Mobile menu */

@media (max-width: 768px) {
    .kaia-nav-menu>li>a {
        color: #fff !important;
        background: transparent !important;
        display: flex !important;
        align-items: center !important;
        border: none !important;
    }

    .kaia-nav-menu>li>a.active {
        color: #ff22a2 !important;
        background: rgba(255, 34, 162, 0.1) !important;
        display: flex;
        align-items: center
    }

    .kaia-nav-menu>li:hover>a .kaia-dropdown-arrow {
        transform: rotate(0deg);
    }

    .kaia-nav-menu>li>a.active .kaia-dropdown-arrow {
        transform: rotate(180deg);
    }

    .kaia-nav-menu {
        display: none !important;
    }

    .kaia-nav-menu.active {
        display: flex !important;
    }

    .kaia-nav-menu .kaia-submenu {
        display: none !important;
    }

    .kaia-nav-menu .kaia-submenu.active {
        display: block !important;
        margin: 0
    }

    .kaia-nav-menu .kaia-submenu.active li a {
        color: #fff;
    }

    .kaia-header-container {
        flex-direction: column;
        gap: 15px;
    }

    .kaia-header-top-left {
        width: 100%;
        justify-content: space-between;
    }

    .kaia-header-container {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .kaia-header-top-left {
        width: 100%;
        justify-content: space-between;
    }

    .kaia-header-nav {
        background: transparent;
        border: none;
        min-height: inherit;
    }

    .kaia-menu-icon span {
        background-color: #2c2c2c;
    }

    .kaia-header-top {
        border: none;
    }

    button.kaia-mobile-menu-toggle {
        position: absolute;
        right: 20px;
        bottom: 15px;
    }

    .kaia-utility-menu {
        display: none;
    }
}