/* _content/SchoolSite/Components/Fragments/Card.razor.rz.scp.css */
a[b-l0ijryxd6s] {
  text-decoration: none;
}
.card img[b-l0ijryxd6s] {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover img[b-l0ijryxd6s] {
  transform: scale(1.1);
}

.card-img-wrapper[b-l0ijryxd6s] {
  overflow: hidden;
  position: relative;
  height: 250px; /* Remove this if you don't want the image to have a fixed height */
}

.card[b-l0ijryxd6s] {
  overflow: hidden;
  background: none;
}

.card-body[b-l0ijryxd6s] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card-title[b-l0ijryxd6s],
.card-text[b-l0ijryxd6s],
.d-flex p[b-l0ijryxd6s] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title[b-l0ijryxd6s] {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.card-text[b-l0ijryxd6s] {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.d-flex p[b-l0ijryxd6s] {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
/* _content/SchoolSite/Components/Fragments/Carousel.razor.rz.scp.css */
.carousel[b-5h0egfedb7] {
  width: 100%;
  position: relative;
}

.carousel-inner[b-5h0egfedb7] {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 42.85%; /* Aspect ratio for 21:9 */
}

.carousel-item[b-5h0egfedb7] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.carousel-item img[b-5h0egfedb7] {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.carousel-item a:hover img[b-5h0egfedb7],
.carousel:hover .carousel-item.active img[b-5h0egfedb7] {
  transform: scale(1.05);
}
/* _content/SchoolSite/Components/Fragments/CourseCard.razor.rz.scp.css */
.course-card[b-9rxbbvjiak] {
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  background: var(--bs-body-bg);
}

.course-image-container[b-9rxbbvjiak] {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.course-image[b-9rxbbvjiak] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.course-card:hover .course-image[b-9rxbbvjiak] {
  transform: scale(1.1);
}

.course-badge[b-9rxbbvjiak] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--bs-primary);
  color: white;
  padding: 5px 15px;
  font-size: 0.8rem;
}

.course-content[b-9rxbbvjiak] {
  padding: 25px;
}

.course-title[b-9rxbbvjiak] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.description-text[b-9rxbbvjiak] {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5rem;
}

.course-btn[b-9rxbbvjiak] {
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  color: var(--bs-primary);
  position: relative;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.course-btn[b-9rxbbvjiak]:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 0;
  background-color: var(--bs-primary);
  transition: width 0.3s ease;
}

.course-btn:hover[b-9rxbbvjiak]:after {
  width: 100%;
}

.course-meta[b-9rxbbvjiak] {
  margin-bottom: 15px;
  font-size: 0.9rem;
}
/* _content/SchoolSite/Components/Fragments/CustomButton.razor.rz.scp.css */
.btn-primary:hover[b-gx8zc7sq2o] {
  background: var(--bs-primary-text-emphasis);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.btn-primary:focus[b-gx8zc7sq2o] {
  box-shadow: none;
}
/* _content/SchoolSite/Components/Fragments/Footer.razor.rz.scp.css */
a[b-yfa3l9novv] {
  text-decoration: none;
}

a:hover[b-yfa3l9novv] {
  text-decoration: underline;
  text-underline-offset: 5px;
}

a:hover svg[b-yfa3l9novv] {
  color: var(--bs-primary);
}
/* _content/SchoolSite/Components/Fragments/HeroCard.razor.rz.scp.css */
img[b-e091cmdhh4] {
  width: 100%;
  height: 21rem;
  object-fit: cover;
  object-position: center;
}

.btn-primary:hover[b-e091cmdhh4] {
  background: var(--bs-primary-text-emphasis);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
/* _content/SchoolSite/Components/Fragments/HorizontalCard.razor.rz.scp.css */
a[b-kzbi26wope] {
  text-decoration: none;
  color: inherit;
}

.card img[b-kzbi26wope] {
  width: 100%;
  height: 400px;
  object-position: center;
  object-fit: cover;
}

.card-title[b-kzbi26wope] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.card-text[b-kzbi26wope] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.inline-icon-button svg[b-kzbi26wope] {
  fill: var(--bs-secondary-color);
}

.inline-icon-button:hover svg[b-kzbi26wope] {
  fill: var(--bs-body-color);
}

@media (max-width: 768px) {
  .card img[b-kzbi26wope] {
    height: 200px;
  }
}
/* _content/SchoolSite/Components/Fragments/LanguageSwitcher.razor.rz.scp.css */
.dropdown button[b-e6noa63okn] {
  background: transparent;
  color: white;
  cursor: pointer;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.dropdown button:focus[b-e6noa63okn] {
  box-shadow: none;
}

.dropdown-item[b-e6noa63okn] {
  color: white;
}
.dropdown-item:hover[b-e6noa63okn] {
  color: black;
  background: white;
}

.dropdown-menu[b-e6noa63okn] {
  background: black;
}
/* _content/SchoolSite/Components/Fragments/NavMenu.razor.rz.scp.css */
.navbar[b-600ajf9jj4] {
  z-index: 1030;
  width: 100%;
  background: black;
}

input:focus[b-600ajf9jj4],
.navbar-toggler[b-600ajf9jj4],
input:hover[b-600ajf9jj4] {
  box-shadow: none;
  border: 1px solid var(--bs-body-color);
}

.navbar-toggler-icon[b-600ajf9jj4] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (min-width: 992px) {
  .dropdown-menu[b-600ajf9jj4] {
    top: 100%;
    margin-top: 0;
    background: black;
  }

  .dropdown:hover .dropdown-menu[b-600ajf9jj4] {
    display: block;
    margin-top: 0;
  }

  .dropdown:not(:hover) .dropdown-menu[b-600ajf9jj4] {
    display: none !important;
  }

  .nav-item.dropdown[b-600ajf9jj4] {
    position: relative;
  }

  .nav-item.dropdown[b-600ajf9jj4]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0px;
    left: 0;
    background-color: white;
    transition: width 0.3s ease;
  }

  .nav-item.dropdown:hover[b-600ajf9jj4]::after {
    width: 100%;
  }

  .dropdown-item[b-600ajf9jj4] {
    color: white;
  }

  .dropdown-item:hover[b-600ajf9jj4] {
    background: white;
    color: black;
  }

}

@media (max-width: 992px) {
  .dropdown-item[b-600ajf9jj4] {
    color: white;
  }

  .dropdown-item:hover[b-600ajf9jj4] {
    background: transparent;
    color: var(--bs-primary);
  }

  .navbar[b-600ajf9jj4],
  .dropdown-menu[b-600ajf9jj4] {
    background: black !important;
    border: none;
  }

  .dropdown-divider[b-600ajf9jj4] {
    display: none;
  }
}
/* _content/SchoolSite/Components/Fragments/ProgramCard.razor.rz.scp.css */
img[b-1hyv5om3rk] {
  height: 600px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.btn[b-1hyv5om3rk] {
  background: white;
}

.btn-primary:hover[b-1hyv5om3rk] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-color: black;
}

.image-container[b-1hyv5om3rk] {
  position: relative;
  overflow: visible;
  height: 400px;
}

.breaking-image[b-1hyv5om3rk] {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0%;
}

@media (max-width: 768px) {
  .order-1[b-1hyv5om3rk] {
    z-index: 2;
  }

  .breaking-image[b-1hyv5om3rk] {
    position: relative;
    height: 400px;
    top: 0;
  }

  .btn-primary[b-1hyv5om3rk] {
    width: 100%;
  }
}
/* _content/SchoolSite/Components/Fragments/StickySearchBar.razor.rz.scp.css */
input:focus[b-fy6cgn64fg],
input:hover[b-fy6cgn64fg] {
  box-shadow: none;
}

.form-control[b-fy6cgn64fg] {
  width: 60%;
}

@media (max-width: 768px) {
  .form-control[b-fy6cgn64fg] {
    width: 100%;
  }
}
/* _content/SchoolSite/Components/Fragments/ThemeSwitcher.razor.rz.scp.css */
.theme-toggle[b-dpktij9lhh] {
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle:hover[b-dpktij9lhh] {
  color: var(--bs-primary);
}

.theme-icon-active[b-dpktij9lhh] {
  width: 25px;
  height: 25px;
}

.visually-hidden[b-dpktij9lhh] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* _content/SchoolSite/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/SchoolSite/Components/Pages/CourseDetails.razor.rz.scp.css */
a[b-z315isvxys] {
  text-underline-offset: 5px;
}

.btn[b-z315isvxys] {
  background: var(--bs-primary-text-emphasis);
}

.btn:hover[b-z315isvxys] {
  background: var(--bs-primary-text-emphasis);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.btn:focus[b-z315isvxys] {
  box-shadow: none;
}
/* _content/SchoolSite/Components/Pages/Courses.razor.rz.scp.css */
a[b-kzp3kd4zjg] {
  text-underline-offset: 5px;
}
/* _content/SchoolSite/Components/Pages/Home.razor.rz.scp.css */
.Body[b-pj5p96lpnw] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

a[b-pj5p96lpnw] {
  text-decoration: none;
}

section[b-pj5p96lpnw] {
  margin-bottom: 60px;
  overflow: visible;
}

.hero-image[b-pj5p96lpnw] {
  height: 90vh;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.95) 5%,
      rgba(0, 0, 0, 0.8) 15%,
      transparent 50%),
    url('https://images.unsplash.com/photo-1623461487986-9400110de28e?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo[b-pj5p96lpnw] {
  height: 80px;
  object-fit: contain;
}

.partner-divider-vertical[b-pj5p96lpnw] {
  width: 1px;
  background-color: var(--bs-tertiary-color);
  align-self: center;
  height: 60px;
}

/* Show horizontal dividers and hide vertical ones on mobile */
@media (max-width: 992px) {
  .partner-logo[b-pj5p96lpnw] {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .partner-divider-vertical[b-pj5p96lpnw] {
    display: none;
  }
}
