@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

:root {
    --primary-color: #553722;
    --secondary-color: #ffffff;
    --third-color: #553722;
    --fourth-color: #553722;
    --fifth-color: #553722;
    --navbar-bg: #ffffff;
    --navbar-text: #000000;
    --navbar-border: #dddddd;
    --navbar-text-hover: #000000;
    --testimonial-bg: #ffffff;
    --testimonial-text: #000000;
    --header-text-color: #E0D0A2;
    --link-hover-color: #999999;
    --input-border-color: #d3d3d3;
    --dropdown-hover-bg: #767676;
    --shadow-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-name: 'Poppins', sans-serif;
    --font-weight: 400;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body,
html {
  overflow-x: hidden !important;
  max-width: 100%;
  font-family: var(--font-name), sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5f5f5f;
}

.pacifico-regular {
  font-family: var(--font-name), sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar-toggler {
  color: #ffffff;
  background-color: #ffffff;
}

header {
  color: #ffffff;
}

header p {
  color: #ffffff;
}

header img {
  width: 80px;
  margin-right: 15px;
}

.site-header {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.navbar-row {
  background-color: transparent;
}

.sticky {
  background-color: var(--primary-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    display: flex !important;
    justify-content: center;
  }

  .navbar .navbar-nav {
    gap: 0.25rem;
  }
}

@media (max-width: 991px) {
  .top-right .d-flex.d-none {
    display: none !important;
  }

  .section-title {
    font-size: 1.8rem !important;
  }
}

.navbar-brand img {
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-cta {
  background-color: #9acb2b;
  color: #081000;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0.45rem 0.9rem;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.btn-cta:hover,
.btn-cta:focus {
  transform: translateY(-2px);
  background-color: #86b724;
  color: #061200;
}

.navbar .dropdown-menu {
  min-width: 200px;
  font-size: 0.95rem;
  border-radius: 0.5rem;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.navbar .dropdown-item:hover {
  background-color: #f2f6ec;
  color: #0b1a00;
}

@media (max-width: 991.98px) {

  .navbar .navbar-brand h2,
  .navbar .navbar-brand p {
    display: none;
  }

  .d-none.d-lg-block.text-end {
    display: none !important;
  }

  .top-bar .top-left {
    display: none;
  }
}

.site-header .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.dropdown-menu {
  padding: 0.4rem 0;
}

.navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 8px 10px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navbar .navbar-nav {
    gap: 8px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    position: relative;
  }

  .site-header .container {
    justify-content: center !important;
  }

  .navbar-collapse {
    padding: 12px 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 8px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .navbar .nav-link {
    display: block;
    padding: 10px 14px;
    border-radius: 6px;
  }

  .navbar .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 6px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: none;
  }

  .navbar .dropdown-item {
    padding: 10px 14px;
  }

  .navbar .navbar-brand h2,
  .navbar .navbar-brand p {
    display: none;
  }

  .top-bar .top-left {
    display: none;
  }

  .navbar+.header-right,
  .header-right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 8px;
  }

  .btn-cta {
    width: auto;
    padding: 0.5rem 0.85rem;
  }
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #ffffff;
  background: transparent;
}

@media (max-width: 575.98px) {
  .navbar .nav-link {
    padding: 12px 16px;
    font-size: 15px;
  }
}

.padding_tb {
  padding-top: 120px;
  padding-bottom: 120px;
}

.btn-theme {
  display: inline-block;
  text-decoration: none !important;
}

.swiper-pagination {
  bottom: -7px !important;
}

.navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-nav li.appointment-btn a {
  background: var(--secondary-color);
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.navbar-nav li.appointment-btn a:hover {
  background: var(--primary-color);
}

.swiper-wrapper {
  padding: 50px 0;
}

.main_banner {
  background: var(--banner-bg) center/cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

#appointment, .appointment-section {
  background: var(--appointment-bg) center/cover no-repeat;
}

.main_banner .overlay {
  background: rgba(7, 36, 69, 0.55) !important;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 1;
}

.main_banner .container {
  position: relative;
  z-index: 2;
}

.main_banner h1 {
  font-family: var(--font-name), sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
}

.main_banner p {
  font-family: var(--font-name), sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 1.5rem auto;
  color: rgba(255, 255, 255, 0.9);
}

.main_banner .btn-banner {
  background: var(--secondary-color);
  color: #ffffff;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 4px;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.main_banner .btn-banner:hover {
  background: rgb(5.7511811024, 43.8527559055, 85.5488188976);
  transform: translateY(-2px);
}

/* responsive adjustments */
@media (max-width: 991px) {
  .main_banner {
    min-height: 70vh;
  }

  .main_banner h1 {
    font-size: 2.1rem;
  }

  .main_banner p {
    font-size: 1rem;
  }

  .main_banner .btn-banner {
    padding: 0.75rem 1.6rem;
  }

  .padding_tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-procedures-section {
  background: #ffffff;
  color: #5f5f5f;
}

.about-procedures-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: var(--primary-color);
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}

.about-procedures-section .about-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.about-procedures-section .about-image img {
  border-radius: 12px;
  transition: transform 0.5s ease;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-procedures-section .about-image:hover img {
  transform: scale(1.05);
}

.about-procedures-section .about-image .floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-procedures-section .about-image .floating-badge i {
  color: var(--primary-color);
  font-size: 1.6rem;
}

.about-procedures-section .about-image .floating-badge h6 {
  color: var(--primary-color);
}

.about-procedures-section .about-content p {
  color: #5f5f5f;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-procedures-section .about-content .btn-theme {
  background: var(--secondary-color);
  color: #ffffff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-dark {
  background: var(--secondary-color);
  color: #ffffff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: rgb(4.7874015748, 36.5039370079, 71.2125984252);
  transform: translateY(-2px);
}

.about-procedures-section .about-content .btn-theme:hover {
  background: rgb(4.7874015748, 36.5039370079, 71.2125984252);
  transform: translateY(-2px);
}

.btn-theme {
  background: var(--secondary-color);
  color: #ffffff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-theme:hover {
  background: rgb(4.7874015748, 36.5039370079, 71.2125984252);
  transform: translateY(-2px);
}

.about-procedures-section .procedures-section {
  text-align: center;
}

.about-procedures-section .procedures-section .proc-card {
  background: #f8f9fa;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem 1.2rem;
  transition: all 0.3s ease;
  height: 100%;
}

.about-procedures-section .procedures-section .proc-card i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  display: inline-block;
}

.about-procedures-section .procedures-section .proc-card h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.1rem;
}

.about-procedures-section .procedures-section .proc-card p {
  color: #5f5f5f;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.about-procedures-section .procedures-section .proc-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transform: translateY(-5px);
}

@media (max-width: 991.98px) {
  .about-procedures-section {
    text-align: center;
  }

  .about-procedures-section .about-image {
    margin-bottom: 2rem;
  }

  .about-procedures-section .about-image .floating-badge {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .about-procedures-section .section-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 575.98px) {
  .about-procedures-section .procedures-section .proc-card {
    padding: 1.5rem 1rem;
  }

  .about-procedures-section .about-content p {
    font-size: 0.95rem;
  }
}

.testimonials-section {
  background: var(--testimonial-bg) center/cover no-repeat;
  background-color: var(--primary-color);
  text-align: center;
  position: relative;
}

.testimonials-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  z-index: 9;
  position: relative;
}

.testimonials-section .swiper {
  padding-bottom: 2rem;
}

.testimonials-section .testimonial-card {
  background: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  height: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: left;
}

.swiper { height: max-content !important; }

.testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.testimonials-section .testimonial-card .testimonial-text {
  font-style: italic;
  color: #5f5f5f;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  position: relative;
}

.testimonials-section .testimonial-card .testimonial-name {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1rem;
}

.testimonials-section .testimonial-card .testimonial-role {
  font-size: 0.9rem;
  color: var(--primary-color);
  font-weight: 500;
}

.testimonials-section .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.4;
  transition: 0.3s ease;
}

.testimonials-section .swiper-pagination-bullet-active {
  opacity: 1;
  width: 18px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .testimonials-section .testimonial-card {
    padding: 1.5rem;
  }

  .testimonials-section .testimonial-text {
    font-size: 0.95rem;
  }
}

.testimonials-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, var(--primary-color), var(--primary-color));
}

.office-news-section {
  background: #f8f9fa;
  text-align: center;
}

.office-news-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: var(--primary-color);
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}

.office-news-section .swiper {
  padding-bottom: 2rem;
}

.office-news-section .news-card {
  background: #f8f9fa;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.office-news-section .news-card .news-img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
}

.office-news-section .news-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  transform: translateY(-5px);
}

.office-news-section .news-card .news-meta {
  color: #5f5f5f;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.office-news-section .news-card .news-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.5;
}

.office-news-section .news-card .news-text {
  color: #5f5f5f;
  font-size: 0.96rem;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.office-news-section .news-card .news-link {
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.office-news-section .news-card .news-link i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.office-news-section .news-card .news-link:hover {
  color: rgb(4.7874015748, 36.5039370079, 71.2125984252);
}

.office-news-section .news-card .news-link:hover i {
  transform: translateX(4px);
}

.office-news-section .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.4;
  transition: 0.3s ease;
}

.office-news-section .swiper-pagination-bullet-active {
  opacity: 1;
  width: 18px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .office-news-section .news-card {
    padding: 1.5rem;
  }

  .office-news-section .news-title {
    font-size: 1.05rem;
  }

  .office-news-section .news-text {
    font-size: 0.9rem;
  }
}

.wecare-section {
  background: url("../images/image-5.jpg") center/cover no-repeat;
  text-align: center;
  position: relative;
}

.wecare-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 9;
}

.wecare-section .service-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(7px);
}

.wecare-section .service-card:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.wecare-section .service-card:hover .icon-wrap {
  background: var(--primary-color);
  color: #ffffff;
  transform: rotate(6deg) scale(1.1);
}

.wecare-section .service-card .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  margin: 0 auto 1.2rem auto;
  transition: all 0.3s ease;
}

.wecare-section .service-card h5 {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.6rem;
  font-size: 1.15rem;
}

.wecare-section .service-card p {
  color: #5f5f5f;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .wecare-section .service-card {
    padding: 1.8rem 1.2rem;
  }

  .wecare-section .service-card .icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .wecare-section .section-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 575.98px) {
  .wecare-section .service-card {
    padding: 1.6rem 1rem;
  }

  .wecare-section .section-title {
    font-size: 1.8rem;
  }
}

.wecare-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, var(--primary-color), var(--primary-color));
}

.appointment-section {
  background: #0078b8;
}

.appointment-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: var(--primary-color);
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}

.appointment-section .appointment-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.appointment-section .appointment-form p {
  color: #5f5f5f;
  line-height: 1.6;
}

.appointment-section .appointment-form label {
  font-size: 0.95rem;
  color: var(--primary-color);
}

.appointment-section .appointment-form .form-control,
.appointment-section .appointment-form .form-select,
.appointment-section .appointment-form textarea {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.appointment-section .appointment-form .form-control:focus,
.appointment-section .appointment-form .form-select:focus,
.appointment-section .appointment-form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem var(--primary-color);
}

.appointment-section .appointment-form textarea {
  resize: none;
}

.appointment-section .appointment-form .btn-theme {
  background: var(--secondary-color);
  color: #ffffff;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: 100%;
}

.appointment-section .appointment-form .btn-theme:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
}

.appointment-section .appointment-image {
  height: 100%;
  border-radius: 12px;
}

.appointment-section .appointment-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-height: 560px;
  filter: brightness(0.85);
  transition: all 0.5s ease;
}

.appointment-section .appointment-image:hover img {
  transform: scale(1.05);
}

.appointment-section .appointment-image .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  min-height: 180px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.appointment-section .appointment-image .image-overlay h3 {
  font-size: 1.5rem;
}

.appointment-section .appointment-image .image-overlay a {
  text-decoration: none;
}

.appointment-section .appointment-image .image-overlay a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .appointment-section .appointment-image {
    margin-top: 2rem;
  }

  .appointment-section .appointment-image img {
    min-height: 400px;
  }

  .appointment-section .appointment-image .image-overlay {
    min-height: 140px;
  }

  .appointment-section .appointment-image .image-overlay h3 {
    font-size: 1.3rem;
  }

  .appointment-section .appointment-form {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .appointment-section .section-title {
    font-size: 1.8rem;
  }

  .appointment-section .appointment-form {
    padding: 1.8rem 1rem;
  }
}

.contact-section {
  background: #ffffff;
}

.contact-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: var(--primary-color);
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}

.contact-section .contact-image {
  height: 100%;
  position: relative;
  border-radius: 12px;
}

.contact-section .contact-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-height: 550px;
  filter: brightness(0.85);
  transition: transform 0.6s ease;
}

.contact-section .contact-image:hover img {
  transform: scale(1.05);
}

.contact-section .contact-image .contact-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--primary-color), var(--primary-color));
  min-height: 200px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.contact-section .contact-image .contact-overlay h3 {
  font-size: 1.6rem;
}

.contact-section .contact-image .contact-overlay p {
  color: rgba(255, 255, 255, 0.9);
}

.contact-section .contact-image .contact-overlay ul li {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.contact-section .contact-image .contact-overlay ul li i {
  color: #ffffff;
}

.contact-section .contact-form {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.contact-section .contact-form p {
  color: #5f5f5f;
  line-height: 1.6;
}

.contact-section .contact-form .form-label {
  font-size: 0.95rem;
  color: var(--primary-color);
}

.contact-section .contact-form .form-control {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-section .contact-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem var(--primary-color);
}

.contact-section .contact-form textarea {
  resize: none;
}

.contact-section .contact-form .btn-theme {
  background: var(--secondary-color);
  color: #ffffff;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.contact-section .contact-form .btn-theme:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .contact-section .contact-image {
    margin-bottom: 2rem;
  }

  .contact-section .contact-image img {
    min-height: 400px;
  }

  .contact-section .contact-image .contact-overlay h3 {
    font-size: 1.3rem;
  }

  .contact-section .contact-image .contact-overlay ul li {
    font-size: 0.9rem;
  }

  .contact-section .contact-form {
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .contact-section .section-title {
    font-size: 1.8rem;
  }

  .contact-section .contact-form {
    padding: 1.8rem 1rem;
  }
}

.section-title {
  text-transform: uppercase;
}

.site-footer {
  background: linear-gradient(145deg, var(--primary-color) 0%, var(--primary-color) 100%);
  color: #ffffff;
}

.site-footer .footer-top .footer-icon {
  width: 60px;
  height: auto;
}

.site-footer .footer-top .footer-title {
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.site-footer .footer-top .footer-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 300px;
}

.site-footer .footer-top .footer-links {
  padding-left: 0;
  list-style: none;
}

.site-footer .footer-top .footer-links li {
  margin-bottom: 8px;
}

.site-footer .footer-top .footer-links li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.site-footer .footer-top .footer-links li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer .footer-top .footer-contact li {
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.site-footer .footer-top .footer-contact li i {
  color: #ffffff;
}

.site-footer .footer-top .footer-contact li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.site-footer .footer-top .footer-contact li a:hover {
  color: #ffffff;
}

.site-footer .footer-top .footer-social a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.site-footer .footer-top .footer-social a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.site-footer .footer-bottom {
  background: rgb(4.7874015748, 36.5039370079, 71.2125984252);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.site-footer .footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer .footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .site-footer {
    text-align: center;
  }

  .site-footer .footer-top .footer-brand {
    justify-content: center;
  }

  .site-footer .footer-top .footer-desc {
    margin: 0 auto 1rem;
  }

  .site-footer .footer-top .footer-social {
    justify-content: center;
  }
}

.appointment-form,
.contact-form {
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0.98));
  border: 1px solid var(--primary-color);
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(12, 36, 80, 0.04);
}

.appointment-form .form-label,
.contact-form .form-label {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea {
  background: #fff;
  border: 2px solid var(--primary-color);
  padding: 0.75rem;
  font-size: 0.95rem;
  color: var(--primary-color);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  box-shadow: none;
}

.appointment-form .form-control::-moz-placeholder,
.appointment-form textarea::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: var(--primary-color);
}

.appointment-form .form-control::placeholder,
.appointment-form textarea::placeholder,
.contact-form .form-control::placeholder,
.contact-form textarea::placeholder {
  color: var(--primary-color);
}

.appointment-form .form-control:focus,
.appointment-form .form-select:focus,
.appointment-form textarea:focus,
.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 6px 20px var(--primary-color);
  outline: none;
  transform: translateY(-1px);
}

.appointment-form textarea,
.contact-form textarea {
  min-height: 140px;
}

.appointment-form .btn-theme,
.appointment-form .btn-submit,
.contact-form .btn-theme,
.contact-form .btn-submit {
  background: var(--secondary-color);
  color: #ffffff;
  border: 2px solid var(--primary-color);
  padding: 0.85rem 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.18s ease;
  cursor: pointer;
}

.appointment-form .btn-theme:hover,
.appointment-form .btn-submit:hover,
.contact-form .btn-theme:hover,
.contact-form .btn-submit:hover {
  background: rgb(9.9275590551, 75.6976377953, 147.6724409449);
  border-color: rgb(9.9275590551, 75.6976377953, 147.6724409449);
  transform: translateY(-2px);
}

.appointment-form .btn-theme:active,
.appointment-form .btn-submit:active,
.contact-form .btn-theme:active,
.contact-form .btn-submit:active {
  transform: translateY(0);
}

.appointment-form .d-grid .btn-theme,
.appointment-form .d-grid .btn-submit,
.contact-form .d-grid .btn-theme,
.contact-form .d-grid .btn-submit {
  width: 100%;
}

@media (min-width: 992px) {

  .appointment-form .d-grid .btn-theme,
  .appointment-form .d-grid .btn-submit,
  .contact-form .d-grid .btn-theme,
  .contact-form .d-grid .btn-submit {
    width: auto;
    padding: 0.8rem 1.8rem;
  }
}

.form-label.required::after {
  content: " *";
  color: var(--primary-color);
  font-weight: 700;
}

.row.g-3 .form-label {
  display: block;
}

input[type=date],
input[type=time] {
  color: var(--primary-color);
}

:focus {
  outline: none;
}

.form-control,
textarea {
  line-height: 1.4;
}

@media (max-width: 575.98px) {

  .appointment-form,
  .contact-form {
    padding: 1.25rem;
  }

  .form-label {
    font-size: 0.95rem;
  }

  .form-control,
  .form-select,
  textarea {
    padding: 0.65rem;
  }

  .section-title {
    font-size: 1.6rem;
  }
}

.doctors-section {
  background: #ffffff;
  font-family: var(--font-name), sans-serif;
  color: #5f5f5f;
}

.doctors-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: var(--primary-color);
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.doctors-section .doctor-card {
  background: #f8f9fa;
  border: 1px solid var(--primary-color);
  box-shadow: 0 8px 22px rgba(12, 36, 80, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.doctors-section .doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(12, 36, 80, 0.12);
}

.doctors-section .doctor-card:hover img {
  transform: scale(1.05);
}

.doctors-section .doctor-card .card-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.doctors-section .doctor-card .card-media img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.doctors-section .doctor-card .card-media .social-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
}

.doctors-section .doctor-card .card-media .social-wrap .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.doctors-section .doctor-card .card-media .social-wrap .social-btn:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-4px);
}

.doctors-section .doctor-card .card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

.doctors-section .doctor-card .card-body .doctor-name {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.doctors-section .doctor-card .card-body .doctor-role {
  color: var(--primary-color);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.doctors-section .doctor-card .card-body .separator {
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  margin: 0.75rem 0;
}

.doctors-section .doctor-card .card-body .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  font-size: 0.92rem;
}

.doctors-section .doctor-card .card-body .contact-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.doctors-section .doctor-card .card-body .contact-list li i {
  color: var(--primary-color);
  font-size: 1rem;
}

.doctors-section .doctor-card .card-body .contact-list li a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.doctors-section .doctor-card .card-body .contact-list li a:hover {
  color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .doctors-section .section-title {
    text-align: center;
    font-size: 1.9rem;
  }

  .doctors-section .card-body {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .doctors-section .card-body {
    padding: 1rem;
  }

  .doctors-section .doctor-name {
    font-size: 1.05rem;
  }
}

.gallery-section {
  background: #ffffff;
  font-family: var(--font-name), sans-serif;
  color: #5f5f5f;
  text-align: center;
}

.gallery-section .section-title {
  font-family: var(--font-name), sans-serif;
  color: var(--primary-color);
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.gallery-section .gallery-masonry {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

.gallery-section .gallery-masonry .gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  background: #f8f9fa;
}

.gallery-section .gallery-masonry .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-section .gallery-masonry .gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-section .gallery-masonry .gallery-item.tall img {
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-section .gallery-masonry .gallery-item.wide img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .gallery-section .gallery-masonry {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .gallery-section .gallery-masonry {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }

  .gallery-section .gallery-item {
    margin-bottom: 0.8rem;
  }

  .gallery-section .section-title {
    font-size: 1.9rem;
  }
}

.officeNewsSwiper {
  position: relative;
}

.officeNewsSwiper .swiper-pagination {
  position: absolute;
  z-index: 99;
  bottom: 30px !important;
}

.testimonialsSwiper {
  position: relative;
}

.testimonialsSwiper .swiper-pagination {
  position: absolute;
  z-index: 99;
  bottom: 30px !important;
}

.btn-special {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 12px;
  padding: 30px;
}

/*# sourceMappingURL=custom.css.map */
.card_custom .hours-row {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}

.card_custom {
  background: var(--primary-color);
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  width: 100%;
}

.services_we_provide .content_box:hover {
  background: linear-gradient(to bottom, var(--secondary-color) 0%, var(--secondary-color) 5%, #333333 100%);
}

.services_we_provide .content_box {
  background: linear-gradient(to bottom, var(--secondary-color) 0%, var(--secondary-color) 70%, #333333 100%);
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  transition: 1s;
}

.light_bg {
  background-color: #f0f0f0;
}

.sidebar_box {
  background-color: #e4e4e4;
  padding: 20px;
  color: black;
}

.sidebar_box img {
  margin-top: 0 !important;
}

#introParagraph table {
  table-layout: fixed;
  width: 100%;
}

#introParagraph table a img {
  max-width: 100%;
  margin: 0 !important;
  height: auto !important;
}

/*Drop-down menu items*/
header .dropdown-item.active,
header .dropdown-item:active {
  background-color: #F65C1D;
}

header .dropdown-item:hover {
  background-color: #333333;
  color: #fff;
}

@media (min-width: 992px) {
  header .navbar .dropdown:hover > .dropdown-split > .dropdown-menu {
    display: block;
  }

  header .navbar .dropdown-submenu:hover > .dropdown-split > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
  }
}

.top_section {
  background-color: #f0f0f0;
  padding: 15px 0;
}

header nav ul li {
  font-size: 16px;
}
/* 
header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: #333333;
  color: #fff;
}

header .dropdown-submenu:focus,
header .dropdown-submenu:hover {
  color: #fff !important;
  background-color: #333333;
}

header .dropdown-submenu:hover .dropdown-item {
  color: #fff;
}

header ul li ul li ul li .dropdown-item {
  color: #000 !important;
}

header ul li ul li ul li .dropdown-item:hover {
  color: #fff !important;
} */

@media (min-width: 992px) {
  header .navbar .dropdown:hover > .dropdown-split > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-submenu:hover > .dropdown-split > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
  }
}

.right-content p img {
  max-width: 100% !important;
  width: 100% !important;
}
.right-content a img{
  width: auto !important;
  margin: 15px;
}
.swiper {
    height: max-content;
}
.swiper { width:100%; height: 400px; box-sizing: border-box; }
.swiper-wrapper { height: 100%; display: flex; align-items: stretch; }
.swiper-slide { height: 100%; display:flex; align-items:center; justify-content:center; }



.navbar a.btn { 
    background-color: #fff;
    color: #000;
    border: 2px solid #447EAE;
}

.navbar a.btn:hover {
    background-color: transparent;
    border: none;
}


li.dropdown-submenu { position: relative; }

ul.dropdown-submenu ul.dropdown-menu { 
    position: absolute; 
    right: 0;
    top: 0;
}

.procedure-update-list .smile-set a {
    color: #000;
    text-decoration: none;
}
.procedure-update-list .smile-set a u {
    text-decoration: none;
}

.service-card.contact-us table {
  width: 100% !important;
}

.navbar .dropdown-item:hover { background-color: #333333; color: #fff; }

.contactus-update-list {
  padding: 30px;
}

.smile-update-list { padding: 30px; }

.smile-update-list h2 { margin-top: 0 !important; }

.smile-update-list a { color: #000; text-decoration: none; }
iframe {
    width: 100%;
    height: 100%;
}
.nav_bar .dropdown-submenu .dropdown-menu {
    min-height: max-content;
}


/* ================= NAVBAR ================= */

.navbar {
  background-color: var(--navbar-bg) !important;
}

.navbar .nav-link,
.nav_bar .nav-link {
  color: var(--navbar-text) !important;
}

.navbar .nav-link:hover,
.nav_bar .nav-link:hover {
  color: var(--navbar-text-hover) !important;
}

.navbar .dropdown-menu,
.nav_bar .dropdown-menu {
  background-color: var(--navbar-bg);
  border-color: var(--navbar-border);
}

.navbar .dropdown-item,
.nav_bar .dropdown-item {
  color: var(--navbar-text);
}

.navbar .dropdown-item:hover,
.nav_bar .dropdown-item:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

/* BORDER (BEFORE / AFTER) */
.nav_bar::before,
.nav_bar::after {
  background: var(--navbar-border);
}

.navbar-light.bg-light,
.navbar-dark.bg-dark {
  background-color: var(--navbar-bg) !important;
}

/* ================= TESTIMONIAL ================= */

.testimonial-title {
  color: var(--testimonial-text);
  margin-bottom: 20px;
}

.testimonial-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid var(--navbar-border);
  padding: 20px;
  margin-bottom: 20px;
  background: var(--testimonial-bg);
  border-radius: 6px;
}

.testimonial-content {
  flex: 1;
}

.testimonial-quote {
  color: var(--testimonial-text);
  margin-bottom: 10px;
}

.testimonial-name {
  color: var(--primary-color);
}

.testimonial-image img {
  max-width: 120px;
  height: auto;
  border-radius: 6px;
}

.testimonial-btn {
  margin-top: 10px;
}

.line {
  border-top: 1px solid var(--navbar-border);
  margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonial-item {
    flex-direction: column;
  }

  .testimonial-image img {
    max-width: 100%;
  }
}
.image img {
  width: 100%;
}
td{
  vertical-align: top;
}
td img {
  margin-bottom: 10px;
}
td {
  padding: 15px;
}
/* Cross-theme mobile dropdown fix */
@media (max-width: 991.98px) {
  .navbar-nav {
    align-items: stretch !important;
    display: block !important;
    width: 100%;
  }

  .navbar-nav .nav-item.dropdown,
  .navbar-nav .dropdown-submenu,
  .navbar-nav .dropdown-split {
    width: 100%;
  }

  .navbar-nav .dropdown-split {
    flex-wrap: wrap;
    position: relative;
  }

  .navbar-nav .dropdown-split > .nav-link:first-child,
  .navbar-nav .dropdown-split > .dropdown-item:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .navbar-nav .dropdown-split > .dropdown-toggle {
    flex: 0 0 auto;
  }

  .navbar-nav .dropdown-split > .dropdown-menu {
    border: 0;
    box-shadow: none;
    flex: 0 0 100%;
    inset: auto !important;
    margin: 0 0 0.35rem 1rem;
    padding: 0.25rem 0;
    position: static !important;
    transform: none !important;
    width: calc(100% - 1rem);
    min-height: 0 !important;
  }

  .navbar-nav .dropdown-submenu .dropdown-menu {
    left: auto !important;
    top: auto !important;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}
/* Cross-theme direct dropdown mobile fix */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown > .dropdown-menu {
    border: 0;
    box-shadow: none;
    inset: auto !important;
    margin: 0 0 0.35rem 1rem;
    min-height: 0 !important;
    padding: 0.25rem 0;
    position: static !important;
    transform: none !important;
    width: calc(100% - 1rem);
  }

  .navbar-nav .dropdown > .dropdown-menu .dropdown-menu {
    left: auto !important;
    top: auto !important;
  }
}
/* Cross-theme mobile split label fix */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-split > .nav-link:first-child,
  .navbar-nav .dropdown-split > .dropdown-item:first-child {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
  }

  .navbar-nav .dropdown-split > .dropdown-toggle {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    width: auto !important;
  }
}