body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  
}
.navbar-custom {
  background: #ffffff !important;
  height: 10vh;
}

.navbar-scroll {
  background:  #ffffff  !important;
}
.navbar-custom a {
  color: #181818 !important;
}

.navbar-custom a:hover {
  font-weight: 600;
}
.navbar-scroll {
  transition: .5s ease-in-out;
}
.navbar-scroll  img{
  transition: .5s ease-in-out;
  height: 10vh;
}
.navbar-scroll a{
  color: #000 !important;
}
#heroSlider{
  margin-top: 10vh;
}
.carousel-item img {
  height: 59vh;
  object-fit: cover;
  object-position: center;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.55);
  padding: 1.5rem;
  border-radius: 10px;
}

.carousel-caption h5 {
  font-size: 2rem;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 1.1rem;
}
.book{
  min-height: 40vh;
}
.heroMsg{
  min-height: 25vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 10px;
}
.message{
  width: 35vw;
  color: #3f3f3f;
}
.heroCondition{
  width: 32vw;
  background: #1db494;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.heroProcedure{
  width: 30vw;
  background: #126a92;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
}


.homeServices{
  min-height: 35vh;
  background: rgb(224, 224, 224);
  padding-top: 5%;
  padding-left: 5%;
}
.homeServices .card p,
.homeConditions .card p{
  text-align: justify;
}
.homeServices h4{
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}
.book p{
  text-align: justify;
}
/***PAGE LAYOUT****/
.pageBanner{
  min-height: 45vh;
  background: url('../images/ortho1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  display:  flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35vh;
  padding-bottom: 5%;
}
.pageTitle{
  color:#ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.bannerSubtitle{
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  padding-top: 20px;
}
.breadcrumbs{
  margin-top: 8%;
  color: #add8e9;
}
.breadcrumbs a{
  text-decoration: none;
  color: #add8e9;
}
.pageContent{
  min-height: 100vh;
  display: flex;
  justify-content: space-between;

}
.sidenav{
  width: 20vw;
  padding: 10px;
  position: sticky;
  padding-top: 5%;
}
.sidenav ul li{
  border: 2px solid rgba(52, 114, 90, 1);
  background: rgba(52, 114, 90, 1);
  border-radius: 50px;
  width: 210px;
  list-style: none;
  padding: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #ffffff;
}
.sidenav ul li a{
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}
.content{
  width: 79vw;
  padding: 15px;
  padding-right: 25px;
  
}
.overview{
  padding-top: 8%;
}
.overview p{
  text-align: justify;
}
.missionWrapper{
  display: flex;
  justify-content: space-between;
  padding-top: 3%;
}
.mission,
.vision{
  width: 25vw;
  padding: 15px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 15px;
}

.mission p,
.vision p{
  text-align: justify;
  padding-left: 15px;
}
.content h6{
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 1.25em;
}
.specialist{
  padding-top: 3%;
}
.specialist #about img {
  height: 200px;
  object-fit: cover;
}
.specialist p{
  text-align: justify;
}
.service-card {
  transition: all 0.35s ease;
  cursor: pointer;
  background: #ffffff;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  background: #f1f8ff;
}

.service-card .icon {
  transition: all 0.35s ease;
}

.service-card:hover .icon {
  transform: scale(1.15);
}
.condition-card {
  transition: all 0.35s ease;
  cursor: default;
  background: #ffffff;
}

.condition-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  background: #f8fbff;
}

.condition-card .icon {
  transition: transform 0.35s ease;
}

.condition-card:hover .icon {
  transform: scale(1.1);
}
.testimonial-card {
  transition: all 0.35s ease;
  background: #ffffff;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  background: #f8fbff;
}

.testimonial-quote {
  font-size: 1.05rem;
  line-height: 1.6;
}

.testimonial-name {
  font-weight: 600;
}
.condition-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.condition-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Hidden expanded content */
.condition-details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Reveal on hover */
.condition-card:hover .condition-details {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px;
}

/* Read more button */
.read-more {
  font-size: 0.85rem;
  font-weight: 500;
  color: #0d6efd;
  cursor: pointer;
}
.procedure-card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.procedure-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.procedure-details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

.procedure-card:hover .procedure-details {
  max-height: 260px;
  opacity: 1;
  margin-top: 10px;
}

.procedure-icon {
  font-size: 2.5rem;
  color: #0d6efd;
}
