@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: "Jost", sans-serif;
}
.success{
    background-color: rgb(49,143,49, 0.8) !important;
    color: white;
    /*padding: 4px 50px;*/
    width: 230px;
    height:40px;
    border-radius: 20px;
    border: none;
}
.nav-link{
    font-weight: 500;
    color: #318f31;
}
footer .text-lg-start{
    margin-right:30px;
}
.one{
    background-repeat: no-repeat;
    background-image: linear-gradient(
      rgb(49,143,49, 0.8), rgba(0, 0, 0, 0.8)),
    url(https://live.themewild.com/fameo/assets/img/hero/02.png);
    color: white;
    height: 75vh;
    background-position: right;
}
.two{
    background-repeat: no-repeat;
    background-image: linear-gradient(
      rgb(49,143,49, 0.8), rgba(0, 0, 0, 0.1)),
    url(https://ae-pic-a1.aliexpress-media.com/kf/Sf9b40819ca984be7a8fbd4cba35a1bacf/New-Luxury-Red-Leather-Women-S-Bags-Europe-High-quality-Ladies-Handbags-Shoulder-Bag-Brand-Ladies.jpg_640x640Q90.jpg_.webp);
    color: white;
    height: 80vh;
    background-position: right;
}
.three{
    background-repeat: no-repeat;
   background-image: linear-gradient(
  rgba(254, 226, 192, 0.9), rgba(254, 226, 192, 0.1)),url(https://img-1.kwcdn.com/product/fancy/773a06d7-5438-4c51-a345-31eac795b7f9.jpg?imageView2/2/w/1300/q/80/format/webp);
  color: black !important;
    color: white;
    height: 75vh;
    background-position: right;
}
.button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #318f31;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}
.button:hover::before {
  transform: scaleX(1);
}
.button-content {
  position: relative;
  z-index: 1;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );
  transition: all 0.475s;
}
.rin{
    padding: 130px 60px 10px 60px;
}
.rin p{
    width: 650px;
    line-height: 30px;
}
.non{
    background-color: #f8f6ee;
    width: 100%;
}
nav{
    padding: 15px 40px 15px 40px !important;
}
.rin h1{
    font-size: 50px;
}
.gee{
    padding: 70px 60px 40px 60px;
}
.slant-card {
      position: relative;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .slant-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgb(49,143,49, 0.8);
    }
    .slant-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 140px;
      background: rgb(49,143,49, 0.8);
      clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
      z-index: 0;
    }
    .slant-card img {
      position: relative;
      z-index: 1;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      width: 100%;
      display: block;
      transition: transform 0.4s ease;
    }
    .slant-card:hover img {
      transform: scale(1.05);
    }
    .hover-icons {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      gap: 15px;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 2;
    }
    .slant-card:hover .hover-icons {
      opacity: 1;
    }
    .hover-icons a {
      background: rgba(255, 255, 255, 0.9);
      color: rgb(49,143,49, 0.8);
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .hover-icons a:hover {
      background: rgb(49,143,49, 0.8);
      color: #fff;
      transform: scale(1.1);
    }
    .slant-card .card-body {
      position: relative;
      z-index: 3;
      padding: 20px;
    }
    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
    }
    .filter-bar select {
      border-radius: 8px;
      padding: 8px 22px;
    }
    .line{
        width:470px;
        height: 1px;
        background-color: gainsboro;
    }
    .lines{
        width:300px;
        height: 3px;
        background-color: rgb(49,143,49, 0.8);
    }
    .category-btn {
      border: 2px solid rgb(49,143,49, 0.8);
      background: transparent;
      color: rgb(49,143,49, 0.8);
      padding: 8px 20px;
      border-radius: 5px;
      font-weight: 500;
      transition: all 0.3s;
    }
    .category-btn.active {
      background: rgb(49,143,49, 0.8);
      color: #fff;
      border-color: rgb(49,143,49, 0.8);
    }
    .category-btn:hover {
      background: rgb(49,143,49, 0.8);
      color: #fff;
    }
    .products {
  display: none;
}
.products.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.product-card {
  width: 290px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.product-cards {
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  height: 300px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.product-card:hover,.product-cards:hover {
  transform: scale(1.03);
}
.product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}
.lai h4{
    margin-top: -10px;
}
.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: crimson;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}
.badge.old { background: gray; }
.badge.hot { background: orange; }
.badge.sale { background: green; }
.ver h1{
  font-size: 100px;
  padding-top: 130px;
}
.stats-section {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
}
.stat-box {
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('./images/buyer guidelines page.webp');
  background-color: rgba(0,0,0,0.5); /* fallback overlay */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 30px;
  border-radius: 10px;
}

.stat-number {
  font-size: 40px;
  font-weight: bold;
}
.stat-label {
  font-size: 18px;
  margin-top: 10px;
}
.accordion-item {
    margin-bottom: 10px;
  }
  .question {
    background-color: white;
    border: none;
    outline: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    transition: background 0.3s ease;
  }
  .question:hover {
    background-color: rgba(254, 242, 0, 0.5);
  }
  .answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    padding: 0 15px 0px 0;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .answer.show {
    max-height: 150px;
    opacity: 1;
    padding: 15px;
  }
@media (max-width:766px) {
    .rin p{
        width: 100%;
    }
    nav{
        padding: 15px 10px 15px 10px !important;
    }
    .rin{
        padding: 130px 40px 40px 10px !important;
    }
    .rin h1{
        font-size: 30px;
    }
    .non{
        padding: 40px 10px ;
    }
    .test img{
        width: 100% !important;
    }
    .tests{
        display: none;
    }
    .gee{
        padding: 70px 15px 10px 15px;
    }
    .ver h1{
      font-size: 42px;
      padding-top: 130px;
    }
    nav form{
        flex-direction:column !important;
    }
}