body {
  text-align: justify;
  font-family: "Nunito", sans-serif;
  color: #444444;
}

a {
  color: #3fbbc0;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3fbbc0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.hdhr {
  width: 18%;
  color: #005370;
  opacity: 1;
  margin-bottom: 17px;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3e4041;
  color: #fff;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

#topbar #open {
  font-size: small;
}

#topbar a {
  color: whitesmoke;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fbfbfb;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 50px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 60%);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}


#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 27px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
}

#header .logo a {
  /* margin-right: 85px; */
  font-family: 'bootstrap-icons';
  color: #555555;
}

#header .logo img {
  max-height: 85px;
}

@media (max-width: 1024px) {

  #header .logo {
    font-size: 16px;

  }
}

/**
* Appointment Button
*/

#appointment {

  background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../img/images/appoitment.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  background-attachment: fixed;

}

#enquiry {

  background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../img/images/appoitment.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  background-attachment: fixed;

}

.appointment-btn {
  margin-left: 25px;
  background: #133e44;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
}

.appointment-btn1 {
  margin-left: 25px;
  background: #b63147;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
}

.appointment-btn:hover {
  opacity: 0.8;
}

.appointment-btn1:hover {
  background: #1a457c;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  section#slider {
    margin-top: 85px !important;
    padding-bottom: 0px !important;
  }

  .cta {
    padding: 50px 0 !important;
  }

  #counts {
    padding: 50px 0 !important;
  }

  .counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  #appointment {
    background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../img/images/appoitment.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px 0 !important;
    background-attachment: fixed;
  }

  #enquiry {
    background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../img/images/appoitment.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px 0 !important;
    background-attachment: fixed;
  }


  #footer.site-footer {
    padding: 0 !important;
  }

  #footer .footer-top {
    padding: 40px 0 30px !important;
  }

  .drop-services {
    grid-template-columns: 1fr !important;
    min-width: 0 !important;
    max-width: none !important;
  }


  #breadcums {
    background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../../images/dfghsre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0 50px 0 !important;
    background-attachment: fixed;
    /* margin-top: 100px; */
    color: #ffffff;
    font-size: 35px;
  }

  section#services {
    padding: 40px 20px !important;
  }


  img.img-fluid.services-images {
    border-radius: 10px;
    margin-bottom: 15px !important;
  }




}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

/* ul{
  column-count: 2;
} */

.drop-services {
  column-count: unset;
}

.navbar .dropdown .drop-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  left: auto;
  right: 0;
  min-width: 420px;
  max-width: min(520px, calc(100vw - 24px));
  padding: 6px 0 8px;
  border-radius: 12px;
  border: 1px solid rgba(200, 139, 62, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.navbar .dropdown:hover > .drop-services {
  transform: translateY(0);
}

.navbar .dropdown .drop-services__head {
  grid-column: 1 / -1;
  border-bottom: 1px solid rgba(200, 139, 62, 0.12);
}

.navbar .dropdown .drop-services__all {
  display: block !important;
  justify-content: center !important;
  padding: 11px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #c88b3e !important;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.navbar .dropdown .drop-services__all:hover {
  background: #faf6f0;
  color: #8f5f28 !important;
}

.navbar .dropdown .drop-services li:not(.drop-services__head) {
  min-width: 0;
}

.navbar .dropdown .drop-services li:not(.drop-services__head) a {
  display: block;
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #53412e !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.navbar .dropdown .drop-services li:not(.drop-services__head) a:hover,
.navbar .dropdown .drop-services li:not(.drop-services__head):hover > a {
  background: #faf6f0;
  color: #c88b3e !important;
}

.navbar .dropdown > a:hover,
.navbar .dropdown:hover > a {
  color: #c88b3e;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #53412e;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 700;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #a15406;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 20px;
  text-transform: none;
  font-size: 14px !important;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #c88b3e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .drop-services {
    min-width: 380px;
    max-width: min(480px, calc(100vw - 24px));
  }

  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

}

@media (max-width: 1024px) {

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #c88b3e;
}

.navbar-mobile .dropdown .drop-services {
  display: none !important;
  margin: 6px 10px 10px;
  padding: 4px 0 6px;
  border-radius: 10px;
  border: 1px solid rgba(200, 139, 62, 0.15);
  background: #faf6f0;
  box-shadow: none;
  transform: none;
  grid-template-columns: 1fr;
}

.navbar-mobile .dropdown > .drop-services.dropdown-active {
  display: block !important;
}

.navbar-mobile .dropdown .drop-services li:not(.drop-services__head) a {
  padding: 9px 16px !important;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #c88b3e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #c88b3e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.navbar-mobile .dropdown > a .bi-chevron-down {
  transition: transform 0.2s ease;
}

.navbar-mobile .dropdown > a.active-dropdown .bi-chevron-down {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  /* padding-bottom: 30px; */
}

.section-title h1 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 13px;
  padding-bottom: 28px;
  position: relative;
  color: #005370;
}

.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title h2 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 13px;
  padding-bottom: 28px;
  position: relative;
  color: #005370;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


.row.services-section {
  border: 1px solid white;
  box-shadow: 2px 2px 20px #005370;
  padding: 25px 15px;
  border-radius: 10px;
  margin-bottom: 50px;
  box-sizing: 2px 2px 20px grey;
}

h2.services-head {
  color: #005370;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 2px;
}

img.img-fluid.services-images {
  width: 80%;
  margin-left: 40px;
  border-radius: 10px;
}

h3.services-subhead {
  color: #005370;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #faf6f0 0%, #ffffff 55%, #f8f9fa 100%);
}

.featured-services::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 139, 62, 0.18) 0%, rgba(200, 139, 62, 0) 70%);
  pointer-events: none;
}

.featured-services::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 95, 40, 0.1) 0%, rgba(143, 95, 40, 0) 70%);
  pointer-events: none;
}

.featured-services .container {
  position: relative;
  z-index: 1;
}

.featured-services__badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: rgba(200, 139, 62, 0.15);
  color: #8f5f28;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.service-card {
  position: relative;
  width: 100%;
  padding: 34px 28px 30px;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(143, 95, 40, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c88b3e 0%, #e8c9a0 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 139, 62, 0.35);
  box-shadow: 0 16px 40px rgba(143, 95, 40, 0.16);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card--highlight {
  background: linear-gradient(160deg, #c88b3e 0%, #a8722f 100%);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(143, 95, 40, 0.22);
}

.service-card--highlight::before {
  background: linear-gradient(90deg, #e8c9a0 0%, #f8f0e6 100%);
}

.service-card__index {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: rgba(200, 139, 62, 0.12);
  transition: color 0.35s ease;
}

.service-card--highlight .service-card__index {
  color: rgba(255, 255, 255, 0.15);
}

.service-card:hover .service-card__index {
  color: rgba(200, 139, 62, 0.28);
}

.service-card--highlight:hover .service-card__index {
  color: rgba(255, 255, 255, 0.28);
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  box-shadow: 0 8px 20px rgba(143, 95, 40, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card--highlight .service-card__icon {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.service-card__icon i {
  font-size: 30px;
  color: #ffffff;
}

.service-card:hover .service-card__icon {
  transform: scale(1.08) rotate(-4deg);
}

.service-card__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.service-card--highlight .service-card__title {
  color: #ffffff;
}

.service-card__text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #4a5568;
}

.service-card--highlight .service-card__text {
  color: rgba(255, 255, 255, 0.9);
}

.service-card__line {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 22px;
  border-radius: 3px;
  background: #c88b3e;
  transition: width 0.35s ease;
}

.service-card--highlight .service-card__line {
  background: #f8f0e6;
}

.service-card:hover .service-card__line {
  width: 64px;
}

@media (max-width: 767px) {
  .service-card {
    padding: 28px 22px 24px;
  }

  .service-card__index {
    font-size: 34px;
  }
}


.white {
  color: white !important;
}

input#fname {
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  ;
}

input#lname {
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  ;
}

input#phone {
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  ;
}

input#email {
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  ;
}

input#date {
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  ;
}

textarea.form-control {
  border-radius: 10px !important;

  font-weight: 700;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  position: relative;
  overflow: hidden;
  background-image:
  linear-gradient(232deg, rgb(26 26 26 / 64%), rgb(0 0 0 / 51%)), url(../../images/qa1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 90px 0;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(200, 139, 62, 0.2) 0%, transparent 65%);
  pointer-events: none;
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta__content {
  max-width: 720px;
  margin: 0 auto;
}

.cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(200, 139, 62, 0.25);
  border: 2px solid rgba(232, 201, 160, 0.55);
  color: #ffffff;
  font-size: 28px;
}

.cta h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.cta__subtitle {
  margin: 0 auto 26px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.95;
}

.cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 12px 34px;
  border-radius: 30px;
  transition: all 0.35s ease;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cta .cta-btn:hover {
  background: #c88b3e;
  border-color: #c88b3e;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .cta {
    padding: 60px 0;
    background-attachment: scroll;
  }

  .cta__subtitle {
    font-size: 15px;
    padding: 0 10px;
  }
}

#about {
  padding: 80px 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-clinic {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #faf6f0 100%);
}

.about-clinic::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 139, 62, 0.16) 0%, rgba(200, 139, 62, 0) 70%);
  pointer-events: none;
}

.about-clinic .container {
  position: relative;
  z-index: 1;
}

.about-clinic__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(143, 95, 40, 0.18);
}

.about-clinic__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(200, 139, 62, 0.35);
  border-radius: 20px;
  pointer-events: none;
  z-index: 2;
}

.about-clinic__img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about-clinic__media:hover .about-clinic__img {
  transform: scale(1.04);
}

.about-clinic__badge-float {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  min-width: 130px;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.about-clinic__badge-float strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.about-clinic__badge-float span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.about-clinic__label {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: rgba(200, 139, 62, 0.15);
  color: #8f5f28;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.about-clinic__title {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
}

.about-clinic__lead {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.75;
  color: #2d3748;
  font-weight: 600;
}

.about-clinic__text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
}

.about-clinic__features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.about-clinic__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}

.about-clinic__features i {
  margin-top: 2px;
  color: #c88b3e;
  font-size: 16px;
}

.about-clinic__quote {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-left: 4px solid #c88b3e;
  border-radius: 0 12px 12px 0;
  background: rgba(200, 139, 62, 0.1);
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #8f5f28;
}

.about-clinic__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-clinic__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 30px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(143, 95, 40, 0.2);
}

.about-clinic__btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(143, 95, 40, 0.28);
}

.about-clinic__btn--outline {
  background: transparent;
  color: #c88b3e;
  border: 2px solid #c88b3e;
  box-shadow: none;
}

.about-clinic__btn--outline:hover {
  background: #c88b3e;
  color: #ffffff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-doctor {
  font-weight: bold;
}

p.about-dentist {
  font-size: 18px;
  font-weight: bold;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .img-fluid {
  max-width: 80%;
  height: auto;
}

@media (max-width: 991px) {
  .about-clinic__features {
    grid-template-columns: 1fr;
  }

  .about-clinic__img {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  #about {
    padding: 60px 0;
  }

  .about-clinic__actions {
    flex-direction: column;
  }

  .about-clinic__btn {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
#counts {

  background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../img/images/thooth-cleaning.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  background-attachment: fixed;

}

.counts {
  padding-bottom: 30px;
}

img.img-fluid.services-image {
  border-radius: 15px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 45px;
}

@media (max-width: 1024px) {
  .counts .count-box span {
    font-size: 30px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #555555;
    margin-left: 45px;
  }
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 25px;
  position: relative;
  padding-bottom: 15px;
  margin-top: 25px;
}

section#slider {
  margin-top: 130px;
  padding-bottom: 0px !important;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
  font-weight: 600;
}

.services-border {
  border: 1px solid #dbdbdb;
  padding: 16px 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 20px #005370;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #245334;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #e6dcdc;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #3fbbc0;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgb(7 52 97 / 56%);
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #444444;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer.site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  padding: 0;
}

#footer.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c88b3e 0%, #e8c9a0 50%, #c88b3e 100%);
}

#footer.site-footer::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 139, 62, 0.12) 0%, rgba(200, 139, 62, 0) 70%);
  pointer-events: none;
}

#footer .footer-top {
  position: relative;
  z-index: 1;
  padding: 70px 0 50px;
}

#footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}

.footer-brand__logo-link {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-brand__logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(200, 139, 62, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.footer-brand h3 {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.footer-brand__tagline {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
  color: #c88b3e;
  letter-spacing: 0.3px;
}

.footer-brand__text {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

#footer .footer-top h4 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #c88b3e;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 0;
  margin-bottom: 12px;
}

#footer .footer-top .footer-links ul li:last-child {
  margin-bottom: 0;
}

#footer .footer-top .footer-links ul a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1.4;
}

#footer .footer-top .footer-links ul a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #c88b3e;
  font-size: 12px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e8c9a0;
  transform: translateX(3px);
}

.footer-contact__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.footer-contact__list li:last-child {
  margin-bottom: 0;
}

.footer-contact__list i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(200, 139, 62, 0.15);
  color: #c88b3e;
  font-size: 15px;
}

.footer-contact__list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-word;
}

.footer-contact__list a:hover {
  color: #e8c9a0;
}

.footer-contact__list span {
  color: rgba(255, 255, 255, 0.78);
}

#footer .footer-top .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 10px;
  background: rgba(200, 139, 62, 0.15);
  color: #e8c9a0;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid rgba(200, 139, 62, 0.25);
}

#footer .footer-top .social-links a:hover {
  background: #c88b3e;
  color: #ffffff;
  transform: translateY(-3px);
  text-decoration: none;
}

#footer .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

#footer .copyright strong {
  color: #e8c9a0;
  font-weight: 700;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.footer-bottom__links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom__links a:hover {
  color: #c88b3e;
}

@media (max-width: 767px) {
  #footer .footer-top {
    padding: 50px 0 36px;
  }

  #footer .copyright,
  .footer-bottom__links {
    text-align: center;
    justify-content: center;
  }
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #c88b3e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #a8722f;
}

#footer .copyright {
  text-align: left;
  padding-top: 0;
  font-size: 14px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
}

#breadcums {

  background-image: linear-gradient(232deg, rgb(0 0 0 / 76%), rgb(4 56 75 / 76%)), url(../../images/dfghsre.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  background-attachment: fixed;
  /* margin-top: 100px; */
  color: #ffffff;
  font-size: 35px;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  padding: 90px 0 !important;
  background-image:
    linear-gradient(135deg, rgba(26, 26, 26, 0.88) 0%, rgba(143, 95, 40, 0.82) 100%),
    url(../../images/periodontoloji1_1658819496.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: scroll;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(200, 139, 62, 0.2) 0%, transparent 50%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero__content {
  max-width: 720px;
}

.page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
}

.page-hero__breadcrumb a {
  color: #e8c9a0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-hero__breadcrumb a:hover {
  color: #ffffff;
}

.page-hero__breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.75);
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}

.page-hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.about-section-head {
  max-width: 640px;
  margin: 0 auto 40px;
}

.about-section-head__badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: rgba(200, 139, 62, 0.15);
  color: #8f5f28;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.about-section-head h2 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 18px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: #1a1a1a;
}

.about-section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  background: #c88b3e;
}

.about-section-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}

.about-mvv {
  background: linear-gradient(180deg, #faf6f0 0%, #ffffff 100%);
}

.about-mvv-card {
  height: 100%;
  padding: 32px 26px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 10px 30px rgba(143, 95, 40, 0.08);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-mvv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(143, 95, 40, 0.14);
}

.about-mvv-card--highlight {
  background: linear-gradient(160deg, #c88b3e 0%, #a8722f 100%);
  border-color: transparent;
  box-shadow: 0 14px 36px rgba(143, 95, 40, 0.22);
}

.about-mvv-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(143, 95, 40, 0.22);
}

.about-mvv-card--highlight .about-mvv-card__icon {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.about-mvv-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.about-mvv-card--highlight h3,
.about-mvv-card--highlight p {
  color: #ffffff;
}

.about-mvv-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #4a5568;
}

.about-dentists {
  background: #ffffff;
}

.dentist-card {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 10px 30px rgba(143, 95, 40, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dentist-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(143, 95, 40, 0.16);
}

.dentist-card__photo-wrap {
  position: relative;
  overflow: hidden;
}

.dentist-card__photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.dentist-card:hover .dentist-card__photo {
  transform: scale(1.05);
}

.dentist-card__exp {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 12px;
  border-radius: 50px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.dentist-card__body {
  padding: 22px 20px 24px;
  text-align: center;
}

.dentist-card__body h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}

.dentist-card__role {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #c88b3e;
}

.dentist-card__specialty {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 50px;
  background: rgba(200, 139, 62, 0.12);
  color: #8f5f28;
  font-size: 12px;
  font-weight: 600;
}

.dentist-card__body p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.65;
  color: #4a5568;
}

.dentist-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 50px;
  border: 2px solid #c88b3e;
  color: #c88b3e;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dentist-card__link:hover {
  background: #c88b3e;
  color: #ffffff;
}

.about-why {
  background: #ffffff;
}

.about-why-card {
  height: 100%;
  padding: 28px 22px;
  border-radius: 16px;
  background: #faf6f0;
  border: 1px solid rgba(200, 139, 62, 0.12);
  text-align: center;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.about-why-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(143, 95, 40, 0.12);
}

.about-why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 24px;
}

.about-why-card h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.about-why-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4a5568;
}

.about-page-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #3d2a14 50%, #8f5f28 100%);
}

.about-page-cta__box {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.about-page-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(200, 139, 62, 0.22);
  border: 2px solid rgba(232, 201, 160, 0.45);
  color: #ffffff;
  font-size: 28px;
}

.about-page-cta h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: #ffffff;
}

.about-page-cta p {
  margin: 0 auto 24px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.about-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.about-page-cta .about-clinic__btn--outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.about-page-cta .about-clinic__btn--outline:hover {
  background: #ffffff;
  color: #8f5f28;
}

@media (max-width: 767px) {
  .page-hero {
    margin-top: 85px;
    padding: 60px 0 !important;
  }

  .about-page-cta {
    padding: 60px 0;
  }

  .about-page-cta__box {
    padding: 28px 20px;
  }

  .about-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-page-cta .about-clinic__btn {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  --brand-gold: #c88b3e;
  --brand-gold-dark: #a8722f;
  --brand-gold-darker: #8f5f28;
  --brand-gold-light: #e8c9a0;
  --brand-gold-tint: rgba(200, 139, 62, 0.15);
  --brand-text: #1a1a1a;
  --brand-bg: #faf6f0;
}

.contact-quick {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-bg) 100%);
}

.contact-quick::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 139, 62, 0.12) 0%, rgba(200, 139, 62, 0) 70%);
  pointer-events: none;
}

.contact-quick .container {
  position: relative;
  z-index: 1;
}

.contact-quick-card {
  height: 100%;
  padding: 28px 22px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 10px 30px rgba(143, 95, 40, 0.08);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.contact-quick-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 139, 62, 0.32);
  box-shadow: 0 16px 40px rgba(143, 95, 40, 0.14);
}

.contact-quick-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(143, 95, 40, 0.22);
}

.contact-quick-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--brand-text);
}

.contact-quick-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #4a5568;
}

.contact-quick-card a {
  color: var(--brand-gold-darker);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-quick-card a:hover {
  color: var(--brand-gold);
}

.contact-quick-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 50px;
  border: 2px solid var(--brand-gold);
  color: var(--brand-gold) !important;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.contact-quick-card__link:hover {
  background: var(--brand-gold);
  color: #ffffff !important;
}

.contact-page #inquiry.inquiry-section {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(135deg, rgb(26 26 26 / 80%) 0%, rgb(0 0 0 / 40%) 100%), url(../img/images/appoitment.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 90px 0;
}

.contact-page .inquiry-section__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(200, 139, 62, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.contact-page .inquiry-section .container {
  position: relative;
  z-index: 1;
}

.contact-page .inquiry-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(200, 139, 62, 0.22);
  border: 1px solid rgba(232, 201, 160, 0.35);
  color: #f8f0e6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.contact-page .inquiry-section__title {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

.contact-page .inquiry-section__text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.contact-page .inquiry-section__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-page .inquiry-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.contact-page .inquiry-info-card:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.14);
}

.contact-page .inquiry-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 18px;
}

.contact-page .inquiry-info-card h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.contact-page .inquiry-info-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.contact-page .inquiry-info-card a {
  color: #e8c9a0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-page .inquiry-info-card a:hover {
  color: #ffffff;
}

.contact-page .inquiry-form-card {
  height: 100%;
  padding: 32px 28px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.contact-page .inquiry-form-card__head {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(200, 139, 62, 0.2);
}

.contact-page .inquiry-form-card__head h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
}

.contact-page .inquiry-form-card__head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5568;
}

.contact-page .inquiry-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}

.contact-page .inquiry-form__input {
  border: 1px solid #e5ddd3 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 14px;
  color: #1a1a1a;
  background: #faf6f0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact-page .inquiry-form__input:focus {
  border-color: #c88b3e !important;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(200, 139, 62, 0.18) !important;
  outline: none;
}

.contact-page .inquiry-form__textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-page .inquiry-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  padding: 13px 30px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 22px rgba(143, 95, 40, 0.28);
}

.contact-page .inquiry-form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(143, 95, 40, 0.35);
  background: linear-gradient(135deg, #a8722f 0%, #8f5f28 100%);
}

.contact-page #contact.contact-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-bg) 100%);
}

.contact-page #contact.contact-section::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 139, 62, 0.14) 0%, rgba(200, 139, 62, 0) 70%);
  pointer-events: none;
}

.contact-page #contact.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-page .contact-section__header {
  max-width: 640px;
  margin: 0 auto 40px;
}

.contact-page .contact-section__badge {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 14px;
  border-radius: 50px;
  background: var(--brand-gold-tint);
  color: var(--brand-gold-darker);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.contact-page .contact-section__title {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 18px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  color: var(--brand-text);
}

.contact-page .contact-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--brand-gold);
}

.contact-page .contact-section__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}

.contact-page .contact-map-card {
  height: 100%;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.18);
  box-shadow: 0 14px 40px rgba(143, 95, 40, 0.12);
}

.contact-page .contact-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.contact-page .contact-details-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.contact-page .contact-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 8px 24px rgba(143, 95, 40, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-page .contact-detail-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 139, 62, 0.32);
  box-shadow: 0 14px 32px rgba(143, 95, 40, 0.14);
}

.contact-page .contact-detail-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 22px;
}

.contact-page .contact-detail-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-text);
}

.contact-page .contact-detail-card p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.65;
  color: #4a5568;
}

.contact-page .contact-detail-card p:last-child {
  margin-bottom: 0;
}

.contact-page .contact-detail-card a {
  color: var(--brand-gold-darker);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-page .contact-detail-card a:hover {
  color: var(--brand-gold);
}

.contact-page .contact-detail-card__label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--brand-gold);
}

@media (max-width: 991px) {
  .contact-page #inquiry.inquiry-section {
    padding: 70px 0;
    background-attachment: scroll;
  }

  .contact-page .inquiry-form-card {
    margin-top: 10px;
  }

  .contact-page #contact.contact-section {
    padding: 70px 0;
  }

  .contact-page .contact-map-card,
  .contact-page .contact-map-card iframe {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .contact-page .inquiry-form-card {
    padding: 24px 18px;
  }

  .contact-page .inquiry-form__btn {
    width: 100%;
  }

  .contact-page .contact-section__header {
    margin-bottom: 28px;
  }
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  --brand-gold: #c88b3e;
  --brand-gold-dark: #a8722f;
  --brand-gold-darker: #8f5f28;
  --brand-gold-tint: rgba(200, 139, 62, 0.15);
  --brand-text: #1a1a1a;
  --brand-bg: #faf6f0;
}

.gallery-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-bg) 100%);
}

.gallery-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 139, 62, 0.12) 0%, rgba(200, 139, 62, 0) 70%);
  pointer-events: none;
}

.gallery-section .container {
  position: relative;
  z-index: 1;
}

.gallery-section .about-section-head {
  margin-bottom: 40px;
}

.gallery-page .gallery-item {
  display: block;
  text-decoration: none;
}

.gallery-page .gallery-img-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 5px 15px rgba(143, 95, 40, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-page .gallery-img-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(143, 95, 40, 0.18);
}

.gallery-page .gallery-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-page .gallery-img-wrapper:hover img {
  transform: scale(1.1);
}

.gallery-page .gallery-img-wrapper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.45);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.gallery-page .gallery-img-wrapper:hover .gallery-img-wrapper__overlay {
  opacity: 1;
}

.gallery-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 32px;
  text-align: center;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 14px 40px rgba(143, 95, 40, 0.1);
}

.gallery-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--brand-gold-tint);
  color: var(--brand-gold-darker);
  font-size: 30px;
}

.gallery-empty h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: var(--brand-text);
}

.gallery-empty p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
}

.gallery-page-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #3d2a14 50%, #8f5f28 100%);
}

.gallery-page-cta__box {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.gallery-page-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(200, 139, 62, 0.22);
  border: 2px solid rgba(232, 201, 160, 0.45);
  color: #ffffff;
  font-size: 28px;
}

.gallery-page-cta h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: #ffffff;
}

.gallery-page-cta p {
  margin: 0 auto 24px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.gallery-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.gallery-page-cta .about-clinic__btn--outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.gallery-page-cta .about-clinic__btn--outline:hover {
  background: #ffffff;
  color: #8f5f28;
}

@media (max-width: 575px) {
  .gallery-page .gallery-img-wrapper {
    height: 280px;
  }

  .gallery-empty {
    padding: 32px 20px;
  }

  .gallery-page-cta {
    padding: 60px 0;
  }

  .gallery-page-cta__box {
    padding: 28px 20px;
  }

  .gallery-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-page-cta .about-clinic__btn {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Dental Services Page
--------------------------------------------------------------*/
.services-page {
  --brand-gold: #c88b3e;
  --brand-gold-dark: #a8722f;
  --brand-gold-darker: #8f5f28;
  --brand-gold-tint: rgba(200, 139, 62, 0.15);
  --brand-text: #1a1a1a;
  --brand-bg: #faf6f0;
}

.services-nav {
  position: sticky;
  top: 120px;
  z-index: 50;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(200, 139, 62, 0.16);
  backdrop-filter: blur(10px);
}

.services-nav__wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.services-nav__link {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(200, 139, 62, 0.22);
  background: #ffffff;
  color: var(--brand-gold-darker);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-nav__link:hover {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: #ffffff;
}

.services-list {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-bg) 100%);
}

.services-list .about-section-head {
  margin-bottom: 40px;
}

.services-page .service-block {
  scroll-margin-top: 190px;
  margin-bottom: 36px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(200, 139, 62, 0.14);
  box-shadow: 0 12px 36px rgba(143, 95, 40, 0.08);
}

.services-page .service-block__header {
  margin-bottom: 8px;
  text-align: center;
}

.services-page .service-block__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px;
  border-radius: 50px;
  background: var(--brand-gold-tint);
  color: var(--brand-gold-darker);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.services-page h2.services-head {
  position: relative;
  display: inline-block;
  margin: 0 0 6px;
  padding-bottom: 14px;
  color: var(--brand-text);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
}

.services-page h2.services-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--brand-gold);
}

.services-page .service-block__media {
  height: 100%;
  min-height: 260px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(200, 139, 62, 0.12);
  box-shadow: 0 8px 24px rgba(143, 95, 40, 0.1);
}

.services-page img.img-fluid.services-images {
  width: 100%;
  height: 100%;
  min-height: 260px;
  margin-left: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.services-page .service-block__media:hover img.img-fluid.services-images {
  transform: scale(1.05);
}

.services-page .service-block__content {
  padding-top: 8px;
}

.services-page h3.services-subhead {
  margin-bottom: 16px;
  color: var(--brand-gold-darker);
  font-size: 20px;
  font-weight: 800;
}

.services-page .service-block__content h5 {
  margin: 18px 0 8px;
  color: var(--brand-text);
  font-size: 16px;
  font-weight: 700;
}

.services-page .service-block__content p,
.services-page .service-block__content li {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.75;
}

.services-page .service-block__content ol {
  padding-left: 20px;
}

.services-page .service-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #c88b3e 0%, #a8722f 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(143, 95, 40, 0.24);
  transition: all 0.3s ease;
}

.services-page .service-block__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #a8722f 0%, #8f5f28 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(143, 95, 40, 0.32);
}

.services-page-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #3d2a14 50%, #8f5f28 100%);
}

.services-page-cta__box {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.services-page-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(200, 139, 62, 0.22);
  border: 2px solid rgba(232, 201, 160, 0.45);
  color: #ffffff;
  font-size: 28px;
}

.services-page-cta h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: #ffffff;
}

.services-page-cta p {
  margin: 0 auto 24px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.services-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.services-page-cta .about-clinic__btn--outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.services-page-cta .about-clinic__btn--outline:hover {
  background: #ffffff;
  color: #8f5f28;
}

@media (max-width: 991px) {
  .services-nav {
    top: 85px;
  }

  .services-page .service-block {
    padding: 22px 16px;
  }
}

@media (max-width: 767px) {
  .services-page .service-block__media,
  .services-page img.img-fluid.services-images {
    min-height: 220px;
  }

  .services-page-cta {
    padding: 60px 0;
  }

  .services-page-cta__box {
    padding: 28px 20px;
  }

  .services-page-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .services-page-cta .about-clinic__btn {
    width: 100%;
  }
}
