/*font-family: 'Lato', sans-serif;*/

/* === HardwareHub Color Palette === */
:root {
  --primary: #1c1f2b;
  --primary-dark: #2a9ab8;
  --dark: #2c3e50;
  --darker: #1a252f;
  --bg: #F5F5F5;
  --text-muted: #9a9a9a;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  background: #F5F5F5;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  user-select: none; /* Prevent text selection like a real app */
}
input, textarea {
  user-select: auto; /* Allow selection in inputs */
}
img{
	width: 100%;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
    padding: 0;
}
/*header-area css */
.header-area{
	background: #f8f8f8;
}
.top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-nav{
	padding: 18px 0;
	text-align: right;
}
.top-nav ul li {
    display: inline-block;
    border-right: 1px solid #ddd;
}
.top-nav ul li:last-child{
	 border-right: none ;
}
.top-nav ul li a {
    color: #333;
    display: block;
    padding: 0 20px;
    text-decoration: none;
}
.cart-icon i {
    color: #fff;
    font-size: 20px;
}
.logo {
    padding: 10px 0;
}
.logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.cart-icon {
    width: 50px;
    height: 50px;
    background: #1c1f2b;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.price-area{
	color: #333;
	text-align: center;
}
.price{
	font-weight: 700;
}
.btn-search {
    padding: 6px 18px;
    background: #1c1f2b;
}
/* main nav*/
.main-menu-area {
    background: #1c1f2b;
    padding: 8px;
}
#categorySidebar, #heroCol {
    transition: all 0.3s ease;
}
#categoryList {
    max-height: 420px;
    overflow-y: auto;
}
#catToggleBtn:hover {
    background: #2a2f3d !important;
}
@media (min-width: 992px) {
    .saide-manu {
        margin-top: 0;
    }
}
.saide-manu .btn:focus, 
.saide-manu .btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.slider-manu ul li a {
    margin-left: -10px;
}
.btn-shop-now {
    border: 2px solid;
    margin-top: 15px;
    font-weight: 700;
}
/* catgegory nav*/
.category-nav {
    padding: 24px;
}
.category-nav ul {
    padding: 0px;
    list-style: none;
    margin-top: -21px;
    margin-bottom: -15px;
    margin-left: -8px;
}
.category-nav ul  li{
	position: relative;
	 padding: 11px 12px;
}
/* Icons removed for cleaner look */
.category-nav ul li a{
	display: block;
	text-decoration: none;

}
.category-nav ul  li:last-child{
    border-bottom:none;  
}

/* slider css */
.carousel-item {
    min-height: 450px;
}
.slider-content {
    padding: 0;
    max-width: 470px;
    text-align: center;
    text-transform: uppercase;
}
.slider-content h3{
	font-size: 38px;
	color: #303a7a;
}
.slider-content h1{
	font-size: 60px;
	color: #fff;
}
.slider-content h5{
	font-size: 22px;
	color: #fff;
}
.slier-bottom {
    background: #1c1f2b;
    color: #fff;
    text-align: center;
}
.slider-bottom-content{
	padding: 26px 0;
}
.slider-bottom-content h4,h5{
	font-size: 16px
}
.slider-bottom-content h4{
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.icofont-listing-box {
    color: #fff;
    float: left;
    margin-top: 16px;
    font-size: 15px;
    margin-left: 24px;
}
.category-nav-title {
    font-size: 15px;
    color: #fff;
    margin-top: 14px;
}
.inline-nav {
    font-size: 13px;
}

#new-product-area {
    padding: 35px 0;
}
.title h4{
    font-size: 20px;
    text-transform: uppercase;
}
.hot-deal,.new-product{
    padding: 24px;
    position: relative;
}

.hot-deal-product-wrapper {
    padding-top: 24px;
}
.title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.hot-deal-single {
    padding: 25px;
}
.product-header{
	border-bottom: 1px solid #eaeaea;
	padding: 12px 0;
}
.product-wrapper {
    padding-top: 24px;
}
.product-img{
    height: 175px;
}
.special-deal-single{
padding: 25px;
}

/* owl carousel nav coustomization */

.owl-carousel .owl-nav {
    position: absolute;
    top: -69px;
    right: -18px;
}
.owl-nav .owl-prev,.owl-next {
    background: #cacaca !important;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff !important;
    margin: 2px;
}


.owl-nav button i {
    font-size: 18px;
    font-weight: 700;
}
.owl-nav .owl-prev:hover,.owl-next:hover{
	background: #1c1f2b !important;
}
.single-product{
    text-align: center;
}
.product-rating{
    color:#ffc808;
}
.price-old {
    margin: 11px;
    text-decoration: line-through;
}

.benner {
    margin-top: 50px;
    text-align: center;
}

.special-deal{
    padding: 24px;
    position: relative;
    height: 400px;
}
.special-deal-product-wrapper {
    padding-top: 24px;
}

.newsletters{
    padding: 24px;
    height: 340px;
}
.latast-product {
    padding: 24px;
    margin-top: 35px;
}
.featured-product{
    padding: 24px;
    height: 460px;
}
.featured-owl-carousel .owl-nav {
    display: none;
}
.single-product-body{
    max-width: 100%;
}
.add-benner2{
    background: #fff;
    margin-top: -24px;
}
#company-logo{
    background: #1c1f2b;
    padding: 40px;
}
.footer-area{
    background: #2c3e50;
    padding: 24px;
}
.footer-area p{
 color:#9a9a9a;
}
.footer-area h3{
    text-transform: uppercase;
}
.footer-area ul{
    margin-left: -36px;
}
.footer-area ul li{
    list-style: none;
}
.footer-area ul li a{
    text-decoration: none;
    list-style: none;
    color: #9a9a9a;
}
.footer-nav {
    padding: 20px;
    background: #1a252f;
    text-align: center;
}
.footer-nav ul li a{
    color: #fff;
    text-align: center;
}
.social-icon-deal ul{
    font-size: 12px;
}
.social-icon-deal ul i{
    color: #1c1f2b;
}
.our-social ul i{
    color: #1c1f2b;
}

/* --- MODERN RESPONSIVE OVERRIDES --- */

@media (max-width: 991.98px) {
    .saide-manu {
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .carousel-item {
        min-height: 220px !important;
    }
    .slider-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .category-nav {
        width: 100% !important;
        margin: 0 !important;
    }
    .footer-area {
        text-align: center;
    }
    .footer-area ul {
        margin-left: 0;
    }
    #products-showcase .col-lg-3,
    #products-showcase .col-lg-9 {
        margin-bottom: 20px;
    }
    .card-header .nav-pills {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 28px !important;
    }
    .slider-content h1 {
        font-size: 28px !important;
    }
    .product-img {
        height: 150px;
    }
}

/* Responsive hero banner height */
@media (min-width: 1200px) {
  #heroCarousel img { min-height: 420px !important; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #heroCarousel img { min-height: 280px !important; }
  #categorySidebar { width: 180px !important; }
}
