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

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

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Karla:wght@400;500;600;700;800&display=swap");

.ssd-home {
    font-family: 'Karla', sans-serif;
    color: #4A617A;
}
.ssd-home .ssd-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #1E88C9;
    text-align: center;
}
.ssd-home .ssd-eyebrow.ssd-bright {
    color: #1E9BE9;
    text-align: left;
}
.ssd-home .ssd-eyebrow.ssd-muted {
    color: #7D93A7;
    text-align: left;
    margin-bottom: 18px;
}
.ssd-home .ssd-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #12263C;
    text-align: center;
    line-height: 1.15;
    margin: 14px 0 48px;
}
.ssd-home .ssd-section-title.ssd-left {
    text-align: left;
}
.ssd-home .ssd-section-title.ssd-white {
    color: #ffffff;
}
.ssd-home .ssd-section-title .ssd-teal {
    color: #14616D;
}
.ssd-home .ssd-section-title .ssd-blue,
.ssd-home .ssd-blue {
    color: #1E9BE9;
}
.ssd-home .ssd-stars i {
    color: #1E9BE9;
    font-size: 14px;
    margin-right: 2px;
}
.ssd-home .ssd-btn-dark,
.ssd-home .ssd-btn-blue,
.ssd-home .ssd-btn-ghost,
.ssd-home .ssd-btn-ghost-dark,
.ssd-home .ssd-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.ssd-home .ssd-btn-dark {
    background: #16515C;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(22, 81, 92, 0.28);
}
.ssd-home .ssd-btn-dark:hover {
    background: #0F3D46;
}
.ssd-home .ssd-btn-blue {
    background: #1E9BE9;
    color: #ffffff !important;
}
.ssd-home .ssd-btn-blue:hover {
    background: #167DC0;
}
.ssd-home .ssd-btn-ghost {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #C9D9E5;
    color: #16283C !important;
}
.ssd-home .ssd-btn-ghost:hover {
    border-color: #16515C;
}
.ssd-home .ssd-btn-ghost-dark {
    border: 1px solid #3A556F;
    color: #ffffff !important;
}
.ssd-home .ssd-btn-ghost-dark:hover {
    border-color: #1E9BE9;
    color: #1E9BE9 !important;
}
.ssd-home .ssd-btn-outline {
    border: 1.5px solid #16283C;
    color: #16283C !important;
    white-space: nowrap;
}
.ssd-home .ssd-btn-outline:hover {
    background: #16283C;
    color: #ffffff !important;
}

/* Header */
.ssd-topbar {
    background: #0C1A29;
    color: #DDE8F2;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 10px 16px;
}
.ssd-topbar-highlight {
    color: #F26A21;
    font-weight: 700;
}
.ssd-topbar-sep {
    color: #46607B;
}
.ssd-topbar a {
    color: #ffffff;
    font-weight: 800;
}
.ssd-topbar a:hover {
    color: #1E9BE9;
}
.ssd-mainbar {
    background: #ffffff;
    border-bottom: 1px solid #E8F0F6;
    padding: 10px 0px;
}
.ssd-mainbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.ssd-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    float: none;
}
.ssd-brand #logo {
    margin: 0;
}
.ssd-brand #logo img {
    max-height: 104px;
    width: auto;
    display: block;
}
.ssd-brand-name {
    font-family: 'Karla', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #16283C;
    letter-spacing: -0.2px;
}
.ssd-brand-address {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-top: 3px;
    font-size: 12.5px;
    color: #6B7F92;
    max-width: 260px;
}
.ssd-brand-address i {
    color: #178A97;
    margin-top: 3px;
}
.ssd-brand-address a {
    color: #6B7F92;
}
.ssd-brand-address a:hover {
    color: #1E88C9;
}
.ssd-nav {
    float: none;
    display: flex;
    align-items: center;
}
.ssd-header .ssd-nav .menu > li > a {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2A3F55;
}
.ssd-header .ssd-nav .menu > li:hover > a,
.ssd-header .ssd-nav .menu > li.current-menu-item > a {
    color: #1E88C9 !important;
}
.ssd-header-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.ssd-btn-book {
    background: #16515C;
    color: #ffffff !important;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
}
.ssd-btn-book:hover {
    background: #0F3D46;
}
.ssd-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #16283C !important;
    font-size: 15px;
    font-weight: 800;
}
.ssd-header-phone:hover {
    color: #1E88C9 !important;
}

/* Hero */
.ssd-hero {
    position: relative;
    background-color: #E9F1F7;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 96px 32px 88px;
}
.ssd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(240, 246, 251, 0.94) 0%, rgba(240, 246, 251, 0.82) 34%, rgba(240, 246, 251, 0.45) 60%, rgba(240, 246, 251, 0.35) 100%);
}
.ssd-promo-pill {
    position: absolute;
    top: 20px;
    right: 28px;
    z-index: 3;
    background: linear-gradient(90deg, #F5731F, #F28A1E);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    padding: 11px 20px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(242, 106, 33, 0.4);
    text-decoration: none;
}
.ssd-hero-flex {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 48px;
    padding-top: 96px;
    padding-bottom: 88px;
}
.ssd-hero-left {
    max-width: 620px;
}
.ssd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(23, 138, 151, 0.4);
    background: rgba(255, 255, 255, 0.65);
    color: #14818E;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.6px;
    padding: 9px 18px;
    border-radius: 999px;
}
.ssd-hero-title,
.ssd-hero-title p {
    font-family: 'Karla', sans-serif;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 800;
    color: #101D2C;
    margin: 26px 0 24px;
}
.ssd-hero-title p {
    margin: 0;
}
.ssd-hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: #42586E;
    max-width: 480px;
    margin: 0 0 34px;
}
.ssd-hero-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 46px;
}
.ssd-hero-stats {
    display: flex;
    gap: 44px;
}
.ssd-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #16283C;
}
.ssd-stat-label {
    font-size: 13px;
    color: #5A7086;
}
.ssd-choose-card {
    width: 424px;
    flex-shrink: 0;
    align-self: center;
    background: rgba(243, 249, 253, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(16, 42, 67, 0.18);
    padding: 24px 26px;
    margin-top: 60px;
}
.ssd-choose-title {
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: #16283C;
    margin-bottom: 16px;
}
.ssd-choose-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ssd-choose-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #33475C;
    margin-bottom: 11px;
}
.ssd-choose-list li i {
    color: #178A97;
    font-size: 14px;
    flex-shrink: 0;
}
.ssd-choose-rating,
.ssd-rating-pill {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(16, 42, 67, 0.08);
    padding: 14px 18px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.ssd-rating-title {
    font-size: 14.5px;
    font-weight: 800;
    color: #16283C;
}
.ssd-rating-sub {
    font-size: 12px;
    color: #6B7F92;
}

/* Specialties */
.ssd-specialties {
    background: #F2F8FB;
    padding: 92px 0 96px;
}
.ssd-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ssd-spec-card {
    background: #ffffff;
    border: 1px solid #E3EDF4;
    border-radius: 12px;
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
}
.ssd-spec-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    align-self: flex-start;
}
.ssd-spec-icon-fa {
    font-size: 30px;
    color: #2C6F9E;
}
.ssd-spec-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #16283C;
    margin: 18px 0 4px;
}
.ssd-spec-tag {
    font-size: 13px;
    font-weight: 700;
    color: #14818E;
    margin-bottom: 14px;
}
.ssd-spec-card p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #5A7086;
    margin: 0 0 22px;
}
.ssd-check-list {
    list-style: none;
    margin: auto 0 0;
    padding: 0;
}
.ssd-check-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #33475C;
    margin-bottom: 9px;
}
.ssd-check-list li i {
    color: #178A97;
    font-size: 12px;
}

/* Team */
.ssd-team {
    background: linear-gradient(180deg, #E7F2F8 0%, #EDF6FA 100%);
    padding: 92px 0 100px;
}
.ssd-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.ssd-doc-card {
    background: #ffffff;
    border-left: 5px solid var(--doc);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(16, 42, 67, 0.08);
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.ssd-doc-photo {
    height: 330px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 22px;
}
.ssd-doc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ssd-doc-badge {
    align-self: flex-start;
    background: color-mix(in srgb, var(--doc) 10%, #ffffff);
    color: var(--doc);
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 13px;
    border-radius: 999px;
}
.ssd-doc-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 700;
    color: #16283C;
    margin: 15px 0 4px;
}
.ssd-doc-cred {
    font-size: 13px;
    color: #6B7F92;
    margin-bottom: 14px;
}
.ssd-doc-card p {
    font-size: 14px;
    line-height: 1.68;
    color: #4A617A;
    margin: 10px 0 22px;
}
.ssd-doc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: auto;
}
.ssd-doc-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid color-mix(in srgb, var(--doc) 35%, #ffffff);
    background: color-mix(in srgb, var(--doc) 5%, #ffffff);
    color: var(--doc);
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
}

/* Results */
.ssd-results {
    background: #ffffff;
    padding: 100px 0;
}
.ssd-results-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 60px;
}
.ssd-results-head .ssd-eyebrow {
    text-align: left;
}
.ssd-results-head .ssd-section-title {
    margin-bottom: 18px;
    font-size: 46px;
}
.ssd-results-text {
    font-size: 16px;
    line-height: 1.6;
    color: #5A7086;
    max-width: 460px;
    margin: 0;
}
.ssd-ba-wrap {
    width: 452px;
    margin: 0 auto 64px;
}
.ssd-ba {
    background: #0C1A29;
    border-radius: 14px;
    padding: 0 5px 5px;
    box-shadow: 0 18px 44px rgba(12, 26, 41, 0.28);
}
.ssd-ba-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px;
}
.ssd-ba-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.ssd-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1E9BE9;
}
.ssd-ba-hint {
    color: #8BA0B5;
    font-size: 12px;
}
.ssd-ba-stage {
    position: relative;
    height: 300px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #1a2c40;
    cursor: ew-resize;
    touch-action: none;
    user-select: none;
}
.ssd-ba-stage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ssd-ba-before {
    position: absolute;
    inset: 0;
}
.ssd-pill {
    position: absolute;
    bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    pointer-events: none;
}
.ssd-pill-dark {
    left: 12px;
    background: rgba(20, 30, 44, 0.72);
    color: #ffffff;
}
.ssd-pill-light {
    right: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #16283C;
}
.ssd-ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssd-ba-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
.ssd-ba-knob {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #43596E;
    font-size: 9px;
}
.ssd-ba-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}
.ssd-ba-name {
    font-size: 17px;
    font-weight: 800;
    color: #16283C;
}
.ssd-ba-treatment {
    font-size: 14px;
    color: #5A7086;
    margin-top: 2px;
}
.ssd-ba-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ssd-ba-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #D7E3EC;
    background: #ffffff;
    color: #43596E;
    cursor: pointer;
    font-size: 12px;
}
.ssd-ba-nav button:hover {
    border-color: #1E9BE9;
    color: #1E9BE9;
}
.ssd-ba-count {
    font-size: 13px;
    color: #5A7086;
}
.ssd-case-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.ssd-case {
    border: 1px solid #DFE9F1;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
}
.ssd-case.active {
    border: 2px solid #1E9BE9;
    box-shadow: 0 0 0 4px rgba(30, 155, 233, 0.14);
}
.ssd-case-img {
    position: relative;
    height: 96px;
    background: #22303f;
}
.ssd-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ssd-case-img span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 22, 35, 0.55);
    color: #E8EEF4;
    font-size: 10.5px;
    font-weight: 700;
    text-align: center;
    padding: 5px 4px;
}
.ssd-case-name {
    padding: 9px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #33475C;
}
.ssd-case.active .ssd-case-name {
    color: #1E9BE9;
}

/* Technology */
.ssd-tech {
    background: #0C1A29;
    padding: 110px 0;
}
.ssd-tech-flex {
    display: grid;
    grid-template-columns: 1fr 620px;
    gap: 64px;
    align-items: center;
}
.ssd-tech-left .ssd-section-title {
    margin: 16px 0 22px;
    font-size: 48px;
}
.ssd-tech-left p {
    font-size: 16.5px;
    line-height: 1.65;
    color: #A9BCCD;
    max-width: 500px;
    margin: 0 0 34px;
}
.ssd-tech-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.ssd-tech-card {
    background: #12233A;
    border: 1px solid #20374F;
    border-radius: 14px;
    overflow: hidden;
}
.ssd-tech-img {
    height: 178px;
}
.ssd-tech-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.ssd-tech-body {
    padding: 20px 20px 24px;
}
.ssd-tech-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
}
.ssd-tech-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #96ABC0;
    margin: 0;
}

/* Reviews */
.ssd-reviews {
    background: #F2F8FB;
    padding: 96px 0;
}
.ssd-reviews .ssd-section-title {
    margin-bottom: 30px;
}
.ssd-rating-pill {
    width: fit-content;
    margin: 0 auto 52px;
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(16, 42, 67, 0.08);
    padding: 16px 24px;
    gap: 16px;
}
.ssd-rating-pill .ssd-stars i {
    font-size: 16px;
}
.ssd-rating-pill .ssd-rating-title {
    font-size: 18px;
}
.ssd-divider {
    width: 1px;
    height: 34px;
    background: #E4EDF4;
}
.ssd-g {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #E4EDF4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: #4285F4;
}
.ssd-review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ssd-review-card {
    background: #ffffff;
    border: 1px solid #E4EDF4;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.ssd-review-card .ssd-stars {
    margin-bottom: 14px;
}
.ssd-review-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #4A617A;
    margin: 0 0 20px;
}
.ssd-review-meta {
    border-top: 1px solid #EEF3F7;
    padding-top: 14px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ssd-review-meta strong {
    font-size: 14.5px;
    font-weight: 800;
    color: #16283C;
}
.ssd-review-meta span {
    font-size: 12px;
    color: #93A5B6;
}

/* Contact */
.ssd-contact {
    background: #0C1A29;
    padding: 96px 0 90px;
}
.ssd-contact-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 84px;
}
.ssd-contact .ssd-section-title {
    margin: 14px 0 34px;
    font-size: 40px;
}
.ssd-hours-row {
    background: #13253A;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}
.ssd-hours-row.today {
    background: #1C3450;
    border-color: #2E4D70;
}
.ssd-hours-day {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
.ssd-hours-day em {
    font-style: normal;
    background: #1E9BE9;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 11px;
    border-radius: 999px;
}
.ssd-hours-time {
    color: #8BA0B5;
    font-size: 14.5px;
}
.ssd-hours-row.today .ssd-hours-time {
    color: #1E9BE9;
    font-weight: 800;
}
.ssd-loc-row {
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
}
.ssd-loc-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #13253A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35B6D9;
    font-size: 17px;
}
.ssd-loc-row strong,
.ssd-loc-row strong a {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}
.ssd-loc-row p {
    font-size: 14.5px;
    color: #8BA0B5;
    line-height: 1.55;
    margin: 4px 0 0;
}
.ssd-loc-row p a {
    color: #8BA0B5;
}
.ssd-loc-row p a:hover {
    color: #1E9BE9;
}
.ssd-cta-card {
    background: #13253A;
    border: 1px solid #20374F;
    border-radius: 14px;
    padding: 28px;
    margin-top: 8px;
}
.ssd-cta-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
}
.ssd-cta-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #8BA0B5;
    margin: 0 0 22px;
}
.ssd-cta-btns {
    display: flex;
    gap: 14px;
}
.ssd-cta-btns a {
    flex: 1;
}

/* Footer */
.ssd-footer {
    background: #0A1522;
    border-top: 1px solid #16283C;
    padding: 26px 0;
    font-family: 'Karla', sans-serif;
}
.ssd-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
}
.ssd-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ssd-footer-brand img {
    max-height: 40px;
    width: auto;
}
.ssd-footer-name {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
}
.ssd-footer-address {
    font-size: 12px;
    color: #7D93A7;
    margin-top: 2px;
}
.ssd-footer-links {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: 13.5px;
}
.ssd-footer-links a {
    color: #A9BCCD;
}
.ssd-footer-links a:hover {
    color: #ffffff;
}
.ssd-footer-creds {
    font-size: 12.5px;
    color: #5C718A;
}
.ssd-footer-creds a {
    color: #5C718A;
}

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

div#page {
    padding: 0px;
}

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


@media (max-width: 1199px) {
    .ssd-hero-title, .ssd-hero-title p { font-size: 50px; }
    .ssd-spec-grid, .ssd-review-grid { grid-template-columns: repeat(2, 1fr); }
    .ssd-team-grid { grid-template-columns: repeat(2, 1fr); }
    .ssd-tech-flex {grid-template-columns: 1fr !important;}
    .ssd-case-grid {grid-template-columns: repeat(4, 1fr) !important;}
}
@media (max-width: 991px) {
    .ssd-mainbar-flex { flex-wrap: wrap; }
    .ssd-header-cta { flex-direction: row; align-items: center; }
    .ssd-footer-flex { flex-direction: column; align-items: flex-start; }
    .ssd-hero-flex { flex-direction: column; }
    .ssd-choose-card { width: 100%; margin-top: 0; }
    .ssd-contact-flex { grid-template-columns: 1fr; gap: 60px; }
    .ssd-results-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
    .ssd-hero-title, .ssd-hero-title p { font-size: 38px; letter-spacing: -1px; }
    .ssd-section-title { font-size: 32px !important; }
    .ssd-spec-grid, .ssd-team-grid, .ssd-review-grid, .ssd-tech-cards {grid-template-columns: 1fr !important;}
    .ssd-case-grid {grid-template-columns: repeat(2, 1fr) !important;}
    .ssd-ba-wrap { width: 100%; }
    .ssd-promo-pill { position: static; display: block; text-align: center; border-radius: 0; margin: 0; }
    .ssd-cta-btns { flex-direction: column; }
}

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

.ssd-brand-text {
    max-width: 200px;
    line-height: 1;
}

.ssd-brand-text div:nth-child(1) {
    margin-bottom: 10px;
}


/* Results */
.ssd-results {
    background: #ffffff;
    padding: 100px 0;
}
.ssd-results-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 60px;
}
.ssd-results-head .ssd-eyebrow {
    text-align: left;
}
.ssd-results-head .ssd-section-title {
    margin-bottom: 18px;
    font-size: 46px;
}
.ssd-results-text {
    font-size: 16px;
    line-height: 1.6;
    color: #5A7086;
    max-width: 460px;
    margin: 0;
}
.ssd-ba-wrap {
    width: 452px;
    margin: 0 auto 64px;
}
.ssd-ba {
    background: #0C1A29;
    border-radius: 14px;
    padding: 0 5px 5px;
    box-shadow: 0 18px 44px rgba(12, 26, 41, 0.28);
}
.ssd-ba-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px;
}
.ssd-ba-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.ssd-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1E9BE9;
}
.ssd-ba-hint {
    color: #8BA0B5;
    font-size: 12px;
}
.ssd-ba-stage {
    position: relative;
    height: 300px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #1a2c40;
    cursor: ew-resize;
    touch-action: none;
    user-select: none;
}
.ssd-ba-stage .ssd-ba-img {
    position: absolute;
    inset: 0;
}
.ssd-ba-stage.ssd-stacked .ssd-ba-before-img {
    background-size: auto 215%;
    background-position: center 4%;
}
.ssd-ba-stage.ssd-stacked .ssd-ba-after {
    background-size: auto 215%;
    background-position: center 96%;
}
.ssd-ba-before {
    position: absolute;
    inset: 0;
}
.ssd-pill {
    position: absolute;
    bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    pointer-events: none;
}
.ssd-pill-dark {
    left: 12px;
    background: rgba(20, 30, 44, 0.72);
    color: #ffffff;
}
.ssd-pill-light {
    right: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #16283C;
}
.ssd-ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssd-ba-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
.ssd-ba-knob {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #43596E;
    font-size: 9px;
}
.ssd-ba-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}
.ssd-ba-name {
    font-size: 17px;
    font-weight: 800;
    color: #16283C;
}
.ssd-ba-treatment {
    font-size: 14px;
    color: #5A7086;
    margin-top: 2px;
}
.ssd-ba-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ssd-ba-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #D7E3EC;
    background: #ffffff;
    color: #43596E;
    cursor: pointer;
    font-size: 12px;
}
.ssd-ba-nav button:hover {
    border-color: #1E9BE9;
    color: #1E9BE9;
}
.ssd-ba-count {
    font-size: 13px;
    color: #5A7086;
}
.ssd-case-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.ssd-case {
    border: 1px solid #DFE9F1;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
}
.ssd-case.active {
    border: 2px solid #1E9BE9;
    box-shadow: 0 0 0 4px rgba(30, 155, 233, 0.14);
}
.ssd-case-img {
    position: relative;
    height: 96px;
    background: #22303f;
}
.ssd-case-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.ssd-case-img.ssd-stacked .ssd-case-thumb {
    background-size: auto 215%;
    background-position: center 96%;
}
.ssd-case-img span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 22, 35, 0.55);
    color: #E8EEF4;
    font-size: 10.5px;
    font-weight: 700;
    text-align: center;
    padding: 5px 4px;
}
.ssd-case-name {
    padding: 9px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #33475C;
}
.ssd-case.active .ssd-case-name {
    color: #1E9BE9;
}

/* Technology */
.ssd-tech {
    background: #0C1A29;
    padding: 110px 0;
}
.ssd-tech-flex {
    display: grid;
    grid-template-columns: 1fr 620px;
    gap: 64px;
    align-items: center;
}
.ssd-tech-left .ssd-section-title {
    margin: 16px 0 22px;
    font-size: 48px;
}
.ssd-tech-left p {
    font-size: 16.5px;
    line-height: 1.65;
    color: #A9BCCD;
    max-width: 500px;
    margin: 0 0 34px;
}
.ssd-tech-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.ssd-tech-card {
    background: #12233A;
    border: 1px solid #20374F;
    border-radius: 14px;
    overflow: hidden;
}
.ssd-tech-img {
    height: 178px;
}
.ssd-tech-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ssd-tech-body {
    padding: 20px 20px 24px;
}
.ssd-tech-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
}
.ssd-tech-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #96ABC0;
    margin: 0;
}

.ssd-ba-before-img.ssd-ba-img {
    background-size: 100% 200%;
    background-position: center top;
    background-repeat: no-repeat;
}

.ssd-ba-after.ssd-ba-img {
    background-size: 100% 200%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media (max-width: 880px) {
html a#pull:after {
    position: relative;
    top: 0px;
    right: 0px;
}

html a#pull {
    margin: 0px !important;
    background: #16515C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

.patient-reviews {
	padding: 15px 32px 17px;
}

.patient-reviews * {
	box-sizing: border-box;
}

.patient-reviews-inner {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.review-card {
	min-height: 168px;
	padding: 15px 17px 14px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #e9edf2;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(24, 40, 70, 0.05);
}

.review-stars {
	display: flex;
	align-items: center;
	gap: 1px;
	margin-bottom: 8px;
	color: #149cd3;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
}

.review-stars span {
	display: inline-block;
}

.review-text {
	flex: 1;
	margin: 0 0 10px;
	color: #536070;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.review-footer {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid #edf0f4;
}

.review-footer strong {
	color: #202938;
	font-size: 11px;
	font-weight: 700;
}

.review-footer span {
	color: #a4acb8;
	font-size: 10px;
	font-weight: 400;
	white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
	.patient-reviews {
		padding: 24px;
	}

	.patient-reviews-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

/* Phone */
@media (max-width: 600px) {
	.patient-reviews {
		padding: 20px 15px;
	}

	.patient-reviews-inner {
		grid-template-columns: 1fr;
	}

	.review-card {
		min-height: auto;
		padding: 18px;
	}

	.review-text {
		font-size: 14px;
	}

	.review-footer strong {
		font-size: 12px;
	}

	.review-footer span {
		font-size: 11px;
	}
}

staff-grid p + span, .dflex p + span, .staff-block, a.btn, a.niceButi {color: white !important;}

.dm-service-section.gallery-list .dm-flex {
	align-items: normal;
}

img.noborder {border: unset !important; outline: unset !important;}

.patient-benefits {
  font-family: Arial, sans-serif;
}

.patient-benefits-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.patient-benefits h2 {
  margin: 0 0 38px;
  color: #071327;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.patient-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.patient-benefit-card {
  min-height: 212px;
  padding: 24px 28px 26px;
  background: #ffffff;
  border: 1px solid #edf0f3;
  border-radius: 17px;
  box-shadow: 0 2px 3px rgba(7, 19, 39, 0.06);
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.patient-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(7, 19, 39, 0.1);
}

.patient-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  color: #07596a;
  background: #edf3f5;
  border-radius: 15px;
  font-size: 22px;
}

.patient-benefit-card h3 {
  margin: 0 0 10px;
  color: #071327;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.patient-benefit-card p {
  max-width: 225px;
  margin: 0 auto;
  color: #75808d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

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

@media screen and (max-width: 600px) {
  .patient-benefits {
    padding: 36px 15px 42px;
  }

  .patient-benefits h2 {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .patient-benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .patient-benefit-card {
    min-height: auto;
    padding: 24px 20px;
  }
}

.ssd-topbar {
	color: rgb(186 230 253 / var(--tw-text-opacity, 1));}

.ssd-btn-book {
	background: rgb(11, 74, 92);}

.postauthor h5, .single_post a, .textwidget a, .pnavigation2 a, .sidebar.c-4-12 a:hover, footer .widget li a:hover, .sidebar.c-4-12 a:hover, .reply a, .title a:hover, .post-info a:hover, .widget .thecomment, #tabber .inside li a:hover, .readMore a:hover, .fn a, a, a:hover, #secondary-navigation .navigation ul li a:hover, .readMore a, #primary-navigation a:hover, #secondary-navigation .navigation ul .current-menu-item a, .widget .wp_review_tab_widget_content a, .sidebar .wpt_widget_content a {
    color: black !important;
}

#secondary-navigation > nav > ul > li:hover, #secondary-navigation > nav > ul > li.current-menu-item, #secondary-navigation > nav > ul li.current-menu-item, #secondary-navigation > nav > ul > li.current-menu-parent {background: white !important; color: black !important}

.dm-service-section.services .dm-flex {align-items: normal;}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {color: black !important;}
