/*Header css p1*/

body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f5f5f5;
    }

    /* Top Bar */
    .top-bar {
      background-color: #f8f9fa;
      font-size: 14px;
    }

    .top-bar a {
      color: #333;
      margin-left: 15px;
      text-decoration: none;
    }

    /* Header */
    .header {
      background-color: #fff;
      padding: 15px 0;
      border-bottom: 1px solid #ddd;
    }

    .search-input {
      border-radius: 0;
    }

    /* Dropdown + Category */
    .category-wrapper {
      position: relative;
    }

    .category-trigger {
      background: ;
      padding: 5px;
      cursor: pointer;
    }

    .category-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 250px;
      background: #fff;
      border: 1px solid #ddd;
      display: none;
      z-index: 999;
    }

    .category-wrapper:hover .category-menu {
      display: block;
    }

    .category-menu li {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      position: relative;
      cursor: pointer;
    }

    .category-menu li:hover {
      background-color: #f0f0f0;
    }

    .sub-category-menu {
      position: absolute;
      top: 0;
      left: 250px;
      width: 250px;
      background: #fff;
      border: 1px solid #ddd;
      display: none;
      z-index: 1000;
    }

    .category-menu li:hover .sub-category-menu {
      display: block;
    }

    .sub-category-item {
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
      position: relative;
    }

    .sub-category-item:hover {
      background-color: #f9f9f9;
    }

    .product-menu {
      position: absolute;
      top: 0;
      left: 250px;
      width: 250px;
      background: #fff;
      border: 1px solid #ddd;
      display: none;
      z-index: 1001;
    }

    .sub-category-item:hover .product-menu {
      display: block;
    }

    .product-menu a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #eee;
    }

    .product-menu a:hover {
      background-color: #f0f0f0;
      text-decoration: underline;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .top-bar {
        font-size: 12px;
        text-align: center;
        padding: 5px;
      }

      .top-bar a {
        display: inline-block;
        margin: 5px 10px;
      }

      .header .row {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
      }

      .header .col-md-2,
      .header .col-md-8,
      .header .col-md-2.text-end {
        width: 100%;
        margin-bottom: 10px;
      }

      .header form {
        flex-direction: column;
        align-items: stretch;
      }

      .header select,
      .header input,
      .header button {
        width: 100% !important;
        margin-bottom: 10px;
      }

      .category-trigger {
        width: 100%;
        text-align: center;
        font-size: 16px;
        background-color: #ff5722;
        color: #fff;
        border-radius: 5px;
      }

      .category-wrapper {
        width: 100%;
      }

      .category-menu,
      .sub-category-menu,
      .product-menu {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        border: none;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
      }

      .category-wrapper.active .category-menu {
        max-height: 1000px;
      }

      .category-menu li,
      .sub-category-item,
      .product-menu a {
        padding: 10px;
        font-size: 14px;
      }

      .product-menu,
      .sub-category-menu {
        display: none !important;
      }

      .category-trigger::after {
        content: ' ▼';
        float: right;
      }
    }

    @media (max-width: 768px) {
      #nav-link{

        padding-left: 5px;
        
        }
      }




/*Custom css p1*/

.header__logo img{
    width: 150px;
    height: 50px;
}


#slaider img{
    height: 100%;
    width: 100%;
    overflow: hidden;
   
}

#home .card{
    height: 100%;
    width: 100%;
    padding: 20px;
    overflow: hidden;
}

#home img{
    height: 100%;
    width: 100%;
    

}

#home a{
    text-decoration: none;

}


.hero__categories .deparment{
    color: #ffffff;
    background: rgb(119, 162, 32);
    text-align: center;
    border-radius: 1.5cm;
    padding-bottom: 10px;
}

nav{
    position: absolute;
    top: 0;
    bottom: 0;
    }

#nav a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px !important;


}

#nav a:hover{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

}

#pages{
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 2px;  
}

#pages:hover{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; 
}


#header__menu{
    width: 100%;
    background: #7fad39;
    
    
}
    
   .hero__categories ul li{
        position: relative;
        list-style-type: none;
        width: 300px;
    }
    
   .hero__categories ul ul{
        position: absolute;
        left: 300px;
        width: 310px;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0px 0 30px 10px #f0f0f0;
        padding-left: 10px;
        z-index: 1;
        display: none;
    }
    
  .hero__categories ul li a{
        display: flex;
        height: 40px;
        font-size: 16px;
        padding: 10px;
        text-decoration: none;
    
    }
    
    .hero__categories ul li a:hover{
        color: crimson;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .hero__categories ul li span{
        position: absolute;
        left: 280px;
        font-size: 1rem;
        font-weight: bold;
    }
    
   .hero__categories ul .dropdown{
        position: relative;
    }
    
   .hero__categories ul .dropdown:hover ul{
       display: initial;
      
    }


    @media only screen and (max-width: 678px) {
        .header__top__right__social {
            display: none;
        }
    }

    #single_card{
        padding: 20px;
    }


    #single_card img{
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    #product-details h5{
        line-height: 50px;

    }

     #product-details h6{
        line-height: 50px;
    }
