﻿#header .logo img {
    max-width: 20% !important;
    height: auto;
    /* Adjust the logo styles as needed */
}

#header .logo span {
    font-size: 30px !important; /* Adjust the font size of the text as needed */
    color: #2e74ee !important;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media (max-width: 991px) {


    /* Media query for screens with a maximum width of 991px or less */
    #header .logo span {
        font-size: 22px !important; /* Adjust the font size for smaller screens */
    }

    #header {
        padding-bottom: 10px !important;
    }

        #header .logo img {
            max-width: 10% !important;
            height: auto;
            /* Adjust the logo styles as needed */
        }

    .hero {
        padding: 10vh 0 10vh 0 !important;
    }
    #hero h1 {
        font-size: 24px !important; /* Adjust as needed for smaller font size in mobile view */
        padding-bottom: 5px !important;
    }
    #hero h2 {
        font-size: 18px !important; /* Adjust as needed for smaller font size in mobile view */
        /*padding-bottom: 5px !important;*/
        text-align: center !important;
        margin: 15px 0 15px 0 !important;
    }
    #hero .bullet-list {
        /*column-count: 2;
        column-gap: 10px; /* Adjust as needed for space between columns */
        /* Adjust as needed for smaller font size */
        padding: 0px;
        padding-left: 20px;
        line-height: 25px; /* Adjust as needed for smaller line height */
    }

    .btn-get-started span {
        font-size: 18px !important;
    }

    #hero ul {
        list-style-position: inside; /* Place the bullet points inside the list items */
        padding: 0; /* Remove default padding */
        text-align: left;
    }

    #hero .bullet-list li {
        display: inline-block;
        margin-right: 15px;
        padding-left: 20px; /* Adjust as needed for proper indentation */
        position: relative;
        text-align: left;
        font-size: 16px;
    }
    /* Media query for screens with a maximum width of 991px or less */
    #hero .mobile-br {
        display: block; /* Show on mobile devices */
        margin-bottom: 10px; /* Adjust as needed for spacing */
    }

    #hero .bullet-list li::before {
        content: "\2713"; /* Unicode character for checkmark */
        position: absolute;
        left: 0;
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: #07d5c0;
        border-radius: 50%;
        text-align: center;
        line-height: 10px;
        color: #fff;
        font-size: 15px;
        margin-right: 2px;
        top: 4px; /* to align the bullet perfectly */
    }

}
@media (max-width: 1024px) {
    .hero .hero-img {
        text-align: center;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }
}




#hero h1 {
    font-size: 32px;
    padding-bottom: 5px !important;
}



#hero h2 {
    font-size: 24px;
    text-align: left;
    margin: 15px 0 15px 0 !important;
    /*padding-bottom: 5px !important;*/
}

    

    #hero .bullet-list {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 18px;
        line-height: 35px;
        padding-bottom: 10px;
    }

        #hero .bullet-list li {
            padding-left: 35px; /* Adjust as needed for proper indentation */
            position: relative;
            text-align: left;
        }

            #hero .bullet-list li::before {
                content: "\2713"; /* Unicode character for checkmark */
                position: absolute;
                left: 0;
                display: inline-block;
                width: 20px;
                height: 20px;
                background-color: #07d5c0;
                border-radius: 50%;
                text-align: center;
                line-height: 20px;
                color: #fff;
                font-size: 14px;
                margin-right: 5px;
                top: 8px; /* to align the bullet perfectly */
            }

    

    /* Default styling for <br> element */
    #hero .mobile-br {
        display: none; /* Hide by default */
    }


#curriculum .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 10px 5px 15px 5px !important ;
    
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}
#curriculum .section-header {
    
    padding-bottom: 20px !important ;
}


    #curriculum .service-box img {
    /* border-radius: 25%; */
    width: 100%;
}

.italicPara {
    font-size: 12px !important;
    font-style: italic !important;
}
.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

        .iframe-container iframe {
            position: relative;
            width: 100%;
            height: 100%;
            border: 0;
        }

    /*.header .logo img {
    max-height: 60px !important;
    margin-right: 6px;
}

.header .logo span {
    font-size: 1.75rem !important;
    color: #2e74ee !important;
}
*/
