:root {
  --e-global-color-primary: #ba6827;
  --e-global-color-secondary: #5b3516;
  --e-global-color-text: #797979;
  --e-global-color-accent: #FFD012;
  --e-global-color-white: #fff;
  --e-global-typography-primary-font-family: 'Outfit', sans-serif;
  --e-global-typography-secondary-font-family: 'Outfit', sans-serif;
  --transition: all .4s ease;
  --wpte-primary-color: var(--e-global-color-primary);
  --primary-color: var(--e-global-color-primary);
  --wpte-primary-color-rgb: var(--e-global-color-primary);
  --primary-color-rgb: var(--e-global-color-primary);
}

.swiper-navigation .swiper-next,
.swiper-navigation .swiper-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  border: none;
}

.swiper-navigation .swiper-next {
  left: auto;
  right: 0;
}

.swiper-navigation svg {
  height: 1em;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-rtl .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  height: 32px;
  border-radius: 3px;
  outline: none;
  border: none;
  width: 32px;
}

.swiper-navigation-top {
  position: relative;
}

.swiper-navigation-top .swiper-button-prev,
.swiper-navigation-top .swiper-button-next {
  left: auto;
  right: 0;
  top: -90px;
}

.swiper-navigation-top .swiper-button-prev {
  right: 66px;
}

.easy--custom-navigation-icon .swiper-button-next:after,
.easy--custom-navigation-icon .swiper-button-prev:after {
  display: none;
}

.rt-testimonial-one {
  padding: 32px 54px 48px 48px;
  border-radius: 20px;
  position: relative;
}
.rt-testimonial-one.slide-one {
  background: #151419;
}
.rt-testimonial-one.slide-one .author-thumb {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}
.rt-testimonial-one.slide-one .author-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}
.rt-testimonial-one.slide-one .inner-shape {
  position: absolute;
  top: 0;
  left: -1px;
  padding: 0 20px 20px 0;
  border-bottom-right-radius: 20px;
  background: var(--e-global-color-white);
}
.rt-testimonial-one.slide-one .inner-shape .inner {
  width: 60px;
  height: 60px;
  background: var(--e-global-color-white);
  position: relative;
}
.rt-testimonial-one.slide-one .inner-shape .inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 60px;
  height: 60px;
  background: transparent;
  border-top-left-radius: 20px;
  box-shadow: -20px 0 0 0 var(--e-global-color-white);
}
.rt-testimonial-one.slide-one .inner-shape .inner::after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: transparent;
  border-top-left-radius: 20px;
  box-shadow: -20px 0 0 0 var(--e-global-color-white);
}
.rt-testimonial-one.slide-one .icon {
  margin-bottom: 70px;
}
.rt-testimonial-one.slide-one .icon svg {
  fill: var(--e-global-color-white);
  width: 40px;
}
.rt-testimonial-one.slide-two {
  background: rgba(0, 58, 52, 0.05);
  padding: 48px 54px 48px 48px;
}
.rt-testimonial-one.slide-two .author-thumb {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}
.rt-testimonial-one.slide-two .author-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}
.rt-testimonial-one.slide-two .desc {
  color: #121212;
}
.rt-testimonial-one.slide-two .author-details {
  margin-bottom: 108px;
}
.rt-testimonial-one.slide-two .author-details .author-info .author-name {
  color: #121212;
}
.rt-testimonial-one.slide-two .inner-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px 0 0;
  border-top-right-radius: 20px;
  background: var(--e-global-color-white);
}
.rt-testimonial-one.slide-two .inner-shape .inner {
  width: 60px;
  height: 60px;
  background: var(--e-global-color-white);
  position: relative;
}
.rt-testimonial-one.slide-two .inner-shape .inner::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  width: 60px;
  height: 60px;
  background: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: -20px 0 0 0 var(--e-global-color-white);
}
.rt-testimonial-one.slide-two .inner-shape .inner::after {
  position: absolute;
  content: "";
  right: -80px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: -20px 0 0 0 var(--e-global-color-white);
}
.rt-testimonial-one.slide-two .icon {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
.rt-testimonial-one.slide-two .icon svg {
  fill: var(--e-global-color-secondary);
  width: 40px;
}
.rt-testimonial-one .icon {
  text-align: end;
}
.rt-testimonial-one .desc {
  color: var(--e-global-color-white);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}
.rt-testimonial-one .author-details {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rt-testimonial-one .author-details .author-info .author-name {
  font-size: 20px;
  color: var(--e-global-color-white);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .swiper-navigation-top {
    display: none;
  }
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 10;
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped .swiper-prev,
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped .swiper-next {
  position: static !important;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped.swiper-nav-top_left {
  top: -80px;
  left: 0;
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped.swiper-nav-top_right {
  top: -80px;
  right: 0;
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped.swiper-nav-bottom_left {
  bottom: -80px;
  left: 0;
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped.swiper-nav-bottom_center {
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-widget-rt-testimonial-slider .swiper-navigation-grouped.swiper-nav-bottom_right {
  bottom: -80px;
  right: 0;
}
@media (max-width: 767px) {
  .elementor-widget-rt-testimonial-slider .eel-hide-mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=testimonial-slider.css.map */