.top-bar {
    background-color: #f8f9fa;
    padding: 15px 0;
  }
  .top-bar .info-item {
    text-align: center;
  }
  .top-bar .info-item i {
    color: #17a2b8;
  }
  .navbar {
    background-color: #f1f1f1;
    padding: 10px 0;
  }
  .navbar-nav .nav-link {
    color: #17a2b8;
  }
  .bright{
    font-size: 60px;
    font-family: monospace;
  }
  .appointment-btn {
    background-color: #17a2b8;
    color: white;
    font-weight: bold;
  }
  .appointment-btn:hover {
    background-color: #138496;
  }
  .service-card {
    transition: background-color 0.3s ease;
  }
  .service-card:hover {
    background-color: #00BCD4;
    color: white;
  }
  body{
    background-color: #F0F0F0;
  }
  .services-section {
    text-align: center;
    padding: 50px 20px;
  }
  .services-section h2 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .services-section p {
    color: #00BCD4;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 200px;
    transition: background-color 0.3s ease;
  }
  .service-card:hover {
    background-color: #00BCD4;
    color: #fff;
  }
  .service-card i {
    font-size: 3rem;
    color: #00BCD4;
    margin-bottom: 15px;
  }
  .service-card:hover i {
    color: #fff;
  }
  .service-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .service-card p {
    font-size: 0.9rem;
    color: #666;
  }
  .service-card:hover p {
    color: #fff;
  }
  .stats-card {
    border: 1px solid #00BCD4;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .stats-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .stats-icon {
    color: #00BCD4;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .welcome-text {
    color: #00BCD4;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .doctor-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    transition: background-color 0.3s ease;
  }
  .doctor-card ,i{
    border-radius: 50px;
  }
  .doctor-card:hover {
    background-color: #00BCD4;
    color: #fff;
  }
  .doctor-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #D9EBFC;
    padding: 10px;
  }
  .doctor-card h5,
  .doctor-card p {
    margin: 10px 0;
  }
  .doctor-card .social-icons a {
    color: #00BCD4;
    margin: 0 5px;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
  }
  .doctor-card:hover .social-icons a {
    color: #fff;
  }
  .appointment-section {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: linear-gradient(
        rgba(0, 188, 212, 0.8), 
        rgba(0, 188, 212, 0.8)
      ),
      url('Images/bg_1.jpg') no-repeat center center/cover;
  }
  .appointment-content {
    position: relative;
    z-index: 2;
  }
  .appointment-button {
    background-color: white;
    color: #00BCD4;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .appointment-button:hover {
    background-color: #00BCD4;
    color: white;
  }
  .testimonial-section {
    text-align: center;
    padding: 50px 0;
  }
  .testimonial {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .testimonial img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #D9EBFC;
  }
  .quote-icon {
    color: #00BCD4;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .carousel-indicators [data-bs-target] {
    background-color: #00BCD4;
  }
  .carousel-indicators .active {
    background-color: #000;
  }
  .image-container {
    position: relative;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: 350px;
    transition: transform 0.3s ease;
    scale: 1.2;
}
.image-container:hover img {
     transform: scale(1.1);
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.image-container:hover .overlay {
    opacity: 1;
}
.carimggg{
  height: 80vh;
}
.blog-card img {
  transition: transform 0.3s ease-in-out;
}
.blog-card img:hover {
  transform: scale(1.1);
}
.card-title:hover{
  color: #3BCBDE;
}
.plan-card .card {
  border: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #F8F8F8;
}
.plan-card .card ul li {
    margin-bottom: 15px; 
}
.plan-card .card:hover {
  background-color: #FFFFFF;
  transform: scale(1.02);
}
.blogpara{
  font-family: 'Georgia';
}
.footer {
  background-color: #1dc6d1;
  color: white;
  padding: 50px 0;
}
.footer h5 {
  font-weight: bold;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: #56C5D3;
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #56C5D3;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.social-icon:hover {
  background-color: yellow;
  color: black;
}
.footer {
  position: relative;
  color: white;
  padding: 50px 0;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('Images/bg_1.jpg') no-repeat center center / cover;
  opacity: 0.2;
  z-index: -1;
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: #34BFCE;
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #56C5D3;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.social-icon:hover {
  background-color: yellow;
  color: black;
}
.recent-posts .post-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.recent-posts .post-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
}
.recent-posts .post-item .meta {
  font-size: 0.9rem;
  opacity: 0.8;
}
.bg-copy{
  background-color: #00BCD4;
}

/* breadcrumb code dentist page */
.breadcrumb-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.image-container {
  position: relative;
  text-align: center;
  color: white;
}
.image-container img {
  width: 100%;
  height: 500px;
}
.image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: bold;
}
/* pricing page faq */
.faq-header {
  text-align: center;
  margin-bottom: 20px;
}
.faq-header h1 {
  font-size: 2rem;
  font-weight: bold;
}
.faq-header small {
  color: #007bff;
  font-weight: bold;
}
.contact-us {
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-us h1 {
  font-size: 2rem;
  font-weight: bold;
}
.contact-us small {
  color: #007bff;
  font-weight: bold;
}
.social-links a {
  text-decoration: none;
  margin-right: 10px;
  color: #007bff;
}
.social-links a:hover {
  text-decoration: underline;
}
.sendconmsg{
  float: left;
}
.socil{
  float: left;
}
.fol{
  margin-right: 410px;
}


