/*.testimonials-slider {
  padding: 50px 0 130px;
}*/
.testimonials-slider .swiper {
  overflow: visible !important;
}

.testimonials-slider .testi-items {
    padding: 0 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-card .textbox {
    display: none;
    min-width: 250px;
    min-height: 80px;
}
.testi-card {
    margin: auto 0;
}
.testimonials-slider .swiper-slide .testi-card a, .testimonials-slider .swiper-slide .testi-card .no-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 200px;
    gap: 60px;
}
.testimonials-slider .swiper-slide .imgbox {
  transform: scale(0.8);
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
/*.testimonials-slider .swiper-slide .testi-card .textbox {
  margin-bottom: 60px;
}*/
.testimonials-slider .swiper-slide .testi-card .textbox h3 {
  margin: 0 0 8px 0;
}
/*.testimonials-slider .swiper-slide.swiper-slide-active .testi-card .textbox {
  display: block;
  min-width: 270px;
}*/

.testimonials-slider .swiper-slide.swiper-slide-active .testi-items, .testimonials-slider .swiper-slide.swiper-slide-active .testi-items .testi-card {
  min-width: 100px;
  height: 100%;
}
.testimonials-slider .swiper-slide.swiper-slide-active .imgbox {
    transform: scale(1.3);
}
.testimonials-slider .swiper-wrapper {
    height: 530px;
}

.testimonials-slider .swiper-slide.swiper-slide-active .testi-card a, .testimonials-slider .swiper-slide.swiper-slide-active .testi-card .no-link {
    gap: 50px;
    margin: auto 0;
/*    padding-top: 30px;*/
}
.testimonials-slider .swiper-pagination {
    bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 !important;
  background: #939393;
  opacity: 0.24;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.testimonials-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
}
.testimonials-slider
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.testimonials-slider .nav {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    z-index: 9999 !important;
    justify-content: space-between;
    width: 100%;
    height: 24px;
}

.testimonials-slider .nav .arrow svg {
  font-size: 16px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(118, 199, 115, 1);
}
.testimonials-slider .nav .arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.testimonials-slider .nav .arrow {
    min-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: none !important;
    visibility: visible;
    cursor: pointer;
    gap: 4px;
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    margin: 0 !important;
    pointer-events: all !important;        /* ✅ touch block nahi hogi */
    touch-action: manipulation !important; /* ✅ mobile tap sahi kaam karega */
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 9999;
}
.testi-card .textbox p span {
    color: #00BE00;
    font-weight: 700;
}
.border-top {
  position: relative;
}
.border-top:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 1px;
  background: #ff474700;
  top: 30px;
  left: -46%;
  right: 0;
  border: 1px dashed rgba(0, 156, 86, 1);
}
.tracki-app {
  min-height: 700px !important;
  max-height: 700px;
  overflow: hidden !important;
}

.tracky-app-slider {
    height: 590px;
    position: relative;
    overflow: hidden;
    border-radius:10px;padding: 1px;
}
.testimonials-slider {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide.swiper-slide-active .textbox {
    display: block;
}
.center-tracki-app .swiper-slide[aria-label="3 / 3"] .textbox h3 {
    color: rgba(0, 156, 86, 1) !important;
}
.center-tracki-app .swiper-slide[aria-label="3 / 3"] .textbox p span {
  color: rgba(247, 241, 231, 1);font-weight: 700;
}

/*  ============  FOCUS CSS START FOR THIS LINE ============   */

