﻿/* ============================================================
   MALWA AGRITECH PREMIUM HEADER
   COMPLETE RESPONSIVE HEADER + STICKY HEADER + FOOTER
   ============================================================ */

:root {
    --malwa-green: #116b3a;
    --malwa-dark-green: #073b22;
    --malwa-deep-green: #052c1a;
    --malwa-light-green: #eaf6ee;
    --malwa-gold: #d6a72c;
    --malwa-gold-light: #f4d77b;
    --malwa-white: #ffffff;
    --malwa-black: #152019;
    --malwa-grey: #66736b;
    --malwa-border: rgba(17, 107, 58, 0.12);
    --header-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    --container-width: 1380px;
    /* Fixed header height */
    --malwa-header-height: 206px;
}


/* ============================================================
   GLOBAL RESET
   ============================================================ */

.malwa-header,
.malwa-header *,
.malwa-footer,
.malwa-footer * {
    box-sizing: border-box;
}

    .malwa-header a,
    .malwa-footer a {
        text-decoration: none;
    }

    .malwa-header ul,
    .malwa-footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.malwa-container {
    width: min(100% - 40px, var(--container-width));
    margin: 0 auto;
}


/* ============================================================
   COMPLETE FIXED HEADER CONTAINER
   ============================================================ */

.malwa-header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}


/* ============================================================
   MAIN CONTENT
   Prevents page content from hiding below fixed header
   ============================================================ */

.malwa-main-content {
    padding-top: var(--malwa-header-height);
    min-height: calc(100vh - var(--malwa-header-height));
}


/* ============================================================
   HEADER
   ============================================================ */

.malwa-header {
    position: relative;
    width: 100%;
    background: #ffffff;
}


/* ============================================================
   TOP STRIP
   ============================================================ */

.malwa-top-strip {
    background: var(--malwa-deep-green);
    color: rgba(255,255,255,.90);
    font-size: 12px;
    min-height: 36px;
}

    .malwa-top-strip .malwa-container {
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


/* ============================================================
   TOP LEFT / RIGHT
   ============================================================ */

.malwa-top-left,
.malwa-top-right,
.contact-info,
.top-social {
    display: flex;
    align-items: center;
}

.malwa-top-right {
    gap: 20px;
}

.top-welcome {
    letter-spacing: .3px;
}

    .top-welcome i {
        color: var(--malwa-gold-light);
        margin-right: 6px;
    }


/* ============================================================
   TOP LINKS
   ============================================================ */

.top-link {
    color: rgba(255,255,255,.90);
    font-size: 12px;
    font-weight: 500;
    transition: .25s ease;
}

    .top-link:hover {
        color: var(--malwa-gold-light);
    }

    .top-link i {
        margin-right: 6px;
        color: var(--malwa-gold-light);
    }


/* ============================================================
   TOP SOCIAL
   ============================================================ */

.top-social {
    gap: 7px;
}

    .top-social a {
        width: 25px;
        height: 25px;
        border: 1px solid rgba(255,255,255,.20);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 11px;
        transition: .25s ease;
    }

        .top-social a:hover {
            background: var(--malwa-gold);
            border-color: var(--malwa-gold);
            color: var(--malwa-deep-green);
            transform: translateY(-1px);
        }


/* ============================================================
   BRAND BAR
   ============================================================ */

.malwa-brand-bar {
    background: #fff;
    position: relative;
    z-index: 1001;
}

.malwa-brand-container {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* ============================================================
   BRAND
   ============================================================ */

.malwa-brand-link {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.malwa-logo-wrapper {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: var(--malwa-light-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.malwa-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.malwa-logo-fallback {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--malwa-green);
}


/* ============================================================
   COMPANY NAME
   ============================================================ */

.malwa-brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.malwa-company-name {
    font-family: Arial, "Segoe UI", sans-serif;
    font-weight: 900;
    font-size: clamp(23px, 2.2vw, 35px);
    line-height: 1;
    letter-spacing: 1.5px;
    color: var(--malwa-dark-green);
}

    .malwa-company-name span {
        color: var(--malwa-green);
    }


/* ============================================================
   COMPANY SLOGAN
   ============================================================ */

.malwa-company-slogan {
    margin-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #8c6510;
    line-height: 1.3;
}


/* ============================================================
   BRAND LINE
   ============================================================ */

.malwa-brand-line {
    margin-top: 5px;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--malwa-grey);
}


/* ============================================================
   CORPORATE SERVICE CARDS
   ============================================================ */

.malwa-brand-services {
    display: flex;
    gap: 12px;
}

.brand-service-card {
    min-width: 205px;
    padding: 12px 15px;
    border: 1px solid var(--malwa-border);
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 5px 18px rgba(0,0,0,.04);
    transition: .3s ease;
}

    .brand-service-card:hover {
        transform: translateY(-3px);
        border-color: rgba(17,107,58,.25);
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }


/* ============================================================
   SERVICE ICON
   ============================================================ */

.service-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f7f0;
    color: #1677a4;
    font-size: 18px;
    flex: 0 0 42px;
}

.warehouse-icon {
    color: var(--malwa-green);
    background: var(--malwa-light-green);
}


/* ============================================================
   SERVICE TEXT
   ============================================================ */

.service-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    .service-text strong {
        color: var(--malwa-dark-green);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .5px;
        line-height: 1.3;
    }

    .service-text span {
        color: var(--malwa-grey);
        font-size: 10px;
        margin-top: 2px;
        line-height: 1.3;
    }


/* ============================================================
   NAVIGATION
   ============================================================ */

.malwa-navigation-wrapper {
    background: var(--malwa-green);
    position: relative;
    z-index: 1000;
    box-shadow: var(--header-shadow);
}

.malwa-navigation {
    min-height: 58px;
}

.malwa-nav-list {
    display: flex;
    align-items: stretch;
    min-height: 58px;
}

.malwa-nav-item {
    position: relative;
}


/* ============================================================
   MAIN NAVIGATION LINKS
   Increased font size
   ============================================================ */

.malwa-nav-link {
    min-height: 58px;
    padding: 0 18px;
    color: rgba(255,255,255,.97);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: Arial, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    transition: background .25s ease, color .25s ease;
}


    /* ============================================================
   NAV ICON
   ============================================================ */

    .malwa-nav-link i:first-child {
        font-size: 14px;
        opacity: .95;
    }


/* ============================================================
   DROPDOWN ARROW
   ============================================================ */

.dropdown-arrow {
    font-size: 9px !important;
    margin-left: 2px;
    transition: transform .25s ease;
}

.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}


/* ============================================================
   NAV HOVER
   ============================================================ */

.malwa-nav-link:hover {
    color: #ffffff;
    background: rgba(0,0,0,.14);
}


/* ============================================================
   ACTIVE NAV
   ============================================================ */

.malwa-nav-link.active {
    color: #ffffff;
    background: rgba(0,0,0,.12);
}

    .malwa-nav-link.active::after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 0;
        height: 3px;
        background: var(--malwa-gold);
        border-radius: 3px 3px 0 0;
    }


/* ============================================================
   DROPDOWN
   ============================================================ */

.malwa-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    border-radius: 0 0 15px 15px;
    border-top: 3px solid var(--malwa-gold);
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 2000;
}

.has-dropdown:hover > .malwa-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* ============================================================
   SEEDS MEGA MENU
   ============================================================ */

.mega-dropdown {
    width: 570px;
    padding: 22px;
}

.mega-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 17px;
    border-bottom: 1px solid #edf0ed;
    margin-bottom: 16px;
}

.mega-heading-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: var(--malwa-light-green);
    color: var(--malwa-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.mega-heading h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--malwa-dark-green);
    letter-spacing: .8px;
}

.mega-heading p {
    margin: 3px 0 0;
    font-size: 11px;
    color: var(--malwa-grey);
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mega-product {
    min-height: 95px;
    border: 1px solid #edf0ed;
    border-radius: 12px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    position: relative;
    transition: .25s ease;
}

    .mega-product:hover {
        border-color: rgba(17,107,58,.3);
        background: var(--malwa-light-green);
        transform: translateY(-2px);
    }

.mega-product-icon {
    color: var(--malwa-green);
    font-size: 21px;
}

.mega-product strong {
    display: block;
    color: var(--malwa-dark-green);
    font-size: 14px;
    font-weight: 750;
}

.mega-product span {
    color: var(--malwa-grey);
    font-size: 11px;
}

.mega-product > i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 9px;
    color: var(--malwa-gold);
}


/* ============================================================
   SERVICES DROPDOWN
   ============================================================ */

.services-dropdown {
    width: 390px;
    padding: 13px;
}

.services-menu-title {
    padding: 12px;
    background: var(--malwa-light-green);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

    .services-menu-title > i {
        color: #1778a4;
        font-size: 20px;
    }

    .services-menu-title strong {
        display: block;
        font-size: 13px;
        font-weight: 800;
        color: var(--malwa-dark-green);
    }

    .services-menu-title small {
        display: block;
        color: var(--malwa-grey);
        font-size: 10px;
        margin-top: 2px;
    }


/* ============================================================
   DROPDOWN SERVICES
   ============================================================ */

.dropdown-service {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border-radius: 9px;
    color: var(--malwa-black);
    transition: .2s ease;
}

    .dropdown-service:hover {
        background: #f4f8f5;
    }

.dropdown-service-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f7f0;
    color: var(--malwa-green);
    flex: 0 0 38px;
}

    .dropdown-service-icon.cold {
        color: #1678a7;
    }

.dropdown-service-text {
    flex: 1;
}

    .dropdown-service-text strong {
        display: block;
        font-size: 13px;
        font-weight: 700;
    }

    .dropdown-service-text small {
        display: block;
        color: var(--malwa-grey);
        font-size: 10px;
        margin-top: 2px;
    }

.dropdown-service > i {
    color: var(--malwa-gold);
    font-size: 10px;
}


/* ============================================================
   GROUP DROPDOWN
   ============================================================ */

.group-dropdown {
    width: 330px;
    padding: 10px;
}

.group-company {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border-radius: 10px;
    transition: .2s ease;
}

    .group-company:hover {
        background: var(--malwa-light-green);
    }

.group-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #e9f7f0;
    color: #1678a7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

    .group-icon.warehouse {
        color: var(--malwa-green);
    }

.group-company span:nth-child(2) {
    flex: 1;
}

.group-company strong,
.group-company small {
    display: block;
}

.group-company strong {
    font-size: 12px;
    font-weight: 750;
    color: var(--malwa-dark-green);
}

.group-company small {
    font-size: 10px;
    color: var(--malwa-grey);
    margin-top: 3px;
}

.group-company > i {
    color: var(--malwa-gold);
    font-size: 10px;
}


/* ============================================================
   CTA
   ============================================================ */

.malwa-nav-cta {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.malwa-contact-btn {
    background: var(--malwa-gold);
    color: var(--malwa-deep-green);
    padding: 10px 18px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
    transition: background .25s ease, transform .25s ease;
}

    .malwa-contact-btn:hover {
        background: var(--malwa-gold-light);
        color: var(--malwa-deep-green);
        transform: translateY(-1px);
    }


/* ============================================================
   MOBILE MENU TOGGLE
   ============================================================ */

.malwa-menu-toggle {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: var(--malwa-light-green);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

    .malwa-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--malwa-dark-green);
        border-radius: 5px;
        transition: .3s ease;
    }

    .malwa-menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .malwa-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .malwa-menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }


/* ============================================================
   MOBILE OVERLAY
   ============================================================ */

.malwa-mobile-overlay {
    display: none;
}


/* ============================================================
   STICKY / SCROLL STATE
   ============================================================ */

.malwa-header.is-scrolled
.malwa-brand-bar {
    box-shadow: 0 5px 20px rgba(0,0,0,.07);
}

.malwa-header.is-scrolled
.malwa-brand-container {
    min-height: 82px;
}

.malwa-header.is-scrolled
.malwa-logo-wrapper {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
}

.malwa-header.is-scrolled
.malwa-company-slogan,
.malwa-header.is-scrolled
.malwa-brand-line {
    display: none;
}


/* ============================================================
   FOOTER
   ============================================================ */

.malwa-footer {
    margin-top: 0;
    background: var(--malwa-deep-green);
    color: rgba(255,255,255,.85);
}


/* ============================================================
   FOOTER MAIN
   ============================================================ */

.malwa-footer-main {
    padding: 55px 0 45px;
}

.malwa-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.2fr 1.3fr 1.4fr;
    gap: 40px;
}


/* ============================================================
   FOOTER BRAND
   ============================================================ */

.malwa-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.malwa-footer-logo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    color: var(--malwa-gold);
    font-size: 22px;
}

.malwa-footer-brand strong {
    display: block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}

.malwa-footer-brand span {
    display: block;
    margin-top: 4px;
    color: var(--malwa-gold-light);
    font-size: 11px;
    font-weight: 600;
}


/* ============================================================
   FOOTER DESCRIPTION
   ============================================================ */

.malwa-footer-description {
    max-width: 330px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 20px;
}


/* ============================================================
   FOOTER SOCIAL
   ============================================================ */

.malwa-footer-social {
    display: flex;
    gap: 8px;
}

    .malwa-footer-social a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.15);
        color: #fff;
        font-size: 12px;
        transition: .25s ease;
    }

        .malwa-footer-social a:hover {
            background: var(--malwa-gold);
            border-color: var(--malwa-gold);
            color: var(--malwa-deep-green);
            transform: translateY(-2px);
        }


/* ============================================================
   FOOTER HEADINGS
   ============================================================ */

.malwa-footer-column h4 {
    margin: 3px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    position: relative;
    padding-bottom: 10px;
}

    .malwa-footer-column h4::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 2px;
        background: var(--malwa-gold);
    }


/* ============================================================
   FOOTER LINKS
   ============================================================ */

.malwa-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.malwa-footer-column li {
    margin-bottom: 11px;
}

    .malwa-footer-column li a {
        color: rgba(255,255,255,.65);
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        line-height: 1.5;
        transition: .25s ease;
    }

        .malwa-footer-column li a i {
            color: var(--malwa-gold);
            font-size: 9px;
        }

        .malwa-footer-column li a:hover {
            color: #fff;
            transform: translateX(3px);
        }


/* ============================================================
   FOOTER CONTACT
   ============================================================ */

.malwa-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .malwa-footer-contact > a,
    .malwa-footer-address {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        color: rgba(255,255,255,.7);
    }

        .malwa-footer-contact > a:hover {
            color: #fff;
        }

        .malwa-footer-contact > a > span,
        .malwa-footer-address > span {
            width: 34px;
            height: 34px;
            flex: 0 0 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,.07);
            border-radius: 8px;
            color: var(--malwa-gold);
            font-size: 11px;
        }

    .malwa-footer-contact small {
        display: block;
        color: rgba(255,255,255,.45);
        font-size: 9px;
        margin-bottom: 3px;
    }

    .malwa-footer-contact strong {
        display: block;
        color: rgba(255,255,255,.85);
        font-size: 10px;
    }


/* ============================================================
   FOOTER BOTTOM
   ============================================================ */

.malwa-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.12);
}

.malwa-footer-bottom-inner {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.malwa-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.45);
    font-size: 10px;
}

.malwa-footer-bottom strong {
    color: rgba(255,255,255,.75);
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .footer-bottom-links a {
        color: rgba(255,255,255,.5);
        font-size: 10px;
        transition: .2s ease;
    }

        .footer-bottom-links a:hover {
            color: var(--malwa-gold-light);
        }

    .footer-bottom-links span {
        color: rgba(255,255,255,.2);
    }


/* ============================================================
   BACK TO TOP
   ============================================================ */

.malwa-back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--malwa-green);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
    cursor: pointer;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .25s ease;
}

    .malwa-back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .malwa-back-to-top:hover {
        background: var(--malwa-gold);
        color: var(--malwa-deep-green);
    }


/* ============================================================
   LARGE TABLET / SMALL DESKTOP
   ============================================================ */

@media (max-width: 1280px) {

    .malwa-nav-link {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 13px;
        gap: 7px;
    }

        .malwa-nav-link i:first-child {
            font-size: 13px;
        }

    .brand-service-card {
        min-width: 180px;
    }

    .service-text strong {
        font-size: 11px;
    }

    .service-text span {
        font-size: 9px;
    }
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .malwa-nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        gap: 6px;
    }

        .malwa-nav-link i:first-child {
            font-size: 12px;
        }

    .malwa-nav-cta {
        padding-left: 6px;
    }

    .malwa-contact-btn {
        padding: 9px 13px;
        font-size: 11px;
    }


    /* Footer */

    .malwa-footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
        row-gap: 40px;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 991px) {

    :root {
        --malwa-header-height: 114px;
    }


    /* Container */

    .malwa-container {
        width: min(100% - 28px, var(--container-width));
    }


    /* Top bar */

    .malwa-top-left {
        display: none;
    }

    .malwa-top-strip .malwa-container {
        justify-content: center;
    }

    .malwa-top-right {
        width: 100%;
        justify-content: center;
    }

        .malwa-top-right
        .top-link:nth-child(2),
        .top-social {
            display: none;
        }


    /* Brand */

    .malwa-brand-container {
        min-height: 82px;
        gap: 12px;
    }

    .malwa-logo-wrapper {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 13px;
    }

    .malwa-company-name {
        font-size: 23px;
    }

    .malwa-company-slogan {
        font-size: 12px;
    }

    .malwa-brand-line {
        display: none;
    }

    .malwa-brand-services {
        display: none;
    }


    /* Mobile menu button */

    .malwa-menu-toggle {
        display: flex;
        flex-shrink: 0;
    }


    /* ========================================================
       MOBILE NAVIGATION PANEL
       ======================================================== */

    .malwa-navigation-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        width: min(88vw, 390px);
        height: 100vh;
        background: #fff;
        transform: translateX(105%);
        transition: transform .35s cubic-bezier(.4,0,.2,1);
        box-shadow: -15px 0 45px rgba(0,0,0,.20);
        overflow-y: auto;
        z-index: 3000;
        padding-top: 20px;
        -webkit-overflow-scrolling: touch;
    }

        .malwa-navigation-wrapper.mobile-open {
            transform: translateX(0);
        }

    .malwa-navigation {
        min-height: auto;
    }

    .malwa-nav-list {
        display: block;
        padding: 15px 16px 35px;
    }

    .malwa-nav-item {
        border-bottom: 1px solid #edf0ed;
    }


    /* ========================================================
       MOBILE NAV LINKS
       ======================================================== */

    .malwa-nav-link {
        min-height: 54px;
        padding: 0 5px;
        color: var(--malwa-dark-green);
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .15px;
        justify-content: flex-start;
        background: transparent !important;
    }

        .malwa-nav-link:hover,
        .malwa-nav-link.active {
            color: var(--malwa-green);
        }

            .malwa-nav-link.active::after {
                display: none;
            }

        .malwa-nav-link i:first-child {
            width: 22px;
            text-align: center;
            color: var(--malwa-green);
            font-size: 15px;
        }

    .dropdown-arrow {
        margin-left: auto;
        color: #77837b !important;
        font-size: 10px !important;
    }

    .has-dropdown.dropdown-open
    .dropdown-arrow {
        transform: rotate(180deg);
    }


    /* ========================================================
       MOBILE DROPDOWNS
       ======================================================== */

    .malwa-dropdown {
        position: static;
        width: 100% !important;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        padding: 0;
        transition: max-height .35s ease, padding .35s ease;
    }

    .has-dropdown.dropdown-open >
    .malwa-dropdown {
        max-height: 1000px;
        padding: 5px 0 12px 25px;
    }


    /* Mega menu */

    .mega-heading {
        padding: 10px;
        margin-bottom: 8px;
    }

        .mega-heading h3 {
            font-size: 15px;
        }

    .mega-grid {
        display: block;
    }

    .mega-product {
        min-height: 65px;
        margin-bottom: 7px;
        flex-direction: row;
        align-items: center;
    }

        .mega-product strong {
            font-size: 14px;
        }

        .mega-product span {
            font-size: 11px;
        }

        .mega-product > i {
            margin-left: auto;
            position: static;
        }


    /* Services */

    .services-menu-title {
        margin-bottom: 5px;
    }

        .services-menu-title strong {
            font-size: 13px;
        }

    .dropdown-service {
        padding: 10px 5px;
    }

    .dropdown-service-text strong {
        font-size: 14px;
    }

    .dropdown-service-text small {
        font-size: 10px;
    }


    /* Group */

    .group-company {
        padding: 10px 5px;
    }

        .group-company strong {
            font-size: 13px;
        }

        .group-company small {
            font-size: 10px;
        }


    /* CTA */

    .malwa-nav-cta {
        margin: 15px 0 0;
        padding: 0;
    }

    .malwa-contact-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        padding: 13px;
        font-size: 14px;
    }


    /* ========================================================
       MOBILE OVERLAY
       ======================================================== */

    .malwa-mobile-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.50);
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        z-index: 2500;
    }

        .malwa-mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    body.malwa-menu-active {
        overflow: hidden;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 575px) {

    :root {
        --malwa-header-height: 104px;
    }


    .malwa-container {
        width: calc(100% - 22px);
    }


    /* Top */

    .malwa-top-strip {
        min-height: 32px;
    }

        .malwa-top-strip .malwa-container {
            min-height: 32px;
        }

    .top-welcome {
        font-size: 9px;
    }


    /* Brand */

    .malwa-brand-container {
        min-height: 72px;
    }

    .malwa-logo-wrapper {
        width: 49px;
        height: 49px;
        flex-basis: 49px;
    }

    .malwa-brand-link {
        gap: 9px;
    }

    .malwa-company-name {
        font-size: 19px;
        letter-spacing: .8px;
    }

    .malwa-company-slogan {
        font-size: 10px;
        margin-top: 5px;
    }


    /* Menu button */

    .malwa-menu-toggle {
        width: 42px;
        height: 42px;
    }


    /* Navigation */

    .malwa-navigation-wrapper {
        width: 92vw;
    }

    .malwa-nav-link {
        min-height: 52px;
        font-size: 14px;
    }

        .malwa-nav-link i:first-child {
            font-size: 14px;
        }


    /* Footer */

    .malwa-footer-main {
        padding: 40px 0 30px;
    }

    .malwa-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .malwa-footer-description {
        max-width: none;
    }

    .malwa-footer-bottom-inner {
        min-height: 80px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }


    /* Back to top */

    .malwa-back-to-top {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }
}


/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 380px) {

    .malwa-company-name {
        font-size: 17px;
    }

    .malwa-company-slogan {
        font-size: 9px;
    }

    .malwa-nav-link {
        font-size: 13.5px;
    }

    .malwa-navigation-wrapper {
        width: 94vw;
    }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .malwa-header *,
    .malwa-header *::before,
    .malwa-header *::after,
    .malwa-footer *,
    .malwa-footer *::before,
    .malwa-footer *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}
