:root {
    --liza-bg: #ffffff;
    --liza-text: #111111;
    --liza-header-height: 70px;
}

/* ==========================================================================
   1. Base Header & Navigation
   ========================================================================== */

.liza-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--liza-bg);
    border-bottom: 1px solid #eeeeee;
    z-index: 99999;
}

.liza-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    height: var(--liza-header-height);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.liza-brand-logo {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--liza-text);
    text-decoration: none;
    text-transform: uppercase;
}

.liza-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.liza-header-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.liza-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

/* Desktop Menu */
.liza-desktop-nav .liza-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 26px;
}

.liza-desktop-nav .liza-menu-list li a {
    text-decoration: none;
    color: var(--liza-text);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.liza-desktop-nav .liza-menu-list li a:hover {
    opacity: 0.5;
}

/* Header Action Icons */
.liza-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--liza-text);
    text-decoration: none;
    position: relative;
}

.liza-cart-count {
    position: absolute;
    top: -2px;
    right: -4px;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Mobile Hamburger Button */
.liza-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.liza-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--liza-text);
    margin: 2px 0;
}

/* Mobile Slide Drawer */
.liza-nav-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 280px !important;
    max-width: 80% !important;
    height: 100vh !important;
    background-color: #ffffff !important;
    z-index: 9999999 !important;
    padding: 60px 24px 24px !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease-in-out !important;
}

.liza-nav-drawer.is-active {
    transform: translateX(0) !important;
}

.liza-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #111111;
}

.liza-mobile-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}

.liza-mobile-menu-list li a {
    color: var(--liza-text) !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    display: block !important;
}

.liza-mobile-account-link {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.liza-mobile-account-link a {
    color: var(--liza-text);
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}

.liza-drawer-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999998 !important;
    display: none !important;
}

.liza-drawer-backdrop.is-active {
    display: block !important;
}

/* ==========================================================================
   2. Astra Reset & Full Width Setup
   ========================================================================== */

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.home .site-content,
.home .ast-container,
.home #primary,
.home #content,
.home .entry-content,
.home article {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.ast-main-header-wrap,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar,
.main-header-bar,
.ast-builder-menu,
header.site-header:not(.liza-header) {
    display: none !important;
}

/* ==========================================================================
   3. Hero Image Full Screen Slider (No Cutting / No Cropping)
   ========================================================================== */

.liza-hero-group {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000000 !important;
    user-select: none;
    touch-action: pan-y;
}

.liza-dynamic-track {
    display: flex !important;
    width: 100% !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.liza-dynamic-slide {
    min-width: 100% !important;
    width: 100% !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Poori image bina kate proportionally fit hogi */
.liza-dynamic-slide img,
.liza-hero-group img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    margin: 0 !important;
}

/* Dots */
.liza-slider-dots-bar {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.liza-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.liza-slider-dot.active {
    background: #ffffff;
    width: 22px;
    border-radius: 4px;
}

/* Neeche ke elements me standard margin */
.home .entry-content > *:not(.liza-hero-group) {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   4. Responsive Breakpoints
   ========================================================================== */

.mobile-only {
    display: none;
}

@media (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .liza-menu-toggle {
        display: flex !important;
    }
    .liza-desktop-nav {
        display: none !important;
    }
    .liza-header-container {
        padding: 0 16px;
        grid-template-columns: 40px 1fr 40px !important;
    }
}

/* ==========================================================================
   Remove White Gap Between Header & Hero Slider
   ========================================================================== */

.home #page,
.home .site-content,
.home #content,
.home #primary,
.home main#main,
.home article,
.home .entry-content,
.home .entry-content > .wp-block-group:first-child,
.home .liza-hero-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Page title & Astra internal spacing hide */
.home .entry-header,
.home .ast-single-post-order {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* ==========================================================================
   FORCE REMOVE ALL TOP GAPS & PADDING (HOME PAGE)
   ========================================================================== */

body.home,
.home #page,
.home #content,
.home .site-content,
.home .ast-container,
.home #primary,
.home #main,
.home article,
.home .entry-content,
.home .ast-plain-container.ast-no-sidebar #primary,
.home .ast-page-builder-template .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* WordPress default block top-margin remove */
.home .entry-content > *:first-child,
.home .entry-content > .wp-block-group:first-child,
.home .liza-hero-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Page title, breadcrumb & default Astra spacer hide */
.home .entry-header,
.home .ast-single-post-order,
.home .ast-breadcrumbs-wrapper {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Announcement Bar Styling */
.liza-announcement-bar {
    background: #000000; /* Bar ka color */
    color: #ffffff;      /* Text color */
    height: 35px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 99999;
}

.liza-marquee {
    display: flex;
    white-space: nowrap;
    animation: liza-marquee-scroll 25s linear infinite;
}

.liza-marquee span {
    padding: 0 40px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Scroll Animation */
@keyframes liza-marquee-scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .liza-announcement-bar { height: 30px; }
    .liza-marquee span { font-size: 0.7rem; padding: 0 20px; }
}
/* ==========================================================================
   Clean Minimalist Footer Styling
   ========================================================================== */

/* Purana Blue Footer / Astra Footer Hide */
.ast-footer-builder-wrap,
.site-footer:not(.liza-custom-footer),
.home .site-footer {
    display: none !important;
}

.liza-custom-footer {
    background-color: #ffffff !important;
    color: #444444;
    border-top: 1px solid #eeeeee;
    padding: 40px 20px 25px 20px;
    width: 100%;
    box-sizing: border-box;
}

.liza-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.liza-footer-title {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #222222;
    margin: 0 0 14px 0;
}

.liza-footer-text {
    font-size: 0.82rem;
    line-height: 1.65;
    color: #555555;
    margin: 0 0 14px 0;
}

.liza-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.liza-footer-links li a {
    color: #555555;
    text-decoration: none;
    font-size: 0.82rem;
    transition: color 0.2s ease;
}

.liza-footer-links li a:hover {
    color: #000000;
}

/* Newsletter Box */
.liza-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.liza-newsletter-input {
    width: 100%;
    height: 44px;
    border: 1px solid #e0e0e0 !important;
    background: #ffffff !important;
    padding: 0 14px !important;
    font-size: 0.85rem !important;
    color: #222222 !important;
    outline: none !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
}

.liza-newsletter-input:focus {
    border-color: #3b9b9b !important;
}

.liza-newsletter-btn {
    width: 100%;
    height: 42px;
    background-color: #3b9b9b !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

.liza-newsletter-btn:hover {
    background-color: #2e7e7e !important;
}

/* Social & Copyright */
.liza-footer-bottom {
    max-width: 1200px;
    margin: 35px auto 0 auto;
    padding-top: 25px;
    text-align: center;
}

.liza-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 20px;
}

.liza-footer-social a {
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.liza-footer-social a:hover {
    color: #000000;
}

.liza-footer-copy {
    font-size: 0.75rem;
    color: #777777;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: uppercase;
}

/* Desktop View (4 Columns Grid) */
@media (min-width: 769px) {
    .liza-footer-container {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
        gap: 40px;
    }
}
