@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
   --primary-color: #4A2C2A; /* Dark maroon */
   --secondary-color: #8B4513; /* Saddle brown */
   --accent-color: #FFD700; /* Gold */
   --light-bg: #F5F5F0; /* Off-white */
   --dark-text: #333;
   --hover-bg: rgba(255, 215, 0, 0.1); /* Light gold hover */
   --logo-bg: #FFFFFF; /* White for logo contrast */
   --category-bg: #6B2D26; /* Maroon for category cards */
}

body {
   font-family: 'Poppins', sans-serif;
   color: var(--dark-text);
   margin: 0;
   line-height: 1.6;
   overflow-x: hidden;
   background-color: var(--light-bg);
   font-family: "Poppins", sans-serif;
   font-weight: 100;
   font-style: normal;
}

a {
   text-decoration: none;
   color: #fff;
   transition: all 0.3s ease;
}

a:hover {
   color: var(--accent-color);
}
.pt-30{
   padding-top:50px;
}
.pb-30{
   padding-bottom:50px;
}
.mb_100 {
   margin-bottom: 100px !important;
}

.mt_100 {
   margin-top: 100px !important;
}
/* Navbar Styles */
.navbar {
   background: #ffffffe8;
box-shadow:0 4px 12px rgb(226 157 56 / 27%);
padding: 8px 0;
transition: padding 0.3s ease;
}
/* tobarcss */
/* .cs_top_header_wrapper {
   background-color: #282932;
   padding: 11px 0 11px;
}
.cs_top_header_info {
   display: flex;
   justify-content: left;
}
.cs_top_header_info p {
   color: #bcbed4;
   transition: all 0.3s;
   font-weight: 500;
}

.cs_header_banner h5, p, h1, a {
   color: #fff;
}
p {
   margin: 0px;
   font-weight: 400;
   font-size: 16px;
}
.cs_top_header_wrapper img {
   padding-right: 5px;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus {
   outline: none !important;
   box-shadow: none;
}

img {
   max-width: 100%;
}
.cs_top_header_info_mail {
   padding-left: 50px;
}
.cs_top_header_info_btn {
   text-align: right;
}
.cs_top_header_info_btn a {
   color: #bcbed4;
   transition: all 0.3s;
   font-weight: 500;
}

.cs_header_banner h5, p, h1, a {
   color: #fff;
} */


.header-top {
   background: #e29d38;
}
.header-top-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 10px 0px
}
.header-top-wrapper .left {
   display: flex;
   align-items: center;
   gap: 50px;
}
.header-top-wrapper .left .call {
   display: flex;
   align-items: center;
   gap: 10px;
}

.header-top-wrapper .left * {
   color: #fff;
}
.header-top-wrapper .left * {
   color: #fff;
}
.header-top-wrapper .left * {
   color: #fff;
}
.header-top-wrapper .social-header {
   display: flex;
   align-items: center;
}

.social-header {
   display: flex;
   align-items: center;
   gap: 15px;
}
.header-top-wrapper .social-header * {
   color: #fff;
}

.social-header span {
   font-size: 15px;
   color: #fff;
}
.header-top-wrapper .social-header ul {
   display: flex
;
   align-items: center;
   gap: 15px;
   list-style: none;
   padding: 0;
   margin: 0;
   margin-left: 15px;
}

.header-top-wrapper .social-header * {
   color: #fff;
}
.social-header ul {
   padding: 0;
   margin: 0;
   display: flex;
   align-items: center;
   list-style: none;
   gap: 20px;
}
.header-top-wrapper .social-header ul li {
   margin: 0;
}

.header-top-wrapper .social-header * {
   color: #fff;
}
.social-header ul li {
   margin: 0;
   padding: 0;
}
.call>a {
   font-size: 12px;
   font-weight: 400;
}

/* Header Icons Styles */
.header-icons {
   display: flex;
   align-items: center;
   gap: 25px;
}

.header-icon {
   position: relative;
   color: #fff;
   font-size: 18px;
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.1);
}

.header-icon:hover {
   color: var(--accent-color);
   background: rgba(255, 255, 255, 0.2);
   transform: translateY(-2px);
}
.header-icon > i {
   font-size: 12px;
}
.header-icon .cart-indicator {
   position: absolute;
   top: -8px;
   right: -8px;
   background-color: #ffffffbf;
   color: #840d17;
   border-radius: 50%;
   width: 16px;
   height: 15px;
   font-size: 7px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   border: 1px solid #840d17;
}




.navbar-brand {
   /* background-color: var(--logo-bg); */
   /* padding: 5px 10px;
   border-radius: 8px;
   margin-right: 15px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
   display: flex;
   align-items: center; */
}

.navbar-brand:hover {
   /* transform: scale(1.05);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}

.navbar-brand img {
   height: 90px;
   transition: transform 0.3s ease;
}

.navbar-brand:hover img {
   transform: scale(1.1);
}

.navbar-toggler {
   border: none;
   padding: 2px 6px 5px;
   background-color: var(--primary-color);
   color: #fff;
   border-radius: 8px;
   /* margin-right: 10px; */
}

.navbar-toggler:focus {
   box-shadow: none;
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
   width: 15px;
   height: 15px;
}

.navbar-nav {
   align-items: center;
}

.nav-item {
   margin: 0 3px;
}

.navbar-nav .nav-link {
   font-size: 0.95rem;
   font-weight: 500;
   padding: 6px 12px;
   color: var(--primary-color) !important;
   border-radius: 8px;
   transition: all 0.3s ease;
   position: relative;
}

.navbar-nav .nav-link:hover {
   background-color: var(--hover-bg);
   transform: translateY(-2px);
}

.navbar-nav .nav-link i {
   margin-right: 4px;
}

.dropdown-menu {
   background-color: #fff;
   border: none;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
   border-radius: 10px;
   margin-top: 8px;
   padding: 8px 0;
   animation: fadeIn 0.3s ease-in-out;
   max-height: 300px;
   overflow-y: auto;
   overflow-x: hidden;
}

/* Custom scrollbar for dropdown menu */
.dropdown-menu::-webkit-scrollbar {
   width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
   background: #f1f1f1;
   border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
   background: var(--secondary-color);
   border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
   background: var(--primary-color);
}

/* Firefox scrollbar */
.dropdown-menu {
   scrollbar-width: thin;
   scrollbar-color: var(--secondary-color) #f1f1f1;
}

.dropdown-item {
   font-size: 0.9rem;
   padding: 8px 15px;
   color: var(--dark-text);
   transition: all 0.3s ease;
}

.dropdown-item:hover {
   color: var(--secondary-color);
   border-top: 2px solid var(--primary-color);
   transform: translateX(5px);
   border-radius: 10px;
   width: 100%;
   padding: 10px;
   /* background: red; */
}

.nav-item.active .nav-link {
   background-color: var(--hover-bg);
   font-weight: 600;
}

.cart-indicator {
   position: absolute;
   top: -4px;
   right: -4px;
   background-color: var(--accent-color);
   color: #fff;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   font-size: 0.65rem;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
}

@keyframes fadeIn {
   from { opacity: 0; transform: translateY(10px); }
   to { opacity: 1; transform: translateY(0); }
}

/* Carousel Styles */
.carousel {
   /* margin: 0px auto 30px; */
   /* border-radius: 12px; */
   overflow: hidden;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
   height: 70vh;
   object-fit: fill;
   width: 100%;
   /* border-radius: 12px; */
   transition: transform 0.5s ease;
}

.carousel-item:hover img {
   transform: scale(1.05);
}

.carousel-caption {
   background: rgba(74, 44, 42, 0.7);
   border-radius: 8px;
   padding: 15px;
   bottom: 15%;
   text-align: left;
   max-width: 90%;
   left: 5%;
   transform: translateY(0);
   transition: all 0.3s ease;
}

.carousel-caption h5 {
   font-size: 2rem;
   font-weight: 700;
   color: #fff;
   text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
   font-size: 1rem;
   color: #f1f1f1;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
   background-color: var(--secondary-color);
   border-radius: 50%;
   padding: 8px;
}

/* Categories Section */
.top-categories {
   /* max-width: 1200px; */
   /* margin: 40px auto; */
   /* padding: 15px; */
   text-align: center;
   background-color: #fff;
}

.top-categories h2 {
   font-size: 1.8rem;
   font-weight: 600;
   color: var(--category-bg);
   margin-bottom: 30px;
   position: relative;
   text-transform: uppercase;
}

.top-categories h2::after {
   content: '';
   width: 30px;
   height: 2px;
   background: var(--accent-color);
   position: absolute;
   bottom: -5px;
   left: 50%;
   transform: translateX(-50%);
}

.category-row {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 25px;
   padding: 10px 0;
}

.category-card {
   width: 180px;
   height: 270px;
   border-radius: 12px;
   overflow: hidden;
   position: relative;
   background: none;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 12px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}

.category-card h4 {
   /* position: absolute;
   bottom: 8px;
   left: 50%;
   transform: translateX(-50%);
   font-size: 1rem;
   font-weight: 600;
   color: #fff;
   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
   z-index: 2;
   background: rgba(107, 45, 38, 0.8);
   padding: 6px 15px;
   border-radius: 15px;
   white-space: nowrap;
   text-transform: uppercase; */
   position: absolute;
   bottom: 8px;
   left: 50%;
   transform: translateX(-50%);
   font-size: 1rem;
   font-weight: 600;
   color: #4a2c2a;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
   z-index: 2;
   background: #f4f4f5;
   padding: 6px 15px;
   border-radius: 15px;
   white-space: nowrap;
   text-transform: uppercase;
   text-wrap-mode: wrap;
}

.category-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
   z-index: 1;
}

.category-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Footer Styles */
.footer {
   background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
   color: #fff;
   padding: 40px 0 20px;
}

.footer-logo img {
   height: 100px;
   /* margin-bottom: 15px; */
}

.footer-heading {
   font-size: 1.1rem;
   font-weight: 600;
   margin-bottom: 15px;
   position: relative;
}
.footer-logo {
   display: flex;
       background: #fff;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       align-content: center;
       width: 50%;
       margin-bottom: 10px;
}

.footer-heading::after {
   content: '';
   position: absolute;
   left: 0;
   bottom: -8px;
   width: 30px;
   height: 2px;
   background-color: var(--accent-color);
}

.footer-links {
   list-style: none;
   padding: 0;
}

.footer-links li {
   margin-bottom: 8px;
}

.footer-links a {
   color: #fff;
   transition: all 0.3s ease;
}

.footer-links a:hover {
   color: var(--accent-color);
   transform: translateX(5px);
}

.footer-social a {
   display: inline-block;
   width: 35px;
   height: 35px;
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   text-align: center;
   line-height: 35px;
   margin-right: 8px;
   transition: all 0.3s ease;
}

.footer-social a:hover {
   background-color: var(--accent-color);
   transform: translateY(-5px);
}

.footer-bottom {
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding-top: 15px;
   margin-top: 30px;
   text-align: center;
}

/* Back to Top Button */
.back-to-top {
   position: fixed;
   bottom: 20px;
   right: 20px;
   width: 45px;
   height: 45px;
   background-color: var(--primary-color);
   color: white;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.1rem;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
   z-index: 999;
}

.back-to-top.active {
   opacity: 1;
   visibility: visible;
}

.back-to-top:hover {
   background-color: var(--secondary-color);
   transform: translateY(-5px);
}
.ep-header-section {
/* position: fixed; */
width: 100%;
top: 0px;
left: 0;
z-index: 999;
transition: var(--bs-transition);
}


/* products page css */
.product-card{
background: #fff;
border: 2px solid #f0b449;
}

.product-card > img{
width: 100%;
height: 500px;
}
.font-300{
font-weight: 300 !important;
}
.btn-danger{

}
/* Media Queries for Responsiveness */
@media (max-width: 992px) {
   .carousel-item img { height: 40vh; }
   .carousel-caption h5 { font-size: 1.6rem; }
   .carousel-caption p { font-size: 0.9rem; }
   .carousel-caption { bottom: 10%; left: 5%; max-width: 80%; }
   .navbar-collapse {
       /* background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); */
       padding: 10px;
       border-radius: 8px;
       margin-top: 8px;
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
   }
   .navbar-nav .nav-link {
       padding: 8px 0;
       border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   }
   .dropdown-menu {
       margin-left: 10px;
       width: 95%;
   }
   .category-card {
       width: 150px;
       height: 225px;
   }
   .category-card h4 {
       font-size: 0.9rem;
       padding: 5px 12px;
   }
   .navbar-expand-lg .navbar-nav .dropdown-menu {
       position: absolute;
       border-top: 2px solid var(--primary-color);
   }
}

@media (max-width: 768px) {
   .carousel-item img { height: 35vh; }
   .carousel-caption h5 { font-size: 1.3rem; }
   .carousel-caption p { font-size: 0.8rem; }
   .navbar-brand img { height: 60px; }
   .top-categories { margin: 30px auto; }
   .top-categories h2 { font-size: 1.4rem; }
   .category-card {
       width: 130px;
       height: 195px;
   }
   .category-card h4 {
       font-size: 0.85rem;
       padding: 4px 10px;
   }
   .footer-logo img { height: 35px; }
   .footer-heading { font-size: 1rem; }
   .footer-social a { width: 30px; height: 30px; line-height: 30px; }
}

@media (max-width: 576px) {
   .carousel-item img { height: 25vh; }
   .carousel-caption { padding: 8px; bottom: 5%; }
   .carousel-caption h5 { font-size: 1rem; }
   .carousel-caption p { font-size: 0.7rem; }
   .navbar-brand { padding: 4px 8px; }
   .navbar-brand img { height: 60px; }
   .top-categories { margin: 20px auto; padding: 10px; }
   .top-categories h2 { font-size: 1.1rem; }
   .category-row { gap: 8px; }
   .category-card {
       width: 100px;
       height: 150px;
   }
   .category-card h4 {
       font-size: 0.75rem;
       padding: 3px 8px;
   }
   .footer { padding: 30px 0 15px; }
   .footer-logo img { height: 30px; }
   .footer-bottom { font-size: 0.85rem; }
   .back-to-top { width: 40px; height: 40px; font-size: 1rem; }
}

/* Style for the View More link in dropdown */
.view-more-link {
    font-weight: bold;
    color: #007bff !important;
    border-top: 1px solid #e9ecef;
    margin-top: 5px;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}
.view-more-link:hover, .view-more-link:focus {
    background: #f0f8ff;
    color: #0056b3 !important;
    text-decoration: underline;
}
.under_catogiries{
   font-weight: 500;
   font-size: 16px;
  color: #e29d38 !important;
}
.under_catogiries:hover{
   text-decoration:underline;
}
.card-section-title{
   height: 200px;
   position: relative;
   border-bottom: 1px solid #eee;
}

.title{
   display: block;
   color: #333333;
   font-size: 18px;
   font-weight: 600;
   text-transform: capitalize;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
   font-family: var(--headingFont);
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

 .folder-img img {
   transition: transform 0.3s ease;
}
.folder-img:hover img {
   transform: scale(1.1);
}


.product-description {
   padding-bottom: 5px;
   overflow: hidden;
   display: block;
   transition: max-height 0.3s ease;
   font-size: 14px;
   font-weight: 400;
   background-color: #f1f3f6;
   color: #212121;
   line-height: 1.4;
   margin-bottom: 0px;

}
.product-description.expanded {
   max-height: none;
}
.read-more-link {
   background: none;
   border: none;
   color: #dc3545;
   padding: 0;
   font-size: 0.9em;
   cursor: pointer;
}
.read-more-link:hover {
   text-decoration: underline;
}  
.card-description-view{
   display: flex;
       align-items: center;
       justify-content: space-evenly;
       flex-direction: column;
}
.card-description-viewdetails{
   background: #e29d38;
   color: #fff;
   border: 1px solid #e29d38;
   padding: 2px 12px;
   border-radius: 16px;

}
.card-description-price{
   color: #e29d38;
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 10px;
}
.page_banner_overlay {
   background: rgb(7 28 31 / 38%);
   padding: 50px 0px 52px 0px;
}

.page_banner_text h1 {
   color: #ffffff;
   font-size: 54px;
   font-weight: 500;
   margin-bottom: 5px;
   text-align: center;
   text-transform: capitalize;
}
.page_banner_text ul {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   gap: 10px 30px;
}
.page_banner_text ul li a {
   color: #ffffff;
   font-size: 16px;
   font-weight: 400;
   line-height: 24px;
   position: relative;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
   opacity: .9;
}
.page_banner_text ul li:not(:last-child) a::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    color: #ffffff;
    top: 0px;
    right: -18px;
}

.page_banner_text ul li a i {
   margin-right: 5px;
}