/* ============================================================
   RESPONSIVE CSS — ALL BREAKPOINTS
   Screens: 1600px, 1440px, 1399px, 1280px, 1199px, 991px, 767px
   ============================================================ */


/* ─────────────────────────────────────────────
   1600px and below
───────────────────────────────────────────── */
@media (max-width: 1600px) {

    /* Header */
    .ak-logo-img {
        height: 90px;
    }
        .ak-top-bar::before {
        left: -5%;
        }

    .ak-brand-name {
        font-size: 26px;
    }
    /* .ak-abs-bg {
    position: absolute;
    left: 10.5%;
    width: 80%;
    } */

    /* Hero */
    .ak-hero-title {
        font-size: 42px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 40px;
    }

    /* Subject Slider */
    .ak-sec-heading {
        font-size: 34px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 38px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 34px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 2.4rem;
    }

    /* Support */
    .ak-section-title {
        font-size: 2.2rem;
    }

    /* Exam */
    .exam-top-title {
        font-size: 38px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2.6rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 2.6rem;
    }

    /* Experts */
    .display-title {
        font-size: 34px;
    }

    /* FAQ */
    .faq-title {
        font-size: 2.3rem;
    }

}


/* ─────────────────────────────────────────────
   1440px and below
───────────────────────────────────────────── */
@media (max-width: 1440px) {

    /* Header */
    .ak-logo-img {
        height: 85px;
    }

    .ak-info-item {
        font-size: 13px;
        padding: 0 15px;
    }

    .ak-btn-talk {
        padding: 14px 26px;
    }

    /* Hero */
    .ak-hero-sec {
        min-height: 520px;
    }

    .ak-hero-title {
        font-size: 40px;
    }

    .ak-hero-text {
        font-size: 15px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 30px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 38px;
    }

    .ak-trust-text {
        font-size: 15px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 32px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 36px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 22px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 32px;
    }

    .ak-premium-card .ak-premium-card-title {
        font-size: 22px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 2.2rem;
    }

    .ak-card-title {
        font-size: 20px;
    }

    /* Support */
    .ak-section-title {
        font-size: 2rem;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 2rem;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 2.1rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 2.4rem;
    }

    /* Experts */
    .display-title {
        font-size: 32px;
    }

    .expert-full-name {
        font-size: 26px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2.4rem;
    }

    /* FAQ */
    .faq-title {
        font-size: 2.2rem;
    }

    /* Footer */
    .footer-section .footer-heading {
        font-size: 1.1rem;
    }

}


/* ─────────────────────────────────────────────
   1399px and below
───────────────────────────────────────────── */
@media (max-width: 1399px) {

    /* Header */
    .ak-logo-img {
        height: 80px;
    }

    .ak-menu-list .nav-link {
        font-size: 14px;
        margin: 0 5px;
    }

    .ak-btn-talk {
        padding: 13px 22px;
        font-size: 13px;
    }

    /* Hero */
    .ak-hero-title {
        font-size: 38px;
    }

    .ak-hero-sec {
        min-height: 500px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 33px;
    }

    .ak-trust-content {
        padding-left: 20px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 30px;
    }

    .ak-card-inner .ak-card-headings {
        font-size: 20px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 34px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 30px;
    }

    .ak-premium-card {
        padding: 30px 20px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 2rem;
    }

    .ak-benefit-card {
        padding: 25px;
    }

    /* Support */
    .ak-section-title {
        font-size: 1.9rem;
    }

    .ak-content-col {
        padding-right: 30px;
    }

    /* Exam */
    .exam-top-title {
        font-size: 34px;
    }

    .exam-col-title {
        font-size: 27px;
    }

    .exam-col-text {
        font-size: 16px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 1.9rem;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 2rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 2.2rem;
    }

    /* Experts */
    .display-title {
        font-size: 30px;
    }

    .tab-main-name {
        font-size: 18px;
    }

    .expert-full-name {
        font-size: 24px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2.0rem;
    }

    /* Scrollable showcase */
    .fs-hero-title {
        font-size: 28px;
    }

    /* Help Form */
    .main-title-text {
        font-size: 23px;
        color: black;
    }

    /* Footer */
    .btn-whatsapp {
        width: 65%;
    }

}


/* ─────────────────────────────────────────────
   1280px and below
───────────────────────────────────────────── */
@media (max-width: 1280px) {

    /* Header */
    .ak-logo-img {
        height: 75px;
    }

    .ak-menu-list .nav-link {
        font-size: 13.5px;
        margin: 0 4px;
    }

    .ak-info-item {
        font-size: 12.5px;
        padding: 0 12px;
    }

    /* Hero */
    .ak-hero-title {
        font-size: 36px;
    }

    .ak-hero-text {
        font-size: 14.5px;
    }

    .ak-btn {
        padding: 12px 32px;
        font-size: 13px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 28px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 34px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 28px;
    }

    .ak-sec-text {
        font-size: 15px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 32px;
    }

    .ak-swipe-text {
        font-size: 15px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 28px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 1.9rem;
    }

    .ak-sub-desc {
        font-size: 0.9rem;
    }

    /* Support */
    .ak-section-title {
        font-size: 1.8rem;
    }

    .ak-section-text {
        font-size: 0.95rem;
    }

    /* Exam */
    .exam-top-title {
        font-size: 32px;
    }

    .exam-col {
        padding: 40px 30px;
    }

    .exam-col-title {
        font-size: 25px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 1.8rem;
    }

    .ak-right-img {
        max-width: 300px;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 1.9rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 2rem;
    }

    .tech-assist-info-text {
        font-size: 0.95rem;
    }

    /* Experts */
    .display-title {
        font-size: 28px;
    }

    .expert-full-name {
        font-size: 22px;
    }

    .expert-bio {
        font-size: 15px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2rem;
    }

    .ak-results-text {
        font-size: 0.95rem;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 26px;
    }

    .fs-section-subtitle {
        font-size: 21px;
    }

    /* Reviews */
    .rv-brand-name {
        font-size: 18px;
    }

    /* FAQ */
    .faq-title {
        font-size: 2rem;
    }

    .faq-subtitle {
        font-size: 1rem;
    }

    /* Help Form */
    .form-separated-card {
        padding: 30px;
    }

    .main-title-text {
        font-size: 22px;
    }

    /* Footer */
    .footer-section .footer-heading {
        font-size: 1rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }

    .btn-whatsapp {
        width: 70%;
    }

}


/* ─────────────────────────────────────────────
   1199px and below
───────────────────────────────────────────── */
@media (max-width: 1199px) {
    
    .logo img{
        margin-left: 1%;
    }
    .hero-section
    {padding: 4% 0px 0%;}

    /* Header */
    .ak-logo-img {
        height: 70px;
    }

    .ak-brand-name {
        font-size: 22px;
    }

    .ak-menu-list .nav-link {
        font-size: 13px;
        margin: 0 3px;
    }

    .ak-info-item {
        font-size: 12px;
        padding: 0 10px;
    }

    .ak-btn-talk {
        padding: 12px 18px;
        font-size: 12px;
    }

    /* Hero */
    .ak-hero-title {
        font-size: 34px;
    }

    .ak-hero-sec {
        min-height: 480px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 26px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 32px;
    }

    .ak-trust-text {
        font-size: 14.5px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 26px;
    }

    .ak-card-inner {
        padding: 30px 20px;
    }

    .ak-card-inner .ak-card-headings {
        font-size: 18px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 30px;
    }

    .ak-swipe-card-inner {
        padding: 40px 30px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 21px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 26px;
    }

    .ak-premium-card .ak-premium-card-title {
        font-size: 20px;
    }

    .ak-premium-card {
        padding: 25px 15px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 1.8rem;
    }

    .ak-card-icon {
        width: 50px;
        height: 50px;
    }

    .ak-card-title {
        font-size: 19px;
    }

    .ak-card-text {
        font-size: 0.85rem;
    }

    .ak-benefit-card {
        padding: 22px;
    }

    /* Support */
    .ak-section-title {
        font-size: 1.7rem;
    }

    .ak-content-col {
        padding-right: 20px;
    }

    /* Exam */
    .exam-top-title {
        font-size: 28px;
    }

    .exam-col {
        padding: 35px 25px;
    }

    .exam-col-title {
        font-size: 22px;
    }

    .exam-col-text {
        font-size: 15px;
        margin-bottom: 22px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 1.7rem;
    }

    .ak-right-img {
        max-width: 280px;
    }

    .ak-moodle-list li {
        font-size: 0.9rem;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 1.8rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 1.9rem;
    }

    /* Experts */
    .display-title {
        font-size: 26px;
    }

    .display-subtitle {
        font-size: 16px;
    }

    .tab-main-name {
        font-size: 16px;
    }

    .tab-sub-info {
        font-size: 13px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    .expert-bio {
        font-size: 14px;
    }

    .metric-value {
        font-size: 15px;
    }

    .expert-details-area .expert-card {
        padding: 30px 25px;
    }

    /* Results */
    .ak-results-title {
        font-size: 1.9rem;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 24px;
    }

    .fs-section-subtitle {
        font-size: 19px;
    }

    /* Reviews */
    .rv-card {
        flex: 0 0 50%;
    }

    .rv-brand-name {
        font-size: 17px;
    }

    /* FAQ */
    .faq-title {
        font-size: 1.9rem;
    }

    /* Help */
    .main-title-text {
        font-size: 20px;
    }

    .form-separated-card {
        padding: 25px;
    }

    /* Footer */
    .contact-col {
        padding-left: 20px;
    }

    .btn-whatsapp {
        width: 80%;
    }

}


/* ─────────────────────────────────────────────
   991px and below  (Tablet)
───────────────────────────────────────────── */
@media (max-width: 991px) {

    #mainMenu {
    display: none;  /* by default hidden */
}
  .top-left{
    display: none;
  }
  .container-nav .logo{
    display: none;
  }
     
    /* ── Header ── */
    .ak-top-bar::before {
        display: none;
    }

    .ak-logo-img {
        height: 65px;
    }

    .ak-brand-name {
        font-size: 20px;
    }

    .ak-top-info-wrap {
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .ak-btn-talk {
        width: 30%;
        text-align: center;
        border-radius: 33px 33px 0 33px;
        margin-top: 10px;
    }

    .navbar-collapse {
        text-align: center;
        padding: 20px 0;
    }

    .ak-menu-list .nav-link {
        padding: 12px 0;
        margin: 0;
        display: inline-block;
        font-size: 15px;
    }

    .ak-menu-list .nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .ak-menu-list .nav-link.active::after {
        bottom: 5px;
        left: 0;
        width: 100%;
    }

    .copyright-bar p{
        font-size: 13px;
    }

    .ak-hero-content{
            min-width: 750px;
    }

    /* ── Hero ── */
    .ak-hero-sec {
        min-height: 500px;
        text-align: center;
    }

    .ak-hero-title {
        font-size: 36px;
    }

    .ak-hero-btns {
        justify-content: center;
    }

    .ak-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    /* ── Consult ── */
    .ak-consult-heading {
        font-size: 24px;
    }

    /* ── Trust ── */
    .ak-trust-content {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .ak-trust-heading {
        font-size: 32px;
    }

    /* ── Subject Slider ── */
    .ak-slider-card {
        flex: 0 0 50%;
    }

    .ak-sec-heading {
        font-size: 30px;
    }

    /* ── Swipe Carousel ── */
    .ak-arrow {
        display: none !important;
    }

    .ak-carousel-wrapper {
        padding: 0;
    }

    .ak-swipe-heading {
        font-size: 28px;
    }

    /* ── Premium ── */
    .ak-premium-slide {
        flex: 0 0 100%;
    }

    .ak-premium-nav {
        display: none !important;
    }

    .ak-premium-sec-heading {
        font-size: 26px;
    }

    /* ── Dependable ── */
    .ak-main-title {
        font-size: 1.8rem;
    }

    .ak-benefit-card {
        padding: 20px;
    }

    /* ── Support ── */
    .ak-section-title {
        font-size: 1.8rem;
    }

    .ak-content-col {
        padding-right: 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ak-btn-wrapper {
        text-align: center;
    }

    .ak-img-col {
        margin-top: 20px;
    }

    /* ── Exam ── */
    .exam-top-title {
        font-size: 28px;
    }

    .exam-col-title {
        font-size: 21px;
    }

    /* ── Moodle ── */
    /* .ak-abs-bg {
        left: 5%;
        width: 90%;
        top: -50px;
        height: calc(100% + 50px);
    } */

    .text-end-lg {
        text-align: center !important;
    }

    .ak-right-img {
        margin: 20px auto;
        display: block;
    }

    .ak-section-h2 {
        font-size: 1.6rem;
    }

    /* ── Tech Assist ── */
    .tech-assist-main-heading {
        font-size: 2.2rem;
        text-align: center;
    }

    .tech-assist-text-block {
        text-align: center;
        padding-right: 0 !important;
    }

    .tech-assist-main-img {
        max-width: 100%;
    }

    /* ── Experts ── */
    .expert-tabs-list {
        margin-bottom: 30px;
    }

    .tab-trigger {
        padding: 15px;
    }

    .expert-card {
        padding: 30px;
    }

    /* ── Results ── */
    .ak-results-section {
        padding: 60px 0;
    }

    .ak-results-title {
        font-size: 2rem;
        text-align: center;
    }

    .ak-results-content {
        text-align: center;
        margin-top: 30px;
    }

    .ak-results-text {
        text-align: center;
    }

    /* ── Reviews ── */
    .rv-card {
        flex: 0 0 50%;
    }

    .rv-control-btn {
        display: none;
    }

    .rv-slider-container {
        padding: 0;
    }

    /* ── Showcase ── */
    .fs-hero-title {
        font-size: 22px;
    }

    .fs-section-subtitle {
        font-size: 18px;
    }

    /* ── Help ── */
    .image-separated-box {
        height: 350px;
    }

    /* ── Footer ── */
    .contact-col {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }

    .btn-whatsapp {
        width: 50%;
    }

}


/* ─────────────────────────────────────────────
   767px and below  (Mobile)
───────────────────────────────────────────── */
@media (max-width: 767px) {

    /* ── Header ── */
    .ak-logo-img {
        height: 55px;
    }
    .ak-hero-content{
        min-width: 0px;
    }

    .ak-brand-name {
        font-size: 18px;
    }

    .ak-info-item {
        font-size: 11px;
        padding: 0 8px;
    }

    .ak-btn-talk {
        width: 45%;
        font-size: 11px;
        padding: 10px 14px;
    }

    /* ── Hero ── */
    .ak-hero-title {
        font-size: 24px;
    }

    .ak-hero-sec {
        min-height: 420px;
    }

    .ak-hero-text {
        font-size: 13.5px;
    }

    .ak-hero-btns {
        flex-direction: column;
        align-items: center;
    }

    .ak-btn {
        width: 80%;
        text-align: center;
        padding: 12px 20px;
    }

    /* ── Consult ── */
    .ak-consult-heading {
        font-size: 22px;
    }

    /* .ak-btn-signup {
        border-radius: 30px;
    } */

    /* ── Logo Slider ── */
    /* .ak-logo-item {
        width: 50% !important;
    } */

    /* ── Trust ── */
    .ak-trust-heading {
        font-size: 20px;
    }

    .ak-btn-gold{
        width: 55%;
        text-align: center;
    }
    .ak-btn-blue{
        width: 55%;
        text-align: center;
    }

    /* ── Subject Slider ── */
    .ak-slider-card {
        flex: 0 0 100%;
    }

    .ak-sec-heading {
        font-size: 20px;
    }

    .ak-subject-sec {
        padding: 30px 0;
    }
    .ak-swipe-sec {
        text-align: center;
    }

    .ak-card-inner {
        padding: 28px 18px;
    }

    /* ── Swipe ── */
    .ak-swipe-heading {
        font-size: 20px;
    }

    .ak-swipe-card-inner {
        padding: 35px 20px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 19px;
    }

    /* ── Premium ── */
    .ak-premium-sec-heading {
        font-size: 22px;
        text-align: center;
    }

    .ak-premium-card {
        padding: 30px 20px;
    }

    .ak-premium-card .ak-premium-card-title {
        font-size: 20px;
    }

    /* ── Dependable ── */
    .ak-main-title {
        font-size: 20px;
    }

    .ak-sub-desc {
        font-size: 0.88rem;
    }

    .ak-benefit-card {
        padding: 18px;
        margin-bottom: 15px;
    }

    .ak-card-title {
        font-size: 18px;
    }

    /* ── Support ── */
    .ak-section-title {
        font-size: 20px;
    }

    .ak-section-text {
        font-size: 0.9rem;
    }

    .ak-btn-expert {
        width: 100%;
        text-align: center;
    }

    /* ── Exam ── */
    .exam-top-title {
        font-size: 20px;
    }

    .exam-top-desc {
        font-size: 13px;
    }

    .exam-col {
        width: 100%;
        padding: 35px 25px;
    }

    .exam-col-title {
        font-size: 19px;
    }

    .exam-col-text {
        font-size: 14px;
    }

    /* ── Moodle ── */
    .ak-section-h2 {
        font-size: 20px;
        text-align: center;
    }
        /* .ak-abs-bg {
        left: 0%;
        width: 100%;
        } */

    .ak-moodle-section {
        padding: 60px 0;
    }

    .ak-algebra-section {
        padding: 80px 0 60px;
    }

    .ak-algebra-title {
        font-size: 20px;
    }

    .ak-btn-primary-gold,
    .ak-btn-secondary-outline {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    /* ── Tech Assist ── */
    .tech-assist-main-heading {
        font-size: 20px;
    }

    .tech-assist-info-text {
        font-size: 0.9rem;
    }

    .tech-assist-action-btn {
        width: 100%;
        text-align: center;
    }

    /* ── Experts ── */
    .display-title {
        font-size: 20px;
    }

    .display-subtitle {
        font-size: 15px;
    }

    .tab-main-name {
        font-size: 15px;
    }

    .tab-sub-info {
        font-size: 12px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    .expert-tenure {
        font-size: 14px;
    }

    .expert-bio {
        font-size: 14px;
        margin: 15px 0;
    }

    .performance-stats {
        flex-direction: column;
        gap: 15px;
    }

    .expert-details-area .expert-card {
        padding: 25px 20px;
    }

    .large-avatar {
        width: 65px;
    }

    /* ── Results ── */
    .ak-results-title {
        font-size: 20px;
    }

    /* ── Showcase ── */
    .fs-showcase-area {
        padding: 40px 0;
    }

    .fs-hero-title {
        font-size: 20px;
    }

    .fs-section-subtitle {
        font-size: 17px;
    }

    .fs-scrollable-container {
        max-height: 55vh;
    }

    .fs-bullet-list {
        font-size: 15px;
    }

    /* ── Reviews ── */
    .rv-card {
        flex: 0 0 100%;
    }

    .rv-brand-name {
        font-size: 16px;
    }

    .rv-text {
        font-size: 13.5px;
    }

    /* ── FAQ ── */
    .faq-title {
        font-size: 20px;
    }
    .feedback-section-title{
        font-size: 20px;
    }

    .faq-subtitle {
        font-size: 0.9rem;
        margin-bottom: 35px;
    }

    .accordion-button {
        font-size: 14px;
        padding: 16px;
    }

    /* ── Help Form ── */
    .form-separated-card {
        padding: 25px 20px;
    }

    .main-title-text {
        font-size: 19px;
    }

    .sub-title-text {
        font-size: 13px;
    }

    .gr-submit-btn {
        padding: 12px 30px;
        width: 100%;
        /* border-radius: 33px 33px 0 33px; */
    }

    .image-separated-box {
        height: 280px;
    }

    /* ── Footer ── */
    .footer-section {
        padding-top: 40px;
    }

    .footer-section .footer-heading {
        font-size: 1rem;
        margin-bottom: 18px;
    }

    .footer-links a {
        font-size: 0.82rem;
    }

    .text-muted-custom {
        font-size: 0.8rem;
    }

    .btn-whatsapp {
        width: 60%;
    }

    .social-icons a {
        font-size: 1rem;
        margin-right: 14px;
    }

    .copyright-bar {
        font-size: 0.78rem;
        text-align: center;
    }

}

/* Hide mobile by default */
.mobile-header {
    display: none;
}

/* Mobile view */
@media (max-width: 768px) {

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
        background: #fff;
    }

    .mobile-logo img {
        height: 52px;
    }

    #menuToggle {
        font-size: 28px;
        cursor: pointer;
    }

    /* IMPORTANT: menu hidden */
    #mainMenu {
        display: none;
        width: 100%;
        background: #fff;
    }

    /* Show when active */
    #mainMenu.active {
        display: block;
    }

    .nav-menu {
        flex-direction: column;
        padding: 10px;
    }

    .nav-menu li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
}


/* --- Large Tablets & Small Laptops (992px to 1199px) --- */
@media (max-width: 1199px) {
    .hero-section {
        padding: 35px 0;
        background-position: center center;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
}

/* --- Tablets (768px to 991px) --- */
@media (max-width: 991px) {
    .hero-section {
        background-position: left center; /* Image ko thora move karein taake text readable ho */
        padding: 50px 0;
    }
    .hero-content h1 {
        font-size: 1.6rem;
    }
}

/* --- Mobile Screens (767px and below) --- */
@media (max-width: 767px) {
    .hero-section {
        /* Mobile par background image ko dark overlay dein taake text nazar aaye */
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                    url('../img/hero-banner.png') no-repeat 86% 50%;
        background-size: cover;
        text-align: center;
        padding: 40px 15px;
    }

    .hero-content h1 {
        font-size: 1.3rem; /* Font size chota karein */
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Buttons ko mobile par full width ya center karne ke liye */
    .hero-btns {
        justify-content: center !important;
        flex-direction: row; /* Buttons ek ke niche ek ayenge mobile par */
        /* width: 50%; */
        /* display: flow-root; */
    }

    .btn-skew {
        width: 100%; /* Mobile par poore screen ki width le lein */
        margin-bottom: 10px;
    }
}


/* Tablet Screens (Max 991px) */
@media (max-width: 991px) {
    .hero-section {
        background-position: 70% center !important; /* Image ko thora right move karega taake banda nazar aaye */
        padding: 60px 0;
    }
}

/* Mobile Screens (Max 767px) */
@media (max-width: 767px) {
    .hero-section {
        /* Mobile par image ke upar halka sa dark shade (overlay) taake white text nazar aaye */
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                    url(../img/hero-banner.png) no-repeat 80% center / cover !important;
        text-align: center;
        padding: 40px 10px;
    }

    .hero-content h1 {
        font-size: 24px !important; /* Mobile par heading choti karein */
    }

    .hero-content p {
        font-size: 14px;
        padding: 0 10px;
    }

    /* Buttons ko center aur width adjust karein */
    .hero-btns {
        justify-content: center !important;
        flex-direction: row; /* Buttons ko sath sath hi rehne dein agar space hai */
    }
}




@media (max-width: 767px) {
    /* Wrapper ko flex karein taake buttons ek line mein aa saken */
    .ak-trust-btn-wrap {
        display: flex !important;
        flex-direction: row !important; /* Row mein rakhne ke liye */
        justify-content: center !important;
        gap: 6px !important;
        margin-top: 20px !important;
        padding: 0px 21px;
    }

    /* Buttons ka size mobile ke mutabiq chota karne ke liye */
    .ak-trust-btn-wrap a {
        padding: 10px 15px !important;
        font-size: 12px !important; /* Text chota karein taake fit ho jaye */
        min-width: 140px; /* Minimum width set karein */
        text-align: center;
        display: inline-block;
        transform: skew(-20deg); /* Box taircha rakhne ke liye */
    }

    /* Button ke andar ka text wapis seedha karne ke liye */
    .ak-trust-btn-wrap a span, 
    .ak-trust-btn-wrap a {
        letter-spacing: 0px;
    }
}

/* --- Desktop (Large Screens) --- */
@media (min-width: 1200px) {
    .service-card1 h3 {
        font-size: 26px; /* Desktop par elegant size */
    }
}

/* --- Tablets & Small Laptops (768px to 1199px) --- */
@media (max-width: 1199px) {
    .service-card1 h3 {
        font-size: 22px;
    }
    .service-card1 {
        padding: 30px !important; /* Card ki internal space barhaein */
    }
}

/* --- Mobile Landscape & Large Phones (576px to 767px) --- */
@media (max-width: 767px) {
    .service-card1 h3 {
        font-size: 20px;
        text-align: center; /* Mobile par center alignment aksar behtar lagti hai */
    }
    .service-card1 p {
        font-size: 14px;
        text-align: justify;
    }
}

/* --- Small Mobile Phones (Up to 575px) --- */
@media (max-width: 575px) {
    .service-card1 h3 {
        font-size: 18px; /* Choti screen par text wrap hone se bachane ke liye */
        letter-spacing: 0px;
    }
    .service-card1 {
        padding: 20px 15px !important;
        margin-bottom: 20px; /* Cards ke darmiyan gap */
    }
}



/* --- Mobile Specific (Max 767px) --- */
@media (max-width: 767px) {
    .ak-algebra-btns {
        display: flex;
        flex-direction: row; /* Buttons ek ke niche ek ayenge */
        align-items: center;
        gap: 15px;
        margin-top: 20px !important;
    }

    /* Buttons ka size aur skew effect mobile par theek karne ke liye */
    .ak-btn-primary-gold, 
    .ak-btn-secondary-outline {
        width: 90% !important; /* Poori screen ki jagah 90% width */
        margin-right: 0 !important; /* Extra margins khatam karein */
        padding: 12px 0 !important;
        font-size: 14px !important;
        transform: skew(-20deg); /* Design maintain rakhne ke liye */
        display: block;
        text-align: center;
    }
}

/* --- Very Small Mobile (Max 480px) --- */
@media (max-width: 480px) {
    .ak-algebra-title {
        font-size: 20px !important;
    }
}