html {
    scroll-behavior: smooth;
}

:root {
    --ortho-teal: #31adba;
    --ortho-deep: #1c4445;
    --ortho-ink: #111111;
    --ortho-white: #ffffff;
    --ortho-muted: rgba(255, 255, 255, 0.9);
}

.ortho-demo-page {
    margin: 0;
    color: var(--ortho-ink);
    font-family: "Lato", Arial, sans-serif;
}

.ortho-demo-page.scrolled .ortho-header {
    position: fixed;
    top: 15px;
    transition: .3s;
    z-index: 111;
}

.ortho-demo-page .loader {
    display: none !important;
}

.ortho-demo-page *,
.ortho-demo-page *::before,
.ortho-demo-page *::after {
    box-sizing: border-box;
}

.ortho-demo-page a {
    text-decoration: none;
}

.ortho-container {
    width: min(1690px, calc(100% - 230px));
    margin: 0 auto;
}

.ortho-page-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.ortho-topbar {
    position: relative;
    z-index: 6;
    height: 58px;
    color: var(--ortho-white);
    background: var(--ortho-deep);
}

.ortho-topbar__inner {
    height: 58px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.ortho-topbar__location,
.ortho-topbar p,
.ortho-socials {
    margin: 0;
}

.ortho-topbar__location {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 15px;
    color: var(--ortho-white);
    font-size: 15px;
    line-height: 1.2;
}

.ortho-topbar__location:hover {
    color: var(--ortho-white);
}

.ortho-topbar__icon {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    color: var(--ortho-deep);
    background: var(--ortho-white);
    border-radius: 50%;
}

.ortho-topbar svg {
    width: 17px;
    height: 17px;
    display: block;
}

.ortho-topbar__icon svg {
    fill: currentColor;
}

.ortho-topbar p {
    justify-self: center;
    color: var(--ortho-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.ortho-socials {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.ortho-socials a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-deep);
    background: var(--ortho-white);
    border-radius: 50%;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ortho-socials a:hover {
    color: var(--ortho-white);
    background: var(--ortho-teal);
    transform: translateY(-2px);
}

.ortho-socials svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.ortho-socials a:nth-child(2) svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
}

.ortho-header {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 5;
}

.ortho-navbar {
    min-height: 84px;
    display: grid;
    grid-template-columns: minmax(180px, 300px) 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 0 22px 0 28px;
    background: var(--ortho-white);
    border-radius: 999px;
}

.ortho-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.ortho-logo img {
    width: 188px;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    display: block;
}

.ortho-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    min-width: 0;
}

.ortho-nav a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000000;
    font-family: Quicksand;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.25s ease;
    font-weight: bold;
    letter-spacing: .5px;
}

.ortho-nav a.active,
.ortho-nav a:hover {
    color: var(--ortho-teal);
}

.ortho-nav span {
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    transform: translateY(-1px);
}

.ortho-appointment {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 8px 0 36px;
    color: var(--ortho-white);
    background: #1c4445;
    border-radius: 999px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    transition: filter 0.25s ease, transform 0.25s ease;
    font-family: Quicksand;
}

.ortho-appointment:hover {
    color: var(--ortho-white);
    filter: brightness(0.96);
    transform: translateY(-1px);
}

.ortho-appointment__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-white);
    background: #305859;
    border-radius: 50%;
    flex: 0 0 42px;
}

.ortho-appointment__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ortho-menu-button {
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    color: var(--ortho-white);
    background: var(--ortho-teal);
    border: 0;
    border-radius: 50%;
}

.ortho-menu-button span {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 99px;
}

.ortho-hero {
    position: relative;
    min-height: calc(100vh - 58px);
    display: flex;
    align-items: stretch;
}

.ortho-hero__media,
.ortho-hero__shade {
    position: absolute;
    inset: 0;
}

.ortho-hero__media {
    background-image: url("../../../img/demo/ortho/13.png");
    background-repeat: no-repeat;
    background-position: 64% center;
    background-size: cover;
}

.ortho-hero__shade {
    background:
        linear-gradient(90deg, rgba(24, 24, 24, 0.8) 0%, rgba(24, 24, 24, 0.66) 30%, rgba(24, 24, 24, 0.36) 56%, rgba(24, 24, 24, 0.22) 100%),
        rgba(8, 18, 22, 0.18);
}

.ortho-hero__inner {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 58px);
    display: flex;
    align-items: center;
    padding-top: 94px;
}

.ortho-hero__content {
    width: min(690px, 100%);
    padding-top: 72px;
    padding-left: 30px;
}

.ortho-kicker {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: var(--ortho-white);
    text-transform: uppercase;
}

.ortho-kicker__line {
    width: 82px;
    height: 1px;
    display: inline-block;
    background: var(--ortho-teal);
}

.ortho-kicker__dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 14px;
    background: var(--ortho-teal);
    border-radius: 50%;
    transform: translateX(-1px);
}

.ortho-kicker strong {
    color: var(--ortho-white);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    font-family: Quicksand;
}

.ortho-hero h1 {
    margin: 0;
    color: var(--ortho-white);
    font-family: Quicksand;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.05;
}

.ortho-hero h1 span {
    color: var(--ortho-teal);
}

.ortho-hero p {
    max-width: 520px;
    margin: 28px 0 42px;
    color: var(--ortho-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    font-family: Quicksand;
}

.ortho-hero__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.ortho-contact-pill {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 222px;
    padding: 0 7px 0 34px;
    color: var(--ortho-white);
    border: 1px solid var(--ortho-white);
    border-radius: 999px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ortho-contact-pill:hover {
    color: var(--ortho-white);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.ortho-contact-pill--filled {
    min-width: 242px;
    background: var(--ortho-teal);
    border-color: var(--ortho-teal);
}

.ortho-contact-pill__icon {
    width: 41px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-white);
    background: var(--ortho-deep);
    border-radius: 50%;
    flex: 0 0 41px;
}

.ortho-contact-pill:not(.ortho-contact-pill--filled) .ortho-contact-pill__icon {
    color: var(--ortho-white);
    background: var(--ortho-teal);
}

.ortho-contact-pill__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.ortho-slider-dots span {
    width: 10px;
    height: 10px;
    display: block;
    background: var(--ortho-white);
    border-radius: 50%;
}

.ortho-slider-dots span.active {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.32);
}

.ortho-about {
    position: relative;
    z-index: 3;
    margin-top: -100px;
    padding: 120px 0 110px;
    background: #deeadf;
    border-radius: 100px 100px 0 0;
}

.ortho-about__grid {
    display: grid;
    grid-template-columns: minmax(560px, 910px) minmax(520px, 660px);
    align-items: center;
    gap: 60px;
}

.ortho-about__visual {
    position: relative;
    min-height: 608px;
}

.ortho-about__image {
    position: absolute;
    overflow: hidden;
    background: #edf2ec;
    border-radius: 20px;
}

.ortho-about__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ortho-about__image--large {
    left: 0;
    top: 0;
    width: 525px;
    height: 608px;
    border-radius: 22px;
}

.ortho-about__image--large img {
    object-position: center center;
}

.ortho-about__image--top {
    right: 0;
    top: 0;
    width: 360px;
    height: 270px;
}

.ortho-about__image--top img {
    object-position: center center;
}

.ortho-about__image--bottom {
    right: 0;
    bottom: 0;
    width: 360px;
    height: 318px;
}

.ortho-about__image--bottom img {
    object-position: center center;
}

.ortho-experience {
    position: absolute;
    left: 461px;
    top: 198px;
    width: 168px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: var(--ortho-white);
    text-align: center;
    text-transform: uppercase;
    background:
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.08), transparent 42%),
        var(--ortho-deep);
    border: 12px solid #deeadf;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(28, 68, 69, 0.18);
}

.ortho-experience strong {
    color: var(--ortho-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.ortho-experience span {
    color: var(--ortho-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    font-family: Quicksand;
}

.ortho-about__content {
    padding-top: 3px;
}

.ortho-section-kicker {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: #1b1b1b;
    text-transform: uppercase;
}

.ortho-section-kicker__line {
    width: 82px;
    height: 1px;
    display: inline-block;
    background: var(--ortho-teal);
}

.ortho-section-kicker__dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 14px;
    background: var(--ortho-teal);
    border-radius: 50%;
    transform: translateX(-1px);
}

.ortho-section-kicker strong {
    color: #232323;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    font-family: Quicksand;
}

.ortho-about h2 {
    max-width: 650px;
    margin: 0;
    color: #1d1d1d;
    font-family: Quicksand;
    font-size: clamp(44px, 2.8vw, 50px);
    font-weight: bold;
    line-height: 1.08;
}

.ortho-about h2 span {
    color: var(--ortho-teal);
}

.ortho-about__lead {
    max-width: 660px;
    margin: 25px 0 40px;
    color: #444d49;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62;
}

.ortho-about blockquote {
    max-width: 660px;
    margin: 0;
    padding: 0 0 20px;
    color: #151515;
    border: 0;
    border-bottom: 1px solid rgba(39, 66, 59, 0.2);
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.ortho-about__doctor {
    max-width: 660px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 20px 0 34px;
}

.ortho-doctor {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ortho-doctor img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.ortho-doctor small,
.ortho-doctor strong {
    display: block;
    color: #161616;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.15;
}

.ortho-doctor small {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Quicksand;
}

.ortho-doctor strong {
    font-size: 16px;
    font-weight: 400;
    font-family: Quicksand;
    font-weight: bold;
}

.ortho-signature {
    color: var(--ortho-teal);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-6deg);
}

.ortho-learn-more {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 7px 0 36px;
    color: var(--ortho-white);
    background: #1c4445;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.ortho-learn-more:hover {
    color: var(--ortho-white);
    filter: brightness(0.96);
    transform: translateY(-1px);
}

.ortho-learn-more__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-white);
    background: #305859;
    border-radius: 50%;
    flex: 0 0 42px;
}

.ortho-learn-more__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ortho-scroll-top {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 20;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-white);
    background: var(--ortho-deep);
    border-radius: 50%;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.ortho-scroll-top:hover {
    color: var(--ortho-white);
    background: var(--ortho-teal);
    transform: translateY(-2px);
}

.ortho-scroll-top svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ortho-services {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 24px 0 86px;
    color: var(--ortho-white);
    background:
        radial-gradient(circle at 50% -18%, rgba(49, 173, 186, 0.16), transparent 38%),
        linear-gradient(180deg, #0d2f30 0%, #102f2f 45%, #143d3b 100%);
}

.ortho-services__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
    background-image:
        linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255, 255, 255, 0.08) 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), rgba(255, 255, 255, 0.08) 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), rgba(255, 255, 255, 0.08) 75%, transparent calc(75% + 1px)),
        radial-gradient(ellipse at 9% 2%, transparent 0 56%, rgba(255, 255, 255, 0.12) 57% 58%, transparent 59%),
        radial-gradient(ellipse at 92% 22%, transparent 0 55%, rgba(255, 255, 255, 0.12) 56% 57%, transparent 58%),
        radial-gradient(ellipse at 38% 88%, transparent 0 57%, rgba(255, 255, 255, 0.1) 58% 59%, transparent 60%);
    background-size: 100% 100%, 420px 360px, 480px 380px, 520px 420px;
    background-position: center, left top, right 20px, center bottom;
    background-repeat: no-repeat;
}

.ortho-services .ortho-container {
    position: relative;
    z-index: 1;
}

.ortho-services__heading {
    width: min(760px, 100%);
    margin: 0 auto 62px;
    text-align: center;
}

.ortho-services-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--ortho-white);
    text-transform: uppercase;
}

.ortho-services-kicker__line {
    width: 90px;
    height: 1px;
    display: inline-block;
    background: var(--ortho-teal);
}

.ortho-services-kicker__dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 16px;
    background: var(--ortho-teal);
    border-radius: 50%;
    transform: translateX(-1px);
}

.ortho-services-kicker strong {
    color: var(--ortho-white);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.ortho-services h2 {
    margin: 0;
    color: var(--ortho-white);
    font-family: Quicksand;
    font-size: clamp(46px, 3vw, 56px);
    font-weight: 500;
    line-height: 1.02;
}

.ortho-services h2 span {
    color: var(--ortho-teal);
}

.ortho-services-carousel {
    position: relative;
}

.ortho-services-carousel .owl-stage-outer {
    overflow: hidden;
}

.ortho-services-carousel .owl-stage {
    display: flex;
}

.ortho-services-carousel .owl-item {
    display: flex;
}

.ortho-service-card {
    position: relative;
    width: 100%;
    min-height: 580px;
    display: block;
    overflow: hidden;
    color: var(--ortho-white);
    background: #163738;
    border-radius: 38px;
}

.ortho-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(8, 18, 18, 0) 38%, rgba(8, 18, 18, 0.5) 76%, rgba(8, 18, 18, 0.9) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.05));
}

.ortho-service-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 77px;
    height: 73px;
    background: var(--ortho-white);
    border-bottom-left-radius: 38px;
}

.ortho-service-card img {
    width: 100%;
    height: 100%;
    min-height: 580px;
    display: block;
    object-fit: cover;
}

.ortho-service-card__arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-teal);
    background: var(--ortho-white);
    border-radius: 50%;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.ortho-service-card__arrow:hover {
    color: var(--ortho-white);
    background: var(--ortho-teal);
    transform: translate(-2px, 2px);
}

.ortho-service-card__arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ortho-service-card__content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 39px;
    z-index: 3;
    text-align: center;
}

.ortho-service-card__content h3 {
    margin: 0 0 21px;
    color: var(--ortho-white);
    font-family: Quicksand;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1;
}

.ortho-service-card__content span {
    width: 100%;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.62);
}

.ortho-services-carousel.owl-theme .owl-nav {
    display: none;
}

.ortho-services-carousel.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 64px;
}

.ortho-services-carousel.owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.ortho-services-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0;
    background: var(--ortho-white);
    border-radius: 50%;
}

.ortho-services-carousel.owl-theme .owl-dots .owl-dot.active span {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.32);
}

.ortho-testimonials {
    position: relative;
    overflow: hidden;
    min-height: 840px;
    color: var(--ortho-white);
    background: linear-gradient(110deg, #173a3b 0%, var(--ortho-deep) 62%, #123536 100%);
}

.ortho-testimonials__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    min-height: 840px;
    overflow: hidden;
    background: var(--ortho-deep);
}

.ortho-testimonials__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(20, 53, 54, 0.04) 0%, rgba(20, 53, 54, 0.12) 35%, rgba(20, 53, 54, 0.52) 55%, rgba(20, 53, 54, 0.94) 72%, #143536 100%),
        linear-gradient(180deg, rgba(17, 48, 49, 0.06) 38%, rgba(17, 48, 49, 0.72) 100%);
}

.ortho-testimonials__media img {
    width: 100%;
    height: 100%;
    min-height: 840px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.ortho-testimonials-carousel,
.ortho-testimonials-carousel .owl-stage-outer,
.ortho-testimonials-carousel .owl-stage,
.ortho-testimonials-carousel .owl-item {
    min-height: 840px;
}

.ortho-testimonials-carousel {
    position: relative;
    z-index: 2;
}

.ortho-testimonials-carousel .animated {
    animation-duration: 0.5s;
}

.ortho-testimonials-carousel .owl-stage {
    display: flex;
}

.ortho-testimonials-carousel .owl-item {
    display: flex;
}

.ortho-testimonial-slide {
    position: relative;
    width: 100%;
    min-height: 840px;
    display: grid;
    grid-template-columns: 56.5% 43.5%;
    background: transparent;
}

.ortho-testimonial-slide::before {
    display: none;
}

.ortho-testimonial-slide__content {
    position: relative;
    z-index: 3;
    grid-column: 2;
    width: min(650px, calc(100% - 80px));
    align-self: center;
    justify-self: start;
    padding: 22px 0 16px;
}

.ortho-testimonial-kicker {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: var(--ortho-white);
    text-transform: uppercase;
}

.ortho-testimonial-kicker__line {
    width: 90px;
    height: 1px;
    display: inline-block;
    background: var(--ortho-teal);
}

.ortho-testimonial-kicker__dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 16px;
    background: var(--ortho-teal);
    border-radius: 50%;
    transform: translateX(-1px);
}

.ortho-testimonial-kicker strong {
    color: var(--ortho-white);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.ortho-testimonial-slide h2 {
    max-width: 640px;
    margin: 0;
    color: var(--ortho-white);
    font-family: Quicksand;
    font-size: clamp(46px, 3.05vw, 58px);
    font-weight: bold;
    line-height: 1.05;
}

.ortho-testimonial-slide h2 span {
    color: var(--ortho-teal);
}

.ortho-testimonial-slide p {
    max-width: 610px;
    margin: 28px 0 32px;
    color: var(--ortho-white);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    font-family: Quicksand;
}

.ortho-testimonial-stars {
    margin-bottom: 31px;
    color: #ff9423;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

.ortho-testimonial-author {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ortho-testimonial-author img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px;
    display: block;
    flex: 0 0 80px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.ortho-testimonial-author strong,
.ortho-testimonial-author small {
    display: block;
    color: var(--ortho-white);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.12;
}

.ortho-testimonial-author strong {
    margin-bottom: 6px;
    font-size: 34px;
    font-family: Quicksand;
    font-weight: 400;
}

.ortho-testimonial-author small {
    font-size: 16px;
    font-weight: 400;
    font-family: Quicksand;
}

.ortho-testimonial-nav {
    position: absolute;
    left: 56.2%;
    bottom: 130px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 24px;
}

.ortho-testimonial-nav button {
    width: 51px;
    height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--ortho-teal);
    background: var(--ortho-white);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.ortho-testimonial-nav button:hover {
    color: var(--ortho-white);
    background: var(--ortho-teal);
    transform: translateY(-2px);
}

.ortho-testimonial-nav button:disabled {
    cursor: default;
    opacity: 0.65;
    transform: none;
}

.ortho-testimonial-nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ortho-testimonials-carousel.owl-theme .owl-nav,
.ortho-testimonials-carousel.owl-theme .owl-dots {
    display: none;
}

.ortho-contact {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 112px 0 120px;
    background:
        linear-gradient(90deg, rgba(28, 68, 69, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(28, 68, 69, 0.045) 1px, transparent 1px),
        #edf6f2;
    background-size: 72px 72px;
}

.ortho-contact__orb {
    position: absolute;
    display: block;
    border: 1px solid rgba(49, 173, 186, 0.24);
    border-radius: 50%;
    pointer-events: none;
}

.ortho-contact__orb::before,
.ortho-contact__orb::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(49, 173, 186, 0.16);
    border-radius: inherit;
}

.ortho-contact__orb::before {
    inset: 22px;
}

.ortho-contact__orb::after {
    inset: 52px;
}

.ortho-contact__orb--one {
    top: -190px;
    right: -120px;
    width: 440px;
    height: 440px;
}

.ortho-contact__orb--two {
    bottom: -230px;
    left: -160px;
    width: 390px;
    height: 390px;
}

.ortho-contact .ortho-container {
    position: relative;
    z-index: 1;
}

.ortho-contact__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 58px;
}

.ortho-contact-kicker {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: var(--ortho-deep);
    text-transform: uppercase;
}

.ortho-contact-kicker__line {
    width: 90px;
    height: 1px;
    display: inline-block;
    background: var(--ortho-teal);
}

.ortho-contact-kicker__dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 16px;
    background: var(--ortho-teal);
    border-radius: 50%;
    transform: translateX(-1px);
}

.ortho-contact-kicker strong {
    color: var(--ortho-deep);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
     font-family: Quicksand;
}

.ortho-contact__heading h2 {
    max-width: 850px;
    margin: 0;
    color: var(--ortho-deep);
    font-family: Quicksand;
    font-size: clamp(48px, 4.2vw, 74px);
    font-weight: bold;
    line-height: 0.98;
}

.ortho-contact__heading h2 span {
    color: var(--ortho-teal);
}

.ortho-contact__heading > p {
    max-width: 460px;
    margin: 0 0 5px;
    padding-left: 28px;
    color: #536b69;
    border-left: 2px solid var(--ortho-teal);
    font-size: 17px;
    line-height: 1.7;
     font-family: Quicksand;
     font-weight: 600;
}

.ortho-contact__shell {
    display: grid;
    grid-template-columns: minmax(390px, 0.84fr) minmax(0, 1.16fr);
    gap: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(28, 68, 69, 0.1);
    border-radius: 44px;
    box-shadow: 0 34px 90px rgba(25, 73, 70, 0.14);
    backdrop-filter: blur(10px);
}

.ortho-contact__details {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    padding: 58px 54px 42px;
    color: var(--ortho-white);
    background:
        radial-gradient(circle at 105% -5%, rgba(49, 173, 186, 0.5), transparent 36%),
        linear-gradient(145deg, #214f50 0%, #173a3b 70%, #102f30 100%);
    border-radius: 34px;
}

.ortho-contact__details::before {
    content: "";
    position: absolute;
    right: -108px;
    bottom: -118px;
    width: 310px;
    height: 310px;
    border: 48px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.ortho-contact__details > * {
    position: relative;
    z-index: 1;
}

.ortho-contact__status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 39px;
    padding: 10px 15px;
    color: #dff8f2;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ortho-contact__status span {
    width: 8px;
    height: 8px;
    background: #65d8a8;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(101, 216, 168, 0.13);
}

.ortho-contact__details h3 {
    max-width: 430px;
    margin: 0;
    color: var(--ortho-white);
    font-family: Quicksand;
    font-size: clamp(39px, 3vw, 52px);
    font-weight: 500;
    line-height: 1.02;
}

.ortho-contact__details-copy {
    max-width: 440px;
    margin: 22px 0 34px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
     font-family: Quicksand;
}

.ortho-contact__links {
    display: grid;
    gap: 20px;
}

.ortho-contact__links a {
    display: flex;
    align-items: center;
    gap: 17px;
    color: var(--ortho-white);
}

.ortho-contact__links a:hover {
    color: var(--ortho-white);
}

.ortho-contact__icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    color: var(--ortho-teal);
    background: var(--ortho-white);
    border-radius: 50%;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.ortho-contact__links a:hover .ortho-contact__icon {
    color: var(--ortho-white);
    background: var(--ortho-teal);
    transform: translateX(3px);
}

.ortho-contact__icon svg,
.ortho-contact__hours-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ortho-contact__links small,
.ortho-contact__links strong {
    display: block;
}

.ortho-contact__links small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
     font-family: Quicksand;
}

.ortho-contact__links strong {
    color: var(--ortho-white);
    font-size: 15px;
    font-weight: 700;
     font-family: Quicksand;
    line-height: 1.35;
}

.ortho-contact__hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding: 21px 20px 21px 23px;
    background: rgba(49, 173, 186, 0.15);
    border: 1px solid rgba(99, 211, 218, 0.21);
    border-radius: 18px;
    margin-top: 20px;
}

.ortho-contact__hours small,
.ortho-contact__hours strong {
    display: block;
}

.ortho-contact__hours small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
     font-family: Quicksand;
}

.ortho-contact__hours strong {
    color: var(--ortho-white);
    font-size: 15px;
     font-family: Quicksand;
}

.ortho-contact__hours-icon {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    color: var(--ortho-white);
    background: var(--ortho-teal);
    border-radius: 14px;
}

.ortho-contact__form-panel {
    display: flex;
    flex-direction: column;
    padding: 51px 56px 47px;
}

.ortho-contact__form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 38px;
}

.ortho-contact__form-head > div:first-child > span {
    display: block;
    margin-bottom: 7px;
    color: var(--ortho-teal);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
     font-family: Quicksand;
}

.ortho-contact__form-head h3 {
    margin: 0;
    color: var(--ortho-deep);
    font-family: Quicksand;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
}

.ortho-contact__reply {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    color: #56706c;
    background: #f0f8f5;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.ortho-contact__reply span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ortho-white);
    background: var(--ortho-teal);
    border-radius: 50%;
    font-size: 11px;
}

.ortho-contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ortho-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 22px;
}

.ortho-contact-form label {
    display: block;
    margin: 0;
}

.ortho-contact-form label > span {
    display: block;
    margin-bottom: 9px;
    color: #294b49;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
     font-family: Quicksand;
}

.ortho-contact-form input,
.ortho-contact-form select,
.ortho-contact-form textarea {
    width: 100%;
    color: #183c3b;
    background: #f5f9f7;
    border: 1px solid #dbe8e4;
    border-radius: 14px;
    outline: 0;
     font-family: Quicksand;
    font-size: 14px;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ortho-contact-form input,
.ortho-contact-form select {
    height: 58px;
    padding: 0 17px;
}

.ortho-contact-form select {
    cursor: pointer;
}

.ortho-contact-form textarea {
    min-height: 124px;
    padding: 16px 17px;
    line-height: 1.55;
    resize: vertical;
}

.ortho-contact-form input::placeholder,
.ortho-contact-form textarea::placeholder {
    color: #849795;
    opacity: 1;
}

.ortho-contact-form input:focus,
.ortho-contact-form select:focus,
.ortho-contact-form textarea:focus {
    background: var(--ortho-white);
    border-color: var(--ortho-teal);
    box-shadow: 0 0 0 4px rgba(49, 173, 186, 0.12);
}

.ortho-contact-form__message {
    margin-top: 24px !important;
}

.ortho-contact-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 27px;
}

.ortho-contact-form__footer p {
    max-width: 280px;
    margin: 0;
    color: #718581;
    font-size: 12px;
    line-height: 1.55;
}

.ortho-contact-form__footer p span {
    margin-right: 5px;
    color: var(--ortho-teal);
}

.ortho-contact-form button {
    min-width: 190px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 6px 5px 23px;
    color: var(--ortho-white);
    background: var(--ortho-deep);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
     font-family: Quicksand;
}

.ortho-contact-form button:hover {
    background: var(--ortho-teal);
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(49, 173, 186, 0.22);
}

.ortho-contact-form__button-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    color: var(--ortho-deep);
    background: var(--ortho-white);
    border-radius: 50%;
}

.ortho-contact-form__button-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1199px) {
    .ortho-contact {
        padding: 90px 0 96px;
    }

    .ortho-contact__heading {
        gap: 45px;
    }

    .ortho-contact__shell {
        grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
    }

    .ortho-contact__details {
        padding: 46px 38px 36px;
    }

    .ortho-contact__form-panel {
        padding: 45px 38px 40px;
    }

    .ortho-contact__reply {
        display: none;
    }
}

@media (max-width: 991px) {
    .ortho-contact__heading {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-bottom: 44px;
    }

    .ortho-contact__heading > p {
        max-width: 650px;
    }

    .ortho-contact__shell {
        grid-template-columns: 1fr;
    }

    .ortho-contact__details {
        min-height: auto;
    }

    .ortho-contact__hours {
        margin-top: 38px;
    }
}

@media (max-width: 767px) {
    .ortho-contact {
        padding: 70px 0 76px;
        background-size: 54px 54px;
    }

    .ortho-contact__heading h2 {
        font-size: 46px;
    }

    .ortho-contact__heading > p {
        padding-left: 20px;
        font-size: 15px;
    }

    .ortho-contact__shell {
        padding: 8px;
        border-radius: 32px;
    }

    .ortho-contact__details {
        padding: 38px 28px 28px;
        border-radius: 25px;
    }

    .ortho-contact__form-panel {
        padding: 42px 20px 30px;
    }

    .ortho-contact__form-head h3 {
        font-size: 36px;
    }

    .ortho-contact-form__grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .ortho-contact-form__message {
        margin-top: 19px !important;
    }

    .ortho-contact-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .ortho-contact-form__footer p {
        max-width: none;
    }

    .ortho-contact-form button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .ortho-contact__heading h2 {
        font-size: 40px;
    }

    .ortho-contact-kicker__line {
        width: 50px;
    }

    .ortho-contact__details {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ortho-contact__details h3 {
        font-size: 37px;
    }

    .ortho-contact__links strong {
        font-size: 13px;
    }
}

#footer {
    background: var(--ortho-deep);
}

#footer .footer-copyright p {
    margin: 0;
    color: var(--ortho-white);
}

@media (max-width: 1399px) {
    .ortho-container {
        width: min(1140px, calc(100% - 48px));
    }

    .ortho-nav {
        gap: 24px;
    }

    .ortho-navbar {
        grid-template-columns: 210px 1fr auto;
    }

    .ortho-appointment {
        padding-left: 24px;
    }

    .ortho-about {
        padding: 96px 0;
        border-radius: 72px 72px 0 0;
    }

    .ortho-about__grid {
        grid-template-columns: minmax(500px, 620px) minmax(440px, 1fr);
        gap: 44px;
    }

    .ortho-about__visual {
        min-height: 520px;
    }

    .ortho-about__image--large {
        width: 380px;
        height: 520px;
    }

    .ortho-about__image--top {
        width: 285px;
        height: 220px;
    }

    .ortho-about__image--bottom {
        width: 285px;
        height: 276px;
    }

    .ortho-experience {
        left: 318px;
        top: 174px;
        width: 148px;
        height: 148px;
    }

    .ortho-services {
        padding-bottom: 78px;
    }

    .ortho-services__heading {
        margin-bottom: 54px;
    }

    .ortho-service-card,
    .ortho-service-card img {
        min-height: 520px;
    }

    .ortho-service-card__content {
        left: 30px;
        right: 30px;
    }

    .ortho-service-card__content h3 {
        font-size: 30px;
    }

    .ortho-testimonials,
    .ortho-testimonials-carousel,
    .ortho-testimonials-carousel .owl-stage-outer,
    .ortho-testimonials-carousel .owl-stage,
    .ortho-testimonials-carousel .owl-item,
    .ortho-testimonial-slide,
    .ortho-testimonials__media,
    .ortho-testimonials__media img {
        min-height: 760px;
    }

    .ortho-testimonial-slide__content {
        width: min(590px, calc(100% - 54px));
    }

    .ortho-testimonial-slide h2 {
        font-size: 48px;
    }

    .ortho-testimonial-nav {
        bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .ortho-topbar__inner {
        grid-template-columns: 1fr auto;
    }

    .ortho-topbar p {
        display: none;
    }

    .ortho-navbar {
        grid-template-columns: 190px 1fr auto;
        min-height: 76px;
    }

    .ortho-logo img {
        width: 170px;
    }

    .ortho-nav {
        gap: 18px;
    }

    .ortho-nav a {
        font-size: 15px;
    }

    .ortho-appointment {
        height: 48px;
        gap: 12px;
        padding-left: 20px;
        font-size: 16px;
    }

    .ortho-appointment__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .ortho-about__grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .ortho-about__visual {
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .ortho-about__content {
        max-width: 720px;
        margin: 0 auto;
    }

    .ortho-about h2,
    .ortho-about__lead,
    .ortho-about blockquote,
    .ortho-about__doctor {
        max-width: 100%;
    }

    .ortho-services {
        padding-top: 70px;
    }

    .ortho-services h2 {
        font-size: 46px;
    }

    .ortho-testimonials,
    .ortho-testimonials-carousel,
    .ortho-testimonials-carousel .owl-stage-outer,
    .ortho-testimonials-carousel .owl-stage,
    .ortho-testimonials-carousel .owl-item,
    .ortho-testimonial-slide {
        min-height: auto;
    }

    .ortho-testimonial-slide {
        grid-template-columns: 1fr;
        padding-top: 460px;
        background: transparent;
    }

    .ortho-testimonials__media {
        width: 100%;
        height: 460px;
        min-height: 460px;
        inset: 0 0 auto 0;
    }

    .ortho-testimonials__media::after {
        background:
            linear-gradient(180deg, rgba(28, 68, 69, 0.06) 0%, rgba(28, 68, 69, 0.62) 44%, var(--ortho-deep) 72%, var(--ortho-deep) 100%);
    }

    .ortho-testimonials__media img {
        min-height: 460px;
    }

    .ortho-testimonial-slide__content {
        width: min(720px, calc(100% - 48px));
        justify-self: center;
        padding: 58px 0 150px;
    }

    .ortho-testimonial-nav {
        left: calc(50% - 360px);
        bottom: 66px;
    }
}

@media (max-width: 991px) {
    .ortho-topbar {
        height: auto;
    }

    .ortho-topbar__inner {
        height: auto;
        min-height: 58px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        padding: 12px 0;
        text-align: center;
    }

    .ortho-topbar__location {
        justify-self: center;
    }

    .ortho-socials {
        justify-content: center;
    }

    .ortho-header {
        top: 118px;
    }

    .ortho-navbar {
        position: relative;
        grid-template-columns: 1fr auto auto;
        min-height: 70px;
        padding: 0 14px 0 22px;
        border-radius: 36px;
    }

    .ortho-menu-button {
        display: inline-flex;
        order: 3;
    }

    .ortho-nav {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        background: var(--ortho-white);
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    }

    .open-menuu .ortho-nav {
        display: flex;
    }

    .ortho-nav a {
        width: 100%;
        justify-content: space-between;
        padding: 13px 14px;
        border-radius: 12px;
    }

    .ortho-nav a:hover,
    .ortho-nav a.active {
        background: rgba(49, 173, 186, 0.1);
    }

    .ortho-appointment {
        order: 2;
    }

    .ortho-hero,
    .ortho-hero__inner {
        min-height: calc(100vh - 106px);
    }

    .ortho-hero__inner {
        padding-top: 150px;
        padding-bottom: 70px;
    }

    .ortho-hero__content {
        padding-top: 0;
        padding-left: 0;
    }

    .ortho-slider-dots {
        right: 24px;
    }

    .ortho-about {
        margin-top: -20px;
        padding: 76px 0;
        border-radius: 46px 46px 0 0;
    }

    .ortho-about__visual {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .ortho-about__image {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
        min-height: 230px;
        border-radius: 16px;
    }

    .ortho-about__image--large {
        grid-row: span 2;
        aspect-ratio: 0.82;
    }

    .ortho-about__image--top,
    .ortho-about__image--bottom {
        aspect-ratio: 1.08;
    }

    .ortho-experience {
        left: 50%;
        top: 50%;
        width: 132px;
        height: 132px;
        border-width: 8px;
        transform: translate(-50%, -50%);
    }

    .ortho-experience strong {
        font-size: 28px;
    }

    .ortho-experience span {
        font-size: 10px;
    }

    .ortho-services {
        padding: 64px 0 70px;
    }

    .ortho-services__heading {
        margin-bottom: 42px;
    }

    .ortho-service-card,
    .ortho-service-card img {
        min-height: 470px;
    }

    .ortho-services-carousel.owl-theme .owl-dots {
        margin-top: 44px;
    }

    .ortho-testimonial-slide {
        padding-top: 380px;
    }

    .ortho-testimonials__media,
    .ortho-testimonials__media img {
        height: 380px;
        min-height: 380px;
    }

    .ortho-testimonial-slide__content {
        padding-top: 48px;
        padding-bottom: 132px;
    }

    .ortho-testimonial-slide h2 {
        font-size: 42px;
    }

    .ortho-testimonial-slide p {
        font-size: 16px;
    }

    .ortho-testimonial-author strong {
        font-size: 30px;
    }

    .ortho-testimonial-nav {
        left: 24px;
        bottom: 54px;
    }
}

@media (max-width: 767px) {
    .ortho-topbar {
    display: none;
    }
    .ortho-container {
        width: 100%;
        padding: 0 15px;
    }

    .ortho-topbar__location {
        font-size: 13px;
    }

    .ortho-socials {
        gap: 10px;
    }

    .ortho-header {
        top: 130px;
    }

    .ortho-navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 66px;
        padding: 0 12px 0 18px;
        border-radius: 30px;
        width: 100%;
        min-width: 0;
        box-sizing: border-box !important;
    }

    .ortho-logo {
        flex: 1 1 auto;
    }

    .ortho-logo img {
        width: 150px;
    }

    .ortho-menu-button {
        order: 2;
        width: 42px;
        height: 42px;
        justify-self: end;
    }

    .ortho-appointment {
        order: 3;
        flex: 1 0 100%;
        width: auto;
        min-width: 0;
        justify-self: stretch;
        margin-bottom: 12px;
        padding-left: 22px;
        box-sizing: border-box !important;
    }

    .ortho-nav {
        top: calc(100% + 8px);
    }

    .ortho-hero__media {
        background-position: 58% center;
    }

    .ortho-hero__shade {
        background:
            linear-gradient(90deg, rgba(18, 18, 18, 0.88) 0%, rgba(18, 18, 18, 0.75) 58%, rgba(18, 18, 18, 0.54) 100%),
            rgba(8, 18, 22, 0.22);
    }

    .ortho-hero__inner {
        min-height: auto;
        padding-top: 220px;
        padding-bottom: 58px;
    }

    .ortho-hero__content {
        width: calc(100vw - 84px);
        max-width: calc(100vw - 84px);
    }

    .ortho-hero h1 {
        max-width: 100%;
        font-size: 38px;
        overflow-wrap: anywhere;
    }

    .ortho-hero p {
        max-width: 100%;
        margin: 22px 0 32px;
        font-size: 15px;
    }

    .ortho-hero__actions {
        align-items: stretch;
        gap: 14px;
        max-width: 100%;
    }

    .ortho-contact-pill {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        justify-content: space-between;
        padding-left: 24px;
        box-sizing: border-box !important;
    }

    .ortho-slider-dots {
        display: none;
    }

    .ortho-about {
        padding: 54px 0 66px;
        border-radius: 34px 34px 0 0;
    }

    .ortho-about__grid {
        gap: 36px;
    }

    .ortho-about__visual {
        grid-template-columns: 1fr;
    }

    .ortho-about__image--large,
    .ortho-about__image--top,
    .ortho-about__image--bottom {
        grid-row: auto;
        aspect-ratio: 1.24;
        min-height: 220px;
    }

    .ortho-experience {
        width: 118px;
        height: 118px;
    }

    .ortho-section-kicker__line {
        width: 58px;
    }

    .ortho-about h2 {
        font-size: 38px;
    }

    .ortho-about__lead {
        margin: 20px 0 26px;
        font-size: 15px;
    }

    .ortho-about blockquote {
        font-size: 15px;
    }

    .ortho-about__doctor {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding-bottom: 28px;
    }

    .ortho-signature {
        font-size: 46px;
    }

    .ortho-learn-more {
        width: 100%;
        justify-content: space-between;
    }

    .ortho-services {
        padding: 54px 0 62px;
    }

    .ortho-services__heading {
        margin-bottom: 34px;
    }

    .ortho-services-kicker__line {
        width: 58px;
    }

    .ortho-services h2 {
        font-size: 38px;
    }

    .ortho-service-card {
        border-radius: 28px;
    }

    .ortho-service-card,
    .ortho-service-card img {
        min-height: 430px;
    }

    .ortho-service-card::after {
        width: 68px;
        height: 66px;
        border-bottom-left-radius: 28px;
    }

    .ortho-service-card__arrow {
        width: 54px;
        height: 54px;
    }

    .ortho-service-card__content {
        left: 26px;
        right: 26px;
        bottom: 30px;
    }

    .ortho-service-card__content h3 {
        font-size: 28px;
    }

    .ortho-testimonial-slide {
        padding-top: 320px;
    }

    .ortho-testimonials__media,
    .ortho-testimonials__media img {
        height: 320px;
        min-height: 320px;
    }

    .ortho-testimonial-slide__content {
        width: calc(100% - 48px);
        padding: 42px 0 122px;
    }

    .ortho-testimonial-kicker__line {
        width: 58px;
    }

    .ortho-testimonial-slide h2 {
        font-size: 37px;
    }

    .ortho-testimonial-slide p {
        margin: 22px 0 26px;
        font-size: 15px;
    }

    .ortho-testimonial-author {
        gap: 16px;
    }

    .ortho-testimonial-author img {
        width: 64px !important;
        height: 64px !important;
        max-width: 64px;
        flex-basis: 64px;
    }

    .ortho-testimonial-author strong {
        font-size: 26px;
    }

    .ortho-testimonial-author small {
        font-size: 14px;
    }

    .ortho-testimonial-nav {
        left: 24px;
        gap: 16px;
    }
}

@media (max-width: 420px) {
    .ortho-logo img {
        width: 132px;
    }

    .ortho-header {
        top: 15px;
    }
    #click-btn-menus {
  display: none;
}.ortho-demo-page a#book-now {
  flex: unset;
  margin-bottom: 0;
}.ortho-navbar {
  gap: 0;
}
    .ortho-appointment {
        font-size: 15px;
    }

    .ortho-kicker__line {
        width: 54px;
    }

    .ortho-kicker strong {
        font-size: 11px;
    }

    .ortho-hero h1 {
        font-size: 42px;
    }
}
