

.dropdown-content {
    position: absolute;
    width: 100px;
    box-shadow: 1px;
    border-radius: 10%;
    margin-top: 0.2rem;
    background: #f2efef;
    display:none;
    z-index: 100;
  }
 .main-menu  li a{
  font-family: Comic Sans MS;
  color :black;

 } 
  .dropdown-content a {
    display: block;
    align-items: center;
    column-gap: var(--gap);
    padding: 0.5rem .8rem;
    text-decoration: none;
    color: black;
  }
  
  .dropdown-content a:hover {
    background-color: rgb(251, 247, 247);
    color: #d69b41;
  }
  .dropdown:hover .dropdown-content{
    display:block;
  }
  small{
    font-size:1rem;
    color:#6d6a6a;
    font-family: Comic Sans MS;
  }
  .error-message{
    color: red;
}
h3{
  font-family: comic sans Ms;
}
input placeholder{
  color:#868484
}
.text-primary{
  color: #dead65 !important; 
}
.btn-primary {
  background-color: #dead65 !important; /* Change background color */
  border-color: #dead65 !important;    /* Change border color */
  color: #fff !important;             /* Change text color */
}
.bg-custom{
  background-color: #ecd5b1
}
.bg-primary{
  background-color: #dead65 !important;
}
div a{
  text-decoration :none;
  color:#080808
}
div a:hover{
  color:#dead65;
}
.errorMsg{
  color:red;
  font-size:0.7rem;
  display:none;
}



body {
  font-family: 'Comic Neue', cursive;
}
.primary-color {
  color: #dead65;
}
.primary-bg {
  background-color: #dead65;
}
.btn-primary {
  background-color: #dead65;
  border-color: #dead65;
}
.btn-primary:hover {
  background-color: #caa055;
  border-color: #caa055;
}



.product-card{
  height: 200px; 
   border: 1px solid #dead65;
   	border-radius: 12px;
    box-shadow: 0 6px 12px rgba(222, 173, 101, 0.1);
    display: flex;
      align-items: flex-end;
}
.offer-badge{
    position: absolute;
    top: 25px;
    left:0;
   
    transform: rotate(-45deg); /* Rotate the badge to make it diagonal */
      transform-origin: 0 0; /* Rotate around the top-left corner */
    z-index: 1;
    color:#fff;
  
}
.about-hero {
  background-color: #f8f5eb;
  padding: 80px 0;
}

.value-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #dead65;
}
.section-padding {
  padding: 60px 0;
}
.border-primary {
  border-color: #dead65 !important;
}
.pagination-container {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a,
.pagination .current-page {
  
  padding: 5px 10px;
  margin: 0 2px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  justify-content: center;

}

.pagination a:hover {
  background-color: #f5f5f5;
}