*{
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.17);
}
.headerLogo{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    margin-left: 20px;
}
.headerLogo img{
    width: 255px;
    height: 35px;
}
nav{
    width: 100%;
}
.desktopMenu{
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.desktopMenu a{
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.767);
    text-decoration: none;
    padding: 16px 20px;
    transition-property: all;
    transition-duration: 0.2s;
}
@media(max-width:900px){
    #aboutUsHeader{
        display: none;
    }
}
.desktopMenu a:hover{
    color: rgb(47, 201, 0);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
    z-index: 100;
}
#arrowBlack img{
    display: inline-block;
    height: 10px;
    width: 10px;
}
#arrowGreen img{
    display: none;
    transform: rotate(270deg);
    height: 10px;
    width: 10px;
}
.mockTest:hover #arrowBlack img{
    display: none;
    height: 10px;
    width: 10px;
}
.mockTest:hover #arrowGreen img{
    display: inline-block;
    height: 10px;
    width: 10px;
}
.mockTestDropdown{
    display: none;
    margin-top: 16px;
    position: absolute;
}
.mockTest:hover .mockTestDropdown{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
    background-color: white;
}
@media(max-width: 800px){
    .desktopMenu{
        display: none;
    }
    .headerLogo{
        margin-left: 10px;
    }
    .headerLogo img{
        width: 200px;
        height: 27.45px;
    }
}

/* menu for mobile */

.mobileMenu{
    display: flex;
    justify-content: end;
    position: relative;
}
#mobileMenuOpen img{
    width: 30px;
    margin: 6px 20px 3px 0;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
    border-radius: 7px;
}
#mobileMenuClose img{
    display: none;
    width: 30px;
    margin: 6px 20px 3px 0;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
    border-radius: 7px;
}
.mobileMenuContent{
    position: absolute;
    display: none;
    flex-direction: column;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
    font-weight: 600;
    width: 250px;
    border-radius: 5px;
    background-color: white;
    right: -250px;
    top: 110%;
    z-index: 2;
}
.mobileMenuContent a{
    font-size: 16px;
    text-decoration: none;
    padding: 16px 20px;
    margin: 0px 5px;
    color: rgba(0, 0, 0, 0.767);
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobileMenuContent a:hover{
    color: rgb(47, 201, 0);
}
.mobileMockTest{
    width: 100%;
    display: block;
}
.mobileMenuButton.clicked .mobileMenuContent {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 10px;
    top: 110%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
    font-weight: 600;
}
.mobileMenuButton.clicked #mobileMenuOpen img{
    display: none;
}
.mobileMenuButton.clicked #mobileMenuClose img{
    display: inline-block;
}
@media(min-width: 800px) {
    .mobileMenu{
        display: none;
    }
}


/* Breadcurmb */
.breadcrumb{
    margin: 20px 0 0 35px;
    color: #5f5f5f;
    font-size: 17px;
}
.breadcrumbList{
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbList li{
    list-style: none;
}
.breadcrumbList span{
    margin: 0 7px;
}
.breadcrumbList a{
    text-decoration: none;
    color: #017cee;
}
@media(max-width: 550px){
    .breadcrumb{
        display: none;
    }
}


/* This Part is for footer */
footer{
    background-color: rgb(230, 230, 230);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerContainer{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.footerBox{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
    align-items: center;
    margin-bottom: 20px;
}
.footerContactItems{
    display: flex;
    justify-content: center;
}
.footerSocialIcon{
    height: 40px;
    width: 40px;
    border-radius: 10px;
}
#footerFacebook{
    background-image: url("https://sciencelesson.in/images/socialSprite.gif");
    background-repeat: no-repeat;
    background-position: -1px 0;
}
#footerInstagram{
    background-image: url("https://sciencelesson.in/images/socialSprite.gif");
    background-repeat: no-repeat;
    background-position: -40px 0;
}
#footerTweeter{
    background-image: url("https://sciencelesson.in/images/socialSprite.gif");
    background-repeat: no-repeat;
    background-position: -80px 0;
}
#footerQuora{
    background-image: url("https://sciencelesson.in/images/socialSprite.gif");
    background-repeat: no-repeat;
    background-position: -120px 0;
}
#footerWhatsapp{
    background-image: url("https://sciencelesson.in/images/socialSprite.gif");
    background-repeat: no-repeat;
    background-position: -160px 0;
}
#footerTelegram{
    background-image: url("https://sciencelesson.in/images/socialSprite.gif");
    background-repeat: no-repeat;
    background-position: -200px 0;
}
@media(max-width: 1000px){
    .footerBox{
        width: 50%;
    }
}

.footerBox img{
    width: 250px;
    height: 34.31px;
}
.footerBox p{
    color: rgb(59, 59, 59);
    font-size: 20px;
    text-align: center;
    margin: 7px 7px 0 7px;
}
.footerBox a{
    text-decoration: none;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(54, 54, 54);
}
.footerBox a:hover{
    color: #2fc900;
}
.footerQuotes p{
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(to right, rgb(0, 182, 0), #017cee);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.footerContactItems img{
    width: 40px;
    height: 40px;
    border-radius: 7px;
    margin: 0 7px;
}

.copyrightNotice{
    text-align: center;
    margin-top: 10px;
}
@media(max-width: 600px){
    .footerBox{
        width: 100%;
    }
    .footerQuotes p{
        font-size: 16px;
    }
    .footerBox a{
        font-size: 15px;
    }
    .footerBox p{
        font-size: 16px;
    }
}
.footerSitemapHeading{
    margin-bottom: 15px;
    font-weight: 600;
}
.footerSitemapHeading a{
    text-decoration: none;
    font-size: 18px;
    color: #494949;
}
.footerSitemapHeading a:hover{
    color: #2fc900;
}

.footerSitemap{
    display: flex;
    width: 100%;
    /* background-color: antiquewhite; */
}
.footerSitemapBox{
    /* background-color: aqua; */
    width: 25%;
    margin: 0 10px;
    box-sizing: border-box;
}
.footerSitemapBox ul{
    font-size: 19px;
    font-weight: 600;
}
.footerSitemapBox ul a{
    text-decoration: none;
    
    color: #333333;
    padding: 7px 0 7px 0;
}
.footerSitemapBox li{
    padding: 7px 0 7px 7px;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}
.footerSitemapBox ul a:hover{
    color: #2b4aff;
}
@media(max-width: 900px){
    .footerSitemap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerSitemapBox{
        width: 45%;
        margin-bottom: 20px;
    }
}
@media(max-width: 500px){
    .footerSitemapBox{
        width: 100%;
        margin: 0 0 20px 20px;
    }
    .footerSitemapBox ul a{
        font-size: 16px;
    }
    .footerSitemapHeading a{
        font-size: 16px;
    }
}
.offerings {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cardContainer {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cardContainer * {
    box-sizing: border-box;
}

.contentBox {
    display: flex;
    width: calc(50% - 20px);
    flex-direction: row-reverse;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 10px #64646459;
    margin: 10px;
    background-color: #ffffff;
    transition: all 0.3s;

    h2 {
        color: #0d6efd;
        font-size: 1.8rem;
    }

    p {
        font-size: 1.1rem;
        color: #525252;
    }
}
.contentBox:hover{
    box-shadow: 0 5px 10px #80808074;
    transform: translateY(-1px);
}

.cardImage {
    text-align: center;
    width: 150px;
    height: 112px;

    img {
        width: 100%;
        height: 100%;
        margin: auto 0;
    }
}

.cardInfo {
    width: calc(100% - 132px);
    text-align: center;
}

.cardButton {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardButton a {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #0d6efd;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    /* margin-top: 200px; */
}
.cardButton a:hover {
    background: #0d6efd;
}

@media (max-width: 1000px) {
    .contentBox {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .offerings h2 {
        font-size: 1.4rem;
    }
    .offerings p{
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 550px) {
    .offerings h2 {
        font-size: 1.2rem;
    }
    .offerings p{
        font-size: 15px;
        font-weight: 400;
    }
    a{
        font-size: 16px;
    }
    /* .cardImage {
        text-align: center;
        width: 100px;
        height: 75px;
    } */
}
/* FAQs */
.faq-section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
    text-align: center;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h4 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #585858;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.faq-item h4:hover {
    color: #0d6efd;
}

.faq-question {
    flex: 1;
}

.faq-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(90deg); /* Down arrow when expanded */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Adjust based on content; can use JS for dynamic height */
}

.faq-answer p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 20px 15px;
    }

    .faq-section h2 {
        font-size: 1.4rem;
    }

    .faq-item h4 {
        font-size: 1.3rem;
    }

    .faq-answer p {
        font-size: 1.1rem;
    }
}
main {
    background-color: #f8fcff;
}

.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 120px 0;
    margin-bottom: -120px;
    color: #333;
    box-sizing: border-box;
    background: linear-gradient(to bottom,
            white 0%,
            #f7edff 15%,
            #d6eeff 75%,
            #f8fcff 100%);
}

h1 {
    font-size: 2rem;
    text-align: center;
    color: #0d6efd;
}

.heroFeatures {
    width: 40%;
    max-width: 600px;
}

.heroFeature {
    display: flex;
    justify-content: left;
    margin: 15px 0;

    p {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        cursor: default;
        transition: all 0.35s;
        margin-left: 15px;
    }

    p:hover {
        color: #12b230;
        transform: translateY(-2px);
    }
    svg {
        width: 40px !important;
        height: 40px !important;
    }
}
.hero span{
    font-size: 2rem;
}
.heroFeature:first-of-type{
    background: linear-gradient(to right,
            #ffffff00,
            #ffffff,
            #ffffff00);
    padding: 15px 0;
    margin: 0;
}

.heroBanner {
    width: 40%;
    text-align: center;
    max-width: 600px;

    img {
        width: 80%;
        max-width: 500px;
    }
}

@media (max-width: 1425px) {
    .heroBanner {
        margin: auto 0;
    }
}

@media (max-width: 830px) {
    .heroFeatures {
        width: 100%;
        margin: 0 40px;
    }

    .heroBanner {
        /* display: none; */
        width: 80%;
    }
}

@media (max-width: 660px) {
    .hero {
        h1{
            font-size: 1.6rem;
        }
        p{
            font-size: 16px;
            font-weight: 600    ;
        }
    }
}
@media (max-width: 550px) {
    .hero{
        padding-top: 0;
        background: none;
        background-color: #f4faff;
    }
    .heroFeatures{
        margin: 0 15px;
        p{
            margin-left: 7px;
        }
    }
    .heroBanner {
        display: none;
    }
}

/* Reset and Base Styles */
.pageContent {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    color: #333;
}

/* Headings */
.pageContent h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #414141; /* Primary color from your design */
    margin-bottom: 25px;
    text-align: center;
}

.pageContent h2 strong {
    font-weight: 700; /* Single <strong> is sufficient */
}

.pageContent h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6a11cb; /* Secondary color */
    margin: 20px 0 10px;
}

/* Paragraphs */
.pageContent p, .pageContent li {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #555;
    list-style: none;
}

/* Emphasis */
.pageContent strong {
    color: #333;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pageContent {
        padding: 20px 15px;
    }

    .pageContent h2 {
        font-size: 1.4rem;
    }

    .pageContent h3 {
        font-size: 1.3rem;
    }

    .pageContent p, .pageContent li {
        font-size: 1.1rem;
    }
}

/* Optional: Add a subtle hover effect for interactivity */
.pageContent h3:hover {
    color: #0d6efd;
    transition: color 0.3s ease;
}
