/* ================= FONT ================= */

.service-img{
  width: 100%;
  display: block;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.service-img.show{
  opacity: 1;
  transform: scale(1);
}









body {
  font-family: 'Bitter', serif;
  background: #fff;
}

/* ================= SECTION ================= */
.about-doctor-section {
  padding: 35px 0;
  height: 465px;
}

/* ================= LEFT ================= */
.about-title {
      padding-top: 11px;

  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgb(17,17,17);
  font-family: 'Bitter', serif;
}


.about-text {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
  max-width: 95%;
    font-family: 'Bitter', serif;
  
}

/* ================= BUTTON ================= */
.read-more-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  background: #6b6572;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
   font-family: 'Bitter', serif;
}

.read-more-btn:hover {
  /* background: #00a7c6; */
  color: #fff;
}

/* ================= RIGHT ================= */
.doctor-right {
  margin-top: 20px;
}

.doctor-image-box {
  border: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
}

.doctor-image-box img {
  width: 204px;
  height: 221px;
}

/* ================= CONTACT ================= */
.doctor-contact {
  margin-top: 20px;
}

.doctor-contact .phone,
.doctor-contact .email {
  font-size: 16px;
  margin-bottom: -9px;
     font-family: 'Bitter', serif;
     padding: 18px;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
  .about-title {
    font-size: 30px;
  }

  .title-line {
    width: 200px;
  }

  .doctor-image-box img {
    width: 220px;
  }

  .doctor-right {
    margin-top: 40px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-doctor-section {
    padding: 50px 0;
  }

  .about-title {
    font-size: 26px;
    text-align: center;
  }

  .title-line {
    margin: 15px auto 25px;
  }

  .about-text {
    text-align: center;
  }

  .read-more-btn {
    display: block;
    margin: 25px auto 0;
  }

  .doctor-image-box img {
    width: 200px;
  }
}



body {
  font-family: 'Bitter', serif;
}

.services-section {
  background: #efefef;
    font-family: 'Bitter', serif;
}

/* service card */
.service-box {
  background: #efefef;
  padding: 31px 20px;
  border-radius: 12px;
  /* text-align: center; */
    font-family: 'Bitter', serif;
}

/* blue circle */
.service-icon {
  width: 80px;
  height: 80px;
  background: #1e66b8;
  border-radius: 50%;
  margin: 0 auto 20px;
    font-family: 'Bitter', serif;
}

.service-box h5 {
  font-size: 20px;
  font-weight: 700;
    font-family: 'Bitter', serif;
    color: rgb(17,17,17);
}

/* mobile */
@media (max-width: 768px) {
  .carousel-item .col-md-4 {
    margin-bottom: 30px;
  }
}





        .testimonial-section {
  text-align: center;
  height: 600px;
  padding: 50px 20px;
    font-family: 'Bitter', serif;

}

.title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(17,17,17);
    font-family: 'Bitter', serif;

}

.title-line {
  width: 40px;
  height: 3px;
  background: #0798bc;
  /* margin: 10px auto 50px; */
    font-family: 'Bitter', serif;

}

.testimonial-box {
  max-width: 800px;
  margin: auto;
}

.testimonial-box p {
  font-size: 24px;
  color: rgb(17,17,17);
    line-height: 26px;
    font-family: 'Bitter', serif;

}

.testimonial-box h4 {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(17,17,17);
    font-family: 'Bitter', serif;

}

.testimonial-box h4 span {
  color: #777;
  font-weight: normal;
    font-family: 'Bitter', serif;

}

.testimonial-avatar {
  margin: 30px 0;
    font-family: 'Bitter', serif;

}

.testimonial-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}

.dot.active {
  background: #007bff;
}

/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
  .testimonial-section {
    padding: 60px 15px;
  }

  .title {
    font-size: 28px;
  }

  .testimonial-box {
    max-width: 90%;
  }

  .testimonial-box p {
    font-size: 18px;
  }

  .testimonial-box h4 {
    font-size: 16px;
  }

  .testimonial-avatar img {
    width: 80px;
    height: 80px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .testimonial-section {
    padding: 40px 12px;
  }


  .testimonial-box p {
    font-size: 16px;
    line-height: 1.5;
  }

  .testimonial-box h4 {
    font-size: 15px;
  }

  .testimonial-avatar {
    margin: 20px 0;
  }

  .testimonial-avatar img {
    width: 70px;
    height: 70px;
  }

  .dots {
    gap: 8px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }
}

/* Section */
.indicator-section{
  width: 100%;
  background: #ffffff;
  /* padding: 60px 0; */
  padding-top: 93px;
    padding-bottom: 28px;
}

/* Center container */
.indicator-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Small center box */
.indicator-box{
 width: 15px;
    height: 20px;
  border: 1.5px solid #ff5958;
  background: transparent;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px){
  .indicator-section{
    padding: 40px 0;
  }

  .indicator-box{
    width: 12px;
    height: 12px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .indicator-section{
    padding: 30px 0;
  }

  .indicator-box{
    width: 10px;
    height: 10px;
  }
}



/* Banner section */
.visit-banner{
  background-color: #2ea7eb; /* exact blue tone */
  width: 100%;
  padding: 70px 0;
      height: 220px;

}

/* Content layout */
.visit-content{
  display: flex;
  align-items: center;
justify-content: space-evenly;
}

/* Text */
.visit-content h2{
    color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 400;
  margin: 0;
   font-family: 'Bitter', serif;

}

/* Button */
.visit-btn{
  padding: 14px 28px;
  border: 2px solid #333;
  color: #333;
  background: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400  ;
  transition: all 0.3s ease;
   font-family: 'Bitter', serif;

}

.visit-btn:hover{
  background: #333;
  color: #ffffff;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px){
  .visit-content h2{
    font-size: 26px;
  }

  .visit-btn{
    padding: 12px 24px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .visit-content{
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .visit-content h2{
    font-size: 22px;
  }

  .visit-btn{
    padding: 12px 22px;
  }
}

/* FOOTER BASE */
.site-footer{
  background: #1c1c1c;
  color: #e0e0e0;
  font-family: Arial, sans-serif;
      height: auto;

}

/* TOP SECTION */
.footer-top{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 0 50px;
}

/* COLUMNS */
.footer-col{
  flex: 1;
      padding-bottom: 95px;

}

.footer-col h4{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
      font-family: serif;

}

/* BLUE LINE */
.footer-line{
  display: block;
  width: 40px;
  height: 2px;
  background: #2ea7eb;
  margin-bottom: 20px;
}

/* TEXT */
.footer-col p{
  font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-family: 'Bitter', serif;
}

.read-more{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

/* MAP */
.map-box iframe{
  width: 100%;
  height: 180px;
  border: none;
  background: #f1f1f1;
}

/* BOTTOM BAR */
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 20px 0;
}

.bottom-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-content p{
      font-size: 12px;
    margin: 0;
    color: rgb(255, 255, 255);
    font-family: 'Bitter', serif;
}

/* SOCIAL ICONS */
.social-icons{
  display: flex;
  gap: 10px;
}

.social-icons a{
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 12px;
}

/* ================= RESPONSIVE ================= */







/* LINES CODE */



  .two-color-line{
  display: flex;
  width: 100%;
  max-width: 490px;  
  padding-bottom: 50px;
  /* margin: 15px auto; */
}

.line-primary{
  width: 100%;        
  height: 2px;
  background-color: #0798bc; 
}

.line-secondary{
  width: 75%;         
  height: 1px;
  background-color: #bbbbbb; /* grey */
  margin-top: 1px;   /* slight alignment */
}

/* ===== Tablet ===== */
@media (max-width: 768px){
  .two-color-line{
    max-width: 300px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 480px){
  .two-color-line{
    max-width: 220px;
  }
}



