@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Titillium+Web:wght@200;300;400;600;700&display=swap');

:root {
    --theme_color: #25bdad;
    --theme_color_two: #6D849B;
    --theme_color_three: #F5F6F5;
    --theme_color_four: #309d92;
    --box_shadow_color: #25bdad80;
}

::selection {
    color: #F5F6F5;
    background: #25bdad;
}

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

body {
    /* font-family: 'Belleza', sans-serif; */
    font-family: 'Titillium Web', sans-serif;
    margin: 0 auto;
    font-weight: 400;
    color: #656565;
    line-height: 1.5;
    font-size: 16px;
    background: white;
}

html {
    overflow: visible !important;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1;
    color: #201E20;
}

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

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

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

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

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

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

.edited,
button,
input[type=submit],
.btn,
.btn_white,
.btn_transparent {
    display: inline-block;
    /* min-width: 200px; */
    border: 1px solid #0f3d57;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    line-height: 22px;
    text-align: center;
    background-color: #0f3d57;
    padding: 8px 10px;
    color: #fff !important;

}

button:hover,
.btn:hover,
input[type=submit],
.btn_white:hover,
.btn_transparent:hover {
    background: #fff;
    color: var(--theme_color) !important;
    text-decoration: none !important;
    cursor: pointer;
}

.btn_white {
    color: var(--theme_color) !important;
    background: white;
    box-shadow: none;
}

.btn_white:hover {
    background: var(--theme_color);
    color: white !important;
}

.btn_transparent {
    background: transparent;
    color: white !important;
    border: 1px solid white;
    box-shadow: none;
}

button,
.button_white:hover,
.flexnav li:hover,
input[type="submit"],
.menu-right-button,
.button,
a,
a img:hover,
.logo span,
.step_item_desk .doctor_position,
.sect:hover .grid_capt,
.step_item,
.section_review .owl-nav div,
.sect:hover figcaption,
#back-to-top:hover,
.block_active:hover>.align-items-center,
.block_active:hover .grid_img .grid_img_svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

p {
    margin-bottom: 30px;
    letter-spacing: 0.8px;
}

a {
    color: var(--theme_color);
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

img {
    height: auto;
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

main img {
    border-radius: 4px;
}

b,
strong {
    font-weight: 600;
}


span.make_dark {
    color: #000000;
    font-weight: 600;
}

form {
    padding: 0;
    margin: 0;
    display: block;
}

input {
    margin-bottom: 20px;
    width: 100%;
    color: #373737;
    outline: none !important;
    border: 1px solid #CCCBCB;
    background: transparent;
    padding: 12px;
    border-radius: 4px;
}

textarea {
    margin-bottom: 30px;
    width: 100%;
    color: #656565;
    outline: none !important;
    min-height: 100px;
    border: 1px solid #CCCBCB;
    background: transparent;
    padding: 15px 15px;
    font-size: 14px;
    display: block;
    border-radius: 4px;
}

select {
    margin-bottom: 25px;
    width: 100%;
    color: #656565;
    outline: none !important;
    border: 1px solid #CCCBCB;
    background: transparent;
    padding: 10px 15px;
    border-radius: 4px;
}

::-webkit-input-placeholder {
    color: #656565;
}

::-moz-placeholder {
    color: #656565;
}

:-moz-placeholder {
    color: #656565;
}

:-ms-input-placeholder {
    color: #656565;
}

label {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    counter-reset: myCounter;
}

ol li {
    list-style: none;
}

ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    margin: 0px 15px 0px 0px;
}

address {
    font-style: normal;
}

blockquote {
    border-left: 1px solid #CCCBCB;
    padding: 3px 0 7px 19px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #201E20;
    font-weight: 600;
    max-width: 600px;
}

.blockquote_big {
    padding: 77px 0px 77px 0px;
    border-top: 1px solid #CCCBCB;
    border-bottom: 1px solid #CCCBCB;
    position: relative;
    font-size: 34px;
    display: block;
    color: #201E20;
    max-width: 100%;
    margin: 92px 0 70px 0;
    border-left: none;
    line-height: 42px;
    font-weight: normal;
}

.blockquote_big:before {
    display: inline-block;
    font: normal normal normal 34px/1 icomoon;
    position: absolute;
    color: var(--theme_color);
    left: 30px;
    content: "\e911";
    -webkit-font-smoothing: antialiased;
    top: -26px;
}

.custom-radio [type="radio"]:checked+.custom-radio__label,
.custom-radio [type="radio"]:not(:checked)+.custom-radio__label {
    position: relative;
    padding: 6px 0 4px 30px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 4px;
}

.custom-radio [type="radio"]:checked+.custom-radio__label:before,
.custom-radio [type="radio"]:not(:checked)+.custom-radio__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 2px solid #CCCBCB;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked+.custom-radio__label:after,
.custom-radio [type="radio"]:not(:checked)+.custom-radio__label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--theme_color);
    position: absolute;
    top: 7px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.custom-radio [type="radio"]:not(:checked)+.custom-radio__label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio [type="radio"]:checked+.custom-radio__label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-checkbox label {
    float: left;
    position: relative;
}

.labeltext {
    display: inline-block;
    float: left;
    padding-top: 6px;
    padding-left: 10px;
    padding-left: 30px;
}

.custom-big-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.custom-big-checkbox {
    cursor: pointer;
    display: inline-block;
}

.custom-big-checkbox__checkbox {
    display: inline-block;
    width: 20px;
    height: 19px;
    border: 2px solid #CCCBCB;
    transition: border 0.3s ease;
    position: absolute;
    top: 7px;
    left: 0;
}

.custom-big-checkbox input[type="checkbox"]:checked+.custom-big-checkbox__checkbox {
    background: var(--theme_color);
    border-color: var(--theme_color);
}

.custom-big-checkbox:hover .custom-big-checkbox__checkbox {
    border-color: var(--theme_color);
}

main a img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

main a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

article img {
    margin-bottom: 30px;
}

article li {
    list-style: none;
    margin: 5px 0;
    position: relative;
}

article ul li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f04d";
    position: relative;
    top: -2px;
    padding-right: 15px;
}

article ul,
article ol {
    margin: 30px;
}

main table {
    width: 100%;
    border-collapse: collapse;
}

main tr:nth-of-type(odd) {
    background: #e0e0e0;
}

main th {
    background: var(--theme_color_two);
    color: white;
    font-weight: normal;
}

main td,
main th {
    padding: 5px 15px;
    border: 1px solid #CCCBCB;
    text-align: left;
    line-height: 1.3;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.container_testimonial {
    max-width: 1245px;
    margin: 0 auto;
    position: relative;
}

.container_1336 {
    max-width: 1336px;
    margin: 0 auto;
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoonc1bb.eot?tj7xvk');
    src: url('../fonts/icomoonc1bb.eot?tj7xvk#iefix') format('embedded-opentype'), url('../fonts/icomoonc1bb.ttf?tj7xvk') format('truetype'), url('../fonts/icomoonc1bb.woff?tj7xvk') format('woff'), url('../fonts/icomoonc1bb.svg?tj7xvk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.dental_icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
}

.dentalic_arrow_fon_r:before {
    content: "\e91d";
}

.dentalic_arrow_fon_l:before {
    content: "\e91f";
}

.dentalic_arrow_right:before {
    content: "\e91c";
}

.dentalic_arrow_left:before {
    content: "\e904";
}

.dentalic_arrow_down:before {
    content: "\e900";
}

.dentalic_cosmetic2:before {
    content: "\e91a";
}

.dentalic_letter:before {
    content: "\e901";
}

.dentalic_problem:before {
    content: "\e902";
}

.dentalic_solution:before {
    content: "\e903";
}

.dentalic_offers:before {
    content: "\e905";
}

.dentalic_signature:before {
    content: "\e915";
}

.dentalic_preventative:before {
    content: "\e912";
}

.dentalic_emergency:before {
    content: "\e913";
}

.dentalic_other_services:before {
    content: "\e914";
}

.dentalic_combined:before {
    content: "\e906";
}

.dentalic_clinic:before {
    content: "\e907";
}

.dentalic_cosmetic:before {
    content: "\e908";
}

.dentalic_doctors:before {
    content: "\e909";
}

.dentalic_education:before {
    content: "\e90a";
}

.dentalic_financials:before {
    content: "\e90b";
}

.dentalic_general:before {
    content: "\e90c";
}

.dentalic_languages:before {
    content: "\e90d";
}

.dentalic_membership:before {
    content: "\e90e";
}

.dentalic_iorthodontics:before {
    content: "\e90f";
}

.dentalic_pediatric:before {
    content: "\e910";
}

.dentalic_quote:before {
    content: "\e911";
}

.dentalic_restorations:before {
    content: "\e916";
}

.dentalic_services:before {
    content: "\e917";
}

.dentalic_staff:before {
    content: "\e918";
}

.dentalic_technologies:before {
    content: "\e919";
}

.dentalic_stamp:before {
    content: "\e91b";
}


.owl-nav div,
.navigation div {
    height: 45px;
    text-align: center;
    width: 50px;
    float: left;
    position: relative;
    padding: 1px;
}

.owl-nav div i,
.navigation div i {
    font-size: 39px;
    color: var(--mint-new-primary);
    z-index: 2;
    position: relative;
}

.owl-nav div i:hover,
.navigation div i:hover {
    cursor: pointer;
    color: var(--mint-dark);
}

.owl-nav .owl-prev,
.navigation .owl-prev {
    margin-right: 11px;
}

.owl-nav .owl-next,
.navigation .owl-next {
    margin-left: 11px;
}

.owl-nav {
    position: absolute;
    bottom: -15%;
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    right: 0;
    z-index: 3;
}

.owl-next:hover i {
    color: white !important;
}

.owl-prev:hover i {
    color: white !important;
}

.owl-nav div i:before,
.navigation div i:before {
    z-index: 2;
    position: relative;
    top: 1px;
}

.owl-next:hover i:after,
.owl-prev:hover i:after {
    font-family: 'icomoon' !important;
    position: absolute;
    left: 1px;
    top: 2px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    z-index: 1;
    color: var(--mint-new-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
}

.owl-next:hover i:after {
    content: "\e91d";
}

.owl-prev:hover i:after {
    content: "\e91f";
}



.wrapper {
    position: relative;
    z-index: 99;
    /* padding-top: 150px; */
}

.item-slideshow {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .65) 0%,
            rgba(0, 0, 0, .35) 40%,
            rgba(0, 0, 0, .15) 100%);
}

.slideshow {
    position: relative;
    top: 0;
}


.slideshow .slideshow_heding {
    min-height: 500px;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 105px;
    text-align: left;
}

.slideshow .owl-item {
    overflow: hidden;
}

.slideshow .item img {
    display: block;
    width: 100%;
}

.slideshow .slideshow-image {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.slideshow h4 {
    color: #f1f1f1;
    font-size: 72px;
    font-weight: 700;
    line-height: 82px;
}

.slideshow_info_block {
    color: #e6f2f8;
    font-size: 16px;
    line-height: 32px;
    margin: 24px 0 44px 0;
}

.owl-nav div,
.navigation div {
    height: 45px;
    text-align: center;
    width: 50px;
    float: left;
    position: relative;
    padding: 1px;
}

.owl-nav div i,
.navigation div i {
    font-size: 39px;
    color: var(--theme_color);
    z-index: 2;
    position: relative;
}

.owl-nav div i:hover,
.navigation div i:hover {
    cursor: pointer;
    color: var(--theme_color_two);
}

.owl-nav .owl-prev,
.navigation .owl-prev {
    margin-right: 11px;
}

.owl-nav .owl-next,
.navigation .owl-next {
    margin-left: 11px;
}

.owl-nav {
    position: absolute;
    bottom: -15%;
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    right: 0;
    z-index: 3;
}

.owl-next:hover i {
    color: white !important;
}

.owl-prev:hover i {
    color: white !important;
}


.navigation div i:before {
    z-index: 2;
    position: relative;
    top: 1px;
}


.owl-next:hover i:after {
    content: "\e91d";
}

.owl-prev:hover i:after {
    content: "\e91f";
}


:root {
    --mint-primary: #00b8a9;
    --mint-dark: #0f172a;
    --mint-text: #1f2937;
    --mint-new-primary: #0f3d57;
}



.mint-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mint-container {
    width: min(92%, 1360px);
    margin: auto;
}

/* TOP BAR */

.mint-header__top {
    background: #0f172a;
    color: #fff;
}

.mint-header__top .mint-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.mint-header__info {
    display: flex;
    gap: 25px;
}

.mint-header__info a,
.mint-header__info span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.mint-header__social {
    display: flex;
    gap: 15px;
}

.mint-header__social a {
    color: #fff;
}

/* MAIN HEADER */

.mint-header__main {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    background: #0f3d57;
}

.mint-header__main .mint-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background: #0f3d57;
}

.mint-logo img {
    width: 130px;
}

.mint-nav>ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.mint-nav>ul>li>a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .2s;
}

.mint-nav>ul>li>a:hover {
    color: var(--mint-primary);
}

.mint-header__right {
    display: flex;
    align-items: center;
    gap: 15px;

}

.mint-book-btn {
    background: var(--mint-primary);
    color: #fff;
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 50px;
}

.mint-dropdown {
    position: relative;
}

.mint-dropdown__toggle i {
    font-size: 10px;
    transition: transform .25s;
}

.mint-dropdown:hover .mint-dropdown__toggle i {
    transform: rotate(180deg);
}

.mint-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 220px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s, transform .25s;
    z-index: 10000;
    display: block;
}

.mint-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}

.mint-dropdown:hover .mint-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mint-dropdown-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.mint-dropdown-menu li:last-child {
    border-bottom: none;
}

.mint-dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, color .2s, padding-left .2s;
}

.mint-dropdown-menu a:hover {
    background: #f0faf9;
    color: var(--mint-primary);
    padding-left: 24px;
}

/* HIDE ON DESKTOP */

.mdcx-mobile-header,
.mdcx-mobile-overlay,
.mdcx-mobile-drawer {
    display: none;
}

/* MOBILE ONLY */

@media screen and (max-width:991px) {

    .mdcx-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;

        position: fixed;
        top: 0;
        left: 0;

        width: 100%;
        height: 72px;

        padding: 0 18px;

        background: #0f3d57;

        z-index: 999999;

        box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
    }

    .mdcx-mobile-header__logo img {
        width: 110px;
        display: block;
    }

    .mdcx-mobile-header__toggle {
        width: 46px;
        height: 46px;

        border: none;

        border-radius: 8px;

        background: #15b7aa;

        color: #fff;

        font-size: 22px;

        cursor: pointer;
    }

    .mdcx-mobile-overlay {

        display: block;

        position: fixed;

        inset: 0;

        background: rgba(0, 0, 0, .5);

        opacity: 0;

        visibility: hidden;

        transition: .3s;

        z-index: 999998;
    }

    .mdcx-mobile-overlay.mdcx-active {

        opacity: 1;

        visibility: visible;
    }

    .mdcx-mobile-drawer {

        display: block;

        position: fixed;

        top: 0;

        right: -320px;

        width: 320px;

        max-width: 85%;

        height: 100vh;

        background: #fff;

        transition: .35s ease;

        z-index: 999999;

        overflow-y: auto;
    }

    .mdcx-mobile-drawer.mdcx-active {
        right: 0;
    }

    .mdcx-mobile-drawer__head {

        display: flex;

        justify-content: space-between;

        align-items: center;

        padding: 20px;

        border-bottom: 1px solid #eee;
    }

    .mdcx-mobile-drawer__head img {
        width: 100px;
    }

    .mdcx-mobile-drawer__close {

        border: none;
        border-radius: 20%;
        background: #2abeaf;

        font-size: 22px;

        cursor: pointer;
    }

    .mdcx-mobile-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mdcx-mobile-nav li {
        border-bottom: 1px solid #f2f2f2;
    }

    .mdcx-mobile-nav a {

        display: block;

        padding: 16px 20px;

        color: #222;

        text-decoration: none;

        font-size: 15px;

        font-weight: 600;
    }

    .mdcx-mobile-dropdown__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mdcx-mobile-dropdown__toggle i {
        font-size: 12px;
        transition: transform .3s;
    }

    .mdcx-mobile-dropdown.mdcx-open .mdcx-mobile-dropdown__toggle i {
        transform: rotate(180deg);
    }

    .mdcx-mobile-dropdown-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
        background: #f8fafa;
    }

    .mdcx-mobile-dropdown.mdcx-open .mdcx-mobile-dropdown-menu {
        max-height: 200px;
    }

    .mdcx-mobile-dropdown-menu a {
        padding: 14px 20px 14px 32px;
        font-size: 14px;
        font-weight: 500;
        color: #444;
    }

    .mint-header {
        display: none;
    }

    .mdcx-mobile-header {
        display: flex;
    }

}


@media screen and (min-width:992px) {

    .mdcx-mobile-header,
    .mdcx-mobile-overlay,
    .mdcx-mobile-drawer {
        display: none !important;
    }
}

/* Desktop */

@media (min-width: 992px) {

    .mint-mobile-toggle {
        display: none !important;
    }

    .mdcx-mobile-header,
    .mdcx-mobile-overlay,
    .mdcx-mobile-drawer {
        display: none !important;
    }
}

/* Mobile */

@media (max-width: 991px) {

    .mint-header {
        display: none !important;
    }

    .mdcx-mobile-header {
        display: flex !important;
    }
}

/* ==========================
   ABOUT SECTION
========================== */

.mint-about-section {
    padding: 30px 51px;
    background: #f8fbfd;
}

.mint-about-container {
    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left */

.mint-about-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #e6f2f8;
    color: #0f3d57;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mint-about-content h2 {
    font-size: 25px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 25px;
}

.mint-about-content span {
    color: #2abeaf;
}

.make_dark {
    color: #2abeaf;
}

.mint-about-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 16px;
}

.mint-about-btn {
    display: inline-flex;
    padding: 14px 30px;
    background: #0f3d57;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 15px;
    transition: .3s;
}

.mint-about-btn:hover {
    transform: translateY(-3px);
}

/* Stats */

.mint-about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.mint-stat-box {
    background: #fff;
    padding: 22px 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
    transition: .3s;
}


.mint-stat-box h3 {
    margin: 0 0 8px;
    font-size: 32px;
    color: #0f3d57;
    font-weight: 700;
}

.mint-stat-box p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

@media(max-width:767px) {

    .mint-about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* Gallery */

.mint-about-gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
}

.mint-gallery-large img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 24px;
}

.mint-gallery-small {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.mint-gallery-small img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 18px;
}

/* Responsive */

@media(max-width:991px) {

    .mint-about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .mint-about-content h2 {
        font-size: 22px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;

    }

}

@media(max-width:767px) {

    .mint-about-section {
        padding: 70px 15px;
    }

    .mint-about-content h2 {
        font-size: 30px;
    }

    .mint-about-stats {
        grid-template-columns: 1fr 1fr;
    }

    .mint-about-gallery {
        grid-template-columns: 1fr;
    }

    .mint-gallery-large img {
        height: 400px;
    }

    .mint-gallery-small {
        grid-template-columns: repeat(2, 1fr);
    }

    .mint-gallery-small img {
        height: 130px;
    }

}

/* ===========================
   CERTIFICATES SECTION
=========================== */

.mint-certificates {
    padding: 30px 51px;
    background: #f8fbfd;
}

.cert-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.cert-badge {
    display: inline-block;
    color: #77b3d0;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.cert-header h2 {
    font-size: 42px;
    color: #222;
    margin-bottom: 15px;
    font-weight: 700;
}

.cert-header p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cert-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}



.cert-card img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    display: block;

}

main a img:hover {
    -webkit-transform: none !important;
}

/* Tablet */

@media(max-width:991px) {

    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cert-header h2 {
        font-size: 34px;
    }
}

/* Mobile */

@media(max-width:767px) {

    .mint-certificates {
        padding: 30px 0px !important;
    }

    .cert-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cert-header {
        margin-bottom: 40px;
    }

    .cert-header h2 {
        font-size: 28px !important;
    }

    .cert-card img {
        height: 320px;
    }
}

.mintz-contacthub {
    padding: 30px 51px;
    background: #fff;
}

.mintz-contacthub__wrap {
    max-width: 1300px;
    margin: auto;
}

.mintz-contacthub__heading {
    text-align: center;
    margin-bottom: 50px;
}

.mintz-contacthub__heading h2 {
    font-size: 42px;
    margin-bottom: 12px;
    font-weight: 700;
}

.mintz-contacthub__heading p {
    color: #666;
}

.mintz-contacthub__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.mintz-contacthub__box {
    background: #fff;

    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.30);
}

.mintz-contacthub__box h3 {
    margin-bottom: 25px;
    font-size: 24px;
}

.mintz-contacthub__item {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.mintz-contacthub__item:last-child {
    border: none;
}

.mintz-contacthub__box a {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: #333;
    margin-bottom: 18px;
}

.mintz-contacthub__box a:hover {
    color: #77b3d0;
}

.mintz-contacthub__address {
    display: flex;
    gap: 12px;
    line-height: 1.8;
    color: #555;
}

.mintz-contacthub__map {
    border-radius: 20px;
    overflow: hidden;
}

.mintz-contacthub__map iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

@media(max-width:768px) {

    .mintz-contacthub {
        padding: 60px 15px;
    }

    .mintz-contacthub__top {
        grid-template-columns: 1fr;
    }

    .mintz-contacthub__heading h2 {
        font-size: 30px;
    }

    .mintz-contacthub__map iframe {
        height: 300px;
    }
}

.mintz-cta-banner {
    padding: 35px 51px;
    background: linear-gradient(135deg, #0f3d57, #77b3d0);
    margin-bottom: 10px;
}

.mintz-cta-banner__container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.mintz-cta-banner__content {
    flex: 1;
}

.mintz-cta-banner__content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
}

.mintz-cta-banner__content p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.8;
    max-width: 650px;
    margin: 0;
}

.mintz-cta-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    background: #fff;
    color: #0f3d57;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 60px;
    transition: .3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.mintz-cta-banner__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
}

@media(max-width:768px) {

    .mintz-cta-banner {
        padding: 30px 20px !important;
        text-align: center;
    }

    .mintz-cta-banner__container {
        flex-direction: column;
        gap: 14px;
    }

    .mintz-cta-banner__content h2 {
        font-size: 25px !important;
    }

    .mintz-cta-banner__content p {
        font-size: 15px;
    }

    .mintz-cta-banner__btn {
        padding: 14px 30px;
        font-size: 12px;
    }

}

/* ===========================
   MINT TREATMENTS
=========================== */

.mintz-treatments {
    padding: 90px 0;
    background: #f8fbfd;
}

.mintz-treatments__heading {
    text-align: center;
    margin-bottom: 50px;
}

.mintz-treatments__heading h2 {
    font-size: 42px;
    color: #0f3d57;
    margin-bottom: 12px;
    font-weight: 700;
}

.mintz-treatments__heading p {
    color: #666;
    font-size: 17px;
}

.mintz-treatments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mintz-treatment-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #dbe8ef;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .05);

    transition: .35s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.mintz-treatment-card:hover {
    transform: translateY(-8px);
    text-decoration: none;
    box-shadow:
        0 25px 60px rgba(15, 61, 87, .12);
}

.mintz-treatment-card i {
    font-size: 60px;
    color: #0f3d57;
    font-weight: 600;
    margin-bottom: 25px;
}

.mintz-treatment-card__title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 15px;
}

.mintz-treatment-card__desc {
    display: block;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.mintz-treatments__footer {
    text-align: center;
    margin-top: 45px;
}

.mintz-treatments__btn {
    display: inline-block;
    padding: 15px 34px;
    border-radius: 50px;
    background: #0f3d57;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.mintz-treatments__btn:hover {
    background: #77b3d0;
}

@media(max-width:991px) {

    .mintz-treatments__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mintz-treatment-card {
        padding: 30px 25px;
    }
}

@media(max-width:600px) {
    .mintz-treatments__grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {

    .mintz-treatments {
        padding: 60px 15px;
    }

    .mintz-treatments__heading h2 {
        font-size: 30px;
    }
}

/* ── Page hero ── */
.testimonials-hero {
    background: linear-gradient(135deg, #25bdad 0%, #1a9e90 100%);
    padding: 60px 0 50px;
    text-align: center;
    color: #fff;
}

.testimonials-hero h1 {
    font-size: 2.4rem;
    margin: 0 0 12px;
    color: #fff;
}

.testimonials-hero p {
    font-size: 1.1rem;
    opacity: .9;
    margin: 0 0 28px;
}

.testimonials-hero .rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 1rem;
}

.testimonials-hero .rating-summary .stars {
    color: #ffd700;
    font-size: 1.2rem;
}

.testimonials-hero .rating-summary strong {
    font-size: 1.4rem;
}

/* ── Grid layout ── */
.reviews-section {
    background: #f4fffe;
    padding: 60px 0 80px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

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

@media (max-width: 560px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-hero h1 {
        font-size: 1.7rem;
    }
}

/* ── Card ── */
.r-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px 22px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow .2s;
}

.r-card:hover {
    box-shadow: 0 6px 28px rgba(37, 189, 173, .18);
}

.r-quote {
    font-size: 4rem;
    line-height: 1;
    color: #25bdad;
    opacity: .25;
    position: absolute;
    top: 14px;
    left: 20px;
    font-family: Georgia, serif;
    pointer-events: none;
}

.r-text {
    font-size: .95rem;
    line-height: 1.65;
    color: #444;
    margin-top: 18px;
    flex: 1;
    /* clamp to 5 lines by default */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.r-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.r-readmore {
    display: inline-block;
    margin-top: 8px;
    font-size: .85rem;
    color: #25bdad;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}

.r-readmore:hover {
    text-decoration: underline;
}

.r-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eef7f6;
}

.r-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #25bdad;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.r-name {
    font-weight: 700;
    font-size: .95rem;
    color: #222;
}

.r-stars {
    color: #ffd700;
    font-size: .85rem;
    margin-top: 2px;
}

/* ── CTA strip ── */
.reviews-cta {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}

.reviews-cta h3 {
    margin: 0 0 10px;
}

.reviews-cta p {
    color: #666;
    margin: 0 0 24px;
}

/* ── Testimonial Cards ── */
.owl_testimonials_cards .t-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.owl_testimonials_cards .t-quote {
    font-size: 64px;
    line-height: 0.6;
    color: #0f3d57;
    font-family: Georgia, serif;
    margin-bottom: 16px;
}

.owl_testimonials_cards .t-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl_testimonials_cards .t-text.expanded {
    display: block;
    overflow: visible;
}

.owl_testimonials_cards .t-readmore {
    font-size: 13px;
    color: #0f3d57;
    cursor: pointer;
    margin-bottom: 16px;
    display: inline-block;
    font-weight: 600;
}

.owl_testimonials_cards .t-readmore:hover {
    text-decoration: underline;
}

.owl_testimonials_cards .t-text:not(.expanded)+.t-readmore {
    display: inline-block;
}

.owl_testimonials_cards .t-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: auto;
}

.owl_testimonials_cards .t-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0f3d57;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.owl_testimonials_cards .t-name {
    font-weight: 600;
    font-size: 15px;
    color: #222;
    margin-bottom: 4px;
}

.owl_testimonials_cards .t-stars {
    color: #f5a623;
    font-size: 13px;
}

.owl_testimonials_cards .t-stars i {
    margin-right: 1px;
}

/* ── Testimonial section wrapper ── */
.testimonials-section-wrap {
    background: #f4fffe;
    padding: 70px 20px;
}

.container_testimonial {
    max-width: 1245px;
    margin: 0 auto;
    position: relative;
}

.testimonials-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.testimonials-section-head h3 {
    font-size: 36px;
    font-weight: 700;
    color: #0f3d57;
    margin: 0;
}

.testimonials-section-head .t-head-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.testimonials-section-head .t-head-actions a:first-child {
    font-size: 14px;
    color: #0f3d57;
    font-weight: 600;
}

/* ── Mobile ── */
@media(max-width:767px) {

    .testimonials-section-wrap {
        padding: 50px 15px;
    }

    .testimonials-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 28px;
    }

    .testimonials-section-head h3 {
        font-size: 26px;
    }

    .owl_testimonials_cards .t-card {
        padding: 22px 18px;
        margin: 6px;
    }

    .owl_testimonials_cards .t-quote {
        font-size: 48px;
    }

    .owl_testimonials_cards .t-name {
        font-size: 14px;
    }

    .owl_testimonials_cards .t-avatar {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}


/* =========================
   MINT HERO SECTION
========================= */

.mintx-hero-wrap {
    position: relative;
    overflow: hidden;
}

.mintx-hero-slide {
    position: relative;
    height: 700px;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

.mintx-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mintx-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .70) 0%,
            rgba(0, 0, 0, .40) 45%,
            rgba(0, 0, 0, .15) 100%);
}

.mintx-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding-left: 8%;
    color: #fff;
}

.mintx-hero-tag {
    display: inline-block;
    background: #77b3d0;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mintx-hero-content h1 {
    font-size: 68px;
    line-height: 1.1;
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.mintx-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, .92);
}

.mintx-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    border-radius: 60px;
    background: #77b3d0;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .35s ease;
}

.mintx-hero-btn:hover {
    background: #0f3d57;
    color: #fff;
    transform: translateY(-3px);
}

.mintx-hero-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.mintx-hero-slider .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
}

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

@media(max-width:991px) {

    .mintx-hero-slide {
        height: 600px;
    }

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

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

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

@media(max-width:767px) {

    .mintx-hero-slide {
        height: 520px;
    }

    .mintx-hero-overlay {
        background: rgba(0, 0, 0, .55);
    }

    .mintx-hero-content {
        text-align: center;
        max-width: 100%;
        padding: 0 20px;
    }

    .mintx-hero-content h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .mintx-hero-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .mintx-hero-btn {
        width: 100%;
        max-width: 260px;
    }
}

/* ==========================
   VIDEO SHOWCASE
========================== */

.mintz-video-showcase {
    padding: 30px 51px;
    background: #f8fbfd;
}

.mintz-video-showcase__header {
    text-align: center;
    margin-bottom: 50px;
}

.mintz-video-showcase__header h2 {
    font-size: 42px;
    color: #0f3d57;
    margin-bottom: 12px;
    font-weight: 700;
}

.mintz-video-showcase__header p {
    font-size: 16px;
    color: #666;
    max-width: 650px;
    margin: auto;
}

.mintz-video-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.mintz-video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .3s ease;
}

.mintz-video-card:hover {
    transform: translateY(-6px);
}

.mintz-video-card iframe {
    width: 100%;
    height: 420px;
    border: none;
    display: block;
}

/* Tablet */

@media(max-width:992px) {

    .mintz-video-showcase__grid {
        grid-template-columns: 1fr;
    }

    .mintz-video-card iframe {
        height: 400px;
    }
}

/* Mobile */

@media(max-width:767px) {

    .mintz-video-showcase {
        padding: 60px 0;
    }

    .mintz-video-showcase__header h2 {
        font-size: 30px;
    }

    .mintz-video-showcase__header p {
        font-size: 14px;
    }

    .mintz-video-card {
        border-radius: 16px;
    }

    .mintz-video-card iframe {
        height: 250px;
    }
}


.mint-popup {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.mint-popup__inner {
    padding: 40px;
}

.mint-popup__header {
    text-align: center;
    margin-bottom: 30px;
}

.mint-popup__header h3 {
    font-size: 34px;
    color: #0f3d57;
    margin-bottom: 10px;
}

.mint-popup__header p {
    color: #666;
    font-size: 15px;
    margin: 0;
}

.mint-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.mint-form-group {
    display: flex;
    flex-direction: column;
}

.mint-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #0f3d57;
    margin-bottom: 8px;
}

.mint-form-group input,
.mint-form-group select,
.mint-form-group textarea {
    width: 100%;
    border: 1px solid #d7e0e7;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    outline: none;
    transition: .3s;
    box-sizing: border-box;
}

.mint-form-group input:focus,
.mint-form-group select:focus,
.mint-form-group textarea:focus {
    border-color: #0f3d57;
    box-shadow: 0 0 0 4px rgba(15, 61, 87, .08);
}

.mint-form-group textarea {
    min-height: 130px;
    resize: none;
}

.mint-popup-btn {
    text-align: center;
    margin-top: 25px;
}

.mint-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 35px;
    background: #0f3d57;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.mint-submit-btn:hover {
    background: #164f71;
    transform: translateY(-2px);
}

@media(max-width:768px) {

    .mint-popup__inner {
        padding: 25px;
    }

    .mint-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mint-popup__header h3 {
        font-size: 26px;
    }

    .mint-submit-btn {
        width: 100%;
    }
}


/* ===========================
   BOOK APPOINTMENT POPUP
=========================== */

/* Magnific Popup Core CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    overflow-y: auto;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* ---------- Magnific overlay ---------- */
.mfp-bg {
    background: #071f2d;
    opacity: .82;
}

/* Zoom-in animation */
.mfp-zoom-in .mfp-content {
    opacity: 0;
    transform: scale(.85);
    transition: opacity .3s ease, transform .3s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(.85);
}

/* ---------- Popup card ---------- */
.white-popup {
    position: relative;
    background: #fff;
    border-radius: 24px;
    max-width: 700px;
    width: calc(100% - 30px);
    margin: 30px auto;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

/* Coloured top accent bar */
.white-popup::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #0f3d57, #25bdad);
}

/* Close (×) button */
.white-popup .mfp-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    line-height: 20px;
    font-size: 22px;
    color: #0f3d57 !important;
    background: rgba(15, 61, 87, .07);
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    transition: .2s;
    z-index: 10;
}

.white-popup .mfp-close:hover {
    background: #0f3d57;
    color: #fff !important;

}

/* ---------- Inner padding ---------- */
.popup_content {
    padding: 36px 40px 40px;
}

/* ---------- Heading ---------- */
.popup_content .contact_information_row>h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 28px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 14px;
}

.popup_content .contact_information_row>h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 3px;
    background: linear-gradient(90deg, #0f3d57, #25bdad);
    border-radius: 2px;
}

/* ---------- Two-column grid rows ---------- */
.form_row {
    margin-top: 20px;
}

.form_row .row-15 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form_row .col-2 {
    display: flex;
    flex-direction: column;
}

/* remove extra margin from inputs inside col-2 (spacing comes from row gap) */
.form_row .col-2 input,
.form_row .col-2 select {
    margin-bottom: 0;
}

/* ---------- Field labels ---------- */
.leable {
    font-size: 12.5px;
    font-weight: 600;
    color: #0f3d57;
    margin-bottom: 7px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

/* ---------- Inputs / select / textarea ---------- */
.popup_content input[type="text"],
.popup_content input[type="email"],
.popup_content input[type="number"],
.popup_content select {
    width: 180%;
    border: 1.5px solid #d0dce5;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background: #f8fbfd;
    outline: none;
    transition: border-color .25s, box-shadow .25s, background .25s;
    margin-bottom: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}


.popup_content textarea {
    width: 100%;
    border: 1.5px solid #d0dce5;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background: #f8fbfd;
    outline: none;
    transition: border-color .25s, box-shadow .25s, background .25s;
    margin-bottom: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.popup_content input[type="text"]:focus,
.popup_content input[type="email"]:focus,
.popup_content input[type="number"]:focus,
.popup_content select:focus,
.popup_content textarea:focus {
    border-color: #0f3d57;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 61, 87, .1);
}

/* Select arrow */
.popup_content select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230f3d57' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}

/* Margin spacing between field groups */
.form_row .col-2,
.popup_content>.leable {
    margin-bottom: 18px;
}

.popup_content textarea {
    min-height: 105px;
    resize: vertical;
    margin-bottom: 0;
}

/* ---------- Submit button ---------- */
.btn_popup {
    text-align: center;
    margin-top: 24px;
}

.btn_popup a.send,
.btn_popup button.send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 44px;
    background: linear-gradient(135deg, #0f3d57, #1a5a7d);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 6px 20px rgba(15, 61, 87, .25);
}

.btn_popup a.send:hover,
.btn_popup button.send:hover {
    background: linear-gradient(135deg, #25bdad, #1da898);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 189, 173, .35);
    text-decoration: none;
}

/* ---------- Mobile ---------- */
@media(max-width:640px) {

    .white-popup {
        border-radius: 18px;
        margin: 10px auto;
    }

    .popup_content {
        padding: 28px 20px 30px;
    }

    .popup_content .contact_information_row>h4 {
        font-size: 21px;
    }

    .form_row .row-15 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .btn_popup a.send,
    .btn_popup button.send {
        width: 100%;
        padding: 14px 20px;
    }
}


/* ===========================
   FOOTER
=========================== */

.mint-footer {
    background: #0f3d57;
    color: #fff;
}

.mint-footer-container {
    max-width: 1320px;
    margin: auto;
    padding: 40px 37px 25px;
}

.mint-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 50px;
}

/* Logo */

.mint-footer-brand img {
    width: 150px;
    margin-bottom: 20px;
}

.mint-footer-brand p {
    color: rgba(255, 255, 255, .8);
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 14px;
}

/* Social */

.mint-footer-social {
    display: flex;
    gap: 12px;
}

.mint-footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
}

.mint-footer-social a:hover {
    background: #fff;
    color: #0f3d57;
}

/* Headings */

.mint-footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #fff;
}

/* Links */

.mint-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mint-footer-links li {
    margin-bottom: 12px;
}

.mint-footer-links a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
}

.mint-footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

/* Contact */

.mint-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.mint-contact-item i {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mint-contact-item a,
.mint-contact-item span {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    line-height: 1.7;
    font-size: 14px;
}

/* Bottom */

.mint-footer-bottom {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.mint-footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-separator {
    margin: 0 10px;
}

/* Tablet */

@media(max-width:991px) {

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

/* Mobile */

@media(max-width:767px) {

    .mint-footer-container {
        padding: 50px 20px 20px;
    }

    .mint-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: left;
    }

    .mint-footer-brand img {
        width: 130px;
    }

    .mint-footer-bottom {
        margin-top: 35px;
        line-height: 1.8;
    }

    .footer-separator {
        display: none;
    }
}


/* ============================================================
   ABOUT PAGE
============================================================ */

/* ── Intro / About text section ── */
.aboutus.ourdentists {
    padding-top: 0;
}

.aboutus .about {
    padding: 30px 0 60px;
    background: #fff;
}

.aboutus .about .col-12 {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.aboutus .about_left h1 {
    font-size: 38px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 20px;
    line-height: 1.2;
}

.aboutus .about_left_h2 {
    font-size: 20px;
    color: #0f3d57;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 1.65;
}

.aboutus .about_left_text {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
}

/* ── Head physician banner ── */
.head_physician {
    background: linear-gradient(135deg, #0f3d57 0%, #1e6e96 100%);
    padding: 30px 0;
}

.head_physician_row {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* col-2 inside head_physician: each takes 50% */
.head_physician_row .col-2 {
    flex: 1;
}

.head_physician_left img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .3);
}

.head_physician_right {
    padding-top: 0 !important;
}

.head_physician_name {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.head_physician_text {
    position: relative;
    padding-left: 0;
    margin-top: 0;
}

.head_physician_text .dental_icon {
    font-size: 30px;
    color: #25bdad;
    opacity: .7;
    display: block;
    margin-bottom: 12px;
}

.head_physician_text .row {
    border-left: 4px solid #25bdad;
    padding-left: 20px;
    margin-left: 0;
}

.head_physician_text i {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.9;
    font-style: italic;
}

.head_physician_text .make_dark {
    color: #ffffff !important;
    font-weight: 600;
}

/* ── Specialists section (about page) ── */
.aboutus .specialists {
    padding: 70px 0;
    background: #f8fbfd;
}

.aboutus .specialists h4 {
    font-size: 32px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 40px;
    text-align: center;
}

.specialists_row {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 6px 30px rgba(15, 61, 87, .08);
    border: 1px solid #dce8f0;
}

.special_img {
    flex-shrink: 0;
    width: 260px;
}

.special_img img {
    width: 100%;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 24px rgba(15, 61, 87, .12);
}

.special_desk {
    flex: 1;
}

.special_desk_desk {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
}

.special_desk_desk .make_dark {
    color: #0f3d57;
    font-weight: 600;
}

/* ── Short bio / features ── */
.short_bio {
    padding: 70px 0;
    background: #fff;
}

.short_bio_deck_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.short_bio_deck_row_item {
    background: #f4fafd;
    border-radius: 18px;
    padding: 36px 28px;
    border: 1px solid #dce8f0;
    transition: .3s;
    text-align: left;
}

.short_bio_deck_row_item:hover {
    border-color: #25bdad;
    box-shadow: 0 10px 30px rgba(37, 189, 173, .12);
    transform: translateY(-4px);
}

.short_bio_deck_row_item>.dental_icon {
    font-size: 42px;
    color: #0f3d57;
    margin-bottom: 18px;
    display: block;
}

.short_bio_deck_row_item .list_title h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 16px;
}

.short_bio_deck_row_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.short_bio_deck_row_item ul li {
    font-size: 14px;
    color: #555;
    padding: 7px 0;
    border-bottom: 1px solid #e5eef4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.short_bio_deck_row_item ul li:last-child {
    border-bottom: none;
}

.short_bio_deck_row_item ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #25bdad;
    font-size: 11px;
    flex-shrink: 0;
}

/* ── Get service / CTA strip ── */
.get_service {
    background: linear-gradient(135deg, #0f3d57, #77b3d0);
    padding: 50px 0;
}

.get_service .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.get_service h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.get_service .btn {
    background: #fff;
    color: #0f3d57 !important;
    border-color: #fff;
    border-radius: 50px;
    padding: 13px 32px;
    font-weight: 700;
    white-space: nowrap;
    transition: .3s;
}

.get_service .btn:hover {
    background: #25bdad;
    border-color: #25bdad;
    color: #fff !important;
}

/* ── Responsive ── */
@media(max-width:991px) {

    .head_physician_row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .head_physician_left img {
        max-width: 300px;
        margin: 0 auto;
    }

    .head_physician_text .row {
        text-align: left;
    }

    .specialists_row {
        flex-direction: column;
        gap: 24px;
    }

    .special_img {
        width: 100%;
        max-width: 260px;
    }

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

    .get_service .container {
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width:600px) {

    .aboutus .about_left h1 {
        font-size: 26px;
    }

    .aboutus .about .col-12 {
        text-align: left;
    }

    .head_physician_name {
        font-size: 20px;
    }

    .aboutus .specialists h4 {
        font-size: 24px;
    }

    .specialists_row {
        padding: 24px 18px;
    }

    .special_desk_name {
        font-size: 18px;
    }

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

    .get_service h4 {
        font-size: 20px;
    }
}

/* ============================================================
   OUR TEAM PAGE
============================================================ */

/* ── Page intro header ── */
.header_title {
    padding: 70px 0 50px;

    margin: 0 auto;
    text-align: center;
}

.header_title h1 {
    font-size: 38px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 18px;
    line-height: 1.2;
}

.header_title p {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 28px;
}

.ourstaff_top_img {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 61, 87, .12);
}

.ourstaff_top_img img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* ── Staff team band ── */
.specialists {
    padding: 70px 0;
}

.specialists h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.specialists .tab_text {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    opacity: .9;
}

/* staff grid row: photo | text | photo */
.specialists .row>.row:last-child {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
    align-items: start;
}

.specialists .col-4 {
    text-align: center;
}

.specialists .col-4 img {
    width: 100%;
    max-width: 220px;
    border-radius: 16px;
    display: block;
    margin: 0 auto 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.special_desk_name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 8px;
}

/* text column */
.specialists .col-2 .special_desk_desk {
    font-size: 14px;
    line-height: 1.9;
    padding: 0 10px;
}

/* ── Get service CTA (shared, already defined — padding override) ── */
.our-team-page .get_service {
    margin-top: 0;
}

/* ── Responsive ── */
@media(max-width:900px) {

    .header_title h1 {
        font-size: 28px;
    }

    .specialists .row>.row:last-child {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .specialists .col-4 {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
    }

    .specialists .col-4 img {
        width: 100px;
        max-width: 100px;
        flex-shrink: 0;
        margin: 0;
    }

    .special_desk_name {
        text-align: left;
    }

    .specialists .col-2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media(max-width:600px) {

    .header_title {
        padding: 50px 15px 30px;
    }

    .header_title h1 {
        font-size: 24px;
    }

    .specialists h4 {
        font-size: 22px;
    }
}

/* ============================================================
   EVENTS & CAMPS PAGE
============================================================ */

/* ── Events intro unused rules removed ──

/* target the container/row holding the heading in events-camps */
.events-camps-page>.container:first-child {
    padding-top: 60px;
    padding-bottom: 40px;
}

.events-camps-page>.container:first-child .row>h1 {
    font-size: 38px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 20px;
    line-height: 1.2;
}

.events-camps-page>.container:first-child .row>p {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    /* max-width:860px; */
    margin-bottom: 0;
}

/* ── Gallery grid ── */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 0 70px;
    /* override container max-width constraint */
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid .gallery {
    width: 100%;
}

.gallery-grid .item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 61, 87, .1);
    transition: .3s;
}

.gallery-grid .item:hover {
    box-shadow: 0 10px 30px rgba(15, 61, 87, .18);
    transform: translateY(-4px);
}

.gallery-grid img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform .35s ease;
}

.gallery-grid img:hover {
    transform: scale(1.05);
}

/* ── Responsive ── */
@media(max-width:992px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .events-camps-page>.container:first-child .row>h1 {
        font-size: 28px;
    }
}

@media(max-width:576px) {

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-bottom: 50px;
    }

    .gallery-grid img {
        height: 220px;
    }

    .events-camps-page>.container:first-child .row>h1 {
        font-size: 24px;
    }
}

/* ============================================================
   TREATMENT PAGES — shared layout
============================================================ */

/* ── Hero banner ── */
.header_row {
    background: linear-gradient(135deg, #0f3d57 0%, #1e6e96 100%);
    padding: 60px 0;
}

.header_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0;
}

.header_title_content {
    flex: 1;
    min-width: 0;
}

.header_title_content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
}

.header_title_content p {
    font-size: 14px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.7;
    margin: 0;
}

.header_i {
    flex-shrink: 0;
    max-width: 400px;
    width: 100%;
    position: static !important;
    top: auto !important;
}

.header_i img {
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    display: block;
    /* box-shadow:0 16px 50px rgba(0,0,0,.25); */
    object-fit: cover;
}

/* border accent on family dentistry image */
.image_border {
    border: 5px solid #25bdad !important;
}



/* ── Content / Stories sections ── */
.stories {
    padding: 30px 0;
    background: #fff;
}

.stories_title1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

/* h4 and full-width elements take full row */
.stories_title1>h4,
.stories_title1>b,
.stories_title1>br,
.stories_title1>.popup,
.stories_title1>span.ser {
    width: 100%;
    flex-basis: 100%;
}

.stories_title1 h4 {
    font-size: 28px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 22px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 14px;
}

.stories_title1 h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #0f3d57, #25bdad);
    border-radius: 2px;
}

/* coloured stories rows override heading colour */
.stories[style*="background-color"] .stories_title1 h4::after {
    background: rgba(255, 255, 255, .5);
}

.stories_desk {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
    width: 100%;
}

.stories_desk p {
    margin-bottom: 14px;
}

.stories_desk a {
    color: #0f3d57;
    font-weight: 600;
}

.stories_desk a:hover {
    color: #25bdad;
    text-decoration: none;
}

/* Kid-Friendly Amenities Section */

.mintkids-area {
    padding: 10px 0;
}

.mintkids-title {
    font-size: 42px;
    font-weight: 700;
    color: #0f3d57;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mintkids-text {
    max-width: 900px;
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.mintkids-subtitle {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #0f3d57;
    margin-bottom: 25px;
}

.mintkids-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    margin-bottom: 40px;
}

.mintkids-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.mintkids-point:before {
    content: "✓";
    color: #77b3d0;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.mintkids-highlight {
    color: #0f3d57;
    font-weight: 600;
}

.mintkids-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    background: #0f3d57;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s;
}

.mintkids-btn:hover {
    background: #77b3d0;
}

@media(max-width:768px) {

    .mintkids-area {
        padding: 10px 20;
    }

    .mintkids-title {
        font-size: 30px;
    }

    .mintkids-text {
        font-size: 15px;
    }

    .mintkids-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mintkids-point {
        font-size: 15px;
    }

    .mintkids-btn {
        width: 100%;
    }
}

/* treatment image column standalone */
.treatment_img img {
    width: 100%;
    border-radius: 12px;
    display: block;
    margin-bottom: 16px;
}

/* two-col layout inside stories — text left, image right */
.stories_title1 .col-2.stories_desk,
.stories_title1 .col-2.treatment_img {
    flex: 1;
    min-width: 0;
}

.stories_title1 .col-2.treatment_img {
    padding-left: 30px;
    max-width: 46%;
}

.stories_title1 .col-2.stories_desk {
    min-width: 0;
}

/* nested two-col image row inside treatment_img */
.treatment_img .row.stories_title1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.treatment_img .row.stories_title1 .col-2 {
    flex: 1;
    min-width: 120px;
}

.treatment_img .row.stories_title1 .col-2 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* guided implant image grid */
.stories_title1 .row.stories_title1 .col-3 {
    flex: 1;
    min-width: 180px;
}

.stories_title1 .row.stories_title1 .col-3 img {
    width: 100%;
    border-radius: 12px;
    display: block;
    box-shadow: 0 4px 16px rgba(15, 61, 87, .1);
}

/* book appointment button */
.stories .popup .btn,
.stories .btn {
    margin-top: 10px;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 700;
    background: #0f3d57;
    color: #fff !important;
    border-color: #0f3d57;
    transition: .3s;
    display: inline-block;
}

.stories .popup .btn:hover,
.stories .btn:hover {
    background: #25bdad;
    border-color: #25bdad;
    transform: translateY(-2px);
}

/* coloured band stories */
.stories[style*="background-color: #25bdad"] .stories_title1 h4,
.stories[style*="background-color:#25bdad"] .stories_title1 h4 {
    color: #fff;
}

/* ser class — amenities list */
.ser {
    font-size: 16px;
    line-height: 1.9;
    display: block;
    margin-bottom: 4px;
}

/* image padding utilities */
.image_padding_section {
    padding-bottom: 20px;
}

.img_padding img {
    width: 100%;
    border-radius: 10px;
}

.img_padding_height img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ── Aligner row (side-by-side coloured cards) ── */
.aligner_row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.aligner_row .col-2 {
    flex: 1;
    min-width: 280px;
    background-color: #25bdad;
    border-radius: 12px;
    padding: 36px 32px;
    color: #fff;
}

.aligner_row .col-2 h4 {
    color: #fff;
    font-size: 28px !important;
    margin-bottom: 16px;
}

.aligner_row .col-2 p {
    color: rgba(255, 255, 255, .92);
}

.aligner_row .col-2 b {
    color: #fff;
}

/* aligner h1 */
h1.aligner_h1 {
    font-size: 42px;
}

/* ── Treatments listing page ── */

/* Hero banner */
.title_service {
    background: linear-gradient(135deg, #0f3d57 0%, #1e6e96 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.title_service .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.title_service .header_title_content h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.1;
}

.title_service .header_title_content .btn {
    background: #fff;
    color: #0f3d57 !important;
    border-color: #fff;
    border-radius: 50px;
    padding: 13px 32px;
    font-weight: 700;
    transition: .3s;
}

.title_service .header_title_content .btn:hover {
    background: #25bdad;
    border-color: #25bdad;
    color: #fff !important;
}

.absolute_img {
    width: 175px;
    opacity: .25;
    position: absolute;
    right: 50px;
    bottom: -50px;
    z-index: 1;
}

/* Services grid */
.services {
    padding: 70px 0 !important;
    background: #f4fafd !important;
}

.services_row {
    padding: 0 !important;
    background: transparent !important;
}

.services .container {
    padding: 0 20px;
}

.services .row-15 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
}

.services_item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    border: 1px solid #dce8f0;
    text-decoration: none;
    transition: .35s;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    width: auto !important;
}

.services_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0f3d57, #25bdad);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.services_item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 61, 87, .1);
    border-color: #25bdad;
    background-color: #fff !important;
    text-decoration: none;
    color: inherit !important;
}

.services_item:hover::before {
    transform: scaleX(1);
}

.services_item_title {
    font-size: 18px;
    font-weight: 700;
    color: #0f3d57 !important;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3;
}

.services_item_title::before {
    display: none !important;
}

.services_item_desc {
    font-size: 14px;
    color: #666 !important;
    line-height: 1.6;
    display: block;
    flex: 1;
}

.services_item i.dental_icon {
    font-size: 48px;
    color: #25bdad !important;
    margin-top: 24px;
    transition: .3s;
    position: static !important;
}

.services_item:hover i.dental_icon {
    color: #0f3d57 !important;
    transform: scale(1.1);
}

/* Responsive */
@media(max-width:991px) {

    .title_service .header_title_content h1 {
        font-size: 38px;
    }

    .services .row-15 {
        grid-template-columns: repeat(2, 1fr);
    }

    .absolute_img {
        width: 180px;
        opacity: .15;
    }
}

@media(max-width:600px) {

    .title_service {
        padding: 50px 0;
    }

    .title_service .header_title_content h1 {
        font-size: 28px;
    }

    .services {
        padding: 50px 0 !important;
    }

    .services .row-15 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .services_item {
        padding: 24px 20px;
    }

    .absolute_img {
        display: none;
    }
}

/* ── Responsive ── */
@media(max-width:991px) {

    .header_title {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding-top: 50px;
    }

    .header_i {
        max-width: 320px;
        margin: 0 auto;
    }

    .header_title_content h1 {
        font-size: 32px;
    }

    h1.aligner_h1 {
        font-size: 32px !important;
    }

    .services .row-15 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {

    /* stack text + image vertically on mobile */
    .stories_title1 .col-2.stories_desk,
    .stories_title1 .col-2.treatment_img {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .treatment_img {
        margin-top: 16px;
    }
}

@media(max-width:600px) {

    .header_row {
        padding: 40px 0;
    }

    .header_title_content h1 {
        font-size: 26px;
    }

    h1.aligner_h1 {
        font-size: 24px !important;
    }

    .stories {
        padding: 10px 20px;
    }

    .stories_title1 h4 {
        font-size: 22px;
    }

    .aligner_row {
        flex-direction: column;
    }

    .aligner_row .col-2 {
        min-width: unset;
        width: 100%;
    }

    .services .row-15 {
        grid-template-columns: 1fr;
    }

    .services_item {
        padding: 24px 20px;
    }
}

/* ==========================
   Mint Team Section
========================== */

.mintteam-section {
    padding: 90px 0;
    background: #f8fbfd;
}

.mintteam-header {
    text-align: center;
    margin-bottom: 60px;
}

.mintteam-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #eaf5fa;
    color: #0f3d57;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mintteam-header h2 {
    font-size: 42px;
    color: #0f3d57;
    margin: 0;
    font-weight: 700;
}

.mintteam-card {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5edf2;
}

.mintteam-card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mintteam-image {
    flex: 0 0 340px;
}

.mintteam-image img {
    width: 100%;
    border-radius: 24px;
    display: block;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.mintteam-content {
    flex: 1;
}

.mintteam-content h3 {
    font-size: 32px;
    color: #0f3d57;
    margin-bottom: 20px;
}

.mintteam-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

.mintteam-content strong {
    color: #0f3d57;
}

/* Alternate layout */

.mintteam-card:nth-child(even) {
    flex-direction: row-reverse;
}

/* Mobile */

@media(max-width:991px) {

    .mintteam-card,
    .mintteam-card:nth-child(even) {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .mintteam-image {
        flex: unset;
        width: 100%;
        max-width: 320px;
    }

    .mintteam-header h2 {
        font-size: 32px;
    }

    .mintteam-content h3 {
        font-size: 26px;
    }
}

@media(max-width:767px) {

    .mintteam-section {
        padding: 60px 0;
    }

    .mintteam-header {
        margin-bottom: 40px;
    }

    .mintteam-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}

/* ── Popup form wrapper — hidden from page but accessible to Magnific ── */
.fofm1 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* ============================================================
   SCOPED TREATMENT PAGES AND LOCALIZED LANDING PAGES REDESIGN
============================================================ */

/* General Container Adjustments */
.treatment-page {
    background-color: #f7fafc !important;
}

.treatment-page main.tp,
.treatment-page main {
    background-color: #f7fafc !important;
    /* padding-bottom: 80px; */
}

/* Premium Hero Section */
.treatment-page .header_row {
    background: linear-gradient(135deg, #0f3d57 0%, #1e6e96 50%, #25bdad 100%) !important;
    padding: 80px 0 !important;
    border-bottom: 5px solid #25bdad;
    position: relative;
    overflow: hidden;
}

.treatment-page .header_row::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.treatment-page .header_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 0;
}

.treatment-page .header_title_content h1 {
    font-size: 46px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.treatment-page .header_title_content p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}

.treatment-page .header_i {
    flex-shrink: 0;
    max-width: 420px;
    width: 100%;
    position: static !important;
    top: auto !important;
}

.treatment-page .header_i img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    display: block;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.treatment-page .header_i img:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.28);
}

/* Premium Content & Story Sections */
.treatment-page .stories {
    padding: 0px 0 !important;
    background: #ffffff !important;
    margin: 30px auto;
    border-radius: 24px;
    max-width: 1200px;
    box-shadow: 0 10px 30px rgba(15, 61, 87, 0.02);
    border: 1px solid #eef3f6;
}

.treatment-page .stories_title1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.treatment-page .stories_title1 h4 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #0f3d57 !important;
    margin-bottom: 25px !important;
    line-height: 1.25 !important;
    position: relative;
    padding-bottom: 16px !important;
    width: 100%;
    flex-basis: 100%;
}

.treatment-page .stories_title1 h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 4px;
    background: linear-gradient(90deg, #25bdad, #77b3d0);
    border-radius: 2px;
}

.treatment-page .stories_desk {
    font-size: 16px !important;
    color: #4a5568 !important;
    line-height: 1.95 !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.treatment-page .stories_desk p {
    margin-bottom: 16px !important;
}

.treatment-page .stories_desk a {
    color: #25bdad !important;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #25bdad;
    transition: all 0.2s ease;
}

.treatment-page .stories_desk a:hover {
    color: #0f3d57 !important;
    border-bottom-color: #0f3d57;
}

/* Redesigned Checklists / Lists inside Stories */
.treatment-page .stories_desk strong,
.treatment-page .stories_desk b {
    color: #0f3d57 !important;
    font-weight: 700;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}

/* Beautiful Accent Colored Sections */
.treatment-page .stories[style*="background-color: #25bdad"],
.treatment-page .stories[style*="background-color:#25bdad"] {
    background: linear-gradient(135deg, #25bdad 0%, #1e9a8d 100%) !important;
    color: #ffffff !important;
    padding: 60px 45px !important;
    border-radius: 24px !important;
    box-shadow: 0 15px 35px rgba(37, 189, 173, 0.2) !important;
    border: none !important;
}

.treatment-page .stories[style*="background-color: #25bdad"] h4,
.treatment-page .stories[style*="background-color:#25bdad"] h4 {
    color: #ffffff !important;
}

.treatment-page .stories[style*="background-color: #25bdad"] h4::after,
.treatment-page .stories[style*="background-color:#25bdad"] h4::after {
    background: #ffffff !important;
}

.treatment-page .stories[style*="background-color: #25bdad"] .stories_desk,
.treatment-page .stories[style*="background-color:#25bdad"] .stories_desk {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 2.1 !important;
}

/* Standalone Treatment Images */
.treatment-page .treatment_img img {
    width: 100%;
    border-radius: 16px;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 12px 30px rgba(15, 61, 87, 0.08);
    transition: transform 0.3s ease;
}

.treatment-page .treatment_img img:hover {
    transform: scale(1.02);
}

.treatment-page .stories_title1 .col-2.treatment_img {
    padding-left: 40px;
    max-width: 48%;
}

/* Premium Feature Cards Section (.short_bio) */
.treatment-page .short_bio {
    padding: 60px 0 !important;
    background: transparent !important;
}

.treatment-page .short_bio_deck_row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 30px !important;
}

.treatment-page .short_bio_deck_row_item {
    background: #ffffff !important;
    border: 1px solid var(--box_shadow_color) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    box-shadow: 0 10px 30px rgba(15, 61, 87, 0.02) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: auto !important;
    margin: 0 !important;
}

.treatment-page .short_bio_deck_row_item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 40px rgba(15, 61, 87, 0.08) !important;
    border-color: #25bdad !important;
}

.treatment-page .short_bio_deck_row_item i.dental_icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #e0f7f5;
    color: #25bdad;
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.treatment-page .short_bio_deck_row_item:hover i.dental_icon {
    background: #25bdad;
    color: #ffffff;
    transform: rotate(5deg);
}

.treatment-page .short_bio_deck_row_item .list_row {
    width: 100%;
}

.treatment-page .short_bio_deck_row_item .list_title h5 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #0f3d57 !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}

.treatment-page .short_bio_deck_row_item ul {
    font-size: 15px !important;
    color: #555555 !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Styled Dark Columns on Root Canal, etc. */
.treatment-page .short_bio_deck_row_item1 {
    background: linear-gradient(135deg, #0f3d57 0%, #1e6e96 100%) !important;
    border-radius: 20px !important;
    padding: 40px 35px !important;
    color: #ffffff !important;
    box-shadow: 0 12px 35px rgba(15, 61, 87, 0.12) !important;
}

.treatment-page .short_bio_deck_row_item1 .list_title1 h4 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.treatment-page .short_bio_deck_row_item1 p {
    font-size: 15px !important;
    line-height: 1.85 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.treatment-page .short_bio_deck_row_item1 img {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Redesigned Localized Pages Styling Elements */
.treatment-page .ped-section {
    padding: 35px 0 !important;
    background: #ffffff !important;
    margin: 30px auto;
    border-radius: 24px;
    max-width: 1200px;
    box-shadow: 0 10px 30px rgba(15, 61, 87, 0.02);
    border: 1px solid #eef3f6;
}

.treatment-page .ped-section h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0f3d57 !important;
    margin-bottom: 20px !important;
    line-height: 1.35 !important;
    position: relative;
    padding-bottom: 14px;
}

.treatment-page .ped-section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #25bdad, #77b3d0);
    border-radius: 2px;
}

.treatment-page .ped-section h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f3d57 !important;
    margin-top: 30px !important;
    margin-bottom: 12px !important;
}

.treatment-page .ped-section p {
    font-size: 15px;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 16px;
}

/* Custom Checklist Bullet Points */
.treatment-page .ped-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 25px 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px 20px;
}

.treatment-page .ped-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0 !important;
    line-height: 1.7;
    font-size: 15px;
    color: #4a5568;
}

.treatment-page .ped-list li .ped-dot {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #e0f7f5;
    border-radius: 50%;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.treatment-page .ped-list li .ped-dot::after {
    content: "✓";
    color: #25bdad;
    font-size: 12px;
    font-weight: 700;
}

/* Premium CTA Box Redesign */
.treatment-page .ped-cta-box {
    background: linear-gradient(135deg, #f0fafa 0%, #e6f7f5 100%) !important;
    border-left: 5px solid #25bdad !important;
    padding: 40px 45px !important;
    border-radius: 16px !important;
    margin: 45px 0 !important;
    box-shadow: 0 15px 35px rgba(37, 189, 173, 0.08) !important;
}

.treatment-page .ped-cta-box h2 {
    font-size: 24px !important;
    color: #0f3d57 !important;
    margin-bottom: 15px !important;
}

.treatment-page .ped-cta-box h2::after {
    display: none !important;
}

.treatment-page .ped-cta-box p {
    margin: 8px 0 !important;
    font-size: 15px !important;
    color: #4a5568 !important;
}

.treatment-page .ped-cta-box a {
    color: #25bdad !important;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed #25bdad;
}

.treatment-page .ped-cta-box a:hover {
    color: #0f3d57 !important;
    border-bottom-style: solid;
}

/* FAQ Accordion Design */
.treatment-page .faq-item {
    margin-bottom: 16px !important;
    background: #fcfdfe;
    border: 1px solid #eef3f6;
    border-radius: 12px;
    padding: 20px 24px;
    transition: all 0.3s ease;
}

.treatment-page .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 61, 87, 0.04);
    border-color: #25bdad;
}

.treatment-page .faq-item strong {
    display: block;
    margin-bottom: 8px;
    color: #0f3d57;
    font-size: 16px;
    font-weight: 700;
}

/* Buttons in Scoped Pages */
.treatment-page .stories .popup .btn,
.treatment-page .stories .btn {
    margin-top: 15px;
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 700;
    background: #0f3d57;
    color: #ffffff !important;
    border: 2px solid #0f3d57;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(15, 61, 87, 0.15);
}

.treatment-page .stories .popup .btn:hover,
.treatment-page .stories .btn:hover {
    background: #25bdad;
    border-color: #25bdad;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 189, 173, 0.3);
}

/* Mobile Responsive System */
@media (max-width: 991px) {
    .treatment-page .stories_title1 .col-2.treatment_img {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .treatment-page .header_row {
        padding: 50px 0 !important;
    }

    .treatment-page .header_title {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .treatment-page .header_title_content h1 {
        font-size: 30px !important;
    }

    .treatment-page .header_i {
        max-width: 320px;
        margin: 0 auto;
    }

    .treatment-page .stories {
        padding: 40px 20px !important;
        border-radius: 16px;
        margin: 15px auto;
    }

    .treatment-page .stories_title1 h4 {
        font-size: 24px !important;
    }

    .treatment-page .ped-section {
        padding: 40px 20px !important;
        border-radius: 16px;
        margin: 15px auto;
    }

    .treatment-page .ped-section h2 {
        font-size: 22px !important;
    }

    .treatment-page .ped-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .treatment-page .ped-cta-box {
        padding: 30px 20px !important;
        margin: 25px 0 !important;
    }

    .treatment-page .ped-cta-box h2 {
        font-size: 20px !important;
    }

    .treatment-page .short_bio_deck_row {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .treatment-page .short_bio_deck_row_item {
        padding: 30px 20px !important;
    }

    .treatment-page .short_bio_deck_row_item1 {
        padding: 30px 20px !important;
    }
}

/* ============================================================
   LEGACY ACTIVE RULES RECONCILED FROM STYLE.CSS
   ============================================================ */


.row-15 {
    margin: 0 -15px;
}

.col {
    width: 100%;
}

.col-1-60 {
    width: 60%;
    float: left;
}

.col-1-40 {
    width: 40%;
    float: left;
}

.col-2 {
    width: 50%;
    float: left;
}

.col-3 {
    width: 33%;
    float: left;
}

.radius {
    border-radius: 100%;
    display: block;
    overflow: hidden;
    margin: 0 -250px;
    padding: 0 250px;
    transform: translateZ(0);
    text-align: center;
}

.radius_niz_mini {
    border-radius: 0 0 100% 100%;
    display: block;
    overflow: hidden;
    margin: 0 -380px;
    padding: 0 380px;
    transform: translateZ(0);
    text-align: center;
}

.radius_mini {
    border-radius: 100%;
    display: block;
    overflow: hidden;
    margin: 0 -236px;
    transform: translateZ(0);
    padding: 0 500px;
}

.radius_row_niz:after {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 430px;
    left: 0;
    bottom: 0;
    border-radius: 100% 100% 0 0;
    display: block;
    overflow: hidden;
    margin: 0 -90px -305px -90px;
    padding: 0 90px;
    transform: translateZ(0);
}

.overflow_hidden {
    overflow: hidden;
    position: relative;
}

input.white::-webkit-input-placeholder {
    color: white !important;
}

input.white::-moz-placeholder {
    color: white !important;
}

input.white:-moz-placeholder {
    color: white !important;
}

input.white:-ms-input-placeholder {
    color: white !important;
}

.center {
    text-align: center;
}

.more {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.more::before {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: var(--theme_color);
    position: absolute;
    right: 0;
    top: 6px;
}

.more:hover::before {
    -webkit-transform: translateX(5px) translateZ(0);
    transform: translateX(5px) translateZ(0);
}

.home main {
    padding-top: 0;
}

.home main {
    padding-top: 0;
}

/* main {
    padding-top: 90px;
} */

.video {
    margin-top: -199px;
    padding-bottom: 74px;
}

.video .container {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 945px;
}

.video .container iframe {
    border-radius: 5px;
}

iframe {
    width: 100%;
}

.show {
    display: block !important;
}

.services .services_item span {
    display: block;
}

.services .services_item_title {
    color: #201E20;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 400;
    position: relative;
    padding-right: 25px;
}

.services .services_item_desc {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
    max-width: 155px;
}

.services .services_item_title::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: var(--theme_color);
    position: absolute;
    right: 2px;
    top: 4px;
}

.services .services_item:hover {
    color: white;
    background-color: var(--theme_color);
    text-decoration: none;
}

.services .services_item:hover .services_item_desc {
    color: white !important;
}

.services_item:hover .services_item_title::before {
    color: white !important;
}

.services_item:hover .services_item_title {
    color: white !important;
}

.services_item:hover i {
    color: white !important;
}

.services .services_item i {
    font-size: 97px;
    color: #979797;
    position: absolute;
    right: 0;
    bottom: 0;
}

.services .services_item .dentalic_general {
    font-size: 97px;
    right: 0px;
    bottom: 0px;
}

.services .services_item .dentalic_restorations {
    font-size: 88px;
    right: 13px;
    bottom: 0px;
}

#dentists {
    padding: 108px 0;
}

#dentists {
    position: relative;
    margin-top: 0px;
}

.home .get_service {
    margin: 0
}

.contact_map {
    padding: 60px 0 0;
    position: relative;
    z-index: 2;
}

.contact_map h4 {
    margin-bottom: 40px;
    text-align: left;
}

.contact_map_content {
    position: relative;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.contact_map_info {
    position: absolute;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    padding: 10px 30px 10px;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
}

.contact_map_info__inner {
    margin-bottom: 15px;
    text-align: center;
}

.contact_map_info__inner:last-child {
    margin-bottom: 0;
}

.contact_map_info__title {
    color: #656565;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 17px
}

.contact_map_info__title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #CCCBCB;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.contact_map_info__phone {
    color: #201E20;
    font-size: 20px;
}

.contact_map_info__email a {
    color: var(--theme_color);
    font-size: 16px;
    line-height: 32px;
}

.contact_map_info__address {
    color: #656565;
    font-size: 16px;
    line-height: 32px;
}

.aboutus .why_we_are {
    padding: 107px 0 63px 0;
}

.aboutus .why_we_are_item {
    padding: 0 15px;
    margin-bottom: 66px;
    text-align: center;
}

.aboutus .why_we_are_item_icon {
    margin: 0 auto 25px auto;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    border: 1px solid #CCCBCB;
}

.aboutus .why_we_are_item_icon i {
    font-size: 35px;
    color: #CCCBCB;
    display: block;
}

.aboutus .why_we_are_item_icon .dentalic_doctors {
    margin-top: 28px;
    margin-left: 5px;
    font-size: 50px;
}

.aboutus .why_we_are_item_icon .dentalic_clinic {
    margin-top: 29px;
    margin-left: 6px;
    font-size: 41px;
}

.aboutus .why_we_are_item_icon .dentalic_staff {
    margin-top: 30px;
    margin-left: 0px;
    font-size: 36px;
}

.aboutus .why_we_are_item_icon .dentalic_technologies {
    margin-top: 28px;
    margin-left: 0px;
    font-size: 42px;
}

.aboutus .why_we_are_item_icon .dentalic_financials {
    margin-top: 22px;
    margin-left: 1px;
    font-size: 54px;
}

.aboutus .why_we_are_item_icon .dentalic_services {
    margin-top: 28px;
    margin-left: 0px;
    font-size: 44px;
}

.aboutus .why_we_are_item_title {
    color: #201E20;
    font-size: 20px;
    margin-bottom: 11px;
}

.aboutus .why_we_are_item_text {
    color: #656565;
}

.aboutus .why_we_are h4 {
    margin-bottom: 93px;
    text-align: center;
}

.owl-carousel .item:hover {
    cursor: grab;
}

.aboutus .about .about_left .advantages {
    padding-top: 26px;
}

.aboutus .video {
    margin: 0px 0 0px 0;
    padding: 0;
}

.aboutus .video .container {
    top: 0;
}

.ourdentists .head_physician {
    padding-bottom: 50px;
    padding-top: 50px;
}

.ourdentists .head_physician h1 {
    font-size: 72px;
    text-align: left;
    margin-bottom: 95px;
}

.ourdentists .head_physician .head_physician_right {
    padding-top: 260px;
    padding-top: 80px !important;
    padding-left: 15px;
}

.ourdentists .head_physician .head_physician_name {
    color: #201E20;
    font-size: 34px;
    margin-bottom: 1px;
}

.ourdentists .head_physician .head_physician_deck {
    color: #656565;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ourdentists .head_physician .head_physician_text {
    margin-top: 113px;
    position: relative;
    padding-top: 35px;
    border-top: 1px solid #CCCBCB;
    font-size: 20px;
    color: #201E20;
    line-height: 30px;
}

.ourdentists .head_physician .head_physician_text .dentalic_quote {
    position: absolute;
    top: -26px;
    color: var(--theme_color);
    font-size: 33px;
    left: 31px;
    display: inline-block;
}

.ourdentists .head_physician_row {
    border-bottom: 1px solid #CCCBCB;
}

.head_physician_left {
    margin-bottom: 30px;
}

.short_bio h4 {
    margin-bottom: 30px;
    font-size: 48px;
    text-align: left;
}

.short_bio_deck_row_item i {
    display: inline-block !important;
    border-radius: 50%;
    padding-top: 30px;
    height: 100px;
    width: 100px;
    text-align: center;
    border: 1px solid #ffffff;
    font-size: 35px;
    color: #ffffff;
    display: block;
}

.short_bio .short_bio_deck_row_item {
    text-align: center;
}

.short_bio .short_bio_deck_row {
    margin-top: 55px;
}

.short_bio .list_row {
    margin-top: 35px;
}

.short_bio .list_row h5 {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 5px;
    background: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.short_bio .short_bio_deck_row_item:last-child .list_row ul {
    border: none
}

.short_bio .list_title {
    position: relative;
}

.short_bio .list_title::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 11px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CCCBCB
}

.short_bio .list_row ul {
    border-right: 1px solid #ffffff;
    padding: 55px 30px 30px 30px;
    margin-top: 11px;
    min-height: auto;
    color: #fff;
}

.short_bio .list_row li {
    position: relative;
    padding-bottom: 22px;
}

.short_bio .list_row li::before {
    content: '';
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    bottom: -5px;
    position: absolute;
    margin: 10px auto 10px auto;
    height: 6px;
    width: 6px;
    background-color: var(--theme_color);
}

.short_bio .list_row li:last-child::before {
    display: none;
}

#specialists {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header_i i {
    font-size: 610px;
    color: #CCCBCA;
}

.header_row .header_title {
    position: inherit;
}

.after_before_row {
    margin: 10px 0 0px 0;
}

.after_before_row h4 {
    color: #201E20;
    font-size: 34px;
    margin-bottom: 55px;
    text-align: center;
    font-weight: 400;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.popup_content img {
    border-radius: 0;
}

.popup_content h3 {
    text-align: center;
    font-size: 72px;
    margin-bottom: 40px;
}

.popup_content h4 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 15px;
}

.contact_information_row {
    max-width: 695px;
    margin: 0 auto;
}

.contact_information_row p {
    text-align: center;
}

.form_row .leable {
    color: #201E20;
    font-size: 20px;
    margin-bottom: 11px;
    text-shadow: 0 0 black;
    line-height: 1;
}

.process {
    margin: 0 auto;
}

.process .process {
    text-align: center;
}

.btn_popup a {
    margin: 0 15px;
}

.btn_popup button {
    margin: 0 15px;
}

.contact_row_title {
    padding-bottom: 42px;
    margin-bottom: 97px;
    border-bottom: 1px solid #CCCBCB;
}

.contact_row_title h1 {
    float: left;
    width: 50%;
    margin-bottom: 0;
}

.contact_row_soc {
    float: left;
    width: 50%;
    text-align: right;
}

.contact_row_soc a:first-child {
    margin: 0;
}

.contact_row_soc a {
    color: white;
    background: var(--theme_color);
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: inline-block;
    margin-left: 35px;
}

.contact_row_soc a i {
    font-size: 26px;
    line-height: 71px;
}

.contact_row_soc a:hover {
    background: var(--theme_color_two);
}

.contact_row h4 {
    text-align: center;
    margin-bottom: 18px;
}

.contact_row p {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.contact_row .form_row .col-3 {
    padding: 0 15px;
}

.contact_row .form_row {
    margin-top: 30px;
    margin-bottom: 10px;
}

.open_hours_contact {
    margin-top: 60px;
    margin-bottom: 50px;
}

.open_hours_contact .col-3 {
    min-height: 155px;
}

.open_hours_contact .day {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    padding: 9px 15px 7px 15px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: #656565;
    letter-spacing: 0.5px;
}

.open_hours_l {
    padding: 30px 50px;
    background: var(--theme_color);
}

.open_hours_r {
    padding: 30px 50px;
    background: #77B3D0;
}

.open_hours_contact .open_hours_r .open_hours_block {
    margin-top: 28px;
    font-size: 20px;
}

.open_hours_contact .open_hours_row {
    margin-top: 46px;
    color: white;
    display: flex;
}

.open_hours_contact .open_hours_block {
    margin: 20px auto 0px auto;
    display: flex;
    text-align: center;
    justify-content: center;
}

.open_hours_contact .open_hours_block a {
    font-size: 14px;
}

.open_hours_contact .open_hours_block .hours {
    color: #ffffff;
    font-size: 34px;
    float: left;
    position: relative;
    padding-right: 25px;
    line-height: 1;
}

.open_hours_contact .open_hours_block .hours span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 4px;
}

.open_hours_contact .open_hours_block .minute {
    color: #ffffff;
    color: #ffffff;
    font-size: 34px;
    float: left;
    position: relative;
    padding-right: 25px;
    line-height: 1;
    text-align: right;
    margin-left: 9px;
}

.open_hours_contact .open_hours_block .minute span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 4px;
}

#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 97px;
    display: none;
    font-size: 22px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    background-color: var(--theme_color_two);
    padding: 9px 0 0 0;
    color: #fff;
    z-index: 999999999999;
    line-height: 1;
    width: 44px;
    height: 44px;
}

/* Scoped styles for our-team.php */
.our-team-page .mintteam-section {
    background-color: #f7fafc;
    padding: 70px 0;
}

.our-team-page .mintteam-header {
    text-align: center;
    margin-bottom: 50px;
}

.our-team-page .mintteam-tag {
    background: #e0f7f5;
    color: #25bdad;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.our-team-page .mintteam-header h2 {
    font-size: 36px;
    color: #0f3d57;
    margin-top: 15px;
    font-weight: 700;
}

.our-team-page .mintteam-header p {
    color: #656565;
    font-size: 16px;
    max-width: 800px;
    margin: 15px auto 0 auto;
    line-height: 1.8;
}

.our-team-page .mintteam-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.our-team-page .mintteam-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 61, 87, 0.03);
    border: 1px solid #eef3f6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 45px 30px;
    transition: all 0.3s ease;
}

.our-team-page .mintteam-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(15, 61, 87, 0.08);
    border-color: #25bdad;
}

.our-team-page .mintteam-card img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #e0f7f5;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.our-team-page .mintteam-card:hover img {
    border-color: #25bdad;
    transform: scale(1.03);
}

.our-team-page .mintteam-card h3 {
    font-size: 22px;
    color: #0f3d57;
    margin-bottom: 5px;
    font-weight: 700;
}

.our-team-page .mintteam-card span {
    color: #25bdad;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.our-team-page .mintteam-card p {
    color: #656565;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.our-team-page .mintteam-stories {
    background: #ffffff !important;
    padding: 50px 45px !important;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 61, 87, 0.02);
    border: 1px solid #eef3f6;
    margin-top: 30px;
    margin-bottom: 0;
}

.our-team-page .mintteam-stories .stories-desc {
    text-align: center;
    font-size: 16px;
    line-height: 1.9;
    color: #4a5568;
    max-width: 900px;
    margin: 0 auto 35px auto;
}

.our-team-page .mintteam-stories h4 {
    font-size: 20px;
    color: #0f3d57;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    .our-team-page .mintteam-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .our-team-page .mintteam-stories {
        padding: 30px 20px !important;
    }

    .our-team-page .mintteam-card {
        padding: 35px 20px;
    }

    .our-team-page .mintteam-card img {
        width: 180px;
        height: 180px;
    }
}