/* ================================================================
   AAKASH GANGA UNIFORMS — RESPONSIVE CSS
   Breakpoints:
   XL  Desktop    : 1400px+
   LG  Laptop     : 1200px – 1399px
   MD  Tablet     : 768px  – 1199px
   SM  Large Phone: 576px  – 767px
   XS  Mobile     : 0px    – 575px
================================================================ */

/* ================================================================
   1. GLOBAL / BASE RESETS (all screens)
================================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

/* ================================================================
   2. XL — LARGE DESKTOP (1400px+)
================================================================ */
@media (min-width: 1400px) {

    /* Navbar */
    .akg-navbar .navbar-inner {
        padding: 0 40px;
    }

    .akg-navbar .nav-links li a {
        padding: 0 20px;
        font-size: 15px;
    }

    .akg-navbar .btn-login {
        padding: 9px 26px !important;
        font-size: 14px !important;
    }

    /* Hero */
    .hero-slide {
        min-height: 580px;
    }

    .hero-content h1 {
        font-size: 58px;
    }

    .hero-content .hero-sub {
        font-size: 17px;
    }

    /* About Preview */
    .about-preview-section {
        padding: 80px 0;
    }

    .about-preview-img img {
        height: 380px;
    }

    .section-title {
        font-size: 34px;
    }

    /* Stats */
    .stat-number {
        font-size: 46px;
    }

    /* Products */
    .pcard-img-wrap {
        height: 230px;
    }

    .pcard-title {
        font-size: 15px;
    }

    /* How To Order */
    .howto-icon {
        width: 80px;
        height: 80px;
    }

    .howto-icon i {
        font-size: 30px;
    }

    .howto-title {
        font-size: 20px;
    }

    .howto-num {
        font-size: 90px;
    }

    /* Testimonials */
    .testi-text {
        font-size: 15px;
    }

    .testi-name {
        font-size: 15px;
    }

    /* Features */
    .feature-card {
        padding: 38px 28px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .feature-icon i {
        font-size: 26px;
    }

    .feature-title {
        font-size: 16px;
    }

    /* Contact Strip */
    .contact-strip h3 {
        font-size: 28px;
    }
}

/* ================================================================
   3. LG — LAPTOP (1200px – 1399px)
================================================================ */
@media (min-width: 1200px) and (max-width: 1399px) {

    /* Navbar */
    .akg-navbar .navbar-inner {
        padding: 0 28px;
    }

    .akg-navbar .nav-links li a {
        padding: 0 14px;
        font-size: 14px;
    }

    /* Hero */
    .hero-slide {
        min-height: 520px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-deco-rings {
        width: 320px;
        height: 320px;
        right: 6%;
    }

    .hero-deco-rings span:nth-child(1) {
        width: 320px;
        height: 320px;
    }

    .hero-deco-rings span:nth-child(2) {
        width: 230px;
        height: 230px;
    }

    .hero-deco-rings span:nth-child(3) {
        width: 150px;
        height: 150px;
    }

    .hero-ring-stat {
        right: 6%;
    }

    .hero-float-badges {
        right: 6%;
        width: 320px;
        height: 320px;
    }

    /* Products */
    .pcard-img-wrap {
        height: 200px;
    }

    /* How To Order */
    .howto-step {
        padding: 40px 30px;
    }
}

/* ================================================================
   4. MD — TABLET LANDSCAPE + PORTRAIT (768px – 1199px)
================================================================ */
@media (min-width: 768px) and (max-width: 1199px) {

    /* Sidebar Logic moved to 991px */


    /* Hero */
    .hero-slide {
        min-height: 420px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content .hero-sub {
        font-size: 14px;
        max-width: 380px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        padding: 10px 20px;
        font-size: 13px;
    }

    .hero-deco-rings {
        width: 260px;
        height: 260px;
        right: 3%;
    }

    .hero-deco-rings span:nth-child(1) {
        width: 260px;
        height: 260px;
    }

    .hero-deco-rings span:nth-child(2) {
        width: 190px;
        height: 190px;
    }

    .hero-deco-rings span:nth-child(3) {
        width: 120px;
        height: 120px;
    }

    .hero-ring-stat {
        right: 3%;
    }

    .hero-ring-stat .rs-num {
        font-size: 36px;
    }

    .hero-float-badges {
        right: 3%;
        width: 260px;
        height: 260px;
    }

    .hero-fbadge {
        font-size: 11px;
        padding: 5px 12px;
    }

    /* About Preview */
    .about-preview-section {
        padding: 50px 0;
    }

    .about-preview-img img {
        height: 280px;
    }

    .section-title {
        font-size: 26px;
    }

    /* Stats */
    .stat-number {
        font-size: 34px;
    }

    .stat-label {
        font-size: 12px;
    }

    .stats-section {
        padding: 38px 0;
    }

    /* Filter */
    .filter-section {
        padding: 28px 0 22px;
    }

    .fltr-block-class {
        min-width: 200px;
    }

    .fltr-class-display span {
        font-size: 26px;
    }

    /* Products */
    .pcard-img-wrap {
        height: 175px;
    }

    .pcard-title {
        font-size: 13px;
    }

    .pcard-info {
        padding: 13px 13px 8px;
    }

    .products-section .row.prohol {
        --bs-gutter-x: 1.2rem;
        --bs-gutter-y: 1.2rem;
    }

    /* Partners */
    .partners-label {
        padding: 0 16px;
        font-size: 10px;
    }

    .partner-item {
        padding: 12px 20px;
        font-size: 12px;
    }

    /* How To Order */
    .howto-section {
        padding: 55px 0;
    }

    .howto-step {
        padding: 36px 24px;
    }

    .howto-icon {
        width: 62px;
        height: 62px;
    }

    .howto-icon i {
        font-size: 22px;
    }

    .howto-title {
        font-size: 16px;
    }

    .howto-num {
        font-size: 60px;
    }

    .howto-arrow {
        right: -14px;
        width: 28px;
        height: 28px;
    }

    .howto-arrow i {
        font-size: 11px;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 55px 0;
    }

    .testi-card {
        padding: 26px 22px;
    }

    .testi-text {
        font-size: 13px;
    }

    /* Features */
    .features-section {
        padding: 50px 0;
    }

    .feature-card {
        padding: 26px 18px;
    }

    .feature-icon {
        width: 54px;
        height: 54px;
    }

    .feature-icon i {
        font-size: 19px;
    }

    .feature-title {
        font-size: 14px;
    }

    /* Contact Strip */
    .contact-strip {
        padding: 30px 0;
    }

    .contact-strip h3 {
        font-size: 20px;
    }

    .contact-strip p {
        font-size: 13px;
    }

    .contact-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    /* Notification Board */
    .notif-label {
        padding: 6px 14px;
        font-size: 11px;
    }

    .notif-slide {
        font-size: 12px;
    }
}

/* Tablet only — portrait specifically (768–900) */
@media (min-width: 768px) and (max-width: 900px) {

    .hero-deco-rings,
    .hero-ring-stat,
    .hero-float-badges {
        display: none;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .about-preview-section .col-md-5 {
        display: none;
    }

    .about-preview-section .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ================================================================
   NAVBAR & CORE STACKING — MOBILE (991px and below)
================================================================ */
@media (max-width: 991px) {

    /* Navbar */
    .nav-mobile-actions {
        display: flex;
    }

    .nav-mobile-toggle {
        display: flex;
    }

    .akg-nav-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid var(--akg-border);
        border-bottom: 3px solid var(--akg-secondary);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        align-items: stretch;
        padding: 10px 0;
        z-index: 1049;
    }

    .akg-nav-collapse.open {
        display: flex;
    }

    .akg-navbar .navbar-inner {
        flex-wrap: nowrap;
        position: relative;
        min-height: 60px;
        align-items: center;
        padding: 0 16px;
    }

    .akg-navbar .nav-brand img.logo {
        height: 42px;
    }

    .akg-navbar .nav-links {
        flex-direction: column;
        align-items: stretch;
    }

    .akg-navbar .nav-links li a {
        padding: 12px 20px;
        border-bottom: none;
        border-left: 3px solid transparent;
        top: 0;
        display: block;
        font-size: 15px;
    }

    .akg-navbar .nav-links li a:hover,
    .akg-navbar .nav-links li a.active {
        border-left-color: var(--akg-secondary);
        border-bottom-color: transparent;
        background: var(--akg-cream);
    }

    .akg-navbar .nav-actions {
        border-left: none;
        border-top: 1px solid var(--akg-border);
        margin: 8px 0 0;
        padding: 14px 20px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    /* Hero */
    .akg-navbar .btn-login {
        width: 100%;
        justify-content: center;
        padding: 10px !important;
    }

    /* Core Stacking Overrides if any */
}

/* ================================================================
   5. SM — LARGE PHONES (576px – 767px)
================================================================ */
@media (min-width: 576px) and (max-width: 767px) {

    /* Navbar Overrides previously here moved to 991px block */

    /* Hero */
    .hero-slide {
        min-height: 340px;
    }

    .hero-inner {
        padding: 45px 0;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content .hero-sub {
        font-size: 13px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        padding: 10px 18px;
        font-size: 13px;
    }

    .hero-deco-rings,
    .hero-ring-stat,
    .hero-float-badges {
        display: none;
    }

    .hero-slider-section .slick-prev {
        left: 10px;
    }

    .hero-slider-section .slick-next {
        right: 10px;
    }

    .hero-slider-section .slick-prev,
    .hero-slider-section .slick-next {
        width: 38px;
        height: 38px;
    }

    /* About */
    .about-preview-section {
        padding: 45px 0;
    }

    .about-preview-section .col-md-5 {
        display: none;
    }

    .section-title {
        font-size: 24px;
    }

    /* Stats */
    .stats-section {
        padding: 32px 0;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    /* Filter */
    .filter-section {
        padding: 24px 0 18px;
    }

    .fltr-sep {
        display: none;
    }

    .fltr-block-class {
        border-right: none;
        border-bottom: 1px solid var(--akg-border);
    }

    .fltr-panel-body {
        flex-direction: column;
    }

    .fltr-block {
        padding: 16px 16px;
    }

    .fltr-class-display span {
        font-size: 24px;
    }

    .fltr-panel-head {
        padding: 10px 16px;
    }

    /* Products */
    .products-section .row.prohol {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .pcard-col {
        padding: 0 4px;
    }

    .pcard-img-wrap {
        height: 165px;
    }

    .pcard-title {
        font-size: 13px;
    }

    .pcard-info {
        padding: 12px 12px 8px;
    }

    .pcard-strip {
        padding: 6px 12px;
        font-size: 10px;
    }

    .prohol-header {
        padding: 22px 4px 18px;
    }

    .prohol-hd-left {
        font-size: 17px;
    }

    .load-more-btn {
        min-width: unset;
        width: 85%;
        padding: 12px 20px;
    }

    /* Partners */
    .partners-label {
        display: none;
    }

    .partner-item {
        padding: 12px 18px;
        font-size: 12px;
    }

    /* How To Order */
    .howto-section {
        padding: 45px 0;
    }

    .howto-step {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 32px 20px;
    }

    .howto-step:last-child {
        border-bottom: none;
    }

    .howto-arrow {
        display: none;
    }

    .howto-num {
        font-size: 55px;
    }

    .howto-icon {
        width: 60px;
        height: 60px;
    }

    .howto-icon i {
        font-size: 22px;
    }

    .howto-title {
        font-size: 17px;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 45px 0;
    }

    .testi-card {
        padding: 24px 20px;
    }

    .testi-text {
        font-size: 13px;
    }

    .testi-card::before {
        font-size: 60px;
        top: 6px;
        right: 14px;
    }

    /* Features */
    .features-section {
        padding: 42px 0;
    }

    .feature-card {
        padding: 22px 16px;
    }

    /* Contact Strip */
    .contact-strip {
        padding: 28px 0;
    }

    .contact-strip h3 {
        font-size: 18px;
    }

    .col-md-5.text-md-end {
        justify-content: flex-start !important;
    }

    /* Footer */
    .site-footer {
        padding: 16px 0;
        font-size: 12px;
    }

    /* Notification */
    .notif-slide {
        font-size: 12px;
        padding: 6px 14px;
    }
}

/* ================================================================
   6. XS — SMALL MOBILE (0px – 575px)
================================================================ */
@media (max-width: 575px) {

    /* Global spacing */
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    section {
        overflow-x: hidden;
    }

    /* Navbar */
    .akg-navbar .navbar-inner {
        padding: 0 12px;
        min-height: 58px;
        align-items: center;
    }

    .akg-navbar .nav-brand img.logo {
        height: 40px;
    }

    .nav-mobile-actions {
        display: flex;
    }

    .nav-mobile-toggle {
        display: flex;
    }

    .akg-nav-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid var(--akg-border);
        border-bottom: 3px solid var(--akg-secondary);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0;
        z-index: 1049;
    }

    .akg-nav-collapse.open {
        display: flex;
    }

    .akg-navbar .nav-links {
        flex-direction: column;
        align-items: stretch;
    }

    .akg-navbar .nav-links li a {
        padding: 11px 16px;
        border-bottom: none;
        border-left: 3px solid transparent;
        top: 0;
        display: block;
        font-size: 14px;
    }

    .akg-navbar .nav-links li a:hover,
    .akg-navbar .nav-links li a.active {
        border-left-color: var(--akg-secondary);
        border-bottom-color: transparent;
        background: var(--akg-cream);
    }

    .akg-navbar .nav-actions {
        border-left: none;
        border-top: 1px solid var(--akg-border);
        margin: 6px 0 0;
        padding: 10px 16px;
        gap: 8px;
    }

    .akg-navbar .btn-login {
        padding: 7px 14px !important;
        font-size: 12px !important;
    }


    /* Notification */
    .notif-label {
        padding: 5px 10px;
        font-size: 10px;
        gap: 5px;
    }

    .notif-slide {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* Hero */
    .hero-slide {
        min-height: 290px;
    }

    .hero-inner {
        padding: 35px 0;
    }

    .hero-content h1 {
        font-size: 22px;
        line-height: 1.2;
    }

    .hero-content .hero-sub {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .hero-btns {
        gap: 10px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        padding: 10px 16px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }

    .hero-deco-rings,
    .hero-ring-stat,
    .hero-float-badges {
        display: none;
    }

    .hero-tag {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }

    .hero-slider-section .slick-prev {
        left: 8px;
    }

    .hero-slider-section .slick-next {
        right: 8px;
    }

    .hero-slider-section .slick-prev,
    .hero-slider-section .slick-next {
        width: 34px;
        height: 34px;
    }

    .hero-slider-section .slick-prev:before,
    .hero-slider-section .slick-next:before {
        font-size: 14px;
    }

    .hero-slide-counter {
        right: 12px;
        bottom: 12px;
    }

    .hero-slide-counter .hc-current {
        font-size: 17px;
    }

    /* About Preview */
    .about-preview-section {
        padding: 36px 0;
    }

    .about-preview-section .col-md-5 {
        display: none;
    }

    .about-preview-section .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-title {
        font-size: 22px;
    }

    .section-label {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .about-preview-text {
        font-size: 14px;
    }

    .about-feature-list li {
        font-size: 13px;
    }

    .btn-classic {
        padding: 10px 22px;
        font-size: 13px;
    }

    /* Stats */
    .stats-section {
        padding: 28px 0;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px 6px;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    /* Filter */
    .filter-section {
        padding: 20px 0 16px;
    }

    .filter-section .section-title {
        font-size: 20px;
    }

    .fltr-sep {
        display: none;
    }

    .fltr-block-class {
        border-right: none;
        border-bottom: 1px solid var(--akg-border);
        min-width: unset;
    }

    .fltr-panel-body {
        flex-direction: column;
    }

    .fltr-block {
        padding: 14px 14px;
        gap: 10px;
    }

    .fltr-class-display {
        padding: 10px 14px;
    }

    .fltr-class-display span {
        font-size: 22px;
    }

    .fltr-panel-head {
        padding: 10px 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .fltr-toggle-card {
        padding: 12px 14px;
    }

    .fltr-tc-icon {
        width: 36px;
        height: 36px;
    }

    .fltr-tc-icon i {
        font-size: 15px;
    }

    .fltr-tc-val {
        font-size: 13px;
    }

    /* Products */
    .products-section {
        padding: 0 0 40px;
    }

    .products-section .row.prohol {
        --bs-gutter-x: 0.7rem;
        --bs-gutter-y: 0.7rem;
    }

    .pcard-col {
        padding: 0 2px;
    }

    .pcard-img-wrap {
        height: 140px;
    }

    .pcard-title {
        font-size: 12px;
        line-height: 1.3;
    }

    .pcard-desc {
        font-size: 11px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .pcard-info {
        padding: 10px 10px 6px;
    }

    .pcard-strip {
        padding: 5px 10px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .pcard-cart-btn {
        font-size: 11px;
        padding: 10px 6px;
        letter-spacing: 0.8px;
    }

    .prohol-header {
        padding: 18px 4px 14px;
    }

    .prohol-hd-left {
        font-size: 16px;
    }

    .prohol-count {
        font-size: 10px;
        padding: 2px 8px;
    }

    .load-more-btn {
        width: 100%;
        min-width: unset;
        padding: 12px 16px;
        font-size: 13px;
    }

    .load-more-wrap {
        padding: 14px 0 40px;
    }

    .pcard-overlay-btn {
        padding: 7px 16px;
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    /* Partners */
    .partners-section {
        min-height: 46px;
    }

    .partners-label {
        display: none;
    }

    .partner-item {
        padding: 10px 16px;
        font-size: 12px;
        gap: 6px;
    }

    .partner-item i {
        font-size: 11px;
    }

    /* How To Order */
    .howto-section {
        padding: 40px 0;
    }

    .howto-section .section-title {
        font-size: 22px;
    }

    .howto-step {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 28px 16px;
    }

    .howto-step:last-child {
        border-bottom: none;
    }

    .howto-arrow {
        display: none;
    }

    .howto-num {
        font-size: 48px;
        top: 14px;
    }

    .howto-icon {
        width: 56px;
        height: 56px;
    }

    .howto-icon i {
        font-size: 20px;
    }

    .howto-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .howto-desc {
        font-size: 13px;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 40px 0;
    }

    .testi-card {
        padding: 22px 18px;
        gap: 14px;
    }

    .testi-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .testi-stars i {
        font-size: 13px;
    }

    .testi-name {
        font-size: 13px;
    }

    .testi-role {
        font-size: 11px;
    }

    .testi-avatar {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .testi-card::before {
        font-size: 55px;
        top: 4px;
        right: 12px;
    }

    /* Features */
    .features-section {
        padding: 36px 0;
    }

    .feature-card {
        padding: 20px 14px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon i {
        font-size: 18px;
    }

    .feature-title {
        font-size: 13px;
    }

    .feature-desc {
        font-size: 12px;
    }

    /* Contact Strip */
    .contact-strip {
        padding: 24px 0;
    }

    .contact-strip h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .contact-strip p {
        font-size: 12px;
        line-height: 1.7;
    }

    .contact-btn {
        padding: 9px 14px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .col-md-5.d-flex.gap-2 {
        flex-direction: column;
        gap: 8px !important;
    }

    /* Footer */
    .site-footer {
        padding: 14px 0;
        font-size: 12px;
    }

    .site-footer p {
        line-height: 1.6;
    }

    /* Modals — better on small screens */
    .modal-dialog {
        margin: 8px;
    }

    .modal-content {
        border-radius: 0 !important;
    }

    .modal-header {
        padding: 10px 14px !important;
        border-radius: 0 !important;
    }

    .modal-body {
        padding: 14px;
    }

    /* Section headings */
    .section-header-center {
        margin-bottom: 28px;
    }

    .section-divider {
        width: 40px;
        height: 2px;
    }
}

/* ================================================================
   7. STANDALONE PAGES (Auth, Support, About)
================================================================ */

/* Auth Pages (Login, Register, etc.) */
@media (max-width: 768px) {
    .auth-main {
        padding: 50px 16px;
    }

    .auth-card {
        padding: 36px 28px;
    }
}

@media (max-width: 576px) {
    .auth-main {
        padding: 30px 12px;
    }

    .auth-card {
        padding: 28px 20px 24px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    .auth-card-title {
        font-size: 20px;
    }

    .auth-card-sub {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .auth-logo-wrap img {
        height: 54px;
        margin-bottom: 8px;
    }

    .auth-logo-wrap h2 {
        font-size: 18px;
    }

    .af-group {
        margin-bottom: 16px;
    }

    .af-row {
        gap: 0;
    }

    .af-col-6 {
        flex: 0 0 100%;
        width: 100%;
    }

    .af-btn {
        padding: 14px;
        font-size: 12px;
    }

    .auth-footer-links {
        margin-top: 30px;
        padding-top: 24px;
    }
}

/* Support & About Pages */
@media (max-width: 991px) {

    /* Stack sidebars */
    .policy-cards-grid {
        grid-template-columns: 1fr;
    }

    .policy-sidebar-sticky {
        position: static !important;
        margin-top: 30px;
    }

    /* About Page */
    .about-highlights {
        grid-template-columns: 1fr;
    }

    .about-page-img img {
        height: 240px;
    }

    .timeline::before {
        left: 20px;
        transform: none;
    }

    .tl-item,
    .tl-item:nth-child(odd) {
        flex-direction: row !important;
        margin-bottom: 32px;
    }

    .tl-content,
    .tl-item:nth-child(odd) .tl-content {
        width: auto;
        flex: 1;
        margin-left: 45px;
        margin-right: 0;
        border-right: none;
        border-left: 3px solid var(--akg-secondary);
    }

    .tl-dot {
        left: 20px;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 576px) {
    .about-page-hero {
        padding: 60px 0 50px;
    }

    .about-page-hero h1 {
        font-size: 28px;
    }

    .timeline-section {
        padding: 50px 0;
    }

    .tl-content {
        padding: 18px 20px;
    }

    .tl-item {
        margin-bottom: 36px;
    }
}

/* ================================================================
   8. PRINT — basic cleanup
================================================================ */
@media print {

    .akg-navbar,
    .notification-board,
    .hero-slider-section,
    .filter-section,
    .products-section,
    .partners-section,
    .howto-section,
    .testimonials-section,
    .contact-strip,
    .site-footer {
        display: none !important;
    }

    body {
        background: white !important;
        color: black !important;
    }
}