 @media(max-width:575px) {
   .card-custom p {
     color: #667085;
     text-align: center;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
     /* 22.5px */
     background-color: #fff;
     text-align: left;
     padding: 0%;
   }

   h5 {
     color: var(--Heading_Text_CL, #101828);
     text-align: left;
     font-family: Parastoo;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: 150%;
     /* 36px */

   }

   .card-row {
     margin-top: 100px;
     background: #FFEFE2;
     padding: 10px;
   }

   .card-custom {
     background: #fff;
     padding: 15px;
     text-align: center;
   }

   .card-custom img {
     width: 100%;
   }

   .price-tag {
     float: right;
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     border-radius: 8px;
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   .btn-buy {
     background: #4f785e;
     color: #fff;
     border: none;
     padding: 8px 16px;
     border-radius: 4px;
     margin-top: 10px;
   }

   /* Popup styles */
   .popup-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1050;
     display: none;
     align-items: flex-start;
     justify-content: center;
     padding-top: 190px;
   }

   .main-gap {
     border: 15px solid #54936F;
     border-bottom: 5px solid #54936F;
   }

   .main-text {
     border: 15px solid #54936F;
     border-top: 10px solid #54936F;
   }

   .main-text .btn-submit {
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     background: var(--Primary_CL, #406550);
     border: none;
     padding: 10px;
   }

   .popup-box {
     background: white;
     max-width: 600px;
     width: 90%;
     animation: fadeInUp 0.3s ease;
   }

   .popup-overlay h5 {
     color: var(--Heading_Text_CL, #101828);
     font-family: Parastoo;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: var(--letterSpacing-md, 0);
     text-align: left;
     padding-left: 10px;
   }

   .popup-overlay p {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 160%;
     /* 25.6px */
     letter-spacing: var(--letterSpacing-md, 0);
     background-color: #fff;
     text-align: left;
   }

   .popup-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     background-image: url(Images/pop1.png);
     background-size: cover;
     background-repeat: no-repeat;
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .price-box {
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   strong {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
   }

   .seller {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     /* 166.667% */
     background-color: #fff;
     padding: 0%;
     margin: 0%;
     text-align: left;
     padding-top: 6px;
     padding-bottom: 6px;
   }

   /* Submit Button */
   .btn-buy {
     background: var(--Primary_CL, #406550);
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     border: none;
     padding: 10px;
   }

   .form-control {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
     /* 166.667% */
     padding: 10px;
   }

   /* Hide initially */
   .d-none {
     display: none !important;
   }
    .market {
    margin-top: 120px;
     background: #FFEFE2;

   }
     .filter-input {
      height: 60px;
     color: #667085;
font-family: "Abhaya Libre";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
      padding-right: 40px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    /* Custom dropdown arrow */
    .custom-select-wrapper {
      position: relative;
    }

    .custom-select-wrapper::after {
      content: '\25BC'; /* Unicode down arrow */
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      font-size: 14px;
    }

    /* Make sure input doesn't clash with arrow */
    input.filter-input {
      padding-right: 15px !important;
    }
.main-card{
  padding-bottom: 10px;
}
   .btn-sell{
      background: var(--Primary_CL, #406550);
      color: #FFF;
font-family: "Abhaya Libre";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
border: none;
padding: 10px 30px;
    }

 }

 @media (min-width:576px) and (max-width:766.99px) {
   .card-custom p {
     color: #667085;
     text-align: center;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
     /* 22.5px */
     background-color: #fff;
     text-align: left;
     padding: 0%;
   }

   h5 {
     color: var(--Heading_Text_CL, #101828);
     text-align: left;
     font-family: Parastoo;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: 150%;
     /* 36px */

   }

   .card-row {
     margin-top: 100px;
     background: #FFEFE2;
     padding: 10px;
   }

   .card-custom {
     background: #fff;
     padding: 15px;
     text-align: center;
   }

   .card-custom img {
     width: 100%;
   }

   .price-tag {
     float: right;
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     border-radius: 8px;
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   .btn-buy {
     background: #4f785e;
     color: #fff;
     border: none;
     padding: 8px 16px;
     border-radius: 4px;
     margin-top: 10px;
   }

   /* Popup styles */
   .popup-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1050;
     display: none;
     align-items: flex-start;
     justify-content: center;
     padding-top: 190px;
   }

   .main-gap {
     border: 15px solid #54936F;
     border-bottom: 5px solid #54936F;
     
   }

   .main-text {
     border: 15px solid #54936F;
     border-top: 10px solid #54936F;
   }

   .main-text .btn-submit {
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     background: var(--Primary_CL, #406550);
     border: none;
     padding: 10px;
   }

   .popup-box {
     background: white;
     max-width: 600px;
     width: 90%;
     animation: fadeInUp 0.3s ease;
   }

   .popup-overlay h5 {
     color: var(--Heading_Text_CL, #101828);
     font-family: Parastoo;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: var(--letterSpacing-md, 0);
     text-align: left;
     padding-left: 10px;
   }

   .popup-overlay p {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 160%;
     /* 25.6px */
     letter-spacing: var(--letterSpacing-md, 0);
     background-color: #fff;
     text-align: left;
   }

   .popup-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     background-image: url(Images/pop1.png);
     background-size: cover;
     background-repeat: no-repeat;
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .price-box {
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   strong {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
   }

   .seller {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     /* 166.667% */
     background-color: #fff;
     padding: 0%;
     margin: 0%;
     text-align: left;
     padding-top: 6px;
     padding-bottom: 6px;
   }

   /* Submit Button */
   .btn-buy {
     background: var(--Primary_CL, #406550);
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     border: none;
     padding: 10px;
   }

   .form-control {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
     /* 166.667% */
     padding: 10px;
   }

   /* Hide initially */
   .d-none {
     display: none !important;
   }
 .market {
    margin-top: 120px;
     background: #FFEFE2;

   }
     .filter-input {
      height: 60px;
     color: #667085;
font-family: "Abhaya Libre";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
      padding-right: 40px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    /* Custom dropdown arrow */
    .custom-select-wrapper {
      position: relative;
    }

    .custom-select-wrapper::after {
      content: '\25BC'; /* Unicode down arrow */
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      font-size: 14px;
    }

    /* Make sure input doesn't clash with arrow */
    input.filter-input {
      padding-right: 15px !important;
    }
.main-card{
  padding-bottom: 8px;
}
   .btn-sell{
      background: var(--Primary_CL, #406550);
      color: #FFF;
font-family: "Abhaya Libre";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
border: none;
padding: 10px 35px;
    }

 }
a{
  text-decoration: none;
  color: #fff;
}
 @media (min-width: 767px) and (max-width: 991.99px) {
   .card-custom p {
     color: #667085;
     text-align: center;
     font-family: "Abhaya Libre";
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
     /* 22.5px */
     background-color: #fff;
     text-align: left;
     padding: 0%;
   }

   h5 {
     color: var(--Heading_Text_CL, #101828);
     text-align: left;
     font-family: Parastoo;
     font-size: 24px;
     font-style: normal;
     font-weight: 600;
     line-height: 150%;
     /* 36px */

   }

   .card-row {
     margin-top: 100px;
     background: #FFEFE2;
     padding: 10px;
   }

   .card-custom {
     background: #fff;
     padding: 15px;
     text-align: center;
   }

   .card-custom img {
     width: 100%;
   }

   .price-tag {
     float: right;
     border-radius: 8px;
     background: rgba(64, 101, 80, 0.30);
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     padding: 6px 8px;
   }

   .btn-buy {
     background: #4f785e;
     color: #fff;
     border: none;
     padding: 8px 16px;
     border-radius: 4px;
     margin-top: 10px;
   }

   /* Popup styles */
   .popup-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1050;
     display: none;
     align-items: flex-start;
     justify-content: center;
     padding-top: 190px;
   }

   .main-gap {
     border: 15px solid #54936F;
     border-bottom: 5px solid #54936F;
   }

   .main-text {
     border: 15px solid #54936F;
     border-top: 10px solid #54936F;
   }

   .main-text .btn-submit {
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     background: var(--Primary_CL, #406550);
     border: none;
     padding: 10px;
   }

   .popup-box {
     background: white;
     max-width: 600px;
     width: 90%;
     animation: fadeInUp 0.3s ease;
   }

   .popup-overlay h5 {
     color: var(--Heading_Text_CL, #101828);
     font-family: Parastoo;
     font-size: 24px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: var(--letterSpacing-md, 0);
     text-align: left;
     padding-left: 10px;
   }

   .popup-overlay p {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 160%;
     /* 25.6px */
     letter-spacing: var(--letterSpacing-md, 0);
     background-color: #fff;
     text-align: left;
   }

   .popup-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     background-image: url(Images/pop1.png);
     background-size: cover;
     background-repeat: no-repeat;
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .price-box {
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   strong {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
   }

   .seller {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     /* 166.667% */
     background-color: #fff;
     padding: 0%;
     margin: 0%;
     text-align: left;
     padding-top: 6px;
     padding-bottom: 6px;
   }

   /* Submit Button */
   .btn-buy {
     background: var(--Primary_CL, #406550);
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     border: none;
     padding: 10px;
   }

   .form-control {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
     /* 166.667% */
     padding: 10px;
   }

   /* Hide initially */
   .d-none {
     display: none !important;
   }
    .market {
    margin-top: 120px;
     background: #FFEFE2;

   }
   
     .filter-input {
      height: 60px;
     color: #667085;
font-family: "Abhaya Libre";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
      padding-right: 40px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }
.main-card{
  padding-bottom: 10px;
}
    /* Custom dropdown arrow */
    .custom-select-wrapper {
      position: relative;
    }

    .custom-select-wrapper::after {
      content: '\25BC'; /* Unicode down arrow */
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      font-size: 14px;
    }

    /* Make sure input doesn't clash with arrow */
    input.filter-input {
      padding-right: 15px !important;
    }
.address{
  padding-left: 0px;
}
.links{
  padding-left: 50px;
}
   .btn-sell{
      background: var(--Primary_CL, #406550);
      color: #FFF;
font-family: "Abhaya Libre";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
border: none;
padding: 10px 40px;
    }
 }

 @media (min-width: 992px) and (max-width: 1199.98px) {
  
   .card-custom p {
     color: #667085;
     text-align: center;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
     /* 22.5px */
     background-color: #fff;
     text-align: left;
     padding: 0%;
   }

   h5 {
     color: var(--Heading_Text_CL, #101828);
     text-align: left;
     font-family: Parastoo;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: 150%;
     /* 36px */

   }

   .card-row {
     margin-top: 100px;
     background: #FFEFE2;
     padding: 10px;
   }

   .card-custom {
     background: #fff;
     padding: 15px;
     text-align: center;
   }

   .card-custom img {
     width: 100%;
   }

   .price-tag {
     float: right;
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     border-radius: 8px;
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   .btn-buy {
     background: #4f785e;
     color: #fff;
     border: none;
     padding: 8px 16px;
     border-radius: 4px;
     margin-top: 10px;
   }

   /* Popup styles */
   .popup-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1050;
     display: none;
     align-items: flex-start;
     justify-content: center;
     padding-top: 190px;
   }

   .main-gap {
     border: 15px solid #54936F;
     border-bottom: 5px solid #54936F;
   }

   .main-text {
     border: 15px solid #54936F;
     border-top: 10px solid #54936F;
   }

   .main-text .btn-submit {
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     background: var(--Primary_CL, #406550);
     border: none;
     padding: 10px;
   }

   .popup-box {
     background: white;
     max-width: 600px;
     width: 90%;
     animation: fadeInUp 0.3s ease;
   }

   .popup-overlay h5 {
     color: var(--Heading_Text_CL, #101828);
     font-family: Parastoo;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: var(--letterSpacing-md, 0);
     text-align: left;
     padding-left: 10px;
   }

   .popup-overlay p {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 160%;
     /* 25.6px */
     letter-spacing: var(--letterSpacing-md, 0);
     background-color: #fff;
     text-align: left;
   }

   .popup-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     background-image: url(Images/pop1.png);
     background-size: cover;
     background-repeat: no-repeat;
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .price-box {
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   strong {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
   }

   .seller {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     /* 166.667% */
     background-color: #fff;
     padding: 0%;
     margin: 0%;
     text-align: left;
     padding-top: 6px;
     padding-bottom: 6px;
   }

   /* Submit Button */
   .btn-buy {
     background: var(--Primary_CL, #406550);
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     border: none;
     padding: 10px;
   }

   .form-control {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
     /* 166.667% */
     padding: 10px;
   }

   /* Hide initially */
   .d-none {
     display: none !important;
   }
 .market {
    margin-top: 120px;
     background: #FFEFE2;

   }
     .filter-input {
      height: 60px;
     color: #667085;
font-family: "Abhaya Libre";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
      padding-right: 40px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    /* Custom dropdown arrow */
    .custom-select-wrapper {
      position: relative;
    }

    .custom-select-wrapper::after {
      content: '\25BC'; /* Unicode down arrow */
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      font-size: 14px;
    }

    /* Make sure input doesn't clash with arrow */
    input.filter-input {
      padding-right: 15px !important;
    }
.main-card{
  padding-bottom: 10px;
}
.address{
  padding-left: 10px;
}
.links{
  padding-left: 100px;
}

    .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }
     .btn-sell{
      background: var(--Primary_CL, #406550);
      color: #FFF;
font-family: "Abhaya Libre";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
border: none;
padding: 10px 30px;
    }
 }


 @media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }
   .card-custom p {
     color: #667085;
     text-align: center;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
     /* 22.5px */
     background-color: #fff;
     text-align: left;
     padding: 0%;
   }

   h5 {
     color: var(--Heading_Text_CL, #101828);
     text-align: left;
     font-family: Parastoo;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: 150%;
     /* 36px */

   }

   .card-row {
     margin-top: 100px;
     background: #FFEFE2;
     padding: 10px;
   }

   .card-custom {
     background: #fff;
     padding: 15px;
     text-align: center;
   }

   .card-custom img {
     width: 100%;
   }

   .price-tag {
     float: right;
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     border-radius: 8px;
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   .btn-buy {
     background: #4f785e;
     color: #fff;
     border: none;
     padding: 8px 16px;
     border-radius: 4px;
     margin-top: 10px;
   }

   /* Popup styles */
   .popup-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1050;
     display: none;
     align-items: flex-start;
     justify-content: center;
     padding-top: 190px;
   }

   .main-gap {
     border: 15px solid #54936F;
     border-bottom: 5px solid #54936F;
   }

   .main-text {
     border: 15px solid #54936F;
     border-top: 10px solid #54936F;
   }

   .main-text .btn-submit {
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     background: var(--Primary_CL, #406550);
     border: none;
     padding: 10px;
   }

   .popup-box {
     background: white;
     max-width: 600px;
     width: 90%;
     animation: fadeInUp 0.3s ease;
   }

   .popup-overlay h5 {
     color: var(--Heading_Text_CL, #101828);
     font-family: Parastoo;
     font-size: 22px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: var(--letterSpacing-md, 0);
     text-align: left;
     padding-left: 10px;
   }

   .popup-overlay p {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 160%;
     /* 25.6px */
     letter-spacing: var(--letterSpacing-md, 0);
     background-color: #fff;
     text-align: left;
   }

   .popup-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     background-image: url(Images/pop1.png);
     background-size: cover;
     background-repeat: no-repeat;
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .price-box {
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   strong {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
   }

   .seller {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     /* 166.667% */
     background-color: #fff;
     padding: 0%;
     margin: 0%;
     text-align: left;
     padding-top: 6px;
     padding-bottom: 6px;
   }

   /* Submit Button */
   .btn-buy {
     background: var(--Primary_CL, #406550);
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     border: none;
     padding: 10px;
   }

   .form-control {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
     /* 166.667% */
     padding: 10px;
   }

   /* Hide initially */
   .d-none {
     display: none !important;
   }
     .market {
    margin-top: 120px;
     background: #FFEFE2;

   }
     .filter-input {
      height: 60px;
     color: #667085;
font-family: "Abhaya Libre";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
      padding-right: 40px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    /* Custom dropdown arrow */
    .custom-select-wrapper {
      position: relative;
    }

    .custom-select-wrapper::after {
      content: '\25BC'; /* Unicode down arrow */
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      font-size: 14px;
    }

    /* Make sure input doesn't clash with arrow */
    input.filter-input {
      padding-right: 15px !important;
    }
.main-card{
  padding-bottom: 10px;
}
.address{
  padding-left: 80px;
}
.links{
  padding-left: 150px;
}
   .btn-sell{
      background: var(--Primary_CL, #406550);
      color: #FFF;
font-family: "Abhaya Libre";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
border: none;
padding: 10px 40px;
    }
 }


 @media (min-width: 1400px) {
    .navbar-custom {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .navbar-brand {
    color: var(--Primary_CL, #406550);
    font-family: "Libertinus Math";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .nav-link {
    color: var(--Primary_CL, #406550);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px;

  }

  .nav-link:hover,
  .nav-link.active {
    color: #1e3932;
  }

  .btn-custom {
    display: flex;
    width: 122px;
    height: 44px;
    align-items: center;
    background: var(--Primary_CL, #406550);

    color: #fff;
    padding: 8px 30px;
    border: none;
    border-radius: none;
  }
   .card-custom p {
     color: #667085;
     text-align: center;
     font-family: "Abhaya Libre";
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
     /* 22.5px */
     background-color: #fff;
     text-align: left;
     padding: 0%;
   }

  .card-custom h5 {
     color: var(--Heading_Text_CL, #101828);
     text-align: left;
     font-family: Parastoo;
     font-size: 24px;
     font-style: normal;
     font-weight: 600;
     line-height: 150%;
     /* 36px */

   }

   .card-custom {
     background: #fff;
     padding: 15px;
     text-align: center;
   }

   .card-custom img {
     width: 100%;
   }

   .price-tag {
     float: right;
     border-radius: 8px;
     background: rgba(64, 101, 80, 0.30);
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     padding: 6px 8px;
   }

   .btn-buy {
     background: #4f785e;
     color: #fff;
     border: none;
     padding: 8px 16px;
     border-radius: 4px;
     margin-top: 10px;
   }

   /* Popup styles */
   .popup-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1050;
     display: none;
     align-items: flex-start;
     justify-content: center;
     padding-top: 190px;
   }

   .main-gap {
     border: 15px solid #54936F;
     border-bottom: 5px solid #54936F;
   }

   .main-text {
     border: 15px solid #54936F;
     border-top: 10px solid #54936F;
   }

   .main-text .btn-submit {
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     background: var(--Primary_CL, #406550);
     border: none;
     padding: 10px;
   }

   .popup-box {
     background: white;
     max-width: 600px;
     width: 90%;
     animation: fadeInUp 0.3s ease;
   }

   .popup-overlay h5 {
     color: var(--Heading_Text_CL, #101828);
     font-family: Parastoo;
     font-size: 24px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     letter-spacing: var(--letterSpacing-md, 0);
     text-align: left;
     padding-left: 10px;
   }

   .popup-overlay p {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 160%;
     /* 25.6px */
     letter-spacing: var(--letterSpacing-md, 0);
     background-color: #fff;
     text-align: left;
   }

   .popup-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     background-image: url(Images/pop1.png);
     background-size: cover;
     background-repeat: no-repeat;
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .price-box {
     color: var(--Heading_Text_CL, #101828);
     text-align: center;
     font-family: Parastoo;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: 150%;
     /* 30px */
     background: rgba(64, 101, 80, 0.30);
     padding: 6px 8px;
   }

   strong {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
   }

   .seller {
     color: var(--Heading_Text_CL, #101828);
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     /* 166.667% */
     background-color: #fff;
     padding: 0%;
     margin: 0%;
     text-align: left;
     padding-top: 6px;
     padding-bottom: 6px;
   }

   /* Submit Button */
   .btn-buy {
     background: var(--Primary_CL, #406550);
     color: #FFF;
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 30px;
     /* 166.667% */
     border: none;
     padding: 10px;
   }

   .form-control {
     color: #667085;
     font-family: "Abhaya Libre";
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
     /* 166.667% */
     padding: 10px;
   }

   /* Hide initially */
   .d-none {
     display: none !important;
   }

   .market {
    margin-top: 120px;
     background: #FFEFE2;

   }
   
     .filter-input {
      height: 60px;
     color: #667085;
font-family: "Abhaya Libre";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
      padding-right: 40px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    /* Custom dropdown arrow */
    .custom-select-wrapper {
      position: relative;
    }

    .custom-select-wrapper::after {
      content: '\25BC'; /* Unicode down arrow */
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #888;
      pointer-events: none;
      font-size: 14px;
    }

    /* Make sure input doesn't clash with arrow */
    input.filter-input {
      padding-right: 15px !important;
    }
.main-card{
  padding-bottom: 10px;
}

  .footer {
    padding: 50px 150px 50px 150px;
    background: var(--Primary_CL, #406550);
  }
.address{
  padding-left: 100px;
}
.links{
  padding-left: 200px;
}
  .footer h5 {
    color: var(--nutral-ffffff, #FFF);
    font-family: Parastoo;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 39px */
  }

  .footer a {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    text-decoration: none;
  }

  .footer p {
    color: var(--nutral-ffffff, #FFF);
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0%;
  }

  .footer h3 {
    color: var(--Neutral_FFF, #FFF);
    font-family: "Libertinus Math";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .footer-bottom {
    border-top: 1px solid #89A16D;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
    
  }
  .footer-bottom p{
    color: var(--Neutral_FFF, #FFF);
font-family: "Abhaya Libre";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
  }
  .footer-bottom a{
    color: var(--Neutral_FFF, #FFF);
font-family: "Abhaya Libre";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
  }
   .btn-sell{
      background: var(--Primary_CL, #406550);
      color: #FFF;
font-family: "Abhaya Libre";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
border: none;
padding: 10px 40px;
    }

 }