.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-carosal .item {
  position: relative;
}

.banner-carosal .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

h2 {
  font-family: 'Roboto' !important;
}

/* .video-overlay.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
  } */

.main-button-red a {
  display: inline-block;
  background: #e63946;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.banner-para {

  font-size: 16px !important;
  /* font-weight: 600 !important; */
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

.about-content {
  text-align: left;
}

.about-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.about-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.main-button-red a {
  background: #d61c1c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.main-button-red a:hover {
  background: #b91515;
}

.owl-courses-item .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;

}

.owl-courses-item .item {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.itemContainer {
  margin-top: -87px !important;
  margin-bottom: -115px !important;
}

/* section.upcoming-meetings {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)); 
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
} */
.icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Adjust spacing between icon and title */
}

.icon-container i {
  color: #a12c2f;
  /* Red color for the icon */
  font-size: 61px;
  /* Adjust icon size */
  margin-top: -23px;
}

section.our-facts h2 {

  font-family: 'Roboto' !important;
}


.footer {
  background: #1d1d1d;
  color: #ffffff;
  font-size: 14px;
  padding: 50px 0;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer a:hover {
  color: #a12c2f;
}

.footer .btn-link {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: #ffffff;
}

.footer .btn-link:hover {
  color: #a12c2f;
}

.footer .contact-info p {
  margin-bottom: 10px;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.6;
}

.footer .social-icons {
  display: flex;
  gap: 10px;
  /* Ensure even spacing */
}

.footer .btn-social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  font-size: 18px;
}

.footer .btn-social:hover {
  background: #a12c2f;
  border-color: #a12c2f;
  color: #ffffff;
}

.footer .gallery img {
  width: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.footer .gallery img:hover {
  transform: scale(1.1);
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.footer .copyright a {
  color: #a12c2f;
  font-weight: bold;
}

.footer .copyright a:hover {
  color: #ffffff;
}

.footer-links ul {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));

}







.contact-info-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-info-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
}

.contact-info-box ul {
  list-style: none;
  padding: 0;
}

.contact-info-box ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

.contact-info-box ul li i {
  margin-right: 10px;
  color: #f39c12;
}

.business-box {
  background: #1d1d1d;
  color: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
}

.business-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.business-box p {
  color: #fffbfb;
}

.location-card {
  background: #a12c2f;
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
}

.business-description {
  margin-top: 15px;
  font-size: 16px;
  color: #ddd;
}







.services .item {
  height: 300px;
  /* Adjust as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.services .down-content {
  flex-grow: 1;
}

.services .down-content p {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-us-sec {
  padding-top: 57px !important;
}

.page-banner .caption {

  top: 69% !important;
}

.banner-image {
  width: 100%;
  height: 90vh;
  /* Makes the image take full viewport height */
  object-fit: cover;
  /* Ensures the image covers the full area without distortion */
}

.aboutMain img {
  border-radius: 10px;
}

.headerLogo {
  max-width: 24%;
  margin-top: 0px;
}

.background-header {
  background-color: #343131 !important;
}


@media (max-width: 768px) {
  .banner-carosal .item img {
    height: 70vh;
  }

  .main-banner .caption {
    top: 68% !important;
  }

  .main-banner .caption h6 {
    margin-bottom: 30px !important;
  }

  .main-banner .caption h2 {
    font-weight: 500;
  }

  section.upcoming-meetings {
    padding-top: 373px !important;
  }

  .aboutMain {
    margin-top: -19px;
    margin-bottom: 20px;
  }

  .upcoming-meetings {
    margin-bottom: -81px !important;
  }

  .itemContainer {
    margin-top: -60px !important;
    margin-bottom: -127px !important;
  }

  section.our-courses {

    padding-top: 41x !important;
    padding-bottom: 58px !important;
  }

  section.our-facts h2 {
    font-size: 32px !important;
    line-height: 39px !important;
    font-family: 'Roboto' !important;
  }

  .footer .text-md-start {
    text-align: center !important;
  }

  .footer .social-icons {
    justify-content: center;
  }

  .footer .btn-social {
    margin: 5px;
  }

  .main-banner {
    margin-bottom: -48px !important;
  }

  .headerLogo {
    max-width: 38%;
    margin-left: -252px;
  }
  .page-banner img {
    height: 70vh;
  }
  .page-banner {
    margin-bottom: -340px !important;
  }
  .about-content h2 {
    font-size: 20px;
  }
  section.secondsec {
    padding-top: 111px !important;
  }
  section.contactPage {
    padding: 355px 0px 59px 0px !important;
  }
}

@media (max-width: 992px) {
  section.upcoming-meetings {
    padding-top: 373px !important;
  }
  section.secondsec {
    padding-top: 111px !important;
  }
}