/*
Theme Name: Renew - 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;
    background: rgb(0, 0, 0);
    color: #fff;
}

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

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}

/* Header */
.home .header-spacer {
    display: none;
}

.regular_header #secondary-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    padding: 0px 15px;
}

@media (min-width: 881px) {
    a#pull,
    #mobile-menu-overaly {
        display: none;
    }

    nav.navigation.clearfix.mobile-menu-wrapper {
        width: auto;
        float: none;
        margin: 0px auto;
        margin-right: 0px;
    }
}

html .video_holder {
    height: 100vh;
    background: #000;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    max-width: 1400px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.video_holder video {
    opacity: 0.6;
}

.carousel-caption h2 {
    font-size: 50px;
    color: #fff;
}

.carousel-caption h2 p {
    font-size: 20px;
    max-width: 800px;
    margin: 0px auto 30px;
    font-family: Lato;
    font-weight: 300;
    line-height: 1.2;
}

.carousel-caption a.btn {
    background: transparent !important;
    border-bottom: 1px solid #fff;
}

.carousel-caption a.btn:hover {
    color: var(--aColor) !important;
    border-color: var(--aColor);
}

div#header {
    float: none;
    background: transparent;
}

header#site-header {
    float: none;
    background: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
}

.main-head-wrap.header_fixed {
    background: var(--sColor);
}

#secondary-navigation a {
    padding: 7px 17px;
}

.main-head-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.menu-side {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-right: 0px;
}

.menu-side p {
    margin: 0px;
}

.menu-inline {
    border-right: 1px solid #000;
    margin-right: 25px;
}

nav.navigation.clearfix.mobile-menu-wrapper #menu-main-menu > li {
    background: transparent !important;
}

nav.navigation.clearfix.mobile-menu-wrapper #menu-main-menu > li > a {
    color: #000;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navigation.clearfix.mobile-menu-wrapper #menu-main-menu > li.current-menu-item > a,
nav.navigation.clearfix.mobile-menu-wrapper #menu-main-menu > li:hover > a {
    border-color: #fff;
}

/*Welcome*/
.container-wide {
    max-width: 1700px;
    margin: 0px auto;
    position: relative;
}

section.c-welcome {
    padding: 125px 0px;
}

section.c-welcome .dm-half:nth-child(1) img {
    height: 700px !important;
    display: block;
    object-fit: cover;
    max-width: 90%;
}

.hovering-image {
    position: absolute;
    top: 0px;
    right: 15px;
    opacity: 0.05;
}

.hovering-image img {
    height: 485px !important;
    object-fit: cover;
    width: 385px;
}

.c-wrapper {
    max-width: 470px;
    padding: 30px 0px 0px;
}

section.c-welcome h2 {
    color: #000;
    font-size: 60px;
    position: relative;
    left: -30%;
}

.c-wrapper h3 {
    color: var(--sColor);
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 1.3;
}

/* Footer */
.home-header h2 {
    font-size: 45px;
}

.home-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

section.s-section .dm-third:nth-child(1) img,
section.s-section .dm-third:nth-child(3) img {
    height: 352px !important;
    display: block;
    object-fit: cover;
    width: 100% !important;
    max-width: 100%;
}

section.s-section .dm-third:nth-child(2) img {
    height: 480px !important;
    object-fit: cover;
    display: block;
    width: 100%;
}

section.s-section .dm-third {
    display: block;
    padding: 10px;
}

section.s-section .dm-flex {
    align-items: flex-start;
}

section.s-section a h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

section.s-section .dm-third a {
    position: relative;
    padding: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    background: #000;
    display: block;
}

section.s-section {
    padding-bottom: 125px;
}

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

.dm-full.footer-creds {
    border-top: 1px solid #fff;
    padding: 20px 0px;
    margin-top: 40px;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.copyrights .container {
    max-width: 1400px;
    width: 100%;
}

.copyrights .container {
    align-items: flex-start;
    text-align: left;
    color: #fff;
}

.copyrights * {
    color: #fff;
}

.copyrights .dm-flex.container li a {
    color: #fff;
}

footer#site-footer {
    padding: 70px 0px 55px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0px;
}

footer#site-footer h3 {
    font-size: 27px;
}

footer#site-footer:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: var(--sColor);
    opacity: 0.97;
}

section.s-section .dm-third img {
    opacity: 0.6;
    width: 100%;
}

section.s-section .dm-third a:hover {
    top: -15px;
}

html a.btn:before {
    content: "";
    height: 55%;
    width: 2px;
    background: #fff;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html a.btn {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html a.btn:hover:before {
    right: calc(100% - 13px);
}

html a.btn:hover {
    background: var(--sColor) !important;
    color: #fff !important;
}

.border-btn {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
}

/* Tabular */
section.tabular-section {
    padding: 175px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    position: relative;
}

.tabular-left {
    width: 300px;
    padding-top: 10px;
    margin-left: 20px;
}

.tabular-right {
    width: 550px;
}

section.tabular-section .dm-flex {
    align-items: inherit;
    justify-content: space-between;
}

section.tabular-section:before {
    content: "";
    background: var(--sColor);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

section.tabular-section h4 {
    color: #fff;
    font-size: 34px;
}

.tabular-left li {
    list-style: none;
}

.tabular-left button {
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 23px;
    display: block;
    opacity: 0.7;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabular-left li {
    margin-bottom: 9px;
}

.tabular-left button.active-button {
    opacity: 1;
}

.tabular-left button:before {
    left: -50px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.tabular-left button:hover {
    opacity: 1;
}

.taabular .dm-tab:nth-child(1) {
    display: block;
}

.taabular .dm-tab {
    display: none;
}

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

/* Half */
section.half-renu {
    padding: 110px 0px;
}

section.half-renu h2 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
}

section.half-renu h3 {
    margin-bottom: 25px;
}

section.half-renu .container {
    position: relative;
}

section.half-renu .container:before {
    height: 100%;
    width: 250px;
    background-image: url(/wp-content/uploads/2025/07/purty-wood-1.png);
    position: absolute;
    content: "";
    opacity: 0.3;
    left: -30px;
    bottom: -50px;
}

section.half-renu ul {
    list-style: none;
}

section.half-renu li:before {
    opacity: 1;
    content: "";
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

section.half-renu li {
    padding-left: 25px;
    margin-bottom: 5px;
}

section.s-section .container {
    text-align: center;
}

section.s-section .border-btn {
    color: var(--pColor) !important;
    border-color: var(--pColor);
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.s-section .dm-flex {
    padding: 0px 70px;
    padding-bottom: 60px;
}

section.s-section .home-header p {
    max-width: 800px;
    margin: 0px auto;
}

section.half-renu.black-box .dm-half:nth-child(2) {
    background: var(--pColor);
    color: #fff;
    padding: 150px 40px;
    flex: 1 1 60%;
    margin-left: -10%;
    margin-top: -150px;
}

section.half-renu.black-box .dm-half:nth-child(2) * {
    color: #fff;
}

section.half-renu.black-box .dm-half:nth-child(2) h2 {
}

section.half-renu.black-box .dm-half:nth-child(1) {
    flex: 1 1 60%;
    margin-right: -10%;
    margin-bottom: -150px;
}

section.half-renu.black-box .dm-half:nth-child(1) img {
    height: 100% !important;
    object-fit: cover;
    display: block;
}

section.half-renu.black-box {
    padding-bottom: 210px;
    padding-top: 160px;
}

section.half-renu.black-box a.btn {
    background: #fff !important;
    color: #000 !important;
}

section.half-renu.black-box a.btn:before {
    background: var(--pColor) !important;
}

section.half-renu.black-box .dm-flex {
    align-items: inherit;
}

section.half-renu.black-box .dm-half:nth-child(1) p {
    height: 100%;
    margin: 0px;
    width: 100%;
}

section.scroll-section {
    padding: 100px 0px 140px;
    padding-left: 8%;
    padding-top: 40px;
    overflow: hidden;
}

.dm-scroll-item a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 25vw;
    min-height: 400px;
    background: #000;
}

.dm-scroll-item img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100% !important;
    width: 100%;
    opacity: 0.4;
}

.dm-scroll-item a h3 {
    color: #fff;
    margin: 0px;
    font-size: 35px;
}

.home-header.scroll-header h2 {
    text-align: left;
    font-size: 65px;
    margin: 0px;
    position: relative;
    left: -50px;
    bottom: -30px;
}

.splide__slide a {
    height: 27vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background: var(--aColor);
    color: #fff;
    min-height: 400px;
}

.splide__slide img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.splide__slide a h3 {
    color: #fff;
    position: relative;
    z-index: 1;
}

section.half-renu.black-box .container:before {
    opacity: 0;
}

div#procedures-slider {
    position: relative;
    right: -5%;
}

section.tabular-section .container {
    max-width: 1200px;
}

section.scroll-section a:hover img {
    opacity: 0.3 !important;
}

/* Testimonials */
.c-carrier {
    text-align: center;
    max-width: 1200px;
    margin: 0px auto;
}

section.c-classic {
    padding: 10vh 0px;
    background: #f7f7f7;
}

.c-content {
    max-width: 900px;
    margin: 0px auto;
}

.c-content * {
    color: #444444;
}

.c-content h2 {
    font-size: 40px;
}

.c-content p {
    font-size: 21px;
    padding: 0px 45px;
}

section.c-classic .btn {
    background: var(--pColor) !important;
}

/* Testi,onials  */
.pp-testimonials-content img {
    max-width: 80px;
    display: block;
    margin: 0px auto 14px;
    filter: brightness(0);
}

.pp-testimonials-content p {
    min-height: 150px;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
}

.name-f {
    margin: 0px auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-top: 0px;
}

.central-test-content {
    padding: 25px;
    background-color: #ebebeb;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 20px #0000000f;
}

.new-text-wrapper {
    padding: 0px 10px;
}

span.read_more {
    font-weight: bold;
    color: var(--aColor);
    cursor: pointer;
}

span.hiddenRest {
    display: none;
}

.new-wrap h4 {
    text-align: center;
    font-weight: bold;
}

.central-testimonial-slider .slick-list {
    overflow: visible;
}

section.classy-testimonials > div > .dm-flex {
    margin-bottom: 25px;
}

.slick-slide .new-wrap {
    opacity: 0.5;
}

.new-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-active .new-wrap {
    opacity: 1;
}

.name-f + div {
    flex: 1 1 calc(100% - 40px);
    text-align: left;
    padding-left: 12px;
}

.name-f + div h4 {
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 5px;
}

.stars-reviews {
    text-align: left;
    padding: 10px 0px 0px;
}

.stars-reviews i {
    color: #e8ca00;
    font-size: 17px;
    margin-right: 1px;
}

.classy-testimonials ul.slick-dots button {
    background: #0000002b;
}

.dm-full.star-full {
    text-align: center;
    padding-bottom: 20px;
}

.dm-full.star-full h2 {
    font-size: 40px;
}

.name-f + div {
    position: relative;
}

section.classy-testimonials.svg-section {
    padding: 180px 0px 250px;
    position: relative;
    background: url(/wp-content/uploads/2025/09/topo-pattern-scaled.webp);
    background-size: 25%;
    overflow: hidden;
}

section.classy-testimonials.svg-section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255 / 75%) 100%);
}

section.classy-testimonials.svg-section .slick-dots {
    bottom: -50px;
}

section.classy-testimonials.svg-section h2 {
    font-size: 45px;
}

footer#site-footer .dm-fourth {
    flex: 1 1 20%;
}

footer#site-footer .dm-fourth.heading {
    flex: 0 1 25%;
    margin: 0px auto;
    margin-right: 0px;
    width: 250px;
    margin: 0px auto;
    margin-right: 0px;
}

footer#site-footer .dm-fourth.heading h4 {
    font-size: 40px;
}

footer#site-footer .dm-fourth.heading h4 + h4 {
    font-size: 25px;
}

.dm-six-plus {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    margin-left: 0px;
}

.dm-six-plus {
    flex: 0 1 60%;
}

.header-spacer {
    background: var(--pColor);
    border-bottom: 1px solid #fff;
}

@media (max-width: 1500px) {
    section.s-section .dm-flex {
        padding: 0px 20px;
    }

    section.s-section .dm-flex .dm-third {
        padding: 0px 5px;
    }
    section.c-welcome .dm-half:nth-child(1) img {
        height: 500px !important;
    }

    section.s-section .dm-flex {
        padding-bottom: 60px;
    }

    .dm-tab p {
        font-size: 19px;
    }

    section.c-welcome h2 {
        left: 0px;
        line-height: 1.2;
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    .menu-inline {
        display: none;
    }
}

@media (max-width: 880px) {
    section.s-section .dm-third:nth-child(1) img,
    section.s-section .dm-third:nth-child(3) img {
        height: 350px !important;
        width: 100%;
    }

    section.s-section .dm-third:nth-child(2) img {
        height: 350px !important;
    }

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

    .menu-inline {
        display: none;
    }

    .carousel-caption h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .carousel-caption {
        padding: 0px 15px;
    }

    .carousel-caption h2 p {
        margin-top: 20px;
    }

    html .video_holder {
        height: 600px;
    }

    #header .logo-wrap img {
        max-width: 250px;
        display: block;
        margin-left: 0px;
    }

    html div#page.homepage {
        padding-top: 0px !important;
    }

    html #header .logo-wrap {
        padding: 0px;
    }

    .regular_header #secondary-navigation {
        height: auto;
        padding: 20px;
    }

    .menu-side {
        width: 40px;
    }

    .menu-side a#pull {
        margin: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
        height: 40px;
        width: 40px;
    }

    .menu-side a#pull:after {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0px auto;
        display: block;
    }

    div#secondary-navigation #logo a {
        padding: 0px !important;
        display: block;
    }

    section.c-welcome {
        padding: 50px 15px;
    }

    section.c-welcome .dm-half:nth-child(1) img {
        height: auto !important;
        width: 100%;
        max-width: 100%;
    }

    section.c-welcome h2 {
        left: 0px;
        font-size: 40px;
        line-height: 1.2;
    }

    section.c-welcome .dm-half:nth-child(1) {
        padding: 0px;
        padding-bottom: 25px;
    }

    .c-wrapper {
        max-width: 100%;
        padding-top: 15px;
    }

    .c-wrapper h3 {
        font-size: 26px;
    }

    section.s-section .dm-flex {
        padding: 0px;
    }

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

    html section.s-section .dm-third img {
        height: 350px !important;
    }

    section.tabular-section {
        padding: 80px 20px;
    }

    section.tabular-section h4 {
        font-size: 30px;
    }

    .dm-tab p {
        font-size: 19px;
        line-height: 1.4;
    }

    section.half-renu h2 {
        font-size: 35px;
    }

    section.half-renu.black-box .dm-half:nth-child(2) {
        padding: 30px;
        margin: 0px;
    }

    section.half-renu.black-box .dm-half:nth-child(1) {
        margin: 0px;
        padding: 0px;
    }

    section.half-renu h3 {
        font-size: 25px;
    }

    section.half-renu.black-box,
    section.half-renu {
        padding: 50px 0px;
    }

    .home-header.scroll-header h2 {
        left: 0px;
        line-height: 1;
        font-size: 40px;
        margin-bottom: 25px;
        bottom: 0px;
        text-align: center;
    }

    section.scroll-section {
        padding: 0px;
    }

    div#procedures-slider {
        right: 0px;
        padding: 0px 10px;
    }

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

    section.classy-testimonials.svg-section {
        padding: 100px 0px;
    }

    .dm-six-plus {
        flex: 1 1 100%;
    }

    footer#site-footer .dm-fourth.heading {
        flex: 1 1 100%;
    }

    footer#site-footer .dm-fourth.heading {
        flex-wrap: wrap;
    }

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

    .bottom-footer {
        text-align: center;
        flex-wrap: wrap;
    }

    footer#site-footer .dm-fourth {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .cta_fixed_button a {
        border: 0px;
    }

    .cta_fixed_button a + a {
        background: var(--pColor);
    }

    footer#site-footer {
        padding: 40px 0px 20px;
    }

    .video_holder video {
        opacity: 0.4;
    }

    .carousel-caption {
        top: 60%;
    }
}

html .meetd {
    background-position: 50% 4%;
}

section.s-section .dm-third:nth-child(4) img,
section.s-section .dm-third:nth-child(5) img {
    height: 352px !important;
    display: block;
    object-fit: cover;
}

section.s-section .dm-third:nth-child(2) img {
    height: 352px !important;
    display: block;
    object-fit: cover;
}

#header #logo a {
    display: block;
    font-family: "Playfair Display";
    font-size: 29px;
}

section.s-section .dm-third:nth-child(6) img {
    height: 352px !important;
    display: block;
    object-fit: cover;
}

section.s-section .dm-third:nth-child(7) img {
    height: 352px !important;
    display: block;
    object-fit: cover;
    width: 100%;
}

.copyrights p {
    font-size: 17px;
}

.testimonial-box-dm blockquote {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding: 20px;
    border-radius: 8px;
}

.testimonial-box-dm blockquote:after {
    font-size: 40px;
    color: #0e070714;
}

#logo img {
    width: 300px;
}

section.scroll-section {
    display: none;
}

.wda-access-toolbar {
    top: 150px;
}

#header {
    background-color: #f4f0eb !important;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.footer-social-icons a {
    font-size: 24px;
}
