.elementor-310 .elementor-element.elementor-element-cd9c4b2{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-310 .elementor-element.elementor-element-160a5d6{text-align:center;}.elementor-310 .elementor-element.elementor-element-160a5d6 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#000000;}.elementor-310 .elementor-element.elementor-element-a82c112 .elementor-heading-title{color:#000000;}.elementor-310 .elementor-element.elementor-element-66e6889{color:#3A3A3A;}.elementor-310 .elementor-element.elementor-element-5d86454 .elementor-heading-title{color:#000000;}.elementor-310 .elementor-element.elementor-element-d064d1e{color:#3A3A3A;}.elementor-310 .elementor-element.elementor-element-659f491 .elementor-heading-title{color:#000000;}.elementor-310 .elementor-element.elementor-element-4fbac83{color:#3A3A3A;}.elementor-310 .elementor-element.elementor-element-23dec26 .elementor-heading-title{color:#000000;}.elementor-310 .elementor-element.elementor-element-7ffa888{color:#3A3A3A;}.elementor-310 .elementor-element.elementor-element-cd926f8 .elementor-heading-title{color:#000000;}.elementor-310 .elementor-element.elementor-element-75f0bd4{color:#3A3A3A;}.elementor-310 .elementor-element.elementor-element-c042820{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-310 .elementor-element.elementor-element-f1ed62a > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a2a3036 *//* ==================== Desktop Top Bar - 1 Line ==================== */
@media(min-width: 992px) {
    .themesBazar_header_content ul,
    .home-login ul {
        display: flex !important;
        flex-wrap: nowrap !important; /* ek line e thakbe */
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .themesBazar_header_content ul li,
    .home-login ul li {
        white-space: nowrap; /* wrap off */
        margin: 0 15px 0 0; /* item spacing */
    }

    .themesBazar_header_content ul li a,
    .home-login ul li a {
        display: inline-block;
        font-size: 14px; /* adjust koro proyojon onujayi */
        color: #000; /* text color */
    }
}

/* ==================== Desktop Menu - Sticky + 1 Line + Submenu ==================== */
@media(min-width: 992px) {

    /* Sticky Header */
    .themesBazar_header {
        position: sticky;
        top: 0;
        z-index: 9999;
        background: #fff;
        transition: all 0.3s ease;
    }

    /* Main Menu - 1 Line */
    .stellarnav > ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
    }

    .stellarnav > ul > li {
        white-space: nowrap;
    }

    .stellarnav > ul > li > a {
        font-size: 14px !important;
        display: inline-flex;
        align-items: center;
    }

    /* Submenu Styling */
    .stellarnav ul li ul {
        border: 1px solid #28a745; /* green border */
        border-radius: 6px;
        background: #fff;
        display: none;
        position: absolute;
        z-index: 999;
        min-width: 200px;
    }

    .stellarnav ul li:hover > ul {
        display: block;
    }

    .stellarnav ul li ul li a {
        color: #28a745;
        padding: 10px 15px;
        display: block;
        font-size: 13px !important;
    }

    .stellarnav ul li ul li a:hover {
        background: #28a745;
        color: #fff !important;
        border-radius: 6px;
    }
}

/* ==================== Mobile Menu - Default ==================== */
@media(max-width: 991px){

    /* Top bar normal */
    .themesBazar_header_content ul,
    .home-login ul {
        display: block !important;
        white-space: normal;
        flex-wrap: wrap !important;
    }

    /* Menu initial hidden */
    .stellarnav > ul {
        display: none; /* page load e hide */
    }

    .stellarnav.active > ul {
        display: block; /* click korle show */
    }

    /* Mobile submenu */
    .stellarnav ul li ul {
        all: unset; /* desktop style off */
    }

    .stellarnav ul li a {
        display: block;
        font-size: 14px; /* adjust */
    }
}

/* ==================== Optional: Menu transition for smooth mobile toggle ==================== */
.stellarnav > ul {
    transition: max-height 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1ed62a *//* 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;
}







/* পুরো পেজ ফ্লেক্স দিয়ে ঠিক করা */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* কন্টেন্ট প্রসারিত করা */
.site-content, .elementor-inner {
    flex: 1;
}

/* Footer full width এবং gap ছাড়া */
.site-footer {
    width: 100%;
    margin: 0;
    padding: 0px 0; /* চাইলে adjust করুন */
    background: #000; /* footer background */
    box-sizing: border-box;
}






/* Footer full width, background black, padding সহ */
.site-footer {
    width: 100%;
    margin: 0;
    padding: 0px 0px; /* উপরে-নিচে 40px, বাঁয়ে-ডানে 20px */
    background: #000; /* কালো ব্যাকগ্রাউন্ড */
    color: #fff; /* টেক্সট হোয়াইট */
    box-sizing: border-box;
}/* End custom CSS */