   :root {
    --pc: rgba(27, 74, 52, 1);
    --sc: rgba(239, 124, 10, 1);
    --black: #000000;
    --white: #ffffff;
    --gradient: linear-gradient(180deg, #FFFFFF 0%, #F2FAF8 100%);
    --text-muted: rgba(50, 50, 50, 1);
    --border-color: rgba(219, 219, 219, 1);
    --rad-sm: 8px;
    --rad-md: 12px;
    --rad-lg: 90px;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --fs-1: 22px;
    --fs-2: 18px;
    --fs-3: 14px;
    scroll-behavior: smooth;
}

a {
    color: var(--pc);
    transition: all 0.3s;
    text-decoration: none;
}

p {
    line-height: 2;
}

ul li {
    list-style: none;
}

li,
p {
    color: var(--text-muted);
}

.img-placeholder {
    background-color: #c7c7c7;
    transition: all 0.3s ease-in-out;
}

/* ---------------site-form-------------- */

form :is(input, select, textarea),
.woocommerce form :is(input, select, textarea){
    background-color: #F5F5F5 !important;
    border: 1px solid #C6C6C6 !important;
    color: #323232 !important;
    border-radius: var(--rad-sm);
    font-size: 16px;
}

form :is(input, select, textarea):focus,
.woocommerce form :is(input, select, textarea):focus{
    border: 1px solid var(--sc) !important;
}

.newsletter-form input:focus{
   border:unset !important
}

.woocommerce-message::before{
   top:1.6em !important
}

/* -----------site-pagination------------ */

.pagination .nav-links :is(a, span) {
    border-radius: 50%;
    background: #EEEEEE;
    transition: all .3s;
}

.pagination .nav-links a:hover,
.pagination .nav-links span:hover,
.pagination .nav-links span.current {
    background: var(--sc);
    color: var(--white);
    transition: all .3s;
}

.pagination .nav-links :is(a, span):hover svg path {
    fill: var(--white)
}

/* ------------------------Headings-size**********----------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--semibold);
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.h1,
h1 {
    font-size: calc(1.5rem + 0.25vw);
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 44px;
    }
}

.h2,
h2 {
    font-size: calc(1.3rem + 0.9vw);
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 32px;
    }
}

.h3,
h3 {
    font-size: calc(1.4rem + 0.7vw);
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 28px;
    }
}

.h4,
h4 {
    font-size: calc(1.3rem + 0.5vw);
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 24px;
    }
}

.h5,
h5 {
    font-size: calc(1.1rem + 0.2vw);
}

@media (min-width:1200px) {

    .h5,
    h5 {
        font-size: 18px;
    }
}

.h6,
h6 {
    font-size: calc(1rem + 0.1vw);
}

/* ------------------------topbar-start-**********----------------- */

.topbar{
   padding: 10px 0;
    background: var(--pc);
}

.topbar :is(div, a){
   color: #ffffffc9;
   font-size:14px
}

.topbar .flex-topbar li:not(:first-child) {
    border-left: 1px solid #ffffff47;
    padding-left: 20px;
}

.flex-topbar-cart{
   gap:15px
}

.flex-topbar-cart .cart-icon{
   position:relative
}

.flex-topbar-cart #header-cart-count {
    position: absolute;
    right: -8px;
    top: -5px;
    background: var(--sc);
    color: var(--white);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-top-leftbar .flex-top-list{
        gap: 10px;
   }

/* ------------------------Header-start-**********----------------- */

header {
    background: var(--white);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

header li a {
    color: var(--black);
}

:is(header, footer) li a:hover,
nav ul li .active {
    color: var(--sc);
}

nav ul li .active {
    font-weight: 600;
}

/* search form _____ start */
/* .menu-search-form {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.search-btn svg {
    fill: #8f8f8f;
} */

.dropdown ul {
    background: var(--white);
    border: 1px solid var(--border-color);
}

.mob-search-btn {
    background: #EEEEEE;
    border-radius: 50%;
}

.call-btn svg {
    stroke: var(--black);
    fill: none !important;
}


/* ---------------site-btns-------------- */

.flex-btn,
li.product a.add_to_cart_button,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wc-block-components-totals-coupon__form button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-MyAccount-downloads-file,
.woocommerce-orders-table :is(a.view, a.cancel, a.pay), .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-Button, .sidebar-prod-card .single_add_to_cart_button{
    border-radius: var(--rad-lg) !important;
    font-weight: var(--medium) !important;
    font-size: 16px !important;
    cursor: pointer !important;
}

.primary-btn,
li.product a.add_to_cart_button,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wc-block-components-totals-coupon__form button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
.woocommerce-MyAccount-downloads-file,
.woocommerce-orders-table :is(a.view, a.cancel, a.pay), .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-Button, .sidebar-prod-card .single_add_to_cart_button{
    background: var(--sc) !important;
    color: var(--white) !important;
   border: 1px solid transparent !important;
}

.primary-btn:hover,
li.product a.add_to_cart_button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wc-block-components-totals-coupon__form button:hover,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover,
.woocommerce-MyAccount-downloads-file:hover,
.woocommerce-orders-table :is(a.view, a.cancel, a.pay):hover,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .woocommerce-Button:hover, .sidebar-prod-card .single_add_to_cart_button:hover{
    background: var(--white) !important;
    color: var(--sc) !important;
   border-color: var(--sc) !important;
}

.primary-btn:hover svg path{
   stroke:var(--sc);
   transition: all 0.3s;
}

.secondary-btn,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.order-again a{
    border: 1px solid var(--sc) !important;
    background: var(--white) !important;
    color: var(--sc) !important;
}

.secondary-btn:hover,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.order-again a:hover{
    background: var(--sc) !important;
    color: var(--white) !important;
   border: 1px solid transparent !important;
}

.secondary-btn:hover svg path{
   stroke:var(--white);
   transition: all 0.3s;
}

/* ------------------------homepage-hero-start-**********----------------- */

.homepage-hero h1 {
    font-weight: var(--bold);
    font-size: 50px;
    line-height: 70px;
}

.flex-logo-ttl {
    line-height: 1;
}

.flex-logo-container .flex-logo-ttl .sm-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--pc);
}

.flex-logo-container p {
    line-height: 0;
}

.flex-logo-container p span {
    font-size: 27px;
    line-height: 1;
}

.flex-logo-container p span:first-of-type {
    color: var(--sc);
}

.flex-logo-container p span:last-of-type {
    color: var(--pc);
}

/* stats counter -- starts Here */

.stats-counter-wrapper {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: var(--rad-md);
}

.stats-counter-wrapper .stats-no {
    font-size: var(--fs-1);
    font-weight: var(--bold);
    color: var(--pc);
}

.stats-counter-wrapper p {
    line-height: 1.5;
    text-transform: uppercase;
}

.stats-counter-wrapper .flex-stats-item {
    position: relative;
}

.stats-counter-wrapper .col-lg-4:not(:first-child) .flex-stats-item:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: var(--border-color);
    left: -35px;
    top: 0;
}

.float-animate-top {
    animation: floattoptobottom 3s ease-in-out infinite;
}

@keyframes floattoptobottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

.float-animate-bottom {
    animation: floatbottomtotop 3s ease-in-out infinite;
}

@keyframes floatbottomtotop {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

/* --------------section-bg---------- */

.gradient-bg {
    background: var(--gradient);
}

.top-gradient-bg {
    position: relative;
    z-index: 0;
}

.top-gradient-bg:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2FAF8 100%);
    transform: rotate(-180deg);
}

/* --------------heading-seprator---------- */

[class*="flex-column-sec-hd"] .flex-seprator {
    font-weight: var(--semibold);
    font-size: var(--fs-3);
    color: var(--pc);
    background-color: var(--white);
    border: 1px solid var(--border-color);
    padding: 7px 20px;
    border-radius: var(--rad-lg);
}

.fs-18 {
    font-size: var(--fs-2);
    font-weight: var(--semibold);
    line-height: 1.5;
    color: var(--black);
}

.flex-abt-col {
    border: 1px solid var(--border-color);
    background: var(--white);
    padding: 15px 25px;
    gap: 20px;
    border-radius: var(--rad-sm);
   height: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}


/* -----------restaurant-cards---------- */

.restaurants-card {
    border-radius: var(--rad-sm);
    border: 1px solid var(--border-color);
}

.flex-rest-rating {
    background: var(--sc);
    border-radius: 4px;
    color: var(--white);
    font-size: var(--fs-3);
    font-weight: var(--semibold);
}

/* ----------tabs--starts------------ */

.tabContainer .flex-tab-wrapper button {
    font-size: 16px;
    font-weight: var(--medium);
    background: #E8E8E8;
    border-radius: var(--rad-lg);
    color: var(--pc);
    padding: 7px 20px;
}

.tabContainer .flex-tab-wrapper button.active {
    background: var(--pc);
    color: var(--white);
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ----------location-card--starts------------ */

.location-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    padding: 12px;
    border-radius: var(--rad-md);
}

.location-card :is(.img-placeholder, .img-placeholder img) {
    border-radius: var(--rad-md);
}

.location-card .location-card-content .flex-card-smry span:first-of-type {
    color: var(--pc);
    position: relative;
    font-weight: var(--medium);
}

.location-card .location-card-content .flex-card-smry span:first-of-type:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #0000008c;
    right: -18px;
    top: 10px;
}

.location-card .flex-map-link {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #DEEDE6;
    align-self: flex-start;
}

/* ----------diet-card--starts------------ */

.diet-card {
    background: var(--white);
    border-radius: var(--rad-md);
    border: 1px solid var(--border-color);
    font-size: 18px;
    transition: all .2s ease;
}

.diet-card:hover {
    transition: all .2s ease;
    background: var(--pc);
    color: var(--white);
    border-color: var(--pc);
}

.diet-card:hover svg path {
    transition: all .2s ease;
    stroke: var(--white);
}

/* ----------recipe-card--starts------------ */

.recipe-card {
    box-shadow: 0px 4px 20px -4px rgba(21, 40, 31, 0.08);
    border: 1px solid var(--border-color);
    overflow: hidden;
    background-color: var(--white);
    border-radius: var(--rad-md);
}

.recipe-card .recipe-card-content .card-category {
    background: #DEEDE6;
    border-radius: var(--rad-lg);
    font-size: var(--fs-3);
    font-weight: var(--medium);
}

.recipe-card .recipe-card-content .flex-between span {
    font-size: 20px;
    font-weight: var(--bold);
    color: var(--pc);
}

.recipe-card .recipe-card-content .flex-btn {
    font-size: var(--fs-3);
}

/* -------homepage-form------- */

.form-container:after {
    background: linear-gradient(90deg, rgba(0, 2, 1, 0.8) 20.77%, rgba(1, 48, 27, 0) 56.75%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.light-seprator :is(.flex-seprator, h2, .h2),
.text-white {
    color: var(--white);
}

.light-seprator .flex-seprator {
    background-color: transparent;
}

.form-container .col-lg-12:not(:nth-child(2)) .i-card {
    border-top: 1px solid rgba(219, 219, 219, 0.3);
    padding-top: 20px;
    margin-top: 20px;
}

.i-card .card-content p {
    color: rgba(255, 255, 255, 0.8);
}

.form-wrapper .form-bg-container {
    background-color: var(--white);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    border: 1px solid var(--border-color);
    border-radius: var(--rad-md);
}

/* ----------------------blog-card-start---------------- */

.blog-bg-container {
    padding: 30px 50px;
    border-radius: var(--rad-md);
    background: var(--pc);
}

.blog-bg-container .blog-card-content :is(.blog-title, .p-date) {
    --black: var(--white)
}

.blog-bg-container .blog-card-content .ellipse {
    color: rgba(255, 255, 255, 80%);
}

.blog-bg-container .blog-card-content .category {
    background: var(--white);
    color: var(--black);
}

.blog-bg-container .blog-card-content .blog-title:hover{
   text-decoration:underline;
   color: var(--white);
}

.blog-card-content :is(.blog-title, .p-date) {
    color: var(--black);
}

.blog-card-content .blog-title {
    font-size: 18px;
    font-weight: var(--semibold);
}

.blog-card-content .blog-title:hover {
   color:var(--pc)
}

.blog-card-content .category {
    background: #DEEDE6;
    color: var(--pc);
    padding: 7px 20px;
    border-radius: var(--rad-lg);
    font-weight: var(--medium);
}

.blog-card :is(.img-placeholder, .img-placeholder img) {
    border-radius: var(--rad-md);
}

.blog-card .card-ath{
   gap: 10px;
    color: #000000c7;
    margin-top: auto;
}

.blog-card .card-ath:hover{
   color:var(--pc)
}

/* ----------------------Single-blog-start---------------- */

body.single-blog .blog-details a:not(#tableofcontent a){
   font-weight: 700;
    border-bottom: 2px solid var(--pc);
   transition:all .3s
}

body.single-blog .blog-details a:not(#tableofcontent a):hover{
   transition:all .3s;
    border-bottom: 2px solid transparent;
}

#tableofcontent{
   background: #F2FAF8;
    padding: 30px;
    border-radius: var(--rad-md);
    margin-bottom: 30px;
} 

#tableofcontent .head-th{
   font-size: var(--fs-2);
    font-weight: var(--semibold);
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

#tableofcontent ul{
   margin:0 !important
}

#tableofcontent ul li:after{
   content:unset !important
}

#tableofcontent ul li {
    list-style: disc;
    padding-left: 5px;
    color: var(--pc);
}

body.single-blog .blog-details blockquote{
   border: 1px solid var(--border-color);
    background: var(--gradient);
    border-left: 5px solid var(--pc);
    padding: 20px;
    border-radius: var(--rad-md);
}

.wp-block-quote {
   margin: 1.75em 0 !important;
}

body.single-blog .blog-details blockquote p{
   margin-bottom:5px !important
}

.flex-col-blog-card .blog-title{
   font-size: 16px;
    font-weight: var(--semibold);
    line-height: 1.7;
    margin-top: 10px;
    color: var(--black);
}

.flex-col-blog-card :is(.img-placeholder, .img-placeholder img){
   border-radius:var(--rad-md)
}

.flex-col-blog-card .card-meta span{
   color: var(--text-muted);
    font-size: var(--fs-3);
}

/* ----------------------footer-start---------------- */

footer .footer-card {
    background: linear-gradient(180deg, #113B28 0%, #15281F 83.5%);
    border-radius: 20px;
    padding: 30px 20px;
}

footer .footer-card p{
   font-size: 15px;
}

footer .footer-card .bwe-service-logo img {
    filter: brightness(0) invert(1);
}

footer .footer-card p a {
    text-decoration: underline;
}

footer .footer-menu .menu-ttl {
    font-size: 16px;
    font-weight: var(--semibold);
    color: var(--white);
}

footer .footer-menu ul li a {
    color: #dddddd;
}

footer .footer-menu .menu-ttl:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background: var(--white);
    left: 0;
    bottom: -7px;
}

.footer-newsletter-con {
    background: #213129;
    padding: 25px 0;
}

.footer-newsletter-con p {
    color: var(--white);
}

.copyright {
    background: #0E1F17;
    padding: 10px;
    color: var(--white);
}

/* ---------------------Single-prod.-pg.--------------------- */

.single-page-details .flex-meta-item {
    gap: 10px;
    margin-left: 30px;
    line-height: 1;
    font-weight: var(--medium);
    color: #323232;
}

.sidebar-prod-card {
    box-shadow: 0px 4px 20px -4px rgba(21, 40, 31, 0.08);
}

.sidebar-card-price {
    color: var(--pc);
    font-size: 20px;
    font-weight: var(--bold);
}

/* ---------------------Single-rest.-pg.--------------------- */

.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after{
   content:unset !important;
}

.woocommerce-breadcrumb a{
   position:relative !important
}

.woocommerce-breadcrumb a[href]:after {
    content: '»';
    position: absolute;
    font-size: 20px;
    right: -20px;
    top: 4px;
    line-height: 0.6;
    color: #8b8888;
}

.yoast-breadcrumbs, .woocommerce-breadcrumb {
    width: fit-content;
    background: #ECECEC;
    padding: 8px 20px !important;
    border-radius: var(--rad-lg);
}

.yoast-breadcrumbs :is(span, a) {
    color: rgba(0, 0, 0, 60%);
    font-size: 13px;
}

.single-page-details .flex-rating {
    font-weight: 400;
}

.single-page-details,
.page-header {
    position: relative;
    z-index: 0;
}

.single-page-details:after,
.page-header:after {
    background: url(https://realhealthio.batterseaconsultant.com/wp-content/uploads/2026/04/single-hero-texture.svg) no-repeat center center/contain;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    z-index: -1;
    height: 450px;
    width: 250px;
}

.gallery-container img {
    border-radius: var(--rad-md);
}

.gallery-container .img-box .flex-imgs-collection img {
    border-radius: 50%;
    border: 2px solid var(--white);
}

.gallery-container .img-box .flex-imgs-collection span {
    border-radius: 50%;
    background: var(--sc);
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}

.gallery-container .imgs-collection-wraps,
.gallery-container .img-box {
    cursor: pointer;
}

.flex-goto-id {
    border-bottom: 1px solid var(--border-color);
    gap: 50px;
}

.flex-goto-id a {
    color: var(--black);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: var(--semibold);
}

.flex-goto-id a.active {
    color: var(--sc);
    border-bottom: 2px solid var(--sc);
}

.overview-details {
    border: 1px solid var(--border-color);
    padding: 30px;
    border-radius: var(--rad-md);
}

.overview-details .review-sec {
    background: #F0F0F0;
    padding: 30px;
    border-radius: var(--rad-sm);
}

ol.commentlist>li {
    background-color: var(--white);
    border-bottom: 2px solid var(--border-color);
    border-radius: var(--rad-sm);
    padding: 20px;
}

ol.commentlist>li .comment-author {
    font-style: normal;
    font-size: 18px;
    font-weight: var(--semibold);
    color: var(--black);
}

.overview-details .comment-respond {
    padding: 20px !important;
    border-radius: var(--rad-sm);
    background-color: var(--white);
    position: relative;
}

.comment-respond .comment-form-rating {
    border: 0;
    background: #F3FAF8;
}

.comment-respond .comment-form-rating legend {
    font-weight: var(--semibold);
    font-size: 18px;
    border-radius: var(--rad-sm);
}

#respond form .form-submit input {
    border-radius: var(--rad-lg) !important;
    font-weight: var(--medium) !important;
    font-size: 16px !important;
    cursor: pointer !important;
    padding: 10px 20px !important;
    width: fit-content !important;
    background: var(--sc) !important;
    color: var(--white) !important;
    border: 0 !important;
    line-height: normal !important;
}

#respond form .comment-form-cookies-consent{
   font-size:12px
}

.sidebar-map {
    border: 1px solid var(--sc);
    padding: 10px;
    background-color: var(--white);
    border-radius: var(--rad-sm);
}

/* .overview-details{
    border-top: 1px solid var(--border-color);
    margin-top: 30px;
    padding-top: 30px;
} */

:is(.overview-details) :is(ul, ol) li::marker {
    color: #F56800;
    font-weight: var(--semibold);
}

.thumb-list li:after,
:is(body.author, body.single-blog, body.page, body.single-product) main ul li:not(.woocommerce ul.order_details li):not(.auth-social-follow ul li):after{
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    height: 16px;
    width: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="m4.666 7.333 2.667-6a2 2 0 0 1 2 2V6h3.773a1.333 1.333 0 0 1 1.334 1.533l-.92 6a1.33 1.33 0 0 1-1.334 1.134h-7.52m0-7.334v7.334m0-7.334h-2a1.333 1.333 0 0 0-1.333 1.334v4.666a1.333 1.333 0 0 0 1.333 1.334h2" stroke="%23f56800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>') no-repeat;
}

body.single-product .overview-details .review-sec ul li:after{
   content: unset !important
}

body.single-product .overview-details :is(h2, h2 b){
	font-size: 24px;
	font-weight: var(--semibold);
}

/* -----------------Accordians-start-------------------- */

.wp-block-create-block-bwe-addons-faq .wp-block-create-block-bwe-addons-details details {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.wp-block-create-block-bwe-addons-faq .wp-block-create-block-bwe-addons-details details summary {
    list-style: none;
    font-size: 16px;
    font-weight: var(--medium);
    color: rgba(0, 0, 0, 88%);
    cursor: pointer;
    position: relative;
}

.wp-block-create-block-bwe-addons-faq .wp-block-create-block-bwe-addons-details details .content {
    border-top: 1px solid var(--border-color);
    margin-top: 15px;
    padding-top: 10px;
}

.wp-block-create-block-bwe-addons-faq .wp-block-create-block-bwe-addons-details details summary:after {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" fill-opacity=".01" d="M0 0h48v48H0z"/><path d="M37 18 25 30 13 18" stroke="%23141414" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    height: 22px;
    width: 22px;
    transition: all .1s ease-in;
    right: 0;
    top: 3px;
}

.wp-block-create-block-bwe-addons-faq .wp-block-create-block-bwe-addons-details details[open] summary:after {
    transform: rotate(180deg);
}

.restaurant-single-content-inner:nth-last-child(-n+3) {
    border-top: 1px solid rgba(0, 0, 0, 20%);
    padding-top: 10px;
    width: 100%;
}

.sidebar-map .restaurant-single-content-inner a{
   color:var(--black)
} 

/* ------------calculator-card------------------ */

.calc-card{
        padding: 30px 20px;
   background:var(--white);
        border-radius: var(--rad-md);
        border: 1px solid var(--border-color);
    }

.calc-card .read-link{
       line-height: 1;
    border-top: 1px solid var(--border-color);
   padding-top: 20px;
    font-weight: var(--semibold);
}

.calc-card span{
    background: #DEEDE6;
    border-radius: var(--rad-md);
}

/* ------------------------Team-Card-start-**********----------------- */

.team-card {
    padding: 10px;
    border-radius: var(--rad-md);
    background: var(--white);
    border: 1px solid var(--border-color);
}

.team-card .team-img ul li {
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
   list-style:none !important; 
   padding:0 !important;
   margin :0 !important; 
}

.team-card .team-img ul li:after{
   content: unset !important
}

.team-card .team-img ul:has(.share-icn:hover) li,
.team-card .team-img ul:has(li:hover) li {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.team-card .team-img ul:has(.share-icn:hover) li:nth-child(5) {
    transition-delay: 0s;
}

.team-card .team-img ul:has(.share-icn:hover) li:nth-child(4) {
    transition-delay: 0.05s;
}

.team-card .team-img ul:has(.share-icn:hover) li:nth-child(3) {
    transition-delay: 0.1s;
}

.team-card .team-img ul:has(.share-icn:hover) li:nth-child(2) {
    transition-delay: 0.15s;
}

.team-card .team-img ul:has(.share-icn:hover) li:nth-child(1) {
    transition-delay: 0.2s;
}

.team-card .team-img .share-icn {
    background: var(--white);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.team-card p {
    font-size: 15px
}

.review-card{
   background: var(--white);
   position:relative;
    padding: 25px 16px;
    border-radius: var(--rad-sm);
    border: 1px solid var(--border-color);
   height:auto;
}

.review-card:after{
   content: '';
   position: absolute;
   height: 35px;
   width: 35px;
   right: 25px;
   bottom: 25px;
   background: url('data:image/svg+xml,<svg height="35" width="35" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xml:space="preserve"><path d="M119.472 66.59C53.489 66.59 0 120.094 0 186.1c0 65.983 53.489 119.487 119.472 119.487 0 0-.578 44.392-36.642 108.284-4.006 12.802 3.135 26.435 15.945 30.418 9.089 2.859 18.653.08 24.829-6.389 82.925-90.7 115.385-197.448 115.385-251.8 0-66.006-53.488-119.51-119.517-119.51m273.01 0c-65.983 0-119.472 53.505-119.472 119.51 0 65.983 53.489 119.487 119.472 119.487 0 0-.578 44.392-36.642 108.284-4.006 12.802 3.136 26.435 15.945 30.418 9.089 2.859 18.653.08 24.828-6.389C479.539 347.2 512 240.452 512 186.1c0-66.006-53.489-119.51-119.518-119.51" style="fill:%23e3e3e3"/></svg>') no-repeat ;
}

.swiper{
   padding-bottom: 50px !important
}

.swiper .swiper-slide{
   height:100% !important
}

.swiper-pagination-bullet-active{
   background: var(--sc) !important
}

/* ---------------BMI-calculator-start---------------- */
.center-hero{
    text-align: center;
    position: relative;
}
.center-hero:before {
    background: url(https://realhealthio.batterseaconsultant.com/wp-content/uploads/2026/04/left-texture.svg) no-repeat center center/contain;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 494px;
    width: 266px;
}


.flex-info-cols span{
        background: var(--sc);
        border-radius: 50%;
    }
    
    .flex-info-cols{
        background: #F7F4F1;
        border-radius: var(--rad-sm);
        border: 1px solid var(--border-color);   
    }

    .flex-info-cols a{
        color: rgba(0,0,0,80%);
    }

.contact-form-bg{
        background: #033A21;
        padding: 30px;
        border-radius: var(--rad-md);
    }

    .input-grp{
        gap: 5px;
    }

    .input-grp label{
        color: rgba(255, 255, 255, 90%);
        font-size: 14px;
        font-weight: 500;
    }

.contact-form-bg .h4{
   color: var(--white)
}