// .head-nav{
//     background-color: transparent !important;
//     position: fixed;
//     top: 0;
//     // position: absolute;
//     // top: 20px;
//     z-index: 500;
//     a{
//         color: #fff;
//     }
//     }

// .navbar {
//     transition: background-color 0.3s ease, position 0.3s ease;
//     position: relative;
//   z-index: 1020;
//     a{
//         color: #fff;
//     }
//     a:hover{
//         color: #FF6341;
//     }

//     &.transparent {
//       background-color: transparent;
//       color: #fff;
//     }

//     &.solid {
//         a{
//             color: #4d148b;
//         }
//         a:hover{
//             color: #FF6341;
//         }
//       background-color: #fff;
//       border-bottom: 2px solid #4d148b;
//       position: fixed;
//     top: 0;
//     width: 100%;
//     }
//   }
.logo-img{
  height: 100px;
  @media(max-width: 767px){
    width: 200px;
    margin-left: 0px !important;
  }
}
// .navbar {
//   transition: background-color 0.3s ease, position 0.3s ease, top 0.3s ease;
//   width: 100%;
//   z-index: 1020; // Ensure it's on top of other content
//   a{
//             color: #fff;
//         }
//         a:hover{
//             color: #dd1c22;
//         }

//   &.transparent {
//     background-color: transparent;
//     position: absolute; // Place on top of the background image
//     top: 0;
//     left: 0;
//     right: 0;
//   }

//   &.solid {
//     position: fixed; // Fix position after scrolling
//     top: 0;
//     left: 0;
//     right: 0;
//     a {
//       color: #313f58;
//     }
//     a:hover {
//       color: #dd1c22;
//     }
//     background-color: #fff;
//     border-bottom: 2px solid #313f58;
//   }

//   .product-dropdown{
//     a{
//       color: #555;
//     }
//     a:hover{
//       color: #dd1c22;
//     }
//     .prod-container{
// display: flex;
// justify-content: space-between;
//     .view-products-btn{
//       font-size: 9px;
//       @media(max-width: 767px){
//         // display: block;
//       }
//     }
//   }
//   }
//   // .mainbox{
//     // position: relative;
//     // width: 100%;
//   .productBox {
//     width: 10%;
//     border-radius: 10px;
//     padding: 10px;
//     background-color: #fff;
//     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
//     // backdrop-filter: blur(10px);
//     position: absolute;
//     top: 100%;
//     // left: 60%;
//     right: 4.5%;
//     z-index: 1000;
//     ul{
//       li{
//         a{
//         color: #555;
//         }
//         a:hover{
//           color: #dd1c22;
//         }

//       }
//     }
  
//     .productList {
//       display: flex;
//       justify-content: space-around;
//       // width: 80%; // Adjust as per your layout
//     }
  
//     .categoryColumn {
//       flex: 1;
//       margin: 0 20px;
  
//       h5 {
//         font-size: 15px;
//         color: #555;
//         margin-bottom: 10px;
//         a{
//         color: #555;
//         }
//         a:hover{
//           color: #dd1c22;
//         }
//       }
  
//       ul {
//         list-style: none;
//         padding: 0;
  
//         li {
//           margin-bottom: 5px;
//           font-size: 1rem;
  
//           a {
//             text-decoration: none;
//             color: #333;
  
//             &:hover {
//               color: #dd1c22; // Change to your theme color
//             }
//           }
//         }
//       }
//     }
//   }
// // }
// }
