.elementor-9087 .elementor-element.elementor-element-c8cbcec{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f5e58c6 *//* Footer list ✔ icon fix */
.themesBazar_footer ul li span {
    display: inline-block;       /* ensure inline */
    min-width: 8px;             /* icon er space fix */
    color: lime !important;      /* color always thik thakbe */
    font-size: 14px;             /* icon size */
    line-height: 1;              /* vertical alignment */
    margin-right: 6px;           /* text er sathe space */
}

/* Remove any other special check marks */
.themesBazar_footer ul li span:before {
    content: "✔";                /* always ✔ */
}


/* Footer background color green (desktop + mobile) */
.themesBazar_support,
.themesBazar_footer,
.themesBazar_bottom_footer {
    background: #008000 !important; /* Pure green */
}

/* Text color adjust for green background */
.themesBazar_footer p,
.themesBazar_footer h5,
.themesBazar_footer ul li a,
.themesBazar_support h5,
.themesBazar_bottom_footer p,
.themesBazar_bottom_footer a {
    color: white !important;
}

/* Footer logo niche text black korar jonno */
.themesBazar_footer .themesBazar_logoContent p {
    color: #ffffff !important; /* Black */
}

/* Footer logo + text box style */
.themesBazar_footer .themesBazar_logoContent {
    background: #008000; /* Green background */
    border: 2px solid #ffffff; /* White border */
    border-radius: 12px; /* Rounded corners */
    padding: 20px; /* ভিতরে একটু gap */
    text-align: center; /* সব text center align */
}

/* Footer logo image border + radius */
.themesBazar_footer .themesBazar_footer_logo img {
    border: 2px solid #ffffff; /* White border */
    border-radius: 12px;       /* Rounded corners */
    padding: 5px;              /* চাইলে logo এর চারপাশে spacing */
    display: block;
    margin: 0 auto;            /* Center alignment */
}

/* Footer widget title style */
.themesBazar_footer h5 {
    position: relative;
    display: inline-block;
    padding: 8px 12px;          /* Text এর চারপাশে spacing */
    color: white;                /* Text color */

    border-bottom: 3px solid #ffffff; /* White bottom border */
    border-bottom-left-radius: 6px;   /* Left bottom radius */
    border-bottom-right-radius: 6px;  /* Right bottom radius */
}

/* Footer list items normal state */
.themesBazar_footer ul li a {
    color: white;                 /* Normal text color */
    text-decoration: none;        /* No underline */
    padding: 1px 6px;
    transition: all 2pxs ease;    /* Smooth transition */
    border: none;                 /* Normal state no border */
    border-radius: 0;             /* Normal state no radius */
    display: inline-block;
}

/* Hover state */
.themesBazar_footer ul li a:hover {
    color: #00aaff;               /* Bright blue text on hover */
    border: 1px solid #ffffff;    /* White border on hover */
    border-radius: 8px;           /* Rounded corners on hover */
}






/* Live Chat text border-bottom + radius only */
.themesBazar_support_content h5 a {
    border-bottom: 2px solid white; /* bottom border */
    border-radius: 5px;             /* radius */
    padding: 2px 4px;               /* border দেখা যাবে */
    color: #40B5A	 !important;      /* text blue */
    text-decoration: none;          /* underline remove */
}


/* Footer widget menus responsive 2-line on mobile */
@media (max-width: 767px) {
    .themesBazar_footer > .container > .row > .col-lg-8 > .row > [class*="col-"] {
        width: 50% !important;  /* 2 widgets per row */
        float: left;
        margin-bottom: 15px;
        text-align: center;      /* Titles centered */
    }
    .themesBazar_footer .row > .col-lg-8 ul {
        text-align: left;         /* List items left-aligned */
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;       /* Center the whole list block */
        display: inline-block;    /* Keep list width natural */
    }
    .themesBazar_footer .row > .col-lg-8 ul li {
        display: block;
        margin-bottom: 6px;       /* List spacing uniform */
    }
}








/* Bottom footer responsive */
@media (max-width: 767px) {
    .themesBazar_bottom_footer .col-lg-6,
    .themesBazar_bottom_footer .col-md-6 {
        width: 100% !important;
        float: none;
        display: block;
        text-align: center; /* Center all content */
        margin-bottom: 5px;
    }

    .themesBazar_bottom_footer ul {
        padding-left: 0;
        list-style: none;
        margin: 0 auto;
        display: inline-block; /* Center the links block */
    }

    .themesBazar_bottom_footer ul li {
        display: inline-block;
        margin: 10 10px;  /* spacing between links */
    }
}










/* Remove extra white space below footer completely */
.themesBazar_footer,
.themesBazar_bottom_footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #111; /* Footer background color match */
}










/* Bottom footer links right align */
.themesBazar_bottom_footer .col-lg-6.text-right,
.themesBazar_bottom_footer .col-md-6.text-right {
    text-align: right !important; /* Right alignment */
}

.themesBazar_bottom_footer ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.themesBazar_bottom_footer ul li {
    display: inline-block;
    margin-left: 8px; /* link এর spacing */
}









/* Support section top border and radius */
.themesBazar_support {
    border-top: 3px solid #00ff00; /* চাইলে color change করতে পারেন */
    border-radius: 20px 20px 0 0;  /* top-left & top-right circular */
}








.themesBazar_footer .row > div:not(:first-child) {
    margin-top: -10px !important;
}/* End custom CSS */