.box-icon {
  /*background-color: #f7f9fc; */
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.box-icon i {
  font-size: 36px;         
  color: #336699 !important;          
  display: inline-block;
  line-height: 1;
}

.box-portfolio {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.box-portfolio img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.box-portfolio .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}



.text-color-title-sidebar {
  font-size: 16px;
 
  color: #002147;
  line-height: 1.4;
  margin-bottom: 10px;
}

.text-color-title-sidebar.text {
  font-size: 15px;
  line-height: 1.5;
  color: #002147;
}
.mission-promise-section {
  padding: 60px 20px;
  background: #f7faff;
  font-family: 'Segoe UI', sans-serif;
}

.mission-promise-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.mission-promise-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.mission-box {
  flex: 1 1 48%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #336699;
  transition: transform 0.3s ease;
}

.mission-box:hover {
  transform: translateY(-5px);
}

.box-title {
  font-size: 24px;
  font-weight: 700;
  color: #002147;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.mission-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 14px;
  text-align: justify;
}

@media (max-width: 768px) {
  .mission-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .box-title {
    font-size: 20px;
  }
}
.doctor-highlight-section {
  background: #f7f9fc;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.doctor-card {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  padding: 50px 40px;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  color: #003a63;
  text-align: center;
  margin-bottom: 10px;
}

.doctor-name {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #007B9E;
  margin-bottom: 5px;
}

.subtitle,
.role,
.specialties {
  text-align: center;
  color: #555;
  font-size: 16px;
  margin-bottom: 8px;
}

.doctor-text-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
}

.qualifications h4 {
  font-size: 18px;
  font-weight: 600;
  color: #004a7c;
  margin-top: 30px;
  margin-bottom: 10px;
}

.qualifications ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.qualifications ul li {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  list-style: disc;
}

@media (max-width: 768px) {
  .doctor-card {
    padding: 30px 20px;
  }

  .section-heading {
    font-size: 26px;
  }

  .doctor-name {
    font-size: 22px;
  }

  .doctor-text-content p {
    font-size: 15px;
  }
}
.testimonial {
  padding-bottom: 100px; 
}

.testimonial .item-tt {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.testimonial .row-item-tt {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.testimonial .img-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #007bff;
}

.testimonial .item-name h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.testimonial .item-name p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.testimonial .box-post {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-top: auto;
}

.testimonial .box-icon {
  color: #007bff;
  font-size: 24px;
}
.footer-about-text {
  font-size: 17px;
  color: #fff;
  line-height: 1.7;
  margin-top: 12px;
}
.footer-address {
  color: #fff;
}
.footer-address i {
  color: #fff;
}
.ear-condition-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* space between items */
    padding-left: 0;
    margin: 0;
    list-style: none;
}

/* Style each condition box */
.ear-condition-grid li {
    background-color: #f8f9fa;
    border-left: 4px solid #336699;
    padding: 14px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.ear-condition-grid li:hover {
    background-color: #eef4ff;
}

/* Heading text */
.ear-condition-grid h4.text-color-title-sidebar {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Responsive: stack into one column on small screens */
@media (max-width: 768px) {
    .ear-condition-grid {
        grid-template-columns: 1fr;
    }
}
.box-type {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.box-type h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.box-type p {
    font-size: 15px;
    color: #555;
}
@media (max-width: 767px) {
    .box-type {
        padding: 20px 15px;
    }
}
.intro-bot {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none; 
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.intro-bot .container {
  position: relative;
  z-index: 2;
}
