

/* ===== HOVER OVERLAY ===== */
.category-section {
  padding: 50px 0;
  background-color: #fff8f5;
}
.section-title h2 {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.section-title p {
  color: #000;
  margin-bottom: 30px;
}
.category-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.category-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.category-content {
  padding: 15px;
}
.category-content h4 {
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}
.category-content p {
  color: #000;
  font-size: 13px;
  margin: 0;
}

/* Owl Nav Styling */
.owl-theme .owl-nav [class*='owl-'] {
  background: #d44a00;
  color: #fff;
  border-radius: 50%;
  padding: 8px 12px !important;
  margin: 5px;
  transition: all .3s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ff6600;
  color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d44a00;
}

/* End of product category */

#nav-language {
  background-color: #770511;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 14px;
}

#nav-language:hover {
  background-color: #5e0410 !important;
  /* darker for hover */
  transform: translateY(-2px);
}

/* Caret icon */
#nav-language .caret-icon {
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

#language-dropdown.open .caret-icon {
  transform: rotate(180deg);
}

/* Dropdown menu */
#language-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin-top: 6px;
  padding: 6px 0;
  min-width: 150px;
  z-index: 1000;
}

#language-dropdown.open .dropdown-menu {
  display: block;
  animation: fadeIn 0.25s ease;
}

/* Dropdown links */
#language-dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 14px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#language-dropdown .dropdown-menu li a:hover {
  background-color: #ffe6eb;
  color: #770511;
}

/* Fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* End lang stule  */



.footer-main-2 .top-footer {
  background-color: #770511 !important;
}

.widget_category ul li a {
  color: #FFFFFF !important;
}



.widget_about li i {
  color: #FFD700 !important;
  margin-right: 7px !important;
}

.widget_about li a {
  color: #FFFFFF !important;
}

#footer-address {
  color: #FFFFFF !important;
}

.me-2 {
  margin-right: 2px !important;
}

.me-3 {
  margin-right: 3px !important;
}

.me-4 {
  margin-right: 4px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 4px !important;
}

.header_s .top-header1 {
  background-color: #770511;


}

.header_s .top-header1 .top-right .top-social {
  display: inline-block !important;
}

.top-social li a i {
  color: #FFFFFF !important;
}

.header-social-color span a {
  color: #FFFFFF !important;
}

.header-social-color span i {
  color: #FFFFFF !important;
}

.footer-main-2 .bottom-footer {
  background-color: #45050b;
}

.footer-main-2 .bottom-footer p {
  color: #fff !important;
}

/* footer social style */
.footer-social {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border: 1.5px solid #C9A227;
  color: #C9A227;
  /* matches your theme purple */
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social li a:hover {
  background-color: #C9A227;
  color: #770511;
  transform: scale(1.1);
}

.text-justify {
  text-align: justify !important;
}




/* end of footer social style */
/* core value style */
/* ===== HEADER SECTION ===== */
.page-header {
  background: linear-gradient(to right, #770511, #5e0a10);
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
}

.page-header h1 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.page-header p {
  color: #f1e6d6;
  font-size: 16px;
}

/* ===== CORE VALUE CARDS ===== */
.core-values {
  padding: 60px 0;
}

.value-box {
  background: #fff;
  border: 2px solid #f1e6d6;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  min-height: 250px;
}

.value-box:hover {
  border-color: #c9a227;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.value-box i {
  font-size: 40px;
  color: #c9a227;
  margin-bottom: 15px;
}

.value-box h3 {
  color: #770511;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-box p {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

/* ===== QUOTE SECTION ===== */
.quote-section {
  background: #770511;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  border-top: 4px solid #c9a227;
  border-bottom: 4px solid #c9a227;
}


/* end of core value section */
/* start packaging style */

.package-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.package-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #b68b46;
}

.package-body {
  padding: 15px;
}

.package-title {
  font-size: 18px;
  font-weight: 700;
  color: #770511;
  margin-bottom: 5px;
}

.category-name {
  font-size: 13px;
  color: #888;
}

.package-weight {
  font-size: 14px;
  color: #444;
}

.package-price {
  color: #b68b46;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.package-card .fa {
  margin-right: 5px;
  color: #770511;
}

.pagination>li>a,
.pagination>li>span {
  color: #770511;
}

.pagination>.active>a,
.pagination>.active>span {
  background-color: #770511;
  border-color: #770511;
  color: #fff;
}


/* end of packaging style */
/* ===== NAVBAR LINK STYLE ===== */
.navbar-nav>li>a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 15px 20px;
  border-radius: 4px;
}

/* Hover effect */
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  color: #770511 !important;
  background-color: transparent;
  border-bottom: 2px solid #770511;
}

/* Active link */

.navbar-nav> li.active a{
  color: #fff !important;
  background-color: #770511 !important;
  padding: 10px 20px !important;
}
.navbar-nav>a,
.navbar-nav>a:hover,
.navbar-nav>a:focus {
  color: #fff !important;
  background-color: #770511;
  border-radius: 4px;
}

/* Language dropdown excluded */
#language-dropdown>a {
  background-color: #770511 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 10px 15px;
}

#language-dropdown>a:hover {
  background-color: #770511 !important;
  color: #fff !important;
  border-bottom: none;
}

.d-none {
  display: none;

}
/* product-detail */
#product-detail {
  padding: 60px 0;
}
.product-wrapper {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 25px;
}
.product-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
}
.product-info h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.product-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.price {
  font-size: 20px;
  color: #8a2b06; /* saffron color */
  font-weight: bold;
  margin-top: 10px;
}
.btn-custom {
  background-color: #8a2b06;
  color: #fff;
  border: none;
}
.btn-custom:hover {
  background-color: #6f2104;
  color: #fff;
}
.product-description {
  margin-top: 40px;
}
.product-description h3 {
  border-bottom: 2px solid #8a2b06;
  display: inline-block;
  padding-bottom: 5px;
  color: #333;
  margin-bottom: 15px;
}
