/* landing page modal to run for 1 wk */
/* div.landing-modal {
  display: flex!important;
  justify-content: center;
  align-items: center;
}

div.landing-modal .modal-content {
  background: #000;
  box-shadow: 0px 0px 50px 10px rgba(7, 203, 7, 0.2);
}

div.landing-modal .modal-content .btn-close {
  color: white;
font-size: 1.5rem;
    background: unset !important;
    opacity: 1;
    
} */

/* --- end landing page modal ---- */

/* chatbox image hide*/
#tawk-bubble-container .tawk-icon-right img {
  display: none !important;
}
/* --- end ---- */

li.nav-item.login a:hover,
li.nav-item.register a:hover {
  background: #333;
  color: white !important;
}

ul#siteNav li a:not(.userdroplink) {
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
}
ul#siteNav li a.active {
  color: #0d633f;
}
ul#siteNav li a.active::before {
  position: absolute;
  content: "";
  width: 50%;
  bottom: 10%;
  margin: 0px auto;
  height: 2px;
  background-color: #0d633fa8;
}

ul#siteNav li:not(.nav-item) a:not(.active):hover::before {
  position: absolute;
  content: "";
  width: 50%;
  bottom: 10%;
  margin: 0px auto;
  height: 1px;
  background-color: rgba(64, 74, 64, 0.609);
}

/* ======= banner animation =============*/

/* Combined slide up, fade in, and increase font size */
@keyframes slideUpFadeAndGrow {
  from {
    transform: translateY(70%) scale(0.4);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Apply the animation to the target text */
.lead.animated {
  animation: slideUpFadeAndGrow 2.5s ease-out;
  opacity: 1;
}

.lead.one-stop {
  opacity: 0;
  white-space: wrap; /* Ensures text doesn't wrap during typing */
  overflow: hidden;
  text-align: left;
  /* border-right: 0.15em solid #000; 
  animation: blink-cursor 0.75s step-end infinite; */
}

@keyframes vibrate-rotate {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  10% {
    transform: translateX(-5px) rotate(-2deg);
  }
  20% {
    transform: translateX(5px) rotate(2deg);
  }
  30% {
    transform: translateX(-5px) rotate(-2deg);
  }
  40% {
    transform: translateX(5px) rotate(2deg);
  }
  50% {
    transform: translateX(-5px) rotate(-2deg);
  }
  60% {
    transform: translateX(5px) rotate(2deg);
  }
  70% {
    transform: translateX(-5px) rotate(-2deg);
  }
  80% {
    transform: translateX(5px) rotate(2deg);
  }
  90% {
    transform: translateX(-5px) rotate(-2deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.btn-vibrate-rotate {
  animation: vibrate-rotate 1.5s linear infinite;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
}

/* ====== end banner animation ==========*/

.nav_spacer {
  justify-content: space-between;
}

li.login a {
  background-color: #3ab54b;
  color: #ffffff;
  border-radius: 5px;
}

li.register a {
  background-color: #fb8c00;
  color: #ffffff;
  border-radius: 5px;
}

li a.active {
  /* color: green !important; */
}

li.userdrop a.userdroplink {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 30px;
  background-color: #fb8c00;
  padding-inline: 10px;
  border: none;
  border-radius: 20px;
}

li.userdrop a.userdroplink:hover {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 30px;
  background-color: #333;
  padding-inline: 10px;
  border: none;
  border-radius: 20px;
}

li.userdrop a.userdroplink span.userdropicon svg {
  position: relative;
  top: 5px;
  /* position:absolute; */
}

li.userdrop a.userdroplink span.userdropicon {
  display: inline-flex;
  align-items: end;
  height: 100%;
  /* border: 1px solid red; */
}

/* sidebar filterbar */

.sidebar_categories.user-links li {
  margin-bottom: 15px;
}
.sidebar_categories li i {
  margin-right: 10px;
}

.sidebar {
  position: sticky;
  background-image: linear-gradient(to bottom, #ffb70065, transparent);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-block: 20px;
  max-width: 300px;
  min-width: 200px;
}

.sidebar .sidebar_widget .widget-content ul li {
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 10px;
}

.sidebar .sidebar_widget .widget-content ul li.level2 {
  font-size: 0.8rem;
  margin-left: 10px;
}

.sidebar .sidebar_widget.county-filter,
.sidebar .sidebar_widget.price-box,
.sidebar .sidebar_widget.author,
.sidebar .sidebar_widget.tags-box {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 8px;
}

.sidebar .sidebar_widget.price-box input {
  background: white;
}

.sidebar .sidebar_widget .widget-content ul li {
  border-radius: 10px;
  transition: all 0.3s ease;
}
.sidebar
  .sidebar_widget
  .widget-content
  ul.sidebar_categories.user-dashboard
  li
  i {
  /* padding: 10px; */
  color: black;
  font-size: 1.2rem;
}

.sidebar
  .sidebar_widget
  .widget-content
  ul.sidebar_categories.user-dashboard
  li.active {
  background: #56300140;
}
.sidebar .sidebar_widget .widget-content ul li a {
  font-weight: 600;
  color: #333;
  padding: 10px;
}
.sidebar .sidebar_widget .widget-content ul li a:visited,
.sidebar .sidebar_widget .widget-content ul li a:active {
  color: none;
  border: none;
  outline: none;
}
.sidebar .sidebar_widget .widget-content ul li a:hover {
  text-decoration: none;
  color: #333;
}
.sidebar .sidebar_widget.categories li:hover,
ul.sidebar_categories.marketplace li.active {
  background: #56300140;
}

a:focus,
a:active {
  outline: none; /* Removes the default outline */
  border: none; /* Removes any border, including dotted */
}

/* == end sidebar ===*/

#countySearchInput {
  max-width: 80%;
  height: 30px;
  border-radius: unset;
}

.county-filter .buttons-box {
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  width: 100%;
}

.county-filter input {
  font-size: 0.8rem;
}

.county-filter button {
  height: 30px;
  padding: unset;
}

.county-filter .input-box {
  margin-top: -10px;
  position: relative;
}

.county-filter .control {
  display: flex;
}

.county-filter .input-box label.error {
  font-size: 11px;
  font-weight: 500;
  color: rgb(242, 66, 66);
}

datalist#countyList {
  max-height: 150px; /* Limit the height */
  overflow-y: auto; /* Add vertical scroll */
}

.buttons-box button#filterCountyButton {
  justify-self: flex-end;
  padding-inline: 8px;
}

.buttons-box button#clearBox {
  padding-inline: unset;
  width: 30px;
  justify-self: flex-start;
  background: rgb(255, 255, 255);
  color: #333;
  border-radius: 50%;
}

.buttons-box button#clearBox:hover {
  border: unset;
}

.buttons-box button#clearBox svg {
  fill: rgba(0, 0, 0, 0.5);
}

/* ===== added drop down for location filter ===== */
.county-filter .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.county-filter .dropdown {
  display: none;
  /* position: absolute; */
  border: 1px solid #ccc;
  background-color: white;
  max-height: 200px; /* Adjust as needed */
  overflow-y: auto;
  z-index: 1000;
}
.county-filter .dropdown.show {
  display: block;
}
.county-filter .dropdown-item {
  padding: 10px;
  cursor: pointer;
}
.county-filter .dropdown-item:hover {
  background-color: #f0f0f0;
}
.county-filter .input-box .dropdown-button {
  position: relative;
  top: 0;
  right: 0;
  /* height: 100%; */
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: unset;
  background: transparent;
  cursor: pointer;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.county-filter .input-box .dropdown-button:hover {
  background: #333;
  color: white;
}
.county-filter .input-box .dropdown-button svg {
  width: 12px;
  height: 12px;
  pointer-events: none;
}
.form-control {
  width: 100%;
}
/* ==== end ===== */

.marketplace__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: rgba(0, 0, 0, 0.8);
}

.marketplace__title h1 {
  color: #ffffff;
}

.marketplace .main-row,
.advisory .main-row {
  justify-content: space-around;
}

.category-description > p {
  display: none;
}
.category-description > p.show {
  display: block;
  padding-right: 100px;
}

.grid-products.grid--view-items .item .product-image:hover {
  transition: all 0.3s ease;
  /* box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2); */
}

.product-details .product-price .price {
  color: #e95144 !important;
}

.product-card-marketplace {
  max-width: 13.125rem;
  /* border-radius: 10px; */
  overflow: hidden;
  margin-bottom: 30px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  cursor: pointer;
}

.product-card-marketplace:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  background: #f3e2be;
}

.product-card-marketplace:hover .product-image .image {
  transform: scale(1.1);
  /* background-size: 120%; */
}

.product-name span.price {
  font-size: 0.9rem;
  width: 100%;
  display: block;
  color: #333;
  text-align: left;
  font-weight: 600;
}

.product-price span.price {
  font-size: 1rem !important;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 600;
  margin-top: 10px;
}

.product_visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.seller_information a.call_seller {
  width: 50%;
  background: green;
  padding: 1rem 3rem;
  color: white;
  margin: 1rem 0;
  border-radius: 10px;
  text-align: center;
}

.seller_information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.seller_information .view_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  width: 50%;
}

.seller_information .view_contact p.label {
  padding-right: 1rem;
}

.seller_information .view_contact h2.phone_contact {
  padding: 0 !important;
  margin: 0 !important;
  color: black;
}

.grid-products.grid--view-items .row .product-image {
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.grid-products.grid--view-items .row .product-image .image {
  display: inline-block;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  vertical-align: middle;
  transition: all ease-out 0.4s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 5px; */

  transition: all 1s ease-in-out;
}

.grid-products.grid--view-items .row .product-image .image:hover {
  transform: scale(1.1);
}

.grid-products.grid--view-items .row .product-image .image.video {
  background-size: stretch;
  height: 200px;
}

.grid-products.grid--view-items .row .video-name,
.grid-products.grid--view-items .row .video-details,
.grid-products.grid--view-items .row .video-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgb(2, 25, 2);
  font-weight: 700;
  text-align: left;
  font-size: 0.8rem;
}

.grid-products.grid--view-items .row .video-details {
  font-size: 0.7rem;
  color: rgb(6, 87, 6);
}

.grid-products.grid--view-items .row .video-date {
  font-size: 0.7rem;
  color: #444;
}
.modal .product-details-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 100%;
}

#content_quickview.modal {
  top: 4%;
}

#content_quickview .modal-dialog {
  max-width: 1200px;
}

.modal.media h2.caption {
  text-transform: capitalize;
  font-weight: 600;
}

.modal.media .vid_details {
  align-items: center;
}

.modal.media p.creator,
.modal.media p.uploaded,
.modal.media p.desc_title,
.modal.media p.desc {
  font-weight: 600;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}

.modal.media a.category {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 40px;
  padding-block: 0.2rem;
}

.modal.media p.desc_title {
  color: #333;
}

.modal.media p.desc {
  font-weight: 400;
  color: #222;
}

/** Services card section **/
.row.our-services {
  margin-top: 4rem;
  justify-content: flex-start;
  gap: 20px;
}

.card.service {
  width: 400px;
  border-radius: 5px;
  background-color: rgb(118 61 5 / 13%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 20%;
  max-width: 400px;
}

.card.service .card-image {
  width: 100%;
  height: 12rem;
  border-radius: 5px;
  border: none;
  margin-top: -20px;
  /* box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6),
    inset 0 0 1000px 1000px rgba(0, 0, 0, 0.2);
}

.card.service .card-image.valuation {
  background-image: url("/public/assets/images/landing/tree_valuation.jpg");
}
.card.service .card-image.site_matching {
  background-image: url("/public/assets/images/landing/species_to_site.jpg");
}
.card.service .card-image.nursery_reg {
  background-image: url("/public/assets/images/landing/tree_nursery.jpg");
}
.card.service .card-image.ipm {
  background-image: url("/public/assets/images/landing/IPM_image.jpg");
}
.card.service .card-image.value-chain {
  background-image: url("/public/assets/images/landing/value_chain.jpg");
}
.card.service .card-image.compendium {
  background-image: url("/public/assets/images/landing/compendium.jpg");
}

.card.service .card-text {
  padding-bottom: 40px;
  height: auto;
}

.card.service.matching .card-text {
  height: auto;
}

.card-body .visit {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card.service.matching .download a {
  padding: 0;
  margin-top: 0;
}
.card.service.matching .download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.card.service.matching .download span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/public/assets/images/landing/playstore.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Style for the row */
.our-services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Style for each card */
.card:not(.user-card) {
  width: calc(25% - 20px); /* Set initial width for larger screens */
  margin-bottom: 60px; /* Add margin between cards */
}

.card.user-card {
  border: none;
}

p.card-text#contactNumber {
  width: auto;
  padding: 1em;
  border: 1px solid burlywood;
  border-radius: 10px;
  background: #e7d0b4;
  color: black;
  font-size: 1.5rem;
}

#contactNumber span.phone_number {
  /* font-size: 1rem; */
}
/* styles for about us page */

.aboutus-top {
  justify-content: center;
  margin-bottom: 100px;
  padding: 0;
  gap: 30px;
}

.aboutus-bottom {
  justify-content: center;
}

.container-fluid.aboutus {
  padding-inline: unset;
}

.aboutus {
  padding-block: 100px;
  /* background-image: url("/public/assets/images/nature.jpg"); */
  background-color: #f1f1f1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 1000px 1000px rgba(255, 255, 255, 0.5);
}
.aboutus .our-vision,
.aboutus .our-mission,
.aboutus .overview {
  min-height: 200px !important;
  /* background-image: linear-gradient(to bottom, #ccc, #eee) !important; */
  border-radius: 5px;
}
.aboutus .our-vision .graphics,
.aboutus .our-mission .graphics,
.aboutus .overview .graphics {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.aboutus .our-vision .graphics .icon1,
.aboutus .our-vision .graphics .icon2,
.aboutus .overview .graphics .icon1 {
  height: 60px;
  width: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: url("/public/assets/images/vision.png");
  background-size: cover;
  background-position: center;
}
.aboutus .our-vision .graphics .icon2 {
  background-image: url("/public/assets/images/mission.gif");
}
.aboutus .our-vision .graphics h2.title,
.aboutus .our-mission .graphics h2.title,
.aboutus .overview .graphics h2.title,
.team h2.title {
  color: rgb(25, 164, 25);
  font-size: 1.5rem;
  font-weight: bold;
}
.aboutus .our-vision .content,
.aboutus .our-mission .content,
.aboutus .overview .content {
  padding: 30px;
  line-height: 1.4;
}
.aboutus .our-vision .content p,
.aboutus .our-mission .content p,
.aboutus .overview .content p {
  line-height: 1.4;
  font-weight: 400;
  font-size: 1rem;
  color: #222;
  text-align: left;
  word-spacing: 2px;
}

.aboutus .overview {
  min-height: 400px;
}
.aboutus .overview .graphics {
  flex-direction: column;
}
.aboutus .overview .graphics .icon1 {
  margin-bottom: 10px;
}
.collection-header.about {
  margin: unset;
}
/* --- teams profile ----- */

.team {
  margin-top: 10rem;
  background-color: #ededed;
}

.team .titles {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.team .titles h2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e1dede;
  border-radius: 2rem;
  padding: 1rem;
  z-index: 1;
}

.team .titles h2::before {
  position: absolute;
  content: "";
  /* margin: 0px auto; */
  width: 1400px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.team .titles h2::after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Our Project Team";
  /* margin: 0px auto; */
  width: 100%;
  height: 100%;
  background-color: #e1dede;
  /* border: 1px solid red; */
  border-radius: 2rem;
  z-index: 1;
}

.team .titles h3 {
  color: #555;
}
.team-profiles .row {
  justify-content: space-around;
  margin-block: 5rem;
}
.team-profiles .row.first {
  justify-content: center;
}

.team-member {
  margin: 15px 0;
  padding: 0;
  
}
.team-col {
  max-width: 17rem;
}
.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
 
  border-radius: 50%;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

.team-member figure img {
  width: 300px;
  aspect-ratio: 1;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  /* -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; */
}

.team-member figcaption p {
  color: #333;
  font-size: 1rem;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(236, 146, 2, 0.9);
  /* Primary color, can be changed via colors.css */

  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  padding: 10px 15px;
  border-radius: 10px;
  /* transition: scale .3s ease; */
  text-decoration: none;
}

.team-member figcaption ul li a:hover {
  transform: scale(1.4);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* --- animations ----- */
/* .fade-in {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .5s ease, transform 1s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
} */

.fade-in {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s ease-in-out .2s, transform 1.5s ease-in-out .2s; /* 200ms delay */
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ---- end animations ---- */

/* end of teams profile */

/* end of about us styling */

/* ---- admin styling ----- */

/* ---- businesses ---- */
.businesses-verification {
  padding: 20px;
  width: 100%;
  overflow-x: scroll;
  min-height: calc(100vh - 200px);
}

.pagination {
  justify-content: center;
}

.pagination li.page-item {
  margin-right: 20px;
  cursor: pointer;
}

.pagination li.page-item a {
  background: rgba(0, 0, 0, 0.3) !important;
  text-align: center;
  height: auto;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.375rem 0rem;
}

.businesses-verification input[type="radio"] {
  padding: 0;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

.businesses-verification .no-data {
  text-align: center;
  color: #888;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.businesses-verification #search {
  width: 300px;
}

.businesses-verification .btn-info {
  padding: 2px 10px;
  border-radius: 20px;
  background: teal;
  font-size: 0.5rem;
}

/*--- businesses deets ----*/
.user-details {
  padding: 20px;
}
.user-details .user-card {
  display: flex;
  align-items: center;
}
.user-details .user-card img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.user-details .user-actions {
  margin-top: 20px;
}

.user-details .no-data {
  text-align: center;
  color: #888;
}

/*--- end business deets ---- */

/*--- products adm -----*/
.products.admn {
  padding: 20px;
}

.products.admn .product-card {
  margin-bottom: 20px;
}

/* ---- end products adm ---- */

/* ---- end businesses mgmt ----- */

@media (min-width: 853px) {
  .container-fluid.marketplace {
    padding: unset;
  }
}

@media (max-width: 1192px) {
  .sidebar {
    min-width: 290px;
  }

  .filterbar {
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: -240px;
    z-index: 1000;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .btn-filter {
    margin-bottom: 20px;
    width: 100%;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }

  .filterbar.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  div.main-col {
    min-width: 95%;
  }

  .row#productsContainer {
    display: flex;
    justify-content: space-evenly;
  }
}

@media (min-width: 992px) {
  .category-description > p.show {
    display: block;
    padding-right: 100px;
  }
}

@media (max-width: 992px) {
  .category-description > p.show {
    padding-right: 0;
  }
}

@media (max-width: 1442px) and (min-width: 1196px) {
  .card.service {
    flex: 1 1 30%;
    max-width: 400px;
  }
}
@media (max-width: 1197px) and (min-width: 768px) {
  .card.service {
    flex: 1 1 40%;
    max-width: 450px;
  }

  .row.our-services {
    margin-top: 4rem;
    justify-content: space-evenly;
    gap: 40px;
  }
}

/* ---- end of admin styling -------*/

/* start of contact us styling */
ul.addressFooter {
  list-style-type: none;
}

ul.addressFooter li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

div.main-col {
  min-height: 80vh;
}

/* end of contact us styling*/

/* footer visitor counter */
.visitor-counter {
  font-size: 0.9rem;
  color: #666;
}

.visitor-counter br {
  display: none;
}

/* end of visitor counter */

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .card:not(.user-card) {
    width: calc(50% - 20px); /* Set width for smaller screens */
  }

  .grid-products.grid--view-items .row .product-image .image {
    display: inline-block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    vertical-align: middle;
    transition: all ease-out 0.4s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .marketplace__title {
    height: 70px;
  }
}

/** End of card styling **/

/* phone */
@media only screen and (max-width: 575px) {
  .card.service {
    width: 100%;
    min-width: 100%;
  }

  .modal.media a.category {
    margin-top: 10px;
  }

  .grid-products.grid--view-items .row .product-image .image {
    display: inline-block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    vertical-align: middle;
    transition: all ease-out 0.4s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .marketplace__title {
    height: 50px;
  }

  .marketplace__title h1 {
    font-size: 1rem;
  }

  .product_visual img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
  }

  .product_data.card.user-card h2.product-name {
    font-size: 0.8rem;
    font-weight: 900;
  }

  .product_data.card.user-card p.price {
    font-size: 1.2rem !important;
  }

  button#revealContactButton,
  a.back-button {
    width: 100%;
    border-radius: 10px;
  }

  .sidebar {
    border-top-left-radius: unset;
    padding: unset !important;
    overflow: auto;
    /*position: relative;*/
    /* padding-top: 50px;  */
  }

  .sidebar div.closeFilter {
    position: sticky;
    top: 0;
    left: 0;
    width: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 6px 7px !important;
    background: #e4cd92;
    /* border-radius: 20px; */
    z-index: 9999;
  }

  .filterbar.active .closeFilter {
    margin: unset;
  }

  .sidebar .sidebar_tags {
    padding-inline: 20px;
  }
}
