/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
/*logo */
.logo-container {
    position: absolute;
    top: 20px;
    left: 20px;
}

.logo-container h1 {
    font-size: 1.5em;
    color: #0073e6;
    margin: 0;
}

/* 
.advantage-section {
    padding: 40px 20px;
    background-color: #fff;
}

.content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
} */
/* partner container  */

.partner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background-color: #ffffff;
}

.content-container {
    max-width: 50%;
    padding-right: 20px;
}

.content-container h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.content-container p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 0;
}

.image-container {
    max-width: 50%;
    padding-left: 20px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .partner-section {
        flex-direction: column;
        text-align: center;
    }

    .content-container, .image-container {
        max-width: 100%;
        padding: 0;
    }

    .content-container {
        margin-bottom: 20px;
    }
}
/*  */

.text-content {
    max-width: 600px;
    margin-right: 40px;
}

.text-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.text-content ul {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
    color: #333;
}

.text-content ul li {
    margin-bottom: 10px;
}

.text-content ul li span {
    color: #0073e6;
    margin-right: 10px;
}

.contact-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 1em;
    color: #fff;
    background-color: #0073e6;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-button:hover {
    background-color: #005bb5;
}

.text-content p {
    font-size: 1em;
    color: #333;
}

.text-content p a {
    color: #0073e6;
    text-decoration: none;
}

.text-content p a:hover {
    text-decoration: underline;
}

.image-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* retention section */
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.stats-section {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.stat {
    text-align: center;
    padding: 20px;
    flex: 1;
}

.stat h2 {
    font-size: 2.5em;
    margin: 0;
}

.stat p {
    margin: 10px 0;
}

.stat .reference {
    font-size: 0.8em;
    color: #ccc;
}

.divider {
    height: 50px;
    width: 1px;
    background-color: #666;
}

/*student working in companies */
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.company-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: #fff;
}

.company-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 600px;
    margin-right: 40px;
}

.logo-row img {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-top:5px;
    padding-bottom: 10px;
}

.company-text {
    max-width: 400px;
}

.company-text h2 {
    font-size: 1.8em;
    color: #333;
}
/* upskill your employees */
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.skills-section {
    padding: 40px 20px;
    background-color: #fff;
}

.content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.text-content {
    max-width: 600px;
    margin-right: 40px;
}

.text-content h3 {
    font-size: 1em;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.text-content p {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 20px;
}

.text-content ul {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
    color: #333;
}

.text-content ul li {
    margin-bottom: 10px;
}

.text-content ul li span {
    color: #0073e6;
    margin-right: 10px;
}

.image-content img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 10px;
}
/* Training */

.professional-section {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
}

.professional-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.card-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 22%;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

.icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.icon1 {
    background-color: #6a52fa;
}

.icon2 {
    background-color: #ff6b35;
}

.icon3 {
    background-color: #f5a623;
}

.icon4 {
    background-color: #1d9ed8;
}

.card h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.card p {
    font-size: 1em;
    color: #666;
}
/* industry based curriculum */

.curriculum-section {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
}

.curriculum-header h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.curriculum-header p {
    font-size: 1em;
    color: #666;
    margin-bottom: 30px;
}

.curriculum-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.curriculum-item {
    width: 150px;
    margin: 10px;
    text-align: center;
}

.icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.python-icon {
    background-color: #6a52fa; /* Example color, replace with actual */
}

.machine-learning-icon {
    background-color: #ff6b35; /* Example color, replace with actual */
}

.deep-learning-icon {
    background-color: #f5a623; /* Example color, replace with actual */
}

.neural-networks-icon {
    background-color: #1d9ed8; /* Example color, replace with actual */
}

.computer-vision-icon {
    background-color: #b44593; /* Example color, replace with actual */
}

.nlp-icon {
    background-color: #4caf50; /* Example color, replace with actual */
}

.curriculum-item p {
    font-size: 1em;
    color: #333;
}
/*empower students */
/*Learners outreach */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.reach-learners-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #ffffff;
}

.text-container {
    max-width: 40%;
    margin-right: 20px;
}

.text-container h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.text-container p {
    font-size: 1.2em;
    color: #666;
}

.cards-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 60%;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    max-width: 280px;
    text-align: center;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.card h3 {
    font-size: 1.5em;
    margin: 15px 0;
    color: #333;
}

.card p {
    font-size: 1em;
    color: #666;
}

@media (max-width: 768px) {
    .reach-learners-section {
        flex-direction: column;
        text-align: center;
    }

    .text-container, .cards-container {
        max-width: 100%;
        margin: 0;
    }

    .text-container {
        margin-bottom: 20px;
    }
}

/* content Research  */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.partners-section {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
}

.text-container h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}

.text-container p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
}

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo {
    margin: 20px;
    flex: 1 1 calc(33% - 40px);
    max-width: calc(33% - 40px);
}

.logo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .logo {
        flex: 1 1 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
}

@media (max-width: 480px) {
    .logo {
        flex: 1 1 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

/* universities logs */

.partners-section {
    display: flex;
    align-items: flex-start;
    padding: 50px;
    background-color: #ffffff;
}

.text-container {
    flex: 1;
    padding-right: 20px;
}

.text-container h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.text-container p {
    font-size: 1.2em;
    color: #666;
}

.logos-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex: 1;
    padding-left: 20px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .partners-section {
        flex-direction: column;
    }

    .text-container, .logos-container {
        max-width: 100%;
        padding: 0;
    }

    .logos-container {
        grid-template-columns: repeat(3, 1fr);
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .logos-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


/*  */


/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-content {
        max-width: 100%;
        margin-right: 0;
    }

    .image-content {
        margin-top: 20px;
    }

    .text-content h1 {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .company-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .company-logos {
        margin-right: 0;
        margin-bottom: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .company-text {
        max-width: 100%;
    }

    .company-text h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
    }

    .divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }
}


/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
        align-items: center;
    }

    .text-content {
        max-width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .image-content {
        margin-top: 20px;
    }
}
