/* ============================================================
   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: 36px;
    }

    .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.2rem;
    }

    /* Scrollable showcase */
    .fs-hero-title {
        font-size: 28px;
    }

    /* Help Form */
    .main-title-text {
        font-size: 23px;
    }

    /* 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) {

    /* 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) {

    /* ── 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;
    }

}