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

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

/* general */

* {
    box-sizing: border-box;
}

body.ofc-body {
    --ofc-navy: #14404d;
    --ofc-gold: #268bb2;
    --ofc-gold-light: #e8c97a;
    --ofc-white: #ffffff;
    --ofc-off-white: whitesmoke;
    --ofc-gray: #6b7280;
    --ofc-light-gray: #f3f4f6;
    color: var(--ofc-navy);
    background: var(--ofc-white);
    line-height: 1.6;
}
body.ofc-body *,
body.ofc-body *::before,
body.ofc-body *::after {
    box-sizing: border-box;
}

body.ofc-body section {
    padding: 5vh 0px;
}
body.ofc-body .container {
    max-width: 1200px;
    margin: 0 auto;
}
body.ofc-body .eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 16px;
}
body.ofc-body .section-title {
    font-size: clamp(28px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}
body.ofc-body .section-title.light {
    color: var(--ofc-white);
}
body.ofc-body .section-sub {
    font-size: 18px;
    color: var(--ofc-gray);
    font-weight: 300;
    max-width: 580px;
    line-height: 1.75;
}
body.ofc-body .section-sub.light {
    color: rgba(255, 255, 255, 0.6);
}

/* â”€â”€â”€ STICKY NAV (optional, in case you keep it in header) â”€â”€â”€ */
body.ofc-body .sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #004a66;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
body.ofc-body .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}
body.ofc-body .nav-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1;
}
body.ofc-body .nav-logo span {
    color: var(--ofc-gold);
}
body.ofc-body .nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}
body.ofc-body .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
body.ofc-body .nav-links a:hover {
    color: var(--ofc-gold);
}
body.ofc-body .nav-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}
body.ofc-body .nav-phone {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
body.ofc-body .nav-cta {
    background: #268bb2;
    color: #ffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px 24px;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}
body.ofc-body .nav-cta:hover {
    background: var(--ofc-gold-light);
}

/* â”€â”€â”€ HERO â”€â”€â”€ */
body.ofc-body .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 24px 80px;
    position: relative;
    overflow: hidden;
    background: var(--aColor);
}
body.ofc-body .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.35;
    height: 100% !important;
    z-index: 0;
}
body.ofc-body .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(108 108 108 / 55%) 0%, rgb(0 0 0 / 75%) 100%);
}
body.ofc-body .hero-eyebrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgb(255 255 255 / 50%);
    color: var(--ofc-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 9px 22px;
    border-radius: 2px;
    margin-bottom: 36px;
}

ul#menu-main-menu {
    padding: 0px;
    margin: 0px;
}

body.ofc-body .hero-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--ofc-gold);
    border-radius: 50%;
}
body.ofc-body .hero h2 {
    position: relative;
    z-index: 2;
    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 7vw, 80px);
    font-weight: 700;
    color: var(--ofc-white);
    line-height: 1.08;
    max-width: 860px;
    margin-bottom: 28px;
}
body.ofc-body .hero h2 em {
    color: var(--ofc-gold);
    font-style: normal;
}
body.ofc-body .hero-sub {
    position: relative;
    z-index: 2;
    font-size: clamp(16px, 2.2vw, 20px);
    color: rgba(255, 255, 255, 0.7);
    max-width: 560px;
    margin-bottom: 52px;
    font-weight: 300;
    line-height: 1.75;
}
body.ofc-body .hero-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
body.ofc-body .btn-gold {
    display: inline-block;
    background: var(--ofc-gold);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 18px 52px;
    border-radius: 2px;
    text-decoration: none;
    transition:
        background 0.2s,
        transform 0.15s;
}
body.ofc-body .btn-gold:hover {
    background: var(--ofc-gold-light);
    transform: translateY(-2px);
}
body.ofc-body .btn-ghost {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--ofc-white);
    font-weight: 500;
    font-size: 14px;
    padding: 18px 44px;
    border-radius: 2px;
    text-decoration: none;
    transition:
        border-color 0.2s,
        color 0.2s;
}
body.ofc-body .btn-ghost:hover {
    border-color: var(--ofc-gold);
    color: var(--ofc-gold);
}

body.ofc-body .hero-stats {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 56px;
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
}
body.ofc-body .stat {
    text-align: center;
    padding-top: 22px;
    border-top: 1px solid rgba(201, 168, 76, 0.35);
    min-width: 120px;
}
body.ofc-body .stat-num {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--ofc-gold);
    line-height: 1;
}
body.ofc-body .stat-label {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 6px;
    line-height: 1.4;
}

/* â”€â”€â”€ TRUST BAR â”€â”€â”€ */
body.ofc-body .trust-bar {
    background: var(--ofc-off-white);
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e2dc;
}
body.ofc-body .trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ofc-navy);
}
body.ofc-body .trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ofc-gold);
    flex-shrink: 0;
}

/* â”€â”€â”€ INTRO SPLIT â”€â”€â”€ */
body.ofc-body .intro-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
body.ofc-body .intro-image {
    position: relative;
    height: 100%;
}
body.ofc-body .intro-image img {
    width: 100%;
    display: block;
    border-radius: 2px;
    box-shadow: 0 30px 70px rgba(13, 27, 42, 0.18);
    height: 100% !important;
    object-fit: cover;
}
body.ofc-body .intro-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: var(--ofc-gold);
    color: var(--ofc-navy);
    padding: 24px 28px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 12px 32px rgba(201, 168, 76, 0.35);
}
body.ofc-body .intro-badge-num {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
body.ofc-body .intro-badge-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
}
body.ofc-body .intro-content {
    padding-left: 20px;
}
body.ofc-body .intro-content p {
    font-size: 16px;
    color: var(--ofc-gray);
    line-height: 1.8;
    margin-bottom: 24px;
}
body.ofc-body .intro-points {
    list-style: none;
    margin: 32px 0;
    padding: 0;
}
body.ofc-body .intro-points li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: var(--ofc-navy);
    font-weight: 500;
}
body.ofc-body .intro-points li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: var(--ofc-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

/* â”€â”€â”€ SERVICES â”€â”€â”€ */
body.ofc-body .services-section {
    background: #004058;
}
body.ofc-body .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2px;
    margin-top: 64px;
}
body.ofc-body .service-card {
    background: rgb(255 255 255 / 13%);
    padding: 40px 32px;
    border-top: 2px solid transparent;
    transition:
        border-color 0.2s,
        background 0.2s;
    cursor: default;
    text-decoration: none;
    display: block;
}
body.ofc-body .service-card:hover {
    border-top-color: var(--ofc-gold);
    background: rgba(255, 255, 255, 0.07);
}
body.ofc-body .service-icon {
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
}
body.ofc-body .service-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--ofc-white);
    margin-bottom: 12px;
}
body.ofc-body .service-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}
body.ofc-body .service-link {
    display: inline-block;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ofc-gold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
}

/* â”€â”€â”€ FEATURED: BUNION â”€â”€â”€ */
body.ofc-body .featured-section {
    background: var(--ofc-off-white);
}
body.ofc-body .featured-split {
    display: flex;
    gap: 0;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15, 35, 24, 0.12);
    margin-top: 64px;
    flex-wrap: wrap;
}
body.ofc-body .featured-photos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1%;
}
body.ofc-body .featured-photo {
    position: relative;
    overflow: hidden;
}
body.ofc-body .featured-photo img {
    width: 100%;
    height: auto;
    display: block;
}
body.ofc-body .featured-photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
body.ofc-body .lbl-b {
    background: rgba(13, 27, 42, 0.8);
    color: rgba(255, 255, 255, 0.7);
}
body.ofc-body .lbl-a {
    background: rgba(201, 168, 76, 0.92);
    color: var(--ofc-navy);
}
body.ofc-body .featured-content {
    background: #005778;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
body.ofc-body .featured-content .eyebrow {
    color: var(--ofc-gold);
    color: #fff !important;
}
body.ofc-body .featured-content h3 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--ofc-white);
    line-height: 1.2;
    margin-bottom: 20px;
}
body.ofc-body .featured-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 32px;
}
body.ofc-body .featured-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}
body.ofc-body .pill {
    background: #ffffff;
    border: 1px solid rgba(201, 168, 76, 0.3);
    color: var(--ofc-gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 20px;
}

/* â”€â”€â”€ TESTIMONIALS â”€â”€â”€ */
body.ofc-body .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 64px;
}
body.ofc-body .review-card {
    background: var(--ofc-off-white);
    padding: 36px;
    border-radius: 2px;
    border-left: 3px solid var(--ofc-gold);
}
body.ofc-body .review-stars {
    color: var(--ofc-gold);
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}
body.ofc-body .review-text {
    font-size: 15px;
    color: var(--ofc-navy);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 24px;
}
body.ofc-body .review-author {
    font-size: 13px;
    font-weight: 700;
    color: var(--ofc-navy);
}
body.ofc-body .review-verified {
    font-size: 11px;
    color: var(--ofc-gold);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* â”€â”€â”€ WHY US â”€â”€â”€ */
body.ofc-body .ofc-bg-offwhite {
    background: whitesmoke;
}
body.ofc-body .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 64px;
}
body.ofc-body .why-card {
    border-top: 2px solid var(--ofc-gold);
    padding-top: 28px;
}
body.ofc-body .why-num {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: rgb(0 0 0 / 56%);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
body.ofc-body .why-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ofc-navy);
    margin-bottom: 10px;
}
body.ofc-body .why-card p {
    font-size: 14px;
    color: var(--ofc-gray);
    line-height: 1.75;
}

/* â”€â”€â”€ LOCATION â”€â”€â”€ */
body.ofc-body .location-section {
    background: var(--aColor);
}
body.ofc-body .location-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
body.ofc-body .location-info .eyebrow {
    color: var(--ofc-gold);
}
body.ofc-body .location-info h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--ofc-white);
    margin-bottom: 24px;
}
body.ofc-body .location-details {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
body.ofc-body .location-details li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body.ofc-body .loc-icon {
    color: var(--ofc-gold);
    flex-shrink: 0;
    margin-top: 2px;
}
body.ofc-body .loc-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}
body.ofc-body .loc-text strong {
    color: var(--ofc-white);
    display: block;
    margin-bottom: 2px;
}
body.ofc-body .map-placeholder {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    overflow: hidden;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
}
body.ofc-body .map-placeholder iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* â”€â”€â”€ FINAL CTA â”€â”€â”€ */
body.ofc-body .cta-section {
    background: #268bb200;
    padding: 90px 24px;
    text-align: center;
}
body.ofc-body .cta-section h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 700;
    color: var(--aColor);
    margin-bottom: 18px;
}
body.ofc-body .cta-section p {
    font-size: 18px;
    color: rgba(15, 35, 24, 0.7);
    margin-bottom: 44px;
    font-weight: 300;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
body.ofc-body .btn-navy {
    display: inline-block;
    background: var(--ofc-navy);
    color: var(--ofc-white);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 18px 56px;
    border-radius: 2px;
    text-decoration: none;
    transition:
        opacity 0.2s,
        transform 0.15s;
}
body.ofc-body .btn-navy:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}
body.ofc-body .cta-sub {
    display: block;
    margin-top: 22px;
    font-size: 15px;
    color: rgba(15, 35, 24, 0.6);
}
body.ofc-body .cta-sub a {
    color: var(--ofc-navy);
    font-weight: 700;
    text-decoration: none;
}

.footer {
    background: var(--pColor);
    padding: 60px 24px 40px;
}
.footer-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px 15px;
}
.footer-brand .nav-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1;
}
.footer-brand p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    max-width: 300px;
}
.footer-col h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}
.footer-col ul {
    list-style: none;
}
.footer-col li {
    margin-bottom: 10px;
}
.footer-col a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.footer-col a:hover {
    color: var(--white);
}
.footer-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: #fff;
}
.footer-bottom p {
    font-size: 12px; /* color: rgba(255,255,255,0.25); */
}

@media (max-width: 900px) {
    body.ofc-body .nav-links,
    body.ofc-body .nav-phone {
        display: none;
    }
}
@media (max-width: 768px) {
    body.ofc-body .intro-split,
    body.ofc-body .featured-split,
    body.ofc-body .location-split {
        grid-template-columns: 1fr;
    }
    body.ofc-body .featured-photos {
        grid-template-columns: 1fr 1fr;
    }
    body.ofc-body .intro-badge {
        position: static;
        margin-top: 20px;
        display: inline-block;
    }
    body.ofc-body .intro-content {
        padding-left: 0;
    }
    body.ofc-body .hero-stats {
        gap: 28px;
    }
}

.footer-inner.dm-flex {
    align-items: flex-start;
}

.footer-inner.dm-flex * {
    color: #fff;
}

.footer-inner.dm-flex h3 {
    color: #fff;
}

.footer-inner.dm-flex img {
    display: block;
    margin-bottom: 25px;
	filter: brightness(0) invert(1);
}

.bottom-footer {
    text-align: center;
    color: #fff;
}

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

.bottom-footer p {
    margin: 0px;
}
@media (max-width: 880px) {
    .nav-actions .nav-cta {
        display: none;
    }
}

section.page-header {
    padding: 20px 0px !important;
}

.sub-menu li a:hover {
    color: #fff;
}

@media (min-width: 881px) {
    li#menu-item-467 {
        display: none;
    }
    ul#menu-main-menu li {
        position: relative;
    }

    ul#menu-main-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    ul#menu-main-menu .sub-menu {
        position: absolute;
        left: 0px;
        bottom: auto;
        top: 100%;
        /*background: var(--aColor);*/
        background: color-mix(in oklab, var(--aColor) 80%, black);
        width: 200px;
        border-radius: 10px;
        padding: 10px 15px;
        opacity: 0;
        visibility: hidden;
    }

    ul#menu-main-menu .sub-menu li a {
        font-size: 14px;
    }

    .menu-item-has-children > a:after {
        right: -10px;
    }

    ul#menu-main-menu ul.sub-menu.wda-long-menu {
        width: 500px;
        display: flex;
        flex-wrap: wrap;
    }

    ul#menu-main-menu ul.sub-menu.wda-long-menu li {
        flex: 1 1 50%;
    }

    ul.sub-menu.wda-long-menu a {
        line-height: 1.2;
        padding: 10px;
    }

    ul.sub-menu.wda-long-menu li {
        border-bottom: 1px solid #ffffff52;
    }
}

:root {
    --ofcmm-navy: #0f2318;
    --ofcmm-navy-deep: #060f09;
    --ofcmm-gold: #c9a84c;
    --ofcmm-gold-light: #e8c97a;
    --ofcmm-white: #ffffff;
    --ofcmm-muted: rgba(255, 255, 255, 0.55);
    --ofcmm-line: rgba(255, 255, 255, 0.08);
    --ofcmm-z: 9999;
    --ofcmm-width: min(360px, 88vw);
    --ofcmm-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ofcmm-toggle {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--ofcmm-gold);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    z-index: calc(var(--ofcmm-z) - 1);
}
.ofcmm-toggle span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: var(--ofcmm-navy);
    border-radius: 1px;
    transition:
        transform 0.25s var(--ofcmm-ease),
        opacity 0.2s;
}
.ofcmm-toggle span:nth-child(1) {
    top: 14px;
}
.ofcmm-toggle span:nth-child(2) {
    top: 21px;
}
.ofcmm-toggle span:nth-child(3) {
    top: 28px;
}

body.ofcmm-open .ofcmm-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
body.ofcmm-open .ofcmm-toggle span:nth-child(2) {
    opacity: 0;
}
body.ofcmm-open .ofcmm-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ofcmm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 15, 9, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s var(--ofcmm-ease);
    z-index: var(--ofcmm-z);
}
body.ofcmm-open .ofcmm-overlay {
    opacity: 1;
    pointer-events: auto;
}

.ofcmm-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--ofcmm-width);
    background: var(--ofcmm-navy);
    color: var(--ofcmm-white);
    z-index: calc(var(--ofcmm-z) + 1);
    transform: translateX(100%);
    transition: transform 0.35s var(--ofcmm-ease);
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(201, 168, 76, 0.2);
    font-family: "Inter", system-ui, sans-serif;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
body.ofcmm-open .ofcmm-panel {
    transform: translateX(0);
}

/* Head row: brand + close */
.ofcmm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid var(--ofcmm-line);
    gap: 12px;
    background: var(--ofcmm-navy-deep);
}
.ofcmm-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}
.ofcmm-brand img {
    max-height: 36px;
    width: auto;
    display: block;
}
.ofcmm-close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 2px;
    background: transparent;
    color: var(--ofcmm-gold);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition:
        background 0.18s,
        color 0.18s,
        transform 0.18s;
}
.ofcmm-close:hover {
    background: var(--ofcmm-gold);
    color: var(--ofcmm-navy);
    transform: rotate(90deg);
}

.ofcmm-nav {
    padding: 12px 0;
    flex: 1;
}
.ofcmm-nav .ofcmm-menu,
.ofcmm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ofcmm-nav li {
    display: block;
    border-bottom: 1px solid var(--ofcmm-line);
    position: relative;
}
.ofcmm-nav a {
    display: block;
    padding: 18px 22px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition:
        background 0.18s,
        color 0.18s,
        padding-left 0.18s;
}
.ofcmm-nav a:hover,
.ofcmm-nav .current-menu-item > a,
.ofcmm-nav .current_page_item > a {
    background: rgba(201, 168, 76, 0.08);
    color: var(--ofcmm-gold);
    padding-left: 30px;
}
.ofcmm-nav .sub-menu,
.ofcmm-nav ul ul {
    background: rgba(0, 0, 0, 0.18);
    border-top: 1px solid var(--ofcmm-line);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s var(--ofcmm-ease);
    display: block;
}
.ofcmm-nav .sub-menu a,
.ofcmm-nav ul ul a {
    font-size: 12.5px;
    letter-spacing: 1px;
    padding: 14px 22px 14px 38px;
    color: var(--ofcmm-muted);
}

.ofcmm-nav li.is-open > .sub-menu,
.ofcmm-nav li.is-open > ul {
    max-height: 1200px;
}

.ofcmm-cta {
    padding: 22px;
    border-top: 1px solid var(--ofcmm-line);
    background: var(--ofcmm-navy-deep);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ofcmm-phone {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    text-align: center;
    letter-spacing: 0.5px;
}
.ofcmm-phone:hover {
    border-color: var(--ofcmm-gold);
    color: var(--ofcmm-gold);
}
.ofcmm-book {
    display: inline-block;
    background: var(--ofcmm-gold);
    color: var(--ofcmm-navy);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    transition:
        background 0.18s,
        transform 0.15s;
}
.ofcmm-book:hover {
    background: var(--ofcmm-gold-light);
    transform: translateY(-1px);
}

body.ofcmm-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    ul.sub-menu {
        display: none;
    }
    .menu-item-has-children > a:after {
        opacity: 0;
    }
    .ofcmm-toggle {
        display: inline-block;
    }
}
@media (min-width: 901px) {
    .ofcmm-panel,
    .ofcmm-overlay {
        display: none;
    }
}

.ofcmm-sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--ofcmm-line);
    cursor: pointer;
    padding: 0;
    display: grid;
    place-items: center;
    color: var(--ofcmm-gold);
    transition:
        background 0.18s,
        transform 0.25s var(--ofcmm-ease);
}
.ofcmm-sub-toggle:hover {
    background: rgba(201, 168, 76, 0.08);
}
.ofcmm-sub-toggle span {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.28s var(--ofcmm-ease);
    margin-top: -4px;
}
.ofcmm-nav li.is-open > .ofcmm-sub-toggle span {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.dm-service-section.servicespage {
    background: #0f2318;
}

.dm-service-section.servicespage * {
    color: white;
}

.bunionectomy-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 24px;
    background: #082418;
}

.bunionectomy-intro {
    max-width: 760px;
    margin-bottom: 42px;
}

.eyebrow {
    color: #c5a348;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
}

.section-title.light {
    color: var(--white);
}

* {
    box-sizing: border-box;
}

.treatments {
    padding: 0 72px;
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1100px;
}

.card {
    min-height: 335px;
    padding: 54px 32px 40px;
    background: #132f20;
    border-right: 1px solid #082818;
    border-bottom: 1px solid #082818;
}

.card span {
    display: block;
    margin-bottom: 12px;
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    color: rgba(106, 105, 43, 0.45) !important;
}

.card h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
}

.card p {
    margin: 0;
    color: #aab6ad;
    font-size: 15.5px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .treatments {
        padding: 0 24px;
    }

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

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

    .card {
        min-height: auto;
    }
}

.bunionectomy-intro h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 46px;
    line-height: 1.15;
}

.bunionectomy-intro p {
    color: #aeb9b3;
    font-size: 17px;
    line-height: 1.7;
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.treatment-card {
    min-height: 300px;
    padding: 44px 32px;
    background: #143324;
    border-right: 1px solid rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.treatment-card.active {
    border-top: 2px solid #c5a348;
}

.icon {
    font-size: 30px;
    margin-bottom: 28px;
}

.treatment-card h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.35;
}

.treatment-card p {
    margin: 0;
    color: #aeb9b3;
    font-size: 15.5px;
    line-height: 1.6;
}

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

@media (max-width: 560px) {
    .bunionectomy-intro h2 {
        font-size: 36px;
    }

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

.page-id-233 .dm-service-section:nth-child(even) img {
    outline: unset;
}

.dm-service-section:nth-child(odd) img {
    border: unset !important;
    outline: unset !important;
}

.dm-service-section.goldsection {
    background: #c9a84c !important;
}

.btn-navy {
    display: inline-block;
    background: var(--navy);
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px 52px;
    border-radius: 2px;
    text-decoration: none;
}

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

.condition-card {
    background: #f3f4ef;
    border-top: 3px solid #b79a4a;
    padding: 36px 28px 32px;
    min-height: 245px;
    box-sizing: border-box;
}

.icon {
    font-size: 34px;
    margin-bottom: 22px;
    line-height: 1;
}

.condition-card h3 {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.3;
    color: #10201f;
    font-weight: 700;
}

.condition-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6f7777;
}

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

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

.dm-service-section.whitesection {
    background: #f3f6f1;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 0 auto;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid #e7edf3;
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(20, 40, 80, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(20, 40, 80, 0.14);
}

.benefit-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #12314f;
    font-weight: 700;
}

.benefit-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5c6b7a;
}

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

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

.page-id-643 .benefits-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}

.page-id-643 .dm-service-section:nth-child(even) {
    background: white;
}

.therapy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #082418;
    padding: 0;
    font-family: Arial, sans-serif;
}

.therapy-card {
    min-height: 340px;
    padding: 54px 32px 38px;
    background: #102d20;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.therapy-number {
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(181, 156, 75, 0.28) !important;
    margin-bottom: 16px;
    line-height: 1;
}

.therapy-card h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 18px;
    font-weight: 700;
}

.therapy-card p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.therapy-card span {
    display: inline-block;
    color: #c3a94c;
    border: 1px solid rgba(195, 169, 76, 0.35);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

.page-id-643 h2.section-title {
    font-size: clamp(28px, 4vw, 47px) !important;
}

.therapy-section-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #0b261b;
    padding: 20px 40px;
    font-family: "Inter", sans-serif;
}

.therapy-section-new__card {
    border: 1px solid rgba(208, 175, 83, 0.18);
    padding: 48px 36px 42px;
    min-height: 470px;
    color: #b7c0b7;
}

.therapy-section-new__option {
    display: block;
    color: #d5af54;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.therapy-section-new__title {
    color: #f4f5ef;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 8px;
}

.therapy-section-new__subtitle {
    color: #d5af54;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.therapy-section-new__text {
    color: #b8c0b8;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 34px;
}

.therapy-section-new__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.therapy-section-new__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    color: #b8c0b8;
    font-size: 15px;
    line-height: 1.6;
}

.therapy-section-new__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 1px;
    background: #d5af54;
}

@media (max-width: 991px) {
    .therapy-section-new {
        grid-template-columns: 1fr;
    }

    .therapy-section-new__card {
        min-height: auto;
    }
}

.process-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
    font-family: "Inter", "Arial", sans-serif;
}

.process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 54px;
    height: 54px;
    border: 2px solid #b99a37;
    border-radius: 50%;
    color: #b99a37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0e211d;
    margin: 0 0 12px;
}

.process-item p {
    font-size: 15px;
    line-height: 1.55;
    color: #7a7f83;
    margin: 0;
    max-width: 280px;
}

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

@media (max-width: 520px) {
    .process-section {
        grid-template-columns: 1fr;
    }
}

.contentfaqs h4 {
    background: transparent;
    color: var(--pColor);
    border-bottom: 1px solid var(--pColor);
    padding: 17px 0px;
}

.dm_faq_item {
    background: transparent;
    padding: 20px 0px 10px;
}

.dm-service-section h3 {
    font-size: 35px;
}

.dm-service-section:nth-child(even) {
    background: var(--pColor);
}

.dm-service-section:nth-child(even) * {
    color: #fff;
}

.dm-service-section:nth-child(even) h3 {
    color: var(--aColor);
}

.dm-service-section img {
    margin: 0px !important;
    border: 0px !important;
    outline: none !important;
}

.benefit-card p {
    color: #000 !important;
}

.benefit-card h3 {
    font-size: 24px;
}

body.ofc-body .featured-photo img {
    background-size: cover;
    width: 100%;
    /* height: 278px !important; */
    display: block;
}

body.ofc-body .nav-inner {
    max-width: 1700px;
    margin-top: 16px;
    margin-bottom: 16px;
}

body.ofc-body .nav-inner img {
    max-height: 200px !important;
    width: 300px !important;
    margin-bottom: 30px;
    margin-top: 20px;
    margin: 0px;
    filter: brightness(0) invert(1);
}

@media (min-width: 881px) {
    div#page.ofc-page {
        padding-top: 89px;
    }
}

.page-id-643 .dm-service-section:nth-child(even) * {
    color: #000 !important;
}

.page-id-643 .dm-service-section:nth-child(even) .eyebrow {
    color: #c5a348 !important;
}


section#location * {
    color: #fff !important;
}


section#services .eyebrow {
    color: #fff !important;
}

body.ofc-body .featured-photos > div {
    flex: 1 1 31.33%;
    margin: 1%;
}