.elementor-2672 .elementor-element.elementor-element-3424244{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2672 .elementor-element.elementor-element-3424244.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-2672 .elementor-element.elementor-element-3424244{--width:297.8px;}}/* Start custom CSS for text-editor, class: .elementor-element-54f7e20 *//* === THEME BYPASS: PURE HEMP FIXED MEGA MENU === */
.hemp-mega-menu-wrapper {
    position: fixed !important; 
    top: auto !important; 
    left: 0 !important;
    
    /* Horizontal Scroller Fix */
    width: calc(100vw - 15px) !important; 
    max-width: calc(100vw - 15px) !important;
    box-sizing: border-box !important;
    
    background: #ffffff !important;
    padding: 40px 80px !important; 
    font-family: "Poppins", sans-serif !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important; 
    z-index: 999999 !important; 
    
    /* Vertical Scroller for Laptops */
    max-height: 75vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

/* Custom Smooth Scrollbar inside Mega Menu */
.hemp-mega-menu-wrapper::-webkit-scrollbar {
    width: 6px !important;
}
.hemp-mega-menu-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}
.hemp-mega-menu-wrapper::-webkit-scrollbar-thumb {
    background: #70CE4C !important; 
    border-radius: 10px !important;
}

/* ROW DESIGN (Exactly 4 Columns for Desktop) */
.hemp-mega-menu-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; 
    grid-gap: 30px 50px !important;
    width: 100% !important;
    max-width: 1340px !important; 
    margin: 0 auto !important; 
    align-items: flex-start !important;
}

/* INDIVIDUAL COLUMN STYLING */
.hemp-mega-menu-column h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 14px 0 !important;
    color: #111 !important;
    text-transform: capitalize !important;
}

.hemp-mega-menu-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hemp-mega-menu-column ul li {
    margin-bottom: 9px !important;
    line-height: 1.4 !important;
}

.hemp-mega-menu-column ul li a {
    text-decoration: none !important;
    color: #444444 !important;
    font-size: 14px !important;
    transition: color .2s ease !important;
    display: inline-block !important;
}

.hemp-mega-menu-column ul li a:hover {
    color: #70CE4C !important;
}

/* RIGHT SIDE (IMAGE + BUTTON) */
.hemp-mega-menu-right-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.hemp-mega-menu-img-holder {
    width: 100% !important;
    max-width: 280px !important;
    margin-bottom: 20px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* --- IMAGE ANIMATION BASE --- */
.hemp-mega-menu-img-holder img {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* --- IMAGE HOVER POP-UP EFFECT --- */
.hemp-mega-menu-img-holder img:hover {
    transform: scale(1.06) !important; 
    box-shadow: 0 12px 24px rgba(112, 206, 76, 0.25) !important; 
    filter: brightness(1.03) !important; 
}

/* --- BUTTON ANIMATION BASE --- */
.hemp-mega-menu-btn {
    display: inline-block !important;
    background: #000000 !important;
    color: #ffffff !important;
    padding: 12px 35px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

/* --- BUTTON HOVER POP-UP EFFECT --- */
.hemp-mega-menu-btn:hover {
    background: #70CE4C !important; 
    transform: translateY(-5px) scale(1.04) !important; 
    box-shadow: 0 8px 20px rgba(112, 206, 76, 0.4) !important; 
}


/* ==================================================================
   RESPONSIVE BREAKPOINT: FIXED FOR TABLET & MOBILE (1024px to 375px)
   ================================================================== */
@media (max-width: 1024px) {
    /* Fixed ko tor kar off-canvas drawer ke mutabiq auto width set karna */
    .hemp-mega-menu-wrapper {
        position: relative !important; 
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        max-height: none !important;
        padding: 20px 15px !important;
        box-shadow: none !important;
        background: transparent !important; /* Theme ke background se match karne ke liye */
        gap: 20px !important;
    }

    /* Grid ko khatam kar ke 1 column layout banana taake data full width aye */
    .hemp-mega-menu-row {
        grid-template-columns: 1fr !important;
        grid-gap: 25px !important;
        width: 100% !important;
    }

    /* Padding adjust karna taake text side par touch na ho */
    .hemp-mega-menu-column {
        width: 100% !important;
        padding: 0 5px !important;
    }

    .hemp-mega-menu-column h3 {
        font-size: 18px !important; /* Mobile readability behtar karne ke liye */
        margin-bottom: 10px !important;
    }

    /* Image section ko screen size ke mutabiq adjust aur center karna */
    .hemp-mega-menu-right-col {
        width: 100% !important;
        margin-top: 15px !important;
    }

    .hemp-mega-menu-img-holder {
        max-width: 100% !important;
        width: 100% !important;
    }

    .hemp-mega-menu-img-holder img {
        height: auto !important;
        max-height: 180px !important;
    }

    .hemp-mega-menu-btn {
        width: 100% !important; /* Mobile par full width touch button call-to-action */
        box-sizing: border-box !important;
    }
}/* End custom CSS */