/* 
Theme Name: Haariken 
Theme URI: https://haariken.ameerul.io/
Author: Ameerul Islaam
Author URI: https://ameerul.io/
Description: Haariken is a multi-industry WordPress theme, minimal and clean design, focus on user-interface and user-experience. Haariken theme is responsive mobile-friendly.  
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: haariken
Tags: ecommerce, company, business, branding, clean, tiny, shop, multi-color, user-interface, user-experience, simple, easy-order, clean-design, brand-color, single-vendor, eye-catching, easy-customizable, woocommerce, wordpress, entrepreneur, farm, construction-company, home-business, useful-features.
*/
 
/*====*PRESET CSS*====*/    
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 
body {
	max-width: 100%;
	height: auto;
}
body {   
	background-color: #fff;  
	/*font-family: "Noto Serif Bengali", serif;*/
	/*font-family: "Karla", sans-serif;*/
	font-family: "Open Sans", "Karla", "Noto Serif Bengali", sans-serif;  
	font-weight: 400;
	font-style: normal; 
	margin: 0;
}  
h1, h2 {
	font-weight: 400;
}
img {
    max-width: 100%;
}  
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a { 
	text-decoration: none;
	outline: 0;
}
.pt-90 {
	padding-top: 90px; 
} 
.pb-90 { 
	padding-bottom: 90px;
} 
.pt-50 { 
	padding-top: 50px; 
} 
.pb-50 {  
	padding-bottom: 50px;
}
.bg-gray {
	background-color: #f3f3f3;
}  
.bg-white {
	background-color: white;
}
input[type="search"] {
    border: 1px solid #f0f0f0;
    height: 38px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 5px 10px;
    width: 250px;
    font-size: 14px;
    color: #333; 
}
input:focus, input:focus-visible {
	border: 1px solid #f0f0f0;
	outline: none;
}
.demo {
    position: fixed;
    top: 400px;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #444;
    z-index: 1000;
    color: #fff;
    font-size: 14px;
}

/*====*HEADER CSS*====*/  
.site-header {
    position: relative;
    width: 100%;
    z-index: 999;
}
.site-header .topbar {
    background-color: #000; 
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* fixed header-bottom version when scrolling up */
#stickyHeader.sticky {
    position: fixed;
    top: -80px; /* hidden */
    left: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.4s ease;
}

#stickyHeader.sticky.show {
    top: 0; /* slide in */
}



.topbar .phone {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
}
.topbar .i-box a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    margin-left: 11px;
}
.site-header .menubar {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
	padding: 0 5px;
}
.topbar .phone i, .topbar .right a {
    color: #ffbc00;
}
.logo-link img {
    width: 50px;
    height: auto;
} 
.icon-box {
    margin-top: 9px;
}
.site-header .icon-box a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    background-color: transparent;
}
.logo-box img {
    max-width: 55px;
    height: auto;
}
/*search bar*/
.cw-search-panel {
    opacity: 0;
    visibility: hidden;
}
.cw-search-panel.cw-active {
    top: 0;
    opacity: 1;
    visibility: visible;
}
/* Search Icon */
.header-search-icon button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.cw-search-icon-btn {
    font-size: 18px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    border-radius: 50% !important;
    display: inline !important;
    color: #333 !important;
}
/* Search Panel Container */
.search-panel {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    transition: top 0.4s ease;
    z-index: 9999;
}

/* Active Panel */
.search-panel.active {
    top: 0;
}

/* Inner */
.search-panel-inner {
    max-width: 600px;
    margin: 120px auto;
    padding: 20px;
    position: relative;
}

/* Search Field */
.search-panel-inner form {
    display: flex;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.search-panel-inner input[type="text"] {
    flex: 1;
    padding: 16px 20px;
    border: none;
    font-size: 18px;
    outline: none;
}

.search-panel-inner button {
    background: none;
    border: none;
    padding: 16px 20px;
    font-size: 20px;
    cursor: pointer;
}

/* Close Button */
.close-search {
    font-size: 34px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -60px;
}
/* Overlay (dark background when sidebar opens) */
#cat-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

/* Sidebar */
#cat-sidebar {
    position: fixed;
    top: 0;
    left: -300px; /* hidden */
    width: 300px;
    height: 100%;
    background: #ffffff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    transition: left 0.35s ease;
    z-index: 1000;
    padding: 20px 0;
}

#cat-sidebar.active {
    left: 0; /* slide in */
}

#cat-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header inside sidebar */
.cat-header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 15px;
    border-bottom: 1px solid #eee;
}

#cat-close {
    cursor: pointer;
    font-size: 28px;
}

.cat-list {
    list-style: none;
    padding: 20px;
}

.cat-list li {
    margin-bottom: 15px;
}

.cat-list a {
    text-decoration: none;
    font-size: 17px;
    color: #333;
}

/*====*SIDESCREEN CSS*====*/ 
.hrk-sidescreen {
    position: fixed;
    width: 290px;
    top: 0;
    left: -300px;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}
.hrk-sidescreen.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.hrk-sidescreen .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}
.hrk-sidescreen .top span {
    color: #fff;
    font-size: 15px;
}
.hrk-sidescreen .top .close {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.hrk-mainmenu {
    padding: 15px 20px 15px 30px;
}
.hrk-mainmenu ul li {
    display: block;
    position: relative;
}
.hrk-mainmenu ul li a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.hrk-mainmenu ul li a:hover { 
	background-color: #555;
}
.hrk-mainmenu ul.sub-menu {
    padding-left: 13px;
    display: none;
}
.body-overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
	cursor: move;
}
.body-overlay.opened {
    opacity: 1;
    visibility: visible;
} 
/*====*BANNER CSS*====*/  
.hrk-banner {
    position: relative;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
    height: auto;
} 

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 13px !important;
	top: 45%;
    left: -10px;
	box-shadow: 0 1px 9px rgb(255 255 255 / 50%);
	transition: all 0.5s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: rgba(0,0,0,0.9);
}
.swiper-button-next {
    left: auto;
    right: -10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    margin: 0 3px;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #fff;
}
.swiper-pagination-bullet-active { 
    background: #fff;
}
.on-sale-products .swiper-button-next, .on-sale-products .swiper-button-prev {
    background-color: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px; 
	top: 35%; 
}
@media (min-width: 992px) {
	.hrk-banner { 
		height: 320px;
	}
}
/*====*SECTION HEADING CSS*====*/ 
.section-heading {
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    padding: 13px 20px 13px 15px;
}
.section-heading h2 { 
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    color: #000;
}
.section-heading a { 
    float: right;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #333;
    position: relative;
} 
.section-heading a::after {
    position: absolute;
    content: '\F135';
    font-family: 'bootstrap-icons';
    margin-left: 1px;
    color: #333;
}
.hrk-megadeal img {
    max-height: 250px;
    width: 100%;
}
.hrk-notice {
    background-color: #333;
    padding: 50px 0 40px;
    position: relative;
}
.hrk-notice p {
    font-size: 14px;
	color: #fff; 
}
.hrk-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    color: #ffbc00;
    font-size: 15px;
}
/*====*Woocommerce CSS*====*/  
.ajax-search-wrapper {
    position: relative;
}

#ajax-search-results {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    max-height: 400px;
    overflow-y: auto;
    z-index: 99999;
}

.ajax-result-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
}

.ajax-result-item:hover {
    background: #f9f9f9;
}

.ajax-result-item img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
}

.item-text .title {
    font-weight: 600;
    font-size: 15px;
    display: block;
}

.item-text .price {
    font-size: 14px;
    color: #28a745;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, li.product {
    text-align: center !important;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%) !important;
} 
.woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 15px !important;
	margin-top: 10px !important;
	font-family: 'Noto Serif Bengali';
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 13px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    border-bottom: none !important;
}
 
.woocommerce-loop-product__link {
    color: #333;
    font-size: 13px;
}
.hrk-sale-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
} 
.hrk-product-actions {
margin: 13px 5px 9px;
}
.btn-bottom-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0;
}
/* WhatsApp */
.hrk-product-actions .wa-wrap {
    margin: 10px 0 0;
}
.hrk-product-actions .wa-btn {
    display: inline-block;
    border: 1px dashed #ddd;
    padding: 6px 13px;
    border-radius: 25px;
    color: #333;
    font-size: 12px;
    background-color: #f3f3f3;
    font-weight: 700;
    font-family: arial;
    letter-spacing: -0.5px;
}
.hrk-product-actions .wa-btn i {
    color: #2d9b00;
    font-size: 15px;
	margin-right: 2px;
}
/* Learn More */
.btn-learn-more {
    background: #000;
    flex: 1;
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
}
/* Cart Icon */
.btn-cart-icon {
    background: #ffbc00;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333 !important;
    margin-bottom: 0 !important;
}
/* Icon styling */
.btn-whatsapp-icon i,
.btn-cart-icon i {
    pointer-events: none;
} 
@media (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, li.product {
		/*width: 100% !important;*/
	}
	.btn-learn-more { 
		justify-content: left !important;
	}
	.btn-learn-more { 
		padding: 8px 6px; 
		font-size: 12px;
	}
}
/*====*SERVICE + MISSION CSS*====*/  
.section-title {
    text-align: center;
    width: 90%;
    border-top: 1px dashed #ddd;
    margin: 0 5% 50px;
}
.section-title h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    background-color: #fff;
    padding: 0 6px;
    position: absolute;
    margin-top: -18px;
    transform: translateX(-50%);
    margin-bottom: 0;
}
.hrk-services {
    background-color: #fff;
    padding: 50px 0 15px;
}
.hrk-services .item {
    padding: 30px 5px 10px;
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    margin-bottom: 50px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 10%);
    border-radius: 0px;
}
.hrk-services .item i {
    position: absolute;
    font-size: 15px;
    display: inline-block;
    color: #1e9700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #ddd;
}
.hrk-services .item h3 {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px; 
}
.hrk-services .item p {
    color: #333;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 5px; 
}
.mission-wrapper p {
    position: relative;
    font-size: 13px;
}

.mission-wrapper {
    margin-top: -20px;
}
/*====*SPECIAL OFFER CSS*====*/  
.hrk-specialoff .offer-box { 
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.offer-box::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 0;
}
.hrk-specialoff img {
    max-height: 300px;
    width: 100%;
}
.countdown-box { 
    margin-bottom: 10px;
}
.offer-info {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}
.offer-info h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase; 
    text-shadow: 0 1px 3px #000;
    font-weight: 400;
    margin-bottom: 10px;
} 
.offer-info p {
    color: #fff; 
    font-size: 14px;
}
.offer-info a {
    background-color: #ffbc00;
    padding: 8px 25px;
    color: #333; 
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 25px;
}
.time-box {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #111;
    color: #fff;
    font-size: 10px;
    border-radius: 0px;
}
.time-box span {
    margin-top: 7px;
    display: block;
    font-size: 14px;
}
.time-box small {
    margin-top: 1px;
    display: inline-block;
    font-size: 9px; 
    color: #ffbc00;
    text-shadow: 0 1px 3px #000;
}
@media (max-width: 600px) {
	.hrk-specialoff .offer-box {
		width: 100%;
	}
}

/*====*FOOTER CSS*====*/  
.site-footer {
    background-color: #000;
    padding: 15px 0 90px; 
}
.site-footer p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}  
.site-footer .built-with {
    font-size: 10px;
	color: #ddd;
}
.site-footer p a {
    color: #fff;
} 
.site-footer span {
    display: block;
    text-align: center;
    color: #ddd;
    font-size: 10px;
}
/* Footer Nav Wrapper */
.hrk-footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #ffffff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999999;
    padding-bottom: env(safe-area-inset-bottom);
}

/* Single Item */
.hrk-footer-nav .nav-item {
    text-align: center;
    color: #333;
    width: 20%;
    position: relative; 
}
.hrk-footer-nav .nav-item p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

/* Center Cart Highlight */
.hrk-footer-nav .hrk-center-cart {
    transform: translateY(-10px);
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
    width: 50px;
    height: 50px;
    text-align: center;
} 
/* Cart Count Bubble */
.hrk-cart-count {
    position: absolute;
    top: -3px;
    right: 1px;
    background: #ffbc00;
    color: #333;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
 
/*footer accordion*/
.hrk-foo-content {
    width: 100%;
    padding: 20px;
    background: #262626;
}

.foo-item { 
    margin-bottom: 8px;
}

.foo-header {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; 
	    color: #fff;
}
.foo-header i {
    transition: transform 0.5s ease;
}

.foo-item.open .foo-header i {
    transform: rotate(180deg);
}
.hrk-foo-content .foo-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 0; /* collapse padding when closed */
}

.foo-item.open .foo-content {
    max-height: 500px; /* adjust to fit your tallest menu */
    padding: 10px 0; /* add padding when open */
}
.foo-item.open .foo-content p {
    font-family: 'Noto Serif Bengali';
    font-size: 14px;
	    color: #9e9e9e;
}
.hrk-foo-content ul {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 0;
}
.hrk-foo-content ul li {
    border-bottom: 1px dashed #444;
    color: #9e9e9e;
    line-height: 28px;
    font-size: 13px;
    position: relative; 
}
.hrk-foo-content ul li:last-child {
    border: none;
}
.foo-menu ul li {
	padding-left: 15px;
}
.foo-menu ul li::before {
    position: absolute;
    content: '\F135';
    font-family: 'bootstrap-icons';
    left: 0;
    font-size: 13px;
}
.foo-menu ul li a {
    font-size: 13px;
    color: #9e9e9e;
    text-decoration: none;
    display: inline-block;
}

