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

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

/* general */
/* --- CSS VARIABLES & RESET --- */
:root {
    --white: #ffffff;
    --container-width: 1280px;
    --border-radius-lg: 1rem;
    --border-radius-xl: 1.5rem;
    --border-radius-2xl: 3rem;
}
section#team p img {
    display: inline-block;
    vertical-align: middle;
}

div#doctor-thumbnails + p {
    background: #fff;
    text-align: center;
    border-radius: 20px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--slate-800);
    line-height: 1.6;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
button {
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: 0.3s;
}
img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.hidden {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

/* Typography Helpers */
.text-center {
    text-align: center;
}

.font-bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}

/* --- Hero Section Extras --- */
.hero-play-icon {
    font-size: 1.5rem;
}

.video-caption-box {
    position: absolute; 
    bottom: 1.5rem; 
    right: 1.5rem; 
    background: rgba(255, 255, 255, 0.95); 
    padding: 1rem; 
    border-radius: 1rem; 
    max-width: 200px;
}

.video-caption-subtitle {
    font-size: 0.75rem; 
    font-weight: 700; 
    color: #94a3b8; 
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.video-caption-title {
    font-weight: 700; 
    color: var(--watts-dark-blue); 
    font-size: 0.875rem; 
    line-height: 1.2;
}

/* --- Reusable Section Elements --- */
.section-description {
    font-size: 1.25rem; 
    color: #999; 
    max-width: 600px; 
    margin: 0 auto;
}

/* --- Spotlight & Doctor Elements --- */
.spotlight-stat-value {
    font-size: 1.5rem; 
    font-weight: 700; 
    font-family: var(--font-serif);
}

.spotlight-stat-label {
    font-size: 0.75rem; 
    color: #93c5fd; 
    text-transform: uppercase;
}

/* --- Dog-Ters Section --- */
.dogters-highlight {
    display: inline-block; 
    transform: rotate(-2deg); 
    font-weight: 400;
}

.dog-name-title {
    font-size: 2rem; 
    color: var(--pColor); 
    font-weight: 700; 
    margin-bottom: 0.5rem;
}

.dog-role-title {
    font-size: 0.875rem; 
    letter-spacing: 0.05em; 
    margin-bottom: 1.5rem;
}

.dog-bio-text {
    font-size: 1.125rem; 
    margin-bottom: 2rem;
}

.dog-stats-container {
    display: flex; 
    gap: 2rem; 
    border-top: 1px solid var(--pColor); 
    padding-top: 1.5rem;
}

.dog-stat-label {
    font-size: 0.75rem; 
    text-transform: uppercase; 
    font-weight: 700; 
    color: #333;
}

.dog-stat-value {
    font-size: 1.25rem; 
    font-weight: 700; 
    color: var(--pColor); 
}

.dog-image-container {
    position: relative;
}

.dog-image-backdrop {
    position: absolute; 
    inset: 0; 
    background: var(--sColor); 
    opacity: 0.2; 
    border-radius: 2rem; 
    transform: rotate(3deg);
}

.dog-image-styled {
    border-radius: 2rem; 
    position: relative; 
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); 
    width: 100%; 
    height: 400px; 
    object-fit: cover;
}

/* --- Reviews Section --- */
.reviews-badge-verified {
    background: var(--pColor); 
    color: #fff; 
    border-color: #dbeafe; 
    margin-bottom: 1rem;
}

.review-author-name {
    font-weight: 700; 
    color: var(--watts-dark-blue);
}

/* --- TOP BAR --- */
.top-bar {
    background-color: var(--sColor);
    color: var(--white);
    padding: 0.5rem 0;
    font-size: 0.875rem;
    font-weight: 500;
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-left {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #fff;
}
.top-bar-links {
    display: none;
    gap: 1rem;
}
@media (min-width: 768px) {
    .top-bar-links {
        display: flex;
    }
}

/* --- NAVIGATION --- */
/* --- NAVIGATION --- */
        .navbar {position: sticky;top: 0;z-index: 100;background: rgba(255,255,255,0.95);backdrop-filter: blur(10px);border-bottom: 1px solid #e2e8f0;display: flex;align-items: center;padding: 10px 0px;}
        .navbar .container {display: flex;justify-content: space-between;align-items: center;}
        
        .logo { display: flex; align-items: center; gap: 0.75rem; z-index: 101; }
        .logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--watts-blue), #2563eb); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
        .logo-text span:first-child { font-size: 1.5rem; font-weight: 800; font-family: var(--font-serif); color: var(--watts-dark-blue); line-height: 1; letter-spacing: -0.025em; }
        .logo-text span:last-child { font-size: 0.65rem; font-weight: 700; color: var(--watts-orange); letter-spacing: 0.2em; text-transform: uppercase; font-family: var(--font-sans); display: block; }

        /* Desktop Menu Styles */
        .desktop-menu { display: none; }
        
        .main-menu {display: flex;gap: 2rem;align-items: center;justify-content: flex-end;}
        .menu-item { position: relative; }
        .menu-item > a { font-weight: 600; color: var(--slate-600); padding: 0.5rem 0; display: flex; align-items: center; gap: 0.25rem; }
        .menu-item > a:hover { color: var(--watts-blue); }
        
        /* Dropdown/Submenu */
        .sub-menu {
            position: absolute;
            top: 100% !important;
            left: 50% !important;
            transform: translateX(-50%) translateY(10px);
            background: white;
            min-width: 220px;
            box-shadow: 0 10px 30px -5px rgba(0,0,0,0.15);
            border-radius: 0.75rem;
            padding: 0.5rem;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            border: 1px solid var(--slate-100);
        }
        .sub-menu::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            width: 12px;
            height: 12px;
            background: white;
            border-left: 1px solid var(--slate-100);
            border-top: 1px solid var(--slate-100);
        }
        
        .menu-item:hover .sub-menu {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);padding: 0px;}
        
        .sub-menu .menu-item { width: 100%; }
        .sub-menu .menu-item > a { 
            padding: 0.75rem 1rem; 
            display: block; 
            border-radius: 0.5rem; 
            white-space: nowrap; 
            color: var(--slate-600);
            font-size: 0.95rem;
        }
        .sub-menu .menu-item > a:hover { background-color: var(--watts-light); color: var(--watts-blue); }

        .btn-book { background-color: var(--watts-orange); color: white !important; padding: 0.75rem 1.75rem !important; border-radius: 9999px; font-weight: 700; box-shadow: 0 4px 14px 0 rgba(255,127,80,0.39); transition: 0.3s; }
        .btn-book:hover { transform: translateY(-2px); background-color: #e66030; }
        
        @media(min-width: 1024px) { 
            .desktop-menu { display: block; } 
            .mobile-toggle { display: none; } 
        }

        /* Mobile Menu Drawer */
        .mobile-toggle { font-size: 1.5rem; color: var(--watts-dark-blue); background: none; z-index: 101; }
        
        .mobile-drawer {
            position: fixed;
            top: 0;
            right: 0;
            width: 300px;
            height: 100vh;
            background: white;
            z-index: 100;
            padding: 6rem 2rem 2rem;
            box-shadow: -10px 0 30px rgba(0,0,0,0.1);
            transform: translateX(100%);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            overflow-y: auto;
            z-index: 999999;
        }
        .mobile-drawer.open { transform: translateX(0); }
        
        .mobile-overlay-bg {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.5);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
            backdrop-filter: blur(2px);
        }
        .mobile-overlay-bg.open { opacity: 1; visibility: visible; }

        .mobile-menu { display: flex; flex-direction: column; gap: 0.5rem; }
        .mobile-menu .menu-item { border-bottom: 1px solid var(--slate-100); }
        .mobile-menu .menu-item:last-child { border-bottom: none; margin-top: 1rem; }
        
        .mobile-menu > .menu-item > a { 
            padding: 1rem 0; 
            display: flex; 
            justify-content: space-between; 
            font-size: 1.125rem; 
            font-weight: 700;
            color: var(--watts-dark-blue);
        }
        
        /* Mobile Submenu */
        .mobile-menu .sub-menu {
            position: static;
            transform: none;
            box-shadow: none;
            border: none;
            padding: 0 0 1rem 1rem;
            min-width: 100%;
            display: none; /* JS toggle */
            opacity: 1;
            visibility: visible;
        }
        .mobile-menu .sub-menu::before { content: none; }
        .mobile-menu .menu-item-has-children.active .sub-menu { display: block; animation: slideDown 0.3s ease; }
        .mobile-menu .menu-item-has-children > a i { transition: 0.3s; }
        .mobile-menu .menu-item-has-children.active > a i { transform: rotate(180deg); color: var(--watts-orange); }

        @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }


.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--watts-blue), #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.logo-text span:first-child {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: var(--font-serif);
    color: var(--watts-dark-blue);
    line-height: 1;
    letter-spacing: -0.025em;
}
.logo-text span:last-child {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--watts-orange);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: var(--font-sans);
    display: block;
}

.nav-links {
    display: none;
    gap: 2rem;
    align-items: center;
}
.nav-links a {
    font-weight: 600;
    color: var(--slate-600);
}
.nav-links a:hover {
    color: var(--watts-blue);
}
.btn-book {
    background-color: var(--watts-orange);
    color: white !important;
    padding: 0.6rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    box-shadow: 0 4px 14px 0 rgba(255, 127, 80, 0.39);
}
.btn-book:hover {
    transform: translateY(-2px);
    background-color: #e66030;
}

@media (min-width: 1024px) {
    .nav-links {
        display: flex;
    }
    .mobile-menu-btn {
        display: none;
    }
}

/* --- HERO SECTION --- */
.video-thumbnail video {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    display: block;
    filter: saturate(1.2);
}
.hero {
    background-color: var(--watts-light);
    padding: 7rem 0 9rem;
    position: relative;
    overflow: hidden;
}
.hero-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 102, 204, 0.05);
    transform: skewX(12deg) translateX(50px);
}
.hero-grid {
    display: flex;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 10;
}
@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-content h2 {
    font-size: 3rem;
    line-height: 1.1;
    color: var(--pColor);
    margin-bottom: 1.5rem;
    /* font-weight: bold; */
}
@media (min-width: 1024px) {
    .hero-content h2 {
        font-size: 4rem;
    }
}

.highlight-text {
    position: relative;
    display: inline-block;
    color: var(--sColor);
    font-style: italic;
}
.highlight-underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 12px;
    color: var(--aColor);
    opacity: 0.6;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--sColor);
    border: 1px solid var(--sColor);
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}
@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}

.btn-primary {
    background-color: var(--aColor);
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 102, 204, 0.2);
    color: #000;
    font-weight: 400;
}
.btn-primary:hover {
    transform: translateY(-2px);
    background-color: #0052a3;
}

.btn-secondary {
    background-color: white;
    color: var(--watts-dark-blue);
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 1.125rem;
    border: 2px solid rgba(0, 51, 102, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.btn-secondary:hover {
    background-color: var(--slate-50);
}

.video-thumbnail {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 4px solid white;
    transform: rotate(2deg);
    transition: 0.5s;
    cursor: pointer;
    flex: 1 1 60%;
}
.video-thumbnail:hover {
    transform: rotate(0);
}
.video-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--aColor);
    transition: 0.3s;
    z-index: 1;
}
.video-thumbnail:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

/* --- STATS SECTION --- */
.stats-section {
    background-color: var(--pColor);
    color: white;
    padding: 4rem 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.stat-item {
    padding: 1rem;
}
.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
.stat-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: var(--font-sans);
}

/* --- DOCTORS SECTION --- */
.doctors-section {
    padding: 6rem 0;
    background-color: whitesmoke;
}
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.section-subtitle {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.5rem;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .section-title {
        font-size: 3rem;
    }
}

/* Dynamic Spotlight Card */
.doctor-spotlight {
    background-color: var(--pColor);
    border-radius: var(--border-radius-2xl);
    padding: 3rem;
    color: white;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}
.spotlight-grid {
    display: grid;
    gap: 3rem;
    position: relative;
    z-index: 2;
    align-items: center;
}
@media (min-width: 1024px) {
    .spotlight-grid {
        grid-template-columns: 5fr 7fr;
    }
}

.spotlight-image-wrapper {
    position: relative;
}
.spotlight-frame {
    position: absolute;
    inset: 0;
    border: 2px solid var(--watts-orange);
    border-radius: 1rem;
    transform: translate(1rem, 1rem);
    pointer-events: none;
}
.spotlight-img {
    width: 100%;
    height: 530px !important;
    object-fit: cover;
    border-radius: 1rem;
    transition: 0.5s;
    position: relative;
    object-position: 50% 30%;
}
.spotlight-image-wrapper:hover .spotlight-img {
    filter: grayscale(0);
}

.spotlight-role {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #223125a3;
    color: var(--watts-orange);
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.spotlight-name {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-serif);
    margin-bottom: 1.5rem;
    color: #fff;
}
@media (min-width: 1024px) {
    .spotlight-name {
        font-size: 2.5rem;
    }
}
.spotlight-bio p {
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.spotlight-footer {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 640px) {
    .spotlight-footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.container:after {
    display: none;
}

html,
body {
    margin: 0px !important;
}

h1,
h2,
h3,
h4 {
    /* font-family: var(--font-serif) !important; */
}

.modal-content video {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
}

.spotlight-stats {
    display: flex;
    gap: 2rem;
}
.spotlight-signature {
    font-family: var(--font-hand);
    font-size: 1.875rem;
    color: var(--watts-orange);
    opacity: 0.8;
    transform: rotate(-6deg);
    margin: 0px auto;
    margin-right: 0px;
}

/* Thumbnails */
.doctor-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.doc-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}
.doc-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.doc-thumb:hover,
.doc-thumb.active {
    opacity: 1;
    border-color: var(--watts-orange);
    transform: scale(1.1);
}

/* --- DOG-TERS --- */
.dogters-section {
    padding: 6rem 0;
    position: relative;
}
.dog-card {
    background: white;
    border-radius: var(--border-radius-2xl);
    padding: 3rem;
    display: grid;
    gap: 3rem;
    align-items: center;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
    .dog-card {
        grid-template-columns: 1fr 1fr;
    }
}
.dog-tabs {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.dog-btn {
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    border: 1px solid var(--slate-300);
    background: white;
    color: var(--slate-600);
}
.dog-btn.active {
    background: var(--watts-dark-blue);
    color: white;
    border-color: var(--watts-dark-blue);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* --- TESTIMONIALS --- */
.reviews-section {
    padding: 6rem 0;
    background: #f5f5f54f;
    position: relative;
    overflow: hidden;
}
.google-bg {
    position: absolute;
    top: 20px;
    right: -40px;
    font-size: 20rem;
    font-weight: 700;
    color: #f1f5f9;
    pointer-events: none;
    z-index: 0;
}
.review-grid {
    /* display: grid; */
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    z-index: 2;
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.review-card {
    background: whitesmoke;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid var(--slate-100);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 15px;
}
.stars {
    color: #fbbf24;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.review-text {
    font-style: italic;
    color: var(--slate-600);
    font-family: var(--font-serif);
    font-size: 1.1rem;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--slate-200);
}
.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}
.avatar-blue {
    background: #dbeafe;
    color: var(--watts-blue);
}
.avatar-orange {
    background: #ffedd5;
    color: var(--watts-orange);
}
.avatar-green {
    background: #dcfce7;
    color: #16a34a;
}

/* --- IMPACT --- */
.impact-section {
    background-color: var(--watts-dark-blue);
    color: white;
    padding: 6rem 0;
}
.impact-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    transition: 0.3s;
}
.impact-card:hover {
    background: rgba(255, 255, 255, 0.2);
}
.impact-icon {
    width: 64px;
    height: 64px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* --- LOCATIONS --- */
.locations-section {
    padding: 6rem 0;
}
.locations-grid {
    display: flex;
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    gap: 1%;
}
@media (min-width: 768px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .locations-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.location-card {
    border: 1px solid var(--slate-100);
    border-radius: 1rem;
    padding: 1rem;
    transition: 0.3s;
    background: white;
    height: 100%;
    flex-basis: 350px;
    box-shadow: 0px 1px 20px #0000001f;
}
.location-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #bfdbfe;
}
.loc-img-wrapper {
    background: var(--slate-200);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}
.loc-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.location-card:hover img {
    transform: scale(1.05);
}
.loc-rating {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--watts-dark-blue);
}
.loc-actions {
    display: flex;
    gap: 0.5rem;
}
.btn-loc-call {
    flex: 1;
    background: var(--aColor);
    color: var(--watts-blue);
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
}
.btn-loc-call:hover {
    background: #dbeafe;
}
.btn-loc-map {
    flex: 1;
    border: 1px solid var(--slate-200);
    color: var(--slate-600);
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    background: var(--sColor);
    color: #fff;
}
.btn-loc-map:hover {
    border-color: var(--watts-blue);
    color: var(--watts-blue);
}

/* --- FOOTER --- */
.site-footer {
}
.footer-cta {
    border-bottom: 1px solid #ffffff45;
    padding: 4rem 0;
}
.footer-cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}
@media (min-width: 768px) {
    .footer-cta .container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.footer-main {
    padding: 4rem 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}
@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-col h3 {
    color: white;
    font-family: var(--font-serif);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
.footer-col ul {
    list-style: none;
}
.footer-col li {
    font-size: 0.875rem;
}
.footer-col a:hover {
    color: var(--watts-orange);
}
.footer-bottom {
    background-color: var(--sColor);
    border-top: 1px solid var(--slate-800);
    padding: 2rem 0;
    font-size: 0.75rem;
    color: var(--slate-500);
}
.footer-bottom .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
@media (min-width: 768px) {
    .footer-bottom .container {
        flex-direction: row;
        justify-content: space-between;
    }
}
.footer-links {
    display: flex;
    gap: 1.5rem;
}

/* --- MODAL --- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(5px);
    opacity: 1;
    transition: opacity 0.3s;
}
.modal-content {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    background: black;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
    font-size: 1.5rem;
    z-index: 10;
    background: none;
    border: none;
}

/* --- MOBILE STICKY --- */
.mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid var(--slate-100);
    padding: 0.75rem;
    z-index: 90;
    display: flex;
    gap: 0.75rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .mobile-sticky {
        display: none;
    }
}

.dogters-section img {
    height: 650px !important;
    object-fit: cover;
}

.sticky-btn {
    flex: 1;
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

span#doc-role:empty {
    display: none;
}

.footer-main ul {
    padding: 0px;
}

.sticky-call {
    background: var(--watts-light);
    color: var(--watts-dark-blue);
}
.sticky-book {
    background: var(--watts-orange);
    color: white;
    flex: 1.5;
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html .menu-item-has-children > a:after {
    font-family: 'Font Awesome 5';
    position: absolute;
    content: "\f107";
    right: -15px !important;
}

.logo img {
    display: block;
    float: none !important;
}

.logo * {
    display: block !important;
    margin: 0px;
    max-width: 180px;
}

.logo h2 {
    margin: 0px;
}

/**/
ul#menu-main-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li#menu-item-2908 {
    display: none;
}

.clearfix:after {
    display: none;
}

.custom-menu a {
    color: #fff;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.2;
}

.hero-content h2 p {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
}

.custom-menu {
    background-color: var(--aColor);
    padding: 5px 20px;
    border-radius: 4px;
}

.top-bar-left a {
    color: #fff;
}

.top-bar-links * {
    color: #fff;
}

.top-bar-links a {
    margin-left: 20px;
}

.flex-start {
    justify-content: flex-start;
}

@media (max-width: 880px) {
    .spotlight-img {
        height: 400px !important;
    }
        ul.mobile-menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    li.custom-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2640 {
        display: none;
    }

    ul.mobile-menu {
        padding: 0px;
    }
    
    .doctor-spotlight {
        padding: 3rem 2rem;
    }
   .stat-number,.stat-number + span {
        font-size: 2.5rem !important;
    }
    
    .navbar {
        padding: 10px 0px;
    }
    
    #logo img {
        margin: 0px !important;
        max-width: 250px;
        width: 100%;
        display: block;
    }
    .dogters-section img {
        height: 400px !important;
    }
    .dog-tabs {
        flex-wrap: wrap;
    }
    
    .dog-tabs button {
        flex: 1 1 50%;
    }
}

.footer-bottom * {
    color: #fff;
}

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

.footer-cta p {
    color: #fff;
    margin: 0px;
}

footer img {
}

.footer-col * {
    color: #fff;
}

.footer-bottom {
    position: relative;
}

.footer-bottom:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: #0d0d0db0;
    height: 100%;
    width: 100%;
}

.top-bar-left p br {
    display: none;
}

.top-bar-left p {
    margin: 0px;
}

.top-bar-left p span {
    margin-right: 5px;
}

.loc-img-wrapper img {
    height: 350px !important;
}

.loc-img-wrapper iframe {
    height: 250px;
}

footer.site-footer .btn-book {
    background: var(--aColor);
    color: #fff;
    box-shadow: 0px 1px 10px var(--aColor);
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col li a {
    padding: 0px;
}

.footer-cta a:nth-child(1) {
    background: #fff;
}


.stat-number + span {
    vertical-align: middle;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.review-grid .slick-prev {
    left: -50px;
}

.clearfix.ct-template:after {
    content: "";
    clear: both;
    display: block;
}

.review-grid .slick-next {
    right: -50px;
}

div#doctor-thumbnails div:only-child {
    display: none;
}

section.dogters-section:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: var(--pColor);
    opacity: 0.05;
}

@media (max-width: 768px) {
    
    div#mobileDrawer .dm-flex {
        justify-content: space-between;
    }

    div#mobileDrawer .dm-flex button {
        background: transparent;
        font-size: 22px;
    }

    .mobile-menu .custom-menu.menu-item:last-child a {
        color: #fff;
        text-align: center !important;
        justify-content: center;
    }
    .top-bar {
        display: none;
    }
}


.top-bar-links .dm-rate-us span {
    font-size: 18px !important;
    color: #fff;
}

.top-bar-links .dm-rate-us .rtg a {
    padding: 0px !important;
    margin: 0px !important;
}

.social-icons a:nth-child(4) span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.social-icons a {
    height: 30px;
    width: 30px;
    margin: 0px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #0053ff;
    border-radius: 50%;
}

html a.btn {
    color: #000000;
    border-radius: 100px;
}

.dog-card h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

a.header-google {
    background: #e00000 !important;
}

html h1, html h2, html h4 {
    color: #000;
}

section.visit-us-flex {
    padding: 5vh 0px;
}

.modal-content video {
    width: 100%;
}

section.visit-us-flex iframe {
    display: block;
    border-radius: 20px;
    min-height: 450px;
    height: 550px;
}

section.visit-us-flex h3 {
    font-size: 45px;
}

.dm-half li:before {
    content: "";
}

.dm-half li {
    list-style: disc;
}

section.visit-us-flex li {
    list-style: none;
    margin-bottom: 10px;
}

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

section.visit-us-flex i {
    margin-right: 10px;
}

.section-header h2 {
    font-size: 45px;
}

.section-header h2 em {
    color: var(--pColor);
}

span.expand-me {
   display: none;
}

@media (min-width: 881px) {
    span.main-toggler a:after {
        font-family: 'Font Awesome 5';
        position: absolute;
        content: "\f107";
        right: -15px !important;
    }
}

@media (max-width: 880px) {

    .mobile-menu > .menu-item > a,.mobile-menu > .menu-item > span >a {
        padding: 5px 0px;
        display: block;
        color: var(--aColor);
        font-weight: bold;
    }

    .mobile-menu > .menu-item > span {
        display: block;
        width: 100%;
        position: relative;
    }

    span.expand-me {
        position: absolute;
        right: 0px;
        display: block;
        top: 0px;
        color: var(--pColor);
    }

    .menu-item:hover .sub-menu {
        transform: none !important;
        background: whitesmoke;
    }

    .mobile-menu .menu-item:last-child {
        margin: 0px;
    }

    .mobile-menu .sub-menu {
        background: whitesmoke;
        padding: 10px;
    }
    
}

.hero-content {
    flex: 1 1 40%;
}


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

/*Serv*/
 .top-flex {
	 display: flex;
	 flex-wrap: wrap;
	 margin-bottom: 35px
}

section#services img {
	height: 325px!important;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px
}

section#services .dm-third {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 2%;
	flex: 1 1 31%;
	overflow: hidden;
	margin: 0 10px
}

section#services .dm-third div {
	bottom: 0;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 1
}

section#services {
    padding: 10vh 0px;
}

section#services button {
    background: var(--sColor);
}

section#services .dm-third:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--pColor);
	opacity: .1;
	border-radius: inherit;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	transition: all .3s ease-in-out
}

section#services p {
	margin: 0
}

section#services .dm-flex {
	gap: 2%
}

section#services h2 strong {
	color: var(--sColor)
}

section#services h2 {
	line-height: 1
}

a.lbtn {
	display: block;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	font-size: 15px
}

section.central-welcome .dm-half:first-child img {
	border-radius: 4px
}

a.lbtn:after {
	content: "\f30c";
	position: absolute;
	right: 2%;
	bottom: 5%;
	font-family: 'Font Awesome 5';
	transform: rotate(40deg)
}

.dm-slux .slick-dots {
	bottom: 0;
	position: relative;
	margin-top: 15px
}

li.slick-active {
	border-color: var(--pColor);
	border-width: 3px;
	border-style: solid;
	border-radius: 50%
}

html .slick-dots li button {
	height: 5px;
	width: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto
}

html .slick-dots li.slick-active button {
	background: var(--pColor)!important
}

.top-flex h4 {
	font-family: Roboto;
	color: var(--sColor);
	font-weight: 700;
	font-size: 17px
}

section.blue-section {
	background: var(--pColor);
	margin-top: 0
}

html h3 {
    color: var(--sColor);
}

/* Main container */
.intro{
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

/* Headings */
.intro h2{
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #223125;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 6px;
	font-weight: bold;
}

.intro h3{
    font-size: 20px;
    margin-bottom: 15px;
    color: #223125;
	font-weight: bold;
}

.intro ul{
    padding-left: 20px;
    margin-bottom: 30px;
}

.intro ul li{
    margin-bottom: 8px;
    font-size: 16px;
}

.intro img{
    margin: 10px 20px 10px 0;
    vertical-align: middle;
    transition: transform .2s ease, opacity .2s ease;
}

.intro img:hover{
    transform: scale(1.05);
    opacity: 0.9;
}

.intro{
    display: block;
}

.flex-images {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.flex-images img {
text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 10px #aeaeae;
	padding: 5px;
width: 200px !important;
object-fit: contain;
}
.intro img{
    max-height: 80px;
    width: auto;
}

.intro h2 + img,
.intro h2 + img + img{
    display: inline-block;
}

@media (max-width:768px){

    .intro{
        padding:20px;
    }

    .intro img{
        display:block;
        margin:15px auto;
        max-height:70px;
    }

}

.page-id-74 .meetDoc {
	padding: 60px 0px 20px !important; }

.testimonial-box-dm {
  --dm-primary: #1f6d8c;
  --dm-primary-dark: #164f66;
  --dm-accent: #e9f6fb;
  --dm-border: #d7e8ef;
  --dm-text: #24323a;
  --dm-muted: #5f7380;
  --dm-card-bg: #ffffff;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 10px 0;
}

.testimonial-box-dm blockquote {
  position: relative;
  margin: 0;
  padding: 28px 24px 22px;
  background: var(--dm-card-bg);
  border: 1px solid var(--dm-border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(20, 55, 70, 0.08);
  color: var(--dm-text);
  font-size: 1rem;
  line-height: 1.7;
  font-style: normal;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.testimonial-box-dm blockquote:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 55, 70, 0.14);
  border-color: #bfdbe6;
}

.testimonial-box-dm blockquote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--dm-accent);
  font-family: Georgia, serif;
  pointer-events: none;
}

.testimonial-box-dm blockquote::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(to bottom, #6a9a6c, #1f3126);
  border-radius: 18px 0 0 18px;
}

.testimonial-box-dm blockquote {
  white-space: pre-line;
}

.testimonial-box-dm blockquote strong,
.testimonial-box-dm blockquote b {
  color: var(--dm-primary-dark);
}

.testimonial-box-dm blockquote br + br {
  display: none;
}

.testimonial-box-dm blockquote {
  background-image:
    radial-gradient(circle at top right, rgba(31, 109, 140, 0.05), transparent 35%);
}

@media (max-width: 767px) {
  .testimonial-box-dm {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonial-box-dm blockquote {
    padding: 24px 20px 20px;
    font-size: 0.98rem;
  }
}

.insurance {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.insurance img {
text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 10px #aeaeae;
	padding: 5px;
width: 200px;
object-fit: contain;
}


section#services {
    background-image: url(/wp-content/uploads/2026/03/marble_1920.jpg);
	background-repeat: no-repeat;
}

.google-bg {display: none;}
.reviews-section {
	background-image: url(/wp-content/uploads/2026/03/marble_1920.jpg);
	background-repeat: no-repeat;
}

div#doc-signature {display: none;}

.review-text {color: #000;}
.review-author-name {
	color: #000;
}

@media (max-width: 880px) {
	.mobile-menu > .menu-item > a, .mobile-menu > .menu-item > span >a { color: #000;}}