/*
Theme Name: Classy - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: bold;
    border-radius: 50px;
}

#header a.btn {
    padding: 10px 15px;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html #secondary-navigation > nav > ul > li.current-menu-parent {
    background: transparent !important;
}

html #secondary-navigation > nav > ul > li:hover > a,html  #secondary-navigation > nav > ul > li.current-menu-item > a,html  #secondary-navigation > nav > ul > li.current-menu-parent > a,html  #secondary-navigation > nav ul.sub-menu > li.current_page_item > a,html #secondary-navigation > nav > ul > li.current-menu-item > a {
    color: var(--pColor) !important;
}
.navigation ul ul{background: #fff !important;}
.sub-menu .current_page_item:before{opacity:0;}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpa {
    animation-name: fadeInUpa;
}

@keyframes fadeInLefta {
    0% {
        opacity: 0;
        transform: translate3d(-150px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLefta {
    animation-name: fadeInLefta;
}

/* Footer */
.copyrights {
    padding: 5vh 0px;
}

.copyrights p a {
    line-height: 1;
    display: inline-block;
}

.copyrights p {
    margin-bottom: 23px;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.dm-full.footer-creds p {
    margin-bottom: 0px;
}

footer#site-footer {
    margin: 0px;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.copyrights .dm-half {
    padding: 0px;
}

.copyrights iframe {
    height: 100%;
}

a#move-to-top {
    width: 40px;
    height: 40px;
}

.copyrights .dm-full {
    text-align: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.dm-col-3 {
    width: 40%;
}

.dm-col-3 span {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dm-flex.dm-full {
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-flex.dm-full h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-full.footer-contact-info img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    float: none;
}

.logo-wrap {
    margin: 0px;
    float: none;
    overflow: visible;
}

.dm-full.footer-contact-info {
    margin-bottom: 50px;
}

.copyrights .dm-half:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
}

.footer-wrapper {
    max-width: 620px;
    margin-right: 0px;
    margin-left: auto;
    margin: 0px auto;
}

.dm-full.footer-creds p:nth-child(2) {
    margin: 0px;
}

.copyrights h3,.copyrights h4 {
    color: #fff;
}

.copyrights {
    text-align: left;
}

.copyrights .dm-flex {
    max-width: 1300px;
    margin: 0px auto 20px;
}

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
    display: block;
}

section.visit-us-today .dm-flex {
    gap: 35px;
}

section.visit-us-today .dm-half {
    flex: 1;
}

section.visit-us-today h2 {
    font-size: 40px;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: var(--pColor);
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    margin-bottom: 13px;
    position: absolute !important;!i;!;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
}

.dm-blog-image p {
    font-size: 17px;
}

section.dm-blog-posts p {
    font-size: 16px;
    color: #000;
}

section.dm-blog-posts h3 {
    font-weight: bold;
}

section.dm-blog-posts .dm-flex {
    margin-top: 30px;
    align-items: inherit;
}

section.dm-blog-posts .dm-third:hover {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(38 115 228 / 20%);
}

section.dm-blog-posts .dm-third {
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
}

section.dm-blog-posts .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.dm-blog-posts .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

/* Services  */
.central-tab {
    flex: 1 1 16%;
    padding: 10px;
}

section.new-service-section .dm-half:nth-child(2),
section.n-s-section .dm-third:nth-child(2),
.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
section.new-service-section .dm-half:nth-child(3),
section.n-s-section .dm-third:nth-child(3),
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
section.new-service-section .dm-half:nth-child(4),
.central-tab:nth-child(4) {
    animation-delay: 0.4s;
}
.central-tab:nth-child(5) {
    animation-delay: 0.5s;
}
.central-tab:nth-child(6) {
    animation-delay: 0.6s;
}
.central-tab:nth-child(7) {
    animation-delay: 0.7s;
}
 
.central-wrapper .central-tab img {
    border-radius: 10px;
}

.central-img-tabs {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-top: -65px;
}

.central-img-tabs img {
    height: 140px !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.central-img-tabs h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.central-wrapper {
    background: #4e8abf;
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    max-width: 1300px;
    margin: 0px auto;
}

.central-img-tabs .central-tab-item > div {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.central-img-tabs .central-tab-item > div:hover {
    border-color: var(--aColor);
}

.central-tab-item.active-service-button > div {
    border-color: var(--aColor);
}

section.new-service-section {
    padding: 6vh 0px;
}

section.new-service-section h2 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 0px;
}

section.new-service-section .dm-half p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0px;
}

section.new-service-section h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

section.new-service-section span {
    text-transform: uppercase;
    letter-spacing: 0px;
    background: var(--pColor);
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 4px;
    font-size: 17px;
}

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    flex-basis: 300px;
}

section.new-service-section .dm-flex {
    align-items: inherit;
}

section.new-service-section .dm-third:hover {
    background-image: initial;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
    transform: translateX(0px) translateY(-15px)!important;
}

/* Testimonials */
.main-head-wrap.header_fixed #regular-header {
}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

.central-text-wrapper {
    padding: 20px 10px;
}

section.classy-testimonials {
    padding: 6vh 0px;
    background: #ffffff;
    position: relative;
    background-size: 50%;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.dm-half-plus {
    display: block;
    flex: 1 1 66.66%;
    width: 66.66%;
}

.classy-testimonials-wrapper.dm-flex {
    max-width: 1300px;
    margin: 0px auto;
}

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

.letter-wrap p {
    font-size: 17px;
}

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

section.central-testimonials * {
    color: #fff;
}

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

section.half-half-classy img {
    border-radius: 50px 0px;
}

section.half-half-classy h2 {
    font-size: 41px;
}

section.half-half-classy p {
    font-weight: 300;
}

.main-head-wrap.header_fixed #header {
    background: rgb(255 255 255 / 95%);
}

/* CTA  */
.cta-content {
    border-radius: 45px 0 45px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

.cta-carrier {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    height: 45vw;
}

.cta-carrier h2 {
    font-size: 41px;
}

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

/* Welcome */
section.central-welcome {padding: 4vh 0px 0px;}

section.central-welcome .container-wide {
}

section.central-welcome h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
}

.central-welcome .central-image img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 0px;
}
section.central-welcome .dm-flex {
}

.central-image {
    position: relative;
    height: 100%;
}

section.central-welcome .dm-half:nth-child(1) {flex: 1 1 60%;position: relative;z-index: 1;}

section.central-welcome .dm-half:nth-child(2) {
    flex: 1 1 40%;
    width: 40%;
}

#site-header .container-wide {
}

.container-wide {
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
}

section.central-welcome h3 {
    color: #fff;
}


section.central-welcome blockquote {
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 2px solid var(--aColor);
    font-style: italic;
    opacity: 0.9;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    opacity: 0;
}

section.central-welcome blockquote p + p {
    font-weight: bold;
    font-size: 14px;
}

/* Mobile */
.mobile_cta_buttons.hide-d.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.mobile_cta_buttons.hide-d.mobile-btn p {
    text-align: center;
    margin-bottom: 10px;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a {
    color: #fff;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons {
    background: transparent;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    padding: 20px 20px;
    display: none;
}

@media (min-width:  881px) {
    .main-head-wrap.header_fixed #regular-header {
        margin-top: -51px;
    }
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

@media (min-width: 881px) {
    div#header nav {
        width: auto;
        margin: 0px auto;
        margin-right: 0px;
    }
}


#secondary-navigation #logo a {
    font-weight: bold;
    font-size: 26px;
}

html #header #logo {
    float: none !important;
    display: block !important;
    margin: 0px;
}

div#header {
    background: #fff;
    padding: 16px 0px;
    float: none;
}

.regular_header #secondary-navigation {
    float: none;
}

div#regular-header i {
    margin-right: 8px;
}

.main-head-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-spacer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 881px) {
    .header-spacer {
        min-height: 154px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    padding: 0px;
    overflow: visible;
    max-width: 23%;
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#logo img {
    float: none;
    max-width: 300px;
    display: block;
}

ul#menu-main-menu a {
}

#secondary-navigation a {
    padding: 10px 15px;
}

div#regular-header {
    background: var(--pColor);
}

div#regular-header * {
    color: #fff;
}

div#regular-header .container-wide.dm-flex p {
    margin: 0px;
}

div#regular-header .container-wide {
    padding: 0px;
}

.dm-third.social-header {
    text-align: right;
}

.dm-third.social-header a {
    margin-left: 10px;
}

.dm-third.address-header {
    text-align: center;
}

.dm-third.phone-header {
    text-align: left;
}

#regular-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dm-full.footer-contact-info {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


/* Video */
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: left;
    padding: 0px 30px;
}

.carousel-caption span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.carousel-caption h2 p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-left: 0px;
}

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgb(0 0 0 / 53%) 100%);
}

.carousel-caption h2 {
    color: #000000;
    font-size: 60px;
    max-width: 720px;
    line-height: 1.2;
    margin-bottom: 25px;
}

html .video_holder {
    height: calc(100vh - 135px);
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #000 !important;
}

.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important;}
.dm-slide-main .slide-caption a, .central-wrapper h3, .central-wrapper p{color:#fff;}
html .slick-next{display:none;}

/* Responsive */
@media (max-width:  1300px) {
    .container-wide {
        padding: 0px 15px;
    }
}

@media (max-width: 1025px ) {
    .copyrights .dm-half {
        flex: 1 1 100%;
    }

    .copyrights .dm-half:nth-child(1) {
        order: 2;
    }

    .dm-full.footer-creds p {
        text-align: center;
    }

    .copyrights .dm-half iframe {
        height: 350px;
    }

    .central-welcome .central-image img {
        width:  100%;
    }

    .central-img-tabs img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
        html .dm-slide-main {height: 450px !important;}
    html .dm-slide-main .slide-caption{bottom:10px;}
    html .dm-slide-main .slide-caption h2{font-size:26px!important;}
    html .dm-slide-main .slide-caption p {    font-size: 14px;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .dm-blog-posts .dm-third {
        flex: 1 1 50%;
        flex-basis: 320px;
        max-width: 50%;
    }

    section.central-services {
        display: flex;
        flex-wrap: wrap;
    }

    section.central-services > .container-wide {
        order: 1;
    }

    .central-wrapper {
        order: 2;
        padding: 80px 0px;
    }

    .central-img-tabs {
        margin: 0px;
    }

    section.central-services {
        margin-bottom: 0px;
    }

    section.dm-blog-posts .dm-third {
        flex-basis: 320px;
    }
}
@media (max-width: 881px) {
    #page.homepage {
        padding: 0px !important;
    }
    html a#pull {
        width: auto;
        text-align: center;
        padding: 0px;
        color: #000 !important;
        background: transparent !important;
        font-size: 29px;
        position: relative;
        display: block;
        margin: 0px !important;
        margin-left: 15px !important;
    }

    html a#pull:after {position: relative;padding: 0px !important;left: 0px;right: 0px;top: 0px !important;}

    .regular_header #secondary-navigation {
        width: 100%;
        justify-content: space-between;
    }

    #header a.btn {
        margin: 0px auto;
        margin-right: 0px;
    }

    .dm-third.social-header {
        display: none;
    }

    nav.navigation.clearfix #menu-main-menu {
        margin: 0px !important;
    }
    #header .logo-wrap {
        max-width: initial;
        margin: 0px;
    }

    .carousel-caption h2 p {
        display: none;
    }

    .carousel-caption {
        text-align: center;
    }

    section.central-welcome .container-wide {
        border: 0px;
        padding: 20px 10px;
    }

    section.central-welcome {
        padding: 5vh 0px;
    }

    .classy-testimonials-wrapper.dm-flex strong {
        padding: 0px;
        text-align: center;
        font-size: 40px;
    }

    .cta-carrier {
        padding: 10vh 0px;
    }

    .cta-content {
        width: 100%;
    }

    section.half-half-classy {
        padding: 5vh 0px;
    }

    section.visit-us-today {padding: 5vh 10px;}

    section.visit-us-today .dm-half {
        flex: 1 1 100%;
    }

    .dm-full.footer-creds p {
        width: 100%;
        text-align: center;
        flex: 1 1 100%;
        text-align: center !important;!i;!;
        justify-content: center;
    }

    .copyrights .dm-full {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    html .video_holder {
        max-height: 500px !important;
    }
    .header-spacer {
        height: 95px;
    }
    div#regular-header {
        display: none;
    }
    .dm-blog-posts .dm-third {
        flex-basis: 320px;
        max-width: 100%;
    }
    section.central-welcome .dm-half:nth-child(1) {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .central-tab {
        flex: 1 1 33.33%;
    }

    .central-img-tabs {
        flex-wrap: wrap;
    }
    .central-wrapper {
        padding: 50px 0px;
    }

    .central-wrapper .dm-half {
        flex: 1 1 100%;
    }

    .central-testimonials-wrapper {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .central-testimonials-wrapper .dm-half {
        width: 100%;
        max-width: 100%;
    }
    .copyrights .dm-half:nth-child(1) {
        padding: 40px 0px;
    }
    .central-testimonials-wrapper .slick-dots {
        text-align: center;
    }
    .dm-col-3 {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 640px) {
    div#header {
        padding: 10px 0px;
    }
    #header a.btn {
        display: none;
    }
}
@media (max-width: 540px) {
    footer .dm-full {
        padding: 0px 15px;
    }
    .dm-full.footer-contact-info img {
        width: 100%;
        max-width: 90%;
    }
    .central-tab {
        flex:  1 1 50%;
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    section.central-welcome h2 {
        font-size: 30px;
    }
    .central-img-tabs {
        padding: 0px;
    }
    .central-wrapper .dm-half {
        padding: 0px;
    }
}

/* MLoc */
.container-wide.dm-flex .dm-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 14px !important;
}

.container-wide.dm-flex p:after {
    content: "-";
    position: relative;
    right: -3px;
}

.container-wide.dm-flex p:last-of-type:after {
    display: none;
}

.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}

div#regular-header * {
    color: #000;
}

.dm-half.social-header {
    display: flex;
    justify-content: flex-end;
}

.social-header .social-icons a {
    padding: 0px 5px;
}

.dm-half.social-header .dm-rate-us {
    padding: 10px 15px;
    background: var(--aColor);
    margin: 0px;
}

.dm-half.social-header > * {
    padding: 10px 15px;
}

.dm-half.social-header .dm-rate-us span {
    text-transform: uppercase;
    font-size: 18px;
}

.video-location {
    max-width: 1300px;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.video-location i {
    color: #F4F4EA;
}

.video-location a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

#header .header-inline-appt a {
    font-size: 14px !important;
    color: #fff !important;!I;!;
}

section.home-icons {
    padding: 0vh 0px;
    position: relative;
    top: -60px;
}

section.home-icons .dm-flex {
    align-items: inherit;
    gap: 2%;
    margin: 0px -2%;
}

section.home-icons h4 {
    color: #000;
    font-size: 25px;
}

section.home-icons h4:after {
    width: 100px;
    height: 2px;
    background: var(--pColor);
    display: block;
    margin: 15px 0px;
}

section.home-icons img {
    display: block;
    margin-bottom: 15px;
    max-width: 75px;
}

section.home-icons .dm-third {
    position: relative;
    padding-bottom: 55px;
}

section.home-icons .dm-fourth:nth-child(4) a.btn, section.home-icons .dm-fourth:nth-child(2) a.btn {
    background: var(--pColor) !important;
}

section.home-icons .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}

section.home-icons .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

section.central-welcome h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dm-flix {
    padding: 20px;
    background: var(--sColor);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.dm-flix .dm-half {order: inherit !important;!i;!;}

.dm-flix .dm-flex {
    align-items: center;
}

.dm-welcome-image img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.dm-welcome-image {
    position: relative;
    bottom: -20px;
}

.dm-welcome-content h3 {
    font-size: 40px;
    line-height: 1.2;
}

.dm-welcome-content p {
    color: #fff;
    font-size: 19px;
}

section.central-welcome h2 {
}

section.central-welcome .dm-full {
    padding-bottom: 80px;
}

.dm-welcome-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/2589185_314.png);
    position: absolute;
    bottom: -50px;
    right: -70px;
    height: 100%;
    width: 100%;
    background-size: contain;
    opacity: 0.1;
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}

section.new-service-section h2 + p {
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

section.new-service-section .dm-half:nth-child(1),section.new-service-section .dm-half:nth-child(4) {
}

section.new-service-section .dm-half {
    flex: 1 1 33%;
    margin-bottom: 30px;
}

section.new-service-section a {
    height: 396px;
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,.6);
}

section.new-service-section a > * {
    position: relative;
    z-index: 1;
    color: #fff;
}

section.new-service-section a:hover {
    transform: scale(1.05);
}

section.new-service-section h3:after {
    margin: 10px 0px 0px;
    content: "";
    height: 2px;
    background: #fff;
    position: relative;
    display: block;
    width: 70px;
}

section.n-s-section {
    position: relative;
    padding: 7vh 0px;
    /* background: linear-gradient(180deg,var(--aColor) 0%,#fff 100.29%); */
}

section.n-s-section h2 {
    text-align: center;
    margin: 0px;
    font-size: 45px;
}

section.n-s-section h2 + p {
    text-align: center;
    margin: 20px auto 0px;
}

section.n-s-section .dm-flex {
    align-items: inherit;
    padding-top: 60px;
}

section.n-s-section .dm-third {
    box-shadow: 9px 12px 20px 0px rgba(186, 183, 182, .35);
    flex: 1 1 calc(33.33% - 30px);
    margin: 0px 15px;
    padding: 40px;
    border-radius: 20px;
    border-bottom: 4px solid var(--pColor);
    background: #fbfbfb;
}

section.n-s-section .dm-third p {
    line-height: 1.6;
}

section.n-s-section .dm-third h3 {
    color: #000;
    position: relative;
    font-weight: 700;
}

section.n-s-section h3:after {
    /* content: ""; */
    width: 80px;
    background: var(--sColor);
    display: block;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.full-list {
    margin-top: 70px;
    text-align: center;
    position: relative;
}

.full-list:before {
    width: calc(50% - ( 314px / 2 ));
    left: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list:after {
    width: calc(50% - ( 314px / 2 ));
    right: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list .no-bg {
    border: 2px solid var(--pColor);
    background: transparent !important;!i;!;
    font-weight: bold !important;!i;!;
    font-size: 15px;
    color: #000 !important;!I;!;
}

section.n-s-section img {
    margin-bottom: 20px;
    display: block;
    max-width: 90px;
}

section.classy-testimonials h2 {
    font-size: 45px;
    text-align: center;
	font-weight: bold;
}

section.classy-testimonials h2 + p {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 65px;
}

span.hiddenRest {
    display: none;
}

.new-wrap {
    background: linear-gradient(239deg,rgba(255,255,255,.9) 17.93%,rgba(255,255,255,.9) 81.51%) !important;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 1px 10px #0000001f;
}

.new-text-wrapper {
    padding: 20px;
}

.testimonial-stars i {
    color: #d3b013;
}

.testimonial-stars i {
    margin-right: 2px;
}

.testimonial-stars {
    margin-bottom: 5px;
}

section.classy-testimonials .dm-flex + .dm-full {
    margin-bottom: 55px;
}

.name-f {
    height: 60px;
    width: 60px;
    background: var(--pColor);
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inline-tex {
    display: flex;
    align-items: center;
}

.inline-tex .testimonialname {
    margin-left: 15px;
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
    font-family: 'AR One Sans';
    line-height:1.4;
}

.pp-testimonials-content {
    font-size: 16px;
}

span.read_more {
    font-weight: bold;
    cursor: pointer;
}

section.classy-testimonials:before {
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.9;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background: #fff;);
}

.copyrights {
    float: none;
}

.dm-full.footer-creds {
    position: relative;
    padding: 15px 0px;
}

.dm-full.footer-creds:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.4;
    top: 0px;
    left: 0px;
}

.dm-full.footer-creds * {
    color: #fff;
}

.bottom-footer {
    display: flex;
    flex-wrap: wrap;
}

.bottom-footer p {
    flex: 1 1 50%;
}

.bottom-footer p:nth-child(3) {
    flex: 1 1 100%;
    text-align: right;
}

.bottom-footer p:nth-child(2) {
    text-align: right;
}

.dm-full.footer-creds .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px 15px;
}

.dm-full.footer-creds a {
    font-weight: bold;
    font-size:19px;
}

section.visit-us-block {
    padding: 7vh 0px;
}

.visit-us-flex {
    margin-bottom: 50px;
}

.visit-us-flex:last-of-type {
    margin: 0px;
}

.visit-us-flex.welcomeright .dm-half:nth-child(1) {
    order: 2;
}

.visit-us-flex {
    border: 2px solid var(--pColor);
    border-radius: 20px;
    overflow: hidden;
    background: whitesmoke;
}

.visit-us-flex .dm-flex {
    margin: 0px -15px;
}

.visit-us-flex .dm-half:nth-child(2) {}

html .middle {
    padding: 50px;
}

.visit-us-flex img {
    display: block;
}

.middle h3 {
    color: #000;
    font-size: 30px;
    line-height: 1;
}

.middle h3:after {
    content: "";
    width: 80px;
    background: var(--sColor);
    display: block;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

html a.newbtn {
    margin: 0px;
    background: var(--pColor);
    color: #000;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

section.visit-us-block li a {
    color: #000;
    font-weight: bold;
}

.visit-us-flex li:before {
    display: none;
}

.visit-us-flex li {
    list-style: disc;
}

.visit-us-flex:last-of-type li {
    list-style: none;
    padding-bottom: 11px;
}

.visit-us-flex:last-of-type ul {
    padding-left: 0px;
}

.visit-us-flex iframe,.visit-us-flex img {
    height: 550px !important;!i;!;
    object-fit: cover;
}

a.sticks {
    border: 0px;
    background: var(--pColor);
    color: #000;
}

a.sticks:nth-child(2) {
    color: #fff;
    background: var(--sColor);
}

.home .wow {
    opacity: 0;
}

.home .wow.fadeInUp,.home .wow.fadeInUpa {
    opacity: 0;
    transform: translate3d(0,100%,0);
}

.home .wow.animated {
    animation-fill-mode: forwards !important;
}

@media (max-width: 880px) {
    .copyrights .dm-fourth {
        margin-bottom: 30px;
    }
    
    section.home-icons .dm-third {
        margin-bottom: 40px;
    }

    section.n-s-section h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    section.n-s-section .dm-third {
        margin-bottom: 30px;
    }

    section.classy-testimonials h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    .visit-us-flex iframe, .visit-us-flex img {
        height: 400px !important;
    }
    section.new-service-section .dm-half {
        flex: 1 1 100%;
    }
}

div#regular-header * {
    color: #fff;
}

section.home-icons:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-image: url(/wp-content/uploads/2025/04/marble.jpg);
    left: 0px;
    opacity: 0.2;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

section.home-icons p {font-size: 17px;}

html .wda_video_style .buttonToAuto {
    bottom: auto;
    text-align: right;
    top: 0px;
}

section.central-welcome h2 + h3 {
    text-align: center;
    color: var(--aColor);
    font-size: 34px;
}

footer .social-icons a:hover {
    background-color: var(--aColor);
}


.full-list .no-bg:hover {
    background: var(--pColor) !important;!I;!;
    color: #fff !important;!i;!;
}

section.central-welcome h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    opacity: 0.7;
}

@media (min-width:881px) {
    li#menu-item-32 {
        display: none;
    }
}

@media (max-width: 880px) {
    section.central-welcome .dm-half:nth-child(2) {
        max-width: 100%;
    }
}

section.central-welcome .dm-flix:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/marble.jpg);
    top: 0px;
    left: 0px;
    opacity: 0.4;
    background-attachment: fixed;
}


section.classy-testimonials .slick-dots button {
    background: var(--aColor);
}

html .newCon {
    background-position: 50% 90%;
}

.primary-ser-container.clearfix.hide-xs {
    position: relative;
}

.newCon {
    position: relative;
}

.newCon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(
175deg, rgb(255 255 255) 0%, #dddddd00 50%);
    height: 100%;
    width: 100%;
    opacity: 1;
}

header#site-header {
    position: relative;
    z-index: 9999;
}

section.home-icons .dm-fourth {
    background: #fff;
    padding: 20px;
    flex: 1 1 23% !important;
    border-radius: 10px;
    box-shadow: 0px 1px 20px #00000026;
    margin-bottom: 2%;
	flex-basis: 250px !important;
}

section.home-icons .dm-fourth:nth-child(2) {
    /* background: var(--sColor); */
}


section.home-icons * {
    color: #000000;
}

section.home-icons > div {
    +: 100%;
    padding: 0px;
}

div#mep_0 {
    border-radius: 20px;
    overflow: hidden;
}

section.central-welcome ol {
    margin-bottom: 20px;
    padding-left: 27px;
}

section.classy-testimonials > div {
    max-width: 1300px;
}

html #slider-primary .dm-slide-main {
    max-height: 100%;
    height: 75vh;
}

section.home-icons .dm-fourth:nth-child(2), section.home-icons .dm-fourth:nth-child(3) {
    flex: 1 1 32.33%;
}


:root{
    --aColor-soft:#ffc77d;
    --sColor-deep:#0f2b46;
 
    --ink:#1d2533;          /* body ink */
    --ink-soft:#4c5566;
    --cream:#f4f2f8;        /* cool paper */
    --card:#ffffff;
    --line:#e7e3f0;
    --muted:#9aa1ae;
    --shadow:0 24px 60px -28px rgba(21,59,96,.45);
  }
.n-s-section{
  
.dm-flex{
    width:100%;
    align-items:stretch;
    display: flex;
  }
 
  .dm-third{
    position:relative;
    background:var(--card);
    border:1px solid var(--line);
    border-radius:22px;
    padding:38px 32px 40px;
    display:flex;
    flex-direction:column;
    transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease, border-color .4s ease;
  }
  .dm-third:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow);
    border-color:#cfc8e0;
  }
 
  /* featured = first card (Tier 1) */
  .dm-third:nth-child(1){
    background: linear-gradient(180deg,var(--pColor) 0%,var(--sColor-deep) 100%);
    border-color:transparent;
    color:#eaf0f7;
    box-shadow:var(--shadow);
  }
  .dm-third:nth-child(1)::before{
    content:"Most Value";
    position:absolute; top:-13px; left:50%; transform:translateX(-50%);
    background:linear-gradient(180deg,var(--aColor-soft),var(--aColor));
    color:#5a3a06; font-weight:700; font-size:.7rem; letter-spacing:.16em;
    text-transform:uppercase; padding:7px 16px; border-radius:999px;
    box-shadow:0 8px 18px -8px rgba(255,179,86,.8);
  }
 
  .dm-third h3{
    font-weight:500;
    font-size:1.55rem;
    line-height:1.1;
    letter-spacing:-.01em;
    display:flex;
    flex-direction:column;
    gap:5px;
    padding-bottom:22px;
    margin-bottom:4px;
    border-bottom: 1px solid var(--pColor);
  }
  .dm-third:first-child h3{/* border-bottom-color:rgba(255,255,255,.16); */}
  .dm-third h3 span{
    font-family:"Hanken Grotesk",sans-serif; font-weight:600;
    font-size:.72rem; letter-spacing:.2em; text-transform:uppercase;
    color:var(--pColor);
  }
  .dm-third:first-child h3 span{/* color:var(--aColor); */}
 
  .price{
    font-family:"Fraunces",serif; font-weight:500;
    font-size:3.6rem; line-height:1; letter-spacing:-.02em;
    margin:26px 0 6px; display:flex; align-items:flex-start; gap:3px;
  }
  .price sup{
    font-size:1.3rem; font-weight:500; top:.55em; color:var(--aColor);
  }
  .dm-third:first-child .price sup{/* color:var(--aColor); */}
  .price::after{
    content:"/mo"; align-self:flex-end;
    font-family:"Hanken Grotesk",sans-serif; font-weight:500;
    font-size:.95rem; letter-spacing:.04em; color:var(--muted);
    margin-bottom:.55em; margin-left:4px;
  }
  .dm-third:first-child .price::after{ color:rgba(234,240,247,.6); }
 
  .options{ margin-top:18px; flex:1; }
  .et_pb_pricing{ list-style:none; display:flex; flex-direction:column; gap:2px; }
  .et_pb_pricing li{
    display:flex; align-items:center; gap:12px;
    padding:10px 0;
    font-size:.95rem; color:var(--ink-soft);
    border-bottom:1px dashed rgba(0,0,0,.06); font-weight: bold;
  }
  .dm-third:nth-child(1) .et_pb_pricing li{
    color:#d7e0ec; border-bottom-color:rgba(255,255,255,.1);
  }
  .et_pb_pricing li:last-child{ border-bottom:none; }
 
  .et_pb_pricing li::before{
    content:""; flex:0 0 20px; width:20px; height:20px; border-radius:50%;
    background:#ede9f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23153b60' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
  }
  .dm-third:first-child .et_pb_pricing li::before{
    /* background:rgba(255,179,86,.22) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffb356' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat; */
  }
 
	.et_pb_pricing li.et_pb_not_available{ color:var(--muted); }
  .dm-third:first-child .et_pb_pricing li.et_pb_not_available{ color:rgba(234,240,247,.4); }
  .et_pb_pricing li.et_pb_not_available span{ text-decoration:line-through; text-decoration-color:rgba(0,0,0,.18); }
  .et_pb_pricing li.et_pb_not_available::before{
    background:#eceaf2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23a39db4' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/11px no-repeat;
  }
  .dm-third:first-child .et_pb_pricing li.et_pb_not_available::before{
    background:rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23a7b3ab' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/11px no-repeat;
  }
 
  .dm-third .cta{
    margin-top:30px; display:inline-block; text-align:center;
    padding:15px 20px; border-radius:12px; font-weight:600; font-size:.95rem;
    letter-spacing:.02em; text-decoration:none; transition:transform .25s ease, background .25s ease;
    background:var(--pColor); color:#ffffff;
  }
  .dm-third .cta:hover{ transform:translateY(-2px); background:var(--sColor); }
  .dm-third:first-child .cta{ background:linear-gradient(180deg,var(--aColor-soft),var(--aColor)); color:#5a3a06; }
  .dm-third:first-child .cta:hover{ filter:brightness(1.05); }
 
  @keyframes fadeInUpa{ from{opacity:0; transform:translateY(26px);} to{opacity:1; transform:translateY(0);} }
  .wow.fadeInUpa{ animation:fadeInUpa .7s both cubic-bezier(.2,.8,.2,1); }
  .dm-third:nth-child(1){ animation-delay:.05s; }
  .dm-third:nth-child(2){ animation-delay:.16s; }
  .dm-third:nth-child(3){ animation-delay:.27s; }
 
  @media (max-width:880px){
    .dm-flex{ grid-template-columns:1fr; max-width:440px; }
    .dm-third:first-child{ order:-1; }
  }
}

section.n-s-section .dm-third:nth-child(1) h3 *, section.n-s-section .dm-third:nth-child(1) h3 {
    color: #fff;
}

@media (max-width:880px) {
	section.n-s-section .dm-third:nth-child(2) h3 *,section.n-s-section .dm-third:nth-child(2) h3 {
		color: #fff;
	}

	section.home-icons {
		top: 0px;
		padding: 50px;
	}
}

.carousel-caption h2 {font-size: 45px; margin: 0 auto;}
.carousel-caption  {text-align: center; top: 15%;}
html .newCon {
    background-position: 50% 80%;
}

.newlist {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.newlist li {
    background: #fbfbfb;
    border-left: 5px solid var(--pColor);
    padding: 18px 24px;
	    box-shadow: 9px 12px 20px 0px rgba(186, 183, 182, .35);
    margin-bottom: 16px;
    border-radius: 10px;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.6;
}
section.central-welcome ol {padding-left: 0;}

section.central-welcome .dm-half li:before {display: none;}
section.new-service-section span {display: none;}

p.promo1 {
	font-size: .95rem;
	color: #ffffff;
}

p.promo2 {
	font-size: .95rem;
	color: #000000;
}

.n-s-section 
    .dm-third:first-child .et_pb_pricing li.et_pb_not_available {
        color: rgb(143 149 159);
    }
}


.n-s-section 
    .et_pb_pricing li::before {
        content: "";
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
background: #f8f0d8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b08d2b' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
box-shadow: 0 0 10px rgba(176, 141, 43, 0.35);
	}


.copyrights .social-icons .header-facebook {
    background: #1877F2;
	color: white;
}

.copyrights .social-icons .header-google {
    background: linear-gradient(
        135deg,
        #4285F4 0%,
        #4285F4 25%,
        #34A853 25%,
        #34A853 50%,
        #FBBC05 50%,
        #FBBC05 75%,
        #EA4335 75%,
        #EA4335 100%
    );
}
.copyrights .social-icons .header-instagram {
    background: linear-gradient(
        45deg,
        #F58529 0%,
        #FEDA77 25%,
        #DD2A7B 50%,
        #8134AF 75%,
        #515BD4 100%
    );
}

.copyrights .social-icons .header-linkedin-in {
    background: #0A66C2;
	color: white;
}

.copyrights .social-icons .header-youtube {
    background: #FF0000;
	color: white;
}

.flex-logos {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-logos img {
    margin: 20px;
    text-align: center;
	width: 200px;
	border: unset !important;
	outline: unset !important;
}

.wm-section{
  --wm-purple:#65488f;
  --wm-purple-dk:#493368;
  --wm-gold:#e8b04b;
  --wm-ink:#2c2438;
  --wm-mute:#5f5870;
  --wm-line:rgba(101,72,143,.15);
  padding:64px 0;
}
.wm-section p{color:var(--wm-mute);line-height:1.75;}
.wm-section h2{
  color:var(--wm-purple-dk);
  font-weight:700;
  line-height:1.2;
  margin:0 0 18px;
  position:relative;
  padding-bottom:14px;
}
.wm-section h2:after{
  content:"";position:absolute;left:0;bottom:0;
  width:56px;height:4px;border-radius:4px;
  background:linear-gradient(90deg,var(--wm-gold),var(--wm-purple));
}
.wm-section h3{color:var(--wm-purple-dk);font-weight:700;margin:0 0 8px;}
.wm-center{text-align:center;}
.wm-center:after{left:50%;transform:translateX(-50%);}
.wm-sub{max-width:760px;margin:0 auto 36px;text-align:center;}
.wm-link{color:var(--wm-purple);font-weight:700;border-bottom:2px solid var(--wm-gold);text-decoration:none;}
.wm-link:hover{color:var(--wm-gold);}

.wm-hero{
  background:
    radial-gradient(900px 380px at 12% -10%,rgba(232,176,75,.18),transparent 60%),
    linear-gradient(180deg,#faf7fd,#fff);
  border-bottom:1px solid var(--wm-line);
}
.wm-eyebrow{
  display:inline-block;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;
  font-weight:800;color:#fff!important;
  background:var(--wm-gold);
  padding:7px 16px;border-radius:999px;margin:0 0 18px;
}
.wm-hero h2{font-size:clamp(28px,3.6vw,46px);max-width:20ch;}
.wm-lede{font-size:clamp(16px,1.3vw,19px);max-width:70ch;}

.wm-panel{
  background:#fff;
  border:1px solid var(--wm-line);
  border-radius:16px;
  padding:34px;
  height:100%;
  box-shadow:0 2px 4px rgba(45,30,70,.04);
}
.wm-panel--accent{
  border-top:5px solid var(--wm-gold);
  background:linear-gradient(180deg,#fdfaf4,#fff);
}
.wm-panel--dark{
  background:linear-gradient(160deg,var(--wm-purple),var(--wm-purple-dk));
  border:none;
}
.wm-panel--dark h2,.wm-panel--dark h3{color:#fff;}
.wm-panel--dark h2:after{background:var(--wm-gold);}
.wm-panel--dark p,.wm-panel--dark li{color:rgba(255,255,255,.9);}
.wm-panel--dark .wm-link{color:var(--wm-gold);}

.wm-card{
  position:relative;
  background:#fff;
  border:1px solid var(--wm-line);
  border-radius:14px;
  padding:28px 24px 24px;
  height:100%;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.wm-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(73,51,104,.12);
  border-color:rgba(232,176,75,.55);
}
.wm-card p{font-size:15px;margin:0;}
.wm-num{
  display:block;
  font-size:13px;font-weight:800;letter-spacing:.1em;
  color:var(--wm-gold);
  margin-bottom:10px;
}
.wm-card--tall{border-top:5px solid var(--wm-purple);}
.wm-tag{
  display:inline-block;
  background:var(--wm-gold);color:#fff!important;
  font-size:14px;letter-spacing:.06em;text-transform:uppercase;
  padding:6px 14px;border-radius:6px;margin-bottom:16px;
}

.wm-check{list-style:none;margin:0;padding:0;}
.wm-check li{
  position:relative;padding:0 0 14px 34px;line-height:1.65;
}
.wm-check li:before{
  content:"";position:absolute;left:0;top:6px;
  width:18px;height:18px;border-radius:50%;
  background:var(--wm-gold);
}
.wm-check li:after{
  content:"";position:absolute;left:6px;top:10px;
  width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.wm-dash{list-style:none;margin:0;padding:0;}
.wm-dash li{
  padding:9px 0;border-bottom:1px dashed var(--wm-line);
  color:var(--wm-mute);font-weight:600;
}
.wm-dash li:last-child{border-bottom:none;}

.wm-glp{background:#faf8fc;}
.wm-table-wrap{overflow-x:auto;border-radius:14px;box-shadow:0 6px 22px rgba(73,51,104,.08);}
.wm-table{width:100%;border-collapse:collapse;background:#fff;min-width:520px;}
.wm-table th{
  background:var(--wm-purple);color:#fff;
  text-align:left;font-size:14px;letter-spacing:.06em;text-transform:uppercase;
  padding:16px 20px;
}
.wm-table td{padding:18px 20px;border-bottom:1px solid var(--wm-line);color:var(--wm-mute);}
.wm-table tbody tr:last-child td{border-bottom:none;}
.wm-table tbody tr:hover{background:#fdf9f1;}
.wm-table strong{color:var(--wm-purple-dk);}
.wm-stat{font-size:20px;font-weight:800;color:var(--wm-gold);}
.wm-table em{display:block;font-size:13px;color:#8d869b;font-style:normal;}
.wm-note{font-size:15px;margin-top:18px;}

.wm-bio{
  text-align:center;background:#fff;
  border:1px solid var(--wm-line);border-radius:16px;
  padding:34px 26px;height:100%;
  transition:transform .25s ease,box-shadow .25s ease;
}
.wm-bio:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(73,51,104,.12);}
.wm-mono{
  display:flex;align-items:center;justify-content:center;
  width:66px;height:66px;margin:0 auto 16px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--wm-purple),var(--wm-purple-dk));
  color:#fff;font-weight:800;letter-spacing:.05em;font-size:20px;
  box-shadow:0 0 0 5px rgba(232,176,75,.25);
}
.wm-role{
  font-size:13px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--wm-gold)!important;font-weight:800;margin:0 0 12px;
}

.wm-cta{
  background:linear-gradient(135deg,var(--wm-purple-dk),var(--wm-purple) 60%,#7a5aa8) !important;
  text-align:center;color:#fff;
}
.wm-cta h2{color:#fff;display:inline-block;}
.wm-cta h2:after{left:50%;transform:translateX(-50%);background:var(--wm-gold);}
.wm-cta p{color:rgba(255,255,255,.92);max-width:62ch;margin-left:auto;margin-right:auto;}
.wm-cta .wm-link{color:var(--wm-gold);}

@media (max-width:782px){
  .wm-section{padding:44px 0;}
  .wm-panel,.wm-card,.wm-bio{padding:24px;margin-bottom:18px;}
}

.page-id-98 img {
    border: 0px !important;
    outline: none !important;
    border-radius: 10px;
}

button#pg-card-energy-metabolism > * {
    width: 100%;
}

.dm-service-section.wm-section.wm-causes .dm-flex {
    align-items: inherit;
}

.dm-service-section.wm-section.wm-causes .dm-fourth {
    margin-bottom: 30px;
}

.dm-service-section.wm-section.wm-causes h2:after,
.dm-service-section.wm-section.wm-team h2:after,
.dm-service-section.wm-section.wm-treat h2:after {
    right: 0px;
    margin: auto;
    transform: none;
}





.treat-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 45px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(15, 75, 115, 0.1);
	border-radius: 28px;
	box-shadow: 0 25px 60px rgba(10, 70, 105, 0.12);
}

.treat-heading {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	margin-bottom: 38px;
}

.treat-icon {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffb356, #ffb356);
	box-shadow: 0 14px 30px rgba(15, 116, 158, 0.25);
}

.treat-icon svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: #ffffff;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.treat-label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #716097;
}

.treat-heading h2 {
	margin: 0 0 10px;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.1;
	color: #103c61;
}

.treat-heading p {
	max-width: 690px;
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: #5f6f7d;
}

.treat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.treat-item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 16px 18px 16px 51px;
	background: #ffffff;
	border: 1px solid #ffb356;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #173b55;
	box-shadow: 0 8px 20px rgba(20, 75, 105, 0.06);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.treat-item::before {
	content: "✓";
	position: absolute;
	left: 17px;
	top: 50%;
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #716097;
    color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.treat-item:hover {
	transform: translateY(-4px);
	border-color: #5db0cb;
	box-shadow: 0 14px 28px rgba(15, 95, 130, 0.13);
}

@media (max-width: 900px) {
	.treat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.treat-container {
		padding: 35px 28px;
	}
}

@media (max-width: 600px) {
	.treat-section {
		padding: 50px 15px;
	}

	.treat-container {
		padding: 28px 20px;
		border-radius: 20px;
	}

	.treat-heading {
		display: block;
	}

	.treat-icon {
		width: 64px;
		height: 64px;
		margin-bottom: 18px;
	}

	.treat-icon svg {
		width: 32px;
		height: 32px;
	}

	.treat-grid {
		grid-template-columns: 1fr;
	}

	.treat-item {
		min-height: 56px;
		font-size: 14px;
	}
}



.family-care-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.family-care-intro {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
}

.family-care-intro > span,
.care-card-heading span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #2584a5;
}

.family-care-intro h2 {
	margin: 0 0 15px;
	font-size: clamp(34px, 4.8vw, 56px);
	line-height: 1.1;
	color: #0c3558;
}

.family-care-intro p {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
	color: #61717d;
}

.family-care-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.care-card {
	--card-color: #167da2;
	--card-light: #edf8fc;

	position: relative;
	overflow: hidden;
	padding: 34px;
	background:
		linear-gradient(145deg, #ffffff 0%, var(--card-light) 100%);
	border: 1px solid rgba(18, 72, 104, 0.09);
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(15, 63, 91, 0.09);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.care-card::after {
	content: "";
	position: absolute;
	right: -75px;
	bottom: -85px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: var(--card-color);
	opacity: 0.055;
	pointer-events: none;
}

.care-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 55px rgba(15, 63, 91, 0.14);
}

.care-card-green {
	--card-color: #618e63;
	--card-light: #f1f8f0;
}

.care-card-purple {
	--card-color: #634a96;
	--card-light: #f5f2fb;
}

.care-card-blue {
	--card-color: #0d789a;
	--card-light: #edf8fc;
}

.care-card-coral {
	--card-color: #d96762;
	--card-light: #fff4f1;
}

.care-card-pink {
	--card-color: #ad5477;
	--card-light: #fcf1f5;
}

.care-card-navy {
	--card-color: #15558a;
	--card-light: #eef5fb;
}

.care-card-services {
	--card-color: #075a89;
	--card-light: #edf6fb;
	grid-column: 1 / -1;
}

.care-card-featured {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(225, 244, 250, 0.98));
}

.care-card-icon {
	position: relative;
	z-index: 1;
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: var(--card-color);
	box-shadow: 0 12px 25px color-mix(in srgb, var(--card-color) 28%, transparent);
}

.care-card-icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: #ffffff;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.care-card-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
}

.care-card-heading span {
	color: var(--card-color);
}

.care-card-heading h3 {
	margin: 0;
	font-size: clamp(24px, 2.5vw, 32px);
	line-height: 1.15;
	color: #123a5b;
}

.care-card-text {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.7;
	color: #526672;
}

.care-card-lead {
	font-size: 17px;
	font-weight: 700;
	color: #193f59;
}

.care-list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.care-list li {
	position: relative;
	padding-left: 27px;
	font-size: 14px;
	line-height: 1.5;
	color: #253e50;
}

.care-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	width: 19px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--card-color) 13%, white);
	color: var(--card-color);
	font-size: 11px;
	font-weight: 900;
}

.care-stack {
	display: grid;
	gap: 22px;
}

.care-card-small {
	padding: 28px;
}

.care-card-small .care-card-icon {
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 15px;
}

.care-card-small .care-card-icon svg {
	width: 26px;
	height: 26px;
}

.care-card-small .care-card-heading h3 {
	font-size: 25px;
}

.care-card-small .care-list {
	grid-template-columns: 1fr;
	gap: 8px;
}

.urgent-badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	margin-top: 12px;
	padding: 14px 20px;
	border: 1px solid color-mix(in srgb, var(--card-color) 23%, transparent);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.7);
}

.urgent-badge span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--card-color);
}

.urgent-badge strong {
	margin-top: 3px;
	font-size: 15px;
	color: #173d56;
}

.service-pill-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.service-pill-grid span {
	min-height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	text-align: center;
	border: 1px solid #d6e7ef;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	color: #173c58;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background 0.25s ease;
}

.service-pill-grid span::before {
	content: "+";
	width: 23px;
	height: 23px;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e2f1f7;
	color: #08658f;
	font-size: 17px;
	font-weight: 500;
}

.service-pill-grid span:hover {
	transform: translateY(-3px);
	border-color: #84b9ce;
	background: #ffffff;
}

.service-pill-grid small {
	display: block;
	margin-top: 3px;
	font-size: 10px;
	font-weight: 500;
	color: #647783;
}

@media (max-width: 980px) {
	.family-care-grid {
		grid-template-columns: 1fr;
	}

	.care-card-services {
		grid-column: auto;
	}

	.service-pill-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.family-care-services {
		padding: 60px 15px;
	}

	.family-care-intro {
		margin-bottom: 34px;
	}

	.care-card,
	.care-card-small {
		padding: 25px 20px;
		border-radius: 19px;
	}

	.care-list {
		grid-template-columns: 1fr;
	}

	.service-pill-grid {
		grid-template-columns: 1fr;
	}

	.service-pill-grid span {
		min-height: 64px;
	}

	.care-card-heading h3 {
		font-size: 25px;
	}
}

.service-pill-grid br {display: none;}

.care-stack {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	grid-column: 1 / -1;
}

.care-card-small {
	height: 100%;
}

.iv-drips-section {
	--iv-primary: #ffb356;
    --iv-primary-dark: #705f96;
	--iv-accent: #cda66b;
	--iv-accent-light: #f3e8d6;
	--iv-background: #f7f8f5;
	--iv-card: #ffffff;
	--iv-text: #263330;
	--iv-muted: #687470;
	--iv-border: rgba(49, 93, 88, 0.14);

	position: relative;
	padding: 100px 20px;
	overflow: hidden;
}

.iv-drips-section *,
.iv-drips-section *::before,
.iv-drips-section *::after {
	box-sizing: border-box;
}

.iv-drips-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.iv-drips-heading {
	max-width: 760px;
	margin: 0 auto 55px;
	text-align: center;
}

.iv-drips-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 9px 18px;
	border: 1px solid rgba(49, 93, 88, 0.18);
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.7);
	color: var(--iv-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.iv-drips-heading h2 {
	margin: 0 0 10px;
	color: var(--iv-primary-dark);
	font-family: inherit;
	font-size: clamp(42px, 6vw, 70px);
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.05;
}

.iv-drips-heading h3 {
	margin: 0 0 20px;
	color: var(--iv-accent);
	font-family: inherit;
	font-size: clamp(21px, 3vw, 28px);
	font-weight: 500;
	line-height: 1.3;
}

.iv-drips-heading p {
	max-width: 650px;
	margin: 0 auto;
	color: var(--iv-muted);
	font-size: 17px;
	line-height: 1.75;
}

.iv-drips-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.iv-drip-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 34px;
	border: 1px solid var(--iv-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 55px rgba(28, 55, 51, 0.07);
	overflow: hidden;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.iv-drip-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(
		90deg,
		var(--iv-primary),
		var(--iv-accent)
	);
	content: "";
}

.iv-drip-card::after {
	position: absolute;
	right: -65px;
	bottom: -65px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(49, 93, 88, 0.045);
	content: "";
	pointer-events: none;
}

.iv-drip-card:hover {
	transform: translateY(-8px);
	border-color: rgba(49, 93, 88, 0.28);
	box-shadow: 0 25px 65px rgba(28, 55, 51, 0.13);
}

.iv-drip-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 23px;
}

.iv-drip-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	background: var(--iv-primary);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

.iv-drip-goal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border-radius: 50px;
	background: var(--iv-accent-light);
	color: #785d36;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.iv-drip-card h3 {
	margin: 0 0 13px;
	color: var(--iv-primary-dark);
	font-family: inherit;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -0.7px;
	line-height: 1.2;
}

.iv-drip-ingredients {
	margin: 0 0 20px;
	padding: 15px 17px;
	border-left: 3px solid var(--iv-accent);
	border-radius: 0 10px 10px 0;
	background: #faf7f1;
	color: #596460;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
}

.iv-drip-description {
	margin: 0 0 28px;
	color: var(--iv-muted);
	font-size: 15.5px;
	line-height: 1.75;
}

.iv-drip-pricing {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: auto;
	padding-top: 23px;
	border-top: 1px solid var(--iv-border);
}

.iv-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 82px;
	padding: 14px 16px;
	border: 1px solid var(--iv-border);
	border-radius: 14px;
	background: #ffffff;
}

.iv-price span {
	margin-bottom: 5px;
	color: var(--iv-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}

.iv-price strong {
	color: var(--iv-primary-dark);
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.iv-price-member {
	border-color: var(--iv-primary);
	background: var(--iv-primary);
}

.iv-price-member span,
.iv-price-member strong {
	color: #ffffff;
}

.iv-drip-featured {
	border-color: rgba(205, 166, 107, 0.6);
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.98),
			rgba(243, 232, 214, 0.58)
		);
}

.iv-featured-label {
	position: absolute;
	top: 18px;
	right: -37px;
	width: 160px;
	padding: 8px 10px;
	transform: rotate(42deg);
	background: var(--iv-accent);
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

/* Tablet */
@media (max-width: 900px) {
	.iv-drips-section {
		padding: 75px 20px;
	}

	.iv-drips-grid {
		gap: 20px;
	}

	.iv-drip-card {
		padding: 28px;
	}

	.iv-drip-card h3 {
		font-size: 25px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.iv-drips-section {
		padding: 60px 16px;
	}

	.iv-drips-heading {
		margin-bottom: 38px;
	}

	.iv-drips-heading h2 {
		font-size: 42px;
		letter-spacing: -1px;
	}

	.iv-drips-heading h3 {
		font-size: 21px;
	}

	.iv-drips-heading p {
		font-size: 15.5px;
	}

	.iv-drips-grid {
		grid-template-columns: 1fr;
	}

	.iv-drip-card {
		padding: 27px 22px;
		border-radius: 19px;
	}

	.iv-drip-top {
		margin-bottom: 18px;
	}

	.iv-drip-number {
		width: 43px;
		height: 43px;
		flex-basis: 43px;
	}

	.iv-drip-card h3 {
		font-size: 25px;
	}

	.iv-drip-ingredients {
		font-size: 13.5px;
	}

	.iv-drip-description {
		font-size: 15px;
	}

	.iv-drip-pricing {
		grid-template-columns: 1fr 1fr;
	}

	.iv-price {
		min-height: 76px;
		padding: 13px;
	}

	.iv-price strong {
		font-size: 23px;
	}
}

/* Small phones */
@media (max-width: 430px) {
	.iv-drip-pricing {
		grid-template-columns: 1fr;
	}

	.iv-price {
		align-items: center;
		text-align: center;
	}
}

.iv-boosters-section {
    --iv-primary: #b9965b;
    --iv-primary-dark: #806332;
    --iv-dark: #17302d;
    --iv-text: #56615f;
    --iv-light: #f7f4ee;
    --iv-white: #ffffff;
    --iv-border: rgba(185, 150, 91, 0.25);

    position: relative;
    padding: 100px 20px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(185, 150, 91, 0.12),
            transparent 28%
        ),
        linear-gradient(135deg, #faf9f6 0%, #f3efe7 100%);
    overflow: hidden;
}

.iv-boosters-section::before,
.iv-boosters-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.iv-boosters-section::before {
    width: 380px;
    height: 380px;
    top: -190px;
    right: -150px;
    border: 1px solid rgba(185, 150, 91, 0.2);
}

.iv-boosters-section::after {
    width: 260px;
    height: 260px;
    bottom: -150px;
    left: -100px;
    background: rgba(185, 150, 91, 0.07);
}

.iv-boosters-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.iv-boosters-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.iv-boosters-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--iv-primary-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 1.4;
    text-transform: uppercase;
}

.iv-boosters-header h2 {
    margin: 0 0 20px;
    color: var(--iv-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.05;
}

.iv-boosters-pricing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: 0;
    padding: 13px 22px;
    border: 1px solid var(--iv-border);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--iv-dark);
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 10px 30px rgba(23, 48, 45, 0.06);
    backdrop-filter: blur(8px);
}

.iv-boosters-pricing span {
    color: var(--iv-primary);
}

.iv-boosters-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.iv-booster-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-height: 210px;
    padding: 34px;
    border: 1px solid var(--iv-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(23, 48, 45, 0.07);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.iv-booster-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        180deg,
        var(--iv-primary),
        var(--iv-primary-dark)
    );
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.iv-booster-card:hover {
    transform: translateY(-6px);
    border-color: rgba(185, 150, 91, 0.55);
    box-shadow: 0 25px 55px rgba(23, 48, 45, 0.12);
}

.iv-booster-card:hover::before {
    transform: scaleY(1);
}

.iv-booster-number {
    display: flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid var(--iv-border);
    border-radius: 50%;
    background: var(--iv-light);
    color: var(--iv-primary-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    box-shadow: inset 0 0 0 6px var(--iv-white);
}

.iv-booster-content {
    flex: 1;
}

.iv-booster-content h3 {
    margin: 3px 0 12px;
    color: var(--iv-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.iv-booster-content p {
    margin: 0;
    color: var(--iv-text);
    font-size: 16px;
    line-height: 1.75;
}

.iv-boosters-notice {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 35px;
    padding: 25px 28px;
    border: 1px solid rgba(185, 150, 91, 0.3);
    border-radius: 18px;
    background: #fffaf1;
}

.iv-notice-icon {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--iv-primary);
    color: var(--iv-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
}

.iv-boosters-notice p {
    margin: 2px 0 0;
    color: var(--iv-text);
    font-size: 14px;
    line-height: 1.7;
}

.iv-boosters-notice strong {
    color: var(--iv-dark);
}

@media (max-width: 900px) {
    .iv-boosters-section {
        padding: 75px 20px;
    }

    .iv-boosters-grid {
        grid-template-columns: 1fr;
    }

    .iv-booster-card {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .iv-boosters-section {
        padding: 60px 15px;
    }

    .iv-boosters-header {
        margin-bottom: 38px;
    }

    .iv-boosters-pricing {
        flex-direction: column;
        gap: 2px;
        width: 100%;
        border-radius: 18px;
    }

    .iv-boosters-pricing span {
        display: none;
    }

    .iv-booster-card {
        display: block;
        padding: 28px 24px;
        border-radius: 18px;
    }

    .iv-booster-number {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
    }

    .iv-booster-content h3 {
        font-size: 25px;
    }

    .iv-booster-content p {
        font-size: 15px;
    }

    .iv-boosters-notice {
        padding: 22px 20px;
    }
}

.iv-price-member {color: white;}

  :root {
    --symptoms-navy: #163b4d;
    --symptoms-text: #294652;
    --symptoms-muted: #68808a;
    --symptoms-bg: #f4f9f8;
    --symptoms-white: #ffffff;
    --women-color: var(--pColor);
    --women-light: #fff1f5;
    --men-color: #287e8d;
    --men-light: #ecf9fb;
  }

  * {
    box-sizing: border-box;
  }

  .symptoms-section {
    position: relative;
    overflow: hidden;
    padding: 96px 20px;
    
    font-family:
      Inter, Arial, sans-serif;
  }

  .symptoms-section::before,
  .symptoms-section::after {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(22, 59, 77, 0.07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .symptoms-section::before {
    top: -150px;
    left: -100px;
  }

  .symptoms-section::after {
    right: -120px;
    bottom: -170px;
  }

  .symptoms-container {
    position: relative;
    z-index: 1;
    width: min(1160px, 100%);
    margin: 0 auto;
  }

  .symptoms-heading {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
  }

  .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--women-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .symptoms-heading h2 {
    margin: 0 0 18px;
    color: var(--symptoms-navy);
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .symptoms-heading p {
    margin: 0;
    color: var(--symptoms-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .symptoms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .symptom-card {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border: 1px solid rgba(22, 59, 77, 0.09);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 60px rgba(29, 68, 80, 0.1);
    backdrop-filter: blur(10px);
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  .symptom-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
  }

  .symptom-card--women::before {
    background: linear-gradient(90deg, #705f96, #614b8e);
  }

  .symptom-card--men::before {
    background: linear-gradient(90deg, #287e8d, #76bdc7);
  }

  .symptom-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 75px rgba(29, 68, 80, 0.15);
  }

  .card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
  }

  .card-icon {
    display: grid;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 19px;
  }

  .symptom-card--women .card-icon {
    color: var(--women-color);
    background: var(--women-light);
  }

  .symptom-card--men .card-icon {
    color: var(--men-color);
    background: var(--men-light);
  }

  .card-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .card-label {
    display: block;
    margin-bottom: 4px;
    color: var(--symptoms-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .card-header h3 {
    margin: 0;
    color: var(--symptoms-navy);
    font-size: 30px;
    line-height: 1.1;
  }

  .symptom-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
  }

  .symptom-list li {
    position: relative;
    min-height: 48px;
    padding: 13px 14px 13px 42px;
    border: 1px solid rgba(22, 59, 77, 0.07);
    border-radius: 13px;
    color: var(--symptoms-text);
    background: #fbfdfd;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
  }

  .symptom-list li::before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    content: "✓";
    font-size: 11px;
    font-weight: 900;
    transform: translateY(-50%);
  }

  .symptom-card--women .symptom-list li::before {
    background: var(--women-color);
  }

  .symptom-card--men .symptom-list li::before {
    background: var(--men-color);
  }

  .card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--symptoms-navy);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .card-link span {
    transition: transform 0.2s ease;
  }

  .card-link:hover span {
    transform: translateX(5px);
  }

  .symptom-card--women .card-link:hover {
    color: var(--women-color);
  }

  .symptom-card--men .card-link:hover {
    color: var(--men-color);
  }

  .symptoms-note {
    max-width: 800px;
    margin: 32px auto 0;
    color: var(--symptoms-muted);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  @media (max-width: 900px) {
    .symptoms-section {
      padding: 76px 18px;
    }

    .symptoms-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 580px) {
    .symptoms-section {
      padding: 60px 14px;
    }

    .symptoms-heading {
      margin-bottom: 34px;
    }

    .symptoms-heading p {
      font-size: 15px;
    }

    .symptom-card {
      padding: 28px 20px;
      border-radius: 22px;
    }

    .symptom-list {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .card-icon {
      flex-basis: 54px;
      width: 54px;
      height: 54px;
      border-radius: 16px;
    }

    .card-header h3 {
      font-size: 26px;
    }
  }



  .treatment-options,
  .treatment-options * {
    box-sizing: border-box;
  }

  .treatment-options {
    --navy: #173548;
    --teal: #2b7a78;
    --teal-dark: #236461;
    --sage: #eaf3ef;
    --cream: #fbfaf6;
    --text: #40505a;
    --border: rgba(23, 53, 72, 0.12);

    width: min(1180px, calc(100% - 32px));
    margin: 40px auto;
    padding: clamp(32px, 6vw, 72px);
    overflow: hidden;
    position: relative;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system,
      BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
      radial-gradient(
        circle at top right,
        rgba(43, 122, 120, 0.13),
        transparent 34%
      ),
      linear-gradient(145deg, #ffffff 0%, var(--cream) 100%);
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(23, 53, 72, 0.1);
  }

  .treatment-options::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
    border: 42px solid rgba(43, 122, 120, 0.06);
    border-radius: 50%;
    pointer-events: none;
  }

  .treatment-options__header {
    max-width: 720px;
    margin: 0 auto clamp(32px, 5vw, 52px);
    position: relative;
    text-align: center;
  }

  .treatment-options__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    color: var(--teal-dark);
    background: var(--sage);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .treatment-options h2 {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }

  .treatment-options__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
  }

  .treatment-card {
    min-height: 255px;
    padding: 28px 24px;
    position: relative;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(23, 53, 72, 0.06);
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  .treatment-card:hover {
    transform: translateY(-6px);
    border-color: rgba(43, 122, 120, 0.35);
    box-shadow: 0 20px 44px rgba(23, 53, 72, 0.12);
  }

  .treatment-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(145deg, var(--teal), var(--teal-dark));
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(43, 122, 120, 0.22);
    font-size: 1.1rem;
  }

  .treatment-card h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .treatment-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .treatment-card p span {
    display: block;
    margin-top: 5px;
    color: #687780;
    font-size: 0.86rem;
  }

  .treatment-options__note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding: 20px 24px;
    position: relative;
    color: var(--navy);
    background: var(--sage);
    border: 1px solid rgba(43, 122, 120, 0.14);
    border-radius: 18px;
  }

  .treatment-options__note-icon {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #ffffff;
    background: var(--teal);
    border-radius: 50%;
    font-weight: 900;
  }

  .treatment-options__note p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .treatment-options__note strong {
    color: var(--teal-dark);
  }

  @media (max-width: 960px) {
    .treatment-options__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .treatment-card {
      min-height: 220px;
    }
  }

  @media (max-width: 600px) {
    .treatment-options {
      width: min(100% - 20px, 1180px);
      margin: 20px auto;
      padding: 30px 18px;
      border-radius: 22px;
    }

    .treatment-options__grid {
      grid-template-columns: 1fr;
    }

    .treatment-card {
      min-height: auto;
      padding: 24px 22px;
    }

    .treatment-options__note {
      align-items: flex-start;
      padding: 18px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .treatment-card {
      transition: none;
    }

    .treatment-card:hover {
      transform: none;
    }
  }

.dpc-section {
      width: 100%;
      min-height: 650px;
      display: flex;
      overflow: hidden;
      background: #fff;
    }

    /* LEFT CONTENT */
    .dpc-content {
      width: 68%;
      padding: 45px 55px 45px 50px;
      position: relative;
      z-index: 2;
      background: #fff;
    }

    .dpc-header {
      display: flex;
      align-items: flex-start;
      gap: 25px;
      margin-bottom: 35px;
    }

    .header-icon {
      width: 115px;
      min-width: 115px;
      height: 115px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .header-icon svg {
      width: 100%;
      height: 100%;
    }

    .dpc-title {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(42px, 5vw, 74px);
      line-height: 0.98;
      font-weight: 700;
      color: #062b5c;
      letter-spacing: -2px;
    }

    .dpc-title .green {
      color: #079482;
    }

    .benefit-list {
      width: 100%;
    }

    .benefit-item {
      display: grid;
      grid-template-columns: 90px 1fr;
      gap: 20px;
      align-items: center;
      padding: 22px 0;
      border-bottom: 1px solid #9eb4b5;
    }

    .benefit-item:last-child {
      border-bottom: none;
    }

    .icon-circle {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      background: #edf6f6;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-circle svg {
      width: 52px;
      height: 52px;
      stroke: #062b5c;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .benefit-text {
      font-size: 20px;
      line-height: 1.45;
      color: #131b2a;
      max-width: 720px;
    }

    /* RIGHT PHOTO */
    .dpc-photo {
      width: 32%;
      min-height: 650px;

      /*
        Replace this with your image:
        background-image: url("your-photo.jpg");
      */

      background-image:
        linear-gradient(
          rgba(5, 145, 129, 0.04),
          rgba(5, 145, 129, 0.04)
        );

      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
    }

    /* curved teal accent similar to the example */
    .dpc-photo::before {
      content: "";
      position: absolute;
      left: -55px;
      top: -4%;
      width: 110px;
      height: 108%;
      border-radius: 50%;
      border-left: 5px solid #079482;
      pointer-events: none;
    }

    /* optional placeholder */
    .photo-placeholder {
      height: 100%;
      min-height: 650px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #69817f;
      font-size: 16px;
      text-align: center;
      padding: 30px;
    }

    /* RESPONSIVE */
    @media (max-width: 1000px) {
      .dpc-section {
        flex-direction: column;
      }

      .dpc-content,
      .dpc-photo {
        width: 100%;
      }

      .dpc-content {
        padding: 40px 30px;
      }

      .dpc-photo {
        min-height: 420px;
      }

      .photo-placeholder {
        min-height: 420px;
      }

      .dpc-photo::before {
        display: none;
      }
    }

    @media (max-width: 650px) {
      .dpc-content {
        padding: 30px 20px;
      }

      .dpc-header {
        gap: 15px;
        margin-bottom: 20px;
      }

      .header-icon {
        width: 75px;
        min-width: 75px;
        height: 75px;
      }

      .dpc-title {
        font-size: 42px;
        letter-spacing: -1px;
      }

      .benefit-item {
        grid-template-columns: 65px 1fr;
        gap: 15px;
        padding: 20px 0;
      }

      .icon-circle {
        width: 62px;
        height: 62px;
      }

      .icon-circle svg {
        width: 38px;
        height: 38px;
      }

      .benefit-text {
        font-size: 16px;
      }
    }


.benefits{
  position:relative;
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:18px 34px 30px;
  overflow:hidden;
}

.heading-row{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:24px;
}

.heading-line{
  flex:1;
  height:3px;
  background:#079482;
  margin-top:3px;
  min-width:80px;
}

.heading{
  flex:0 1 650px;
  margin:-5px 0 0;
  text-align:center;
  color:#062b5c;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}

.heading span{
  display:block;
  color:#079482;
  margin-top:4px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:14px;
}

.card{
  text-align:center;
  min-width:0;
  padding:0 28px;
  position:relative;
}

.card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:1px;
  background:#062b5c;
}

.icon-circle{
  width:106px;
  height:106px;
  background:#e3edee;
  border-radius:50%;
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#062b5c;
  position:relative;
  font-size:53px;
}

.icon-circle .accent{
  color:#079482;
}

/* Self-contained inline SVG icons — no CDN or icon font required */
.icon-circle{
  width:106px;
  height:106px;
  background:#e3edee;
  border-radius:50%;
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.icon-svg{
  width:72px;
  height:72px;
  overflow:visible;
}

.icon-svg *{
  vector-effect:non-scaling-stroke;
}

.icon-navy{
  fill:none;
  stroke:#062b5c;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.icon-teal{
  fill:none;
  stroke:#079482;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.icon-navy-fill{ fill:#062b5c; }
.icon-teal-fill{ fill:#079482; }

.card h3{
  margin:0 0 6px;
  color:#062b5c;
  font-size:17px;
  line-height:1.15;
}

.card p{
  margin:0 auto;
  max-width:190px;
  font-size:15px;
  line-height:1.34;
}

.corner{
  position:absolute;
  right:-26px;
  bottom:-25px;
  width:95px;
  height:55px;
  background:#079482;
  transform:rotate(-18deg);
}

@media(max-width:1000px){
  .cards{grid-template-columns:repeat(2,1fr);gap:28px 0}
  .card:nth-child(2)::after,
  .card:nth-child(4)::after{display:none}
  .card:last-child{grid-column:1/-1}
  .heading{font-size:21px}
}

@media(max-width:620px){
  .benefits{padding:25px 18px 40px}
  .heading-line{display:none}
  .heading{font-size:20px}
  .cards{grid-template-columns:1fr}
  .card{padding:0 10px 25px}
  .card::after{display:none!important}
  .card:last-child{grid-column:auto}
}

.dm-service-section.emptyspace {background: white;}

.icon-circle {
    width: 80px;
	height: 80px;}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #071a38;
}


/* =========================
   HERO
========================= */

.hero {
  width: 100%;
  min-height: 540px;

  display: grid;
  grid-template-columns: 50% 50%;

  background: #f8f6f1;
}


/* =========================
   LEFT CONTENT
========================= */

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 55px 40px 55px 6%;
}


/* Heading */

.hero-content h1 {
  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(42px, 4.3vw, 70px);
  line-height: 0.98;
  font-weight: 400;

  color: #071a38;

  letter-spacing: -2px;

  margin-bottom: 25px;
}


/* Green subtitle */

.hero-content h2 {
  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 1.15;
  font-weight: 400;

  color: #7a8056;

  margin-bottom: 25px;
}


/* Description */

.hero-content p {
  max-width: 620px;

  font-size: 16px;
  line-height: 1.65;

  color: #152035;

  margin-bottom: 30px;
}

.hero-content p strong {
  font-weight: 700;
}


/* =========================
   BUTTONS
========================= */

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 22px;

  flex-wrap: wrap;
}

.btn {
  min-height: 52px;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 0 28px;

  text-decoration: none;
  text-transform: uppercase;

  font-size: 13px;
  font-weight: 700;

  border-radius: 4px;

  transition: 0.25s ease;
}


/* Dark button */

.btn-primary {
  background: #071a38;
  border: 2px solid #071a38;

  color: #ffffff;
}

.btn-primary:hover {
  background: #132d54;
  border-color: #132d54;
}


/* Outline button */

.btn-outline {
  background: transparent;

  border: 2px solid #071a38;

  color: #071a38;
}

.btn-outline:hover {
  background: #071a38;
  color: #ffffff;
}


/* =========================
   RIGHT IMAGE
========================= */

.hero-image {
  position: relative;

  width: 100%;
  min-height: 540px;

  overflow: hidden;
}


/* Your image */

.hero-image > img {
  width: 100%;
  height: 100% !important;

  position: absolute;
  inset: 0;

  object-fit: cover;
  object-position: center;
}


/* Soft fade between text and image */

.hero-image::before {
  content: "";

  position: absolute;
  z-index: 2;

  left: 0;
  top: 0;
  bottom: 0;

  width: 25%;

  background: linear-gradient(
    to right,
    #f8f6f1 0%,
    rgba(248, 246, 241, 0.7) 35%,
    rgba(248, 246, 241, 0) 100%
  );

  pointer-events: none;
}


/* =========================
   ROUND BADGE
========================= */

.circle-badge {
  width: 150px;
  height: 150px;

  position: absolute;
  z-index: 3;

  right: 4%;
  bottom: 7%;

  border-radius: 50%;

  background: rgba(78, 83, 58, 0.92);

  border: 2px solid #c5a35c;

  color: #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.circle-badge .leaf {
  font-size: 32px;

  margin-bottom: 7px;

  line-height: 1;
}

.circle-badge span {
  font-size: 12px;

  line-height: 1.45;

  text-transform: uppercase;

  font-weight: 700;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

  .hero {
    grid-template-columns: 55% 45%;
  }

  .hero-content {
    padding-left: 40px;
    padding-right: 30px;
  }

  .circle-badge {
    width: 125px;
    height: 125px;

    right: 20px;
    bottom: 25px;
  }

  .circle-badge span {
    font-size: 10px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .hero {
    display: flex;
    flex-direction: column;

    min-height: auto;
  }

  .hero-content {
    padding: 45px 25px;
  }

  .hero-content h1 {
    font-size: 45px;
    letter-spacing: -1px;
  }

  .hero-content h2 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-image {
    min-height: 480px;
  }

  .hero-image::before {
    display: none;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content h2 {
    font-size: 24px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-image {
    min-height: 400px;
  }

  .circle-badge {
    width: 115px;
    height: 115px;

    right: 15px;
    bottom: 15px;
  }

}

.hero-buttons a.btn br {display: none;}

.hero-image > div > p > span > br:nth-child(1) {display: none;}

#header a.btn {padding: 15px 15px;}
a.btn {padding: 15px 15px;}

   .bhrt-section-new {
      max-width: 1100px;
      margin: 0 auto;
      padding: 35px 24px 45px;
      background: #ffffff;
      color: #111827;
      font-family: Arial, Helvetica, sans-serif;
    }

    .bhrt-title-new {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 29px;
      font-weight: 500;
      color: #18233f;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      margin-bottom: 8px;
    }

    .title-line-new {
      width: 100%;
      height: 2px;
      background: #c9a238;
      margin-bottom: 20px;
    }

    .steps-new {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    .step-new {
      position: relative;
      flex: 1;
      min-width: 0;
      text-align: center;
    }

    .step-number-new {
      color: #b48924;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .icon-row-new {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }

    .icon-circle-new {
      width: 82px;
      height: 82px;
      border-radius: 50%;
      background: radial-gradient(
        circle at 40% 35%,
        #7e8554 0%,
        #6e7649 45%,
        #61693e 100%
      );
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.08);
    }

    .icon-circle-new svg {
      width: 43px;
      height: 43px;
      stroke: #fff;
      stroke-width: 1.6;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .arrow-new {
      position: absolute;
      top: 83px;
      right: -20px;
      width: 42px;
      color: #c89e2f;
    }

    .arrow-new svg {
      width: 100%;
      height: 22px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.5;
    }

    .step-heading-new {
      font-size: 21px;
      line-height: 1.35;
      font-weight: 600;
      min-height: 44px;
      color: #10131d;
      margin-bottom: 12px;
    }

    .step-description-new {
      max-width: 205px;
      margin: 0 auto;
      color: #31333b;
      font-size: 15px;
      line-height: 1.65;
    }

    @media (max-width: 800px) {
      .bhrt-section-new {
        padding: 30px 20px;
      }


      .bhrt-title-new {
        font-size: 24px;
      }

      .steps-new {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 25px;
      }

      .arrow-new {
        display: none;
      }

      .step-heading-new {
        min-height: auto;
      }
    }

    @media (max-width: 500px) {
      .steps-new {
        grid-template-columns: 1fr;
        gap: 35px;
      }

      .bhrt-title-new {
        font-size: 22px;
      }

      .icon-circle-new {
        width: 78px;
        height: 78px;
      }

      .step-description-new {
        max-width: 260px;
      }
    }


:root{
    --navy:#0b1d38;
    --navy-2:#102544;
    --olive:#778050;
    --olive-dark:#687241;
    --gold:#c6a04b;
    --cream:#f8f6f0;
    --soft:#fbfaf7;
    --line:#e9e4d9;
    --text:#15223a;
  }
  *{box-sizing:border-box}
  body{
    margin:0;
    background:#f6f5f1;
    color:var(--text);
    font-family:Arial, Helvetica, sans-serif;
  }

.new-1-page{
    width:min(1180px,96vw);
    margin:10px auto 24px;
  }
  .new-1-title{
    text-align:center;
    font-family:Georgia, "Times New Roman", serif;
    font-size:28px;
    letter-spacing:.3px;
    margin:4px 0 14px;
  }
  .new-1-card{
    background:rgba(255,255,255,.72);
    border:1px solid var(--line);
    border-radius:15px;
    box-shadow:0 1px 3px rgba(15,30,50,.04);
  }

  /* top symptoms */
  .new-1-symptoms{
    display:grid;
    grid-template-columns:1fr 245px 1fr;
    align-items:center;
    padding:14px 18px;
    gap:18px;
  }
  .new-1-group-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:12px;
  }
  .new-1-avatar{
    width:58px;height:58px;border-radius:50%;
    display:grid;place-items:center;
    color:white;font-size:31px;font-weight:300;
  }
  .new-1-women .new-1-avatar{background:var(--olive)}
  .new-1-men .new-1-avatar{background:var(--navy)}
  .new-1-group-title{
    font-family:Georgia, "Times New Roman", serif;
    font-size:26px;
  }
  .new-1-women .new-1-group-title{color:var(--olive-dark)}
  .new-1-men .new-1-group-title{color:var(--navy)}
  .new-1-symptom-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 20px;
  }
  .new-1-item{
    display:flex;align-items:center;gap:9px;
    font-size:14px;font-weight:600;color:#172238;
  }
  .new-1-check{
    width:16px;height:16px;border-radius:50%;
    color:#fff;display:inline-grid;place-items:center;
    font-size:11px;line-height:1;flex:none;
  }
  .new-1-women .new-1-check{background:var(--olive)}
  .new-1-men .new-1-check{background:var(--navy)}
  .new-1-balance{
    width:210px;height:210px;border-radius:50%;
    margin:auto;
    border:2px solid rgba(198,160,75,.7);
    box-shadow:inset 0 0 0 10px #f8f5ee, inset 0 0 0 11px rgba(198,160,75,.18);
    display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
    font-weight:700;line-height:1.5;font-size:15px;
    background:#fbfaf7;
  }
  .new-1-leaf{
    color:var(--gold);
    font-size:46px;
    line-height:1;
    margin-bottom:10px;
  }

  /* middle */
  .new-1-middle{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:14px;
    margin-top:14px;
  }
  .new-1-benefits{
    background:var(--navy);
    color:#fff;
    border-radius:14px;
    padding:18px 24px 22px;
  }
  .new-1-section-title{
    font-family:Georgia, "Times New Roman", serif;
    text-align:center;
    font-size:24px;
    margin:0 0 20px;
    font-weight:500;
  }
  .new-1-gold-line{
    width:68px;height:2px;background:var(--gold);margin:-12px auto 20px;border-radius:2px;
  }
  .new-1-benefit-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px 12px;
  }
  .new-1-benefit{text-align:center;font-size:14px;line-height:1.3}
  .new-1-benefit .new-1-ico{
    width:64px;height:64px;border-radius:50%;
    border:1.5px solid var(--gold);
    margin:0 auto 9px;
    display:grid;place-items:center;
    color:var(--gold);font-size:30px;
  }
  .new-1-benefit strong{font-weight:500}
  .new-1-treatments{
    padding:12px 0 0;
    overflow:hidden;
    background:#faf9f5;
  }
  .new-1-treat-head{text-align:center;padding:0 14px 12px}
  .new-1-treat-head h2{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:24px;font-weight:500;
  }
  .new-1-treat-head p{margin:5px 0 0;font-size:14px;color:#222}
  .new-1-option-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid var(--line);
  }
  .new-1-option{
    padding:18px 14px 20px;
    text-align:center;
    border-right:1px solid var(--line);
    min-height:280px;
  }
  .new-1-option:last-child{border-right:0}
  .new-1-option h3{
    font-size:13px;
    margin:0 0 14px;
    min-height:36px;
  }
  .new-1-photo{
    width:92px;height:82px;border-radius:16px;
    margin:0 auto 14px;
    background:linear-gradient(145deg,#f1eee8,#ddd8cf);
    display:grid;place-items:center;
    font-size:38px;
    box-shadow:inset 0 0 18px rgba(0,0,0,.05);
  }
  .new-1-option p{font-size:13px;line-height:1.45;margin:0;color:#222}
  .new-1-provider{
    background:var(--olive);
    color:white;
    padding:13px 18px;
    display:flex;align-items:center;justify-content:center;gap:14px;
    font-size:14px;
  }
  .new-1-provider .new-1-clip{
    width:34px;height:34px;border:1px solid rgba(255,255,255,.7);
    border-radius:4px;display:grid;place-items:center;font-size:20px
  }

  /* bottom */
  .new-1-bottom{
    display:grid;
    grid-template-columns:.84fr 1.16fr;
    margin-top:14px;
    overflow:hidden;
  }
  .new-1-candidate,.new-1-why{padding:14px 18px 16px}
  .new-1-candidate{border-right:1px solid var(--line)}
  .new-1-candidate h2,.new-1-why h2{
    font-family:Georgia, "Times New Roman", serif;
    color:#17254a;
    font-size:22px;
    margin:0 0 14px;
    font-weight:500;
  }
  .new-1-candidate-list{display:grid;gap:9px}
  .new-1-candidate-list .new-1-item{
    font-size:13px;font-weight:500;
  }
  .new-1-candidate-list .new-1-check{background:var(--olive)}
  .new-1-note{
    margin-top:16px;
    background:#f7f5ef;
    border-radius:9px;
    padding:12px 14px;
    display:grid;
    grid-template-columns:55px 1fr;
    gap:12px;align-items:center;
    font-size:13px;line-height:1.45;font-weight:600;
  }
  .new-1-heart{
    width:48px;height:48px;border-radius:50%;
    border:1.5px solid var(--gold);display:grid;place-items:center;
    font-size:26px;color:var(--gold)
  }
  .new-1-why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid var(--line);
    border-left:1px solid transparent;
  }
  .new-1-why-item{
    text-align:center;
    padding:18px 10px 12px;
    min-height:106px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
    font-size:12px;
    line-height:1.3;
  }
  .new-1-why-item:nth-child(4n){border-right:0}
  .new-1-why-item:nth-last-child(-n+4){border-bottom:0}
  .new-1-why-item .new-1-wi{
    font-size:27px;
    margin-bottom:8px;
    color:var(--navy);
  }

  @media (max-width:900px){
    .new-1-symptoms{grid-template-columns:1fr}
    .new-1-balance{order:3;width:180px;height:180px}
    .new-1-middle,.new-1-bottom{grid-template-columns:1fr}
    .new-1-candidate{border-right:0;border-bottom:1px solid var(--line)}
  }
  @media (max-width:620px){
    .new-1-page{width:94vw}
    .new-1-title{font-size:24px}
    .new-1-symptom-list{grid-template-columns:1fr}
    .new-1-benefit-grid,.new-1-option-grid,.new-1-why-grid{grid-template-columns:repeat(2,1fr)}
    .new-1-option:nth-child(2){border-right:0}
    .new-1-option:nth-child(-n+2){border-bottom:1px solid var(--line)}
    .new-1-why-item:nth-child(2n){border-right:0}
    .new-1-why-item:nth-child(4n){border-right:0}
    .new-1-why-item:nth-last-child(-n+4){border-bottom:1px solid var(--line)}
    .new-1-why-item:nth-last-child(-n+2){border-bottom:0}
  }

.page-id-100 .dm-service-section:nth-child(even) {background: white;}
.new-1-photo {display: none;}
.new-1-section-title {color: white;}
.new-1-option p {font-size: 16px;}
.new-1-option h3 {font-size: 21px; color: black;}
.new-1-leaf {display: none;}



.n-s-section {
    .dm-third:nth-child(1)::before {
        content: "Most Value";
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(180deg, var(--aColor-soft), var(--aColor));
        color: #5a3a06;
        font-weight: 700;
        font-size: .7rem;
        letter-spacing: .16em;
        text-transform: uppercase;
        padding: 7px 16px;
        border-radius: 999px;
        box-shadow: 0 8px 18px -8px rgba(255, 179, 86, .8);
    }
}


.n-s-section {
	.dm-third:nth-child(2)::before { display: none;}}

/* Peptide Thearpy */
.pg *, .pg *::before, .pg *::after { box-sizing: border-box; }
.pg {
  color: var(--pg-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}
.pg-shell { max-width: var(--pg-shell); margin: 0 auto; padding: 0 24px; }
.pg h1, .pg h2, .pg h3, .pg h4, .pg h5 { margin: 0 0 .5em; line-height: 1.2; }
.pg p {margin: 1em 0 1em;}
 
/* Hero */
.pg-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 84px 24px 72px;
}
.pg-hero__glow {
  position: absolute; inset: auto -20% -60% -20%; height: 320px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.18), transparent 70%);
  pointer-events: none;
}
.pg-hero__inner { position: relative; max-width: 760px; margin: 0 auto; }
.pg-hero__title { font-size: clamp(2.4rem, 7vw, 4.2rem); letter-spacing: .04em; margin-bottom: .3em; }
.pg-hero__title-bold { font-weight: 800; }
.pg-hero__title-light { font-weight: 200; }
.pg-hero__tagline { font-size: clamp(1.05rem, 2.4vw, 1.35rem); margin-bottom: .4em; }
.pg-hero__badge { font-size: .95rem; opacity: .8; margin: 0; }
 
.pg-band { padding: 64px 0; }
.pg-band--alt { background: var(--pg-bg-alt); }
.pg-section-title { font-size: clamp(1.5rem, 3vw, 2rem); }
.pg-section-title--center { text-align: center; }
 
.pg-steps { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.pg-step {
  background: #fff; border: 1px solid var(--pg-line); border-radius: var(--pg-radius);
  padding: 28px 24px; position: relative;
}
.pg-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pg-lav-100);
  color: #000000;
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: 14px;
}
.pg-step h4 { font-size: 1.1rem; margin-bottom: .4em; }
.pg-step p { margin: 0; color: var(--pg-ink-soft); }
 
.pg-split { display: grid; gap: 40px; align-items: center; grid-template-columns: 1fr 1fr; }
.pg-split__media img { width: 100%; border-radius: var(--pg-radius); display: block; }
.pg-split__media--crop img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%; }
.pg-split__media--tall img { max-height: 620px; width: auto; margin: 0 auto; }
.pg-split p { color: var(--pg-ink-soft); }
.pg-eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
  font-weight: 700; color: var(--pg-accent); margin-bottom: .6em;
}
 
.pg-intro__grid { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; }
.pg-intro__lead { color: var(--pg-ink-soft); }
.pg-why { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.pg-why__item { display: flex; gap: 12px; color: var(--pg-ink-soft); }
.pg-why__dot {
  flex: 0 0 auto; width: 9px; height: 9px; margin-top: .55em;
  border-radius: 50%; background: var(--pg-accent);
}
 
.pg-guide__head { text-align: center; margin-bottom: 36px; }
.pg-guide__sub { color: var(--pg-ink-soft); }
.pg-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.pg-card { position: relative; }
.pg-card--full { grid-column: 1 / -1; }
.pg-card__btn {
  position: relative; overflow: hidden;
  width: 100%; text-align: left; cursor: pointer;
  display: flex; flex-direction: column; gap: 16px;
  background: #fff; border: 1px solid var(--pg-line); border-radius: var(--pg-radius);
  padding: 26px 24px; font: inherit; color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pg-card__btn:hover { border-color: var(--pg-accent); box-shadow: 0 10px 30px rgba(14,28,43,.08); transform: translateY(-2px); }
.pg-card__btn:focus-visible { outline: 3px solid var(--pg-accent); outline-offset: 3px; }
.pg-card.is-open .pg-card__btn { border-color: var(--pg-accent); box-shadow: 0 10px 30px rgba(14,28,43,.1); }
 
.pg-card__art {
  position: absolute; right: -.5rem; bottom: -1.5rem;
  width: clamp(120px, 42%, 210px); color: var(--pg-accent);
  opacity: .07; pointer-events: none;
}
.pg-card__art svg { width: 100%; height: auto; stroke-width: 1.1; }
 
.pg-card__head { display: flex; align-items: center; gap: 12px; }
.pg-card__icon { color: var(--pg-accent); display: inline-flex; }
.pg-card__icon svg {width: 26px;height: 26px;filter: brightness(0) invert(1);display: block;position: relative;left: 3px;}
.pg-card__title { font-size: 1.2rem; font-weight: 700; }
.pg-card__body { position: relative; }
.pg-card__list { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.pg-card__item { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--pg-ink-soft); }
.pg-card__item:not(.is-linked) { opacity: .55; }
.pg-card__bullet { width: 6px; height: 6px; border-radius: 50%; background: var(--pg-accent); }
.pg-card__cue {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .85rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--pg-accent);
}
.pg-card__chev { width: 16px; height: 16px; transition: transform .2s ease; }
.pg-card.is-open .pg-card__chev { transform: rotate(180deg); }
 
.pg-explorer { margin-top: 24px; }
.pg-panel { border: 1px solid var(--pg-line); border-radius: var(--pg-radius); background: #fff; overflow: hidden; }
.pg-panel__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; background: var(--pg-ink); color: #fff;
}
.pg-panel__id { display: flex; align-items: center; gap: 12px; }
.pg-panel__icon svg { width: 24px; height: 24px; }
.pg-panel__title { margin: 0; font-size: 1.15rem; }
.pg-panel__close {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 999px;
  color: #fff; font: inherit; font-size: .85rem; padding: 6px 14px; cursor: pointer;
}
.pg-panel__close:hover { background: rgba(255,255,255,.12); }
.pg-panel__close svg { width: 15px; height: 15px; }
.pg-panel__layout { display: grid; grid-template-columns: 260px 1fr; }
.pg-tabs { border-right: 1px solid var(--pg-line); background: var(--pg-bg-alt); padding: 12px; display: flex; flex-direction: column; gap: 4px; }
.pg-tab {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: transparent; border: 0; border-radius: 10px; cursor: pointer;
  font: inherit; font-size: .95rem; text-align: left; color: var(--pg-ink-soft);
  padding: 11px 14px;
}
.pg-tab:hover { background: rgba(15,125,140,.08); color: var(--pg-ink); }
.pg-tab.is-active {background: var(--pg-accent);color: #000000;font-weight: 600;}
.pg-tab:focus-visible { outline: 3px solid var(--pg-accent); outline-offset: 2px; }
.pg-tab__arrow { width: 15px; height: 15px; flex: 0 0 auto; }
 
.pg-docs { padding: 0; }
.pg-doc { position: relative; overflow: hidden; padding: 32px 34px; }
.pg-doc:focus-visible { outline: 3px solid var(--pg-accent); outline-offset: -3px; }
 
.pg-doc__watermark {
  position: absolute; top: 18px; right: 18px;
  width: clamp(90px, 18%, 150px); color: var(--pg-accent);
  opacity: .05; pointer-events: none;
}
.pg-doc__watermark svg { width: 100%; height: auto; stroke-width: 1.1; }
 
.pg-doc__main { position: relative; max-width: 74ch; }
.pg-doc__title { font-size: 1.35rem; }
.pg-doc__intro { color: var(--pg-ink-soft); }
.pg-doc__benefits-title {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .14em;
  color: var(--pg-accent); margin: 28px 0 14px;
}
.pg-benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; counter-reset: none; }
.pg-benefit { display: flex; gap: 14px; }
.pg-benefit__num {
  flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(15,125,140,.12); color: var(--pg-accent);
  font-size: .85rem; font-weight: 700;
}
.pg-benefit__title { display: block; font-weight: 700; margin-bottom: .25em; }
.pg-benefit__text { margin: 0; color: var(--pg-ink-soft); }
.pg-benefit__subs { margin: .5em 0 0; padding-left: 1.1em; color: var(--pg-ink-soft); }
.pg-benefit__subs li { margin-bottom: .3em; }
 
.pg-cta-wrap { text-align: center; margin: 44px 0 0; }
.pg-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pg-body);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: .9rem;
}
.pg-cta:hover {background: var(--pg-accent-deep);color: #000;}
.pg-cta svg { width: 17px; height: 17px; }
.pg-trust {
  list-style: none; margin: 44px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 48px;
}
.pg-trust__item { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .08em; font-size: .82rem; }
.pg-trust__icon { color: var(--pg-accent); display: inline-flex; }
.pg-trust__icon svg { width: 22px; height: 22px; }
 
.pg-close-cta { text-align: center; background: var(--pg-ink); color: #fff; padding: 68px 24px; }
.pg-close-cta h2 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); }
.pg-close-cta p { color: rgba(255,255,255,.78); max-width: 620px; margin-left: auto; margin-right: auto; }
.pg-close-cta .btn {
  display: inline-block; margin-top: 12px; background: var(--pg-accent);
  color: #fff; text-decoration: none; border-radius: 999px;
  padding: 14px 32px; font-weight: 700;
}
.pg-close-cta .btn:hover { background: var(--pg-accent-deep); }
 
/* Disclaimer */
.pg-disclaimer { padding: 48px 0; background: var(--pg-bg-alt); }
.pg-disclaimer__title { font-size: 1.05rem; }
.pg-disclaimer__text { font-size: .9rem; color: var(--pg-ink-soft); margin: 0; }
 
.pg-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
 
@media (max-width: 900px) {
  .pg-grid { grid-template-columns: 1fr; }
  .pg-split, .pg-intro__grid { grid-template-columns: 1fr; }
  .pg-panel__layout { grid-template-columns: 1fr; }
  .pg-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--pg-line); }
  .pg-tab { flex: 0 0 auto; }
  .pg-tab__arrow { display: none; }
  .pg-doc { padding: 26px 22px; }
  .pg-doc__watermark { width: 90px; opacity: .04; }
}
 
@media (prefers-reduced-motion: reduce) {
  .pg * { transition: none !important; animation: none !important; }
}