@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/Outfit-Bold.ttf') format('truetype');
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Outfit', sans-serif;
}

@media screen and (max-width: 768px) {
  /* .main-section {
    padding-top: 68px;
  }
  nav.navbar.navbar-expand-lg{
    padding: 10px 16px !important;
  } */

}

.carousel-indicators [data-bs-target] {
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.carousel-indicators .active {
  width: 42px;
  background: #ffc333;
}

.custom-tabs {
  border: 1px solid #0d3b66;
  border-radius: 50px;
  display: inline-flex;
  overflow: hidden;
}

.custom-tabs .nav-link {
  border-radius: 50px;
  padding: 8px 30px;
  color: #0d3b66;
  font-weight: 500;
}

.custom-tabs .nav-link.active {
  background-color: #0d3b66;
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  .bg-header-image {
    background-size: cover !important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .swiper {
    padding: 1px !important;
  }

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
    left: 0 !important;
    padding: 20px;
  }

}

.course-card {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.course-card:hover {
  transform: translateY(-2px);
}

.course-title {
  font-weight: 700;
  font-size: 20px;
}

.btn-circle {
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 30, 67, 1);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

h1,
h2,
h3,
h4,
h6 {
  color: rgba(0, 30, 67, 1)
}

/* Footer */

footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.subscribe-input input {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.subscribe-input input::placeholder {
  color: #fff;
  opacity: 0.6;
}

.social-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #fff;
}

.social-icons a:hover {
  color: #f39c12;
}

.btn-subscribe {
  background-color: #f39c12;
  border: none;
  color: #000;
  font-weight: 600;
  min-width: max-content;
}

.btn-subscribe:hover {
  background-color: #d68910;
}

.sr-only {
  display: none;
}


.contact-card {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.contact-card h5 {
  margin-bottom: 20px;
}

.phone-btn {
  display: inline-block;
  margin: 5px 0;
  background-color: #ffc107;
  color: #000;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 14px;
  text-decoration: none;
}

.map {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.inquiry-form {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-submit {
  border-radius: 20px;
  padding: 8px 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.carousel-caption {
  position: absolute;
  top: 16.5%;
  bottom: 1.25rem;
  left: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: start;
  height: max-content;
  width: 80% !important;
}

@media screen and (max-width: 992px) {
  section {
    padding: 60px 0 !important;
  }

  h3 {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 30px 0 !important;
  }

  h3 {
    font-size: 28px !important;
  }
}

.btn-circle-offcanvas {
  width: 40px;
  height: 40px;
  padding: 6px 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .admission-block h4 {
    font-size: 20px ! important;
  }

  .admission-block-item span {
    font-size: 16px ! important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    max-width: 36px !important;
  }

  .admission-block-item h5 {
    font-size: 18px ! important;
  }

  .admission-block-item p {
    font-size: 15px ! important;
  }

  .document-block h4 {
    font-size: 20px ! important;
  }

  .document-block .list-group-item {
    font-size: 16px ! important;
  }

  .main-section>section:first-child {
    height: 100px !important;
  }

  .main-section>section:first-child h3 {
    font-size: 20px !important;
  }
}

.responsive-heading {
  font-size: 2rem;
  /* mobile first (24px) */
}

@media (min-width: 768px) {

  /* tablet */
  .responsive-heading {
    font-size: 2.225rem;
    /* 42px */
  }

  .carousel-caption {
    width: 100% !important
  }
}

@media (min-width: 992px) {

  /* desktop */
  .responsive-heading {
    font-size: 2.625rem;
    /* 60px */
  }

  .carousel-caption {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {

  /* large desktop */
  .responsive-heading {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {

  /* extra large desktop */
  .responsive-heading {
    font-size: 3.5rem;
    /* 70px */
  }
}

.custom-button-group button:hover,
.custom-button-group .nav-link:hover,
.custom-button:hover {
  background-color: rgb(250, 57, 74) !important;
  transition: all 0.3s ease;
}