.w-75-100 {
	width: 100% !important;
}

/* Container padding to make room for external arrows */
.event-carousel {
    padding: 0 60px; 
}

/* Make images larger and uniform */
.event-carousel .event-item img {
    height: 300px; /* Set a fixed height to make them look larger */
    object-fit: cover;
    border-radius: 15px;
}

/* Fix Overlapping Arrows */
.event-carousel .owl-nav .owl-prev,
.event-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #FE5D37 !important; /* Theme Orange */
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

/* Move arrows away from the images */
.event-carousel .owl-nav .owl-prev {
    left: 0px; 
}

.event-carousel .owl-nav .owl-next {
    right: 0px;
}

/* Style the navigation dots */
.event-carousel .owl-dots {
    margin-top: 25px;
}

.event-carousel .owl-dot.active span {
    background: #FE5D37 !important;
    width: 25px;
}

.contact-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background-color: rgb(55, 167, 157) !important;*/
    background-color: #FE5D37 !important;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .contact-bubble:hover {
    background-color: #0056b3;
  }

  .contact-bubble img {
    width: 28px;
    height: 28px;
  }

  @media (max-width: 600px) {
    .contact-bubble {
      width: 48px;
      height: 48px;
    }

    .contact-bubble img {
      width: 24px;
      height: 24px;
    }
  }

  /*contact*/
 .whatsapp-float {   
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.preschool-logo {
	width: 15%;
}

.navbar-brand {
    width: 60%;
}