* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ELECTRONICS HERO */
.robotics-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 120px;
    min-height: 750px;
    background:
        linear-gradient(135deg, #f8fbff, #eef6ff);
}

.robotics-left {
    flex: 1;
    max-width: 700px;
}

.hero-tag {
    display: inline-block;
    padding: 10px 20px;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.robotics-left h1 {
    font-size: 64px;
    line-height: 1.15;
    color: #111827;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 30px;
}

.robotics-left h1 span {
    color: #2563eb;
    font-family: 'Nunito', sans-serif;
}

.robotics-left p {
    font-size: 21px;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 40px;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 45px;
}

.hero-features div {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.primary-btn {
    padding: 18px 38px;
    background: #2563eb;
    color: #fff;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.primary-btn:hover {
    background: #1d4ed8;
}

.secondary-btn {
    padding: 18px 38px;
    border: 2px solid #2563eb;
    color: #2563eb;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    transition: .3s;
}

.secondary-btn:hover {
    background: #2563eb;
    color: #fff;
}

.robotics-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.robotics-right img {
    width: 100%;
    max-width: 600px;
    border-radius: 4%;
}

@media(max-width:768px) {
    .robotics-hero {
        flex-direction: column;
        padding: 70px 20px;
        text-align: center;
        gap: 50px;
        min-height: auto;
    }

    .robotics-left h1 {
        font-size: 40px;
    }

    .robotics-left p {
        font-size: 17px;
    }

    .hero-features {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        justify-content: center;
    }

    .robotics-right img {
        max-width: 320px;
        border-radius: 20px;
    }
}

/* WHY LEARN ROBOTICS */
.robotics-benefits {
    padding: 100px 120px;
    background: #ffffff;
}

.benefits-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.benefits-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.benefits-heading h2 {
    font-size: 48px;
    color: #111827;
    margin: 20px 0;
    font-family: 'Nunito', sans-serif;
}

.benefits-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    text-align: center;
    border: 1px solid #edf2f7;
    transition: .35s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(37, 99, 235, .15);
}

.benefit-card img {
    width: 90px;
    margin-bottom: 25px;
}

.benefit-card h3 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 18px;
    font-family: 'Nunito', sans-serif;
}

.benefit-card p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

@media(max-width:768px) {
    .robotics-benefits {
        padding: 70px 20px;
    }

    .benefits-heading h2 {
        font-size: 34px;
    }

    .benefits-heading p {
        font-size: 17px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* ROBOTICS PROJECTS */
.robotics-projects {
    padding: 100px 120px;
    background: #f8fbff;
}

.projects-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px;
}

.projects-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.projects-heading h2 {
    font-size: 48px;
    color: #111827;
    margin: 18px 0;
    font-family: 'Nunito', sans-serif;
}

.projects-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.project-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .35s;
}

.project-card:hover {
    transform: translateY(-10px);
}

.project-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.project-card h3 {
    text-align: center;
    padding: 22px;
    font-size: 24px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

@media(max-width:768px) {
    .robotics-projects {
        padding: 70px 20px;
    }

    .projects-heading h2 {
        font-size: 34px;
    }

    .projects-heading p {
        font-size: 17px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .project-card img {
        height: 220px;
    }
}

/* ROBOTICS KIT */

.robotics-kit {
    padding: 100px 120px;
    background: #ffffff;
}

.kit-heading {
    max-width: 850px;
    text-align: center;
    margin: 0 auto 70px;
}

.kit-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kit-heading h2 {
    font-size: 48px;
    margin: 18px 0;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.kit-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
}

.kit-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.kit-image {
    text-align: center;
}

.kit-image img {
    width: 100%;
    max-width: 520px;
}

.kit-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.kit-card {
    background: #f8fbff;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    transition: .3s;
}

.kit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, .12);
}

.kit-card img {
    width: 80px;
    margin-bottom: 18px;
}

.kit-card h3 {
    font-size: 20px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

@media(max-width:768px) {
    .robotics-kit {
        padding: 70px 20px;
    }

    .kit-heading h2 {
        font-size: 34px;
    }

    .kit-heading p {
        font-size: 17px;
    }

    .kit-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .kit-items {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .kit-card {
        padding: 18px;
    }

    .kit-card img {
        width: 60px;
    }

    .kit-card h3 {
        font-size: 16px;
    }
}

/* ROBOTICS LEARNING JOURNEY */
.robotics-journey {
    padding: 100px 120px;
    background: #f8fbff;
}

.journey-heading {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.journey-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.journey-heading h2 {
    font-size: 48px;
    margin: 20px 0;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.journey-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
}

.journey-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.journey-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
    position: relative;
    transition: .35s;
}

.journey-card:hover {
    transform: translateY(-10px);
}

.journey-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.journey-card img {
    width: 90px;
    margin: 20px auto;
}

.journey-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.journey-card p {
    color: #64748b;
    line-height: 1.8;
    font-size: 16px;
}

@media(max-width:768px) {
    .robotics-journey {
        padding: 70px 20px;
    }

    .journey-heading h2 {
        font-size: 34px;
    }

    .journey-heading p {
        font-size: 17px;
    }

    .journey-timeline {
        grid-template-columns: 1fr;
    }

    .journey-card {
        padding: 30px;
    }
}

/* ROBOTICS MENTOR */

.robotics-mentor {
    padding: 100px 120px;
    background: #ffffff;
}

.mentor-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.mentor-image {
    text-align: center;
}

.mentor-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.mentor-content span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mentor-content h2 {
    font-size: 48px;
    margin: 20px 0;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.mentor-content p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 40px;
}

.mentor-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mentor-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    background: #f8fbff;
    border-radius: 15px;
}

.mentor-feature i {
    color: #2563eb;
    font-size: 22px;
}

.mentor-feature span {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

@media(max-width:768px) {
    .robotics-mentor {
        padding: 70px 20px;
    }

    .mentor-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .mentor-content {
        text-align: center;
    }

    .mentor-content h2 {
        font-size: 34px;
    }

    .mentor-content p {
        font-size: 17px;
    }

    .mentor-features {
        grid-template-columns: 1fr;
    }

    .mentor-image img {
        max-width: 320px;
    }
}

/* STUDENT GALLERY */
.robotics-gallery {
    padding: 100px 120px;
    background: #f8fbff;
}

.gallery-heading {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.gallery-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery-heading h2 {
    font-size: 48px;
    color: #111827;
    margin: 20px 0;
    font-family: 'Nunito', sans-serif;
}

.gallery-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

}

.gallery-card {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.gallery-card.large {
    grid-column: span 2;
}

.gallery-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .4s;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

@media(max-width:768px) {
    .robotics-gallery {
        padding: 70px 20px;
    }

    .gallery-heading h2 {
        font-size: 34px;
    }

    .gallery-heading p {
        font-size: 17px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-card.large {
        grid-column: span 1;
    }

    .gallery-card img {
        height: 240px;
    }
}

/* PARENT TESTIMONIALS */
.robotics-testimonials {
    padding: 100px 120px;
    background: #ffffff;
}

.testimonials-heading {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.testimonials-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonials-heading h2 {
    font-size: 48px;
    margin: 20px 0;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.testimonials-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #f8fbff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
    transition: .3s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.stars {
    color: #f59e0b;
    font-size: 22px;
    margin-bottom: 20px;
}

.testimonial-card p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 30px;
}

.parent-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.parent-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.parent-info h4 {
    color: #111827;
    font-size: 18px;
    margin-bottom: 5px;
}

.parent-info span {
    color: #64748b;
    font-size: 14px;
}

@media(max-width:768px) {
    .robotics-testimonials {
        padding: 70px 20px;
    }

    .testimonials-heading h2 {
        font-size: 34px;
    }

    .testimonials-heading p {
        font-size: 17px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;

    }
}

/* CERTIFICATE */
.robotics-certificate {
    padding: 100px 120px;
    background: #f8fbff;
}

.certificate-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.certificate-image {
    text-align: center;
}

.certificate-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.certificate-content span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.certificate-content h2 {
    font-size: 48px;
    margin: 20px 0;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.certificate-content p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 40px;
}

.certificate-list {
    display: grid;
    gap: 20px;
}

.certificate-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.certificate-item i {
    color: #22c55e;
    font-size: 22px;
}

.certificate-item span {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

@media(max-width:768px) {
    .robotics-certificate {
        padding: 70px 20px;
    }

    .certificate-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .certificate-content {
        text-align: center;
    }

    .certificate-content h2 {
        font-size: 34px;
    }

    .certificate-content p {
        font-size: 17px;
    }

    .certificate-image img {
        max-width: 320px;
    }

    .certificate-item {
        text-align: left;
    }
}

/* FAQS */
.electronics-faqs {
    padding: 100px 120px;
    background: #ffffff;
}

.faqs-heading {
    max-width: 850px;
    text-align: center;
    margin: 0 auto 70px;
}

.faqs-heading span {
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.faqs-heading h2 {
    font-size: 48px;
    margin: 18px 0;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.faqs-heading p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.faqs-container {
    max-width: 900px;
    margin: auto;
}

.faqs-item {
    background: #f8fbff;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.faqs-question {
    width: 100%;
    border: none;
    background: none;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    text-align: left;
}

.faqs-question span {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif;
}

.faqs-question i {

    color: #2563eb;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    font-size: 18px;
}

.faqs-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.faqs-answer p {
    padding: 0 30px 25px;
    color: #64748b;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
}

.faqs-item.active .faqs-answer {
    max-height: 250px;
}

@media(max-width:768px) {
    .electronics-faqs {
        padding: 70px 20px;
    }

    .faqs-heading h2 {
        font-size: 34px;
    }

    .faqs-heading p {
        font-size: 17px;
    }

    .faqs-question {
        padding: 20px;
    }

    .faqs-question span {
        font-size: 17px;
    }

    .faqs-answer p {
        padding: 0 20px 20px;
        font-size: 16px;
    }
}

/* ENROLL CTA */
.robotics-cta {
    padding: 100px 120px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
}

.cta-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.cta-content span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bfdbfe;
}

.cta-content h2 {
    font-size: 54px;
    line-height: 1.2;
    margin: 20px 0;
    font-family: 'Nunito', sans-serif;
}

.cta-content h2 span {
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0;
    font-size: inherit;
}

.cta-content p {
    font-size: 20px;
    line-height: 1.9;
    color: #dbeafe;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.robotics-cta .primary-btn {
    background: #ffffff;
    color: #2563eb;
}

.robotics-cta .primary-btn:hover {
    background: #eff6ff;
}

.robotics-cta .secondary-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.robotics-cta .secondary-btn:hover {
    background: #ffffff;
    color: #2563eb;
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    font-size: 17px;
    font-weight: 600;
}

.cta-image {
    text-align: center;
}

.cta-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 4%;
}

@media(max-width:768px) {
    .robotics-cta {
        padding: 70px 20px;
    }
    .cta-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }
    .cta-content h2 {
        font-size: 36px;
    }
    .cta-content p {
        font-size: 17px;
    }
    .cta-buttons {
        justify-content: center;
    }
    .cta-features {
        grid-template-columns: 1fr;
    }
    .cta-image img {
        max-width: 320px;
        border-radius: 4%;
    }
}

