.xl-text {
  font-size: 75px;
}

.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.details .decoration-star {
  left: -200px;
  width: 500px;
}

.details-2 .decoration-star {
  right: -200px;
  width: 500px;
}

.contact .decoration-star {
  left: -300px;
  width: 600px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

.fixed_doctors-img {
  height: 1200px;
  object-fit: cover;
  width: 100%;
}

.shaped img {
  width: 300px;
  height: auto;
  object-fit: cover;
  clip-path: url(#clip-d-shape);
}

.card-shadows {
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

.border-grow {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.border-grow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--bs-secondary);
  transition: width 0.3s ease;
}
.border-grow:hover::after {
  width: 90%;
}

.card-img-top {
  height: 1200px;
  object-fit: cover;
}

.teacher-section {
  padding: 3rem 0;
  background-color: #f8f9fa;
}
.teacher-section .teacher-card {
  transition: box-shadow 0.3s ease-in-out;
  border: none;
}
.teacher-section .teacher-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.teacher-section .teacher-card .card-img-top {
  height: 40%;
  object-fit: cover;
}
.teacher-section .teacher-card .card-body {
  display: flex;
  flex-direction: column;
}
.teacher-section .teacher-card .card-body .card-title {
  font-weight: 600;
}
.teacher-section .teacher-card .card-body .card-text {
  color: #6c757d;
}
.teacher-section .teacher-card .card-body .btn {
  margin-top: auto;
  border-radius: 50rem;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0px !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .header .image-container {
    margin-top: 30px;
  }
  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }
  .details-2 {
    margin-top: 20px !important;
  }
  .details-2 .decoration-star {
    top: 300px;
  }
}
