/* Why Choose Us — Hanuman theme colors */
.why-choose-one {
  --gorent-base: var(--ltn__primary-color);
  --gorent-base-rgb: 249, 115, 22;
  --gorent-black: #071041;
  --gorent-white: #ffffff;
  --gorent-bdr-radius: 14px;
  --drive-gold-3: var(--ltn__primary-color-2);
}

.why-choose-one--slider .why-choose-one__single,
.process-three .process-one__single,
.listing-one--packages .listing-one__single,
.team-three__single,
.contact-info__single {
  position: relative;
  isolation: isolate;
}

.why-choose-one__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background-color: rgba(var(--gorent-base-rgb), 1);
  border: 0;
}

.why-choose-one__icon:before {
  border-color: rgba(var(--gorent-base-rgb), .50);
}

.why-choose-one__icon span {
  position: relative;
  z-index: 6;
  color: #fff;
  line-height: 1;
}

.why-choose-one--slider .why-choose-one__single:hover .why-choose-one__icon span {
  color: #fff;
}

.why-choose-one__carousel.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}

.why-choose-one--slider .why-choose-one__carousel .item {
  padding: 0;
}

.why-choose-one--slider .why-choose-one__single {
  margin-bottom: 0;
  height: 100%;
}

.why-choose-one--slider {
  padding-bottom: 40px;
}

.why-choose-one--slider .owl-dots {
  margin-top: 18px;
}

.why-choose-one--slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d6dbe5;
}

.why-choose-one--slider .owl-dots .owl-dot.active span {
  background: var(--ltn__primary-color);
}

@media (max-width: 767px) {
  .why-choose-one {
    padding: 80px 0 0;
  }

  .why-choose-one--slider .why-choose-one__carousel .item {
    padding: 0;
  }
}
