        /* Header Top Styles */
.header-top {
    background: #c54bbc;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

/* Contact Info Styling */
.contact-info a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    font-size: 14px;
}

.contact-info a i {
    margin-right: 5px;
}

/* Social Icons Styling */
.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover Effect */
.social-icons a:hover {
    color: #ffcc00;
    transform: scale(1.2);
}

        /* Navbar Styles */
        .navbar {
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .header-top .d-flex {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .header-top .social-icons {
                margin-top: 5px;
            }
        }


@media(max-width:576px){
      .navbar{
                margin-top:70px !important;
                
            }
        
}

        .navbar
        {
            margin-top:40px;
        }
/*header end*/

/*carousel start*/

/* Center carousel content */
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
   z-index: 99 !important;
    padding: 20px;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-content {
        width: 90%;
        padding: 15px;
    }
}

/* Carousel Button Styling */
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(100%);
}

@media(max-width:576px){
    .carousel
    {
       
    }
    .social-icons{
        display : none;
    }
    
}

/*carousel end*/


/*why choose us start*/

.why-choose-us .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(135deg, #fff, #f8f9fa);
}
.why-choose-us .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.why-choose-us .card i {
    color: #ff4081;
    transition: color 0.3s ease;
}
.why-choose-us .card:hover i {
    color: #d81b60;
}

/*why choose us end*/

 /* Service Section Styles */
 .service-card {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: none;
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
    transform: scale(1.07);
    background-color: #ff69b4;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.service-card:hover .service-icon {
    color: white;
}

.service-icon {
    font-size: 2rem;
    color: #ff69b4;
    transition: color 0.3s ease-in-out;
}

/*service section end*/

/*booking form start*/
.booking-section {
    background: url('../img/Courses/24.jpg') no-repeat center center / cover;
    position: relative;
    padding: 60px 0;
    min-height: 80vh; /* Ensure it covers full screen */
    z-index: 100 !important;
}

.booking-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.booking-container {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
}

.form-control, .form-select {
    border-radius: 5px;
}

.btn-primary {
    width: 100%;
}


/*booking formn end*/


/*contact start*/

.contact-info {
    font-size: 18px;
    line-height: 1.6;
}

.contact-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

.contact-item {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.contact-item i {
    font-size: 28px;
    margin-right: 15px;
}

.contact-item a {
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}

.contact-item a:hover {
    text-decoration: underline;
}

.social-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icon {
    margin-right: 15px;
    transition: transform 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.2);
}


/*contact end*/


/*testimonial start*/
.testimonials {
    background: #f8f9fa;
}

.testimonial-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffcc00;
}

.profession {
    font-size: 14px;
    color: #888;
}

.review {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}



/*testimonial end*/




.gallery {
    padding: 50px 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item:hover img {
    filter: brightness(0.8);
}

.modal-content {
    background: transparent;
    border: none;
}





        /*footer start*/

        /* Footer Styling */
.footer {
    background: #222;
    color: #ddd;
    margin-top: 100px !important;
}

/* Footer Logo */
.footer-logo {
    width: 150px;
}

/* Footer Links */
.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffcc00;
}

/* Social Icons */
.social-icon {
    color: #ccc;
    font-size: 18px;
    margin: 0 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    color: #ffcc00;
    transform: scale(1.2);
}


/*video start*/
.video-testimonial {
    padding: 50px 0;
}

.video-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.video-item video {
    width: 100%;
    border-radius: 10px;
}

.video-item h5 {
    margin-top: 15px;
    font-weight: bold;
}

.video-item span {
    color: #007bff;
    font-size: 14px;
}


/* services start*/




.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important; /* Removes Bootstrap's default black gradient */
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
  color: white;
  font-size: 2rem;
}



/* Remove background gradient or shadow overlays */
.carousel .carousel-item::before,
.carousel .carousel-item::after {
  content: none !important;
  background: none !important;
}

/* Ensure image is fully bright */
.carousel .carousel-item img {
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
  box-shadow: none !important;
}