@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@200;300;400;500;600;700;800&family=Nunito+Sans:wght@200;300;400;500;600;700;800&display=swap');
:root{
	--primary-color: #016BB5;
  --primary-color-hover: #0b3c70;
  --secondary-color: #FDA035 ;
  --secondary-color-hover: #FF8900 ;
  --at-white-color: #ffffff;
  --accent-color: #43a047;
  --light-bg: #eef7ff;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --heading-font: 'Bricolage Grotesque', sans-serif;
  --body-font: 'Nunito Sans', sans-serif;
  --theme-peach: #FFF6F3;
}
.sub-heading {
  font-size: 18px;
    color: var(--accent-color);
}
.bg-theme-peach-soft {
  background-color: var(--theme-peach);
}
.text-theme-peach-soft {
  color: var(--theme-peach);
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
}

body{
  padding: 0;
  margin: 0;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--heading-font);
  font-weight: 600;
}

p, span, li, a, button, input, textarea{
  font-family: 'Nunito Sans', sans-serif;
}


.container{
	max-width: 1320px;
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	transition: .6s;
	-webkit-transition: .6s;
	display: inline-block;
	text-decoration: none;
	color: #363636;
}
a:hover{
	color: #FF8900;
}
h1 {
	font-weight: bold;
	font-size: 52px;
	color: #fff;
}
h2 {
	font-weight: bold;
	font-size: 40px;
}
h3 {
	font-size: 28px;
}
p:last-child{
	margin-bottom: 0;
}
.p-tb{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt{
	padding-top: 80px;
}
.pb{
	padding-bottom: 80px;
}

.btn-theme {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 50px;
  background: var(--primary-color); !important;
  color: var(--at-white-color) !important;
  text-decoration: none;
  border: 1px solid #174f8f;
  transition: all 0.3s ease;
}

/* Hover */
.btn-theme:hover {
  background: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
  color:  var(--at-white-color) !important;
}


.btn2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 50px;
  color: #174f8f;
  font-weight: 500;
  background: var(--at-white-color);
  border: 1px solid #dbe5f1;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Arrow */
.btn2 span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Hover Effect */
.btn2:hover {
  background: #174f8f;
  color: #ffffff;
  border-color: #174f8f;
}

.btn2:hover span {
  transform: translateX(5px);
}

.text-primary {
	--bs-text-opacity: 1;
	color: var(--primary-color) !important;

}
.bg-primary {
  background-color: var(--primary-color) !important;

}
.textYellow {
	color: #F59C2B;
}

/*PAGE CSS START*/

figure {
	margin: 0;
}
.check-icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 15px;
	border: 3px solid #f59c2b;
	border-left: 0;
	border-top: 0;
	transform: rotate(35deg);
}
.hover-eff:hover {
	transform: scale(1.05);
}
.hover-eff {
	transition: .6s;
	-webkit-transition: .6s;
}
.img-wrap {
  overflow: hidden;
  border-radius: 6px;
}

.custom-shadow {
	box-shadow: 0px 1px 15px 0px #00000026;
	background-color: #fff;
}
.line-break p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}




@media (max-width: 1199px){
   body.active {
  	overflow: hidden;
  }

  body.active:before {
  	content: '';
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: #000;
  	z-index: 8;
  	opacity: .8;
  }
  /*Header Menu Css End*/

}
@media (min-width: 992px) {

}
@media (max-width: 575px){
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	.p-tb {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pt {
		padding-top: 50px;
	}
	.pb {
		padding-bottom: 50px;
	}
	.btn {
    padding: 8px 25px;
    font-size: 15px;
}

}



/* HERO / SLIDER CSS */

.hero {
    position: relative;
    overflow: hidden;
}

.hero-banner {
    height: 700px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* text readability */
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.hero-banner h1 {
    font-weight: 700;
    font-size: 52px;
    color: #fff;
}

.hero-banner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}


/* MOBILE */
@media (max-width: 575px) {
    .hero-banner {
        height: 350px;
    }

    .hero-banner h1 {
        font-size: 36px;
    }

    .hero-banner p {
        font-size: 15px;
    }

    .btn {
        padding: 8px 25px;
        font-size: 15px;
    }
}
.carousel-item .banner-caption {
    display: none;
  }


/* COLLECTION SECTION */

.collection-section {
    padding: 60px 0;
}

.collection-heading {
    margin-bottom: 30px;
}

.collection-wrap {
    height: 65vh; /* header + next section visible */
}

.collection-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.collection-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.collection-box:hover img {
    transform: scale(1.08);
}

.collection-left {
    height: 100%;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .collection-wrap {
        height: auto;
    }

    .collection-left {
        height: 280px;
    }

    .collection-box {
        height: 200px;
    }
}

/* SECTION */
.collection-section {
    padding: 60px 0;
}

.collection-heading {
    margin-bottom: 30px;
}

/* GRID HEIGHT CONTROL */
.collection-grid {
    height: 65vh; /* balanced viewport height */
}

/* COMMON ITEM */
.collection-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
}

/* IMAGE */
.collection-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.collection-item:hover img {
    transform: scale(1.08);
}

/* LEFT IMAGE = FULL HEIGHT */
.collection-left {
    height: 100%;
}

/* CATEGORY OVERLAY */
.collection-title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.collection-item:hover .collection-title {
    background: #f59c2b;
    color: #000;
}

/* MOBILE */
@media (max-width: 991px) {
    .collection-grid {
        height: auto;
    }

    .collection-left {
        height: 280px;
    }

    .collection-item {
        height: 200px;
    }
}
.collection-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.view-more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 14px;
    opacity: 0;
    transition: .3s ease;
}

.collection-item:hover .view-more-overlay {
    opacity: 1;
}
/* Categories Slider */
.categories-slider-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.category-item {
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s;
    cursor: pointer;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Optional: colored backgrounds like design */
.category-item:nth-child(1) { background-color: #fff8dc; }
.category-item:nth-child(2) { background-color: #e6f4e6; }
.category-item:nth-child(3) { background-color: #e6f0ff; }
.category-item:nth-child(4) { background-color: #f0e6ff; }
.category-item:nth-child(5) { background-color: #ffe6e6; }
.category-item:nth-child(6) { background-color: #e6f9ff; }

/* Slick arrows */
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 35%;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0,0,0,0.3);
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    color: #333;
}
.category-item {
    cursor: pointer;
    transition: transform 0.3s;
}
.category-item:hover {
    transform: translateY(-3px);
}


.product-item .wishlist-icon img {
    transition: transform 0.3s;
    cursor: pointer;
}

.product-item .wishlist-icon img:hover {
    transform: scale(1.2);
}

.product-item .share-icon {
    cursor: pointer;
}

.product-item .share-icon i:hover {
    color: #0d6efd; /* Bootstrap primary */
    transform: scale(1.2);
}

.product-item .card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-item .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Wishlist icon - show only on hover */
.wishlist-btn {
    display: none;
    z-index: 10;
}
.product-card:hover .wishlist-btn {
    display: block;
}
.wishlist-btn i {
    font-size: 1.2rem;
    color: #6c757d;
    transition: color 0.3s;
}
.wishlist-btn.active i {
    color: #ffc107; /* filled star */
}

/* Product overlay at bottom */
.product-info {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-info h6 {
    margin: 0;
    font-size: 0.95rem;
}

.why-best-section {
    background: #fff;
}

/* LEFT CONTENT */
.why-best-content {
    max-width: 540px; /* keeps content neat */
}

/* RIGHT IMAGE */
.why-best-category {
    display: block;
    height: 100%;
    min-height: 420px;        /* prevents too tall image */
    max-height: 600px;        /* avoids ugly long image */
    position: relative;
    overflow: hidden;
}

.why-best-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CATEGORY NAME OVER IMAGE */
.category-overlay-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
}

.trusted-testimonial {
    padding: 100px 0;
}

/* Heading stays at top */
.trusted-testimonial .testimonial-heading {
    max-width: 520px;
    margin-bottom: -80px;
}

.trusted-testimonial .small-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #9c6b3f;
    display: block;
    margin-bottom: 10px;
}

.trusted-testimonial .testimonial-heading h2 {
    font-size: 48px;
    font-weight: 700;
}

/* Slide layout */
.trusted-testimonial .testimonial-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* 🔥 THIS aligns text to image bottom */
    gap: 80px;
}

.trusted-testimonial .testimonial-content {
    max-width: 820px;
}

.trusted-testimonial .quote {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.trusted-testimonial .author strong {
    display: block;
    font-size: 18px;
}

.trusted-testimonial .author span {
    font-size: 14px;
    color: #777;
}

.trusted-testimonial .testimonial-arrows {
    margin-top: 40px;
    display: flex;
    gap: 12px;
}

.trusted-testimonial .testimonial-arrows button {
    width: 45px;
    height: 45px;
    border: none;
    background: #f3f3f3;
    font-size: 18px;
    cursor: pointer;
}

/* Image */
.trusted-testimonial .testimonial-image img {
    width: 420px;
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
}


.latest-blog {
    padding: 100px 0;
}

/* Heading */
.latest-blog .small-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #9c6b3f;
    text-transform: uppercase;
}

.latest-blog .section-title {
    font-size: 48px;
    font-weight: 700;
}

/* Card */
.latest-blog .blog-card {
    background: transparent;
}

.latest-blog .blog-image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.latest-blog .blog-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.latest-blog .blog-card:hover img {
    transform: scale(1.05);
}

/* Content */
.latest-blog .blog-content {
    padding-top: 20px;
}

.latest-blog .blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.latest-blog .blog-meta .category {
    font-weight: 500;
    color: #000;
}

.latest-blog .blog-meta .dot {
    margin: 0 6px;
}

.latest-blog .blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.latest-blog .blog-title a {
    color: #000;
    text-decoration: none;
}

.latest-blog .blog-title a:hover {
    text-decoration: underline;
}
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.social-icon {
    width: 38px;
    height: 38px;
    border: 1px solid #555;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #fff;
    color: #000;
}
.brand-section {
    background: #fafafa;
}

.brand-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.brand-card img {
    max-height: 100px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.brand-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.brand-card:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}



/* Topbar */
.header-top {
    background: #000;
    color: #fff;
    font-size: 14px;
}
.header-top a { color:#ffc107; text-decoration:none }

/* Sticky Header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Icons */
.header-icons a {
    color:#000;
    font-size:20px;
    position: relative;
    margin-left: 15px;
}
.header-icons .count {
    position:absolute;
    top:-6px;
    right:-10px;
    background:red;
    color:#fff;
    font-size:11px;
    padding:2px 5px;
    border-radius:50%;
}

/* Offcanvas full height */
.offcanvas-start {
    width: 280px;
}
.offcanvas-body ul {
    padding-left: 0;
}
.offcanvas-body ul li {
    list-style:none;
    padding:10px 0;
}
/* ===== Desktop Menu ===== */
.main-nav .nav-link {
    font-weight: 500;
    color: #222;
    padding: 10px 16px;
    transition: 0.3s;
}
.main-nav .nav-link:hover {
    color: #0d6efd;
}

/* Dropdown */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
    border: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    padding: 10px 0;
}
.dropdown-menu a {
    padding: 8px 20px;
    font-size: 14px;
}
.dropdown-menu a:hover {
    background: #f5f7fa;
}

/* Header Icons */
.header-icons a {
    color:#000;
    font-size:22px;
    position: relative;
    margin-left: 18px;
}
.header-icons .count {
    position:absolute;
    top:-6px;
    right:-10px;
    background:#dc3545;
    color:#fff;
    font-size:11px;
    padding:2px 6px;
    border-radius:50%;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-icons a {
    position: relative;
    margin-left: 15px;
    font-size: 22px;
    color: #000;
}

.header-icons .count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: red;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 2px 6px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
/* ===============================
   PREMIUM MOBILE OFFCANVAS MENU
================================ */

.offcanvas-start {
    width: 90%;
    max-width: 340px;
    background: #ffffff;
    box-shadow: 8px 0 40px rgba(0,0,0,0.15);
}

/* HEADER */
.offcanvas-header {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.offcanvas-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .3px;
}

/* BODY */
.offcanvas-body {
    padding: 0;
}

/* MENU LIST */
.offcanvas-body ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.offcanvas-body ul li {
    position: relative;
}

/* MAIN LINKS */
.offcanvas-body ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.offcanvas-body ul li > a:hover {
    background: #f8f9fa;
    color: #0d6efd;
}

/* ARROW */
.offcanvas-body ul li > a i {
    font-size: 12px;
    color: #999;
    transition: transform .3s ease;
}

/* SUB MENU */
.offcanvas-body ul li ul {
    display: none;
    background: #fafafa;
}

.offcanvas-body ul li ul li a {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.offcanvas-body ul li ul li a:hover {
    background: #eef3ff;
    color: #0d6efd;
}

/* ACTIVE OPEN STATE */
.offcanvas-body ul li.open > a i {
    transform: rotate(180deg);
}

/* LOGIN / REGISTER */
.mobile-auth {
    padding: 20px;
    border-top: 1px solid #eee;
}

.mobile-auth a {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mobile-auth .login-btn {
    background: #0d6efd;
    color: #fff;
}

.mobile-auth .register-btn {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

/* SMOOTH SLIDE */
.offcanvas {
    transition: transform .35s ease-in-out;
}

/* BACKDROP */
.offcanvas-backdrop.show {
    background-color: rgba(0,0,0,0.6);
}


/* Category circle */
.category-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-tab.active h6 {
    color: #0d6efd;
}

/* Product hover (same feel) */
.product-card {
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.wishlist-btn i {
    transition: transform 0.2s;
}

.wishlist-btn:hover i {
    transform: scale(1.2);
}
/* CATEGORY GAP */
.categories-slider .category-item {
    margin: 0 12px;
}

/* PRODUCT CARD HOVER FIX */
.product-card {
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* PRODUCT CARDS GAP */
.products-track {
    row-gap: 24px;
}
/* STAR */
.wishlist-btn {
    top: 12px !important;
    right: 12px !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 5;
}

.wishlist-btn i {
    font-size: 15px;
    color: #333;
}

.wishlist-btn:hover i {
    color: #0d6efd;
}

/* CARD */
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.product-card:hover {
    box-shadow: 0 14px 34px rgba(0,0,0,0.14);
    transform: translateY(-2px);
}

/* IMAGE */
.product-card img {
    height: 380px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* INFO */
.product-info {
    bottom: 12px;
    left: 12px;
    right: 12px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.product-info h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.brand-slider .slick-slide {
    padding: 0 15px;
}