/* ============================================================
   FULLY RESPONSIVE CSS
   Breakpoints: 1600px, 1440px, 1399px, 1280px, 1199px, 991px, 767px, 375px
   Note: font-size uses px only (no rem)
   ============================================================ */


/* ============================================================
   1600px — Extra Large Desktops
   ============================================================ */
@media (max-width: 1600px) {

    /* HERO */
    .hero-section {
        min-height: 50rem;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    /* SECTION HEADINGS */
    .heading {
        font-size: 44px;
    }

    .text {
        font-size: 20px;
    }

    .section-title {
        font-size: 2.3rem;
    }

    /* EXPERTS */
    .display-title {
        font-size: 34px;
    }

    /* MATH SECTION */
    .math-main-title {
        font-size: 34px;
    }

    /* STATS */
    .zb-stats-premium-title {
        font-size: 34px;
    }

    /* FAQ */
    .faq-section h3 {
        font-size: 2rem;
    }

    /* FOOTER */
    .footer-section .footer-heading {
        font-size: 1.15rem;
    }
}


/* ============================================================
   1440px — Large Desktops / Laptops
   ============================================================ */
@media (max-width: 1440px) {

    /* HERO */
    .hero-section {
        min-height: 44rem;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 14px;
    }

    /* CONTENT SECTION */
    .heading {
        font-size: 40px;
    }

    .text {
        font-size: 19px;
    }

    .content {
        padding: 35px;
    }

    /* SECTION TITLE */
    .section-title {
        font-size: 2.1rem;
    }

    /* CUSTOM TS SECTION */
    .custom-ts-heading {
        font-size: 2.5rem;
    }

    /* EXPERTS */
    .display-title {
        font-size: 32px;
    }

    .display-subtitle {
        font-size: 17px;
    }

    .expert-full-name {
        font-size: 26px;
    }

    /* ZB SECTION */
    .zb-heading {
        font-size: 32px;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-title {
        font-size: 32px;
    }

    .zb-stats-premium-heading {
        font-size: 22px;
    }

    /* MATH */
    .math-main-title {
        font-size: 32px;
    }

    .math-subtitle {
        font-size: 17px;
    }

    /* CONSULT */
    .consult-main-title {
        font-size: 1.9rem;
    }

    /* FAQ */
    .faq-section h3 {
        font-size: 1.9rem;
    }

    /* FOOTER */
    .footer-section .footer-heading {
        font-size: 1.1rem;
    }
}


/* ============================================================
   1399px — Standard Desktops
   ============================================================ */
@media (max-width: 1399px) {

    /* HERO */
    .hero-section {
        min-height: 45rem;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 14px;
    }

    /* CONTENT SECTION */
    .heading {
        font-size: 38px;
    }

    .text {
        font-size: 18px;
    }

    .content {
        padding: 30px;
        max-width: 680px;
    }

    /* SECTION TITLE */
    .section-title {
        font-size: 2rem;
    }

    /* CUSTOM TS */
    .custom-ts-heading {
        font-size: 32px;
    }

    .custom-ts-paragraph {
        font-size: 15px;
    }

    /* EXPERTS */
    .display-title {
        font-size: 30px;
    }

    .expert-full-name {
        font-size: 24px;
    }

    .expert-bio {
        font-size: 15px;
    }

    .tab-main-name {
        font-size: 18px;
    }

    /* ZB SECTION */
    .zb-heading {
        font-size: 30px;
    }

    .zb-card-title {
        font-size: 1.1rem;
    }

    /* MATH */
    .math-main-title {
        font-size: 30px;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-title {
        font-size: 30px;
    }

    /* LMS */
    .lms-title {
        font-size: 28px;
    }

    /* HELP SECTION */
    .main-title-text {
        font-size: 24px;
    }

    /* FAQ */
    .faq-section h3 {
        font-size: 1.8rem;
    }

    .accordion-button {
        font-size: 0.95rem;
    }

    /* AC SERVICE */
    .ac-section-title {
        font-size: 30px;
    }

    /* FOOTER */
    .footer-links a {
        font-size: 0.88rem;
    }
    .math-feature-list li {
    font-size: 14px;
    }
}


/* ============================================================
   1280px — Smaller Desktops / Large Tablets Landscape
   ============================================================ */
@media (max-width: 1280px) {

    /* TOP BAR */
    .top-links a {
        font-size: 12px;
        margin-left: 15px;
    }

    /* NAVBAR */
    .navbar-nav .nav-link {
        font-size: 13px;
        margin: 0 7px;
    }

    /* HERO */
    .hero-section {
        min-height: 42rem;
    }

    .stats-title {
    font-size: 34px;
}

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content {
        max-width: 500px;
    }

    /* CONTENT SECTION */
    .heading {
        font-size: 36px;
    }

    .text {
        font-size: 17px;
    }

    .content {
        padding: 28px;
    }

    /* COURSE SECTION */
    .section-title {
        font-size: 1.9rem;
    }

    .section-subtitle {
        font-size: 14px;
    }

    /* CUSTOM CARD */
    .card-heading {
        font-size: 1.2rem;
    }

    .card-text {
        font-size: 0.9rem;
    }

    /* STATS CARD */
    .stats-card-title {
        font-size: 24px;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-title {
        font-size: 28px;
    }

    .zb-stats-premium-heading {
        font-size: 20px;
    }

    /* EXPERTS */
    .display-title {
        font-size: 28px;
    }

    .display-subtitle {
        font-size: 16px;
    }

    .expert-full-name {
        font-size: 22px;
    }

    .expert-tenure {
        font-size: 15px;
    }

    .expert-bio {
        font-size: 14px;
    }

    .tab-main-name {
        font-size: 17px;
    }

    .tab-sub-info {
        font-size: 13px;
    }

    /* ZB SECTION */
    .zb-heading {
        font-size: 28px;
    }

    .zb-subtext {
        font-size: 14px;
    }

    .zb-card-title {
        font-size: 1rem;
    }

    .zb-card-text {
        font-size: 13px;
    }

    /* CUSTOM TS */
    .custom-ts-heading {
        font-size: 30px;
    }
    .exam-top-title {
    font-size: 34px;
    }
    .custom-ts-paragraph {
        font-size: 15px;
    }

    /* LMS */
    .lms-title {
        font-size: 26px;
    }

    .lms-desc {
        font-size: 15px;
    }

    .lms-list-item {
        font-size: 14px;
    }

    /* MATH */
    .math-main-title {
        font-size: 28px;
    }

    .math-subtitle {
        font-size: 16px;
    }

    .math-feature-list li {
        font-size: 15px;
    }

    /* REVIEW SECTION */
    .ac-review-text {
        font-size: 13.5px;
    }

    .ac-platform-title {
        font-size: 18px;
    }

    .ac-rating {
        font-size: 16px;
    }

    /* AC SERVICE */
       .ac-section-title {
        font-size: 30px;
    }

    .ac-description {
        font-size: 0.95rem;
    }

    .ac-sub-heading {
        font-size: 1.15rem;
    }

    /* HELP SECTION */
    .main-title-text {
        font-size: 22px;
    }

    .sub-title-text {
        font-size: 14px;
    }

    /* FAQ */
    .faq-section h3 {
        font-size: 1.7rem;
    }

    /* FOOTER */
    .footer-section .footer-heading {
        font-size: 1rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }

    .text-muted-custom {
        font-size: 0.82rem;
    }
}


/* ============================================================
   1199px — Tablet Landscape / Small Desktop
   ============================================================ */
@media (max-width: 1199px) {

    /* TOP BAR */
    .top-links a {
        font-size: 12px;
        margin-left: 12px;
    }

    /* NAVBAR */
    .navbar-nav .nav-link {
        font-size: 13px;
        margin: 0 5px;
    }

    .talk-btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    /* HERO */
    .hero-section {
        min-height: 38rem;
        padding: 60px 0 60px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-content {
        max-width: 460px;
    }

    /* CONSULT SECTION */
    .consult-main-title {
        font-size: 1.7rem;
    }

    .consult-input {
        height: 44px;
    }

    .consult-submit-btn {
        height: 44px;
        font-size: 14px;
    }

    .stats-title {
        font-size: 28px;
    }

    /* LOGO SLIDER */
    .logo-slide-card {
        width: 220px;
    }

    /* CONTENT SECTION */
    .heading {
        font-size: 32px;
    }

    .text {
        font-size: 16px;
    }

    .content {
        padding: 25px;
    }

    /* COURSE SECTION */
    .course-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .card-heading {
        font-size: 1.1rem;
    }

    /* STATS */
    .stats-section {
        padding: 50px 0;
    }

    .stats-card {
        padding: 40px 30px;
    }

    .stats-card-title {
        font-size: 22px;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-section {
        padding: 50px 0;
    }

    .zb-stats-premium-title {
        font-size: 26px;
    }

    .zb-stats-premium-heading {
        font-size: 28px;
    }

    .zb-stats-premium-box {
        padding: 30px 15px;
    }

    /* ZB SECTION */
    .zb-section {
        padding: 60px 0;
    }

    .zb-heading {
        font-size: 26px;
    }

    .zb-subtext {
        font-size: 14px;
    }

    .zb-card {
        padding: 20px;
    }

    .zb-card-title {
        font-size: 1rem;
    }

    /* CUSTOM TS */
    .custom-ts-section {
        padding: 60px 0;
    }

    .custom-ts-heading {
        font-size: 25px;
    }

    .custom-ts-paragraph {
        font-size: 14px;
    }

    .custom-ts-img-wrapper {
        min-height: 400px;
    }

    /* LMS */
    .lms-main-wrapper {
        padding: 60px 0;
    }

    .lms-title {
        font-size: 24px;
    }

    .lms-desc {
        font-size: 14px;
    }

    /* EXPERTS */
    #experts-display {
        padding: 25px 0;
    }

    .display-title {
        font-size: 26px;
    }

    .display-subtitle {
        font-size: 15px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    .expert-bio {
        font-size: 14px;
        margin: 15px 0;
    }

    .expert-tenure {
        font-size: 14px;
    }

    .tab-main-name {
        font-size: 16px;
    }

    .tab-sub-info {
        font-size: 12px;
    }

    .tab-trigger {
        padding: 15px;
    }

    .expert-details-area .expert-card {
        padding: 30px;
    }

    .metric-value {
        font-size: 15px;
    }

    .metric-text {
        font-size: 13px;
    }

    /* MATH SECTION */
    .math-hero-section {
        padding: 60px 0;
        min-height: 380px;
    }

    .math-main-title {
        font-size: 26px;
    }

    .math-subtitle {
        font-size: 15px;
    }

    .math-feature-list li {
        font-size: 14px;
    }

    /* REVIEWS */
    .ac-comments-section {
        padding: 60px 0;
    }

    .ac-platform-title {
        font-size: 17px;
    }

    .ac-rating {
        font-size: 16px;
    }

    .ac-review-text {
        font-size: 13px;
    }

    /* AC SERVICE */
    .ac-service-wrapper {
        padding: 0;
    }

    .ac-row-spacing {
        margin-bottom: 50px;
    }

    .ac-section-title {
        font-size: 26px;
    }

    .ac-description {
        font-size: 0.92rem;
    }

    .ac-sub-heading {
        font-size: 1.1rem;
    }

    /* SHOWCASE */
    .ac-showcase-section {
        padding: 30px 0;
    }

    .ac-main-heading {
        font-size: 26px;
    }

    .ac-showcase-section .ac-sub-heading {
        font-size: 22px;
    }

    .ac-showcase-section p {
        font-size: 15px;
    }

    .ac-list {
        font-size: 16px;
    }

    /* HELP SECTION */
    .help-custom-section {
        padding: 60px 0;
    }

    .form-separated-card {
        padding: 30px;
    }

    .main-title-text {
        font-size: 21px;
    }

    .sub-title-text {
        font-size: 13px;
    }

    /* FAQ */
    .faq-section h3 {
        font-size: 1.6rem;
    }

    .accordion-button {
        padding: 15px 20px;
        font-size: 0.92rem;
    }

    .accordion-body {
        font-size: 0.88rem;
        padding: 15px 20px;
    }

    /* FOOTER */
    .footer-section {
        padding-top: 50px;
    }

    .footer-section .footer-heading {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .footer-links a {
        font-size: 0.83rem;
    }

    .text-muted-custom {
        font-size: 0.82rem;
    }

    .contact-col {
        padding-left: 20px;
    }

    .contact-info p {
        font-size: 0.85rem;
    }

    .btn-whatsapp {
        padding: 10px;
        font-size: 14px;
    }

    .social-icons a {
        font-size: 1.1rem;
        margin-right: 14px;
    }
}


/* ============================================================
   991px — Tablet Portrait / Large Mobile
   ============================================================ */
@media (max-width: 991px) {

    /* TOP BAR */
    .top-links {
        display: none !important;
    }

    /* HEADER */
    .main-header {
        top: 0;
        background: #111;
        position: relative;
        padding: 10px 0;
    }

    .logo img {
        max-height: 100px;
    }

    .navbar-collapse {
        background: #1a1a1a;
        padding: 20px;
        margin-top: 15px;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        font-size: 14px;
        text-align: center;
        margin: 0;
    }


    .course-section{
        padding: 30px 0;
    }

    /* HERO */
    .hero-section {
      min-height: 30rem;
        padding: 30px 0 50px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-btns .btn {
        padding: 9px 18px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    /* CONSULT SECTION */
    .offer-consultation-section {
        padding: 20px 0;
    }

    .consult-main-title {
        font-size: 1.5rem;
        text-align: center;
    }

    /* LOGO SLIDER */
    .logo-slide-card {
        width: 200px;
    }

    /* CONTENT SECTION */
    .section {
        padding: 40px 0;
    }

    .heading {
        font-size: 28px;
    }

    .text {
        font-size: 15px;
    }

    .content {
        padding: 25px 20px;
        max-width: 100%;
        text-align: center;
    }

    .btn-custom {
        padding: 12px 18px;
        font-size: 14px;
    }

    /* COURSE SECTION */
    /* .course-section {
        padding: 50px 0;
    } */

    .section-title {
        font-size: 1.7rem;
    }

    .section-subtitle {
        font-size: 14px;
    }

    /* STATS */
    .stats-section {
        padding: 40px 0;
        text-align: center;
    }

    .stats-slider-wrapper {
        max-width: 100%;
    }

    .stats-card {
        padding: 35px 25px;
    }

    .stats-card-title {
        font-size: 26px;
    }
    .finacc-heading {
    font-size: 30px;
    }

    .stats-nav {
        display: none;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-section {
        padding: 0px 0;
    }

    .zb-stats-premium-title {
        font-size: 24px;
    }

    .zb-stats-premium-card {
        min-width: 100%;
    }

    .zb-prev {
        left: 0;
    }

    .zb-next {
        right: 0;
    }

    /* ZB SECTION */
    .zb-section {
        padding: 50px 0;
    }

    .zb-heading {
        font-size: 24px;
    }

    .zb-subtext {
        font-size: 14px;
    }

    /* CUSTOM TS */
    .custom-ts-section {
        padding: 50px 0;
        text-align: center;
    }
    .ac-service-wrapper{
        text-align: center;
    }

    .custom-ts-heading {
        font-size: 1.7rem;
    }

    .custom-ts-img-wrapper {
        clip-path: none;
        margin-top: 40px;
        min-height: 350px;
    }

    .custom-ts-paragraph {
        max-width: 100%;
        font-size: 14px;
    }

    /* LMS */
    .lms-main-wrapper {
        padding: 50px 0;
    }

    .lms-title {
        font-size: 22px;
    }

    .lms-desc {
        font-size: 14px;
    }

    .lms-list-item {
        font-size: 14px;
    }

    /* EXPERTS */
    #experts-display {
        padding: 20px 0;
    }

    .display-title {
        font-size: 24px;
    }

    .display-subtitle {
        font-size: 15px;
    }

    .expert-tabs-list {
        margin-bottom: 30px;
    }

    .tab-trigger {
        padding: 15px;
    }

    .tab-main-name {
        font-size: 15px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    .expert-bio {
        font-size: 14px;
    }

    .expert-details-area .expert-card {
        padding: 25px;
    }

    /* MATH */
    .math-hero-section {
        padding: 50px 0;
        min-height: auto;
    }

    .math-main-title {
        font-size: 24px;
    }

    .math-subtitle {
        font-size: 15px;
    }

    .math-features-row {
        text-align: left;
    }

    /* REVIEWS */
    .ac-comments-section {
        padding: 50px 0;
    }

    .ac-review-card {
        min-width: 50%;
    }

    .ac-nav-btn {
        display: none !important;
    }

    .ac-carousel-container {
        padding: 0;
    }

    .ac-tab-box {
        padding: 15px;
    }

    .ac-platform-title {
        font-size: 15px;
    }

    .ac-rating {
        font-size: 15px;
    }

    /* AC SERVICE */
    .ac-row-spacing {
        margin-bottom: 40px;
    }

    .ac-section-title {
        font-size: 1.7rem;
    }

    /* SHOWCASE */
    .ac-main-heading {
        font-size: 22px;
    }

    .ac-showcase-section .ac-sub-heading {
        font-size: 20px;
    }

    .ac-showcase-section p {
        font-size: 14px;
    }

    /* HELP SECTION */
    .help-custom-section {
        padding: 50px 0;
    }

    .form-separated-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    .image-separated-box {
        height: 350px;
    }

    /* FAQ */
    .faq-section {
        padding: 40px 0;
    }

    .faq-section h3 {
        font-size: 1.5rem;
    }

    /* FOOTER */
    .footer-section {
        padding-top: 40px;
    }

    .contact-col {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }

    .footer-section .footer-heading {
        margin-bottom: 18px;
    }
}


/* ============================================================
   767px — Tablet Small / Large Phone Landscape
   ============================================================ */
@media (max-width: 767px) {

    /* HEADER */
    .logo img {
        max-height: 42px;
    }

    /* HERO */
    .hero-section {
        padding: 0px 0 0px;
        min-height: 22rem;
        text-align: center;
    }
        .exam-top-title {
        font-size: 20px;
    }
    .acc20-heading {
    font-size: 26px;
    }

    .hero-content h1 {
        font-size: 20px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .hero-btns .btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    /* CONSULT */
    .consult-main-title {
        font-size: 1.4rem;
    }

    /* LOGO SLIDER */
    .logo-slide-card {
        width: 180px;
    }

    /* CONTENT SECTION */
    .heading {
        font-size: 20px;
        text-align: center;
    }

    .text {
        font-size: 14px;
    }

    .content {
        padding: 20px 15px;
        text-align: center;
    }

    /* COURSE */
    .section-title {
        font-size: 20px;
    }
    .stats-section{
        text-align: center;
        padding: 20px 0;
    }
    .custom-ts-section{
        text-align: center;
    }

    .section-subtitle {
        font-size: 13px;
    }

    .card-heading {
        font-size: 1.05rem;
    }

    .card-text {
        font-size: 0.88rem;
    }

    /* STATS */
    .stats-card-title {
        font-size: 19px;
    }

    .stats-card {
        padding: 30px 20px;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-title {
        font-size: 22px;
    }

    .zb-stats-premium-heading {
        font-size: 18px;
    }

    .zb-premium-nav-btn {
        display: none !important;
    }

    /* ZB SECTION */
    .zb-heading {
        font-size: 20px;
    }
    .acc-heading {
            font-size: 20px;
    }
    .finacc-heading{
        font-size: 20px;
    }

    .zb-subtext {
        font-size: 13px;
        max-width: 100%;
    }

    .zb-card-title {
        font-size: 0.95rem;
    }
    .lms-main-wrapper{
        padding: 30px 0;
        text-align: center;
    }

    /* CUSTOM TS */
    .custom-ts-heading {
        font-size: 19px;
    }

    .custom-ts-paragraph {
        font-size: 13px;
    }

    .custom-ts-img-wrapper {
        min-height: 300px;
    }

    /* LMS */
    .lms-title {
        font-size: 20px;
    }

    .lms-desc {
        font-size: 13px;
    }

    .lms-list-item {
        font-size: 13px;
        text-align: left;
    }

    .lms-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    /* EXPERTS */
    .display-title {
        font-size: 22px;
    }

    .display-subtitle {
        font-size: 14px;
    }

    .tab-main-name {
        font-size: 14px;
    }

    .tab-sub-info {
        font-size: 12px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    .performance-stats {
        flex-direction: column;
        gap: 15px;
    }

    .metric-value {
        font-size: 14px;
    }

    .metric-text {
        font-size: 13px;
    }

    .large-avatar {
        width: 65px;
    }

    .connect-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    .ac-service-wrapper{
        text-align: center;
        padding: 20px 0;
    }
    .ac-main-img {
        padding-top: 50px;
    }
        .help-custom-section {
        padding: 0px 0;
    }

    .ac-section-header h2{
        font-size: 20px;
    }

    /* MATH */
    .math-main-title {
        font-size: 22px;
    }

    .math-subtitle {
        font-size: 14px;
    }

    .math-feature-list li {
        font-size: 13px;
    }

    .math-features-row {
        text-align: left;
    }

    .math-btn-blue,
    .math-btn-green {
        padding: 10px 22px;
        font-size: 13px;
    }

    /* REVIEWS */
    .ac-review-card {
        min-width: 50%;
    }

    .ac-card-inner {
        padding: 20px;
    }

    .ac-review-text {
        font-size: 13px;
    }

    .ac-tab-box {
        padding: 12px;
    }

    .ac-platform-title {
        font-size: 14px;
    }

    .ac-rating {
        font-size: 14px;
    }

    .ac-customer-label {
        font-size: 11px;
    }

    /* AC SERVICE */
    .ac-section-title {
        font-size: 1.5rem;
    }

    .ac-description {
        font-size: 0.88rem;
    }

    .ac-sub-heading {
        font-size: 1rem;
    }

    /* SHOWCASE */
    .ac-main-heading {
        font-size: 20px;
    }

    .ac-showcase-section .ac-sub-heading {
        font-size: 18px;
    }

    .ac-showcase-section p {
        font-size: 13px;
    }

    .ac-list {
        font-size: 15px;
    }

    /* HELP SECTION */
    .main-title-text {
        font-size: 19px;
    }

    .sub-title-text {
        font-size: 13px;
    }

    .form-separated-card {
        padding: 20px;
    }

    .input-field {
        padding: 10px 12px;
        font-size: 13px;
    }

    .green-submit-btn {
        padding: 10px 35px;
        font-size: 14px;
    }

    .image-separated-box {
        height: 280px;
    }

    /* FAQ */
    .faq-section h3 {
        font-size: 1.4rem;
    }

    .faq-section .subtitle {
        font-size: 0.88rem;
    }

    .accordion-button {
        padding: 14px 18px;
        font-size: 0.88rem;
    }

    .accordion-body {
        font-size: 0.85rem;
        padding: 14px 18px;
    }

    /* FOOTER */
    .footer-section {
        padding-top: 35px;
    }

    .footer-section .footer-heading {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .footer-links a {
        font-size: 0.82rem;
    }

    .text-muted-custom {
        font-size: 0.8rem;
    }

    .contact-info p {
        font-size: 0.82rem;
    }

    .btn-whatsapp {
        padding: 9px;
        font-size: 13px;
    }

    .social-icons a {
        font-size: 1rem;
        margin-right: 12px;
    }

    .copyright-bar {
        font-size: 0.8rem;
    }
        .section {
            padding: 0px 0;
        }
}


/* ============================================================
   375px — Small Mobile (iPhone SE, Android Small)
   ============================================================ */
@media (max-width: 375px) {

    /* HEADER */
    /* .logo img {
        max-height: 38px;
    }

    .talk-btn {
        padding: 7px 12px;
        font-size: 12px;
    } */

    /* HERO */
    /* .hero-section {
        min-height: 100svh;
        padding: 110px 0 40px;
    }

    .hero-content h1 {
        font-size: 20px;
        line-height: 1.35;
    }

    .hero-content p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .hero-btns .btn {
        padding: 8px 14px;
        font-size: 12px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .hero-btns {
        display: flex;
        flex-direction: column;
    } */

    /* CONSULT */
    /* .consult-main-title {
        font-size: 1.2rem;
    }

    .consult-input {
        height: 42px;
        font-size: 13px;
    }

    .consult-submit-btn {
        height: 42px;
        font-size: 13px;
    } */

    /* LOGO SLIDER */
    /* .logo-slide-card {
        width: 150px;
        padding: 8px;
    }

    /* CONTENT SECTION */
    /* .section {
        padding: 30px 0;
    }

    .heading {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .text {
        font-size: 13px;
    }

    .content {
        padding: 15px;
    }

    .btn-custom {
        padding: 10px 16px;
        font-size: 13px;
    } */ 

    /* COURSE SECTION */
    /* .course-section {
        padding: 35px 0;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .section-subtitle {
        font-size: 12px;
    }

    .card-heading {
        font-size: 1rem;
    }

    .card-text {
        font-size: 0.85rem;
    }

    .custom-card {
        padding: 20px 15px;
    } */

    /* STATS */
    /* .stats-section {
        padding: 30px 0;
    }

    .stats-card-title {
        font-size: 17px;
    }

    .stats-card {
        padding: 25px 15px;
    }

    /* STATS PREMIUM */
    .zb-stats-premium-title {
        font-size: 20px;
    }

    .zb-stats-premium-heading {
        font-size: 16px;
    }

    .zb-stats-premium-box {
        padding: 20px 12px;
    }

    .zb-btn-green {
        padding: 10px 25px;
        font-size: 13px;
    } */

    /* ZB SECTION */
    /* .zb-section {
        padding: 35px 0;
    }

    .zb-heading {
        font-size: 20px;
    }

    .zb-subtext {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .zb-card {
        padding: 16px;
        border-radius: 12px;
    }

    .zb-card-title {
        font-size: 0.9rem;
    }

    .zb-card-text {
        font-size: 12px;
    }

    .zb-icon img {
        width: 38px;
    }

    /* CUSTOM TS */
    /* .custom-ts-section {
        padding: 35px 0;
    }

    .custom-ts-heading {
        font-size: 1.3rem;
    }

    .custom-ts-paragraph {
        font-size: 12px;
    }

    .custom-ts-btn {
        padding: 11px 22px;
        font-size: 13px;
    }

    .custom-ts-img-wrapper {
        min-height: 250px;
        margin-top: 25px;
    } */

    /* LMS */
    /* .lms-main-wrapper {
        padding: 35px 0;
    }

    .lms-title {
        font-size: 18px;
    }

    .lms-desc {
        font-size: 12px;
    }

    .lms-list-item {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .lms-btn {
        padding: 9px 16px;
        font-size: 12px;
    } */

    /* EXPERTS */
    /* #experts-display {
        padding: 15px 0;
    }

    .display-title {
        font-size: 20px;
    }

    .display-subtitle {
        font-size: 13px;
    }

    .tab-trigger {
        padding: 12px;
    }

    .tab-main-name {
        font-size: 13px;
    }

    .tab-sub-info {
        font-size: 11px;
    }

    .avatar-holder {
        width: 40px;
        height: 40px;
    }

    .expert-details-area .expert-card {
        padding: 18px;
    }

    .large-avatar {
        width: 55px;
    }

    .expert-full-name {
        font-size: 17px;
    }

    .expert-tenure {
        font-size: 12px;
    }

    .expert-bio {
        font-size: 13px;
        margin: 12px 0;
    }

    .rating-stars img {
        width: 90px;
    }

    .performance-stats {
        gap: 12px;
        margin-bottom: 25px;
    }

    .metric-value {
        font-size: 13px;
    }

    .metric-text {
        font-size: 12px;
    }

    .connect-btn {
        padding: 9px 14px;
        font-size: 12px;
    }

    /* MATH */
    /* .math-hero-section {
        padding: 35px 0;
    }

    .math-main-title {
        font-size: 20px;
    }

    .math-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .math-feature-list li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .math-btn-group {
        gap: 10px;
    }

    .math-btn-blue,
    .math-btn-green {
        padding: 9px 16px;
        font-size: 12px;
        display: block;
        width: 100%;
        text-align: center;
    } */

    /* REVIEWS */
    /* .ac-comments-section {
        padding: 35px 0;
    }

    .ac-review-card {
        min-width: 100%;
    }

    .ac-card-inner {
        padding: 16px;
        border-radius: 10px;
    }

    .ac-review-text {
        font-size: 12px;
        margin-top: 15px;
    }

    .ac-user-img {
        width: 45px;
        height: 45px;
    }

    .ac-tab-box {
        padding: 10px;
    }

    .ac-platform-title {
        font-size: 13px;
    }

    .ac-rating {
        font-size: 13px;
    }

    .ac-customer-label {
        font-size: 10px;
    } */

    /* AC SERVICE */
    /* .ac-section-title {
        font-size: 1.3rem;
    }

    .ac-description {
        font-size: 0.85rem;
    }

    .ac-sub-heading {
        font-size: 0.95rem;
    }

    .ac-btn {
        padding: 10px 20px;
        font-size: 13px;
    } */

    /* SHOWCASE */
    /* .ac-showcase-section {
        padding: 25px 0;
    }

    .ac-main-heading {
        font-size: 17px;
    }

    .ac-showcase-section .ac-sub-heading {
        font-size: 16px;
    }

    .ac-showcase-section p {
        font-size: 12px;
    }

    .ac-list {
        font-size: 13px;
    }

    .ac-scroll-wrapper {
        max-height: 55vh;
    } */

    /* HELP SECTION */
    /* .help-custom-section {
        padding: 35px 0;
    }

    .form-separated-card {
        padding: 16px;
        border-radius: 10px;
    }

    .main-title-text {
        font-size: 17px;
    }

    .sub-title-text {
        font-size: 12px;
    }

    .input-field {
        padding: 9px 10px;
        font-size: 12px;
        border-radius: 6px;
    }

    .input-wrapper {
        margin-bottom: 10px;
    }

    .green-submit-btn {
        padding: 9px 28px;
        font-size: 13px;
    }

    .image-separated-box {
        height: 220px;
    } */

    /* FAQ */
    /* .faq-section {
        padding: 30px 0;
    }

    .faq-section h3 {
        font-size: 1.2rem;
    }

    .faq-section .subtitle {
        font-size: 0.82rem;
    }

    .accordion-button {
        padding: 12px 15px;
        font-size: 0.82rem;
    }

    .accordion-body {
        font-size: 0.82rem;
        padding: 12px 15px;
    }

    .accordion-item {
        margin-bottom: 8px;
    } */

    /* FOOTER */
    /* .footer-section {
        padding-top: 30px;
    }

    .footer-section .footer-heading {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 0.78rem;
    }

    .text-muted-custom {
        font-size: 0.78rem;
    }

    .contact-info p {
        font-size: 0.78rem;
        margin-bottom: 8px;
    }

    .btn-whatsapp {
        padding: 8px;
        font-size: 12px;
        border-radius: 6px;
    }

    .social-icons a {
        font-size: 0.95rem;
        margin-right: 10px;
    }

    .copyright-bar {
        font-size: 0.75rem;
        padding-top: 15px;
        margin-top: 25px;
    }

    .payment-img {
        margin-top: 12px;
    } */
/* }  */