* {
    padding: 0;
    margin: 0;
}

body * {
    font-family: "Kumbh Sans", sans-serif;
    text-transform: capitalize;
    overflow: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
}

input {
    border: none;
    outline: none;
}

input {
    max-width: 100%;
    overflow: hidden;

}

.pad-1 {
    padding: 10px 0;
}

.pad-12 {
    padding: 12px 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.show-mobile {
    display: none;
}




/* header design */
.header-hero-section {
    background: url(../image/home/hero-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-container {
    padding: 2rem 0;
}

.header-container .container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.header-button-container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.yellow-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #FDC800;
    background: #FFF;
    padding: 10px 15px;
    color: #0085F2;
    /* font-size: 18px; */
    font-weight: 500;
}

.blue-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #0085F2;
    background: #0085F2;
    padding: 10px 15px;
    color: #FFF;
    /* font-size: 18px; */
    font-weight: 500;
}

.hero-img {}






/* hero-section-design */
.hero-container {
    /* border: 1px solid; */
    padding: 2rem 0 0 0;
}

.hero-super-title {
    background: rgba(253, 200, 0, 0.50);
    padding: 10px;
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
}

.hero-title {
    color: #212529;
    font-size: 56px;
    font-weight: 700;
    line-height: 150%;
    text-transform: none;
}

.hero-title span {
    color: #0085F2;
    font-size: 75px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

.line {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-features {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1rem;
    align-items: center;
    margin: 10px 0;
}

.hero-features .hero-feature-item {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.hero-features .hero-feature-item img {
    border-radius: 10px;
    background: rgba(0, 133, 242, 0.30);
    aspect-ratio: 1/1;
    padding: 8px;
}

.hero-description {
    color: #7B7B8A;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    width: 75%;
    text-transform: none;
}

.hero-button-container {
    display: flex;
    gap: 1rem;
}

.hero-img-container {
    display: flex;
}

.hero-img {
    display: flex;
    align-self: end;
    justify-content: center;
}

/* section title design */
.section-title-container {
    text-align: center;
}

.section-title-container .super-title {
    color: #0085F2;
    font-size: 18px;
    font-weight: 700;
}

.section-title-container .section-title {
    color: #212529;
    font-family: "Urbanist";
    font-size: 56px;
    font-weight: 700;
    text-transform: none;
    position: relative;
}

.section-title-container .section-title span {
    color: #0085F2;
    font-weight: 700;
    position: relative;
}

.section-title-container .section-title span .line {
    /* margin: 0;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -8PX;
}

.section-description {
    color: #101210;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.32px;
    max-width: 600px;
    margin: 1rem auto;
}

/* features-section design */
.features-section {
    padding: 4rem 0;

}

.features-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 10px 0;

}

.features-container .fetures-grid {
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 10px #0000001e;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.features-container .fetures-grid .features-number {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.feature-title {
    color: #666;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


/* about section design */
.about-section {
    padding: 4rem 0;
    background: url(../image/home/about-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: none;

}

.about-grid {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(37, 9, 62, 0.10);
    padding: 1.5rem;
    text-align: center;
    position: relative;
}

.about-grid .about-grid-feature {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    border-radius: 0 20px 0 20px;
    padding: 10px;
}

.about-grid .about-grid-feature span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-grid .about-grid-feature.blue {
    background: linear-gradient(90deg, #0085F2 0%, #73C0FF 100%);
}

.about-grid .about-grid-feature.yellow {
    background: linear-gradient(90deg, #FDC800 0%, #FFDD5C 100%);
}

.about-grid-title {
    color: #101210;
    font-size: 24px;
    font-weight: 600;
}

.about-grid p {
    color: #7B7B7B;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin: auto;
}



/* courses-section design */
.courses-section {
    padding: 4rem 0;
}

.courses-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.75rem;
    padding-bottom: 10px;
}

.courses-container .courses-grid {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 10px #00000034;

}

.courses-container .courses-grid a img {
    width: 100%;
    border-radius: 10px 10px 0 0;

}

.courses-container .courses-grid .course-context {
    padding: 1.5rem;
}

.courses-container .courses-grid .course-title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
}

.course-button-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.course-button-container button {
    padding: 10px;
    border-radius: 6px;
    color: #0085F2;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    background-color: transparent;
}

.course-button-container .demo-button {
    border-color: #0085F2;
    color: #0085F2;
}

.course-button-container .subscribe-button {
    background: #0085F2;
    color: #fff;
}

.subscribe-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.course-button-container .select-year-container {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.course-button-container .select-year-container .select-year-grid {
    padding: 10px;
    border-radius: 6px;
    color: #0085F2;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #0085F2;
    background-color: transparent;
    cursor: pointer;
}

.course-button-container .select-year-container .select-year-grid.selected,
.course-button-container .select-year-container .select-year-grid:hover {
    background: #FDC800;
}

.price-container {
    position: absolute;
    border-radius: 6px;
    background: rgba(253, 200, 0, 0.80);
    backdrop-filter: blur(10px);
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    /* color: #FFF; */
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 800;
}

.tag-container.popular {
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

.tag-container.popular {
    background: linear-gradient(135deg, #AA70FF 8.58%, #580CC4 91.42%);
}

.free-demo {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.free-demo img {
    width: 80px;
}

.free-demo div {
    padding: 8px;
    border-radius: 5px;
    background: rgba(0, 133, 242, 0.40);
    backdrop-filter: blur(2px);
    color: #fff;
    font-weight: 500;
}

.courses-grid:hover .free-demo {
    display: block;
}

.courses-grid:hover .course-img {
    filter: sepia(60%);
}

.width-100 {
    width: 100%;
    display: flex;
    justify-content: center;
}












/* about 2 section design */
.about2-section {
    padding: 4rem 0;
    background: #FDC800;

}

.about2-section .section-title {
    color: #212529;
    font-family: "Urbanist";
    font-size: 56px;
    font-weight: 700;
    text-transform: none;
    position: relative;
}

.about2-section .section-title span {
    color: #0085F2;
    font-weight: 700;
    position: relative;
}

.about2-section .section-title span .line {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -8PX;
}

.about2-section p {
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-align: justify;
}

.abt2-video-container {
    display: flex;
}

.about-video-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 1rem;
}

.video-play-btn {
    border-radius: 6px;
    background: #FFF;
    padding: 10px;
    text-align: center;
    color: #0085F2;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
}



/* features 2 section design */
.features-2-section {
    padding: 4rem 0;
    background: url(../image/home/feature2-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.features2-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.75rem;
}

.features2-container .feature2-grid {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 1.5rem;
}

.features2-container .feature2-grid .feature-icon-box {
    border-radius: 80px;
    background: #E9FBFB;
    aspect-ratio: 1/1;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
}

.features2-container .feature2-grid .feature2-title {
    color: #212529;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.features2-container .feature2-grid .feature-2-description {
    color: #7B7B8A;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}


/* parnershipt section design */
.partnership-section {
    padding: 4rem 0;

}

.partnership-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.75rem;
}

.partnership-container .partnership-grid {
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}

.partnership-container .partnership-grid.color-1 {
    background: #FFE8E8;
}

.partnership-container .partnership-grid.color-2 {
    background: #E9FBFB;
}

.partnership-container .partnership-grid.color-3 {
    background: #E8F5FE;
}

.partnership-container .partnership-grid.color-4 {
    background: #FEF6EB;
}

.partnership-icon-box {
    border-radius: 80px;
    background: #fff;
    aspect-ratio: 1/1;
    padding: 1rem;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    width: 80px;
}

.partnership-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.partnership-section .row .blue-btn2 {
    border-radius: 5px;
    border: 1px solid #0085F2;
    padding: 10px 1.5rem;
    margin: auto;
    width: auto;
}

.testimonial-section {
    padding: 6rem 0;
    background: url(../image/home/testimonial-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.testimonial-section .testimonial {
    border-radius: 10px;
    background: #FFF;
    padding: 1.5rem 1rem;
    text-align: center;
}

.testimonial p {
    color: #7B7B8A;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 5px;
}

.testimonial .rating-box {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.testimonial h4 {
    color: #212529;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial .client-details {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    gap: 5px;
    list-style-type: none;
    color: #FDC800;
    text-align: center;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.testimonial.block-2 p {
    color: #000;
}

.testimonial-title-container {
    display: flex;
}

.testimonial-section .section-title-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    /* border: 1px solid; */

    width: 80%;
    margin: auto;
}

.testimonial-section .section-title-container .section-title {
    text-align: left;
}




/* faq section design */
.faq-section {
    padding: 6rem 0;
}

.faq-section .section-title-container {
    text-align: left;
}

.faq-section .section-title-container .section-description {
    text-align: left;
}

.nav--link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 12px 1rem;
    border: none;
    margin: 2px 0;
    border-radius: 40px;
    background: transparent;
}

.nav--link.active {
    background: rgba(0, 133, 242, 0.20);
}

.faq-container {
    display: flex;
    align-items: center;
}










































/* cta section design */
.cta-section {
    padding: 6rem 0;
    background: url(../image/home/cta-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.75rem;
}

.cta-container .cta-grid {
    border-radius: 100px;
    background: #0085F2;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
}

.cta-container .cta-grid span {
    color: #FDC800;
    font-family: Urbanist;
    font-size: 26px;
    font-weight: 500;
}





/* footer section design */
.footer-section {
    padding: 6rem 0;
    background: url(../image/home/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.footer-section p,
.footer-about,
.footer-section a {
    color: #7B7B8A;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.footer-contact-list {
    list-style-type: none;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.foot-title {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
}

.social-list {
    display: flex;
    list-style-type: none;
    gap: 10px;
    padding-left: 0;
}

.social-list li a {
    font-size: 0;
}

.social-list li {
    border-radius: 2px;
    background: #1F2638;
    padding: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-links-list {
    list-style-type: none;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.footer-newsletter-container {
    display: flex;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
    align-items: center;
    overflow: hidden;
}

.footer-section .blue-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-section {
    padding: 2rem 0;
    border-top: 1px solid #7B7B8A;
    background: url(../image/home/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.copyright-section p {
    color: #7B7B8A;
    font-size: 16px;
    font-weight: 400;
}

.copyright-section p a {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.other-products-container {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.other-products-container .other-product-container {
    border: 1px solid #FDC800;
    background: rgba(253, 200, 0, 0.20);
    border-radius: 5px;
    padding: 10px 10px;
    max-width: 120px;
}









.accordion-item {
    border: 1px solid #0085F2;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}









/* cart modal design */
.cart-modal * {
    margin-bottom: 0;

}

.cart-modal .cart-row {
    background: #FDC800;
    display: grid;
    grid-template-columns: 2fr 8fr 2fr;
    gap: 1%;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 14px 0;
    border-radius: 5px;
}

.cart-modal .cart-row img {
    border-radius: 5px;
}

.cart-modal .cart-row .cart-item-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart-modal .cart-row .cart-item-detail .cart-item-super-text {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0085F2;
    font-size: 14px;
    font-weight: 400;
}

.cart-modal .cart-row .cart-item-detail h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}

.cart-modal .cart-row .cart-item-detail .item-price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.cart-modal .item-action-btn {
    justify-content: center;
}

.cart-modal .cart-row-total {
    background: #FDC800;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 14px 0;
    border-radius: 5px;
    font-size: 20px;
}

.cart-modal .cart-row-total span {
    color: #0085F2;
    font-weight: 700;
    font-size: 22px;
}














@media only screen and (min-width: 1400px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-title span {
        font-size: 52px;
    }

    .section-title-container .section-title {
        font-size: 50px;
    }

    .about-grid p {
        font-size: 18px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hide-1200-992 {
        display: none;
    }

    .hero-title {
        font-size: 45px;
        line-height: 135%;
    }

    .hero-title span {
        font-size: 50px;
        padding-bottom: 8px;
    }

    .hero-description {
        line-height: 140%;
        width: 100%;
    }

    .section-title-container .section-title {
        font-size: 45px;
    }

    .courses-container .courses-grid .course-context {
        padding: 1rem;
    }

    .courses-container .courses-grid .course-title {
        font-size: 20px;
    }

    .course-button-container button {
        font-size: 16px;
    }

    .tag-container.popular {
        top: 42%;
    }

    .features2-container,
    .partnership-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cta-container .cta-grid span {
        font-size: 22px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero-title span {
        font-size: 62px;
        padding-bottom: 10px;
    }

    .hero-description {
        line-height: 140%;
        width: 100%;
    }

    .hero-img-container {
        justify-content: center;
    }

    .section-title-container .section-title {
        font-size: 42px;
    }

    .about-grid .about-grid-feature {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }

    .courses-container {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .features2-container,
    .partnership-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    div#testimonial01 {
        order: 2;
    }

    div#testimonial02 {
        order: 1;
    }

    .faq-section,
    .cta-section,
    .footer-section {
        /* padding: 4rem 0; */
        padding: 2rem 0;
    }

    .faq-section .section-title-container .section-description {
        text-align: left;
        max-width: 100%;
    }

    .faq-variation-conatiner {
        flex-direction: row;
    }

    .faq-variation-conatiner .flex-column {
        flex-direction: row !important;
        gap: 10px;
        margin-bottom: 10px;
    }

    .cta-grid img {
        width: 42px;
    }

    .cta-container .cta-grid span {
        font-size: 16px;
        font-weight: 600;
    }

    .cart-modal .cart-row {
        grid-template-columns: 2fr 4fr 2fr;
    }

    .cart-modal .cart-row .cart-item-detail h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0;
    }

    .cart-modal .item-action-btn.blue-btn {
        padding: 10px 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .hero-title span {
        font-size: 50px;
        padding-bottom: 10px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-features {
        grid-template-columns: auto auto;
        gap: 8px;
    }

    .hero-description {
        line-height: 140%;
        width: 100%;
        font-size: 18px;
    }

    .hero-img-container {
        justify-content: center;
    }

    .section-title-container .section-title {
        font-size: 32px;
    }

    .features-container {
        gap: 1rem;
    }

    .about-grid .about-grid-feature {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }

    .courses-container .courses-grid .course-title {
        font-size: 18px;
    }

    .price-container {
        top: 8px;
        left: 8px;
        padding: 6px 8px;
        font-size: 12px;
        font-weight: 600;
    }

    .courses-container {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .tag-container.popular {
        top: 38%;
        padding: 4px;
        font-size: 10px;
    }

    .course-button-container button {
        padding: 6px;
        font-size: 16px;
    }

    .features2-container,
    .partnership-container {
        grid-template-columns: 1fr 1fr;
    }

    div#testimonial01 {
        order: 2;
    }

    div#testimonial02 {
        order: 1;
    }

    .faq-section,
    .cta-section,
    .footer-section,
    .about-section {
        padding: 2rem 0;
    }

    .faq-section .section-title-container .section-description {
        text-align: left;
        max-width: 100%;
    }

    .faq-variation-conatiner {
        flex-direction: row;
    }

    .faq-variation-conatiner .flex-column {
        flex-direction: row !important;
        gap: 5px;
        margin-bottom: 10px;
    }

    .cta-grid img {
        width: 42px;
    }

    .cta-container .cta-grid span {
        font-size: 16px;
        font-weight: 600;
    }

    .cart-modal .cart-row {
        grid-template-columns: 2fr 4fr 2fr;
    }

    .cart-modal .cart-row .cart-item-detail h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0;
    }

    .cart-modal .item-action-btn.blue-btn {
        padding: 10px 10px;
    }

    .other-products-container {
        justify-content: center;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-title {
        font-size: 32px;
        line-height: 140%;
    }

    .hero-title span {
        font-size: 34px;
        padding-bottom: 6px;
    }

    .hero-features {
        grid-template-columns: auto;
        gap: 10px;
    }

    .hero-description {
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        width: 100%;
    }

    .section-title-container .section-title {
        font-size: 30px;
    }

    .features-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about-grid .about-grid-feature {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }

    .show-mobile {
        display: block;
    }

    .courses-container,
    .features2-container,
    .partnership-container,
    .cta-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    div#testimonial01 {
        order: 2;
    }

    div#testimonial02 {
        order: 1;
    }

    .faq-section,
    .cta-section,
    .footer-section,
    .about-section,
    .testimonial-section {
        padding: 2rem 0;
    }

    .cta-grid img {
        width: 46px;
    }

    .cta-container .cta-grid {
        padding: 10px;
        gap: 10px;
    }

    .cta-container .cta-grid span {
        font-size: 20px;
    }

    .header-button-container .yellow-btn img,
    .header-button-container .blue-btn span {
        display: none;
    }

    .header-button-container .search-container {
        max-width: 60%;
    }

    .cart-modal .cart-row {
        grid-template-columns: 2fr 4fr 2fr;
    }

    .cart-modal .cart-row .cart-item-detail h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0;
    }

    .cart-modal .item-action-btn.blue-btn {
        padding: 10px 10px;
    }

    .cart-modal .item-action-btn.blue-btn span,
    .cart-modal .item-action-btn.yellow-btn span {
        display: none;
    }

    .other-products-container {
        justify-content: center;
    }
}



/* Extra extra small devices (phones, 600px and down) */
@media only screen and (max-width: 360px) {
    .header-container .container {
        display: grid;
        gap: 0;
        grid-template-columns: 30% 70%;
    }

    .header-button-container .yellow-btn,
    .header-button-container .blue-btn {
        padding: 10px 6px;
    }

    .hero-super-title {
        font-size: 16px;
    }

    .section-title-container .section-title {
        font-size: 26px;
    }
}