*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #868686;
  line-height: 1.75;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #4c4c4c;
  line-height: 1.3;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #3389CA;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #18AFD3;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding-left: 1.25rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.zs-track {
  overflow: hidden;
}

@font-face {
  font-family: "button";
  src: url(../fonts/futura-round-regular.ttf);
  font-display: swap;
  font-weight: 400;
}
.announcement-bar {
  background: #3389CA;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 767px) {
  .announcement-bar .container {
    padding: 0;
  }
}
.announcement-bar marquee {
  display: flex;
  padding: 4px 0 6px;
}
.announcement-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  padding: 0px 16px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.25s ease;
}
.announcement-bar a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.top-bar {
  border-bottom: 1px solid #eee;
  padding: 0;
  font-size: 14px;
}
.top-bar .location {
  font-weight: 500;
  color: #4c4c4c;
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-bar .container {
    padding: 0;
  }
}
.top-bar-right {
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd;
}
.top-bar .socials {
  display: flex;
  align-items: center;
  border-inline: 1px solid #ddd;
  padding-inline: 5px;
}
.top-bar .socials a {
  color: #aaa;
  font-size: 15px;
  padding: 12px 10px;
  transition: all 0.25s ease;
}
.top-bar .socials a:hover {
  color: #3389CA;
}
@media (max-width: 992px) {
  .top-bar .location {
    display: none;
  }
  .top-bar-right {
    width: 100%;
    justify-content: space-between;
    border: none;
  }
}

.btn-schedule {
  background: linear-gradient(to bottom, #59a5f3, #155ea8);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "button";
  padding: 4px 15px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin-inline: 5px;
}
.btn-schedule:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .btn-schedule {
    font-size: 14px;
    padding: 4px 12px;
  }
}

.main-nav {
  background: #ffffff;
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 1000;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-brand img {
  height: 80px;
  width: auto;
}
@media (max-width: 992px) {
  .main-nav .navbar-brand img {
    height: 60px;
  }
}
.main-nav .navbar-toggler {
  border: none;
  padding: 0;
}
.main-nav .navbar-toggler:focus {
  box-shadow: none;
}
.main-nav .navbar-toggler i {
  font-size: 30px;
  color: #3389CA;
  transition: transform 0.3s ease;
}
.main-nav .nav-link {
  color: #4c4c4c !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 30px 15px !important;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active {
  color: #3389CA !important;
}
.main-nav .nav-item.dropdown {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav .nav-item.dropdown .nav-link::after {
  display: none !important;
}
.main-nav .nav-item.dropdown .dropdown-toggle-split-custom {
  cursor: pointer;
  padding: 30px 5px 30px 0px;
  color: #4c4c4c;
  font-size: 13px;
  transition: all 0.25s ease;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .main-nav .nav-item.dropdown .dropdown-toggle-split-custom {
    margin-left: 0;
    padding: 20px !important;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.main-nav .nav-item.dropdown .dropdown-toggle-split-custom i {
  font-family: "Font Awesome 7 Pro";
  font-weight: 500;
  transition: transform 0.3s ease;
}
.main-nav .nav-item.dropdown .dropdown-toggle-split-custom:hover, .main-nav .nav-item.dropdown .dropdown-toggle-split-custom.show {
  color: #3389CA;
}
.main-nav .nav-item.dropdown .dropdown-toggle-split-custom:hover i, .main-nav .nav-item.dropdown .dropdown-toggle-split-custom.show i {
  transform: rotate(180deg);
}
@media (min-width: 993px) {
  .main-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 100%;
    animation: fadeInMenu 0.3s ease forwards;
  }
  .main-nav .nav-item.dropdown:hover .dropdown-toggle-split-custom i {
    transform: rotate(180deg);
  }
}
.main-nav .dropdown-menu {
  border: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  border-radius: 0;
  border-top: 2px solid #18AFD3;
  min-width: 220px;
  padding: 0;
  margin-top: 0;
  display: none;
}
.main-nav .dropdown-item {
  font-size: 13px;
  padding: 9px 20px;
  color: #4c4c4c;
  transition: all 0.25s ease;
}
.main-nav .dropdown-item:hover, .main-nav .dropdown-item.active {
  background: #3389CA;
  color: #ffffff;
}
@media (max-width: 992px) {
  .main-nav {
    padding: 10px 0;
  }
  .main-nav .navbar-collapse {
    background: #3389CA;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-nav .nav-link {
    color: #ffffff !important;
    padding: 15px 20px !important;
    justify-content: space-between;
  }
  .main-nav .nav-link:hover, .main-nav .nav-link.active, .main-nav .nav-link.show {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }
  .main-nav .nav-link::after {
    color: #ffffff !important;
  }
  .main-nav .nav-link.show::after {
    transform: rotate(180deg);
  }
  .main-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    padding: 0;
    display: none;
    width: 100%;
  }
  .main-nav .dropdown-menu.show {
    display: block;
  }
  .main-nav .dropdown-toggle-split-custom {
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 15px 0px !important;
    margin-left: auto;
  }
  .main-nav .dropdown-toggle-split-custom:hover, .main-nav .dropdown-toggle-split-custom.show {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }
  .main-nav .dropdown-toggle-split-custom i {
    font-size: 13px;
  }
  .main-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 30px;
  }
  .main-nav .dropdown-item:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
  }
}

.info-boxes {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .info-boxes .container {
    padding: 0;
  }
}

.info-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 5px 16px;
  position: relative;
  border-right: 1px solid #e8e8e8;
}
.info-box:last-child {
  border-right: 0;
}
.info-box .icon-wrap {
  font-size: 32px;
  flex-shrink: 0;
  color: #3389CA;
}
.info-box .icon-wrap + div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info-box strong {
  display: block;
  color: #4c4c4c;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1;
}
.info-box span {
  font-size: 13px;
  color: #868686;
  line-height: 1;
}
.info-box .hours-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  z-index: 200;
  padding: 16px 24px;
  border-top: 2px solid #18AFD3;
}
.info-box .hours-dropdown p {
  margin: 4px 0;
  font-size: 14px;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-box:hover .hours-dropdown {
  display: block;
}
@media (max-width: 768px) {
  .info-box {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 20px;
  }
}

.info-box-spanish {
  background: #3389CA;
  color: #ffffff;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  min-height: 82px;
}
.info-box-spanish .icon-wrap {
  font-size: 32px;
  flex-shrink: 0;
}
.info-box-spanish strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

@keyframes fadeInMenu {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-slider {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .hero-slider {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .hero-slider {
    height: 340px;
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 1;
}
.hero-slide.active {
  opacity: 1;
  z-index: 2;
}
.hero-slide.active .hero-content h1 {
  animation: slideUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}
.hero-slide.active .hero-content p {
  animation: fadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 38%, rgba(0, 0, 0, 0.08));
  z-index: 1;
}
.hero-slide.slide-1 {
  background: url("../images/banner1.jpg") center/cover no-repeat;
}
.hero-slide.slide-2 {
  background: url("../images/banner2.jpg") center/cover no-repeat;
}
.hero-slide.slide-3 {
  background: url("../images/banner3.jpg") center/cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .hero-content {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    padding: 0 20px;
  }
}
.hero-content h1 {
  color: #ffffff;
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.7rem;
  }
}
.hero-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(20px);
  max-width: 400px;
}
@media (max-width: 768px) {
  .hero-content p {
    font-size: 14px;
  }
}

.slider-arrow {
  z-index: 10;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #ffffff;
  width: 44px;
  height: 64px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
}
.slider-arrow.prev {
  left: 0;
}
.slider-arrow.next {
  right: 0;
}
.slider-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  opacity: 1;
  background: transparent;
  border: none;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev .slider-arrow {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.carousel-control-next .slider-arrow {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #18AFD3;
  z-index: 10;
  animation: sliderProgress 6s linear infinite;
}

@keyframes sliderProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-banner {
  background: #2c3e50;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.page-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.28) 0%, transparent 65%);
  z-index: 1;
}
.page-banner .banner-content {
  position: relative;
  z-index: 2;
}
.page-banner h1 {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 1.8rem;
  }
}
.page-banner .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.page-banner .breadcrumb .breadcrumb-item,
.page-banner .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.page-banner .breadcrumb .breadcrumb-item.active {
  color: #18AFD3;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 28px;
  color: #ffffff;
  min-height: 160px;
  cursor: pointer;
  transition: filter 0.2s ease;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  height: 100%;
}
@media (max-width: 1199px) {
  .service-card {
    padding: 20px 18px;
    margin-top: 0;
    min-height: 100px;
  }
}
.service-card:hover {
  filter: brightness(1.09);
}
.service-card .card-text h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.service-card .card-text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  margin: 0;
  line-height: 1.55;
}
.service-card .card-icon {
  font-size: 72px;
  color: white;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 12px;
}
.service-card .card-icon img {
  height: 96px;
  width: auto;
}
@media (max-width: 1199px) {
  .service-card .card-icon {
    font-size: 48px;
  }
}
.service-card.card-blue {
  background: #3389CA;
}
.service-card.card-green {
  background: #229144;
}
.service-card.card-slate {
  background: #4c6575;
}

.why-section {
  background: #3389CA;
  padding: 70px 0;
}
.why-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}
.why-section h2::after {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .why-section h2 {
    font-size: 2rem;
  }
}

.why-item {
  text-align: left;
  padding: 24px 16px;
}
@media (max-width: 991px) {
  .why-item {
    padding: 0px 0 0;
    margin-bottom: 30px;
  }
}
.why-item .why-icon {
  font-size: 64px;
  color: white;
  margin-bottom: 18px;
  display: block;
}
.why-item .why-icon img {
  height: auto;
  width: auto;
  max-height: 58px;
}
@media (max-width: 991px) {
  .why-item .why-icon {
    font-size: 38px;
    margin-bottom: 0;
  }
}
.why-item h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.35rem;
  line-height: 1.45;
  margin-bottom: 12px;
}
.why-item p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.home-about {
  background: #ffffff;
}

.about-grid {
  gap: 32px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 200px;
}
@media (max-width: 1400px) {
  .about-grid {
    align-items: flex-start;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .about-grid {
    gap: 20px;
  }
}
.about-grid .doctor-image {
  width: 100%;
  height: auto;
  max-width: 270px;
  float: left;
  margin-right: 30px;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .about-grid .doctor-image {
    float: none;
    margin: 0 auto 30px;
  }
}

.about-col-center {
  padding-block: 40px;
}
@media (max-width: 1400px) {
  .about-col-center {
    padding-block: 10px 30px;
  }
}
.about-col-center .section-title {
  margin: 0;
}
.about-col-center .section-title h2 {
  font-size: 3.2rem;
  padding: 0;
}
.about-col-center .doctor-name {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-style: italic;
  color: #c2c2c2;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-col-center .doctor-name {
    font-size: 1.3rem;
  }
}
.about-col-center .doctor-bio {
  font-size: 18px;
  line-height: 1.85;
  color: #868686;
  margin-bottom: 24px;
}
.about-col-center .doctor-quote {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  color: #000;
  line-height: 1.85;
  margin: 0;
}

.about-col-right {
  background-color: #eee;
}
@media (max-width: 576px) {
  .about-col-right {
    margin-inline: -12px;
  }
}
.about-col-right .office-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
@media (max-width: 1400px) {
  .about-col-right .office-section {
    padding: 20px 12px;
  }
}
.about-col-right .office-section .office-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #4c4c4c;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 992px) {
  .about-col-right .office-section .office-title {
    text-align: left;
  }
}
.about-col-right .office-section .office-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .about-col-right .office-section .office-gallery {
    flex-direction: row;
  }
}
.about-col-right .office-section .office-gallery .office-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (max-width: 992px) {
  .about-col-right .office-section .office-gallery .office-photo {
    width: 80px;
  }
}

.zs {
  position: relative;
}
@media (max-width: 991px) {
  .zs .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .zs .section-title {
    margin-bottom: 30px !important;
  }
  .zs .section-title h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
  font-size: 45px;
}
.section-title p {
  color: #868686;
  font-size: 15px;
}

.testimonials-section {
  padding: 70px 0;
  background: #ffffff;
}
.testimonials-section .section-title {
  margin-bottom: 0;
}
.testimonials-section .zs-track {
  padding-top: 32px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 28px 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.testimonial-card .ico {
  height: 36px;
  width: 36px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #229144;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-card .ico i {
  position: relative;
  left: -1px;
  font-size: 17px;
}
.testimonial-card p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #787878;
  line-height: 1.75;
  margin-bottom: 16px;
}
.testimonial-card .author {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.test-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.test-nav .controller {
  background: #fff;
  border: 1px solid #ddd;
  color: #3389CA;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  inset: 0 !important;
  transform: none !important;
}
.test-nav .controller .controller.stop {
  background-color: inherit;
  border-color: inherit;
}
.test-nav .controller:hover {
  background: #3389CA;
  color: #fff;
  border-color: #2776b5;
}

.team-section {
  background: #229144;
  padding: 70px 0;
}
.team-section h2 {
  color: #ffffff;
  margin-bottom: 36px;
}

.team-card {
  margin-bottom: 30px;
  text-align: center;
}
.team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 16px;
  aspect-ratio: 3/4;
  border-radius: 100%;
}
.team-card .t-name {
  font-weight: 300;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 4px;
}
.team-card .t-role {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.team-card .t-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 12px;
  line-height: 1.75;
}

.service-tile {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.service-tile img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.service-tile .service-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 137, 202, 0.9);
  color: #ffffff;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 1.15rem;
  transition: background 0.3s ease;
  z-index: 2;
  text-align: center;
}
.service-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 175, 211, 0);
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.service-tile:hover img {
  transform: scale(1.08);
}
.service-tile:hover .service-title {
  background: rgba(39, 118, 181, 0.95);
  color: #ffffff;
}
.service-tile:hover::after {
  background: rgba(24, 175, 211, 0.2);
}

.service-detail-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 32px 28px;
  transition: all 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.service-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.service-detail-card {
  margin-bottom: 24px;
}
.service-detail-card .service-icon {
  font-size: 38px;
  color: #18AFD3;
  margin-bottom: 16px;
}
.service-detail-card h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.service-detail-card p {
  font-size: 14px;
  color: #868686;
  margin: 0;
}

.intro-block {
  padding: 70px 0;
}
.intro-block .intro-text {
  font-size: 15px;
  line-height: 1.85;
  color: #868686;
}
@media (min-width: 768px) {
  .intro-block .intro-text {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }
}
.intro-block .intro-text h3 {
  font-weight: 500;
  margin: 0 0 20px;
}
.intro-block .intro-text strong {
  color: #454545;
}
.intro-block .intro-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 4px;
}
.intro-block .intro-image .img-placeholder {
  width: 100%;
  height: 380px;
  background: linear-gradient(135deg, rgb(192.3241106719, 219.0079051383, 239.1758893281), rgb(145.4595744681, 223.8510638298, 242.5404255319));
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #3389CA;
  font-size: 64px;
  opacity: 0.6;
}

.appt-section {
  padding: 70px 0;
}
.appt-section h2 {
  margin-bottom: 28px;
}

.appt-form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  height: 50px;
  font-size: 15px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 24px;
  color: #4c4c4c;
  transition: all 0.25s ease;
  font-weight: 300;
}
.appt-form .form-control::placeholder {
  color: #999;
  font-weight: 300;
}
.appt-form .form-control:focus {
  border-color: #3389CA;
  box-shadow: none;
  outline: none;
}
.appt-form textarea.form-control {
  height: 200px;
  padding: 16px;
  border: 1px solid #ddd;
  resize: none;
  margin-bottom: 24px;
}
.appt-form textarea.form-control:focus {
  border-color: #3389CA;
}
.appt-form .input-wrap {
  position: relative;
}
.appt-form .input-wrap .input-icon {
  position: absolute;
  left: -4px;
  top: 12px;
  color: #3389CA;
  font-size: 18px;
  pointer-events: none;
  width: 40px;
  text-align: center;
}
.appt-form .input-wrap.textarea-wrap {
  height: 100%;
}

.btn-primary-custom {
  display: inline-block;
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  line-height: 1;
  background: #3389CA;
  color: #ffffff;
  border-radius: 0;
  margin-top: 4px;
}
.btn-primary-custom i {
  font-size: 130%;
  position: relative;
  top: 2px;
}
.btn-primary-custom:hover {
  background: #2776b5;
  color: #ffffff;
}

.btn-outline-custom {
  display: inline-block;
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  line-height: 1;
  background: transparent;
  color: #3389CA;
  border: 2px solid #3389CA;
  border-radius: 0;
}
.btn-outline-custom:hover {
  background: #3389CA;
  color: #ffffff;
}

.map-section {
  position: relative;
  min-height: 500px;
}
.map-section .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map-section .map-bg iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-section .map-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .map-section {
    min-height: auto;
  }
  .map-section .map-bg {
    position: relative;
    height: 300px;
  }
  .map-section .map-content {
    padding: 0;
  }
}

.contact-widget {
  background: #3389CA;
  color: #ffffff;
  padding: 24px 28px;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .contact-widget {
    padding: 28px 20px;
  }
}
.contact-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-widget li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-widget li:last-child {
  border-bottom: 0;
}
.contact-widget .ci-icon {
  font-size: 19px;
  color: #fff;
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}
.contact-widget .ci-text {
  flex: 1;
}
.contact-widget .ci-text strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
}
.contact-widget .ci-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1.65;
}

.contact-form-section {
  padding: 70px 0;
}

.contact-info-box {
  background: #f7f7f7;
  border-left: 4px solid #18AFD3;
  padding: 24px 20px;
  margin-bottom: 20px;
}
.contact-info-box .ci-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #18AFD3;
  margin-bottom: 4px;
}
.contact-info-box .ci-value {
  font-size: 15px;
  font-weight: 400;
  color: #4c4c4c;
}

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.insurance-grid .insurance-item {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 16px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #4c4c4c;
  transition: all 0.25s ease;
}
.insurance-grid .insurance-item:hover {
  border-color: #18AFD3;
  background: rgb(200.4093617021, 239.4765957447, 248.7906382979);
  color: rgb(18.7914893617, 137.0212765957, 165.2085106383);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pricing-table th {
  background: #3389CA;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 500;
  text-align: left;
}
.pricing-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  color: #4c4c4c;
}
.pricing-table tr:nth-child(even) td {
  background: #f9f9f9;
}
.pricing-table tr:hover td {
  background: rgb(200.4093617021, 239.4765957447, 248.7906382979);
}

.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-item .faq-question {
  padding: 18px 0;
  font-weight: 400;
  color: #4c4c4c;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.faq-item .faq-question:hover {
  color: #3389CA;
}
.faq-item .faq-question .faq-icon {
  color: #18AFD3;
  transition: transform 0.25s ease;
}
.faq-item .faq-question.open .faq-icon {
  transform: rotate(45deg);
}
.faq-item .faq-answer {
  display: none;
  padding: 0 0 18px 0;
  font-size: 14px;
  color: #868686;
  line-height: 1.8;
}
.faq-item .faq-answer.open {
  display: block;
}

.flatpickr-calendar {
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12) !important;
  font-family: "Roboto", sans-serif !important;
}
.flatpickr-calendar .flatpickr-month {
  background: #3389CA;
  color: #ffffff;
  fill: #ffffff;
  border-radius: 4px 4px 0 0;
  height: 50px;
  padding-top: 10px;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month {
  font-size: 15px;
  padding-top: 0;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffff;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffff;
}
.flatpickr-calendar .flatpickr-weekdays {
  background: #3389CA;
  height: 36px;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  background: #3389CA;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-day.selected.inRange, .flatpickr-calendar .flatpickr-day.startRange.inRange, .flatpickr-calendar .flatpickr-day.endRange.inRange, .flatpickr-calendar .flatpickr-day.selected:focus, .flatpickr-calendar .flatpickr-day.startRange:focus, .flatpickr-calendar .flatpickr-day.endRange:focus, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange:hover, .flatpickr-calendar .flatpickr-day.endRange:hover, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #18AFD3;
  border-color: #18AFD3;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-day:hover, .flatpickr-calendar .flatpickr-day.prevMonthDay:hover, .flatpickr-calendar .flatpickr-day.nextMonthDay:hover, .flatpickr-calendar .flatpickr-day:focus {
  background: rgba(24, 175, 211, 0.1);
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: #18AFD3;
}
.flatpickr-calendar .flatpickr-day.today:hover {
  background: #18AFD3;
  color: #ffffff;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  max-height: 60px;
}
.flatpickr-calendar.hasTime .flatpickr-time input {
  color: #4c4c4c;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.flatpickr-calendar.hasTime .flatpickr-time input:hover, .flatpickr-calendar.hasTime .flatpickr-time input:focus {
  background: #f7f7f7;
}
.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm {
  color: #4c4c4c;
  font-weight: 500;
}
.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm:focus {
  background: #f7f7f7;
}

.light-box {
  display: none;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}
.lightbox-overlay .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay .lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.lightbox-overlay .lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
  z-index: 10002;
  transition: color 0.3s ease;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.lightbox-overlay .lightbox-close:hover {
  color: #18AFD3;
}
.lightbox-overlay .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10002;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.lightbox-overlay .lightbox-nav:hover {
  color: #18AFD3;
  background: rgba(255, 255, 255, 0.2);
}
.lightbox-overlay .lightbox-nav.lightbox-prev {
  left: 30px;
}
.lightbox-overlay .lightbox-nav.lightbox-next {
  right: 30px;
}
@media (max-width: 768px) {
  .lightbox-overlay .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .lightbox-overlay .lightbox-prev {
    left: 10px !important;
  }
  .lightbox-overlay .lightbox-next {
    right: 10px !important;
  }
  .lightbox-overlay .lightbox-close {
    top: 10px;
    right: 10px;
  }
}

.about-main-content h2 {
  color: #000000;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 400;
}
.about-main-content h3 {
  color: #000000;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}
.about-main-content p {
  color: #868686;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.about-main-content ul {
  padding-left: 18px;
  margin-bottom: 20px;
}
.about-main-content ul li {
  color: #868686;
  font-size: 16px;
  margin-bottom: 8px;
}
.about-main-content ul li::marker {
  color: #229144;
  font-size: 12px;
}

.office-thumbs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.office-thumbs img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.office-thumbs img:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.about-team-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-team-grid {
    flex-direction: column;
  }
}
.about-team-grid .team-member-card {
  flex: 1;
  border: 1px solid #ddd;
  border-top: 3px solid #3389CA;
  padding: 20px 15px;
  text-align: center;
  background: #fff;
}
.about-team-grid .team-member-card .member-photo {
  width: 150px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
  aspect-ratio: 3/4;
}
.about-team-grid .team-member-card h4 {
  color: #3389CA;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.about-team-grid .team-member-card .role {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  font-style: italic;
}
.about-team-grid .team-member-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}

.sidebar-widget {
  border: 3px solid #3389CA;
  padding: 15px 15px 5px;
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}
.sidebar-widget h4 {
  color: #3389CA;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.sidebar-widget .info-group {
  margin-bottom: 12px;
}
.sidebar-widget .info-group strong {
  display: block;
  color: #333;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 18px;
}
.sidebar-widget .info-group p {
  margin: 0;
  color: #555;
  line-height: 1.4;
  font-size: 16px;
}
.sidebar-widget .info-group a {
  color: #555;
  text-decoration: none;
  font-size: 16px;
}
.sidebar-widget .info-group a:hover {
  color: #3389CA;
}
.sidebar-widget .payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.sidebar-widget .payment-methods img {
  height: 56px;
  width: auto;
  color: #555;
}
.sidebar-widget .logos {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}
.sidebar-widget .logos i {
  font-size: 34px;
  color: #229144;
}
.sidebar-widget .logos img {
  height: 110px;
  width: auto;
}

.cta-bar {
  background: #3389CA;
  color: #ffffff;
  padding: 30px 0;
  margin-top: 60px;
}
.cta-bar .cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta-bar .cta-content {
    flex-direction: column;
    text-align: center;
  }
}
.cta-bar .cta-content p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 800px;
}
.cta-bar .cta-content .btn-white {
  background: #ffffff;
  color: #3389CA;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-size: 15px;
}
.cta-bar .cta-content .btn-white:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.cardshape {
  border-radius: 12px;
  max-width: 300px;
  margin: 0 0 20px;
}

.cards {
  display: flex;
}
.cards .png {
  transform: scale(0.55);
  border-radius: 5px;
  border: 1px solid #aaa;
  margin-left: -15px;
}
.cards img {
  height: 50px;
  width: auto;
}

.lg {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 20px 0 30px;
}

.map-section iframe {
  width: 100%;
  aspect-ratio: 16/8.2;
}

.intro-text > img {
  width: 100%;
}

.footer-widgets {
  background: #4C6575;
  color: rgba(255, 255, 255, 0.75);
  padding: 50px 0 30px;
}
.footer-widgets h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-widgets p,
.footer-widgets li {
  font-size: 14px;
  line-height: 1.85;
}
.footer-widgets a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets a:hover {
  color: #18AFD3;
}

.schedule-list {
  list-style: none;
  padding: 0;
}
.schedule-list li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
}
.schedule-list li span:first-of-type {
  color: #ffffff;
}

.links {
  display: flex;
  flex-direction: column;
}
.links a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.social-links a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #38586B;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.social-links a:hover {
  background: #56707F;
}

.footer-copy {
  background: #395261;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 15px;
}

.text-blue {
  color: #3389CA !important;
}

.text-teal {
  color: #18AFD3 !important;
}

.text-green {
  color: #229144 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: #868686 !important;
}

.bg-blue {
  background: #3389CA !important;
}

.bg-teal {
  background: #18AFD3 !important;
}

.bg-slate {
  background: #4C6575 !important;
}

.bg-dark-custom {
  background: #2c3e50 !important;
}

.bg-light-grey {
  background: #f7f7f7;
}

.section-pad {
  padding: 70px 0;
}

.divider {
  width: 48px;
  height: 3px;
  background: #18AFD3;
  margin: 0 0 24px 0;
}
.divider.centered {
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}