* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-brand {
    padding: 0;
}

.navbar {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --bs-navbar-padding-y: 0rem !important;
}

.nav-item a {
    color: #CE9E2F;
    font-size: 18px;
}



nav{
    /* height: 66px; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
   
}

.navbar{
    padding: 0px;
    margin: 0px;
}

.nav-item{
    font-size: 17px;
    font-weight: 400;
    color: #CE9E2F;
}

nav button{
    background-color: #00A650;
    border: none;
    padding:20px 10px;
    color: white;
    font-size: 17px;
    font-weight: 400;
}



.navbar-toggler i {
    font-size: 1.5rem; /* Adjust icon size */
    color: #CE9E2F; /* Icon color */
}

.navbar-toggler i:hover {
    color: #CE9E2F; /* Change color on hover */
}



.nav-link-hover {
position: relative;
padding-bottom: 5px; /* Space for the underline */
transition: color 0.3s ease;
}

.nav-link-hover:hover {
color: #CE9E2F; /* Change text color on hover (optional) */
}

/* Animated Underline Effect */
.nav-link-hover::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(90deg, #CE9E2F, #CE9E2F);
transition: width 0.3s ease;
}

.nav-link-hover:hover::after {
width: 100%; /* Full width on hover */
}




  /* Add bottom border to nav-item only on small screens */
  @media (max-width: 768px) {
    .navbar-nav .nav-item {
        border-bottom: 1px solid #ddd; /* Light gray bottom border */
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none; /* Remove the border for the last item */
    }

    .navbar-nav .nav-link {
        padding: 10px 15px; /* Add padding for better spacing */
    }

    .dropdown-toggle::after {
margin-left: 0 !important; /* Remove the left margin */
margin-right: 0 !important; /* Ensure no right margin */

margin-top: 10px !important; /* Remove top margin */
position: absolute; /* Position the icon */
right: 0; /* Align the icon to the right */

transform: translateY(-50%); /* Adjust vertical alignment */
font-size: 1rem; /* Adjust icon size */


}
}




.carousel-indicators {
  
    bottom: -46px !important;
  
  }
  
  .carousel-indicators [data-bs-target] {
   color: #CE9E2F !important;
    background-color: #CE9E2F !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  
  
  }


  
.carousel-control-prev {
    display: none !important;
}

.carousel-control-next {
    display: none !important;
}
.topbar-border{
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    padding-left: 10px;
}




/* Floating Widget */
.floating-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

/* Widget Buttons */
.widget-button {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.widget-button img {
    width: 60%;
}

.widget-button:hover {
    transform: scale(1.1);
}

/* WhatsApp */
.whatsapp {
    background-color: #25D366;
}

/* Phone */
.phone {
    background-color: #2EC102;
}

/* Scroll to Top */
.scroll-top {
    background-color: #333;
    color: white;
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: none;
    /* Hidden by default */
}

/* Responsive */
@media (max-width: 600px) {
    .floating-widget {
        bottom: 15px;
        right: 15px;
    }

    .widget-button {
        width: 45px;
        height: 45px;
    }
    .img-size-phone{
        width: 20% !important;
        height: 20% !important;
    }
}


.subscribe-button{
    color:#876004;
    border-color: #876004 !important;
  
}

.subscribe-button:hover{
    color:#fff;
    background-color: #876004 !important;
    
}

.btn-outline-dark:hover {
    --bs-btn-color: #876004;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #876004;
}

.subscribe-input::placeholder{
    color: #FCC334;
    opacity: 1; /* Firefox */
}




@media (max-width: 768px) {
    .applyboxshadow {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 12px;
        padding: 15px;
         background: #FFF;
    }
    .font-size-phone{
        font-size: 20px;
        text-align: center;
    }
}



.img-size-desktop{
    width: 20%;
    height: 20%;
}


.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
 
  
  /* Blue tint + text reveal on hover */
  .image-container:hover img {
    filter: brightness(70%) sepia(50%) hue-rotate(180deg);
  }
  
  .image-overlay {
    position: absolute;
    bottom: 0;

   
  cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(227, 207, 207, 0); /* Fully transparent by default */
    color: white;
    opacity: 0; /* Hidden initially */
    transition: 0.3s ease;
  }
  
  .image-overlay p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
  }
  
  /* Show text + darken overlay on hover */
  .image-container:hover .image-overlay {
    opacity: 1;

  }








/* Add styles for the flash-container and flash effect */
.flash-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px; /* Optional: Add rounded corners */
}

.flash-container img {
    display: block;
    width: 100%;
    height: auto;
}

.flash-container .flash {
    position: absolute;
    top: -180%;
    left: -180%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
    transform: rotate(30deg);
    transition: all 0.4s ease-in-out;
}

.flash-container:hover .flash {
    top: 100%;
    left: 100%;
}






.certified-bg {
    background-image: url("../images/img/certified-bg.svg");
    background-size: cover;
    background-position: center;
    border-radius: 22px;
}


.swimming-bg-img{
    background-image: url("../images/img/swimming-img8.svg");
    background-size: cover;
    background-position: center;
  
}


.skating-bg-img{
    background-image: url("../images/img/skating-img8.svg");
    background-size: cover;
    background-position: center;
  
}
.lawn-tennis-bg-img{
    background-image: url("../images/img/lawn-tennis-img8.svg");
    background-size: cover;
    background-position: center;
}

.zumba-bg-img{
    background-image: url("../images/img/zumba-img8.svg");
    background-size: cover;
    background-position: center;
  
}

.cricket-bg-img{
    background-image: url("../images/img/cricket-img8.svg");
    background-size: cover;
    background-position: center;
  
}

@media (max-width: 768px) {
    .certified-bg{
        background: #876004;
        border-radius: 22px;
    }
   
  
}


.card-hover-effect {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 20px 50px 0px #FCC334;
    width: 304px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .card-hover-effect::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, #FCC334, #f7f7f7, #FCC334);
    z-index: 0;
    transform: rotate(0deg);
    transition: transform 0.6s ease;
    opacity: 0;
    border-radius: 20px;
  }
  
  .card-hover-effect:hover::before {
    transform: rotate(360deg);
    opacity: 1;
  }
  
  .card-hover-effect:hover {
    transform: translateY(-5px);
  }
  
  .card-hover-effect > * {
    position: relative;
    z-index: 1;
  }
  