/* ============================================================
   COMPLETE RESPONSIVE CSS
   Breakpoints: 1600 | 1440 | 1399 | 1280 | 1199 | 991 | 767
   ============================================================ */


/* ─────────────────────────────────────────────
   1600px and below
───────────────────────────────────────────── */
@media (max-width: 1600px) {

    /* Hero */
    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 15px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 40px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 34px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 38px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 34px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 30px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 2.4rem;
    }

    /* Support */
    .ak-section-title {
        font-size: 2.2rem;
    }

    /* Exam */
    .exam-top-title {
        font-size: 38px;
    }

    .exam-col-title {
        font-size: 28px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 2.1rem;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 2.2rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 2.6rem;
    }

    /* Experts */
    .display-title {
        font-size: 34px;
    }

    .expert-full-name {
        font-size: 26px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2.6rem;
    }

    /* FAQ */
    .faq-title {
        font-size: 2.3rem;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 30px;
    }

    .fs-section-subtitle {
        font-size: 22px;
    }

    /* Help Form */
    .main-title-text {
        font-size: 28px;
    }
}


/* ─────────────────────────────────────────────
   1440px and below
───────────────────────────────────────────── */
@media (max-width: 1440px) {

    /* Header */
    .logo img {
        max-height: 55px;
    }

    /* Hero */
    .hero-section {
        min-height: 38rem;
    }
    .hero-content{
        padding: 0 16%;
    }
    .ak-trust-img {
    width: 80%;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 14.5px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 28px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 38px;
    }

    .ak-trust-text {
        font-size: 15px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 32px;
    }

    .ak-sec-text {
        font-size: 15px;
    }

    .ak-card-inner .ak-card-headings {
        font-size: 20px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 32px;
    }

    .ak-swipe-text {
        font-size: 15px;
    }

    .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;
    }

    .ak-sub-desc {
        font-size: 0.92rem;
    }

    /* Support */
    .ak-section-title {
        font-size: 2rem;
    }

    .ak-section-text {
        font-size: 0.97rem;
    }

    .ak-content-col {
        padding-right: 40px;
    }

    /* Exam */
    .exam-top-title {
        font-size: 36px;
    }

    .exam-col-title {
        font-size: 27px;
    }

    .exam-col-text {
        font-size: 16px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 2rem;
    }

    .ak-right-img {
        max-width: 320px;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 2.1rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 2.4rem;
    }

    .tech-assist-info-text {
        font-size: 1rem;
    }

    /* Experts */
    .display-title {
        font-size: 32px;
    }

    .display-subtitle {
        font-size: 17px;
    }

    .expert-full-name {
        font-size: 25px;
    }

    .expert-bio {
        font-size: 15px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2.4rem;
    }

    .ak-results-text {
        font-size: 1rem;
    }

    /* FAQ */
    .faq-title {
        font-size: 2.2rem;
    }

    .faq-subtitle {
        font-size: 1.05rem;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 28px;
    }

    .fs-section-subtitle {
        font-size: 21px;
    }

    /* Reviews */
    .rv-brand-name {
        font-size: 18px;
    }

    /* Help Form */
    .main-title-text {
        font-size: 26px;
    }

    .form-separated-card {
        padding: 35px;
    }

    /* Footer */
    .footer-section .footer-heading {
        font-size: 1.1rem;
    }

    .footer-links a {
        font-size: 0.87rem;
    }

    .btn-whatsapp {
        width: 65%;
    }
}


/* ─────────────────────────────────────────────
   1399px and below
───────────────────────────────────────────── */
@media (max-width: 1399px) {

    /* Header */
    .logo img {
        max-height: 50px;
    }

    .navbar-nav .nav-link {
        font-size: 13.5px;
        margin: 0 7px;
    }

    .talk-btn {
        padding: 9px 17px;
        font-size: 13px;
    }

    /* Hero */
    .hero-section {
        min-height: 36rem;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content {
        padding: 0 10%;
    }

    /* 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: 19px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 34px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 30px;
    }

    .ak-premium-card {
        padding: 30px 20px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 26px;
    }

    /* 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 {
        padding: 40px 30px;
    }

    .exam-col-title {
        font-size: 25px;
    }

    .exam-col-text {
        font-size: 15.5px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 1.9rem;
    }

    .ak-right-img {
        max-width: 300px;
    }

    /* 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: 23px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2.2rem;
    }

    /* FAQ */
    .faq-title {
        font-size: 2.1rem;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 26px;
    }

    .fs-section-subtitle {
        font-size: 20px;
    }

    /* Help Form */
    .main-title-text {
        font-size: 23px;
    }

    .form-separated-card {
        padding: 30px;
    }

    /* Footer */
    .btn-whatsapp {
        width: 70%;
    }
}


/* ─────────────────────────────────────────────
   1280px and below
───────────────────────────────────────────── */
@media (max-width: 1280px) {

    /* Header */
    .logo img {
        max-height: 48px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
        margin: 0 5px;
    }

    /* Hero */
    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-content {
        padding: 0 8%;
    }

    .hero-btns .btn {
        padding: 11px 28px !important;
        font-size: 13px;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 25px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 34px;
    }

    .ak-trust-text {
        font-size: 14.5px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 28px;
    }

    .ak-sec-text {
        font-size: 14.5px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 32px;
    }

    .ak-swipe-text {
        font-size: 14.5px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 21px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 28px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 1.9rem;
    }

    .ak-sub-desc {
        font-size: 0.9rem;
    }

    .ak-card-title {
        font-size: 19px;
    }

    /* 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: 38px 28px;
    }

    .exam-col-title {
        font-size: 23px;
    }

    .exam-col-text {
        font-size: 15px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 1.8rem;
    }

    .ak-right-img {
        max-width: 280px;
    }

    .ak-moodle-list li {
        font-size: 0.9rem;
    }

    /* 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;
    }

    .tab-main-name {
        font-size: 17px;
    }

    .tab-sub-info {
        font-size: 13px;
    }

    .expert-full-name {
        font-size: 22px;
    }

    .expert-bio {
        font-size: 14.5px;
    }

    .expert-details-area .expert-card {
        padding: 32px;
    }

    /* Results */
    .ak-results-title {
        font-size: 2rem;
    }

    .ak-results-text {
        font-size: 0.95rem;
    }

    /* FAQ */
    .faq-title {
        font-size: 2rem;
    }

    .faq-subtitle {
        font-size: 1rem;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 24px;
    }

    .fs-section-subtitle {
        font-size: 19px;
    }

    .fs-bullet-list {
        font-size: 15.5px;
    }

    /* Reviews */
    .rv-brand-name {
        font-size: 17px;
    }

    .rv-text {
        font-size: 14px;
    }

    /* Help Form */
    .main-title-text {
        font-size: 22px;
    }

    .form-separated-card {
        padding: 28px;
    }

    /* Footer */
    .footer-section .footer-heading {
        font-size: 1rem;
    }

    .footer-links a {
        font-size: 0.84rem;
    }

    .text-muted-custom {
        font-size: 0.82rem;
    }

    .btn-whatsapp {
        width: 72%;
    }
}


/* ─────────────────────────────────────────────
   1199px and below
───────────────────────────────────────────── */
@media (max-width: 1199px) {

    /* Header */
    .logo img {
        max-height: 45px;
    }

    .navbar-nav .nav-link {
        font-size: 12.5px;
        margin: 0 4px;
    }

    .talk-btn {
        padding: 8px 15px;
        font-size: 12.5px;
    }

    /* Hero */
    .hero-section {
        min-height: 34rem;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 13.5px;
    }

    .hero-content {
        padding: 0 6%;
    }

    /* Consult */
    .ak-consult-heading {
        font-size: 24px;
    }

    /* Trust */
    .ak-trust-heading {
        font-size: 30px;
    }

    .ak-trust-text {
        font-size: 14px;
    }

    .ak-trust-content {
        padding-left: 15px;
    }

    /* Subject */
    .ak-sec-heading {
        font-size: 26px;
    }

    .ak-card-inner {
        padding: 28px 20px;
    }

    .ak-card-inner .ak-card-headings {
        font-size: 18px;
    }

    /* Swipe */
    .ak-swipe-heading {
        font-size: 28px;
    }

    .ak-swipe-card-inner {
        padding: 38px 28px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 20px;
    }

    /* Premium */
    .ak-premium-sec-heading {
        font-size: 26px;
    }

    .ak-premium-card {
        padding: 25px 15px;
    }

    .ak-premium-card .ak-premium-card-title {
        font-size: 20px;
    }

    /* Dependable */
    .ak-main-title {
        font-size: 1.8rem;
    }

    .ak-card-icon {
        width: 50px;
        height: 50px;
    }

    .ak-card-title {
        font-size: 18px;
    }

    .ak-card-text {
        font-size: 0.85rem;
    }

    .ak-benefit-card {
        padding: 22px;
    }

    /* Support */
    .ak-section-title {
        font-size: 1.7rem;
    }

    .ak-section-text {
        font-size: 0.92rem;
    }

    .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: 14.5px;
        margin-bottom: 22px;
    }

    /* Moodle */
    .ak-section-h2 {
        font-size: 1.7rem;
    }

    .ak-right-img {
        max-width: 260px;
    }

    /* Algebra */
    .ak-algebra-title {
        font-size: 1.8rem;
    }

    /* Tech Assist */
    .tech-assist-main-heading {
        font-size: 1.9rem;
    }

    .tech-assist-info-text {
        font-size: 0.9rem;
    }

    /* Experts */
    .display-title {
        font-size: 26px;
    }

    .display-subtitle {
        font-size: 16px;
    }

    .tab-main-name {
        font-size: 16px;
    }

    .tab-sub-info {
        font-size: 12.5px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    .expert-bio {
        font-size: 14px;
    }

    .metric-value {
        font-size: 15px;
    }

    .expert-details-area .expert-card {
        padding: 28px 22px;
    }

    /* Results */
    .ak-results-title {
        font-size: 1.9rem;
    }

    /* FAQ */
    .faq-title {
        font-size: 1.9rem;
    }

    .faq-subtitle {
        font-size: 0.95rem;
    }

    .accordion-button {
        font-size: 14.5px;
    }

    /* Showcase */
    .fs-hero-title {
        font-size: 22px;
    }

    .fs-section-subtitle {
        font-size: 18px;
    }

    /* Reviews */
    .rv-card {
        flex: 0 0 50%;
    }

    .rv-brand-name {
        font-size: 16px;
    }

    .rv-control-btn {
        display: none;
    }

    .rv-slider-container {
        padding: 0;
    }

    /* Help Form */
    .main-title-text {
        font-size: 20px;
    }

    .sub-title-text {
        font-size: 14px;
    }

    .form-separated-card {
        padding: 25px;
    }

    /* Footer */
    .contact-col {
        padding-left: 20px;
    }

    .btn-whatsapp {
        width: 80%;
    }

    .footer-links a {
        font-size: 0.82rem;
    }
}


/* ─────────────────────────────────────────────
   991px and below  (Tablet)
───────────────────────────────────────────── */
@media (max-width: 991px) {

    /* ── Header ── */
    .logo img {
        max-height: 70px;
    }

    .main-header {
        top: 0;
        background: #111;
        position: relative;
    }

    .navbar-collapse {
        background: #1a1a1a;
        padding: 20px;
        text-align: center;
        margin-top: 15px;
        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);
        margin: 0;
        font-size: 14px;
    }

    .talk-btn {
        width: 23%;
        text-align: center;
        margin-top: 10px;
    }

    /* ── Hero ── */
    .hero-section {
               min-height: 15rem;
        padding: 5% 0 5%;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 13.5px;
    }

    .hero-content {
        padding: 0 5%;
        text-align: center;
    }

    .hero-btns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-btns .btn {
        margin-right: 0;
    }

    /* ── Consult ── */
    .ak-consult-heading {
        font-size: 22px;
        text-align: center;
    }

    /* ── Trust ── */
    .ak-trust-content {
        padding-left: 0;
        margin-top: 35px;
        text-align: center;
    }

    .ak-trust-heading {
        font-size: 28px;
    }

    .ak-trust-text {
        font-size: 14px;
    }

    /* ── Subject ── */
    .ak-slider-card {
        flex: 0 0 50%;
    }

    .ak-sec-heading {
        font-size: 24px;
    }

    .ak-sec-text {
        font-size: 14px;
    }

    /* ── Swipe ── */
    .ak-arrow {
        display: none !important;
    }

    .ak-carousel-wrapper {
        padding: 0;
    }

    .ak-swipe-heading {
        font-size: 24px;
    }

    .ak-swipe-sec {
        text-align: center;
    }

    .ak-swipe-card-inner {
        padding: 35px 20px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 20px;
    }

    /* ── Premium ── */
    .ak-premium-slide {
        flex: 0 0 100%;
    }

    .ak-premium-nav {
        display: none !important;
    }

    .ak-premium-sec-heading {
        font-size: 24px;
        text-align: center;
    }

    /* ── Dependable ── */
    .ak-main-title {
        font-size: 1.7rem;
        text-align: center;
    }

    .ak-sub-desc {
        font-size: 0.88rem;
        text-align: center;
    }

    .ak-benefit-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    /* ── Support ── */
    .ak-section-title {
        font-size: 1.7rem;
    }

    .ak-content-col {
        padding-right: 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ak-btn-wrapper {
        text-align: center;
    }

    .ak-img-col {
        margin-top: 20px;
    }

    .ak-btn-expert {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    /* ── Exam ── */
    .exam-top-title {
        font-size: 26px;
    }

    .exam-top-desc {
        font-size: 13.5px;
    }

    .exam-col-title {
        font-size: 20px;
    }

    .exam-col-text {
        font-size: 14px;
    }

    /* ── Moodle ── */
    .text-end-lg {
        text-align: center !important;
    }

    .ak-right-img {
        margin: 20px auto;
        display: block;
        max-width: 260px;
    }

    .ak-section-h2 {
        font-size: 1.6rem;
        text-align: center;
    }

    .ak-moodle-section {
        padding: 60px 0;
    }

    /* ── Algebra ── */
    .ak-algebra-title {
        font-size: 1.7rem;
        text-align: center;
    }

    .ak-algebra-section {
        padding: 90px 0 60px;
    }

    /* ── Tech Assist ── */
    .tech-assist-main-heading {
        font-size: 1.9rem;
        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: 25px;
    }

    .tab-trigger {
        padding: 14px;
    }

    .expert-details-area .expert-card {
        padding: 28px;
    }

    .display-title {
        font-size: 24px;
    }

    .expert-full-name {
        font-size: 20px;
    }

    /* ── Results ── */
    .ak-results-section {
        padding: 50px 0;
    }

    .ak-results-title {
        font-size: 1.9rem;
        text-align: center;
    }

    .ak-results-content {
        text-align: center;
        margin-top: 30px;
    }

    .ak-results-text {
        text-align: center;
    }

    /* ── Showcase ── */
    .fs-hero-title {
        font-size: 20px;
    }

    .fs-section-subtitle {
        font-size: 17px;
    }

    .fs-showcase-area {
        padding: 45px 0;
    }

    /* ── Reviews ── */
    .rv-card {
        flex: 0 0 50%;
    }

    .rv-control-btn {
        display: none;
    }

    .rv-slider-container {
        padding: 0;
    }

    .rv-brand-name {
        font-size: 16px;
    }

    /* ── FAQ ── */
    .faq-title {
        font-size: 1.8rem;
    }

    .faq-subtitle {
        font-size: 0.92rem;
        margin-bottom: 35px;
    }

    .accordion-button {
        font-size: 14px;
    }

    /* ── Help Form ── */
    .form-separated-card {
        padding: 30px 25px;
    }

    .main-title-text {
        font-size: 20px;
    }

    .image-separated-box {
        height: 400px;
        margin-top: 20px;
    }

    /* ── Footer ── */
    .contact-col {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }

    .btn-whatsapp {
        width: 50%;
    }

    .footer-section {
        padding-top: 45px;
    }

    .top-links {
        display: none !important;
    }
    .feedback-section-title{
        padding: 0 0%;
    }
    .display-header{
         padding: 0 5%;
    }
}


/* ─────────────────────────────────────────────
   767px and below  (Mobile)
───────────────────────────────────────────── */
@media (max-width: 767px) {

    /* ── Header ── */
    .logo img {
        max-height: 40px;
    }

    .navbar-nav .nav-link {
        font-size: 13.5px;
    }
    .ak-logo-item {
    padding: 0 0px;
    }

    
.ak-logo-item img {
    height: 80%;
}

    .talk-btn {
                width: 38%;
        font-size: 12px;
        padding: 9px 14px;
    }

    /* ── Hero ── */
    .hero-section {
        min-height: 15rem;
        padding: 5% 0 5%;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .hero-content {
        padding: 0 4%;
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-btns .btn {
        width: 80%;
        text-align: center;
        margin-right: 0;
    }

    /* ── Consult ── */
    .ak-consult-heading {
        font-size: 20px;
    }

    .ak-consult-sec {
        padding: 30px 0;
    }

    /* ── Trust ── */
    .ak-trust-heading {
        font-size: 20px;
    }

    .ak-trust-text {
        font-size: 13.5px;
    }

    .ak-btn-gold {
        width: 60%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    /* ── Subject ── */
    .ak-slider-card {
        flex: 0 0 100%;
    }

    .ak-sec-heading {
        font-size: 20px;
    }

    .ak-sec-text {
        font-size: 13.5px;
    }

    .ak-subject-sec {
        padding: 25px 0;
    }

    .ak-card-inner {
        padding: 25px 18px;
    }

    .ak-card-inner .ak-card-headings {
        font-size: 17px;
    }

    /* ── Swipe ── */
    .ak-swipe-heading {
        font-size: 20px;
    }

    .ak-swipe-text {
        font-size: 13.5px;
    }

    .ak-swipe-card-inner {
        padding: 30px 18px;
    }

    .ak-swipe-card-inner .card-heading {
        font-size: 18px;
    }

    .ak-swipe-sec {
        padding: 25px 0;
    }

    /* ── Premium ── */
    .ak-premium-sec-heading {
        font-size: 20px;
        padding: 0 0%;
    }
    .ak-premium-card-p{
        padding: 0 0%;
    }

    .ak-premium-card {
        padding: 25px 18px;
    }

    .ak-premium-card .ak-premium-card-title {
        font-size: 19px;
    }

    .ak-premium-sec {
        padding: 25px 0;
    }

    /* ── Dependable ── */
    .ak-main-title {
        font-size: 20px;
        padding: 0 0%;
    }
    .display-header{
        padding: 0 0%;
    }
    .feedback-section-title{
        padding: 0 0%;
        font-size: 20px;
    }

    .ak-sub-desc {
        font-size: 0.85rem;
    }

    .ak-benefit-card {
        padding: 18px;
    }

    .ak-card-title {
        font-size: 17px;
    }

    .ak-card-text {
        font-size: 0.83rem;
    }

    .ak-card-icon {
        width: 45px;
        height: 45px;
    }

    /* ── Support ── */
    .ak-section-title {
        font-size: 20px;
    }

    .ak-section-text {
        font-size: 0.88rem;
    }

    .ak-btn-expert {
        width: 100%;
        text-align: center;
    }

    .ak-support-sec {
        padding: 25px 0;
    }

    /* ── Exam ── */
    .exam-top-title {
        font-size: 20px;
    }

    .exam-top-desc {
        font-size: 12.5px;
    }

    .exam-col {
        width: 100%;
        padding: 30px 20px;
    }

    .exam-col-title {
        font-size: 19px;
    }

    .exam-col-text {
        font-size: 13.5px;
    }

    .exam-top {
        padding: 25px 15px 30px;
    }

    /* ── Moodle ── */
    .ak-section-h2 {
        font-size: 20px;
        text-align: center;
    }

    .ak-moodle-list li {
        font-size: 0.87rem;
    }

    .ak-right-img {
        max-width: 100%;
    }

    .ak-moodle-section {
        padding: 50px 0;
    }

    .ak-btn-primary-gold,
    .ak-btn-secondary-outline {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    /* ── Algebra ── */
    .ak-algebra-title {
        font-size: 20px;
    }

    .ak-algebra-section {
        padding: 70px 0 50px;
    }

    /* ── Tech Assist ── */
    .tech-assist-main-heading {
        font-size: 20px;
    }

    .tech-assist-info-text {
        font-size: 0.88rem;
    }

    .tech-assist-action-btn {
        width: 100%;
        text-align: center;
    }

    .tech-assist-section {
        padding: 25px 0;
    }

    /* ── Experts ── */
    .display-title {
        font-size: 20px;
    }

    .display-subtitle {
        font-size: 14px;
    }

    .tab-main-name {
        font-size: 14px;
    }

    .tab-sub-info {
        font-size: 12px;
    }

    .tab-trigger {
        padding: 12px;
    }

    .expert-full-name {
        font-size: 19px;
    }

    .expert-tenure {
        font-size: 13px;
    }

    .expert-bio {
        font-size: 13.5px;
        margin: 12px 0;
    }

    .metric-value {
        font-size: 14px;
    }

    .metric-text {
        font-size: 12.5px;
    }

    .performance-stats {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }

    .expert-details-area .expert-card {
        padding: 22px 18px;
    }

    .large-avatar {
        width: 60px;
    }

    .connect-btn {
        width: 100%;
        text-align: center;
    }

    #experts-display {
        padding: 25px 0;
    }

    /* ── Results ── */
    .ak-results-title {
        font-size: 20px;
    }

    .ak-results-text {
        font-size: 0.88rem;
    }

    .ak-results-section {
        padding: 40px 0;
    }

    /* ── Showcase ── */
    .fs-hero-title {
        font-size: 19px;
    }

    .fs-section-subtitle {
        font-size: 16px;
    }

    .fs-showcase-area {
        padding: 35px 0;
        background-attachment: scroll;
    }

    .fs-scrollable-container {
        max-height: 50vh;
    }

    .fs-bullet-list {
        font-size: 14.5px;
    }

    /* ── Reviews ── */
    .rv-card {
        flex: 0 0 100%;
    }

    .rv-brand-name {
        font-size: 15px;
    }

    .rv-text {
        font-size: 13px;
    }

    .rv-feedback-section {
        padding: 25px 0;
    }

    /* ── FAQ ── */
    .faq-title {
        font-size: 20px;
    }

    .faq-subtitle {
        font-size: 0.87rem;
        margin-bottom: 28px;
    }

    .accordion-button {
        font-size: 13.5px;
        padding: 15px;
    }

    .faq-section {
        padding: 30px 0;
    }

    /* ── Help Form ── */
    .form-separated-card {
        padding: 22px 18px;
    }

    .main-title-text {
        font-size: 19px;
    }

    .sub-title-text {
        font-size: 12.5px;
    }

    .gr-submit-btn {
        width: 100%;
        padding: 13px 30px;
        font-size: 16px;
    }

    .image-separated-box {
        height: 260px;
    }

    .help-custom-section {
        padding: 40px 0;
    }

    /* ── Footer ── */
    .footer-section {
        padding-top: 35px;
    }

    .footer-section .footer-heading {
        font-size: 0.97rem;
        margin-bottom: 15px;
    }

    .footer-links a {
        font-size: 0.8rem;
    }

    .text-muted-custom {
        font-size: 0.78rem;
    }

    .btn-whatsapp {
        width: 60%;
        font-size: 0.88rem;
        padding: 10px;
    }

    .social-icons a {
        font-size: 1rem;
        margin-right: 14px;
    }

    .copyright-bar {
        font-size: 0.76rem;
        text-align: center;
        padding-top: 15px;
    }

    .copyright-bar p {
        font-size: 0.76rem;
    }

    .payment-img {
        margin-top: 15px;
    }
}