/**
Theme Name: Mimber
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mimber
Template: astra
*/





/*.........................................
				  Header css
...........................................*/

.custom-header-sidebar{
	display:none;
}

.hero-section{
	overflow:hidden !important;
}


.custom-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    
}


/* Sticky + Fade-in Animation on Scroll */
.custom-header.sticky {
    background: #FBF9F6 !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04) !important;
    animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
}

/* Fade-in Animation */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}




/* header menu  */

.header-menu .elementor-nav-menu--dropdown li {
    padding: 3px 15px;
}

.header-menu .elementor-nav-menu--dropdown {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.header-menu .elementor-nav-menu--dropdown li a {
    border-radius: 10px;
}



/*.........................................
				  Responsive css
...........................................*/

@media(max-width:1024px){
	.custom-header-sidebar{
	display:block;
}
.header-menu{
        display:none !important;
    }
	
	
.hero-batch {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
}	
}

@media(max-width:768px){

	.header-bg-image{
		display:none;
	}

	
}
/*.........................................
				  Sidebar Css
...........................................*/



.sidebar-toggle-btn .svg-wrapper {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.sidebar-toggle-btn svg {
    width: 100%;
    height: 100%;

}



/* Make sure SVG is clickable */
.sidebar-toggle-btn svg {
    pointer-events: none;
}

/* Rest of your sidebar styles remain the same */



/* ... rest of your existing CSS ... */

/* Sidebar Toggle Button */

/* Sidebar Styles */
.custom-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 998;
	overflow:auto;
}

.custom-sidebar.active {
    left: 0;
}



#openSidebar {
    background: none;
    color: #fff;
    padding: 12px;
    box-shadow: none;
	border: unset;
    width: 50px;
    height: 50px;
}

button#closeSidebar {
    padding: 10px !important;
	box-shadow: unset;
}

.custom-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 20px;
   background: linear-gradient(138deg, #022D7F, #142E5E, #161F30);
    color: white;
}

.custom-sidebar .sidebar-header button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.custom-sidebar .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar .sidebar-menu li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.custom-sidebar .sidebar-menu li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
}

.custom-sidebar .sidebar-menu li a:hover {
    background: #f5f5f5;
}


li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.has-submenu {
    display: grid;
    grid-template-columns: 75% 25%;
}


.custom-sidebar .arrow {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.custom-sidebar .arrow svg {
    width: 100%;
	transition: all 0.2s ease-in-out;
}

.custom-sidebar .submenu {
    display: none;
    padding-left: 20px;
	list-style: none;
    margin: 0;
}

.custom-sidebar ul.submenu{
	grid-column:1 / 3;
}

.custom-sidebar .arrow svg {
	width: 30px;}

.custom-sidebar .submenu.active {
    display: block;
}

.custom-sidebar .account-btn {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
	text-align: center;
}

.custom-sidebar .account-btn a {
    color: #fff;
    text-decoration: none;
	background:var(--e-global-color-primary);
}



.sidebar-menu>li.has-submenu:has(.submenu.active) .arrow svg {
   transform: rotate(180deg);
}

.sidebar-header img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(146deg) brightness(109%) contrast(102%);
}

/* Additional CSS to hide any remaining theme arrows */
.custom-sidebar .menu-item-has-children > a:after,
.custom-sidebar .ast-menu-toggle,
.custom-sidebar [class*="arrow"]:not(.arrow) {
    display: none !important;
}


/*.........................................
				  Footer Css
...........................................*/


.footer-form button {
    background: #fff;
    border: 1px solid #fff !important;
}



/*.........................................
				  Button Css
...........................................*/

#custom-button, .custom-button, .hero-batch, .ff-btn{
	box-shadow: 0 0 0 7px rgba(218, 218, 218, 0.29), 0 0 0 9px rgba(218, 218, 218, 0.29);
}





/*.........................................
				  Slider Css
...........................................*/


.rating-slider-item .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
	height: 100%;
    justify-content: space-between;
}

.rating-slider-item .elementor-image-box-img {
    padding-top: 50px;
}

.rating-slider-item .elementor-image-box-content{padding: 0px 15px;}

.rating-slider-item {
    height: 100%;
}




/*.........................................
	 		text gradient css 
...........................................*/

.gredent-heading{
 background: -webkit-linear-gradient(0deg, #678BF2 0%, #0E48EA 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





/*.........................................
	 		Trellis Page css 
...........................................*/

.trellis-item .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
	gap:30px;
	justify-content: space-between;
	height: 100%;
}

    

/*.........................................
	 		Organic Page css 
...........................................*/


.our-approch-item .elementor-image-box-content {
    padding: 0 15px;
}






/*.........................................
	 		Blog Archive Page css 
...........................................*/

.bt-cat {
    font-size: 0.75rem;
    font-weight: 500;
}

.bt-cat:before {
    content: '| ';
    color: #0F77FF;
}

.bt-tabs .bt-tab {
    padding: 8px 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: #ffffff00;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    box-shadow: unset;
}
.bt-tabs .bt-tab.active {
    color: #fff;
    border: 1px solid var(--gradient, #678BF2);
    background: var(--gradient, linear-gradient(90deg, #678BF2 0%, #0E48EA 49.52%));
    box-shadow: 0 0 0 7px rgb(251 249 246), 0 0 0 8px rgb(218 218 218 / 80%);
}

.bt-btn{
    margin:0 0px 18px;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 14px;
    border: 1px solid var(--gradient, #678BF2);
    background: var(--gradient, linear-gradient(90deg, #678BF2 0%, #0E48EA 49.52%));
    box-shadow: 0 0 0 7px rgb(251 249 246), 0 0 0 8px rgb(218 218 218 / 80%) !important;
}

.bt-card {
    display: flex;
    flex-direction: row-reverse;
}

.bt-card-image {
    width: 40%;
}

.bt-card-content {width: 60%;
    font-family: "Neue Montreal";}

.bt-wrap{--gap:28px;--r:16px;--b:#eef0f4;--brand:#0c63ff}
.bt-tabs{display:flex;gap:10px;align-items:center;margin-bottom:100px;flex-wrap:wrap}

.bt-filter-right{margin-left:auto}
.bt-select select{padding: 8px 12px;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    background: #F4F4F4;}
.bt-grid{display:grid;grid-template-columns:1fr;gap:100px}
.bt-columns-2 .bt-grid{grid-template-columns:repeat(2,1fr)}
.bt-columns-3 .bt-grid{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.bt-grid{grid-template-columns:1fr !important}}
.bt-thumb img{width:100%;height:100%;object-fit:cover;border-radius: 20px !important;aspect-ratio: 16 / 12;border: 1px solid #CBCBCB !important;box-shadow: 0 2px 8px 0 rgba(39, 39, 39, 0.25) !important;}
.bt-meta{display:flex;align-items:center;gap:8px;padding:14px 0px 0;font-size: 0.75rem;color: #000000;}
.bt-meta .bt-dot{opacity:.6}

.bt-title{font-size: 34px;line-height: 1.2;letter-spacing: 0;margin:15px 30px 15px 0px; font-weight: 500;}
.bt-title a{color:#0b0b0c;text-decoration:none}
.bt-excerpt{color: #555555;font-size: 20px;font-weight: 400;margin:0 0px 30px;line-height: 1.75rem;width: 80%;}

.bt-pagination{margin-top:8em}
.bt-pager{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content: center;}
.bt-page{padding:8px 12px;border:1px solid var(--b);background:#fff;border-radius:8px;cursor:pointer}
.bt-page.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.bt-page[disabled]{opacity:.4;cursor:not-allowed}
.bt-empty{padding:24px;text-align:center;color:#667085}
.bt-page {border: unset !important;width: 40px;}






/*===========================================
 * 
 * About us Page Css
 * 
 * =========================================*/







