html, body {
  background-color: white;
  background-color: #87CEFA;
}

.bg-color {
  background-color: #541ea5;
  color: white;
  background-image: url("../devimage/foothillsinternationalschool.com.logo3.jpg"); /* Replace with your image path */
  background-size: cover; /* Cover the entire element */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-position: center;
}

.buttom-border {
  border-bottom: 0px solid #541ea5; /* This will create a 2-pixel thick, solid, black border at the bottom of the element */
}

.heading-color {
  color: #fffdd0;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bolder;
}

.link-icon {
  color: #fffdd0;
  text-decoration: none;
  padding-right: 1rem;
}
.link-icon:hover {
  color: yellow;
  text-decoration: underline;
}

.logo {
  width: 12rem;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dropdown-bg {
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding-left: 2rem;
}
.dropdown-bg ul, .dropdown-bg li, .dropdown-bg a {
  color: #eee8e8;
  background-color: transparent;
}

@media (max-width: 768px) {
  #navbarNavDropdown .nav-item a[href="login/login.php"] {
    display: none;
  }
}
.hambergerColor1 {
  background-color: transparent;
  border: none;
  color: #f2f2f2;
}
.hambergerColor1:focus, .hambergerColor1:active {
  border: none;
}
.hambergerColor1:hover {
  border: 2px solid #00ff00;
  color: #fffdd0;
  box-shadow: 0 0 10px 3px #00ff00;
  border-radius: 20px;
}

.hambergerColor2 {
  background-color: #87CEFA;
  border: none;
  color: wheat;
}
.hambergerColor2:focus, .hambergerColor2:active {
  border: none;
  color: white;
}
.hambergerColor2:hover {
  border: none;
}

.nav-link {
  color: #eee8e8;
  text-decoration: none;
  padding-right: 1rem;
}
.nav-link:hover {
  color: #fffdd0;
  text-decoration: underline;
}
.nav-link:focus {
  color: #eee8e8;
  outline: none;
}

#login2 {
  color: #fffdd0;
  font-weight: bolder;
}

.btn-secondary {
  background-color: transparent;
  border: solid 1px blue;
  color: black;
}

.btn-secondary:hover {
  background-color: rgb(230, 223, 236);
  color: black;
}

/* For mobile screens */
@media (max-width: 576px) {
  #login2, #login1, #register {
    max-width: 7rem;
  }
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  width: auto;
  height: auto;
  padding: 10px;
}
.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-color: black;
  border-radius: 50%;
  margin: 5rem;
}

.carousel-item {
  margin-top: 0;
}
.carousel-item img {
  height: 32rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dynamic-carousel-wrapper .carousel-caption {
  background: rgb(27, 22, 233);
  background: linear-gradient(90deg, rgba(27, 22, 233, 0.3085609244) 0%, rgb(5, 4, 110) 47%, rgba(9, 10, 215, 0.3477766106) 100%);
  padding: 10px;
  transition: background-color 0.5s ease-in-out;
  border-radius: 0;
}
.dynamic-carousel-wrapper .carousel-caption .dynamic-carousel-title {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-weight: bolder;
}
.dynamic-carousel-wrapper .carousel-caption .dynamic-carousel-description {
  color: #E0E0E0;
  font-size: 1rem;
}
.dynamic-carousel-wrapper .carousel-indicators button {
  background-color: #FFFFFF;
}
.dynamic-carousel-wrapper .carousel-indicators button.active {
  background-color: #007bff;
}
.dynamic-carousel-wrapper .carousel-control-prev-icon,
.dynamic-carousel-wrapper .carousel-control-next-icon {
  filter: invert(100%);
}

body, html {
  overflow-x: hidden;
}

.carousel {
  overflow: hidden;
}

.custom-form {
  z-index: 99 !important;
  background: #F6F6F6;
  position: absolute;
  top: 4rem;
  right: 40%;
  max-width: 20rem;
  border: 1px solid #ddd;
  padding: 1rem;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
  border: 3px solid #014421;
}
.custom-form .fas, .custom-form .fa {
  color: #8941b6;
  cursor: pointer;
}
.custom-form .fas:hover, .custom-form .fa:hover {
  color: #301892;
}

@media (max-width: 576px) {
  .custom-form {
    top: 10rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
input[type]:hover, input[type]:focus,
input[type=file]:hover,
input[type=file]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

#mobileError {
  font-family: "Helvetica", "Arial", sans-serif;
  color: red;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#mobileError:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

body {
  font-family: "Arial", sans-serif;
}

.toast-header strong {
  margin-right: auto;
}
.toast-header button.btn-close {
  background-color: transparent;
  border: none;
}
#aeToastE .toast-header {
  background-color: #dc3545;
  color: white;
  width: 100%;
}
#aeToastE .toast-header i.fa {
  color: white;
  margin-right: 1rem;
}

#aeToastS .toast-header, #aeToastR .toast-header {
  background-color: #28a745;
  color: white;
  width: 100%;
}
#aeToastS .toast-header i.bi, #aeToastR .toast-header i.bi {
  color: white;
  margin-right: 1rem;
}

.alert.alert-success i.bi {
  color: white;
}

#spin1 {
  color: white;
}

.spinner-container {
  color: #009F6B;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-weight: bolder;
}
.spinner-container .spinner-border {
  width: 6rem;
  height: 6rem;
  border-width: 0.5rem; /* Adjust the thickness of the spinner ring here */
}
.spinner-container .loading-text {
  margin-top: 1rem;
  font-size: 1.2rem;
}

#aeToastY .toast-header {
  background-color: #dc3545;
  color: white;
}
#aeToastY .toast-header i.fa {
  color: white;
  margin: 1rem;
}
#login_wrapper4 .custom-form1 a {
  display: inline-block;
  margin-top: 8px;
  transition: color 0.3s, transform 0.3s;
}
#login_wrapper4 .custom-form1 a:hover {
  color: #0062cc;
  transform: translateY(-2px);
  text-decoration: underline;
}

.custom-form1 {
  z-index: 99 !important;
  background: #F6F6F6;
  position: absolute;
  top: 8rem;
  right: 40%;
  max-width: 20rem;
  border: 1px solid #ddd;
  padding: 1rem;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
  border: 3px solid #014421;
}
.custom-form1 .fas, .custom-form1 .fa {
  color: #8941b6;
  cursor: pointer;
}
.custom-form1 .fas:hover, .custom-form1 .fa:hover {
  color: #301892;
}
@media (max-width: 768px) {
  .custom-form1 {
    top: 15rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 366px) {
  .ae-large-only {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .hambergerColor2 {
    font-size: 0.75rem;
    color: #ffdd57;
  }
  .hambergerColor2 .navbar-toggler-icon {
    background-size: 70%;
  }
}
.currentEventsTitle {
  background: rgb(27, 22, 233);
  background: linear-gradient(90deg, rgba(27, 22, 233, 0.3085609244) 0%, rgb(5, 4, 110) 47%, rgba(9, 10, 215, 0.3477766106) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #ffffff;
}
.currentEventsTitle h5 {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto;
  background: rgb(27, 22, 233);
  background: linear-gradient(90deg, rgba(27, 22, 233, 0.3085609244) 0%, rgb(5, 4, 110) 47%, rgba(9, 10, 215, 0.3477766106) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: swingText 5s ease-in-out infinite alternate, backgroundShift 10s linear infinite;
  color: #ffffff;
}
@keyframes swingText {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(30%);
  }
}
@keyframes backgroundShift {
  0%, 100% {
    background-position: 70% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.featured_events_card_wrapper .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(27, 22, 233);
  background: linear-gradient(90deg, rgba(27, 22, 233, 0.3085609244) 0%, rgb(5, 4, 110) 47%, rgba(9, 10, 215, 0.3477766106) 100%);
}
.featured_events_card_wrapper .card .card-img-top {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured_events_card_wrapper .card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: between;
}
.featured_events_card_wrapper .card-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #f6e9e9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.featured_events_card_wrapper .card-text {
  font-size: 1em;
  color: #f6e9e9;
  text-align: justify;
}

/* teachers.scss - External SCSS file */
.teachers_card_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.teachers_card_wrapper .teacher_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}
.teachers_card_wrapper .teacher_card .teacher_name {
  font-weight: bold;
  color: #333;
}
.teachers_card_wrapper .teacher_card:hover {
  transform: translateY(-5px);
}
.teachers_card_wrapper .teacher_card .teacher_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teachers_card_wrapper .teacher_card h2 {
  margin: 10px 0;
  font-size: 20px;
  color: #333;
}
.teachers_card_wrapper .teacher_card .teacher_info p {
  color: #6407ba;
  font-size: 16px;
  margin: 5px 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.our-teachers-title, .page-title {
  padding: 20px 0;
  text-align: center;
}
.our-teachers-title .title, .page-title .title {
  font-size: 2.5rem;
  color: #4f21c4;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .our-teachers-title .our-teachers-title .title, .page-title .our-teachers-title .title {
    font-size: 2rem;
  }
}

.title {
  text-align: center;
  font-size: 2rem;
  color: #9841e4;
  margin-bottom: 30px;
  background-color: #F5F5DC;
  padding: 10px;
}

#stud_carouselExampleCaptions {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#stud_carouselExampleCaptions .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#stud_carouselExampleCaptions .carousel-inner .carousel-caption {
  background-color: rgba(108, 20, 197, 0.6);
  border-radius: 0;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #650884;
  text-align: center;
  color: #fff;
}
#stud_carouselExampleCaptions .carousel-inner .carousel-caption h5 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#stud_carouselExampleCaptions .carousel-inner .carousel-caption p {
  font-size: 1rem;
}
#stud_carouselExampleCaptions .carousel-control-prev,
#stud_carouselExampleCaptions .carousel-control-next {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#stud_carouselExampleCaptions .carousel-control-prev:hover, #stud_carouselExampleCaptions .carousel-control-prev:focus,
#stud_carouselExampleCaptions .carousel-control-next:hover,
#stud_carouselExampleCaptions .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
#stud_carouselExampleCaptions .carousel-control-prev-icon,
#stud_carouselExampleCaptions .carousel-control-next-icon {
  background-color: black;
  border-radius: 50%;
  padding: 10px;
  width: auto;
  height: auto;
}

#aboutGrid1 .cardTitle {
  text-align: center;
  font-size: 2rem;
  color: #1E90FF;
  margin: 10px;
  background-color: #F5F5DC;
}
#aboutGrid1 .card {
  border: 1px solid #1E90FF;
  border-radius: 10px;
  background-color: #F5F5DC;
  margin: 10px;
  padding: 10px;
  box-shadow: 5px 5px 5px #1E90FF;
  transition: all 0.3s ease-in-out;
}
#aboutGrid1 .card:hover {
  transform: scale(1);
  box-shadow: 10px 10px 10px #1E90FF;
}

#leaderGrid .title {
  text-align: center;
  font-size: 2rem;
  color: #9841e4;
  margin-bottom: 30px;
  background-color: #F5F5DC;
  padding: 10px;
}
#leaderGrid .cardTitle {
  text-align: center;
  font-size: 1.5rem;
  color: #1E90FF;
  margin: 10px;
  background-color: #F5F5DC;
}
#leaderGrid .card {
  border: 1px solid #1E90FF;
  border-radius: 10px;
  background-color: #F5F5DC;
  margin: 10px;
  padding: 10px;
  box-shadow: 5px 5px 5px #1E90FF;
  transition: all 0.3s ease-in-out;
}
#leaderGrid .card:hover {
  transform: scale(1);
  box-shadow: 10px 10px 10px #1E90FF;
}
#leaderGrid .card .card-img-top {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
#leaderGrid .card .card-body {
  text-align: center;
}
#leaderGrid .card .card-body .card-title, #leaderGrid .card .card-body .card-text {
  color: rgb(15, 2, 32);
}

.custom-footer {
  background-image: url("../devimage/foothillsinternationalschool.com.logo3.jpg"); /* Replace with your image path */
  background-size: cover; /* Cover the entire element */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-position: center;
  color: #5C4A3E;
  padding: 40px 15px;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dfdf0f;
}
.custom-footer .container {
  background-color: transparent;
  color: #5C4A3E;
}
.custom-footer i, .custom-footer h6 {
  color: #F5F5DC;
}
.custom-footer h5 {
  color: #F5F5DC;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
  background-color: transparent;
}
.custom-footer p {
  font-size: 1rem;
  line-height: 1.8;
  background-color: transparent;
  color: #F5F5DC;
}
@media (max-width: 767px) {
  .custom-footer {
    text-align: center;
  }
  .custom-footer h5 {
    margin: 0 auto 20px;
  }
}

.video_container {
  background-color: #98FB98;
}
.video_container .col {
  padding: 0.5rem;
}
.video_container .col .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video_container .col .card .ratio {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.video_container .col .card .ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_container .col .card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video_container .col .card .card-body .card-title {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.video_container .col .card .btn {
  z-index: 2;
}

iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.custom-announcement-bar {
  background: rgb(19, 18, 57);
  background: linear-gradient(90deg, rgba(19, 18, 57, 0.950017507) 26%, rgb(98, 97, 235) 40%, rgba(78, 78, 236, 0.9780287115) 50%, rgb(98, 97, 235) 58%, rgba(6, 5, 47, 0.9332107843) 71%);
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 40px;
}
.custom-announcement-bar .h5 {
  background-color: 0;
}

.announcement-content {
  display: inline-block;
  /* Adjust the animation duration to 20s: 2s for sliding in, 10s displayed on screen, 8s to slide out */
  animation: slideInFromRight 20s linear infinite;
  animation-delay: 3s; /* Start after a 10s delay */
}/*# sourceMappingURL=index.css.map */