.elementor-8 .elementor-element.elementor-element-8a3004f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d0c7be0 *//* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

h1, h2, p {
    margin: 0 0 15px;
}

h1 {
    font-size: 2.5em;
    color: #333;
}

h2 {
    font-size: 2em;
    color: #333;
}

p {
    font-size: 1.5em;
    color: #000000;
}

/* Header Styles */
.header {
    background: #f7f7f7;
    padding: 20px 0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    font-size: 1.5em;
    font-weight: bold;
}

.header .nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
}

.header .nav a:hover {
    color: #007bff;
}

/* Hero Section Styles */
.hero {
    text-align: center;
    padding: 60px 0;
    background: #f0f8ff;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
     
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.hero .btn {
    padding: 10px 20px;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #007bff;
    border-radius: 5px;
}

.hero .btn.blue {
    background: #007bff;
}






.container {
    text-align: center;
}

h1 {
    color: #ff4dd;
    font-size: 2em;
    margin-bottom: 20px;
}

.card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 400px;
    margin: 20px;
    text-align: justify-content;
}




h2 {
     color: #0D11F9;
    font-size: 1.5em;
    margin-bottom: 10px;
}

p {
    font-size: 0.1em;
    color:#000000;
    }

/* Footer Section Styles */
.contact {
    background: #f7f7f7;
    text-align: center;
    padding: 40px 0;
}

.contact h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.contact p {
    font-size: 1em;
    margin-bottom: 10px;
}


/* FINAL CTA */
.final-cta{
    text-align: center;
    padding: 60px 0;
    background: #f0f8ff;
}

.final-cta h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.final-cta p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.final-cta .btn {
    padding: 10px 5px;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #007bff;
    border-radius: 5px;
}

.final-cta .btn.blue {
    background:#f30000 ;
}
/* curriculum*/
.curriculum{
    text-align: center;
    padding: 60px 0;
    background: #f0f8ff;
    
}

.curriculum h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #044198;
    
}

.curriculum p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.curriculum .btn {
    padding: 10px 20px;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #007bff;
    border-radius: 5px;
}

.curriculum .btn.blue {
    background: #007bff;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.nav {
    background-color:#EDF2F9 ;
    padding: 10px 20px;
    position: relative;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #0307F9;
}

.menu a {
    color: #fff; /* Ensure the text color is white */
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.menu a:hover {
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .menu a {
        padding: 10px;
        text-align: center;
        border-top: 1px solid #444;
    }

    .menu.active {
        display: flex;
    }

    .menu-icon {
        display: block;
    }
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.about {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 0;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    flex: 1 1 45%;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card h2 {
    font-size: 24px;
    color: #333;
    margin-top: 0;
}

.card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: ;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: auto;
    font-size: 16px; /* Increase font size */
}

.footer p {
    color: #fff; /* Ensures the text color is white */
    margin: 0;
}/* End custom CSS */