/* =====================
   css child home page
   ====================== */

:root {
    --brand-red: #ed2e3a;
    --brand-red-tint: rgba(237, 46, 58, 0.08);
    --brand-charcoal: #231f20;
    --brand-teal: #2a9bb5;
    --brand-teal-dark: #1d6c7e;
    --brand-teal-tint: rgba(42, 155, 181, 0.10);
    --brand-teal-badge: rgba(42, 155, 181, 0.15);
    --brand-white: #ffffff;
    --surface-muted: #fafafa;
    --border-subtle: rgba(35, 31, 32, 0.15);
    --border-strong: rgba(35, 31, 32, 0.2);
    --text-muted: rgba(35, 31, 32, 0.7);
    --text-faint: rgba(35, 31, 32, 0.6);
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-pill: 999px;

}

a {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}


.footer-social ul {
    justify-content: space-between !important;
}

.tags-list li.elementor-inline-item {
    background: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
}

#medical-tag li.elementor-inline-item {
    border: 1px solid rgba(42,155,181,0.15) !important;
}

.insurance-btns ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.insurance-btns ul.elementor-icon-list-items li a {
    display: block;
    background: white;
    border: 0.5px solid rgba(35, 31, 32, 0.15);
    border-radius: 8px;
    padding: 18px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.counter-number > .elementor-element:before {
    counter-increment: my-section;
    content: counter(my-section);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(237 46 58 / 8%);
    color: #ed2e3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    left: 15px;
}

.counter-number {
    counter-reset: my-section;
}

.counter-number .elementor-icon-box-wrapper {
    padding-left: 40px;
}

.hero-insurance {
    background: linear-gradient(145deg, #1d6c7e 0%, #2a9bb5 55%, #35b0cc 100%);
}

.hero-insurance::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -40px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.hero-insurance::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

ul.custom-breadcrumb {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
}

ul.custom-breadcrumb li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

ul.custom-breadcrumb li:nth-child(2) {
    list-style-type: disc;
    padding-left: 0px;
    margin-left: 25px;
}

.red-banner {
    background: linear-gradient(145deg, #c4242e 0%, #ed2e3a 50%, #f25c65 100%);
}

.box-red-left {
    border-left: 4px solid #ee3641 !important;
}

.tags-list-red li.elementor-icon-list-item {
    background: var(--brand-red-tint);
    color: #ed2e3a;
}

.accordion-sec-cs .e-n-accordion-item-title-text p {
    font-family: "Rubik", Sans-serif;
    font-size: 13px;
    color: var(--text-muted);
}


.accordion-sec-cs .e-n-accordion-item {
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    margin-bottom: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.text-black ul.custom-breadcrumb {
    color: #000;
}

.text-black ul.custom-breadcrumb li a {
    color: var(--text-faint);
}

/* === Locations Filter === */
.locations-filter-wrap {
    font-family: inherit;
}

.locations-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.locations-filter-wrap .locations-tab {
    background: var(--brand-white);
    border: 1.5px solid var(--border-strong);
    border-radius: var(--radius-pill);
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--brand-charcoal);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    white-space: nowrap;
    line-height: 1.4;
}

.locations-tab:hover {
border-color: var(--brand-teal);
    color: #fff;
}

.locations-tab.active {
    background: var(--brand-teal);
    border-color: var(--brand-teal);
    color: var(--brand-white);
}

.locations-count-text {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 4px;
}

/* Loading state */
#locations-results.locations-loading {
    opacity: 0.45;
    pointer-events: none;
    transition: opacity 0.15s;
}

.locations-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 0.5px solid rgba(35, 31, 32, 0.08);
}

.location-item:first-child {
    border-top: 0px solid var(--border-subtle);
}

.location-item:last-child {
    border: 0
}

.location-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
}

.location-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-teal);
    margin-top: 6px;
    flex-shrink: 0;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.locations-list-ul .location-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-charcoal);
    margin: 0;
    line-height: 1.3;
}
.locations-list-ul .location-title a{
    font-size: 16px;
    color: var(--brand-charcoal);
}
.location-item .location-phone {
    font-size: 13px;
    color: var(--brand-teal);
    text-decoration: none;
    color: var(--text-faint);
}

.location-phone:hover {
    text-decoration: underline;
    color: var(--brand-teal-dark);
}

.location-right {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    margin-left: 16px;
}

.location-hours {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.6;
    text-align: right;
}

.location-right .location-directions {
    font-size: 13px;
    font-weight: 500;
    color: var(--brand-red);
    text-decoration: none;
    white-space: nowrap;
}

.location-directions:hover {
    text-decoration: underline;
    color: var(--brand-red);
}

.locations-no-results {
    font-size: 14px;
    color: var(--text-muted);
    padding: 20px 0;
}

/* ZIP Search */
.locations-zip-search {
    margin-bottom: 34px;
}

.zip-search-inner {
    display: flex;
    max-width: 560px;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--brand-white);
    gap: 20px;
}

.zip-search-inner .zip-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 13px 18px;
    font-size: 15px;
    color: var(--brand-charcoal);
    background: transparent;
    min-width: 0;
    border: 0.5px solid var(--border-strong);
    border-radius: var(--radius-md);
}

.zip-input::placeholder {
    color: var(--text-faint);
}

.locations-zip-search .zip-btn {
    background: var(--brand-red);
    color: var(--brand-white);
    border: none;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    flex-shrink: 0;
}

.zip-btn:hover {
    background: #c4242e;
}

.zip-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.zip-search-message {
    display: none;
    font-size: 13px;
    color: var(--brand-red);
    margin-top: 8px;
}

@media (max-width: 767px) {
    .location-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .location-right {
        margin-left: 0;
        padding-left: 22px;
        gap: 16px;
    }

    .location-hours {
        text-align: left;
    }

    .zip-search-inner {
        flex-direction: column;
    }

    .zip-btn {
        border-radius: 0;
        padding: 12px 18px;
        text-align: center;
    }
}


.clanic-about {
    background: linear-gradient(160deg, #e8f4f7 0%, #f0f8fa 40%, #f7fbfc 100%);
    overflow: hidden !important;
}

.home-banner {
    overflow: hidden !important;
    position: relative;
}

.home-banner.elementor-element::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(42, 155, 181, 0.06);
    display: block !important;
    top: -100px;
    left: auto;
    width: 450px;
    height: 450px;
    right: -80px;
}

.home-banner.elementor-element::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    background: rgba(237, 46, 58, 0.04);
    display: block !important;
    width: 350px;
    height: 350px;
}


.clanic-about {
    position: relative;
    min-height: 420px;
}

.clanic-about.elementor-element::before {
    content: "";
    position: absolute;
    top: -80px;
    left: auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(42, 155, 181, 0.06);
    display: block !important;
    right: 0;
}

.clanic-about::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.contact-us-area .wpcf7-form-control {
    border: 1px solid #efefef;
    border-radius: 4px;
    outline: none;
    margin-top: 10px;
}

.contact-us-area label {
    width: 100%;
}

.contact-us-area textarea {
    height: 160px;
}

.contact-info-area h6 {
    margin: 0 0 7px 0;
}

.contact-info-area .elementor-icon-box-description {
    color: #231F2099;
}