.cust-logo {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cust-logo img {
  width: 64px;
}
.cust-logo h1 {
  font-size: 28px;
  color: #1a3c86;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.cust-logo h1 span {
  display: block;
  font-size: 18px;
  color: #0f9491;
  font-weight: 600;
  line-height: 24px;
}
.banner-inner h2 {
  border-bottom: 5px solid #0f9491;
  margin-bottom: 20px;
  font-size: 54px !important;
}
.banner-inner h3 {
  font-size: 32px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
}
.course-card {
  border-color: #1a3c86;
  /* background: #ebfaf7; */
}
.header-5 {
  position: relative;
}
.header-5::before {
  position: absolute;
  content: "";
  left: 0;
  /* transform: translateX(-100%); */
  right: 0;
  top: 0;
  bottom: 0;
  background: #0f9491;
  width: 65%;
}
.header-5::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 65%;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 60px solid #0f9491;
}
.footer-bottom {
  background: #0f9491;
}
.contact-details li {
  display: flex;
  list-style: none;
  margin-bottom: 15px;
  gap: 10px;
}
.contact-details p strong {
  display: block;
}
.contact-details li i {
  width: 40px;
  height: 40px;
  background: #0f9491;
  line-height: 40px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 10px 0 10px 0;
  margin-top: 5px;
}
.social-icon a {
  width: 40px;
  height: 40px;
  background: #0f9491;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
}
.social-icon a:hover {
  background: #fff;
}
.banner img {
  width: 100%;
}
.banner-5 {
  background: linear-gradient(to right, #0a2d80, #086b7c, #07ab7d);
}
.banner-img {
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 5px;
}
.tutor-item-alt {
  height: 100%;
}
.tutor-item-alt img {
  width: 48px !important;
}
.tutor-item-alt .media {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  border: 2px solid #0f9491;
  padding: 5px;
}
.abt-content .section-title {
  margin-bottom: 0;
}
.abt-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #0f9491;
}
.service-content {
  background: #fff;
  padding: 30px;
}
.service-content h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1a3c86;
}
.service-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #1a3c86;
}
.service-content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #0f9491;
}
.service-content p {
  margin-bottom: 10px;
}
.services-details .widget {
  position: sticky;
  top: 10px;
  left: 0;
}
.course-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Change this number to your desired line count */
  overflow: hidden;
}
.course-card h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

/* ── Banner Fade Slider ── */
.banner-fade-slider .banner-slide {
  padding: 80px 0 60px;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.banner-fade-slider .owl-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-fade-slider .owl-dot span {
  background: rgba(255, 255, 255, 0.5) !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.3s;
}
.banner-fade-slider .owl-dot.active span,
.banner-fade-slider .owl-dot:hover span {
  background: #fff !important;
}
.banner-img-cover {
  border-radius: 12px !important;
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  padding: 0 !important;
}

/* ── Fixed Social Icons (left side) ── */
.fixed-social-icons {
  position: fixed;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
.fixed-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  /* background: #0f9491; */
  border-bottom: 1px solid #fff;
  transition:
    width 0.3s ease,
    padding-left 0.3s ease,
    opacity 0.3s ease;
}
.fixed-social-icons a:last-child {
  border-bottom: none;
}
.social-icons-color a:nth-child(1) {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.social-icons-color a:nth-child(2) {
  background: #2668b2;
}
.social-icons-color a:nth-child(3) {
  background: #25d366;
}
.social-icons-color a:nth-child(4) {
  background: #1877f2;
}
.fixed-social-icons a:hover {
  width: 54px;
  padding-left: 12px;
  opacity: 0.92;
}
.social-icons-color a:hover {
  color: #fff !important;
}
@media (max-width: 768px) {
  .cust-logo img {
    width: 48px;
  }
  .cust-logo h1 {
    font-size: 24px;
  }
  .cust-logo h1 span {
    font-size: 16px;
  }
  .banner-inner h2 {
    font-size: 28px !important;
  }
  .banner-inner h3 {
    font-size: 17px;
  }
  .banner-5 .thumb {
    margin: 30px 0;
  }
  .banner-5 .thumb img {
    width: 100% !important;
  }
  .banner-fade-slider .banner-slide {
    padding: 50px 0 40px;
  }
  .abt-content h3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
  }
  .abt-content p {
    text-align: justify;
  }
  .fixed-social-icons a {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service-content {
    padding: 20px 10px;
  }
  .service-content h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .service-content h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .tutor-item-alt {
    height: auto;
    margin-block: 20px;
  }
  .fixed-social-icons {
    top: 90%;
  }
  .fixed-social-icons a:hover {
    width: 40px;
    padding-left: 0px;
  }
  .navbar-collapse {
    background-color: #ebfaf7 !important;
  }
}
