﻿
.banner-section .banner_content .lets_talk {
    border-radius: 45px;
}

.lets_talk {
    border-radius: 45px;
}



.footer-logoo img {
    width: 295px !important;
    height: 120px !important;
    margin-left: -40px;
    margin-top: -10px;
}



@media (width: 768px) {
    .img-fluid {
        margin-left: -27%;
        width: 334px;
        margin-top: -46px;
    }
}

@media (width: 1440px) {
    .img-fluid {
        margin-left: 6%;
        width: 589px;
    }
}
/* Enhanced Modal Styling */
.modal-content {
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    animation: modalFadeZoom 0.4s ease-out;
}

/* Modal Header */
.modal-header {
    border-bottom: none;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    height: 50px;
}


.modal-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
    margin: 0 auto;
    text-align: center;
}

.btn-close {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    /*padding: 0.5rem;*/
    transition: transform 0.2s ease;
    margin: 10px !important;
}

    .btn-close:hover {
        transform: rotate(90deg);
    }


/* Modal Body (video) */
.modal-body {
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.ratio iframe {
    border-radius: 0 0 1rem 1rem;
}

/* Animation */
@keyframes modalFadeZoom {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-backdrop.show {
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.4);
}

@media (width: 768px) {

    .sub-bannerimage img {
        margin-top: 48px !important;
        margin-left: -162px !important;
        width: 770px;
    }
}

@media (min-width: 769px) {

    .sub-bannerimage img {
        margin-top: -60px !important;
        margin-left: -30px !important;
        width: 770px;
    }
}

@media (width: 320px) {
    .modal-title {
        font-size: 12px;
    }

    .btn-close {
        margin: 8px !important;
    }

    .sub-bannerimage img {
        margin-top: 6px !important;
        margin-left: -15px !important;
        width: 290px !important;
    }
}

.carousel-control-next {
    top: 110px !important;
    right: 39px !important;
}

.carousel-control-prev {
    top: 202px !important;
    left: 22px !important;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    min-height: 280px;
}

.testimonial-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonial-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

.testimonial-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-author {
    color: #00bcd4;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-school {
    font-size: 14px;
    color: #777;
    display: block;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    min-height: 280px;
}

.testimonial-logo {
    width: 150px; /* increased from 120px */
    height: 150px; /* increased from 120px */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonial-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

.testimonial-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-author {
    color: #00bcd4;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-school {
    font-size: 17px;
    color: #777;
    display: block;
    font-weight: bold;
}

/* Card Hover Effect */
.feature-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
}

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    .feature-card .card-title {
        font-weight: 600;
        margin-top: 10px;
    }

/* Optional: About heading styling */
.about-section h6 {
    letter-spacing: 1px;
    font-weight: 600;
}

.about-images {
    position: relative;
    max-width: 400px; /* desktop size */
    margin: auto;
}

    .about-images figure {
        margin: 0;
    }

.about-image1 img {
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    width: 100%;
}

.about-image2 {
    position: absolute;
    bottom: -20px;
    right: -140px; /* left side overlap */
    z-index: 2; /* small image above big */
}


    .about-image2 img {
        width: 60%; /* smaller image */
        border-radius: 15px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }

/* -------- Responsive Fix -------- */
@media (max-width: 768px) {
    .about-images {
        max-width: 90%; /* full width on mobile */
    }

    .about-image2 {
        bottom: -10px;
        left: -10px;
    }

        .about-image2 img {
            width: 45%; /* smaller on mobile */
        }
}

@media (width: 768px) {
    .about-images {
        max-width: 50%; /* full width on mobile */
    }
}

@media (max-width: 480px) {
    .about-image2 {
        position: static; /* stack below big image */
        display: block;
        margin: 10px auto 0;
        text-align: center;
    }

        .about-image2 img {
            width: 70%;
        }
}

.feature-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
}

@media(max-width: 768px) {
    .feature-card {
        height: 500px !important;
    }
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2c2e99, #6a5acd);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.feature-card:hover::before {
    opacity: 0.15; /* hover pe halka sa color overlay */
}

.feature-card img,
.feature-card .card-body {
    position: relative;
    z-index: 1;
}

.card-title {
    font-weight: 600;
    color: #2c2e99;
}

}

@media(max-width:991px) {
    .bannerimage {
        height: 505px !important;
        width: 323px !important;
        margin-left: 2% !important;
    }
}


/* Make cards wider and more attractive */
.about-section .card {
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px; /* wider cards */
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border: none;
}

    /* Slight scale and shadow effect on hover */
    .about-section .card:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }

    /* Make images larger */
    .about-section .card img {
        height: 180px !important;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    /* Image zoom slightly on hover */
    .about-section .card:hover img {
        transform: scale(1.08);
    }

/* Adjust title spacing */
.about-section .card-body h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Adjust row gap for larger cards */
.about-section .row > div {
    display: flex;
    justify-content: center;
}

]
/* Ensure cards are visible and hover works properly */
.custom-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease-in-out;
    border: none;
}

/* Hover: lift and glow */
.custom-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* Image Styling */
.custom-card img {
    height: 200px !important;
    object-fit: contain;
    transition: transform 0.5s ease;
    border-radius: 12px 12px 0 0;
}

/* Image Zoom on Hover */
.custom-card:hover img {
    transform: scale(1.1);
}

/* Card Title */
.custom-card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transition: color 0.3s ease;
}

/* Title color change on hover */
.custom-card:hover .card-title {
    color: #ff6600;
}

.feature-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transform: translateY(0);
    text-align: left;
}

    .feature-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
        transition: transform 0.5s ease;
    }

    .feature-card .card-body {
        padding: 20px;
        color: white;
        border-radius: 0 0 15px 15px;
        min-height: 220px;
    }

/* Golden Left Cards */
.card-left .card-body {
    background: linear-gradient(135deg, #FFD700, #FFC107);
}

/* Green Right Cards */
.card-right .card-body {
    background: linear-gradient(135deg, #28a745, #20c997);
}

/* Hover Effects */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

    .feature-card:hover img {
        transform: scale(1.05);
    }

.card-left:hover .card-body {
    background: linear-gradient(135deg, #FFC107, #FFB300);
}

.card-right:hover .card-body {
    background: linear-gradient(135deg, #20c997, #17a673);
}

.btn-light {
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-light:hover {
        background-color: #fff;
        color: #000;
        box-shadow: 0 0 10px rgba(255,255,255,0.7);
    }

/* Responsive */
@media(max-width:768px) {
    .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .col-md-5.mt-5 {
            margin-top: 0 !important;
        }
}

.feature-card {
    transition: all 0.3s ease-in-out;
    min-height: 430px; 
}

.service-card:hover {
    background-color: #FFF8E1 !important; /* inline style ko override karne ke liye !important */
    transform: scale(1.05); /* thoda bada ho jaye */
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important; /* shadow thoda bada */
}

.scroll-content {
    display: flex;
    gap: 20px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
    /* scroll through half of content for seamless effect */
}

.scrolling-row {
    overflow: hidden;
}

.scroll-section {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #f5f5f5;
}

.scroll-container {
    display: flex;
    gap: 20px;
    animation: scrollLeft 40s linear infinite;
    width: max-content;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.image-card {
    flex-shrink: 0;
    width: 400px;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .image-card:hover {
        transform: scale(1.05);
        z-index: 10;
    }

    .image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

@media (max-width: 768px) {
    .image-card {
        width: 300px;
        height: 200px;
    }
}

.scroll-container {
    width: 100vw;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 0;
}

.scroll-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollLeft 40s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.card {
    flex-shrink: 0;
    width: 400px;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s;
    background: #fff;
}

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.scroll-section {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #f5f5f5;
    position: relative;
}

.scroll-wrapper {
    display: flex;
    gap: 20px;
    width: fit-content;
}

    .scroll-wrapper.animate {
        animation: scroll 30s linear infinite;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.image-card {
    flex-shrink: 0;
    width: 400px;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    background: #ddd;
}

    .image-card:hover {
        transform: scale(1.05);
        z-index: 10;
    }

    .image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

@media screen and (max-width: 768px) {
    .image-card {
        width: 300px;
        height: 200px;
    }
}
/* MAIN SECTION */
.testimonial-main {
    background: linear-gradient(135deg, #e8f1ff, #f8fbff);
    padding: 100px 0 80px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

/* SECTION HEADING */
.testimonial-heading {
    text-align: center;
    margin-bottom: 60px;
}

    .testimonial-heading h5 {
        color: #007bff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .testimonial-heading h2 {
        color: #002244;
        font-weight: 700;
        font-size: 36px;
        margin-top: 10px;
    }

/* CARDS AND SECTIONS */
.clients-section, .parents-section {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    min-height: 450px;
}

    .clients-section h2, .parents-section h2 {
        font-weight: 700;
        color: #002244;
    }

    /* CLIENTS SIDE */
    .clients-section .carousel-item {
        transition: transform 0.8s ease;
    }

.testimonial-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
}

.testimonial-text {
    color: #444;
    font-size: 17px;
    margin-bottom: 10px;
}

.testimonial-author {
    font-weight: 600;
    color: #003366;
    margin-bottom: 0;
    font-size: 24px;
}

.testimonial-school {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}

.carousel-control-prev i, .carousel-control-next i {
    color: #003366;
    font-size: 22px;
}

/* PARENTS SIDE */
.parents-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .parents-section h2 {
        color: #003366;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: -61px;
    }

.parents-placeholder {
    background: #f1f1f1;
    height: 205px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-style: italic;
}


@media(max-width:768px) {
    .clients-section, .parents-section {
        min-height: auto;
    }
}

.testimonial-section {
    background: linear-gradient(135deg, #e3f2fd, #fce4ec);
    padding: 80px 0;
    text-align: center;
}

    .testimonial-section h2 {
        font-weight: 700;
        font-size: 36px;
        color: #1a237e;
        margin-bottom: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .testimonial-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.testimonial-comment {
    color: #444;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-name {
    font-weight: 600;
    font-size: 18px;
    color: #0d47a1;
}

.testimonial-school {
    color: #c62828;
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .testimonial-section h2 {
        font-size: 28px;
    }

    .testimonial-comment {
        font-size: 15px;
    }

    .testimonial-school {
        font-size: 18px;
    }
}
/* 🧩 Fix carousel width issue */
.carousel-inner {
    width: 100%;
}

.carousel-item {
    width: 100%;
}

    .carousel-item .testimonial-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

@media(max-width:768px) {
    .welcome {
        font-size: 30px !important;
        margin-top: -11px !important;
    }
}

@media(max-width:425px) {
    .text-white {
        font-size: 16px !important;
        color: white !important;
    }
}

.banner-button .btn {
    width: 390px; /* button width */
    height: 55px; /* button height */
    font-size: 20px; /* bigger font */
    display: flex; /* ensures text is centered */
    justify-content: center;
    align-items: center;
    border-radius: 6px; /* smooth corners */
    transition: all 0.3s ease;
    flex-wrap: wrap;
    background-color: #2be0f7;
}

.btn2 {
    width: 200px; /* button width */
    height: 55px; /* button height */
    font-size: 19px; /* bigger font */
    display: flex; /* ensures text is centered */
    justify-content: center;
    align-items: center;
    border-radius: 6px; /* smooth corners */
    transition: all 0.3s ease;
    flex-wrap: wrap;
}

@media(max-width:425px) {
    .btn {
        flex-wrap: wrap !important;
        margin-left: 72px !important;
        height: 66px !important;
        margin-top: -48px !important;
    }

    .btn2 {
        flex-wrap: wrap;
        margin-left: 45px !important;
    }
}

/* Filled Button (Left One) */
.custom-btn-filled {
    background-color: #2be0f7 !important;
    color: #000;
    border: none;
}

    .custom-btn-filled:hover {
        background-color: #c3e1f5;
    }

/* Outline Button (Right One) */
.custom-btn-outline {
    background-color: transparent;
    color: #d6ebf8;
    border: 2px solid #d6ebf8;
}

    .custom-btn-outline:hover {
        background-color: #2be0f7;
        color: black;
    }

.container {
    max-width: 1680px;
    margin: 0 auto;
}

.header {
    text-align: center;
    margin-bottom: 60px;
}

    .header h1 {
        color: #2c5aa0;
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .header p {
        color: #333;
        font-size: 1.1em;
        line-height: 1.6;
        max-width: 900px;
        margin: 0 auto;
    }

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    perspective: 1000px;
}

.card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: white;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.card-title {
    padding: 25px;
    text-align: center;
    font-size: 1.3em;
    color: #333;
    font-weight: 600;
    background: white;
}

/* Hover area zones */
.hover-zone {
    position: fixed;
    z-index: 10;
    pointer-events: none;
}

.hover-zone-left {
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
}

.hover-zone-right {
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
}

.hover-zone-top {
    left: 0;
    top: 0;
    width: 100%;
    height: 25%;
}

.hover-zone-bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
}

/* Hover effects on body */
body.hover-left .card {
    transform: rotateY(-3deg);
}

body.hover-right .card {
    transform: rotateY(3deg);
}

body.hover-top .card {
    transform: rotateX(3deg);
}

body.hover-bottom .card {
    transform: rotateX(-3deg);
}

body.hover-left.hover-top .card {
    transform: rotateY(-3deg) rotateX(3deg);
}

body.hover-right.hover-top .card {
    transform: rotateY(3deg) rotateX(3deg);
}

body.hover-left.hover-bottom .card {
    transform: rotateY(-3deg) rotateX(-3deg);
}

body.hover-right.hover-bottom .card {
    transform: rotateY(3deg) rotateX(-3deg);
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 1.8em;
    }

    .header p {
        font-size: 1em;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.banner {
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 100%);
    padding: 60px 40px;
    text-align: center;
    max-width: 1722px;
    width: 100%;
}

.main-title {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.title-part {
    display: inline-block;
}

.for {
    color: #000;
}

.next-generation {
    color: #ff8c00;
    position: relative;
}

.underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, #4169e1 0%, #87ceeb 100%);
    border-radius: 4px;
}

.of {
    color: #000;
}

.innovators {
    color: #000;
    display: block;
}

.subtitle {
    font-size: 28px;
    color: #666;
    font-weight: 400;
}

.superpower {
    color: #000;
    font-weight: 600;
}

.rocket {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 48px;
    }

    .subtitle {
        font-size: 20px;
    }

    .banner {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 36px;
    }

    .subtitle {
        font-size: 16px;
    }
}
/* RUNNING LOGO SCROLL */
.logo-scroll {
    margin-top: 70px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

    .logo-scroll .scroll-track {
        display: inline-flex;
        gap: 50px;
        animation: scrollLeft 25s linear infinite;
    }

        /* Duplicate logos inside scroll-track for seamless loop */
        .logo-scroll .scroll-track img {
            height: 70px;
            width: auto;
            filter: grayscale(0%);
            transition: all 0.3s;
        }

            .logo-scroll .scroll-track img:hover {
                filter: grayscale(0);
                transform: scale(1.1);
            }

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%); /* Scroll by half because we duplicated the logos */
    }
}

.curriculum-section {
    background-color: #FFD700;
    padding: 60px 20px;
}

.container {
    max-width: 1520px;
    margin: auto;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

    .header h1 {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }

    .header p {
        font-size: 16px;
        color: #333;
        max-width: 800px;
        margin: 0 auto;
    }

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    width: 23%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    text-align: center;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

.card-image img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    transition: transform 0.3s ease;
    padding: 10px;
}

.card:hover .card-image img {
    transform: scale(1.05);
}

.card-title {
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

/* Tablet - 3 cards per row */
@media (max-width: 1024px) {
    .card {
        width: 31%;
    }

    .header h1 {
        font-size: 28px;
    }
}

/* Mobile Large - 2 cards per row */
@media (max-width: 768px) {
    .card {
        width: 47%;
    }

    .header h1 {
        font-size: 24px;
    }

    .header p {
        font-size: 14px;
    }

    .curriculum-section {
        padding: 40px 15px;
    }
}

/* Mobile Small - 1 card per row */
@media (max-width: 480px) {
    .card {
        width: 100%;
    }

    .cards-grid {
        gap: 15px;
    }

    .header h1 {
        font-size: 20px;
    }

    .card-image img {
        height: 180px;
    }
}

.footer-section {
    position: relative;
    overflow: hidden;
}

.footer-particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* behind footer content */
    pointer-events: none; /* so you can click links/buttons */
}




/* 🔹 Continuous seamless scrolling */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.parent-slider-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.parent-slider {
    display: inline-flex;
    animation: scroll-left 18s linear infinite; /* Adjust speed (lower = faster) */
    margin-top: 23px;
}

.parent-card {
    width: 180px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    margin-right: 15px;
    margin-top: -10px;
}

    .parent-card video {
        width: 100%;
        height: 285px;
        object-fit: cover;
        border-radius: 12px;
    }

    .parent-card h6 {
        font-weight: 600;
        margin: 8px 0 10px;
    }
/* Reduce gap between social icons */
.social-icons {
    display: flex;
    gap: 8px; /* smaller gap, adjust as needed */
    margin-top: 10px; /* small space from contact info */
}

    .social-icons li {
        margin: 0; /* remove extra margin if any */
    }

.pg-canvas {
    /*height: 767px !important;*/
    width: 100% !important;
}

@media(max-width:425px) {
    .robo-vedio {
        height: 119px !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    top: 50% !important; /* center vertically */
    transform: translateY(-50%) !important;
    height: 45px !important;
    width: 45px !important;
    background-color: rgba(0, 0, 0, 0.4); /* semi-dark background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 70% 70%;
    filter: invert(1); /* makes arrows white */
}

.carousel-control-prev {
    left: 15px !important;
}

.carousel-control-next {
    right: 15px !important;
}

.heading-title {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: #0b2239; /* dark navy */
}

    .heading-title span {
        color: #00bcd4; /* bright cyan highlight */
    }

    .heading-title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 3px;
        background: linear-gradient(90deg, #00bcd4, #007bff);
        border-radius: 3px;
    }

.parent-slider-wrapper:hover .parent-slider {
    animation-play-state: paused; /* Slider stops */
}

/* Carousel Container */
#clientsCarousel {
    position: relative;
    margin-top: 30px;
}

    /* Arrows on top of cards */
    #clientsCarousel .carousel-control-prev,
    #clientsCarousel .carousel-control-next {
        width: 50px;
        height: 50px;
        top: 50%; /* Vertical center */
        transform: translateY(-50%);
        background-color: rgba(0,0,0,0.3); /* Semi-transparent circle */
        border-radius: 50%;
        z-index: 10;
    }

    #clientsCarousel .carousel-control-prev {
        left: 10px;
    }

    #clientsCarousel .carousel-control-next {
        right: 10px;
    }

    #clientsCarousel .carousel-control-prev-icon,
    #clientsCarousel .carousel-control-next-icon {
        background-size: 50% 50%;
    }

/* Card Text Styling */
.testimonial-card .text-muted {
    font-size: 0.9rem;
}

.testimonial-card h3 {
    margin-top: 10px;
}

/* Optional: Make carousel responsive */
@media (max-width: 767px) {
    .empowercontainer{
        margin-top:0px !important;
    }
    #clientsCarousel .carousel-control-prev,
    #clientsCarousel .carousel-control-next {
        width: 35px;
        height: 35px;
    }
}

/* Make carousel arrows float above the white cards */
#clientsCarousel .carousel-control-prev,
#clientsCarousel .carousel-control-next {
    width: 50px; /* arrow width */
    top: 50%; /* vertical center relative to card */
    transform: translateY(-50%);
    z-index: 10; /* make sure it's above cards */
}

/* Optional: move arrows slightly inside to avoid cutting off */
#clientsCarousel .carousel-control-prev {
    left: -25px; /* adjust as needed */
}


@media(max-width:425px) {
    .head2 {
        font-size: 21px !important;
        margin-left: 0px !important;
    }
}

.social-icons .circle a {
    background-color: #ff6b35;
    transition: transform 0.3s ease;
}

    .social-icons .circle a:hover {
        transform: scale(1.2);
    }

@media(max-width:768px) {
    .parents-heading {
        margin-top: 0px !important;
    }
}

@media(max-width:425px) {
    .contact-footer {
        padding-left: 48px !important;
    }
}

@media(max-width:425px) {
    .scroll-wrapper {
        margin-top: 303px;
    }

    .welcome {
        /*font-size: 22px !important;*/
        font-size: 22px !important;
        margin-left: 0% !important;
    }

    .text-white {
        margin-left: 7% !important;
    }
}

@media(max-width:320px) {
    .welcome {
        font-size: 20px !important;
    }

    .head2 {
        font-size: 15px !important;
        margin-left: 0px !important;
    }

    .text-white {
        margin-left: 3% !important;
    }

    .bannerimage {
        margin-top: 12% !important;
    }
}

@media(max-width:425px) {
    .banner {
        margin-left: -85px;
        margin-top: -124px;
    }

    .about-heading {
        font-size: 25px !important;
    }

    .about-image2 {
        margin-top: -238px !important;
    }
}

@media(max-width:768px) {
    .btn {
        margin-left: 97px !important;
        height: 48px !important;
        margin-top: -52px !important;
        font-size: 15px !important;
    }

    .btn2 {
        height: 35px;
        font-size: 15px;
        margin-left: 72px !important;
    }
}

@media(width:768px) {
    .sub-bannerimage {
        margin-top: 24% !important;
    }
}

@media(width:1024px) {
    .sub-bannerimage {
        margin-top: 15% !important;
    }
}

@media(width:1440px) {
    .sub-bannerimage {
        margin-top: 11% !important;
    }

    .bannerimage {
        height: 614px !important;
        width: 550px !important;
    }
}

@media(width:768px) {
    .head2 {
        font-size: 31px !important;
    }
}

@media(max-width:1024) {
    .btn2 {
        height: 45px !important;
    }
}

@media(max-width:1024) {

    .pg-canvas {
        height: 674px !important;
    }
}

@media(width:1024px) {
    .welcome {
        font-size: 38px !important;
    }

    .head2 {
        font-size: 32px !important;
    }
}

@media(width:425px) {
    .welcome {
        font-size: 27px !important;
        margin-left: 4% !important;
    }

    .text-white {
        margin-top: 4% !important
    }
}

/* Fix responsive layout for service cards */
@media (max-width: 1200px) {
    .container .row[style*="display: flex"] {
        justify-content: center !important;
    }

    .service-card {
        flex: 0 0 45% !important; /* 2 cards per row */
    }
}

@media (max-width: 768px) {
    .service-card {
        flex: 0 0 48% !important; /* 2 per row for mobile */
    }
    .sub-banner{
        height:119vh !important;
    }
    .HomeBannerSec{
        height:90vh !important;
    }
}

@media (max-width: 576px) {
    .service-card {
        flex: 0 0 100% !important; /* 1 per row for very small screens */
    }

}

@media (max-width: 991px) {
    .navbar-collapse {
        position: relative;
        z-index: 999;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .dropdown-menu {
        width: 100%;
        border: none;
    }

    .dropdown-item:hover {
        background-color: #003366 !important;
    }
}

/* Desktop: ensure everything is in one row */
@media (min-width: 992px) {
    .navbar .navbar-collapse {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .navbar .navbar-nav {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .navbar .dropdown-menu {
        position: absolute;
        transform: translateY(8px);
    }
}

/* Keep mobile behavior from previous fix */
@media (max-width: 991px) {
    .navbar-collapse {
        position: relative;
        z-index: 999;
    }

    .navbar-nav {
        width: 100%;
        flex-direction: column;
        gap: 6px;
        padding: 10px 0;
    }

        .navbar-nav .nav-item {
            width: 100%;
            text-align: center;
        }

    .dropdown-menu {
        width: 100%;
        border: none;
        position: static;
        margin-top: 6px;
    }
}

/* Small tweak to prevent wrapping on desktop */
.navbar .nav-link {
    white-space: nowrap;
}
/* 🔹 Base style for both arrows */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Left arrow */
.prev-arrow {
    left: 10px;
}

/* Right arrow */
.next-arrow {
    right: 10px;
}

/* 🔹 Hover effect (optional) */
.custom-arrow:hover {
    background-color: #f1f1f1;
    transform: translateY(-50%) scale(1.1);
}

/* 🔹 Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .custom-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: 50%;
    }

    .prev-arrow {
        left: 4px;
    }

    .next-arrow {
        right: 4px;
    }
}

/* 🔹 For extra small screens (mobile portrait) */
@media (max-width: 480px) {
    .custom-arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .prev-arrow {
        left: 2px;
    }

    .next-arrow {
        right: 2px;
    }
}

@media (max-width: 767px) {
    .footer-section {
        padding: 40px 0 0 0 !important;
    }
    .imageCont{
        right:4%;
    }
    .AboutCont{
        margin-top:25%;
    }
    .middle-portion {
        padding-bottom: 10px !important;
    }

    .footer-row {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .footer-col {
        min-width: 100% !important;
    }

    .links h4 {
        font-size: 16px !important;
    }

        .links h4 span {
            width: 80px !important;
        }

    .links ul li {
        line-height: 26px !important;
        font-size: 13px !important;
    }

        .links ul li a {
            font-size: 13px !important;
        }

        .links ul li i {
            font-size: 14px !important;
        }

    ul[style*="social-icons"] li {
        width: 38px !important;
        height: 38px !important;
    }

        ul[style*="social-icons"] li i {
            font-size: 16px !important;
        }

    #myBtn {
        height: 75px !important;
        width: 75px !important;
    }

    #fixed-form-container {
        bottom: 20px !important;
        right: 20px !important;
    }

    .copyright {
        padding: 20px 0 !important;
    }

    .copyright-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .copyright-col {
        min-width: 100% !important;
    }

    .copyright p {
        font-size: 12px !important;
    }

    .copyright img {
        width: 70px !important;
    }

    .copyright ul {
        justify-content: flex-start !important;
        gap: 7px !important;
    }

        .copyright ul li a {
            font-size: 12px !important;
        }
}

/* Hover effects */
.links ul li a:hover {
    color: #2be0f7 !important;
    padding-left: 5px;
}

ul[style*="social-icons"] li:hover {
    transform: scale(1.1);
}

.copyright ul li a:hover {
    color: #2be0f7 !important;
}

#myBtn:hover {
    transform: translateY(-5px);
}


@media(width:375px) {
    .bannerimage {
        width: 285px !important;
        height: 327px !important;
    }
}

@media(width:320px) {
    .sub-bannerimage {
        position: relative !important;
        bottom: -43px !important;
        right: 17px !important;
    }

    @media(width:768px) {
        .bannerimage {
            height: 627px !important;
            width: 404px !important;
            margin-left: -15% !important;
            margin-top: 4% !important;
        }
    }
}

@media(width:320px) {
    .sub-banner {
        height: 111vh !important;
    }
}

.banner-button a {
    text-align: center;
    min-width: 220px; /* thoda consistent size */
}

/* Mobile view fix */
@media (max-width: 767px) {
    .banner-button {
        padding-top:10%;
        flex-direction: column;
        align-items: center;
        gap: 12px; /* space between buttons */
    }

        .banner-button a {
            width: 66%; /* dono buttons same width me aa jayenge */
            text-align: center;
        }
}

@media(width:320px) {
    .banner-button .btn {
        width: 225px;
        margin-left: 78px !important;
    }
}

@media (min-width: 360px) and (max-width: 400px) {
    .banner-button .btn {
        width: 262px !important;
        margin-left: 80px !important;
    }
}

@media(width:425px) {
    .banner-button .btn {
        width: 313px !important;
        margin-left: 80px !important;
    }
}



.robot-wrapper {
    position: absolute;
    bottom: 8%;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /*height: 100%;*/
}

.banner-child {
    width: 100%;
    max-width: 65%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .robot-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
    }

    .banner-child {
        width: 75%;
    }
}

@media (max-width: 576px) {
    .banner-child {
        width: 90%;
    }
}

@media(max-width:359px) {
    .about-sec {
        margin-top: -382px !important;
    }
}

@media(min-width:360px) and (max-width:700px) {
    .about-sec {
        margin-top: -206px !important;
    }
}

@media(min-width:701px) and (max-width:1024px) {
    .about-sec {
        margin-top: 142px;
    }
}

html {
    overflow-x: hidden !important;
}

.about-section {
    padding-right: 140px !important;
    padding-left: 140px !important;
}

@media(min-width: 769px) {
    .pg-canvas {
        height: 671px !important;
    }
}

@media(max-width: 768px) {
    .pg-canvas {
        height: 560px !important;
    }
}



.navbar {
    padding-left: 2px !important;
}



/* Base Styles */
.about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
}

.about-subtitle {
    color: #0097a7;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-heading {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: justify;
}

.about-text {
    color: #555;
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 20px;
}

.about-link {
    color: #0097a7;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .about-link:hover {
        color: #05315b;
        text-decoration: underline;
    }

/* Responsive Styles */
@media (max-width: 991px) {
    .about-heading {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 40px 10px;
    }

    .about-content {
        text-align: center;
        align-items: center;
        padding: 20px 15px;
    }

    .about-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }

    .about-heading {
        font-size: 26px;
        line-height: 1.4;
        text-align: center;
    }

    .about-text {
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;
    }

    .about-images img {
        width: 90%;
        height: auto;
    }

    .about-link {
        display: inline-block;
        margin-top: 10px;
    }
}


@media (max-width: 768px) {
    .about-section {
        padding: 40px 10px !important;
    }

    .robo-vedio {
        height: 100% !important;
        width: 100% !important;
        margin-top: -5px !important;
    }

    .navbar-toggler {
        position: absolute;
        top: 27%;
        left: 86%;
    }

    .navbar-collapse {
        position: absolute;
        top: 45px;
    }
}

.getstarted {
    margin-left: 8% !important;
}

.mobile-break {
    display: none;
}


@media (max-width: 768px) {
    .mobile-break {
        display: block;
    }
}


@media(min-width: 768px) {
    .section-subheading {
        max-width: 1098px;
        margin-left: 190px !important
    }
}


.slider-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    display: none;
    animation: fade 0.8s ease-in-out;
}

    .slide.active {
        display: block;
    }

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 34%;
    width: auto;
    padding: 10px 16px;
    color: #16245a;
    font-weight: bold;
    font-size: 22px;
    border-radius: 3px;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

    .prev:hover, .next:hover {
        background-color: #16245a;
        color: #fff;
    }

.dots-container {
    text-align: center;
    padding: 12px 0;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.4s;
}

    .dot.active {
        background-color: #16245a;
    }

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    padding: 20px;
}

.testimonial-img {
    border-radius: 10px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.testimonial-card p {
    font-size: 1rem;
    line-height: 1.6;
}

.testimonial-card h3 {
    font-weight: 700;
    margin-top: 10px;
}

.banner-button {
    position: relative;
    z-index: 999 !important;
}

.banner-image {
    position: relative;
    z-index: 1; /* keep it below buttons */
}

@media (max-width: 576px) {
    .banner-child {
        width: 78%;
    }
}


@media(min-width: 768px) {
    .navbar-collapse {
        margin-left: 125px !important;
    }

    .banner-logo img {
        margin-left: 50px !important;
    }
}

.nav-link.home {
    color: white !important;
}

    .nav-link.home:hover {
        color: darkblue !important;
    }

.navbar-nav .active > a {
    color: white !important;
}

.AIImage {
    margin-top: 1%;
}

@media(max-width: 768px) {
    .AIImage {
        margin-top: -1% !important;
    }
}


/* Section Styling */
.about-us {
    padding: 80px 0;
    background: #f8f9fc;
    position: relative;
    padding-right: 100px;
    padding-left: 100px;
}

    /* Headings */
    .about-us h6 {
        color: #00a19d;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-transform: uppercase;
        margin-top: -2% !important;
    }

    .about-us .aboutHeading {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4;
        color: black;
        text-align: justify;
    }

    /* Paragraph */
    .about-us p {
        line-height: 1.8;
        font-size: 15px;
        color: #555;
        margin-bottom: 25px;
        text-align: justify;
    }

    /* Read more link */
    .about-us a {
        color: #0072ff;
        font-weight: 600;
        text-decoration: none;
    }

        .about-us a:hover {
            color: #0056cc;
            text-decoration: underline;
        }

/* ------- IMAGE SECTION ------- */
.imagee {
    position: relative;
    width: 100%;
    padding-top: 40px;
}

/* First Image */
.aboutImage1 img {
    width: 55%;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    left: 25%;
    top: 5%;
}

.aboutImage2 {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
}

    .aboutImage2 img {
        width: 85%;
        border-radius: 15px;
        opacity: 0.85;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

@media (max-width: 768px) {

    .container.HomeTopImgSec {
        height: 70%;
    }

   /* .HomeBannerSec {
        height: 90%;
    }
*/
    .about-us {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .aboutImage1 img {
        left: 8% !important;
    }

    .aboutHeading {
        font-size: 24px !important;
        margin-top: 30% !important;
    }

    .imagee {
        width: 100%;
        margin-top: 10% !important;
        margin-bottom: -5%;
    }



    .aboutus {
        margin-top: 10px !important;
    }
}


@media (max-width: 480px) {

    .aboutHeading {
        font-size: 22px;
    }

    .about-us {
        padding: 30px 15px;
    }
}


.paragraphh {
    font-size: 15px !important;
    margin-bottom: 1% !important;
}

