/*
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;
    overflow: hidden;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, var(--aColor) 0%, var(--sColor) 100%);
    color: #fff !important;
    border-radius: 10px;
}

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

.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: 0px;
    padding-top: 5vh;
}

.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: 300px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    margin-bottom: 13px;
}

.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;
}

.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
.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 {
    background: #F4F6F3;
    padding: 10vh 0px;
}

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

section.new-service-section p {
    color: #000;
}

section.new-service-section h3 {
    font-size: 32px;
}

section.new-service-section span {
    border: 1px solid var(--pColor);
    text-transform: uppercase;
    letter-spacing: 0px;
}

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 {
    gap: 1%;
    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 {
    margin-top: -40px;
}

.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: 10vh 0px;
}

.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;
    color: #fff;
}

.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 {
    background-color: rgb(244 246 243 / 86%);
    border-radius: 45px 0 45px 0;
    overflow: hidden;
    padding-top: 5%;
    padding-right: 6%;
    padding-bottom: 5%;
    padding-left: 6%;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    width: 57%;
}

.cta-carrier {
    padding: 15vh 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 90%;
    margin: 0px auto;
}

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

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

/* Welcome */
section.central-welcome {
    background: var(--pColor);
    padding: 10vh 0px;
}

section.central-welcome .container-wide {
    border: 1px solid #fff;
    padding: 5%;
    border-radius: 0px 40px 0px;
}

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

.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 {
    align-items: inherit;
}

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

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

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

#site-header .container-wide {
    max-width: 100%;
}

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

section.central-welcome h3 {
    font-size: 23px;
    text-transform: uppercase;
    color: var(--pColor);
}


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: -47px;
    }
    .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-size: 26px;
    font-family: 'Cormorant Garamond';
    text-transform: none;
    color: #000;
}

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

div#header {
    background: #fff;
    padding: 10px 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: 130px;
        -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: 250px;
}

ul#menu-main-menu a {margin: 0px;text-transform: none;}

#secondary-navigation a {
    padding: 20px;
}

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

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

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

div#regular-header .container-wide {
    padding: 5px 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: right;
}

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

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

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.carousel-caption h2 {
    color: #fff;
}

html .video_holder {
    height: 80vh;
    max-height: 1000px;
    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: 250px !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: 250px;
        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;
    }

    .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;
}

.dmx-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}

.dmx-home {
    overflow-x: hidden;
}

[data-dmx-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s ease;
}

[data-dmx-reveal].dmx-in {
    opacity: 1;
    transform: none;
}

.dmx-mono {
    display: block;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--aColor);
}

.dmx-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--aColor);
    margin-bottom: 16px;
}

.dmx-eyebrow-rule:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: var(--aColor);
    vertical-align: middle;
    margin-right: 12px;
}

.dmx-index {
    display: block;
    font-size: 11px;
    letter-spacing: .16em;
    color: var(--aColor);
    margin-bottom: 10px;
}

a.dmx-btn,
.dmx-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--pColor);
    background-image: none;
    color: #fff !important;
    border-radius: 999px;
    padding: 16px 30px;
    font-size: 12.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1;
    transition: all .25s ease;
}

a.dmx-btn:after,
.dmx-btn:after {
    content: "\2192";
    font-size: 14px;
    letter-spacing: 0;
}

a.dmx-btn:hover,
.dmx-btn:hover {
    background: var(--aColor);
    transform: translateY(-2px);
}

.dmx-btn-ghost {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.45);
    color: #fff !important;
    border-radius: 999px;
    padding: 16px 28px;
    font-size: 12.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1;
    transition: all .25s ease;
}

.dmx-btn-ghost:hover {
    background: rgba(255,255,255,.14);
    border-color: #fff;
}

.dmx-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--pColor) !important;
    border-radius: 999px;
    padding: 17px 32px;
    font-size: 12.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1;
    transition: all .25s ease;
}

.dmx-btn-light:hover {
    background: var(--aColor);
    color: #fff !important;
}

.dmx-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--aColor);
}

.dmx-link-arrow:after {
    content: "\2192";
    font-size: 14px;
    letter-spacing: 0;
}

.dmx-topbar {
    background: var(--sColor);
}

.dmx-topbar-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dmx-topbar-left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.dmx-topbar-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    letter-spacing: .04em;
    color: rgba(255,255,255,.86) !important;
}

.dmx-topbar-item .dmx-mono {
    margin: 0;
}

.dmx-topbar-item:hover {
    color: #fff !important;
}

.dmx-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dmx-topbar-right .social-icons a {
    color: rgba(255,255,255,.85);
}

.dmx-navbar {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid #E7EAEC;
    backdrop-filter: saturate(160%) blur(10px);
}

.dmx-navbar-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

.dmx-navbar #secondary-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    float: none;
    width: 100%;
}

.dmx-navbar .dmx-logo {
    flex: 0 0 auto;
    padding: 14px 0;
}

.dmx-navbar .dmx-logo img {
    max-height: 62px;
    width: auto;
}

.dmx-navbar .navigation {
    float: none;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    background: transparent;
}

.dmx-navbar .navigation ul.menu > li > a {
    font-size: 12.5px;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0 17px;
    border-bottom: 2px solid transparent;
    transition: all .25s ease;
}

.dmx-navbar .navigation ul.menu > li:hover > a,
.dmx-navbar .navigation ul.menu > li.current-menu-item > a {
    border-bottom-color: var(--aColor);
    color: var(--pColor) !important;
}

.dmx-nav-cta {
    flex: 0 0 auto;
}

.dmx-nav-cta .dmx-btn {
    padding: 14px 24px !important;
}

.dmx-hero {
    padding: 18px 18px 0;
}

.dmx-hero-canvas {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    background: var(--pColor);
}

.dmx-hero .dm-slide-main {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmx-hero .newCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.dmx-hero .video_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dmx-hero .video_holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dmx-hero-scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7,42,68,.42) 0%, rgba(7,42,68,.12) 42%, rgba(7,42,68,.78) 100%);
}

.dmx-hero-caption {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 96px 40px;
    text-align: center;
    top: auto;
    left: auto;
    transform: none;
}

.dmx-hero-caption .dmx-eyebrow {
    padding: 9px 20px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(7,42,68,.3);
    color: rgba(255,255,255,.92);
    margin-bottom: 28px;
}

.dmx-hero-caption h2.slide-title {
    font-size: 88px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: -.015em;
}

.dmx-hero-caption .slide-content {
    max-width: 620px;
    margin: 0 auto 36px;
}

.dmx-hero-caption .slide-content p {
    font-size: 18.5px;
    line-height: 1.65;
    font-weight: 300;
    color: rgba(255,255,255,.88);
    margin: 0;
}

.dmx-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.dmx-hero-actions .dmx-btn {
    background: var(--aColor);
    padding: 19px 34px;
}

.dmx-hero-actions .dmx-btn:hover {
    background: #fff;
    color: var(--pColor) !important;
}

.dmx-hero .slick-dots {
    bottom: 26px;
    z-index: 4;
}

.dmx-trust {
    padding: 0 18px;
}

.dmx-trust-bar {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: -54px auto 0;
    background: #fff;
    border: 1px solid #E7EAEC;
    border-radius: 22px;
    box-shadow: 0 30px 60px -34px rgba(10,58,92,.32);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.dmx-trust-item {
    padding: 30px 32px;
    border-right: 1px solid #EDF0F2;
}

.dmx-trust-item:last-child {
    border-right: 0;
}

.dmx-trust-item h3 {
    font-size: 25px;
    line-height: 1.1;
    margin: 0;
    color: var(--pColor);
}

.dmx-trust-item p {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 6px 0 0;
    opacity: .7;
}

.dmx-services {
    padding: 128px 0 118px;
}

.dmx-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 54px;
}

.dmx-section-head h2 {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 300;
    color: var(--pColor);
    margin: 0;
    max-width: 700px;
}

.dmx-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.dmx-service-card {
    display: block;
    background: #F5F6F2;
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 14px 14px 34px;
    transition: all .25s ease;
}

.dmx-service-card:hover {
    background: #fff;
    border-color: #E7EAEC;
    box-shadow: 0 34px 60px -36px rgba(10,58,92,.42);
    transform: translateY(-6px);
}

.dmx-service-media {
    position: relative;
    height: 268px;
    border-radius: 16px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #DDE5EA;
}

.dmx-service-index {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: var(--pColor);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmx-service-body {
    padding: 26px 20px 0;
}

.dmx-service-body h3 {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: var(--pColor);
}

.dmx-service-body p {
    font-size: 16px;
    line-height: 1.68;
    font-weight: 300;
    margin: 0 0 20px;
}

.dmx-doctor {
    padding: 0 0 128px;
    overflow: hidden;
}

.dmx-split {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 80px;
    align-items: center;
}

.dmx-doctor-media img {
    width: 100%;
    height: auto;
    border-radius: 26px;
    object-fit: cover;
    box-shadow: 0 30px 60px -34px rgba(10,58,92,.4);
}

.dmx-doctor-media p {
    margin: 0;
}

.dmx-doctor-copy h2,
.dmx-doctor-copy h1 {
    font-size: 48px;
    line-height: 1.06;
    font-weight: 300;
    color: var(--pColor);
    margin: 0 0 24px;
}

.dmx-doctor-copy h3 {
    font-size: 11.5px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--aColor);
    margin: 0 0 14px;
}

.dmx-doctor-copy p {
    font-size: 17px;
    line-height: 1.75;
    font-weight: 300;
    margin: 0 0 20px;
}

.dmx-doctor-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #E7EAEC;
}

.dmx-call {
    font-size: 15.5px;
    font-weight: 300;
}

.dmx-call a {
    color: var(--pColor);
    border-bottom: 1px solid var(--aColor);
}

.dmx-welcome {
    background: var(--sColor);
    overflow: hidden;
}

.dmx-welcome-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.dmx-welcome-copy {
    padding: 122px 84px 122px 60px;
    max-width: 760px;
    margin-left: auto;
}

.dmx-welcome-copy .dmx-eyebrow,
.dmx-welcome-copy .dmx-eyebrow-rule:before {
    color: #fff;
    background-color: rgba(255,255,255,.6);
}

.dmx-welcome-copy .dmx-eyebrow {
    background: transparent;
    opacity: .8;
}

.dmx-welcome-copy h1,
.dmx-welcome-copy h2 {
    font-size: 60px;
    line-height: 1.04;
    font-weight: 300;
    color: #fff;
    margin: 0 0 30px;
}

.dmx-welcome-copy p {
    font-size: 17px;
    line-height: 1.78;
    font-weight: 300;
    color: #fff;
    margin: 0 0 22px;
}

.dmx-welcome-copy a.btn,
.dmx-welcome-copy .dmx-btn {
    margin-top: 18px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.4);
}

.dmx-welcome-copy a.btn:hover {
    background: #fff;
    color: var(--pColor) !important;
}

.dmx-welcome-media {
    min-height: 640px;
    background-size: cover;
    background-position: 50% 50%;
}

.dmx-reviews {
    padding: 124px 0;
    background: #F5F6F2;
    overflow: hidden;
}

.dmx-reviews-grid {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 2%;
}

.dmx-reviews-intro h2 {
    font-size: 54px;
    line-height: 1.04;
    font-weight: 300;
    color: var(--pColor);
    margin: 0 0 22px;
}

.dmx-reviews-intro p {
    font-size: 16.5px;
    line-height: 1.7;
    font-weight: 300;
    max-width: 380px;
}

.dmx-reviews .central-text-wrapper {
    padding: 0 12px;
}

.dmx-reviews .letter-wrap {
    background: #fff;
    border: 1px solid #E7EAEC;
    border-radius: 22px;
    padding: 36px 32px;
    min-height: 340px;
    box-shadow: none;
}

.dmx-reviews .central-text-wrapper:nth-child(even) .letter-wrap {
    background: var(--pColor);
    border-color: var(--pColor);
}

.dmx-reviews .central-text-wrapper:nth-child(even) .letter-wrap * {
    color: #fff;
}

.dmx-quote {
    display: block;
    font-size: 62px;
    line-height: .6;
    color: #ffffff;
    margin-bottom: 16px;
}

.dmx-reviews .central-test-content p {
    font-size: 17px;
    line-height: 1.72;
    font-weight: 300;
    margin: 0 0 14px;
}

.dmx-reviews .letter-wrap h4 {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-top: 1px solid #EDF0F2;
    padding-top: 18px;
    margin: 22px 0 0;
    color: #fff;
}

.dmx-reviews .slick-dots {
    text-align: left;
    padding-left: 12px;
}

.dmx-cta {
    padding: 0 18px 18px;
}

.dmx-cta-band {
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    background-color: var(--pColor);
    background-size: cover;
    background-position: 50% 50%;
    padding: 84px 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    position: relative;
}

.dmx-cta-band:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(104deg, rgba(7,42,68,.92) 0%, rgba(10,58,92,.82) 52%, rgba(47,122,181,.72) 100%);
}

.dmx-cta-copy,
.dmx-cta-actions {
    position: relative;
    z-index: 2;
}

.dmx-cta-copy {
    max-width: 660px;
}

.dmx-cta-copy h1,
.dmx-cta-copy h2 {
    font-size: 54px;
    line-height: 1.05;
    font-weight: 300;
    color: #fff;
    margin: 0 0 14px;
}

.dmx-cta-copy p {
    font-size: 17.5px;
    line-height: 1.65;
    font-weight: 300;
    color: rgba(255,255,255,.82);
    margin: 0;
}

.dmx-cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.dmx-visit {
    padding: 124px 0;
}

.dmx-visit-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
}

.dmx-visit-map iframe {
    display: block;
    width: 100%;
    min-height: 520px;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 30px 60px -34px rgba(10,58,92,.3);
}

.dmx-visit-copy h2 {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 300;
    color: var(--pColor);
    margin: 0 0 20px;
}

.dmx-visit-copy > p {
    font-size: 17px;
    line-height: 1.72;
    font-weight: 300;
    max-width: 560px;
    margin: 0 0 32px;
}

.dmx-visit-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #E7EAEC;
    border: 1px solid #E7EAEC;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.dmx-visit-card {
    background: #fff;
    padding: 26px 24px;
}

.dmx-visit-card .dmx-mono {
    margin-bottom: 12px;
}

.dmx-visit-card a {
    font-size: 16.5px;
    line-height: 1.55;
    color: #16222B;
}

.dmx-visit-card a:hover {
    color: var(--aColor);
}

.dmx-hours p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 4px;
}

.dmx-visit-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dmx-call-link {
    font-size: 16px;
    color: var(--pColor);
    padding-bottom: 5px;
    border-bottom: 1px solid #C9D3DA;
}

.dmx-footer {
    background: var(--sColor);
}

.dmx-footer .copyrights {
    padding-top: 92px;
}

.dmx-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 54px;
    padding-bottom: 68px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    margin: 0 auto;
}

.dmx-footer-brand img {
    max-width: 260px;
    height: auto;
    margin-bottom: 20px;
}

.dmx-footer-brand p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    max-width: 320px;
    margin-bottom: 22px;
}

.dmx-footer-col h3 {
    font-size: 11.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--aColor);
    margin: 0 0 20px;
}

.dmx-footer-col p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255,255,255,.72);
}

.dmx-footer-col .dmx-hours p {
    color: rgba(255,255,255,.72);
}

.dmx-footer-address {
    display: block;
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(255,255,255,.78);
    margin-bottom: 16px;
}

.dmx-footer-phone {
    display: inline-block;
    font-size: 21px;
    color: #fff;
}

.dmx-footer-phone:hover,
.dmx-footer-address:hover {
    color: var(--aColor);
}

.dmx-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 34px;
    margin: 0 auto;
}

.dmx-footer-bottom p {
    font-size: 13.5px;
    font-weight: 300;
    color: rgba(255,255,255,.55);
    margin: 0;
}

.dmx-footer-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dmx-footer-links a {
    color: rgba(255,255,255,.55);
}

.dmx-footer-links a:hover {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .dmx-hero-caption h2.slide-title {
        font-size: 66px;
    }

    .dmx-section-head h2 {
        font-size: 46px;
    }

    .dmx-welcome-copy {
        padding: 90px 50px;
    }

    .dmx-welcome-copy h1,
    .dmx-welcome-copy h2 {
        font-size: 46px;
    }

    .dmx-split,
    .dmx-reviews-grid,
    .dmx-visit-grid {
        gap: 44px;
    }
}

@media screen and (max-width: 1024px) {
    .dmx-navbar .dmx-nav-cta {
        display: none;
    }

    .dmx-trust-bar {
        grid-template-columns: 1fr 1fr;
    }

    .dmx-trust-item:nth-child(2) {
        border-right: 0;
    }

    .dmx-trust-item:nth-child(1),
    .dmx-trust-item:nth-child(2) {
        border-bottom: 1px solid #EDF0F2;
    }

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

    .dmx-split,
    .dmx-welcome-grid,
    .dmx-reviews-grid,
    .dmx-visit-grid {
        grid-template-columns: 1fr;
    }

    .dmx-welcome-copy {
        max-width: 100%;
        padding: 80px 30px;
    }

    .dmx-welcome-media {
        min-height: 420px;
    }

    .dmx-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    .dmx-wrap {
        padding: 0 20px;
    }

    .dmx-topbar-inner {
        flex-direction: column;
        gap: 8px;
        padding: 10px 20px;
    }

    .dmx-topbar-left {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .dmx-hero {
        padding: 10px 10px 0;
    }

    .dmx-hero-canvas {
        border-radius: 22px;
    }

    .dmx-hero .dm-slide-main {
        min-height: 520px;
    }

    .dmx-hero-caption {
        padding: 70px 22px;
    }

    .dmx-hero-caption h2.slide-title {
        font-size: 42px;
    }

    .dmx-hero-caption .slide-content p {
        font-size: 16px;
    }

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

    .dmx-hero-actions .dmx-btn,
    .dmx-hero-actions .dmx-btn-ghost {
        justify-content: center;
    }

    .dmx-trust {
        padding: 0 10px;
    }

    .dmx-trust-bar {
        grid-template-columns: 1fr;
        margin-top: -30px;
    }

    .dmx-trust-item {
        border-right: 0;
        border-bottom: 1px solid #EDF0F2;
        padding: 22px 24px;
    }

    .dmx-trust-item:last-child {
        border-bottom: 0;
    }

    .dmx-services {
        padding: 70px 0 60px;
    }

    .dmx-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 34px;
    }

    .dmx-section-head h2,
    .dmx-doctor-copy h2,
    .dmx-reviews-intro h2,
    .dmx-visit-copy h2,
    .dmx-cta-copy h2,
    .dmx-welcome-copy h2 {
        font-size: 34px;
    }

    .dmx-doctor {
        padding-bottom: 70px;
    }

    .dmx-reviews,
    .dmx-visit {
        padding: 70px 0;
    }

    .dmx-visit-cards {
        grid-template-columns: 1fr;
    }

    .dmx-visit-map iframe {
        min-height: 320px;
        border-radius: 20px;
    }

    .dmx-cta-band {
        padding: 50px 26px;
        border-radius: 22px;
    }

    .dmx-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 44px;
    }

    .dmx-footer .copyrights {
        padding-top: 60px;
    }

    .dmx-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.dmx-hero .hide-las,
.dmx-hero .primary-ser-container {
    position: relative;
}

.dmx-hero .video_holder > video {
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
    display: block;
}

.dmx-hero .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    padding: 40px;
    text-align: center;
    z-index: 3;
}

.dmx-hero .carousel-caption h2.slide-title {
    font-size: 88px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    margin: 0 0 26px;
    letter-spacing: -.015em;
}

.dmx-hero .carousel-caption .dmx-eyebrow {
    padding: 9px 20px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(7,42,68,.3);
    color: rgba(255,255,255,.92);
    margin-bottom: 28px;
}

.dmx-navbar #logo.text-logo a {
    font-size: 26px;
    line-height: 1.1;
    color: var(--pColor);
}

.dmx-navbar #logo.text-logo {
    margin: 0;
    padding: 10px 0;
}

.dmx-topbar-offices .dmx-topbar-item {
    gap: 6px;
}

.dmx-topbar-left .phone-header p,
.dmx-topbar-left .address-header p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,.86);
}

.dmx-topbar-left .phone-header i,
.dmx-topbar-left .address-header i {
    margin-right: 8px;
    color: var(--aColor);
}

.dmx-topbar-left .phone-header a,
.dmx-topbar-left .address-header a {
    color: rgba(255,255,255,.86);
}

.dmx-topbar-left .phone-header a:hover,
.dmx-topbar-left .address-header a:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
	nav.navigation.clearfix.mobile-menu-wrapper {
		height: 100vh;
	}
    .dmx-hero .video_holder > video {
        min-height: 520px;
        height: 100% !important;
    }

    .dmx-hero .carousel-caption {
        padding: 24px;
    }

    .dmx-hero .carousel-caption h2.slide-title {
        font-size: 42px;
    }
}


.central-testimonial-slider {
    flex: 1 1 70%;
    max-width: 70%;
}

.dmx-reviews-intro {
    flex: 1 1 30%;
    width: 30%;
}

.hide-las {
    min-height: 760px;
}

.social-icons a {
    margin-left: 10px;
}

header#site-header {
    position: relative;
    z-index: 999;
}
.bottom-footer {
    text-align: center;
}

.page-id-29 .service-style-content p {display: none;}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px auto;
    width: 100%;
}

.review-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.review-card::before {
    content: "“";
    position: absolute;
    top: -12px;
    right: 18px;
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: 1;
    opacity: 0.07;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.review-stars {
    font-size: 18px;
    letter-spacing: 3px;
    color: #e3ad31;
    margin-bottom: 16px;
}

.review-card p {
    position: relative;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.75;
}

.review-card strong {
    display: block;
    position: relative;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

.review-card strong::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 2px;
    background: currentColor;
    opacity: 0.4;
}

/* Tablet */
@media (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 650px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .review-card {
        padding: 25px 22px;
    }
}

div#regular-header * {font-size: 20px;}

.video_holder:before {background: unset; opacity: unset;}

@media (min-width: 881px) {
	section.dmx-doctor.invert.dmx-in .dmx-split {
		grid-template-columns: 1fr 0.85fr;
	}
	section.dmx-doctor.invert .dmx-doctor-media {
		order: 2;
	}
	
}



/* New Patients */
/* ==========================================================================
   New Patients — layout for [dm-section class="dm-np ..."] content
   Colors/fonts follow classy-child: --pColor/--aColor (sky), --sColor (navy),
   Cormorant Garamond 300 headings, Roboto body, .dmx-btn pill buttons.
   ========================================================================== */

.dm-service-section.dm-np {
    --np-blue: var(--pColor, #57acdb);
    --np-blue-ink: #2f7ab5;
    --np-navy: var(--sColor, #00365b);
    --np-navy-deep: #072a44;
    --np-ink: #3c4a55;
    --np-muted: #5d6973;
    --np-surface: #f5f6f2;
    --np-surface-2: #edf0f2;
    --np-line: rgba(0, 54, 91, 0.12);
    --np-serif: "Cormorant Garamond", Georgia, serif;
    --np-sans: Roboto, "Helvetica Neue", Arial, sans-serif;
    --np-radius: 18px;
    --np-gap: 72px;
    position: relative;
    padding: 110px 0;
    color: var(--np-ink);
    font-family: var(--np-sans);
}

/* Bands (beat parent odd/even backgrounds) */
html body .dm-service-section.dm-np { background: #fff; }
html body .dm-service-section.dm-np-insurance,
html body .dm-service-section.dm-np-steps { background: var(--np-surface); }
html body .dm-service-section.dm-np-feature { background: var(--np-surface-2); }
html body .dm-service-section.dm-np-hero,
html body .dm-service-section.dm-np-band,
html body .dm-service-section.dm-np-cta { background: var(--np-navy-deep); }

/* --------------------------------------------------------------------------
   Grid reset: theme column padding, even-section swap, 50% widths
   -------------------------------------------------------------------------- */
.dm-np .dm-flex {
    align-items: stretch;
    justify-content: flex-start;
}

.dm-service-section.dm-np .dm-flex > div:nth-child(n) {
    order: 0;
    width: auto;
    max-width: none;
    min-width: 0;
    position: relative;
    z-index: 1;
}

/* Low specificity on purpose so panels/cards can add their own padding */
.dm-np .dm-half,
.dm-np .dm-third { padding: 0; }

.dm-np .dm-half { flex: 1 1 0; }
.dm-np .dm-half.dm-np-full { flex: 0 0 100%; }

.dm-np p:empty { display: none; }

/* Images: override theme .post-content img !important rules and even/odd outlines */
html body #content_box .post-content .dm-service-section.dm-np img {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none;
    height: 100% !important;
    margin: 0 !important;
    border: 0;
    outline: 0;
    object-fit: cover;
}

.dm-np .dm-half p:has(> img:only-child),
.dm-np .dm-np-step-inner > p:has(> img:only-child) { margin: 0; }

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */
.dm-np h2 {
    margin: 0 0 22px;
    font-family: var(--np-serif);
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
    color: var(--np-navy);
}

.dm-np h3 {
    margin: 0 0 10px;
    font-family: var(--np-serif);
    font-size: 26px;
    font-weight: 300;
    line-height: 1.15;
    text-transform: none;
    color: var(--np-navy);
}

.dm-np p {
    margin: 0 0 18px;
    font-family: var(--np-sans);
    font-size: 16.5px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--np-ink);
}

.dm-np p:last-child { margin-bottom: 0; }

.dm-np a { font-weight: 400; }

.dm-np p.dm-np-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--np-blue-ink);
}

.dm-np p.dm-np-eyebrow:before {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

.dm-np p.dm-np-lede {
    font-family: var(--np-serif);
    font-size: 24px;
    line-height: 1.45;
    color: var(--np-navy);
}

.dm-np p.dm-np-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.dm-np .dmx-btn,
.dm-np .dmx-btn-ghost,
.dm-np .dmx-btn-light,
.dm-np .dmx-link-arrow {
    font-family: var(--np-sans);
    font-weight: 400;
    text-decoration: none;
}

.dm-np .dmx-btn:focus-visible,
.dm-np .dmx-btn-ghost:focus-visible,
.dm-np .dmx-btn-light:focus-visible,
.dm-np .dmx-link-arrow:focus-visible {
    outline: 2px solid var(--np-blue);
    outline-offset: 3px;
}

/* Dark bands */
.dm-np-hero h2,
.dm-np-band h2,
.dm-np-cta h2 { color: #fff; }

.dm-np-hero p,
.dm-np-band p,
.dm-np-cta p { color: rgba(255, 255, 255, 0.86); }

.dm-np-hero p.dm-np-eyebrow,
.dm-np-band p.dm-np-eyebrow { color: #9fd3f0; }

.dm-np-cta p a:not([class]) {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Shared: full-bleed background media for hero / band / cta */
.dm-np .dm-np-hero-media,
.dm-np .dm-np-band-media,
.dm-np .dm-np-cta-media {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.dm-np .dm-np-hero-media:after,
.dm-np .dm-np-band-media:after,
.dm-np .dm-np-cta-media:after {
    content: "";
    position: absolute;
    inset: 0;
}

.dm-np .dm-np-hero-media p,
.dm-np .dm-np-band-media p,
.dm-np .dm-np-cta-media p { height: 100%; margin: 0; }

.dm-np-hero .dm-container,
.dm-np-band .dm-container,
.dm-np-cta .dm-container {
    position: relative;
    z-index: 1;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.dm-service-section.dm-np-hero {
    display: flex;
    align-items: center;
    min-height: clamp(560px, 74vh, 760px);
    padding: 120px 0;
}

.dm-np-hero .dm-container {width: 100%;position: relative;z-index: 1;}

.dm-np .dm-np-hero-media:after {
    background:
        linear-gradient(90deg, rgba(7, 42, 68, 0.94) 0%, rgba(7, 42, 68, 0.8) 38%, rgba(7, 42, 68, 0.25) 75%, rgba(7, 42, 68, 0.1) 100%),
        linear-gradient(0deg, rgba(7, 42, 68, 0.35), transparent 40%);
}

html body #content_box .post-content .dm-np-hero-media img { object-position: 62% 40%; }

.dm-np .dm-half.dm-np-hero-copy {
    flex: 0 1 600px;
}

.dm-np-hero h2 { font-size: clamp(42px, 4.6vw, 66px); }

/* --------------------------------------------------------------------------
   First visit: image step cards (text reveals on hover / focus)
   -------------------------------------------------------------------------- */
.dm-np-steps .dm-flex {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dm-np .dm-np-head {
    grid-column: 1 / -1;
    margin-bottom: 30px;
    text-align: center;
}

.dm-np-head p.dm-np-eyebrow { justify-content: center; }

.dm-np-head p.dm-np-eyebrow:after {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

.dm-np-head h2 { margin-bottom: 0; }

.dm-np-step-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 540px;
    overflow: hidden;
    border-radius: var(--np-radius);
    background: var(--np-navy-deep);
    box-shadow: 0 30px 60px -40px rgba(7, 42, 68, 0.6);
    isolation: isolate;
    outline: none;
}

.dm-np-step-inner > img,
.dm-np-step-inner > p:has(> img) {
    position: absolute !important;
    inset: 0;
    z-index: -2;
}

html body #content_box .post-content .dm-np-step-inner img {
    transition: transform 0.7s ease;
}

.dm-np-step-inner:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7, 42, 68, 0) 30%, rgba(7, 42, 68, 0.88) 100%);
    transition: background-color 0.4s ease;
}

.dm-np-step-body {
    padding: 34px 32px;
}

.dm-np p.dm-np-step-num {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.16em;
    color: #fff;
}

.dm-np-step h3 {
    margin: 0;
    font-size: 32px;
    color: #fff;
}

.dm-np-step-body p:not(.dm-np-step-num) {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    transition: max-height 0.5s ease, margin 0.5s ease, opacity 0.4s ease;
}

.dm-np-step-inner:hover:before,
.dm-np-step-inner:focus-within:before {
    background-color: rgba(7, 42, 68, 0.45);
}

.dm-np-step-inner:hover .dm-np-step-body p:not(.dm-np-step-num),
.dm-np-step-inner:focus-within .dm-np-step-body p:not(.dm-np-step-num) {
    max-height: 260px;
    margin-top: 14px;
    opacity: 1;
}

html body #content_box .post-content .dm-np-step-inner:hover img { transform: scale(1.05); }

.dm-np-step-inner:focus-visible {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--np-blue);
}

/* Touch screens: no hover, so show the text */
@media (hover: none) {
    .dm-np-step-body p:not(.dm-np-step-num) {
        max-height: none;
        margin-top: 14px;
        opacity: 1;
    }

    .dm-np-step-inner:before { background-color: rgba(7, 42, 68, 0.35); }
}

/* --------------------------------------------------------------------------
   Expertise: copy + stat tiles
   -------------------------------------------------------------------------- */
.dm-np-expertise .dm-flex {
    gap: var(--np-gap);
    align-items: center;
}

.dm-np .dm-half.dm-np-expertise-copy { flex: 1.1 1 0; }

.dm-np .dm-half.dm-np-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dm-np-stat {
    padding: 30px 28px;
    background: var(--np-surface);
    border: 1px solid var(--np-line);
    border-radius: var(--np-radius);
}

.dm-np-stat:nth-child(2),
.dm-np-stat:nth-child(3) {
    background: #fff;
}

.dm-np p.dm-np-stat-value {
    margin: 0 0 8px;
    font-family: var(--np-serif);
    font-size: 36px;
    line-height: 1.05;
    color: var(--np-navy);
}

.dm-np-stat p:not(.dm-np-stat-value) {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--np-muted);
}

/* --------------------------------------------------------------------------
   Insurance & payment: image + items
   -------------------------------------------------------------------------- */
.dm-np-insurance .dm-flex {
    gap: var(--np-gap);
    align-items: center;
}

.dm-np .dm-half.dm-np-insurance-media {
    position: relative;
    flex: 0.9 1 0;
    align-self: stretch;
}

.dm-np-insurance-media:before {
    content: "";
    position: absolute;
    top: 26px;
    right: -26px;
    bottom: -26px;
    left: 26px;
    border: 1px solid var(--np-blue);
    border-radius: var(--np-radius);
    pointer-events: none;
}

.dm-np-insurance-media p,
.dm-np-insurance-media img {
    position: relative;
    height: 100%;
    min-height: 520px;
}

html body #content_box .post-content .dm-np-insurance-media img {
    border-radius: var(--np-radius);
    object-position: 35% center;
}

.dm-np-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 40px;
    margin: 36px 0 0;
}

.dm-np-item {
    padding-top: 20px;
    border-top: 1px solid var(--np-line);
}

.dm-np-item:before {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin: -21px 0 19px;
    background: var(--np-blue);
}

.dm-np-item h3 { font-size: 25px; }

.dm-np-item p {
    font-size: 15px;
    line-height: 1.7;
}

.dm-np-item a,
.dm-np-footnote a {
    color: var(--np-blue-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dm-np p.dm-np-footnote {
    margin-top: 34px;
    font-size: 15px;
    color: var(--np-muted);
}

/* --------------------------------------------------------------------------
   Band: education
   -------------------------------------------------------------------------- */
.dm-service-section.dm-np-band { padding: 140px 0; }

.dm-np .dm-np-band-media:after { background: rgba(7, 42, 68, 0.84); }

.dm-np-band-copy,
.dm-np-cta-copy { text-align: center; }

.dm-np-band-copy > *,
.dm-np-cta-copy > * {
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dm-np-band-copy p.dm-np-eyebrow { justify-content: center; }

.dm-np-band-copy p.dm-np-eyebrow:after {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

.dm-np-band-copy p.dm-np-actions,
.dm-np-cta-copy p.dm-np-actions { justify-content: center; }

/* --------------------------------------------------------------------------
   Preparing for your visit: copy + checklist panel
   -------------------------------------------------------------------------- */
.dm-np-prepare .dm-flex {
    gap: var(--np-gap);
    align-items: center;
}

.dm-np .dm-half.dm-np-prepare-head { flex: 0.85 1 0; }

.dm-np p.dm-np-note {
    margin-top: 24px;
    padding-left: 18px;
    border-left: 2px solid var(--np-blue);
    font-size: 15px;
    color: var(--np-muted);
}

.dm-np .dm-half.dm-np-prepare-list {
    padding: 48px 50px;
    background: var(--np-surface);
    border: 1px solid var(--np-line);
    border-radius: 22px;
}

.dm-np ul.dm-np-checks {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dm-np ul.dm-np-checks li {
    position: relative;
    margin: 0;
    padding: 15px 0 15px 44px;
    border-bottom: 1px solid var(--np-line);
    font-size: 16.5px;
    font-weight: 300;
    line-height: 1.55;
    color: var(--np-ink);
    list-style: none;
}

.dm-np ul.dm-np-checks li:first-child { padding-top: 0; }
.dm-np ul.dm-np-checks li:last-child { padding-bottom: 0; border-bottom: 0; }

.dm-np ul.dm-np-checks li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 26px;
    height: 26px;
    margin: 0;
    border-radius: 50%;
    font-family: inherit;
    background: var(--np-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.dm-np ul.dm-np-checks li:first-child:before { top: 1px; }

/* --------------------------------------------------------------------------
   Feature: image with overlapping card
   -------------------------------------------------------------------------- */
.dm-np-feature .dm-flex {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
}

.dm-np .dm-half.dm-np-feature-media {
    grid-column: 1 / 9;
    grid-row: 1;
}

.dm-np-feature-media p,
.dm-np-feature-media img { aspect-ratio: 16 / 11; }

html body #content_box .post-content .dm-np-feature-media img {
    border-radius: var(--np-radius);
    object-position: center 30%;
}

.dm-np .dm-half.dm-np-feature-card {
    position: relative;
    z-index: 1;
    grid-column: 8 / 13;
    grid-row: 1;
    padding: 60px 56px;
    background: #fff;
    border-radius: var(--np-radius);
    box-shadow: 0 40px 80px -40px rgba(7, 42, 68, 0.35);
}

.dm-np-feature-card h2 { font-size: clamp(34px, 3vw, 44px); }

.dm-np-feature-card p { font-size: 16px; }

/* --------------------------------------------------------------------------
   Quote
   -------------------------------------------------------------------------- */
.dm-np-quote-inner { text-align: center; }

.dm-np-quote-inner p.dm-np-eyebrow { justify-content: center; }

.dm-np-quote-inner p.dm-np-eyebrow:after {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

.dm-np blockquote {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 58px 0 0;
    border: 0;
    background: none;
    quotes: none;
}

.dm-np blockquote:before {
    content: "\201C";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--np-serif);
    font-size: 120px;
    line-height: 1;
    color: var(--np-blue);
}

.dm-np blockquote p {
    margin: 0;
    font-family: var(--np-serif);
    font-size: clamp(28px, 3vw, 42px);
    font-style: normal;
    line-height: 1.3;
    color: var(--np-navy);
}

.dm-np p.dm-np-quote-author {
    margin: 30px 0 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--np-muted);
}

.dm-np-quote-inner p.dm-np-actions {
    justify-content: center;
    margin-top: 22px;
}

.dm-np .dmx-link-arrow { color: var(--np-blue-ink); }

/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */
.dm-service-section.dm-np-cta { padding: 150px 0 140px; }

.dm-np .dm-np-cta-media:after {
    background: linear-gradient(180deg, rgba(7, 42, 68, 0.55) 0%, rgba(7, 42, 68, 0.9) 70%);
}

html body #content_box .post-content .dm-np-cta-media img { object-position: center 30%; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
    .dm-service-section.dm-np { --np-gap: 48px; padding: 88px 0; }

    .dm-np-step-inner { min-height: 480px; }
    .dm-np-step-body { padding: 28px 24px; }
    .dm-np-step h3 { font-size: 28px; }

    .dm-np .dm-half.dm-np-feature-media { grid-column: 1 / 8; }
    .dm-np .dm-half.dm-np-feature-card { grid-column: 6 / 13; padding: 48px 40px; }
}

@media (max-width: 900px) {
    .dm-np .dm-flex > div:nth-child(n),
    .dm-np .dm-half.dm-np-hero-copy { flex: 1 1 100%; }

    .dm-np-steps .dm-flex { grid-template-columns: minmax(0, 1fr); }
    .dm-np-step-inner { min-height: 420px; }

    .dm-np-step-body p:not(.dm-np-step-num) {
        max-height: none;
        margin-top: 14px;
        opacity: 1;
    }

    .dm-np .dm-half.dm-np-insurance-media { margin: 0 26px 26px 0; }

    .dm-np-insurance-media p,
    .dm-np-insurance-media img { min-height: 0; aspect-ratio: 4 / 3; }

    .dm-np-feature .dm-flex { display: flex; }

    .dm-np .dm-half.dm-np-feature-card {
        margin: -80px 20px 0;
        padding: 40px 32px;
    }

    .dm-np .dm-np-hero-media:after {
        background: linear-gradient(180deg, rgba(7, 42, 68, 0.72) 0%, rgba(7, 42, 68, 0.92) 100%);
    }
}

@media (max-width: 600px) {
    .dm-service-section.dm-np { --np-gap: 36px; padding: 64px 0; }

    .dm-service-section.dm-np-hero { min-height: 0; padding: 80px 0; }
    .dm-service-section.dm-np-band { padding: 90px 0; }
    .dm-service-section.dm-np-cta { padding: 96px 0; }

    .dm-np p { font-size: 16px; }

    .dm-np .dm-half.dm-np-stats,
    .dm-np-items { grid-template-columns: minmax(0, 1fr); }

    .dm-np .dm-half.dm-np-stats { gap: 12px; }
    .dm-np-stat { padding: 22px 22px; }
    .dm-np p.dm-np-stat-value { font-size: 30px; }

    .dm-np .dm-half.dm-np-prepare-list { padding: 30px 24px; }
    .dm-np ul.dm-np-checks li { font-size: 16px; }

    .dm-np .dm-half.dm-np-feature-card {
        margin: -50px 12px 0;
        padding: 32px 24px;
    }

    .dm-np-insurance-media:before { top: 16px; right: -16px; bottom: -16px; left: 16px; }
    .dm-np .dm-half.dm-np-insurance-media { margin: 0 16px 16px 0; }

    .dm-np p.dm-np-actions > a { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .dm-np-step-body p:not(.dm-np-step-num),
    .dm-np-step-inner:before,
    html body #content_box .post-content .dm-np-step-inner img { transition: none; }

    html body #content_box .post-content .dm-np-step-inner:hover img { transform: none; }
}

.dm-service-section.dm-np.dm-np-hero img,
.dm-service-section.dm-np.dm-np-band img,
.dm-service-section.dm-np.dm-np-cta img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.dm-service-section.dm-np.dm-np-hero .dm-container,
.dm-service-section.dm-np.dm-np-band .dm-container,
.dm-service-section.dm-np.dm-np-cta .dm-container {
    position: initial;
}
