/*
Theme Name: HealthHub Child Theme
Template: healthhub
Theme URI: https://healthhub.ancorathemes.com/
Description: HealthHub Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clinic, dental, doctor, gynecology, health, healthtech, healthyliving, hospital, medical, medicine, nutrition, pediatric, therapy
Text Domain: healthhub
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* .trx_addons_mouse_helper {
    display: none !important;
} */

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); } /* 向上移动10px，你可以改这个数字 */
    100% { transform: translateY(0px); }
}

/* 全局禁止单词断行加连字符 */
p, h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

p {
    font-size: 1.2rem;
    color: #003764;
    line-height: 1.5 !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-family: 'TTHoves Pro Expanded';
    font-weight: 400;
}

.scroll_to_top_style_default {
    color:#ffffff !important;
}

/* 让月份下拉框变回自动宽度，给年份腾出位置 */
.flatpickr-monthDropdown-months {
    width: auto !important; 
    display: inline-block !important;
}

:root {

    /* ---------------------------------
       Brand Color (Base + Transparency)
    ---------------------------------- */
    --logo-blue:url(https://basicaremedical.com/wp-content/uploads/2024/08/倍康医疗Logo.png);
    --logo-white:url(https://basicaremedical.com/wp-content/uploads/2024/07/Basicare-Medical-Logo.png);
    --logo-linear-gradient-grey:url(https://basicaremedical.com/wp-content/uploads/2025/12/87097ff9-efd3-4ead-b2a9-3df56ec22032.svg);
    --icon-earth-white:url(https://basicaremedical.com/wp-content/uploads/2025/12/d697e412-29b8-4a9f-83a2-ee6324343d11.svg);
    --icon-earth-blue:url(https://basicaremedical.com/wp-content/uploads/2025/12/9a287abf-0e2f-4299-981a-731de197fee7.svg);

    --brand-color-teal: #0fd8b1;
    --brand-color-teal75: rgba(15, 216, 177, 0.75);
    --brand-color-teal50: rgba(15, 216, 177, 0.50);
    --brand-color-teal30: rgba(15, 216, 177, 0.30);
    --brand-color-teal20: rgba(15, 216, 177, 0.20);

    --brand-color-blue: #003764;
    --brand-color-blue75: rgba(0, 55, 100, 0.75);
    --brand-color-blue50: rgba(0, 55, 100, 0.50);
    --brand-color-blue30: rgba(0, 55, 100, 0.30);
    --brand-color-blue20: rgba(0, 55, 100, 0.20);

    --brand-color-grey: #58585a;
    --brand-color-grey-light30: #c3c3c5;

    /* Light Background (White variants) */
    --light-background: #ffffff;
    --light-background75: rgba(255, 255, 255, 0.75);
    --light-background50: rgba(255, 255, 255, 0.50);
    --light-background30: rgba(255, 255, 255, 0.30);
    --light-background20: rgba(255, 255, 255, 0.20);

    /* Accent Colors */
    --brand-color-orange: #ff7d00;
    --brand-color-orange75: rgba(255, 123, 0, 0.75);
    --brand-color-orange30: rgba(255, 123, 0, 0.30);

    --theme-color-blue: #0000ff;
    --theme-color-mauve: rgba(196, 166, 255, 0.16);

    /* ---------------------------------
       Gradients
    ---------------------------------- */
    --linear-gradient-teal: linear-gradient(
        180deg,
        rgba(15, 216, 177, 0.00) 0%,
        rgba(15, 216, 177, 0.30) 90%
    );

    --linear-gradient-blue: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 55, 100, 1) 90%
    );

    --linear-gradient-blue-reverse: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 55, 100, 1) 90%
    );

    --linear-gradient-bluish-grey: linear-gradient(
        180deg,
        rgba(88, 88, 90, 0.05) 0%,
        rgba(88, 88, 90, 0.10) 100%
    );

    --linear-gradient-mauve: linear-gradient(
        180deg,
        rgba(196, 166, 255, 0) 0%,
        rgba(196, 166, 255, 0.50) 100%
    );

    --linear-gradient-light: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.65) 100%
    );

    --linear-gradient-light80: linear-gradient(
        180deg,
        rgb(255, 255, 255) 30%,
        rgba(255, 255, 255, 0.8) 100%
    );

    --linear-gradient-black: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );

    /* ---------------------------------
       Spacing System
    ---------------------------------- */
    --page-padding: 3rem;
    --page-padding-half: calc(var(--page-padding) * 0.5);
    --page-padding-1-half: calc(var(--page-padding) * 1.5);
    --page-padding-2x: calc(var(--page-padding) * 2);
    --page-padding-3x: calc(var(--page-padding) * 3);
    --page-padding-4x: calc(var(--page-padding) * 4);
    --page-padding-6x: calc(var(--page-padding) * 6);
    --page-padding-8x: calc(var(--page-padding) * 8);
    --page-padding-24x: calc(var(--page-padding) * 24);
}

/* 中屏：≤1280px */
@media screen and (max-width: 1280px) {
    :root {
        --page-padding: 2.5rem;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --page-padding: 2rem;
    }
}

/* 小屏：≤640px */
@media screen and (max-width: 640px) {
    :root {
        --page-padding: 1.5rem;
    }
}

html {
    font-size: 16px;
}



/* 加在 hero 那个 Section 的 Custom CSS 里 */
.bg-teal, .bg-light, .bg-dark,.bg-gray{
    position: relative;
    overflow: hidden;   /* 确保伪元素不会跑出 section 外 */
}

/* 底部那一条青绿色渐变 */
.bg-teal::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--page-padding-8x);
    z-index: 5;
    background-image: linear-gradient(
        180deg,
        rgba(15, 216, 177, 0.00) 0%,
        rgba(15, 216, 177, 0.30) 90%
    );
    pointer-events: none;
}

/* 顶部整块淡白色渐变 */
.bg-light::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0.65) 100%
    );
}

/* 顶部整块淡白色渐变 */
.bg-dark::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.bg-blue::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 55, 100, 1) 90%);
}

.bg-gray{
    background-image: linear-gradient(180deg, rgba(88, 88, 90, 0.05) 0%, rgba(88, 88, 90, 0.10) 100%) !important;
}

.bg-logo::before {
    content: '';
    box-sizing: border-box;
    height: calc(100% - var(--page-padding-2x));
    width: 100%;
    margin-top: var(--page-padding);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: var(--logo-linear-gradient-grey);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.05;
}

.bg-dark p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark li,
.bg-dark strong,
.bg-dark em,
.bg-dark small {
    color: #ffffff;
}

.blue-font p,
.blue-font h1,
.blue-font h2,
.blue-font h3,
.blue-font h4,
.blue-font h5,
.blue-font h6,
.blue-font li,
.blue-font strong,
.blue-font em,
.blue-font small {
    color: #003764;
}





.custom-page-template {
    padding: var(--page-padding-3x) !important;
    min-height: fit-content;
    max-width: none !important;
}

@media screen and (max-width: 1280px) {
    .custom-page-template {
        padding: var(--page-padding-2x) !important;
        min-height: fit-content; /* 保持一致 */
    }
}

@media screen and (max-width: 640px) {
    .custom-page-template {
       padding: var(--page-padding-3x) var(--page-padding-1-half) !important;
    }
}

.custom-page-template > * {
    z-index: 30;
    max-width: none !important;
}


.multi-columus-wrapper {
    margin: var(--page-padding-2x) 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: var(--page-padding-2x) !important;
    transition: gap 0.3s ease;
    padding:0px;

}

@media screen and (max-width: 100rem) {
    .multi-columus-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 80rem) {
    .multi-columus-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 960px) {
    .multi-columus-wrapper {
        flex-direction: column !important;
        align-items: center;
    }
}

.multi-columus-wrapper > * {
    flex:1;
}




.section-title {
    position: relative;
    padding-left: 2rem; /* 可自己调 */
    font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
    .section-title {
        font-size: 1.25rem;
    }
}

/* 左侧小圆圈 + 波纹动画 */
.section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    
    width: 0.8rem;   /* 圆圈大小，可自己调 */
    height: 0.8rem;
    border-radius: 50%;
    
    border: 0.3rem solid var(--brand-color-teal);   /* 外圈边框 */
    
    /* 初始阴影（和你截图里的很像） */
    box-shadow:
        0 0 0 0.1rem rgba(15, 216, 176, 0.3),
        0 0 0 0.5rem rgba(15, 216, 176, 0.0),
        inset 0 0 0 0.2rem var(--brand-color-teal30);
    
    animation: circle-ripple 1.3s linear infinite;
}

/* 圆圈波纹动画关键帧 */
@keyframes circle-ripple {
    0% {
        box-shadow:
            0 0 0 0.1rem rgba(15, 216, 176, 0.3),
            0 0 0 0.3rem rgba(15, 216, 176, 0.2),
            inset 0 0 0 0.2rem var(--brand-color-teal30);
    }
    100% {
        box-shadow:
            0 0 0 0.7rem rgba(15, 216, 176, 0.0),
            0 0 0 1.2rem rgba(15, 216, 176, 0.0),
            inset 0 0 0 0.2rem var(--brand-color-teal30);
    }
}


/* 默认（大屏 >1280px） */
/* html {
    font-size: 14.4px;
} */

/* ≤1280px */
/* @media screen and (max-width:1280px) {
    html {
        font-size: 13.6px;
    }
} */

/* ≤640px */
/* @media screen and (max-width:640px) {
    html {
        font-size: 12px;
    }
} */


.button-deep a{
    background-color: var(--brand-color-blue)!important;
    border: 0.15rem var(--brand-color-blue) solid !important;
    color: var(--light-background) !important;
    box-sizing: border-box;
    padding: 0.7rem 1.4rem;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.button-deep a:hover {
    background-color: var(--light-background) !important;
    border: 0.15rem var(--brand-color-blue) solid !important;
    color: var(--brand-color-blue) !important;
    box-sizing: border-box;
    padding: 0.7rem 1.4rem;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.button-teal a{
    background-color: var(--brand-color-teal)!important;
    border: 0.15rem var(--brand-color-teal) solid !important;
    color: var(--brand-color-blue) !important;
    box-sizing: border-box;
    padding: 0.7rem 1.4rem;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.button-teal a:hover{
    background-color: var(--light-background) !important;
    border: 0.15rem var(--brand-color-blue) solid !important;
    color: var(--brand-color-blue) !important;
    box-sizing: border-box;
    padding: 0.7rem 1.4rem;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.top-icon {
    border-radius: 50%;
    border: 0.2rem solid var(--brand-color-teal);
    box-shadow: 0 0 1rem 0.2rem var(--brand-color-teal), inset 0 0 0.5rem 0.2rem var(--brand-color-teal50);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center center;
} 


/* .three-column {
    width:100%;
}

@media screen and (max-width: 80rem) {
    .three-column {
        width: calc(50% - var(--page-padding));
        flex: none;
        gap: var(--page-padding-half);
    }
}

@media screen and (max-width: 60rem) {
    .three-column {
        width: 75%;
    }
} */


/* .about-us-inner {
    padding: var(--page-padding-1-half);
    background-color: var(--light-background);
    color: var(--brand-color-blue);
    border-radius: 0.5rem;
}

.about-us-inner-wrapper {
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: var(--page-padding);
} */

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar img {
    width: 20rem;
    height: 20rem;
}

@media screen and (max-width: 120rem) {
    .avatar img{
        width: 17.5rem;
        height: 17.5rem;
    }
}

/* .about-us-wrapper {
    list-style: none;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin: var(--page-padding-2x) 0;
    align-items: flex-start;
    width: 100%;
}

.about-us-wrapper > * {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width:fit-content;
    flex: none !important;
    text-align: center;
} */

.about-us-wrapper > *:hover .avatar img {
    transform: translateY(-0.5rem) scale3d(1.05, 1.05, 1.05);
    box-shadow: 0 2rem 0.8rem 0 rgba(0, 55, 100, 0.25);
}

@media screen and (max-width: 60rem) {
    .avatar img{
        width: 12.5rem;
        height: 12.5rem;
        min-width: 12.5rem;
        margin:auto;
    }
}


.two-column {
    display: flex;
    flex-direction: column;
    gap: var(--page-padding-half);
    font-size: 1.5rem !important;
    text-align: left;
}

@media screen and (max-width: 100rem) {
    .two-column {
        flex-direction: column;
        justify-content: flex-start;
        width: calc(50% - var(--page-padding));
        flex: none;
    }
}

@media screen and (max-width: 60rem) {
    .two-column {
        width: 100%;
        flex-direction: row;
    }
}

.header-deep{
    position: fixed !important;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 8rem;
    backdrop-filter: blur(0.75rem);
    /* transition: height 0.3s; */
    /* background: none !important; */
}

@media screen and (max-width: 100rem) {
    .header-deep {
        height: 7rem;
    }
}

@media screen and (max-width: 60rem) {
    .header-deep, #site-logo {
        height: 6rem;
    }
}

@media screen and (max-width: 40rem) {
    .header-deep, #site-logo {
        height: 5rem;
    }
}

header.new-style .header-deep {
    /* 确保使用标准空格 */
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 55, 100, 0.10);
    
    /* 必须加 z-index，防止被下面的内容挡住 */
    position: relative; /* 或者 fixed / sticky */
    z-index: 9999; 
}

/* .header-deep, header > * {
    height: 100%;
} */

header .header-deep::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -10;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 55, 100, 1) 90%);
    /* transition: opacity 0.3s, height 0.3s, background 0.3s; */;
}

header.new-style .header-deep::after {
    background: var(--light-background);
    opacity: 1;
}

/* .header-deep {
    height: 100%;
    max-width: 100%;
} */

#site-logo {
    position: absolute;
    left: 3rem;
    top: 0;
    height: 100%;

    display: flex;
    align-items: center;

    cursor: pointer;
    padding-left: 0;

    transform: perspective(25rem)
               rotateY(0deg)
               skew(0deg, 0deg)
               scale(1);

    z-index: 9;
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
  #site-logo {
    left: 1rem;
  }
}

#site-logo:hover {
    padding-left: 0.5rem;

    transform: perspective(25rem)
               rotateY(18deg)
               skew(0deg, 1deg)
               scale(1.05);
}

#site-logo a {
    height: 40%;
    width: 9.5rem;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

header #site-logo a {
    background-image: var(--logo-white);
}

header.new-style #site-logo a,
header .header-deep .current-menu-item #site-logo a {
    background-image: var(--logo-blue);
}

header.new-style #site-logo a,
header .header-deep .current-menu-item #site-logo a {
    background-image: var(--logo-blue);
}

#menu-pages-navgation {
    width: 100%;
    margin: 0;
    /* padding: 0; */
    height: 100%;
    justify-content: center;
    padding: 0 142px;
}

#menu-pages-navgation > * {
    height: 100%;
}

#menu-pages-navgation > nav > ul {
    height: 100%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 4%;
    flex-wrap: nowrap !important;
}

#menu-pages-navgation li {
    list-style: none;
    height: 100%;
    align-items: center;
}

header .header-deep a {
    color: #ffffff;
    font-weight: 400;
}

header #menu-pages-navgation a {
    height: 100%;
}

header .header-deep #menu-pages-navgation a:hover {
    font-weight: 400;
}


/* =========================================
   1. 基础设置 (排除最后一个 li)
   ========================================= */
/* 注意：我们在 li 后面加了 :not(:last-child) */
header .header-deep #menu-pages-navgation .elementor-nav-menu--main>ul>li:not(:last-child)>a::after,
header #menu-pages-navgation .current-menu-item:not(:last-child) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    border-bottom: #ffffff 0.2rem solid;

    /* 统一动画设置 */
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0);          /* 默认隐藏 */
    transform-origin: bottom right; /* 离开时往右缩 */
}

/* =========================================
   2. 颜色设置 (New Style)
   ========================================= */
header.new-style .header-deep #menu-pages-navgation .elementor-nav-menu--main>ul>li:not(:last-child)>a::after,
header.new-style #menu-pages-navgation .current-menu-item:not(:last-child) a::after {
    border-bottom: #003764 0.2rem solid;
}

/* =========================================
   3. 触发显示 (Hover 或 Current)
   ========================================= */
/* 情况A: Hover (排除最后一个) */
header .header-deep #menu-pages-navgation .elementor-nav-menu--main>ul>li:not(:last-child)>a:hover::after,
/* 情况B: Current Item (排除最后一个) */
header .header-deep #menu-pages-navgation .elementor-nav-menu--main>ul>li.current-menu-item:not(:last-child)>a::after,
header #menu-pages-navgation .current-menu-item:not(:last-child)>a::after {
    transform: scaleX(1) !important; /* 显示 */
    transform-origin: bottom left;   /* 进入时从左长 */
}

/* =========================================
   4. 双重保险：强制清除 last-child 的伪元素
   ========================================= */
/* 这一段是为了防止万一有其他 CSS 干扰，强制把最后一个元素的下划线杀掉 */
header #menu-pages-navgation .elementor-nav-menu--main > ul > li:last-child > a::after {
    content: none !important;
    display: none !important;
    border: none !important;
}

header #menu-pages-navgation .current-menu-item a {
    font-weight: 600 !important;
}

header .header-deep .elementor-nav-menu--main>ul>li>a {
    padding: 0 !important;
    white-space: wrap !important;
}

header.new-style a, header.active a, header.active.default-style a {
    color: #003764 !important;
}

header #menu-pages-navgation .elementor-nav-menu > li:last-child a {
    background-color: var(--light-background);
    border: 0.15rem var(--light-background) solid;
    color: var(--brand-color-blue);
    box-sizing: border-box;
    padding: 0.7rem 1.4rem !important;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    height: fit-content;
    transition: all 0.3s 
ease;
}

header.new-style #menu-pages-navgation .elementor-nav-menu > li:last-child a {
    background-color: var(--brand-color-teal);
    border: 0.15rem var(--brand-color-teal) solid;
    color: var(--brand-color-blue);
    box-sizing: border-box;
    padding: 0.7rem 1.4rem !important;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    transition: all 0.3s 
ease;
}

header #menu-pages-navgation .elementor-nav-menu > li:last-child a:hover {
    background-color: var(--brand-color-blue);
    border: 0.15rem var(--brand-color-blue) solid;
    color: var(--light-background) !important;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0.7rem 1.4rem !important;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    transition: all 0.3s 
ease;
}

#site-language {
    position: absolute;
    right: 3rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}

#site-language li {
    list-style: none;
}

header #site-language a {
    background-color: initial;
    border: 0.15rem var(--light-background) solid;
    color: var(--light-background);
    font-weight: 600;
    box-sizing: border-box;
    transition: all 0.3s 
ease;
    padding: 0.3rem 0.5rem;
    border-radius: 0.4rem;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    display: block;
}

header.new-style #site-language a {
    background: transparent;
    border: 0.15rem var(--brand-color-blue) solid;
    color: var(--brand-color-blue);
}

#site-language::after {
    content: '';
    height: 1.6rem;
    width: 1.6rem;
    margin-left: 0.4rem;
    background-image: var(--icon-earth-white);
    background-repeat: no-repeat;
    background-size: contain;
}

header.new-style #site-language::after {
    background-image: var(--icon-earth-blue);
}

.custom-mobile-menu {
    position: absolute;
    top:0;
    right:3rem;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.custom-mobile-menu > * {
    height: fit-content !important;
}

.custom-mobile-menu span {
    color: var(--light-background) !important;
}

.new-style .custom-mobile-menu span {
    color: var(--brand-color-blue) !important;
}

.header-deep .sub-menu {
    border-radius: 3px;
}

.header-deep .sub-menu a {
    color: var(--brand-color-blue);
}

.header-deep .sub-menu a:hover, .header-deep .sub-menu .current_page_item a {
    background-color: var(--brand-color-blue);
    color: var(--light-background) !important;
}

@media screen and (max-width: 1025px) {
  #site-language,
  #menu-pages-navgation {
    display: none !important;
  }

  .custom-mobile-menu {
    display: flex !important;
  }
}


.menu_mobile_fullscreen .current-menu-item>a>span {
    border-bottom: #ffffff 0.2rem solid;
}

.menu_mobile_fullscreen .current-menu-item .open_child_menu {
    border:none;
}



.custom-service-cirlce {
    aspect-ratio: 1 / 1;
    width: 350px;
    height: auto;          /* 高度交给 aspect-ratio */
    min-height: 0 !important;
    border-radius: 50%;
    overflow: hidden;      /* 超出裁切成圆 */
}

/* 如果里面是图片，确保铺满且不变形 */
.custom-service-cirlce img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 手机端：用屏幕宽度自适应，仍然保持正圆 */
@media (max-width: 1024px){
  .custom-service-cirlce{
    width: 40% !important;  
  }
}

@media (max-width: 768px){
  .custom-service-cirlce h2{
    font-size: 16px !important;
  }
}































@media screen and (min-width: 320rem) {
    html,
    body{
        font-size: 180% !important;
    }
}

@media screen and (max-width: 100rem) {
    html,
    body{
        font-size: 90% !important;
    }
}

@media screen and (max-width: 80rem) {
    /* :root{
        --page-padding:2.5rem !important;
    } */

    html,
    body{
        font-size: 85% !important;
    }
}

@media screen and (max-width: 40rem) {
    /* :root{
        --page-padding:1.5rem !important;
    } */

    h1{
        font-size: 2.5rem !important;
    }

    h2{
        font-size: 2rem !important;
    }

    h3{
        font-size: 1.5rem !important;
    }


    html,
    body{
        font-size: 75% !important;
    }
}



/* Appointment Form */
form.wpcf7-form{
    transition: height 0.3s ease;
    height:fit-content;

}

form.wpcf7-form h3{
    font-size: 1.5rem;
    margin-block-start: 0;
    margin-block-end: var(--page-padding);
}

section#appointment-body form.wpcf7-form .multi-columus-wrapper{
    margin: 0;
    gap: var(--page-padding-half);
}

form.wpcf7-form label{
    width: 100%;
    display: block;
    color: var(--brand-color-grey);
    margin-bottom: var(--page-padding-half);
    font-size: 0.8rem;
    cursor: pointer;
}

form.wpcf7-form label select,
form.wpcf7-form label input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: var(--light-background) !important;
    width: 100%;
    height: 3rem;
    box-sizing: border-box;  /* Keep the inside margin without increasing the width */
    border: var(--brand-color-grey-light30) 0.1rem solid;
    border-radius: 0.4rem;
    margin-top: 0.75rem;
    padding: 0.4rem;
    font-size: 1rem;
}


.wpcf7 .wpcf7-submit-style .submit-button {
    width: 100%;
    height: 4.5rem;
    border: 0;
    background-color: #003764 !important;
    /* font-family: 'tt_hoves_pro_expandedregular'; */
    font-size: 1.2rem;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.7rem 1.4rem;
    border-radius: 0.5rem;
    transition: 0.3s;
}

form.wpcf7-form input.button-style-2:hover{
    background-color: var(--brand-color-blue);
    color: var(--light-background);
    transform: translateY(0.25rem);
}

form.wpcf7-form .insurances-info-wrapper{
    padding: var(--page-padding-half);
    position: relative;
    background-color: var(--brand-color-teal30);
    border-radius: 0.4rem;
}

/* Form style reset */
.wpcf7-not-valid-tip{
    margin-block-start: 0.3rem;
}

.wpcf7-spinner{
    margin: 0.5rem 0;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
    padding: 1rem;
    color: var(--light-background);
    text-align: center;
    border: 0;
    background-color: #00a0d2;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    background-color: #ffb900;
    color: var(--brand-color-grey);
    border-radius: 0.4rem;
}

.wpcf7 form.sent .wpcf7-response-output{
    background-color: #46b450;
}

.form-multi-columus-wrapper {
    display: flex;
    justify-content: space-between;
    transition: gap 0.3s ease;
    align-items: flex-start;
    margin: 0;
    gap: var(--page-padding-half);
}

.wpcf7 .select_container select {
    color:black !important;
}

.wpcf7 .select_container:after {
    display: none !important;
    content: none !important;
    border: none !important;
}

form.wpcf7-form label select, form.wpcf7-form label input {
    color:black !important;
}

.wpcf7 .form-blue-color {
    color: #003764;
}

.wpcf7 .wpcf7-submit-style {
    width: 100%;
    margin-top: var(--page-padding);
}
