/* =========================
FOOTER MORE INFO CSS
========================= */

/* STEP 1: PEHLE JO BHI NAV MENU ELEMENTOR MEIN ADD KAROGE USME "f-more-info" YE CLASS ADD KAR DO.
 * STEP 2: add karo ek menu and usko class de do "view-more-btn" and name "view more" and make sure ye menu end mein ho sake. */

/* 4. Utility Class for JS hiding */
.f-more-info .elementor-nav-menu li.force-hidden {
    display: none !important;
}


/* =========================
NAV WIDGET CSS
========================= */

.f-more-info .elementor-nav-menu li a{
    word-break: break-word;
    white-space: normal;
}


.f-more-info .elementor-nav-menu li:not(:last-child)::after {
   content: "|";
   margin-left: 10px;
   margin-right: 10px;
   color: black !important;
   border: none;
   height: initial;
}