/* =========================================
   GLOBAL HEADER
========================================= */
.module-43.global-header {
    display: flex;
}

.mobile-header .mobile-container {
    background: #fff;
    box-shadow: 0 2px 2px #efefef;
}

.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
    background: var(--color-primary) !important;
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

@media (max-width: 1200px) {
    .module-43.global-header {
        display: none;
    }

    div#theme2-smHeader.mobile-header {
        display: block !important;
    }

    .module-66 {
        margin-top: 105px;
    }
}


.global-header {
    position: relative;
    z-index: 20;
    width: 100%;
    padding-inline: clamp(18px, 1.8vw, 35px);
    background-color: #fff;
}

.global-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 105px;
    column-gap: clamp(20px, 2vw, 40px);
}

/* Remove Bootstrap width behavior inside the custom grid */


.global-header__inner > .col-xs-12 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.global-header__left,
.global-header__actions-wrapper {
    min-width: 0;
}

.global-header__left {
    grid-column: 1;
}

.global-header__logo {
    grid-column: 2;
    position: relative;
    width: 200px;
    height: 105px;
}

.global-header__actions-wrapper {
    grid-column: 3;
}

/* =========================================
   DESKTOP NAVIGATION
========================================= */

.global-header .ry-menu .ry-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(14px, 1.7vw, 40px);
    margin: 0;
    padding: 0;
}

.global-header .ry-menu .ry-nav li {
    flex: 0 0 auto;
    line-height: normal;
    display: flex;
}

.global-header .ry-menu .ry-nav li a {
    color: #212123 !important;
    font-size: clamp(13px, 0.84vw, 16px);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

/* =========================================
   CENTER LOGO
========================================= */

.global-header__logo-wrapper {
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 999;
    width: 200px;
    height: 200px;
    transform: translateX(-50%);
    transition:
        width 300ms ease-in-out,
        height 300ms ease-in-out,
        top 300ms ease-in-out;
}

.global-header .global-header__logo-wrapper img {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    height: auto;
}

.global-header.fixed .global-header__logo-wrapper {
    top: 2px;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
}

.global-header.fixed .global-header__logo::after,
.module-43.fixed .global-header__logo-wrapper::after {
    opacity: 1;
}

/* =========================================
   HEADER ACTIONS
========================================= */

.global-header__actions {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.global-header__translate,
.global-header__cta {
    position: relative;
    height: 53px;
    border-radius: 12px;
}

.global-header__translate {
    flex: 0 1 241px;
    width: 241px;
    min-width: 150px;
}

.global-header__cta {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    padding-inline: clamp(12px, 1vw, 20px);
    color: var(--white);
    font-size: clamp(13px, 0.84vw, 17px);
    line-height: 1;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.global-header__cta--call {
    width: 237px;
    background-color: var(--color-secondary);
}

.global-header__cta--appointment {
    width: 275px;
    background-color: var(--primary-color);
}

.global-header__cta svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

/* =========================================
   LANGUAGE SELECT
========================================= */

.language-select,
.language-select__trigger {
    width: 100%;
    height: 100%;
}

.language-select__trigger {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 2px solid #e2e2e2;
    border-radius: 12px;
    background: #fff;
    color: #202020;
    text-align: left;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.language-select__google-icon {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
}

.language-select__google-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.language-select__label {
    overflow: hidden;
    font-size: clamp(14px, 0.88vw, 17px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

svg.language-select__chevron {
    width: 15px;
    height: 15px;
}

.language-select__google-widget {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.language-select__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 100;
    max-height: 320px;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgb(0 0 0 / 14%);
}

.language-select__option {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #202020;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    transition:
        color 0.15s ease,
        background-color 0.15s ease;
}

.language-select__option.is-selected {
    background: #eee;
    font-weight: 600;
}

/* =========================================
   COMPACT DESKTOP
========================================= */

@media (max-width: 1650px) {
    .global-header__inner {
        grid-template-columns: minmax(0, 1fr) 170px minmax(0, 1fr);
        column-gap: 20px;
    }

    .global-header__logo {
        width: 170px;
    }

    .global-header__logo-wrapper {
        width: 170px;
        height: 170px;
    }

    .global-header .ry-menu .ry-nav {
        gap: 14px;
    }

    .global-header__translate {
        flex-basis: 200px;
        width: 200px;
    }

    .global-header__cta--call {
        width: 220px;
    }

    .global-header__cta--appointment {
        width: 245px;
    }

    .global-header__cta {
        padding-inline: 12px;
        font-size: 14px;
    }

    .language-select__trigger {
        padding-inline: 14px;
    }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1450px) {
    .global-header {
        padding-inline: 20px;
    }
	
	.module-66 {
		padding: 0 20px !important;
	}

    .module-43.fixed {
        padding: 0 20px !important;
    }

    .global-header__inner {
        grid-template-columns: minmax(0, 1fr) 145px minmax(0, 1fr);
        column-gap: 14px;
        min-height: 94px;
    }

    .global-header__logo {
        width: 145px !important;
        height: 94px;
    }

    .global-header__logo-wrapper {
        top: 12px;
        width: 150px;
        height: 150px;
    }

    .global-header .ry-menu .ry-nav {
    justify-content: flex-start;
    }

    .global-header .ry-menu .ry-nav li a {
        font-size: 15px;
    }

    .global-header__actions {
        justify-content: flex-end;
        gap: 5px;
    }

    .global-header__translate,
    .global-header__cta {
        height: 48px;
        border-radius: 10px;
    }

    .global-header__translate {
        /* flex-basis: 145px; */
        /* width: 145px; */
        /* min-width: 125px; */
    }

    .global-header__cta--call {
        width: auto;
        min-width: 175px;
    }

    .global-header__cta--appointment {
        width: auto;
        /* min-width: 200px; */
    }

    .global-header__cta {
        padding-inline: 10px;
        font-size: 14px;
    }

    .global-header__cta svg {
        width: 16px;
        height: 16px;
    }

    .language-select__trigger {
        padding-inline: 10px;
    }

    .language-select__label {
        font-size: 14px;
    }
}

/* =========================================
   SMALL LAPTOP
   Keep desktop layout, shorten CTA text
========================================= */
@media (max-width: 1336px) {
    .global-header .ry-menu .ry-nav li a {
        font-size: 14px !important;
    }
    
    .language-select__label {
        font-size: 13px !important;
    }
    
    .global-header__cta {
        font-size: 13px !important;
    } 
}


@media (max-width: 1280px) {
    .global-header__inner {
        grid-template-columns: minmax(0, 1fr) 145px minmax(0, 1fr);
    }

    .global-header__logo {
        width: 125px;
    }

    .global-header__logo-wrapper {
        width: 125px;
        height: 125px;
    }

    .global-header .ry-menu .ry-nav {
        gap: 8px;
    }

    .global-header .ry-menu .ry-nav li a {
        font-size: 12px;
    }

    .global-header__translate {
        flex-basis: 125px;
        min-width: 115px;
    }

    .global-header__cta--call {
        min-width: 12rem;
        width: 12rem;
    }

    .global-header__cta--appointment {
        min-width: 13rem;
        width: 13rem;
    }

    .global-header__cta-label {
        /* display: none; */
    }

    .global-header__cta {
        padding: 0;
    }

    .global-header__cta svg {
        width: 19px;
        height: 19px;
    }
}

.hp-root-canal.block-right .block-wrapper {
    width: 608px;
    height: 717px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #b9bbbd;
    padding: 45px 35px;
}

.hp-root-canal .block-right .section-header-icon .icon-wrapper {
    display: flex;
    width: 75px;
    height: 75px;
    border-radius: 38px;
    background-color: #31318c;
    align-items: center;
}

.hp-root-canal .block-right .section-header-icon img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-root-canal .section-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-root-canal .section-header-small h3 {
    font-size: clamp(1.625rem, 1.402rem + 0.915vw, 2.5rem);
    line-height: normal;
    text-transform: uppercase;
    color: #4571b2;
    text-align: center;
}

.hp-root-canal .section-header-small {
	margin-bottom: 15px;
}

.hp-root-canal .section-header-small span {
    display: block;
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
    color: #212123;
    font-style: italic;
    text-align: center;
}

.hp-root-canal .grid-root-canal .icon-wrapper {
    width: 63px;
    height: 63px;
    border-radius: 31px;
    background-color: #d0ddf1;
    border: 0px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-root-canal .grid-root-canal .icon-wrapper img {
    max-width: max-content;
    margin: 0 auto;
}

.each-text .root-text h4 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #4571b2;
}

.hp-root-canal .grid-root-canal .each-text {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hp-root-canal .each-text .root-text p {
    font-size: 17px;
}

.hp-root-canal .grid-root-canal {
    margin: 30px 0 0;
    display: grid;
    gap: 30px;
    padding: 0% 25px;
}

.hp-root-canal {
    padding: 0 0 150px;
    margin-top: -10rem;
    z-index: 9;
}


.hp-root-canal .ry-each p {
    width: min(560px, 100%);
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #212123;
    margin: 55PX 0;
}


.hp-root-canal .block-wrapper {
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #d5d8da;
    padding: 50px 30px 75px;
}

.hp-root-canal .ry-content .ry-flex {
    width: min(1280px, 100%);
    max-width: 100%;
    justify-content: space-between;
}

.hp-root-canal .ry-content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.hp-technology .bg-section, .hp-technology .bg-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.hp-technology .ry-content {
    padding: 160px 0 190px;
}


.hp-technology__slick .each-tech .ry-each.tech-info h3 {
    font-size: clamp(1.625rem, 1.4816rem + 0.5882vw, 2.1875rem);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
    margin-top: 60px;
}

.hp-technology__slick .each-tech .ry-each.tech-info p {
    width: min(560px, 100%);
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #212123;
    margin: 40px 0 60px;
}


.hp-technology__slick .each-tech .block-wrapper img {
    max-width: max-content;
    margin-left: auto;
}



.hp-technology__slick .each-tech .block-left,
.hp-technology__slick .each-tech .block-right {
    width: 100%;
    max-width: 100%;
}

.hp-technology__slick .each-tech {
    display: grid !important;
    grid-template-columns: 800px 640px;
    gap: 160px;
}



.tech-arrows {
    position: absolute;
    bottom: 20%;
    left: 9%;
}

.teach-arrows-wrapper {
    gap: 8px;
    display: flex;
}

.tech-arrows .arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    border: 1px solid #d5d8da;
}

.tech-arrows .arrow-btn svg {
    width: 1.5rem;
    height: 1.5rem;
}

.hp-meet-the-doctors .section-cta div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-meet-the-doctors .ry-content {
    padding: 175px 0 150px;
}

.hp-meet-the-doctors .section-header * {
    color: #fff;
}


.hp-doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 260px);
    padding: 75px 0 95px;
    justify-content: space-between;
}

.hp-meet-the-doctors .ry-container {
    width: min(1280px, 100%);
    margin: 0 auto;
}

.hp-meet-the-doctors .bg-section, .hp-meet-the-doctors .bg-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hp-doctors-grid .doctor-info h3 {
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #a8d5ea;
    font-weight: 500;
    text-align: center;
}

.hp-doctors-grid .doctor-info p {
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.hp-doctors-grid .doctor-info {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
}

.hp-doctors-grid .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.hp-doctors-grid .doctor-headshot img {
    max-width: max-content;
    margin: 0 auto;
    z-index: 1;
}

.hp-doctors-grid .headshot-warpper {
    position: absolute;
    width: 252px;
    height: 252px;
    border-radius: 126px;
    background-color: #5b7fa7;
    box-shadow: inset 0 0 0 5px #5b7fa7;
    transition: 300ms ease-in-out;
}

.hp-doctors-grid .doctor-headshot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hp-doctors-grid .doctor-headshot:hover .headshot-warpper {
    box-shadow: inset 0 0 0 5px #9ad7eb;
    background: transparent;
    transition: 300ms ease-in-out;
    z-index: 1;
}

.hp-doctors__slick ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 55px 0 0;
}

.hp-doctors__slick ul.slick-dots li button {
   display: block;
   width: 13px;
   height: 13px;
   padding: 0;
   border: 1px solid #86a0bf;
   border-radius: 50%;
   background-color: transparent;
   font-size: 0;
   transition: width 200ms ease, border-radius 200ms ease, background-color 200ms ease;
}

.hp-doctors__slick ul.slick-dots li.slick-active button {
    background: #86a0bf;
}

.hp-doctors__slick ul.slick-dots li {
    display: flex;
}
	

.hp-doctors__slick .each-doctor {
    padding: 15px 0;
}

.hp-testimonials {
    padding: 160px 0;
}

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

.testimonials__column {
    min-height: 664px;
    border-radius: 34px;
    background-color: #f8f8f8;
    border: 1px solid #cfcfcf;
    padding: 60px 0 0;
}

.testimonials__layout {
    display: grid;
    grid-template-columns: repeat(3, 486px);
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
    gap: 30px;
}

.testimonials__slider .star-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 50px;
}

.testimonials__slider .star-wrapper svg {
    width: 30px;
    height: 30px;
    fill: #e5b353;
}

.testimonials__slider .testimonials__name h3 {
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #212123;
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-family: 'Inter' !important;
}

.testimonials__slider .testimonials__avatar img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.testimonials__media .play-wrapper {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    filter: drop-shadow(0px 5px 40.5px rgba(0,0,0,0.49));
    background-color: rgb(255 255 255 / 80%);
    border: 0px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials__media .play-wrapper svg {
    width: 2rem;
    height: 2rem;
}

.testimonials__media {
    position: relative;
    overflow: hidden;
}

.testimonials__media .play-button {
    position: absolute;
    bottom: 10%;
    left: 10%;
}


.testimonials__quote p {
    width: min(357px, 100%);
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    color: #212123;
    font-weight: 400;
    text-align: center;
}

.testimonials__slider ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 5px;
}

.testimonials__slider ul.slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 4px;
    background-color: #d2ddeb;
    font-size: 0;
    cursor: pointer;
}


.testimonials__slider ul.slick-dots li.slick-active {
    background: #3472b7;
    border: 1px solid #3472b7;
}

.testimonials__name {
    display: block;
}

.hp-testimonials .section-cta div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials__quote p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

@media (max-width: 767px) {
  .testimonials__quote p {
    -webkit-line-clamp: 10;
    line-clamp: 5;
  }
}


.hp-locations {
  --locations-primary: #20497b;
  --locations-text: #163d6e;
  --locations-background: #dceffc;
  --locations-card-background: #ffffff;
  --locations-radius: 20px;
  padding: 200px 0 680px;
  background: var(--locations-background);
}

.locations__container {
  width: min(90%, 1440px);
  margin-inline: auto;
  float: unset;
}

.location-card__address span {
    display: block;
}


.locations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 45px;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.location-card {
  position: relative;
  min-width: 0;
  height: 560px;
  perspective: 1400px;
}

.location-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.location-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Default state */

.location-card__face--front {
  z-index: 2;
  justify-content: space-between;
  background: var(--color-accent);
  color: var(--locations-text);
  cursor: pointer;
  pointer-events: auto;
}

.location-card__face--back {
  z-index: 1;
  padding: 30px 24px 24px;
  background: var(--locations-primary);
  color: #ffffff;
  transform: rotateY(180deg);
  pointer-events: none;
}

/* Click or tap state */

.location-card.is-flipped .location-card__inner {
  transform: rotateY(180deg);
}

.location-card.is-flipped .location-card__face--front {
  pointer-events: none;
}

.location-card.is-flipped .location-card__face--back {
  z-index: 3;
  pointer-events: auto;
}

/* Front */

.location-card__front-content {
  display: flex;
  flex: 1;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 18px;
  text-align: center;
  z-index: 2;
}

.location-card__main-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--locations-primary);
  color: #ffffff;
}

.location-card__main-icon svg,
.location-card__info-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-card__title,
.location-card__back-title {
  margin: 0;
  line-height: 1.15 !important;
  font-size: clamp(1.125rem, 1.0135rem + 0.4575vw, 1.5625rem) !important;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  color: #2c4877;
  font-weight: 500 !important;
  text-align: center !important;
}

.location-card__label {
  margin: 7px 0 0;
  font-size: 17px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #333333;
  line-height: normal;
}

.location-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Back */

.location-card__details {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}

.location-card__back-title {
  text-align: center !important;
}

.location-card__divider {
  width: 100%;
  height: 1px;
  margin: 21px 0 24px;
  background: rgba(255, 255, 255, 0.3);
}

.location-card__info {
  display: grid;
  gap: 18px;
}

.location-card__info-row,
.location-card__info-link {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.location-card__info-link {
  position: relative;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

.location-card__info-link:hover .location-card__address,
.location-card__info-link:hover .location-card__phone {
  /* text-decoration: underline; */
  /* text-underline-offset: 3px; */
}

.location-card__info-link:hover {
    color: #fff;
}

.location-card__info-icon {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.location-card__address,
.location-card__phone {
  margin: 0;
  color: inherit;
  font-size: clamp(0.8125rem, 0.7647rem + 0.1961vw, 1rem);
  font-style: normal;
  line-height: 1.45;
}

.location-card__phone strong {
  font-weight: 700;
}

.location-card__hours {
  display: grid;
  gap: 5px;
  width: 100%;
  margin: 0;
}

.location-card__hours-row {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto;
  gap: 8px;
  font-size: clamp(0.8125rem, 0.7647rem + 0.1961vw, 1rem);
  line-height: 1.3;
}

.location-card__hours-row dt,
.location-card__hours-row dd {
  margin: 0;
  font-size: 14px;
}

.location-card__hours-row dd {
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

/* CTA */

.location-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: auto;
  padding-top: 20px;
}

.location-card__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.location-card__button--primary {
  background: #ffffff;
  color: #425f8f;
}

.location-card__button--primary:hover {
  background: #eaf3fc;
}

.location-card__button--outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.location-card__button--outline:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--locations-primary);
}

/* Close button */

.location-card__close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.location-card__close:hover {
  background: #ffffff;
  color: var(--locations-primary);
}

.location-card__face--front:focus-visible,
.location-card__close:focus-visible,
.location-card__info-link:focus-visible,
.location-card__button:focus-visible {
  outline: 3px solid #ffd76a;
  outline-offset: 3px;
}

/* Desktop hover */

@media (hover: hover) and (pointer: fine) {
  .location-card:hover .location-card__inner,
  .location-card:focus-within .location-card__inner {
    transform: rotateY(180deg);
  }

  .location-card:hover .location-card__face--front,
  .location-card:focus-within .location-card__face--front {
    pointer-events: none;
  }

  .location-card:hover .location-card__face--back,
  .location-card:focus-within .location-card__face--back {
    z-index: 3;
    pointer-events: auto;
  }

  .location-card__close {
    display: none;
  }
}

/* Two columns */

@media (max-width: 1199px) {
  .locations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-card {
    height: 580px;
  }

  .location-card__face--back {
    padding: 34px 30px 28px;
  }

  .location-card__address,
  .location-card__phone {
    font-size: 14px;
  }

  .location-card__hours-row {
    font-size: 13px;
  }

  .location-card__button {
    font-size: 12px;
  }
}

/* Tablet */

@media (max-width: 767px) {
  .locations {
    padding: 42px 18px;
  }

  .locations__grid {
    gap: 20px;
  }

  .location-card {
    height: 570px;
  }

  .location-card__face--back {
    padding: 30px 24px 24px;
  }

  .location-card__front-content {
    min-height: auto;
  }

  .location-card__image {
    /* height: auto; */
  }
}

/* Mobile */

@media (max-width: 575px) {
  .locations {
    padding: 32px 15px;
  }

  .locations__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .location-card {
    width: 100%;
    max-width: 390px;
    height: 580px;
    margin-inline: auto;
  }

  .location-card__title,
  .location-card__back-title {
    font-size: 22px;
  }

  .location-card__image {
    height: auto;
  }

  .location-card__address,
  .location-card__phone {
    font-size: 14px;
  }

  .location-card__hours-row {
    grid-template-columns: minmax(82px, 1fr) auto;
    font-size: 13px;
  }

  .location-card__button {
    min-height: 48px;
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .location-card {
    height: 610px;
  }

  .location-card__face--back {
    padding-inline: 18px;
  }

  .location-card__actions {
    grid-template-columns: 1fr;
  }

  .location-card__hours-row {
    font-size: 12px;
  }
}


@media (max-width: 1336px) {
    .locations__grid {
        gap: 15px !important;
    }
}

@media (max-width: 1280px) {
    
    .location-card__info-row, .location-card__info-link {
        gap: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    .location-card__address, .location-card__phone {
        text-align: center !important;
    }
}


@media (max-width: 1080px) {
    .locations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .location-card__hours {
        width: 50%;
    }
    
    .location-card__front-content {
        min-height: auto;
    }
    
}


@media (max-width: 768px) {
    .location-card__hours {
        width: 100%;
    }

}

@media (max-width: 680px) {
    .locations__grid {
        grid-template-columns: 366px;
    }
    
    .location-card__hours {
        width: 15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
  .location-card__inner {
    transition: none;
  }
}

.location-card__back-title {
    color: #fff !important;
}

.hp-locations .backgrond-section, .hp-locations .backgrond-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

	
/* =========================================
   SHARED LOCATION CONTAINER
========================================= */

.location-intro,
.location-services {
    position: relative;
    width: 100%;
}

.location-intro__container,
.location-services__container {
    width: min(calc(100% - 40px), 1920px);
    margin-inline: auto;
    float: none;
}

/* =========================================
   LOCATION INTRO
========================================= */

.location-intro {
    margin-bottom: clamp(110px, 14vw, 272px);
}

.location-intro__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 0;
    border-radius: 10px;
    background-color: #dff1fc;
}

.location-intro__heading {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -2.5rem;
    margin-inline: auto;
    padding-inline: 20px;
    text-align: center;
}

.location-intro__title h1 {
    margin: 0;
    color: var(--primary-color, #35359b);
    font-size: clamp(42px, 4vw, 70px) !important;
    line-height: 1.05;
    letter-spacing: clamp(1px, 0.2vw, 3px);
    text-transform: uppercase !important;
}

.location-intro__subtitle p {
    margin: 10px 0 0;
    color: #333;
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(24px, 2.2vw, 35px) !important;
    font-style: italic;
    line-height: 1.4;
    text-transform: initial !important;
}

/* =========================================
   LOCATION INFORMATION CARD
========================================= */

.location-intro__card {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(260px, 1.2fr)
        minmax(230px, 1fr)
        minmax(270px, 1.15fr);
    align-items: center;
    gap: clamp(25px, 3vw, 60px);
    width: min(calc(100% - 80px), 1280px);
    padding: clamp(22px, 2vw, 30px);
    border: 1px solid #b9d8f7;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 18px 45px rgb(0 0 0 / 8%);
    transform: translate(50%, 60%);
}

.location-intro__image-wrapper {
    position: relative;
    z-index: 2;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
}

.location-intro__image-wrapper img,
.location-intro__image {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.location-intro__image-wrapper:hover img,
.location-intro__image-wrapper:hover .location-intro__image {
    transform: scale(1.04);
}

.location-intro__contact,
.location-intro__hours {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.location-intro__card-title,
.location-intro__card-title h2,
.location-intro__hours > h2 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #5f82b3;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}
	
.location-services__card .link {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 3;
}
	
.location-intro .location-social-list, .location-intro .location-social-list div {
    width: fit-content;
    flex: unset;
}
	
.location-intro .location-social-media {
    display: flex;
    margin-top: 20px;
    gap: 5px;
}
	
.location-intro .location-social-list a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #31318c;
    border-radius: 50%;
    color: #fff;
}
	
.location-intro .location-social-list a:hover {background: #5f82b3;}

/* =========================================
   LOCATION ACTIONS
========================================= */

.location-intro__actions {
    display: grid;
    gap: 8px;
    width: 100%;
}

.location-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 254px);
    min-height: 53px;
    padding: 10px 18px;
    border-radius: 12px;
    color: #fff;
    font-family: "Inter", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition:
        transform 200ms ease,
        filter 200ms ease;
}

.location-intro__button:hover,
.location-intro__button:focus-visible {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.location-intro__button--secondary {
    background-color: var(--color-secondary, #5e8bc2);
}

.location-intro__button--primary {
    background-color: var(--primary-color, #35359b);
}

/* =========================================
   OFFICE HOURS
========================================= */

.location-intro__hours {
    padding-left: clamp(20px, 3vw, 80px);
}

.location-intro__hours-list {
    display: grid;
    margin: 0;
}

.location-intro__hours-row {
    display: grid;
    grid-template-columns: minmax(75px, 90px) minmax(140px, 1fr);
    align-items: baseline;
    gap: clamp(18px, 2.5vw, 50px);
}

.location-intro__hours-row dt,
.location-intro__hours-row dd {
    margin: 0;
    color: #212123;
    font-size: 16px;
    line-height: 26px;
}

.location-intro__hours-row dt {
    font-weight: 400;
}

.location-intro__hours-row dd {
    font-weight: 600;
    text-align: left;
}

/* =========================================
   DECORATIVE SHADOW
========================================= */

.location-shadow,
.location-shadows {
    position: absolute;
    top: 50%;
    left: 66%;
    z-index: 1;
    width: clamp(180px, 18vw, 300px);
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.location-shadow img,
.location-shadows img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    opacity: 0.5;
}

/* =========================================
   LOCATION ADDRESS
========================================= */

.location-address__text {
    margin-bottom: 0.5rem;
    color: #212123;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

/* =========================================
   LOCATION SERVICES
========================================= */

.location-services {
    padding:
        clamp(45px, 5vw, 75px)
        0
        clamp(70px, 8vw, 130px);
}

.location-services__container {
    max-width: 1280px;
}

.location-services__heading {
    margin-bottom: clamp(35px, 4vw, 55px);
    padding-inline: 20px;
    text-align: center;
}

.location-services__title h2 {
    margin: 0;
    color: #4571b2;
    font-size: clamp(40px, 4vw, 70px) !important;
    line-height: 1.1;
    letter-spacing: clamp(1px, 0.2vw, 3px);
    text-transform: uppercase !important;
}

.location-services__subtitle p {
    margin: 10px 0 0;
    color: #333;
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(24px, 2.2vw, 35px) !important;
    font-style: italic;
    line-height: 1.4;
    text-transform: initial !important;
}

.location-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 30px);
}

/* =========================================
   SERVICE CARD
========================================= */

.location-services__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
    background-color: #e8e8e8;
    cursor: pointer;
    isolation: isolate;
}

.location-services__link {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
    font-size: 0;
}

.location-services__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 450ms ease;
}

.location-services__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgb(0 0 0 / 60%) 0%,
        rgb(0 0 0 / 18%) 55%,
        transparent 100%
    );
    transition: opacity 350ms ease;
}

.location-services__card-title {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
    z-index: 3;
    margin: 0;
    color: #fff;
    font-size: clamp(18px, 1.8vw, 25px) !important;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: transform 350ms ease;
}

.location-services__card:hover .location-services__image {
    transform: scale(1.08);
}

.location-services__card:hover .location-services__card-title {
    transform: translateY(-4px);
}

.location-services__card:hover .location-services__overlay {
    opacity: 0.85;
}

/* =========================================
   SMALL DESKTOP / LAPTOP
========================================= */

@media (max-width: 1280px) {
    .location-intro {
        margin-bottom: clamp(120px, 15vw, 210px);
    }

    .location-intro__card {
        grid-template-columns:
            minmax(230px, 1.15fr)
            minmax(210px, 1fr)
            minmax(250px, 1.1fr);
        gap: clamp(20px, 2.2vw, 38px);
        width: min(calc(100% - 60px), 1080px);
    }

    .location-intro__hours {
        padding-left: clamp(10px, 2vw, 35px);
    }

    .location-intro__hours-row {
        gap: 20px;
    }

    .location-shadow,
    .location-shadows {
        left: 65%;
        width: clamp(160px, 17vw, 240px);
    }
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 991px) {
    .location-intro {
        margin-bottom: 60px;
    }

    .location-intro__container {
        flex-direction: column;
        justify-content: flex-start;
        min-height: 0;
        padding: 70px 30px 50px;
    }

    .location-intro__heading {
        margin-top: 0;
    }

    .location-intro__card {
        position: relative;
        right: auto;
        bottom: auto;
        grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr);
        width: min(100%, 760px);
        margin: 45px auto 0;
        transform: none;
    }

    .location-intro__image-wrapper {
        grid-row: span 2;
        align-self: stretch;
    }

    .location-intro__image-wrapper img,
    .location-intro__image {
        height: 100%;
        min-height: 280px;
    }

    .location-intro__contact,
    .location-intro__hours {
        padding-left: 0;
    }

    .location-intro__button {
        width: 100%;
    }

    .location-shadow,
    .location-shadows {
        display: none;
    }

    .location-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================
   TABLET / LARGE MOBILE
========================================= */

@media (max-width: 767px) {
    .location-intro__container,
    .location-services__container {
        width: min(calc(100% - 30px), 1280px);
    }

    .location-intro__container {
        padding: 55px 20px 30px;
    }

    .location-intro__card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 20px;
    }

    .location-intro__image-wrapper {
        grid-row: auto;
    }

    .location-intro__image-wrapper img,
    .location-intro__image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .location-intro__contact,
    .location-intro__hours {
        width: 100%;
    }

    .location-intro__card-title,
    .location-intro__card-title h2,
    .location-intro__hours > h2 {
        text-align: center;
    }

    .location-intro__actions {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    .location-intro__hours-list {
        width: min(100%, 380px);
        margin-inline: auto;
    }

    .location-intro__hours-row {
        grid-template-columns: minmax(80px, 1fr) minmax(140px, auto);
        gap: 20px;
    }

    .location-services__card-title {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {
    .location-intro {
        padding-top: 10px;
    }

    .location-intro__container,
    .location-services__container {
        width: min(calc(100% - 24px), 1280px);
    }

    .location-intro__container {
        padding: 45px 14px 20px;
        border-radius: 8px;
    }

    .location-intro__heading {
        padding-inline: 5px;
    }

    .location-intro__title h1 {
        font-size: clamp(32px, 10vw, 42px) !important;
        letter-spacing: 1px;
    }

    .location-intro__subtitle p {
        font-size: clamp(21px, 7vw, 28px) !important;
    }

    .location-intro__card {
        gap: 24px;
        margin-top: 35px;
        padding: 15px;
        border-radius: 10px;
    }

    .location-intro__button {
        min-height: 50px;
        padding-inline: 14px;
        font-size: 15px;
    }

    .location-intro__hours-row {
        grid-template-columns: minmax(72px, 1fr) minmax(125px, auto);
        gap: 10px;
    }

    .location-intro__hours-row dt,
    .location-intro__hours-row dd {
        font-size: 14px;
        line-height: 23px;
    }

    .location-services__heading {
        padding-inline: 5px;
    }

    .location-services__title h2 {
        font-size: clamp(32px, 10vw, 42px) !important;
        letter-spacing: 1px;
    }

    .location-services__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .location-services__card {
        aspect-ratio: 16 / 10;
        border-radius: 14px;
    }

    .location-services__image {
        height: 100%;
        aspect-ratio: auto;
    }

    .location-services__card-title {
        right: 15px;
        bottom: 16px;
        left: 15px;
        font-size: 17px !important;
    }
}

/* =========================================
   ACCESSIBILITY
========================================= */

.location-intro__button:focus-visible,
.location-services__link:focus-visible {
    outline: 3px solid rgb(57 114 183 / 45%);
    outline-offset: 4px;
}

.location-services__link:focus-visible {
    border-radius: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .location-intro__image,
    .location-intro__image-wrapper img,
    .location-intro__button,
    .location-services__image,
    .location-services__overlay,
    .location-services__card-title {
        transition: none;
    }
}
	
	/* =========================================
   TECHNOLOGY GRID
========================================= */

.location-technology__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: clamp(18px, 2.2vw, 30px);
    padding-top: 85px;
    float: none;
}

.location-technology__item {
    min-width: 0;
    padding: 0;
    float: none;
}

/* =========================================
   TECHNOLOGY CARD
========================================= */

.location-technology__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    height: 100%;
    cursor: pointer;
}

.location-technology__image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.location-technology__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
    transition: transform 450ms ease;
}

.location-technology__card-title {
    margin: 50px 0 0;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none !important;
    transition:
        color 250ms ease,
        transform 250ms ease;
    font-size: 25px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    font-family: "Inter" !important;
    text-align: center;
}

.location-technology__link {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
    font-size: 0;
}

.location-technology__card:hover .location-technology__image {
    transform: scale(1.06);
}

.location-technology__card:hover .location-technology__card-title {
    color: #3972b7;
    transform: translateY(-3px);
}

/* =========================================
   SLICK
========================================= */

.location-technology__grid.slick-initialized {
    display: block;
}

.location-technology__grid .slick-list {
    overflow: hidden;
    margin-inline: -15px;
}

.location-technology__grid .slick-track {
    display: flex;
    align-items: stretch;
}

.location-technology__grid .slick-slide {
    height: auto;
    padding-inline: 15px;
}

.location-technology__grid .slick-slide > div,
.location-technology__grid .slick-slide .location-technology__item {
    height: 100%;
}

.location-technology__grid .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 55px 0 0;
    list-style: none;
}

.location-technology__grid .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.location-technology__grid .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    border: 1px solid #3972b7;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
    transition:
        width 200ms ease,
        border-radius 200ms ease,
        background-color 200ms ease;
}

.location-technology__grid .slick-dots .slick-active button {
    background-color: #3972b7;
}

/* =========================================
   LAPTOP — SLICK ACTIVE
========================================= */

@media (max-width: 1366px) {
    .location-technology__container {
        width: min(calc(100% - 60px), 1120px);
    }

    .location-technology__grid {
        display: block;
    }

    .location-technology__image {
        aspect-ratio: 1 / 1.2;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
    .location-technology {
        padding:
            clamp(70px, 9vw, 100px)
            0;
    }

    .location-technology__container {
        width: min(calc(100% - 40px), 900px);
    }

    .location-technology__header {
        margin-bottom: 50px;
    }

    .location-technology__card-title {
        margin-top: 18px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .location-technology__container {
        width: min(calc(100% - 30px), 680px);
    }

    .location-technology__header {
        padding-inline: 5px;
    }

    .location-technology__title {
        font-size: clamp(36px, 10vw, 50px) !important;
    }

    .location-technology__eyebrow {
        font-size: clamp(21px, 6vw, 26px);
    }

    .location-technology__grid .slick-list {
        margin-inline: -8px;
    }

    .location-technology__grid .slick-slide {
        padding-inline: 8px;
    }

    .location-technology__image {
        aspect-ratio: 4 / 4.5;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
    .location-technology {
        padding: 65px 0 75px;
    }

    .location-technology__container {
        width: min(calc(100% - 24px), 450px);
    }

    .location-technology__header {
        margin-bottom: 40px;
    }

    .location-technology__image-wrapper {
        border-radius: 10px;
    }

    .location-technology__image {
        aspect-ratio: 1 / 1.08;
    }

    .location-technology__card-title {
        font-size: 19px !important;
    }
}

/* =========================================
   ACCESSIBILITY
========================================= */

.location-technology__link:focus-visible {
    border-radius: 12px;
    outline: 3px solid rgb(57 114 183 / 50%);
    outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
    .location-technology__image,
    .location-technology__card-title {
        transition: none;
    }
}

.location-technology .bg-section, .location-technology .bg-section img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.location-technology .ry-content {
    padding: 145px 0 155px;
}

.location-technology__card-title span {
    display: block;
    font-weight: 700 !important;
}
	
	
.location-gallery .ry-container {
	max-width: 100%;
	width: 100%;
}
	
.location-gallery__slick .each-img img {
    max-width: max-content;
    border-radius: 10px;
}

.location-gallery__slick ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 55px 0 125px;
}

.location-gallery__slick ul.slick-dots li button {
   outline: 0;
   border: unset;
   font-size: 0;
   width: 13px;
   height: 13px;
   border-radius: 99999px;
   background: #d5dfed;
}

.location-gallery__slick ul.slick-dots li.slick-active button {
    background: #3472b7;
}

.location-gallery__slick ul.slick-dots li {
    display: flex;
}
	
.location-gallery {
   padding: 120px 0 0;
}
	
.location-gallery__slick {
   padding: 90px 0 0;
}
    


@media (max-width: 1336px) {
    .hp-doctors-grid {
        padding: 50px 0 30px;
    }
    
    .hp-meet-the-doctors .ry-content {
        padding: 120px 0;
    }
    
    .location-technology .ry-content {
        padding: 120px 0;
    }
    
    
    .location-technology__image-wrapper img {
        max-width: max-content;
        margin: 0 auto;
    }
}

.location-gallery__slick .slick-list {
    overflow: visible;
}

.location-gallery__slick {
    overflow: hidden;
}

.location-gallery__slick .slick-slide {
    margin: 0 8px;
    opacity: .6;
    transition: opacity .35s ease;
}

.location-gallery__slick .slick-current {
    opacity: 1;
}

@media (max-width:1200px) {
    div.location-gallery {
        padding: 80px 0;
    }
    
     div.location-gallery__slick ul.slick-dots {
        padding: 55px 0 0;
    }
    
     div.location-intro {
        margin-top: 9rem;
    }

     div.location-technology .ry-content {
        padding: 80px 0;
    }
}

@media (max-width:1080px) {
  div.location-intro {
        margin-top: 60px;
    }
}

@media (max-width:480px) {
  div.location-intro {
        margin-top: 50px;
    }
}
	
	
/* TECHNOLOGY */
	.pg-layout__alternate .each-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pg-layout__alternate .each-content.row--reverse {
    flex-direction: row-reverse;
}

.pg-layout__alternate .each-content:not(:last-child) {
    padding-bottom: 60px;
}

.pg-layout__alternate .each-content .block-img img {
    height: 40vh;
    object-fit: contain;
}

.pg-layout__alternate .each-content .block-img {
    width: 50%;
}

.pg-layout__alternate .each-content .block-text {
    width: 45%;
}

@media (max-width: 768px){
    .pg-layout__alternate .each-content > div {
        width: 100% !important;
        max-width: 100%;
    }

    .pg-layout__alternate .each-content, .pg-layout__alternate .each-content.row--reverse {
        flex-direction: column;
        gap: 30px;
    }
}




.gentlewave-content__flex {
    display: flex;
    gap: 5%;
}

.gentlewave-content__intro {
    flex-direction: row;
}

.gentlewave-content__logo {
    width: 45rem;
}

.gentlewave-content__intro.gentlewave-content__flex {
    flex-direction: row;
}

.gentlewave-content__logo img {
    max-width: max-content;
    background: rgb(28 167 211 / 6%);
    padding: 30px;
    border-radius: 30px;
}

@media (max-width:1366px) {
    .gentlewave-content__flex {
        flex-direction: column;
        gap: 30px;
    }
}

.gentlewave-content__copy ol {
    list-style: auto;
}

@media (max-width: 768px) {
    .gentlewave-content__intro.gentlewave-content__flex {
        flex-direction: column;
    }
    
    .gentlewave-content__logo {
        width: 100%;
    }
}