 

  
  .hero-header {
    background-color: #ffffff;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 2;
  }
  
  .hero-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }
  
  .logo img {
    height: 40px;
  }
  
  .hero-nav {
    flex-grow: 1;
    display: flex;
    justify-content: start;
  }
  
  .nav-menu {
    display: flex;
    list-style: none;
    gap: 48px;
    margin: 0;
    padding: 0;
  }
  
  .nav-menu li {
    position: relative;
  }
  
  .nav-menu > li > a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
  }
  
  .has-dropdown:hover .dropdown {
    display: block;
  }
  
  .dropdown {
    position: absolute;
    /* top: 100%; */
    left: 0;
    background-color: white;
    padding: 10px 0;
    list-style: none;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  
  .dropdown li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
  }
  
  
  .dropdown li a:hover {
    background-color: #f0f0f0;
  }
  
      .search-container {
        position: relative;
        width: 100%;
        max-width: 360px;
      }
  
      .search-input {
        width: 100%;
        padding: 10px 16px 10px 16px; /* padding-right for icon space */
        border: 1px solid #ccc;
        border-radius: 1px;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
      }
  
      .search-container img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        pointer-events: none;
        opacity: 0.6;
      }
  
  .hero-content {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 0 100px; */
    margin-left:270px;
    margin-block:154px 154px;
    max-width: 661px;
    z-index: 1;
  }
  
  .hero-content h1 {
    /* width: 718px; */
    font-family:'Cormorant';
    font-size: 88px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #FFF;
    line-height: 100%;
  }
  
  .hero-content p {
    font-family:'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
    color: #fff;
  }
  
  .hero-button {
    background-color: #004225;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    display: inline-block;
    width: 190px;
    font-size: 16px;
  }
  .hero-button:hover{
      color: #ffffff;
      text-decoration: none;
  }
  
  .process{
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  .process .text{
    text-align: center;
    color: #B08722;
    font-size: 14px;
  }

  .process h2{
    margin-top: 10px;
    font-family: Cormorant;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0px
  }

  .process-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
  }

  .card {
    background: white;
    padding-left: 20px;
    border-radius: 12px;
    width: 30%;
  }

  .card img {
    width: 40px;
    color: #6c63ff;
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .card h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1819;
    margin-bottom: 8px;

  }

  .card p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1819B2;
    margin-bottom: 20px;

  }

  .top-selling-brands{
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-selling-brand-container{
    display: flex;
    gap: 40px;
    margin-top: 40px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .top-selling-brands .text{
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 12%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;  
    color: #B08722;
  }

  .top-selling-brands h2{
    font-family: Cormorant;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1A1819;
    margin-top: 10px;
  }

  .brand-card h4{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top:16px;
  }

  .brand-card p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 6px;
    margin-bottom: 0;
  }

.brand-card h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 6px;
    margin-bottom: 0;
    display: flex;
    width: fit-content;
    gap: 0px;
}
  
.brand-card h5 span bdi {
    display: flex;
}


  

  .sell-smart-section span{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 100%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    text-align: center;
    color: #B08722;
  }

  .heading {
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 44px;
    text-align: center;
    margin: 10px 0 40px;
    line-height: 100%;
  }


  .sell-smart-section .container{
    max-width: 1320px;
    padding: 0;
  }
  .sell-smart-section .cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    justify-content: center;
  }

  .sell-smart-section .card {
    width: 47%;
    padding: 20px;
  }

  .sell-smart-section svg {
    width: 30px;
    height: 30px;
    margin-bottom: 28px;
  }

  .sell-smart-section h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'poppins';
    line-height: 100%;
    color: #1A1819;
    margin-bottom: 8px;
  }

  .testimonial-wrapper{
    display: flex;
    gap: 28px
  }
  .sell-smart-section p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
    margin-bottom: 0;
    color: #1A1819B2;
  }

  .sell-smart-section {
    padding: 50px 0;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .testimonials {
    padding-bottom: 50px;
  }

  .testimonials .container{
    max-width: 1320px;
    margin-top: 50px;
  }



  .selling-banner-content {
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
    padding: 62px 0;
  }

  .selling-banner-content h1 {
    font-family: 'Cormorant';
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 16px;
  }

  .selling-banner-content p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppins';
    line-height: 100%;
    color: #fff;
  }

  .selling-button {
    background-color: #004225;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    margin-top: 48px;
  }


    /* -------------------- Responsive -------------------- */
  @media (max-width: 1440px){
    .hero-content{
        margin-left: 5%;
    }
  }  
  
  
  @media (max-width: 991px){
    .hero-header{
        padding: 20px;
    }
    .header-alt-menu{
        list-style: none;
        padding-left: 0;
    }
    .header-alt-menu li a{
        color: #1A1819 ;
    }
    .hero-content{
        padding: 0 20px;
        margin-top: 50px;
    }

    .hero-content h1{
        font-size: 48px;
    }
    .hero-content p{
        font-size: 16px;
    }
    .process h2{
        font-size: 28px;
    }
    .top-selling-brands h2{
        font-size: 28px;
    }
    .heading{
        font-size: 28px;
    }
    .process-container{
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
    }
    .card{
        width:45%
    }
    .brand-card{
        width: 100%;
    }
    .brand-card img{
        width: 200px;
    }

    .brand-card h4{
        font-size: 12px;
    }
    .brand-card p{
        font-size: 12px;
    }
    .brand-card h5{
        font-size: 12px;
    }
    .sell-smart-section .cards{
        gap: 16px;
    }
  }

  @media (max-width: 767px){
    .hero-section{
        padding: 60px 20px 40px 20px;
    }
    .hero-content{
        margin-left: 0%;
    }
  }
  @media (max-width: 567px){
    .hero-content h1{
        font-size: 28px;
    }
    .hero-content p{
        font-size: 15px;
    }
    .hero-button{
        font-size: 14px;
        padding: 12px;
    }
    .sell-smart-section .card{
        width: 80%;
    }
    .process{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .top-selling-brands{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sell-smart-section{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .testimonials .container{
        margin-top: 25px;
    }
    .testimonials{
        padding-bottom: 25px;
    }
    .card{
        width: 80%;
    }
   
  }

  .product-card img {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
}
  

  
  
  
  
  
  
  
  
  
  