.clients-say-widget {
  border-radius: 16px;
  background: radial-gradient(120% 120% at 0% 0%, #2a2a2a 0%, #1f1f1f 50%, #1a1a1a 100%);
  color: #fff;
  font-family: "Fixel", sans-serif;
  padding: 32px;
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.clients-say-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.clients-say-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.clients-say-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #BF3131;
  flex: 0 0 auto;
}

.clients-say-h {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clients-say-nav {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.clients-say-nav button {
  width: 32px;
  height: 32px;
  border-radius: 6.095px;;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.clients-say-nav .clients-say-next {
  border-color: rgba(191,49,49,0.8);
}

.clients-say-body {
  overflow: hidden;

  flex: 1;
  display: flex;
  min-height: 0;
}

.clients-say-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;

  /* FIX */
  width: 100%;
}

.clients-say-slide {
  flex: 0 0 100%;
  min-width: 100%;
  position: relative;
  padding: 8px 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.clients-say-org {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 55%;
}

.clients-say-org-logo {
  width: 162px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.clients-say-org-logo img {
  width: 100%;
  /*   height: 70%; */
  object-fit: contain;
}

.clients-say-org-name {
  font-size: 12px;
  line-height: 140%;
  color: rgba(255,255,255,0.55);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clients-say-quote {
  font-size: 44px;
  line-height: 1;
  color: rgba(255,255,255,0.22);
  margin-bottom: 32px;
}


.clients-say-text {
  font-size: 14px;
  line-height: 150%;
  color: rgba(255,255,255,0.78);
  flex: 1;
  min-height: 0;
}

.clients-say-text p {
  margin: 0;
  color:  #A9A9A9;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.clients-say-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.clients-say-author-photo {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.12);
  flex: 0 0 auto;
}

.clients-say-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clients-say-author-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: rgba(255,255,255,0.92);
}

.clients-say-author-pos {
  margin-top: 2px;
  color: #979797;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}


.clients-say-row{
  align-items: stretch;
}

.clients-say-col{
  display: flex;
  flex-direction: column;
}

.clients-say-col > .elementor-widget,
.clients-say-col > .elementor-widget > .elementor-widget-container{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.clients-say-col .clients-say-widget{
  height: 100%;
}

@media (max-width: 768px) {
  .clients-say-widget{
    padding: 24px;
  }

  .clients-say-head{
    position: relative;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .clients-say-title{
    align-items: flex-start;
    gap: 10px;
    padding-right: 86px;
  }

  .clients-say-h{
    font-size: 18px;
    line-height: 130%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .clients-say-nav{
    position: absolute;
    top: 0;
    right: 0;
    gap: 10px;
  }

  .clients-say-nav button{
    width: 32px;
    height: 32px;
  }

  .clients-say-slide{
    padding-top: 0;
  }

  .clients-say-org{
    max-width: 100%;
    margin: 14px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .clients-say-org-logo{
    flex: 0 0 auto;
  }

  .clients-say-org-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .clients-say-org-name{
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .clients-say-quote{
    font-size: 40px;
    margin: 32px 0;
  }

  .clients-say-text{
    flex: 0;
  }

  .clients-say-author{
    padding-top: 40px;
  }
  .clients-say-dot {
    top: 5px;
    position: relative;
  }
}


