.elementor-24767 .elementor-element.elementor-element-43daaa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-24767 .elementor-element.elementor-element-43daaa7.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1200px) and (min-width:768px){.elementor-24767 .elementor-element.elementor-element-43daaa7{--width:636.6px;}}/* Start custom CSS for html, class: .elementor-element-3697783 *//* MAIN CONTAINER */
.mega-menu {
   position: absolute;
    top: 100%;
    left: 0;              /* ✅ align with parent */
    width: 100vw;          /* ✅ full width of navbar */
    max-width: 1250px;    /* optional control */
    margin: 0 auto;       /* center inside parent */
    right: 0;
    background: #fff;
    padding: 40px 80px;
    display: grid;
    grid-template-columns: 2fr 1.3fr 1fr;
    gap: 50px;

    box-shadow: 0 25px 70px rgba(0,0,0,0.08);
    border-radius: 6px;

}

/* SECTION TITLES */
.mega-menu h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
}


/* LEFT GRID */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 55px;
}

.menu-heading {
    grid-column: span 3;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* CARD STYLE */
.menu-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-box img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 1px solid #e6e6e6;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
}

.menu-box strong {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* LINKS */
.menu-box a {
    display: block;
    font-size: 13px;
    color: #777;
    text-decoration: none;
    padding-left: 14px;
    position: relative;
    margin: 2px 0;
    transition: 0.2s;
}

.menu-box a:hover {
    color: #000;
}

.menu-box a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #7aa6b1;
}

/* CENTER PRODUCT GRID */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-item {
    text-align: center;
}

.product-item img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 8px;
}

.product-item span {
    display: block;
    font-size: 14px;
    color: #555;
}

/* RIGHT SIDE (RUSSIAN) */
.russian-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.russian-item img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.russian-item p {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}/* End custom CSS */