/* Navbar Styles */


/*body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;*/ /* Set minimum height to 100% of viewport height */
    /*margin: 0;
    padding: 0;
}

.main-content {
    flex: 1;*/ /* This makes the main content take up the remaining vertical space */
/*}*/

body {
    padding-top: 0px;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: rgb(209, 206, 206);
}

.navbar {
    background-color: #fff;
    box-shadow: 0px 5px 10px #4a4949;
    transition: background-color 0.3s ease-in-out;
}

.brand-logo {
    width: 125px;
    height: auto;
}

.nav-link {
    font-weight: 500;
}

.nav-link:hover {
    opacity: 0.8;
}

/* SLIDER */

#slider {
    background-color: #f0f0f0;
    position: relative;
}

.carousel-item img {
    height: auto;
    width: 100%;
    object-fit: contain;
    max-height: 750px;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.7);
    padding: 25px;
    border-radius: 50px;
}

@media (max-width: 576px) {
    .carousel-item>img{
      
    }

    .slider-text{
        padding: 25px 40px;
    }

    .slider-text>img{
        width: 200px;
    }

    .slider-text>h2{
        display: none;
    }

    .slider-text p{
        padding-top: 20px;
        font-size: 14px;
    }
}

/* Courses */

.courses {
    padding: 70px 0px;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


.card-img-top {
    height: 300px;
    object-fit: cover;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.card-text {
    font-size: 16px;
    margin-bottom: 15px;
}

.card-btn {
    display: inline-block;
    padding: 7px 12px;
    background-color: #eb7425;
    color: #043c7b;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.card-body a {
    text-decoration: none;
}

.card-btn:hover {
    background-color: #0056b3;
    color: #eb7425;
}

#go-back-btn {
    margin-top: 20px;
}
.card-text {
   
    color: #3a3838;
    
}

.card-text1 {
    text-align: justify;
    color: #3a3838;
    overflow-x: auto;
    text-overflow: ellipsis;
    height: 250px;
    scrollbar-width: thin;
    padding-right: 12px;
}

.fees {
    color: #eb7425;
}

.duration {
    color: #26b30a;
}

/* Footer Style */

.footer-section {
    color: white;
    padding: 100px 60px 20px 80px;
}

.footer-section ul {
    padding: 0;
    color: #b2b2b2;
}

.icon-list li {
    text-align: start;
    margin: 0px 10px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}

.icon-list>li>a {
    color: #3a3838;
    font-size: 22px;
}

.copyright {
    padding-top: 10px;
    font-size: 13px;
}

@media (max-width:558px){
    .footer-section{
        padding: 70px 60px 20px 30px;
    }

    .footer-section ul li,h4{
        text-align: left;
    }

    .footer-section ul li {
        font-size: 14px;
    }

    .footer-logo{
        padding-bottom: 20px;
    }

    .logo-desc{
        font-size: 14px;
        text-align: left;
    }

    .icon-list>li>a {
        font-size: 14px;
    }
}


.seats-left {
    color: red;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/* Add this CSS to your existing styles */
/*.footer-section {
    padding: 20px 0;*/ /* Adjust the padding as per your preference */
/*}*/

/*.logo-desc p {
    font-size: 14px;*/ /* Adjust the font size as per your preference */
/*}*/

/*.contact-info li {
    font-size: 14px;*/ /* Adjust the font size as per your preference */
/*}

.small-footer {
    font-size: 12px;*/ /* Adjust the font size as per your preference */
    /*color: #b2b2b2;
}*/



/* Footer Style */

.footer-section {
    color: white;
    padding: 10px 150px;
    
    bottom: 0;
    left: 0;
    right: 0;
}

    .footer-section .row {
        padding-top: 20px;
    }

    .footer-section ul {
        padding: 0;
        color: #b2b2b2;
    }

        .footer-section ul li {
            font-size: 12px;
        }

.logo-desc p {
    padding-top: 10px;
    font-size: 12px;
    width: 75%;
}

.icon-list li {
    text-align: start;
    margin: 0px 10px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}

.icon-list > li > a {
    color: #3a3838;
    font-size: 12px;
}

.contact-links {
    font-size: 30px;
    padding-bottom: 15px;
}


@media (max-width:558px) {
    .footer-section {
        padding: 10px 50px;
        height: auto;
    }

        .footer-section ul li,
        h4 {
            text-align: left;
        }

        .footer-section ul li {
            font-size: 14px;
        }

    .footer-logo {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .logo-desc p {
        font-size: 12px;
        width: 100%;
    }

    .contact-links {
        font-size: 22px;
    }

    .icon-list > li > a {
        font-size: 12px;
    }

    .footer-section ul li {
        font-size: 10px;
    }
}