 

  
  .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: 99;
  }
  
  .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;
    width: 661px;
    z-index: 1;
  }
  
  .hero-content h1 {
    font-family:'Cormorant';
    font-size: 88px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
  }
  
  .hero-content p {
    font-family:'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
    color: #eee;
  }
  
  .hero-button {
    background-color: #004225;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    display: inline-block;
    width: 136px;
    font-size: 16px;
  }
  .hero-button:hover{
      color: #ffffff;
      text-decoration: none;
  }
  
  .home-section {
    font-family: 'Poppins', sans-serif;
    padding: 0px 20px;
    background: #fff;
    color: #1a1819;
  }
  .categories-section{
    margin-block: 50px 50px;
    padding-bottom: 50px;
  }
  
  /* Subheading and heading */
  .subheading {
    color: #B08722;
    font-size: 14px;
    letter-spacing: 1.9px;
    font-family:'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .heading {
    font-family:'Cormorant';
    font-weight:500;
    font-size: 44px;
    text-align: center;
    margin: 10px 0 40px;
  }
  
  /* Categories Grid */
  .categories-grid {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 28px;
  }
  
  .category-item {
    max-width: 309px;
    text-align: center;
  }
  
  .category-item img {
    width: 100%;
    margin-bottom: 12px;
  }
  .category-item p {
    font-style:'Poppins';
    font-size: 18px;
    font-weight: 400;
  }
  
  
  /* Rider Sale Banner */
  .rider-sale-banner {
    display: flex;
    position: relative;
    margin: 50px auto;
    max-width: 1320px;
    overflow: hidden;
  }
  .rider-banner {
    display: flex;
    position: relative;
    margin: 50px auto;
    max-width: 1320px;
    overflow: hidden;
    flex-direction: column;
  }
  .apparel {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background: #EFEBE44D 30%;
  }
  
  .rider-banner-container {
    width: 1320px;
    max-width: 100%;
    text-align: center;
  }
  
  .rider-banner-slider {
    position: relative;
    width: 100%;
    height: 538px;
    overflow: hidden;
    /* border-radius: 12px; */
    margin-top: 40px;
  }
  
  .rider-banner-slider .slide {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .rider-banner-slider .slide.active {
    opacity: 1;
    z-index: 1;
  }
  
  .rider-banner-slider .slide img {
    width: 100%;
    height: 538px;
    object-fit: cover;
    /* border-radius: 12px; */
  }
  
  .slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 600;
    font-family: 'Poppins';
    color: white;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.7); */
    z-index: 2;
  }
  
  
  .sale-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    text-align: center;
    max-width: 410px;
  }
  
  .sale-content .discount {
    font-size: 18px;
    color: #1A1819;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  
  .sale-content h3 {
    font-size: 32px;
    font-family:'Cormorant';
    font-weight:600;
    line-height:44px;
    margin-bottom: 10px;
  }
  
  .sale-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1A1819;
    font-weight:400;
  }
  
  .btn {
    background: transparent;
    border: 1px solid #143D28;
    color: #1a1819;
    padding: 10px 28px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
    display: block;
  }
  
  .btn:hover {
    background: #1a1819;
    color: #fff;
  }
  
  /* Discover Section */
  .discover-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 36px;
  }
  
  .product-card {
    max-width: 1200px;
    text-align: left;
    width: 23.8%;
  }
  
  /* .product-card img {
    width: 100%;
  } */
  
  .product-card .title {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Poppins';
  }
  
  .product-card .price {
    font-weight: 500;
    font-size: 16px;
  }
  
  .see-all {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-family:'Poppins';
    font-weight: 400;
    color: #1a1819;
    text-decoration: none;
    font-size: 18px;
  }
  
  /* Sellers styling */
  .section-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        color: #B08722;
        margin-bottom: 10px;
        font-weight: 500;
        font-family: 'Poppins';
        letter-spacing: 1.9px;
      }
  
      .section-heading {
        font-family:'Cormorant';
        text-align: center;
        font-size: 44px;
        font-weight: 500;
        margin-bottom: 40px;
        color:#1A1819;
      }
  
      /* Verified Sellers */
      .verified-sellers {
        display: flex;
        flex-wrap: wrap;
        /* gap: 20px; */
        justify-content: center;
        align-items: center;
      }
  
      .seller-card {
        flex: 1 1 45%;
        background-color: #f6f6f6;
        /* text-align: center; */
        /* padding: 30px; */
        position: relative;
      }
  
      .seller-card img {
        max-width: 525px;
        height: auto;
        /* margin-bottom: 20px; */
        object-fit: cover;
        object-position: right center;
      }
      
      .hat_img{
        transform: translateX(-35px); 
      }
  
      .seller-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
      }
  
      .visit-store {
        font-size: 14px;
        color: #1a1a1a;
        text-decoration: none;
        border-bottom: 1px solid;
      }
  
      .visit-store:hover {
        color: #A08B42;
      }
      @media (max-width: 1280) {
        .slick-initialized .slick-slide {
          padding-right: 0px !important;
          margin-right: 30px !important;
        }
      }


      /* Testimonials */
      .slick-initialized .slick-slide{
        display: block;
      max-width: 430px !important;
      /* padding-right: 23px; */
      margin-right: 30px;
      margin-left: 8px;
      }
      .testimonial-wrapper {
        /* display: flex;
        flex-wrap: wrap;
        gap: 28px;
        justify-content: center; */
        width:100%;
        margin:0 auto;
        max-width:1320px;
      }
  
      .testimonial {
        margin-bottom: 48px;
      }
  
      .testimonial img {
        object-fit: cover;
        float: left;
        margin-right: 2px;
        width: 64px;
      }
  
      .testimonial p {
        font-family:'Poppins';
        font-weight: 400;
        font-size: 16px;
        /* margin: 10px 0; */
        line-height: 1.5;
        margin-left:80px;
      }
  
      .stars {
        color: #E76923;
        margin-top: 10px;
        margin-left: 80px;
      }
  
      .author {
        font-size: 14px;
        font-weight:500;
        color: #1A1819E5 !important;
        margin-top: 10px;
        display: flex;
        justify-content:start;
        margin-left:70px;
      }
      .slick-dots{
        bottom: -20px;
      }
      .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #143D28;
      font-size: 10px;
      }
      .slick-dots li button:before{
        font-size: 10px;
      }
      /* Responsive */
  
      .verified-sellers-section {
        max-width: 1320px;
        margin: auto;
        display: flex;
        gap: 50px; 
        align-items: stretch;
        flex-wrap: wrap;
        margin-block: 70px;
      }
  
     
      .seller-text {
        flex: 1 1 100%;
        max-width: 300px;
      }
  
      .seller-text .label {
        font-size: 14px;
        font-family:'Poppins';
        font-weight:500;
        text-transform: uppercase;
        color: #B08722;
        letter-spacing: 1.9px;
        margin-bottom: 10px;
      }
  
      .seller-text h2 {
        font-family:'Cormorant';
        font-weight:500;
        font-size: 44px;
        font-weight: normal;
        line-height: 1.4;
      }
  
      .seller-images {
        display: grid;
        flex: 1 1 60%;
        /* gap: 20px; */
        flex-wrap: wrap;
      }
  
      .seller-card {
        position: relative;
        flex: 1 1 45%;
        /* border-radius: 6px; */
        overflow: hidden;
      }
  
      .seller-card img {
        /* height: 100%; */
        object-fit: cover;
        display: block;
      }
  
      .seller-card .overlay {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #1a1a1a;
        /* background-color: rgba(255, 255, 255, 0.9); */
        padding: 10px 14px;
        /* border-radius: 6px; */
        max-width: 90%;
      }
  
      .seller-card .overlay h3 {
        font-family:'Cormorant';
        font-weight: 500;
        font-size: 36px;
        margin-bottom: 12px;
      }
  
      .seller-card .overlay a {
        font-family:'Poppins';
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        color: #143D28;
      }
  
      .seller-card .overlay a:hover {
        text-decoration: underline;
      }
  
      /* Responsive */
      
  
      /* home section */
      /* Responsive Fixes */


.seller-images.slick-initialized .slick-slide {
    display: block;
    max-width: 100% !important;
    /* padding-right: 23px; */
    /* margin-right: 30px; */
    /* margin-left: 8px; */
    margin-inline: 0;
    padding-inline: 8px;
    background: none;
}


.verified-sellers-section .discover-section{
  margin-inline: auto;
}
/* .seller-card:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
} */
.seller-card img {
  aspect-ratio: 1650/732;
  max-width: 100%;
  object-position: center;
  position: relative;
  z-index: 0;
}
.seller-card .overlay{
  background-color: rgba(255, 255, 255, 0.7);
	z-index: 2;
  max-width: 100%;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 767px){
  .seller-card .overlay{
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}
