.elementor-7775 .elementor-element.elementor-element-8d60f6e{--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-7775 .elementor-element.elementor-element-090cbb1{--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-7775 .elementor-element.elementor-element-090cbb1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-7775 .elementor-element.elementor-element-090cbb1{--width:500px;}}@media(min-width:768px){.elementor-7775 .elementor-element.elementor-element-090cbb1{--width:133.824%;}}/* Start custom CSS for html, class: .elementor-element-075ae77 *//* Mobile Bottom Menu Styling */
.app-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    z-index: 99999;
    border-top: 1px solid #f1f1f1;
}

/* Links Styling */
.app-bottom-menu .menu-item {
    text-decoration: none;
    color: #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-family: sans-serif;
    width: 20%; /* 5 items ke liye */
    position: relative;
    transition: all 0.3s ease;
}

/* Icons Styling */
.app-bottom-menu .menu-item i {
    font-size: 20px;
    margin-bottom: 4px;
    color: #555;
}

/* Active/Hover Color (Flipkart Blue/Amazon Orange style) */
.app-bottom-menu .menu-item:hover, 
.app-bottom-menu .menu-item.active {
    color: #76b900; /* Flipkart Blue - Change to #ff9900 for Amazon */
}
.app-bottom-menu .menu-item:hover i, 
.app-bottom-menu .menu-item.active i {
    color: #76b900;
}

/* Center Search Button (Creative Touch) */
.center-fab .fab-icon {
    background: #76b900;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px; /* Upar uthane ke liye */
    box-shadow: 0 4px 10px rgba(40, 116, 240, 0.4);
    border: 4px solid #fff;
}
.center-fab .fab-icon i {
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

/* Cart Badge (Notification) */
.cart-icon-wrap {
    position: relative;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff6161;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 50%;
    border: 1px solid #fff;
}

/* Desktop Par Hide Karein */
@media screen and (min-width: 768px) {
    .app-bottom-menu {
        display: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6152512 *//* =========================================
   SEWAAM FOUNDATION - CLEAN REBUILT CODE
========================================= */

.sw-main-footer {
    background-color: #f5f7e8 !important;
    color: #ffffff !important;
    padding: 60px 0 20px 0 !important;
    border-top: 5px solid #76B900 !important; /* Yellow Top Line */
    font-family: 'Poppins', sans-serif !important;
}

.sw-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.sw-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sw-col {
    flex: 1;
    min-width: 200px;
}

.sw-brand { flex: 1.5; }
.sw-contact { flex: 1.5; }

/* --- LOGO & TAGLINE --- */
.sw-logo {
    font-size: 40px;
    font-weight: 800;
    color: #76B900 !important; /* Green Logo */
    margin-bottom: 15px;
    display: block;
}

.sw-tagline {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* --- ICONS SIZE FIX (Social & Contact) --- */
.sw-social-flex { display: flex; gap: 12px; }

.sw-social-item, 
.sw-icon-circle {
    width: 40px !important;    /* Fixed Width */
    height: 40px !important;   /* Fixed Height */
    background: #76B900 !important; /* Green Color */
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important; /* Perfect Circle */
    text-decoration: none !important;
    font-size: 16px !important;
    transition: 0.3s ease-in-out;
    flex-shrink: 0; /* Prevents Oval Shape */
}

.sw-social-item:hover,
.sw-contact-row:hover .sw-icon-circle {
    background: #206b21 !important;
    color: #76B900 !important;
    transform: translateY(-3px);
}

/* --- HEADINGS & LINKS --- */
.sw-heading {
    font-size: 19px;
    font-weight: 700;
    color: #2c3e50 !important;
    margin-bottom: 25px;
    position: relative;
}

.sw-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 3px;
    background: #ffc107 !important; /* Yellow Line */
}

.sw-link-list { list-style: none; padding: 0; }
.sw-link-list li { margin-bottom: 12px; }

.sw-link-list li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.sw-link-list li a:hover {
    color: #76B900 !important; /* Green Hover */
    padding-left: 8px;
}

/* --- CONTACT SECTION --- */
.sw-contact-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
}

.sw-contact-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.sw-contact-row p, 
.sw-contact-row a {
    margin: 0;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* --- COPYRIGHT --- */
.sw-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 25px 0;
    text-align: center;
}

.sw-footer-brand {
    color: #76B900 !important; /* Foundation Name Green */
    font-weight: 700;
}

.sw-heart { color: #ff4d4d; margin: 0 5px; }

/* --- RESPONSIVE SETTINGS --- */
@media (max-width: 992px) {
    .sw-col { flex: 0 0 45%; }
}

@media (max-width: 768px) {
    .sw-hide-mobile { display: none !important; }
    .sw-row { flex-direction: column; text-align: center; }
    .sw-social-flex { justify-content: center; }
    .sw-contact-row { flex-direction: column; text-align: center; }
    .sw-heading::after { left: 50%; transform: translateX(-50%); }
    .sw-col { flex: 0 0 100%; }
}/* End custom CSS */