* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Baloo 2", sans-serif;
    font-weight: 300;

}

body {
    font-family: 'Baloo 2';
    background-color: #ffffff;
    color: #333;
}


.container {
    width: 80%;
    margin: auto;
    padding: 40px 0;
    margin-top: -1000px;
}

@media(max-width: 1600px) {
    .container {
        margin-top: -900px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .container {
        margin-top: -900px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .container {
        margin-top: -700px;
    }
}

@media (min-width:1000px) and (max-width:1200px) {
    .container {
        margin-top: -500px;
    }
}

@media (min-width:800px) and (max-width:1000px) {
    .container {
        margin-top: -500px;
    }
}

@media (min-width:600px) and (max-width:800px) {
    .container {
        margin-top: -300px;
    }
}

@media (min-width:200px) and (max-width:600px) {
    .container {
        margin-top: -150px;
        ;
    }
}

.section {
    text-align: center;
    margin-bottom: 50px;
}

.section h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #e60000;
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 1900;
}

.box {
    background-color: #00a9e0;
    color: white;
    padding: 30px;
    border-radius: 20px;
    margin: 20px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.box.lightbulb {
    background-color: #0099e0;
}

.box img {
    flex: 0 0 30%;
    max-width: 20%;
    height: auto;
    object-fit: contain;
}

.box-content {
    flex: 1;
}

.box-content h3 {
    font-size: 35px;
}

.box-content p {
    font-size: 20px;
}

@media (max-width: 768px) {
    .box {
        flex-direction: column;
        text-align: center;
    }

    .box img {
        max-width: 100%;
        flex: unset;
        margin-bottom: 20px;
    }

    .box-content {
        text-align: center;
    }
}

.box.lightbulb {
    background-color: #0099e0;
}

/* Why Choose Us section */
.why-choose {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: -100px;
}

.card {
    flex: 1 1 calc(33.333% - 20px);
    /* border-radius: 15px; */
    overflow: hidden;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}

.card-heading {
    padding: 15px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}

.card-body {
    background-color: white;
    padding: 15px;
    color: #333;
    text-align: center;
    font-size: 20px;
}

/* Colored headings */
.red {
    background-color: #ff4d4d;
    font-size: 35px;
}

.green {
    background-color: #53c653;
    font-size: 35px;
}

.blue {
    background-color: #00a9e0;
    font-size: 35px;
}

/* Responsive layout */
@media (max-width: 992px) {
    .card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .card {
        flex: 1 1 100%;
    }
}


/* FAQ section - Full width */
.faq-section {
    background-image: url('Images/LITTLE\ STAR_ABOUT\ US-05.webp');
    /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    width: 100%;
}

.faq-container {
    max-width: 1000px;
    margin: auto;
}

.faq-section h2 {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 15px;
    background-color: white;
    color: black;
    border-radius: 10px;
    overflow: hidden;
    font-size: 20px;
}

.faq {
    padding: 15px 20px;
    font-weight: bold;
    cursor: default;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    background-color: #f0f0f0;
    padding: 0 20px;
    border-top: 1px solid #ccc;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item:hover .faq-content {
    max-height: 200px;
    /* Adjust based on your content height */
    padding: 15px 20px;
}

.faq-item:hover .faq-content {
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .card {
        flex: 1 1 100%;
    }

    .box {
        flex-direction: column;
        text-align: justify;
    }

    .box img {
        margin: auto;
    }
}




.faq-heading {
    background-color: #53c653;
    /* Soft green */
    color: white !important;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 26px;
    text-align: center;
    margin-bottom: -20px !important;
    position: relative;
    z-index: 2;
}






.why-heading {
    background-color: #ff4d4d;
    /* A nice red tone */
    color: white !important;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 26px;
    text-align: center;
    margin-bottom: -20px !important;
    position: relative;
    z-index: 2;
}






.cloud-bg {
    background-image: url('Images/little\ star-03.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 1100px;
    width: 100%;
}

@media (max-width: 600px) {
    .cloud-bg {
        height: 250px;
    }
}

@media (min-width: 601px) and (max-width:800px) {
    .cloud-bg {
        height: 400px;
    }
}

@media (min-width: 801px) and (max-width:1000px) {
    .cloud-bg {
        height: 600px;
    }
}

@media (min-width: 1001px) and (max-width:1200px) {
    .cloud-bg {
        height: 600px;
    }
}

@media (min-width: 1201px) and (max-width:1400px) {
    .cloud-bg {
        height: 800px;
    }
}

@media (min-width: 1401px) and (max-width:1600px) {
    .cloud-bg {
        height: 1000px;
    }
}

@media (min-width: 1601px) and (max-width:1800px) {
    .cloud-bg {
        height: 1100px;
    }
}





header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* padding: 1rem 0; */
}

.navbar {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: white;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo img {
    height: 80px;
    width: 140px;
}

.tagline {
    font-size: 0.75rem;
    color: #fff;
}

nav {
    display: flex;
    gap: 2rem;
    font-family: 'Baloo 2';
}

nav a {
    text-decoration: none;
    font-size: 1rem;
    color: #00aaff;
    transition: color 0.3s;
}

nav a:hover {
    color: #0077b6;
}

nav a.contact {
    color: #ffca28;
}

.hamburger {
    font-size: 2rem;
    color: #00aaff;
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.mobile-menu a {
    padding: 0.5rem 1rem;
    color: #009be0;
    text-decoration: none;
}

.mobile-menu a.contact {
    color: #ffca28;
}





/* Hero */
.hero {
    background: url(Images/hero-2.webp) repeat-x bottom;
    height: 680px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    nav {
        display: none;
    }

    .hamburger {
        display: block;
        margin-right: 30px;
    }

    .mobile-menu.show {
        display: flex;
        margin-top: 50px;
    }

    .tagline {
        color: #333;
    }
}

.cards-container p {
    font-size: 20px;

}


/* Hero */
.hero {
    background: url('Images/hero-2.webp') repeat-x bottom;
    height: 700px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    nav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .mobile-menu.show {
        display: flex;
        margin-top: 50px;
    }

    .tagline {
        color: #333;
    }
}








.about-founder {
    background-color: #fff;
    padding: 60px 20px;
}

.founder-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.founder-image {
    flex: 1 1 300px;
    text-align: center;
}

.founder-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.founder-text {
    flex: 2 1 400px;
}

.founder-text h2 {
    font-size: 35px;
    color: #b83964;
    margin-bottom: 20px;
}

.founder-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 768px) {
    .founder-container {
        flex-direction: column;
        text-align: center;
    }

    .founder-text {
        padding-top: 20px;
    }

    .founder-text h2 {
        font-size: 35px;
    }

    .founder-text p {
        font-size: 20px;
    }
}