:root {
  --roboto-font: 'Roboto', sans-serif;
  --light-gray: #f4f4f4;
  --black: rgb(21, 21, 21);
  --dark-green: #50c89c;
  --gray: #696969;
}
img {
  width: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: var(--black);
  font-family: var(--roboto-font);
}
a {
  text-decoration: none;
  color: var(--black);
}
.gray-text {
  color: var(--gray);
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
h2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}
h3 {
  font-size: 20px;
}
.text-style-h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
input {
  outline: 0;
  color: #696969;
}
.text-size-small {
  font-size: 11px;
}
.container {
  max-width: 1260px;
  width: 100%;
  padding-inline: 15px;
  margin: 0 auto;
}
.text-style-h6 {
  font-size: 20px;
  line-break: 1.3;
  font-weight: 600;
}
.text-style-h5 {
  font-size: 24px;
  font-weight: 500;
}
img {
  object-fit: cover;
  height: auto;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.header-v1 {
  padding: 30px 0 0;
}
.dropdawn-v1 {
  background-color: #f4f4f4;
  border-radius: 8px;
}
.dropdawn-v1 button {
  gap: 6px;
  padding: 10px 20px;
  background-color: var(--light-gray);
}
.dropdawn-v1 ul {
  background-color: var(--light-gray);
  width: 100%;
}
.dropdawn-v1 ul .dropdown-item {
  color: var(--black);
}
.dropdawn-v1 .dropdown-item.active,
.dropdown-item:active {
  background-color: var(--dark-green);
  color: white !important;
}
.dropdawn-v1 svg {
  height: 24px;
  width: 24px;
  fill: var(--black);
}
.dropdown-toggle::after {
  display: none;
}
.button-font {
  font-family: var(--roboto-font);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
}
.hero-dropdawn .dropdawn-v1 button {
  max-width: 900px;
  width: 100%;
}
.hero-dropdawn ul {
  max-width: 900px;
  width: 100%;
  height: 146px;
  /* overflow-y: auto; */
}
.hero-dropdawn {
  margin-top: 20px;
  margin-bottom: 14px;
}
.btn:hover {
  background-color: var(--light-gray);
}
.home-hero-content-wrap {
  max-width: 500px;
  width: 100%;
}
.home-hero-list-wrap li {
  display: flex;
  gap: 10px;
}
.home-hero-list-wrap li svg {
  width: 30px;
  height: 30px;
}
.home-hero-list-wrap {
  margin-top: 15px;
}
.home-hero-list-wrap UL {
  gap: 20px;
}
.homr-hero {
  background: #ffffff;
  padding-bottom: 90px;
}
.homr-hero::before {
  position: absolute;
}
.homr-hero-image-main-wrap {
  height: 100%;
  width: 100%;
}
.hero-image-wrap {
  right: 0;
  position: absolute;
  z-index: -1;
  max-width: 42%;
  top: 25%;
}
.hero-image-wrap img {
  width: 100%;
  height: auto;
}
.bg-circle {
  width: 300px;
  height: 300px;
  min-width: 132px;
  min-height: 132px;
  position: absolute;
  top: -17%;
  right: 0%;
  border-radius: 50%;
  z-index: -2;
  background-color: hsl(146deg 66% 66% / 12%);
}
.bg-circle::before {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 10;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  bottom: -2%;
  left: 3%;
  background-color: hsl(146deg 66% 66% / 10%);
}
.home-hero-wrap {
  padding-bottom: 200px;
  padding-top: 30px;
}
.home-hero-wrap video,
.home-hero-wrap img {
  aspect-ratio: 412/231;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.home-hero-main-wrapper .swiper-pagination {
  left: 3%;
  width: auto;
}
.swiper span {
  width: 32px;
  height: 6px;
  border-radius: 5px;
  background-color: rgb(61 148 116 / 20%);
  opacity: 100%;
}
.home-hero-main-wrapper .swiper-notification {
  display: none;
}
.home-hero-main-wrapper .swiper-pagination-bullet-active {
  background-color: #3d9474 !important;
}
.pricing-tab-wrapper {
  /* display: grid;
    gap: 10px;
    grid-template-columns:repeat( 3 ,1fr); */
}
.pricing-tab-pill-wrap {
  height: 100%;
  padding: 10px 16px;
  border-radius: 12px;
}
.pricing-tab-wrapper .pill-one {
  background: linear-gradient(180deg, #50c89c, #378669);
  & svg {
    fill: #3d9474;
  }
}
.pricing-tab-wrapper .pill-two {
  background: linear-gradient(180deg, #ec407a, #862445);
  & svg {
    fill: #ce386b;
  }
}
.pricing-tab-wrapper .pill-three {
  background: linear-gradient(180deg, #4586e4, #2434c2);
  & svg {
    fill: #3661d5;
  }
}
.tab-pill-icon-wrap {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: white;
}
.tab-pill-icon-wrap svg {
  width: 28px;
}
.pricing-full {
  padding-top: 30px;
}
.tab-pill-content-wrap {
  gap: 6px;
}
.bill-part-main-wrap {
  margin-top: -35px;
  padding-top: 55px;
  background-image: url(../image/BG-shape-1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.bill-part-main-inner-wrap {
  padding-bottom: 20px;
  background: linear-gradient(180deg, #50c89c, #378669);
}
.sell-details-main-wrap {
  margin-top: -40px;
  padding-top: 60px;
  background-image: url(../image/BG-shape-2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.sell-details-inner-wrap {
  background: linear-gradient(
    180deg,
    hsla(340, 82%, 59%, 1) 0%,
    hsla(340, 58%, 33%, 1) 100%
  );
}
.enquire-main-wrap {
  margin-top: -40px;
  padding-top: 60px;
  background-image: url(../image/BG-shape-3.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.enquire-inner-wrap {
  background: linear-gradient(180deg, #4586e4, #2434c2);
}
.details-main-wrap {
  padding-inline: 15px;
}
.bill-part-title {
  margin-bottom: 20px;
}
.brand-icon-wrap {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  padding: 10px 20px;
}
.brand-choose-tab-pill-wrap {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
}
.brand-choose-tab-pill-wrap::-webkit-scrollbar {
  opacity: 0;
  display: none;
}
.brand-choose-wrap {
  gap: 10px;
  position: relative;
}
.pricing-tab-wrapper .tab-v1 {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
  padding-inline: 15px;
  padding-bottom: 25px;
  /* border-radius: 0px 0px 0px 25px; */
  /* background-color: white; */
  grid-template-columns: repeat(3, 1fr);
}
.pricing-tab-wrapper .tab-v1 button {
  width: 100%;
}
@media screen and (max-width: 370px) {
  .pricing-tab-wrapper .tab-v1 button {
    height: 100%;
  }
}
.nav-pills .nav-link {
  padding: 0;
}
.nav-pills .nav-link.active {
  background-color: transparent !important;
}
.item-details-title-wrap {
  gap: 20px;
  margin: 25px 0px 30px;
  padding-right: 15px;
}
.brand-choose-tab-pill-wrap .brand-icon-wrap img {
  object-fit: contain;
}
.brand-choose-tab-pill-wrap .activ .brand-icon-wrap {
  border: 2px solid black;
}

.activ-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  border: 2px solid white;
  top: 0;
  opacity: 0;
  right: 0;
}
.activ-icon svg {
  width: 16px;
  fill: white;
}
.brand-choose-tab-pill-wrap .activ .activ-icon {
  opacity: 1;
}

.priceing-catagory-list-wrap ul {
  gap: 10px;
  overflow-x: auto;
}
.priceing-catagory-list-wrap ul::-webkit-scrollbar {
  display: none;
  opacity: 0;
}
.product-pricing-flex-wrap::-webkit-scrollbar {
  display: none;
  opacity: 0;
}
.priceing-catagory-list-wrap li {
  padding: 7px 20px;
  background-color: white;
  border-radius: 25px;
  color: var(--black) !important;
  list-style-type: none;
  white-space: nowrap;
  border: 2px solid transparent;
}
.priceing-catagory-list-wrap li img {
  width: 16px;
  margin-right: 6px;
}
.priceing-catagory-list-wrap li .Premium {
  background-color: #fcecd8;
}
.Premium-product-tag {
  padding: 6px 10px;
  border-radius: 25px;
  background-color: #fcecd8;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 15px !important;
  z-index: 9;
  img {
    width: 16px;
    margin-right: 6px;
  }
}
.item-details .nav-pills .nav-link.active {
  color: black;
}
.product-pricing-card-wrap .product-image {
  max-width: 170px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-pricing-card-wrap .product-image img {
  max-width: 170px;
  height: 134px;
  object-fit: cover;
  object-position: center;
}

.product-pricing-card-wrap {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 342px;
  background-color: white;
  border-radius: 15px;
  padding: 15px 15px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 576px) {
  /* .product-pricing-card-wrap {
    max-width: 300px;
    height: 100%;
  } */
}

.product-pricing-card-wrap.not-found::after {
  content: url('../image/sold-out.png');
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0;
  border-radius: 18px;
  display: grid;
  place-items: center;
  backdrop-filter: blur(5px);
}
.product-pricing-card-content {
  border-top: 1px solid #50c89c;
  border-radius: 15px;
  padding: 29px 15px 10px;
  margin-top: -13px;
  background: linear-gradient(180deg, #e9fff7, #ffffff);
}
.product-features-list {
  gap: 12px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.product-features-list li {
  list-style-type: none;
  padding: 4px 8px 2px;
  border-radius: 8px;
  background-color: #d5f1e7;
}
.product-card-buy-information {
  gap: 10px;
}
.product-card-buy-information .whatasapp-details {
  gap: 10px;
  margin-top: 15px;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
.product-card-buy-information .whatasapp-details span {
  font-size: 13px;
}
.product-card-buy-information .whatasapp-details svg {
  width: 24px;
  fill: #20b038;
}

.product-card-buy-information .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  width: fit-content;
  padding: 5px 8px;
  font-size: 18px;
  font-weight: 800;
}
.product-card-buy-information .price span {
  font-size: 15px;
  font-weight: normal;
}
.product-card-buy-information .price .mrp {
  color: #c93838;
  text-decoration: line-through;
}
.product-card-buy-information .price .offer {
  color: #fff;
  background-color: #c93838;
  padding: 0px 6px;
  border-radius: 6px;
}

.product-card-buy-information .address svg {
  width: 20px;
  fill: var(--gray);
}
.product-card-buy-information .address .address-text {
  color: var(--gray);
  font-weight: 500;
}
.product-pricing-flex-wrap {
  overflow: scroll;
  margin-top: 20px;
  gap: 20px;
}
.card-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 15px;
}
.card-wrap img {
  aspect-ratio: 384/198;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.card-wrap::before {
  content: '';
  position: absolute;
  width: 64%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../image/shape.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.card-list li {
  list-style-type: none;
  gap: 10px;
}
.card-list li svg {
  width: 24px;
  fill: white;
}
.card-list {
  margin-top: 25px;
}
.card-list ul {
  gap: 10px;
  width: 100%;
  max-width: 73%;
}
.card-flex-wrapper .flote-image {
  position: absolute;
  top: 20%;
  right: -9%;
  z-index: -1;
}
.card-flex-wrapper .flote-image img {
  width: auto;
}
.card-flex-wrapper {
  margin-top: 30px;
  padding-right: 15px;
}
.card-flex-wrapper .swiper-pagination {
  position: static !important;
}
.card-flex-wrapper .swiper span {
  background-color: rgba(255, 255, 255, 0.2);
}
.card-flex-wrapper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.view-all-button {
  color: white;
  background-color: rgb(255 255 255 / 20%);
  padding: 6px 13px;
  border-radius: 8px;
}
.footer-wrapper {
  background-color: white;
  padding: 18px 20px;
  border-radius: 15px;
  margin-top: 20px;
}
.socal-media-link-box {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.socal-media-link-box svg {
  width: 17px;
  fill: var(--gray);
}
.socal-media-links-wrap {
  margin-top: 12px;
}
.whatasapp-icon svg {
  width: 30px;
  fill: white;
  stroke: white;
  stroke-width: 0px;
}
.footer-socal-link {
  gap: 24px;
  margin-top: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.whatsapp-links-wrap {
  background-color: #f1f1f1;
  padding: 10px 14px;
  border-radius: 8px;
  gap: 12px;
  justify-content: center;
}
.socal-media-links-flex-wrap {
  margin-top: 8px;
}
.copy-right {
  margin-top: 15px;
}

.sell-details-form-top-wrap > div {
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sell-details-form-top-wrap form .details-form:focus {
  box-shadow: none;
  border-color: var(--dark-green);
}
.details-form,
.contact-form button {
  font-family: var(--roboto-font) !important;
  font-size: 17px;
  font-weight: 500;
  padding: 14px;
  border-radius: 12px;
  border: 0;
  color: #696969;
}
.contact-form button {
  color: white;
}
.chack-box-wrap .chack-points {
  gap: 30px;
}
.form-check-input:checked[type='radio'] {
  background-color: transparent;
}
.form-check-input:checked {
  border-color: white;
}
.form-check-input {
  width: 22px;
  height: 22px;
}
.form-check label {
  margin-top: 5px;
}
.chack-points .form-check {
  gap: 9px;
}
.form-check-input {
  background-color: transparent;
}
.chack-points {
  margin-top: 10px;
}
.chack-box-main-wrap {
  margin-top: 20px;
}
.chack-box-main-wrap ul {
  gap: 15px;
}
.filter-other-content {
  padding: 26px;
}
.ui-slider-horizontal {
  height: 0.6em;
}
.ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  top: -11px;
  background: linear-gradient(
    180deg,
    hsla(340, 82%, 59%, 1) 0%,
    hsla(340, 58%, 33%, 1) 100%
  );
  border: 2px solid white;
  width: 24px;
  height: 24px;
}
.price-range-block {
  padding-top: 1rem;
  transition: all 0s;
}
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:focus {
  outline: 0;
  border: 0;
  box-shadow: 0px 0px 0px 3px #28bf004d;
}
.ui-slider-horizontal {
  height: 5px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: var(--light-green);
  transition: 0s;
}
.ui-widget.ui-widget-content {
  border: 0px solid #c5c5c5;
  background-color: #e2e2e2;
}
.price-wrap input {
  outline: 0;
  border: 0;
  max-width: 184px;
  width: 100%;
  text-align: center;
  height: 52px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
}
.filter-button {
  gap: 20px;
}
.price-wrap span {
  color: var(--light-green);
  transition: 0s;
}
.price-range-block [type='text'] {
  transition: 0s;
}
.price-wrap {
  margin-top: 20px;
}
.owner-details {
  margin-top: 30px;
}
.owner-details-title {
  margin-bottom: 20px;
}
.owner-details button {
  background-color: black;
  color: white;
}
.whatsapp-button {
  width: 100%;
  background: linear-gradient(0deg, #20b038, #60d66a);
  border-radius: 12px;
  gap: 10px;
  height: 48px;
  color: white;
  & i {
    font-size: 26px;
  }
}
.whatsapp-details {
  gap: 15px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.details-hero {
  background-color: #50c89c;
}
.details-hero .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  /* width: 30px;
    height: 30px; */
  /* background-color: white; */
  border-radius: 100%;
}
.details-main {
  background-color: var(--dark-green);
}
.details-v2-main-wrap {
  background-color: white;
  padding-inline: 15px;
  padding-top: 20px;
  border-radius: 8px;
}
.reating-wrap svg {
  width: 18px;
  height: 18px;
}
.location svg {
  width: 18px;
  height: 18px;
}
.title-main-wrap .location {
  color: #696969;
  margin-top: 15px;
  & svg {
    stroke: #696969;
  }
}
.title-main-wrap .price {
  margin-top: 15px;
}
.reating-wrap {
  background-color: #fff4d2;
  padding: 8px 10px;
  gap: 5px;
  border-radius: 8px;
}
.list-text {
  font-size: 16px;
  color: var(--gray);
}
.product-details-wrap li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #f5efef;
}
.product-details-wrap ul {
  margin-top: 40px;
  border: 1px solid #f5efef;
  padding: 6px 10px;
  border-radius: 12px;
}
.description-title-text {
  font-size: 20px;
  margin-bottom: 15px;
}
.description {
  margin-top: 30px;
}
.description p {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
  color: var(--gray);
}

.details-form-v2 input {
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}
.details-v2-main-wrap .whatasappp-text {
  color: black !important;
}
.buy-details {
  background-color: var(--dark-green);
}
.buy-details-mian-wrap {
  background-color: white;
  border-radius: 8px;
  padding-inline: 15px;
  padding-top: 20px;
}
.buy-details-mian-wrap .details-tag {
  background-color: var(--light-gray);
  padding: 6px 10px;
  border-radius: 6px;
}
.product-details-wrap-title .whatasapp-details {
  gap: 10px;
  margin-top: 10px;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
.product-details-wrap-title .whatasapp-details span {
  font-size: 13px;
}
.product-details-wrap-title .whatasapp-details svg {
  width: 24px;
  fill: #20b038;
}
.product-details-wrap-title .address svg {
  width: 20px;
  fill: var(--gray);
}
.check-details {
  padding: 5px 10px;
  background-color: #e6f8ee;
  width: fit-content;
  gap: 6px;
  border-radius: 6px;
  margin-top: 10px;
}
.check-details img {
  width: 20px;
}
.product-features-points {
  gap: 10px;
  padding-inline: 5px;
}
.product-features-icon img {
  width: 24px;
}
.bordre-line {
  height: auto;
  width: 1px;
  background-color: #00000020;
}
.product-features-wrap {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 30px;
}
.product-features-wrap .middle {
  border-inline: 1px solid #00000020;
}
.product-features-list-item img {
  width: 20px;
  height: 20px;
}
.product-features-list-item {
  gap: 8px;
  padding: 10px 15px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.product-feature-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.product-features {
  margin-top: 40px;
}
.inspection-report-title p {
  color: #696969;
  padding-right: 23px;
  margin-top: 17px;
}
.inspection-report {
  margin-top: 30px;
}
.inspection-report-icons {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f4f4f4;
  & img {
    width: 24px;
  }
}
.inspection-report-points {
  gap: 8px;
}
.inspection-report-points-wrap {
  margin-top: 25px;
  gap: 20px;
}
.product-details-banner {
  margin-top: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 8px;
}
.product-details-banner-overlay {
  background-color: #f4f4f420;
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
}
.product-details-button-wrap {
  inset: 0;
  z-index: 3;
}
.product-details-button {
  background-color: black;
  gap: 6px;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 8px;
  & img {
    width: 16px;
  }
}
.product-price-wrap {
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 5px;
}
.suggested-price {
  font-style: italic;
  font-size: 14px;
  color: #696969;
  position: relative;
}
.suggested-price .shape img {
  position: absolute;
  bottom: -4px;
  left: 0;
}
.buy-details-mian-wrap .whatasappp-text {
  color: black !important;
}

.fade:not(.show) {
  display: none;
}
option:focus {
  background-color: var(--dark-green);
}
.success-messege .whatsapp-button-v2 {
  background: black;
}
.success-icon img {
  width: 72px;
}
.success-messege {
  max-width: 388px;
  width: 100%;
  padding: 30px;
}
.success-messege h3 {
  margin-top: 10px;
  margin-bottom: 16px;
}
.submit-content {
  margin-bottom: 20px;
}
.success {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-dropdawn .dropdown-toggle svg {
  width: 20px;
  margin-right: 4px;
}
.details-hero {
  padding-bottom: 20px;
  background-color: var(--dark-green);
  position: relative;
}
.details-hero .slider-v2 {
  padding-inline: 15px;
  margin-top: 20px;
}
.details-hero .swiper-slide-thumb-active {
  border: 2px solid black;
}
.details-hero .swiper-backface-hidden .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.details {
  background-color: var(--dark-green);
  padding-bottom: 20px;
}
.details-v2-top-inner-wrap {
  gap: 10px;
}
.details-hero .slider-arrow {
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 100%;

  & svg {
    width: 20px;
    fill: black;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}
.Enquery-form {
  margin-top: 20px;
}
/* dfhffjf */

/* dfhffjf */
#slider-range {
  touch-action: none;
}
.contact-form {
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.contact-form {
  border: 1px solid #f5efef;
  padding: 10px 10px;
  border-radius: 12px;
}
.owner-details .contact-form,
.Enquery-form .contact-form {
  border: 0;
  padding: 0;
}
.contact-submit-button {
  background-color: black;
  color: white;
}
/* translate */
body > .skiptranslate iframe {
  top: -39px !important;
}

body {
  top: 0px !important;
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

/* Style the dropdown */

#google_translate_element .goog-te-gadget-simple {
  border: none;
}
#google_translate_element {
  /* position: fixed; */
  top: 0px;
  right: 0px;
  z-index: 9999;
  /* opacity: 0.04; */
}

#goog-gt-tt,
#goog-gt-vt {
  display: none !important;
}

/* translate */

/* .mySwiper2 .swiper-slide {
  margin-right: 0;
} */
/* Custom submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 100%;
  left: 8px;
  width: calc(100% - 24px);
  height: 178px;
  max-height: calc(300px - 32px);
  margin-left: 0.1rem;
  display: none;
  position: absolute;
  z-index: 999;
  overflow-y: auto;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Brand filtering styles */
.brand-choose-wrap {
  cursor: pointer;
  transition: all 0.3s ease;
}

.tractor-item {
  transition: all 0.3s ease;
}

.tractor-item[style*='display: none'] {
  opacity: 0;
  transform: scale(0.8);
}

.tractor-item[style*='display: block'] {
  opacity: 1;
  transform: scale(1);
}

/* Smooth animation for filtering */
.product-pricing-flex-wrap {
  transition: all 0.3s ease;
}

/* Price filter styles */

.price-choose-wrap .activ {
  border: 2px solid #000;
}

/* breadcrumb  */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  margin-bottom: 0;
  padding: 8px 18px;
}

.back-button {
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.back-button:hover {
  background-color: #e0e0e0;
}

.breadcrumb-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.breadcrumb-links span {
  color: black;
}

.breadcrumb-links .divider {
  color: #aaa;
}

.accessory-type-filter .activ {
  border: 2px solid #000;
}
