.gdc-clinic-page {
    --gdc-brown: #2F1C00;
    --gdc-brown-2: #351e00;
    --gdc-gold: #BE922D;
    --gdc-cream: #F8F7F4;
    --gdc-soft: #F5F5F5;
    background: var(--gdc-soft);
    color: var(--gdc-brown);
    font-family: "Euclid Circular A", Arial, sans-serif;
}
a[x-apple-data-detectors],
a[href^="tel:"],
a[href^="mailto:"] {
    color: inherit !important;
    text-decoration: none !important;
    font: inherit !important;
}
.gdc-clinic-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.gdc-clinic-intro em{
font-style: normal;
    display: inline-block;
}

.gdc-clinic-hero {
    /* top:8rem; */
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--gdc-brown);
    background-image: linear-gradient(90deg, rgba(47, 28, 0, 0.72) 0%, rgba(47, 28, 0, 0.28) 42%, rgba(47, 28, 0, 0.15) 100%), var(--gdc-clinic-hero-desktop);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.gdc-clinic-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(47, 28, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.gdc-clinic-hero__inner {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 98px 0 88px;
    position: relative;
    z-index: 1;
}

.gdc-clinic-hero__content {
    max-width: 420px;
    color: #fff;
}

.gdc-clinic-hero__eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gdc-clinic-hero__title {
    margin: 0;
    color: #fff;
    font-size: 3.55rem;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gdc-clinic-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.gdc-clinic-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 11px 22px;
    border-radius: 5px;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: capitalize;
    text-decoration: none !important;
    transition: transform 0.25s, background-color 0.25s, color 0.25s;
}

.gdc-clinic-btn:hover {
    transform: translateY(-2px);
}

.gdc-clinic-btn--gold {
    background: var(--gdc-gold);
    color: #fff !important;
}

.gdc-clinic-intro {
    padding: 54px 0 26px;
    background: #fff;
    text-align: center;
}

.gdc-clinic-intro .gdc-clinic-shell {
    max-width: 900px;
}

.gdc-clinic-intro h2,
.gdc-clinic-section__header h2 {
    margin: 0 0 18px;
    color: var(--gdc-gold);
    /* font-size: 1.48rem; */
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}
.gdc-clinic-services-layout .gdc-clinic-section__header h2 { 
    text-align: left;
}
.gdc-clinic-section--insurance .gdc-clinic-section__header{
    text-align: center;
}

.gdc-clinic-intro__copy {
    color: #2F1C00;
    /* font-size: 0.88rem; */
    line-height: 1.85;
}
.x_elementToProof{
    margin-bottom:16px;
}
.gdc-clinic-intro__copy p {
    margin: 0 0 16px;
}

.gdc-clinic-contact {
    padding: 12px 0 4rem;
    background: #fff;
}

.gdc-clinic-gallery{ padding-bottom:5rem;}

.gdc-clinic-contact__grid {
    width: min(560px, calc(100% - 48px));
    display: grid;
    grid-template-columns: 1fr 190px;
    grid-template-rows: repeat(2, 5.5rem);
    gap: 23px;
   align-items: baseline;
}

.gdc-clinic-contact-card {
    text-decoration: none !important;
    border-radius: 8px;
    transition: transform 0.25s, border-color 0.25s;
}

.gdc-clinic-contact-card:hover {
    transform: translateY(-2px);
}

.gdc-clinic-contact-card--address {
    grid-row: 1 / span 2;
    display: grid;
    align-content: center;
    gap: 9px;
    min-height: 126px;
    padding: 22px;
    background: var(--gdc-brown);
    color: #fff !important;
}

.gdc-clinic-contact-card__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.gdc-clinic-contact-card strong {
    /* font-size: 0.84rem; */
    line-height: 1.55;
}
.location{ position: relative; width: 3rem; height: 3rem; background: #fff; border-radius: 12px; display: inline-block; }
.location:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('https://www.godentalclinic.com/wp-content/uploads/2026/09/img-location.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: .75rem;
    left: 1.95rem;
    margin-left: -1.15rem;
}
.gdc-clinic-contact-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.gdc-clinic-contact-card__parking {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.45;
    font-weight: 500;
}

.gdc-clinic-contact-card__action {
    width: fit-content;
    padding: 6px 10px;
    background: #fff;
    color: var(--gdc-brown);
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 800;
}

.gdc-clinic-contact-card--button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 12px 18px;
    border: 1px solid rgba(190, 146, 45, 0.34);
}

.gdc-clinic-contact-card--button i {
    font-size: 1rem;
    line-height: 1;
}

.gdc-clinic-contact-card--whatsapp {
    background: var(--gdc-gold);
    color: #fff !important;
}

.gdc-clinic-contact-card--phone {
    background: #fff;
    color: var(--gdc-gold) !important;
}

.gdc-clinic-section {
    padding: 52px 0;
    background: var(--gdc-soft);
}
.gdc-review-section {
    padding: 52px 0;
    background: #fff;
}

.gdc-review-section--cream {
    background: var(--gdc-cream);
}

.gdc-clinic-section--warm {
    background: #fff;
}

.gdc-clinic-section--dark {
    background-image: linear-gradient(180deg, var(--gdc-brown) 0%, var(--gdc-brown-2) 100%);
    color: #fff;
}

.gdc-clinic-section--insurance {
    background: var(--gdc-cream);
}

.gdc-clinic-section__header {
    margin-bottom: 22px;
    text-align: left;
}

.gdc-clinic-section__header--center {
    text-align: center;
}

.gdc-clinic-section__header p {
    margin: -6px 0 0;
    color: rgba(47, 28, 0, 0.58);
    font-size: 0.86rem;
    line-height: 1.55;
}

.gdc-clinic-services-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: start;
}

.gdc-clinic-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gdc-clinic-service {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    align-content: start;
    min-height: 58px;
    padding: 14px 18px;
    background: #fff;
    color: var(--gdc-brown) !important;
    border: 1px solid rgba(47, 28, 0, 0.06);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(47, 28, 0, 0.035);
    text-decoration: none !important;
}

.gdc-clinic-service span {
    grid-column: 1 / -1;
    color: var(--gdc-gold);
    font-size: 0.62rem;
    line-height: 1;
}

.gdc-clinic-service strong {
    align-self: end;
    font-weight: 500;
}

.gdc-clinic-service em {
    align-self: end;
    color: var(--gdc-gold);
    font-style: normal;
}

.gdc-clinic-timings {
    overflow: hidden;
    background: #301d01;
    color: #fff;
    border: 1px solid rgba(190, 146, 45, 0.34);
    border-radius: 8px;
    padding: 20px;
}

.gdc-clinic-timing-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(190, 146, 45, 0.16);
}

.gdc-clinic-timing-row:last-child {
    border-bottom: 0;
}

.gdc-clinic-timing-row--closed strong {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.gdc-clinic-timing-row strong {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
}

.gdc-clinic-timing-row__time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: rgba(190, 146, 45, 0.18);
    border-radius: 999px;
    color: var(--gdc-gold);
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: right;
}
#content span.gdc-clinic-timing-row__time{
    font-size: .75rem !important;
}

.gdc-clinic-timing-row--closed .gdc-clinic-timing-row__time {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.46);
}

.gdc-clinic-timing-row small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
}

.gdc-clinic-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 6px;
    gap: 18px;
    grid-auto-flow: dense;
}

.gdc-clinic-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    aspect-ratio: 16 / 9;
}

button.gdc-clinic-gallery__item {
    padding:0px !important;
}

.gdc-clinic-gallery__item img,
.gdc-clinic-gallery__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: inherit;
    background: transparent;
}

.gdc-clinic-gallery__item--video {
    min-height: 0;
}

.gdc-clinic-gallery__item--portrait {
    aspect-ratio: 9 / 16;
}

.gdc-clinic-gallery__item--landscape {
    aspect-ratio: 25 / 18;
}

.gdc-clinic-gallery__item--video .gdc-clinic-gallery__video {
    object-fit: cover;
}

.gdc-clinic-gallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(47, 28, 0, 0.18);
    transform: translate(-50%, -50%);
}

.gdc-clinic-gallery__play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid var(--gdc-gold);
}

.gdc-clinic-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

html.gdc-gallery-modal-open,
html.gdc-gallery-modal-open body {
    overflow: hidden;
}

.gdc-clinic-gallery-modal.is-open {
    display: flex;
}

.gdc-clinic-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.gdc-clinic-gallery-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    height: min(760px, calc(100vh - 56px));
    display: flex;
    align-items: center;
    justify-content: center;
}

.gdc-clinic-gallery-modal__close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.gdc-clinic-gallery-modal__close::before,
.gdc-clinic-gallery-modal__close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 11px;
    width: 20px;
    height: 2px;
    background: var(--gdc-brown);
}

.gdc-clinic-gallery-modal__close::before {
    transform: rotate(45deg);
}

.gdc-clinic-gallery-modal__close::after {
    transform: rotate(-45deg);
}

#gdc-clinic-gallery-modal-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#gdc-clinic-gallery-modal-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gdc-clinic-gallery-modal__image,
.gdc-clinic-gallery-modal__video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    object-fit: contain;
    background: #000;
}

.gdc-clinic-gallery-modal__video {
    aspect-ratio: 9 / 16;
    width: auto;
    height: min(100%, 760px);
}

.gdc-clinic-gallery-modal-prev {
    left: -64px;
}

.gdc-clinic-gallery-modal-next {
    right: -64px;
}

.gdc-clinic-team-slider {
    position: relative;
    width: 100%;
    padding: 0 0px 42px;
}

.gdc-clinic-team-slider .swiper-container {
    overflow: hidden;
}

.gdc-clinic-team-slider .swiper-slide {
    height: auto;
}

.gdc-clinic-team-card {
    position: relative;
    display: block;
    min-height: 250px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    text-decoration: none !important;
}

button.gdc-clinic-slider-btn {
    position: absolute;
    top: 42%;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(190, 146, 45, 0.36) !important;
    border-radius: 50%;
    background: #fff !important;
    color: var(--gdc-gold);
    padding: 0;
    cursor: pointer;
}

.gdc-clinic-slider-btn:before {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
}

.gdc-clinic-slider-btn--prev:before {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.gdc-clinic-slider-btn--next:before {
    transform: rotate(45deg);
    margin-right: 5px;
}

.gdc-clinic-team-prev,
.gdc-clinic-reviews-prev {
    left: -5rem;
}

.gdc-clinic-team-next,
.gdc-clinic-reviews-next {
    right: -5rem;
}

.gdc-clinic-team-pagination,
.gdc-clinic-reviews-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.gdc-clinic-team-pagination .swiper-pagination-bullet,
.gdc-clinic-reviews-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: rgba(190, 146, 45, 0.28);
}

.gdc-clinic-team-pagination .swiper-pagination-bullet-active,
.gdc-clinic-reviews-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--gdc-gold);
}

.gdc-clinic-team-card img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    object-position: top center;
}

.gdc-clinic-team-card span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    display: block;
    padding: 10px 12px;
    background: rgba(47, 28, 0, 0.94);
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.gdc-clinic-team-card strong,
.gdc-clinic-team-card em {
    display: block;
}

.gdc-clinic-team-card strong {
    font-size: 1rem;
    line-height: 1.25;
    color:#BE922D;
}

.gdc-clinic-team-card em {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.85rem;
    font-style: normal;
    line-height: 1.25;
}

.gdc-clinic-insurance-slider {
    overflow: hidden;
}

.gdc-clinic-insurance-slider .swiper-container {
    overflow: hidden;
}

.gdc-clinic-insurance-slider .swiper-slide {
    height: auto;
}

.gdc-clinic-insurance-card {
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: none;
    border: 1px solid rgba(47, 28, 0, 0.04);
}

.gdc-clinic-insurance-card img {
    max-width: 100px;
    max-height: 46px;
    object-fit: contain;
}

.gdc-clinic-insurance-card strong {
    font-size: 0.65rem;
    line-height: 1.25;
}

.gdc-clinic-reviews-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(47, 28, 0, 0.6);
    font-size: 0.86rem;
}

.gdc-clinic-stars {
    color: var(--gdc-gold);
    letter-spacing: 2px;
    font-size: 0.83rem;
    line-height: 1;
}

.gdc-clinic-reviews-summary strong {
    color: var(--gdc-brown);
    font-size: 0.86rem;
}

.gdc-clinic-reviews-slider {
    position: relative;
    padding: 16px 0 34px;
}

.gdc-clinic-reviews-slider .swiper-container {
    overflow: hidden;
}

.gdc-clinic-reviews-slider .swiper-slide {
    height: auto;
}

.gdc-clinic-testimonial {
    min-height: 185px;
    height: 100%;
    padding: 24px;
    background: #fff;
    color: var(--gdc-brown);
    border-radius: 8px;
    border: 1px solid rgba(190, 146, 45, 0.24);
    box-shadow: none;
}

.gdc-clinic-testimonial__top {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.gdc-clinic-testimonial__avatar {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2ead9;
    color: var(--gdc-gold);
    font-size: 0.78rem;
    font-weight: 800;
}

.gdc-clinic-testimonial__top strong,
.gdc-clinic-testimonial__top em {
    display: block;
}

.gdc-clinic-testimonial__top strong {
    color: #252536;
    font-size: 0.92rem;
    line-height: 1.2;
}

.gdc-clinic-testimonial__top em {
    margin-top: 3px;
    color: rgba(47, 28, 0, 0.4);
    font-size: 0.78rem;
    font-style: normal;
}

.gdc-clinic-testimonial__google {
    color: #4285F4;
    font-size: 1.15rem;
    font-weight: 800;
    font-family: Arial, sans-serif;
}

.gdc-clinic-testimonial p {
    margin: 16px 0 0;
    color: rgba(47, 28, 0, 0.72);
    font-size: 0.9rem;
    line-height: 1.65;
}

.gdc-clinic-reviews-prev,
.gdc-clinic-reviews-next {
    top: 50%;
    transform: translateY(-50%);
}

.gdc-clinic-final-cta {
    padding: 56px 0;
    background: #fff;
    text-align: center;
}

.gdc-clinic-final-cta h2 {
    margin: 0 0 20px;
    color: var(--gdc-brown);
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .gdc-clinic-services-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #content span.gdc-clinic-contact-card__action {
    width: fit-content;
    padding: 6px 10px;
    background: #fff;
    color: var(--gdc-brown);
    border-radius: 5px;
    font-size: 0.8rem !important;
    font-weight: 800;
}
#content span.gdc-clinic-contact-card__parking {
    color: #fff;
    font-size: 0.9rem !important;
    line-height: 1.45;
    font-weight: 400;
}

  .gdc-clinic-contact-card__action {
    width: fit-content;
    padding: 6px 10px;
    background: #fff;
    color: var(--gdc-brown);
    border-radius: 5px;
    font-size: 0.62rem;
    font-weight: 800;
}
    .gdc-clinic-contact-card strong{
        text-align: left;
    }
    .gdc-clinic-shell,
    .gdc-clinic-hero__inner {
        width: min(100% - 28px, 430px);
    }

    .gdc-clinic-hero {
        min-height: 61vh;
        align-items: flex-end;
        background-image: linear-gradient(180deg, rgba(47, 28, 0, 0) 0%, rgba(47, 28, 0, 0.23) 100%), var(--gdc-clinic-hero-mobile);
        background-position: center top;
    }

    .gdc-clinic-hero__inner {
        padding: 150px 0 22px;
    }

    .gdc-clinic-hero__content {
        max-width: 100%;
        text-align: center;
    }

    .gdc-clinic-hero__eyebrow {
        margin-bottom: 7px;
        font-size: 0.58rem;
    }

    .gdc-clinic-hero__title {
        font-size: 1.75rem;
        line-height: 1.04;
    }

    .gdc-clinic-hero__actions {
        display: none;
    }

    .gdc-clinic-intro {
        padding: 34px 0 18px;
    }

    .gdc-clinic-intro h2,
    .gdc-clinic-section__header h2 {
        /* font-size: 1.06rem; */
        margin-bottom: 12px;
        text-align: center;
    }

    .gdc-clinic-section__header{
        text-align: center;
    }
    .gdc-clinic-services-layout .gdc-clinic-section__header h2{ text-align: center; }
    #content #gdc-clinic-reviews-slider p{ font-size:1rem !important; line-height:1.5 !important; }

    .gdc-clinic-intro__copy {
        line-height: 1.75;
    }

    .gdc-clinic-contact {
        padding: 14px 0 32px;
    }

    .gdc-clinic-contact__grid {
        width: min(100% - 28px, 336px);
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 9px;
    }

    .gdc-clinic-contact-card--address {
        grid-row: auto;
        min-height: 136px;
        text-align: center;
    }

    .gdc-clinic-contact-card--button {
        min-height: 46px;
    }

    .gdc-clinic-section {
        padding: 36px 0;
    }

    .gdc-clinic-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gdc-clinic-service {
        min-height: 58px;
        padding: 12px;
    }

    /* .gdc-clinic-service strong {
        font-size: 0.68rem;
    } */


    .gdc-clinic-timings {
        width: min(100%, 90%);
        margin: 0 auto;
    }

    .gdc-clinic-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 7px;
        gap: 8px;
    }

    .gdc-clinic-gallery__play {
        width: 42px;
        height: 42px;
    }

    .gdc-clinic-gallery__play::before {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 13px;
    }

    .gdc-clinic-gallery-modal {
        padding: 18px;
    }

    .gdc-clinic-gallery-modal__dialog {
        height: min(680px, calc(100vh - 36px));
    }

    .gdc-clinic-gallery-modal__close {
        top: 8px;
        right: 8px;
    }

    .gdc-clinic-gallery-modal-prev {
        left: 8px;
    }

    .gdc-clinic-gallery-modal-next {
        right: 8px;
    }

    .gdc-clinic-gallery-modal__video {
        height: min(100%, 640px);
    }

    .gdc-clinic-team-slider {
        padding: 0 0px 32px;
    }

    .gdc-clinic-team-card,
    .gdc-clinic-team-card img {
        min-height: 250px;
    }

    .gdc-clinic-insurance-slider {
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .gdc-clinic-reviews-slider {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gdc-clinic-testimonial {
        min-height: 175px;
    }

    .gdc-clinic-final-cta {
        padding: 42px 0;
    }

    .gdc-clinic-final-cta h2 {
        font-size: 1.35rem;
    }
}
