﻿@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1280px - 6rem));
            transform: translateX(calc(-1280px - 6rem));
  }
}
@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1280px - 6rem));
            transform: translateX(calc(-1280px - 6rem));
  }
}
@-webkit-keyframes slideLoopMobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1120px - 4rem));
            transform: translateX(calc(-1120px - 4rem));
  }
}
@keyframes slideLoopMobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1120px - 4rem));
            transform: translateX(calc(-1120px - 4rem));
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(180deg);
            transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(180deg);
            transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@-webkit-keyframes ringPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
}
@keyframes ringPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes lineExpand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes lineExpand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.customer-slider-section {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background: linear-gradient(135deg, #06090f 0%, #0c1220 50%, black 100%);
  background-size: 200% 200%;
  -webkit-animation: gradientMove 15s ease infinite;
          animation: gradientMove 15s ease infinite;
  overflow: hidden;
}
.customer-slider-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(234, 88, 12, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 0 2rem;
}

.header-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ea580c), color-stop(#0ea5e9), to(transparent));
  background: linear-gradient(90deg, transparent, #ea580c, #0ea5e9, transparent);
  border-radius: 2px;
  -webkit-animation: lineExpand 1s ease-out forwards;
          animation: lineExpand 1s ease-out forwards;
}
.header-line.left {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0ea5e9), to(#ea580c));
  background: linear-gradient(90deg, transparent, #0ea5e9, #ea580c);
}
.header-line.right {
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), color-stop(#0ea5e9), to(transparent));
  background: linear-gradient(90deg, #ea580c, #0ea5e9, transparent);
}

.section-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #e2e8f0;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.section-title .title-icon {
  font-size: 1.2em;
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}

.section-subtitle {
  text-align: center;
  color: rgba(226, 232, 240, 0.7);
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  margin: 0 0 3rem;
  padding: 0 1rem;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.slider-wrapper {
  overflow: hidden;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  padding: 2rem 0;
}

.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-animation: slideLoop 20s linear infinite;
          animation: slideLoop 20s linear infinite;
}
.slider-track.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slider-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.customer-card {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  min-height: 280px;
  background: linear-gradient(145deg, rgba(226, 232, 240, 0.1) 0%, rgba(226, 232, 240, 0.05) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.customer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(90deg, #ea580c, #0ea5e9);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.customer-card:hover {
  -webkit-transform: translateY(-15px) scale(1.02);
      -ms-transform: translateY(-15px) scale(1.02);
          transform: translateY(-15px) scale(1.02);
  border-color: rgba(234, 88, 12, 0.5);
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(234, 88, 12, 0.2), 0 0 60px rgba(14, 165, 233, 0.1);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(234, 88, 12, 0.2), 0 0 60px rgba(14, 165, 233, 0.1);
}
.customer-card:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.customer-card:hover .card-glow {
  opacity: 1;
}
.customer-card:hover .avatar-ring {
  -webkit-animation: ringPulse 1s ease-in-out infinite;
          animation: ringPulse 1s ease-in-out infinite;
}
.customer-card:hover .card-shine {
  -webkit-animation: shimmer 1.5s ease-in-out;
          animation: shimmer 1.5s ease-in-out;
}
.customer-card:hover .customer-avatar {
  -webkit-transform: scale(1.1) rotate(5deg);
      -ms-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}
.customer-card.highlighted {
  border-color: rgba(234, 88, 12, 0.3);
}
.customer-card.highlighted .customer-badge {
  background: linear-gradient(135deg, #ea580c, #f97316);
}

.card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(234, 88, 12, 0.15) 0%, transparent 50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(226, 232, 240, 0.1)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(226, 232, 240, 0.1), transparent);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  pointer-events: none;
}

.card-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}

.customer-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.avatar-ring {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 3px solid transparent;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea580c, #0ea5e9) border-box;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.avatar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.5rem;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.2), rgba(14, 165, 233, 0.2));
  border-radius: 50%;
}

.customer-name {
  font-size: 1rem;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0 0 1rem;
  line-height: 1.4;
  min-height: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.customer-divider {
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(90deg, #ea580c, #0ea5e9);
  border-radius: 2px;
  margin-bottom: 1rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.customer-card:hover .customer-divider {
  width: 100px;
}

.customer-description {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.7);
  margin: 0 0 1.5rem;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.customer-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.customer-badge .badge-dot {
  width: 6px;
  height: 6px;
  background: #e2e8f0;
  border-radius: 50%;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.control-btn {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(226, 232, 240, 0.2);
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.05);
  color: #e2e8f0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.control-btn svg {
  width: 24px;
  height: 24px;
}
.control-btn:hover {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-color: transparent;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 5px 20px rgba(234, 88, 12, 0.4);
          box-shadow: 0 5px 20px rgba(234, 88, 12, 0.4);
}
.control-btn:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.slider-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.indicator {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(226, 232, 240, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indicator:hover {
  background: rgba(226, 232, 240, 0.5);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.indicator.active {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 0 0 15px rgba(234, 88, 12, 0.5);
          box-shadow: 0 0 15px rgba(234, 88, 12, 0.5);
}

.floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-animation: float 10s ease-in-out infinite;
          animation: float 10s ease-in-out infinite;
}
.particle.particle-0 {
  left: 54%;
  top: 59%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  background: rgba(234, 88, 12, 0.3);
  width: 12px;
  height: 12px;
}
.particle.particle-1 {
  left: 75%;
  top: 88%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  background: rgba(14, 165, 233, 0.3);
}
.particle.particle-2 {
  left: 92%;
  top: 90%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  background: rgba(234, 88, 12, 0.3);
}
.particle.particle-3 {
  left: 34%;
  top: 44%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  background: rgba(14, 165, 233, 0.3);
  width: 12px;
  height: 12px;
}
.particle.particle-4 {
  left: 2%;
  top: 5%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  background: rgba(234, 88, 12, 0.3);
}
.particle.particle-5 {
  left: 98%;
  top: 42%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  background: rgba(14, 165, 233, 0.3);
  width: 6px;
  height: 6px;
}
.particle.particle-6 {
  left: 47%;
  top: 86%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  background: rgba(234, 88, 12, 0.3);
  width: 12px;
  height: 12px;
}
.particle.particle-7 {
  left: 76%;
  top: 69%;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  background: rgba(14, 165, 233, 0.3);
}
.particle.particle-8 {
  left: 91%;
  top: 78%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  background: rgba(234, 88, 12, 0.3);
}
.particle.particle-9 {
  left: 46%;
  top: 27%;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  background: rgba(14, 165, 233, 0.3);
  width: 12px;
  height: 12px;
}
.particle.particle-10 {
  left: 50%;
  top: 80%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  background: rgba(234, 88, 12, 0.3);
  width: 6px;
  height: 6px;
}
.particle.particle-11 {
  left: 34%;
  top: 70%;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  background: rgba(14, 165, 233, 0.3);
}
.particle.particle-12 {
  left: 78%;
  top: 6%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  background: rgba(234, 88, 12, 0.3);
  width: 12px;
  height: 12px;
}
.particle.particle-13 {
  left: 57%;
  top: 66%;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  background: rgba(14, 165, 233, 0.3);
}
.particle.particle-14 {
  left: 41%;
  top: 36%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  background: rgba(234, 88, 12, 0.3);
}

@media screen and (max-width: 1024px) {
  .customer-slider-section {
    padding: 3rem 0;
  }
  .customer-card {
    width: 280px;
    min-height: 260px;
  }
  .slider-track {
    -webkit-animation-name: slideLoopMobile;
            animation-name: slideLoopMobile;
  }
  .header-line {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .customer-slider-section {
    padding: 2.5rem 0;
  }
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .header-line {
    display: none;
  }
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .customer-card {
    width: 260px;
    min-height: 240px;
  }
  .customer-card .card-content {
    padding: 1.5rem;
  }
  .customer-avatar {
    width: 65px;
    height: 65px;
  }
  .avatar-icon {
    font-size: 2rem;
    width: 65px;
    height: 65px;
  }
  .customer-name {
    font-size: 0.95rem;
  }
  .control-btn {
    width: 44px;
    height: 44px;
  }
  .control-btn svg {
    width: 20px;
    height: 20px;
  }
  .slider-controls {
    gap: 1rem;
  }
  .indicator {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  .customer-slider-section {
    padding: 2rem 0;
  }
  .section-subtitle {
    margin-bottom: 2rem;
  }
  .customer-card {
    width: 240px;
    min-height: 220px;
    border-radius: 18px;
  }
  .customer-card .card-content {
    padding: 1.25rem;
  }
  .customer-avatar {
    width: 55px;
    height: 55px;
    margin-bottom: 1rem;
  }
  .avatar-icon {
    font-size: 1.75rem;
    width: 55px;
    height: 55px;
  }
  .customer-name {
    font-size: 0.9rem;
    min-height: auto;
  }
  .customer-description {
    font-size: 0.85rem;
  }
  .customer-badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
  }
  .slider-wrapper {
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, black), color-stop(95%, black), to(transparent));
    mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, black), color-stop(95%, black), to(transparent));
    -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
  }
  .control-btn {
    width: 40px;
    height: 40px;
  }
  .control-btn svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 360px) {
  .customer-card {
    width: 220px;
    min-height: 200px;
  }
  .section-title {
    font-size: 1.25rem;
  }
  .slider-controls {
    gap: 0.75rem;
  }
  .slider-indicators {
    gap: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slider-track {
    -webkit-animation: none;
            animation: none;
  }
  .particle {
    -webkit-animation: none;
            animation: none;
  }
  .customer-card {
    -webkit-transition: none;
    transition: none;
  }
  .avatar-ring {
    -webkit-animation: none;
            animation: none;
  }
}
/*# sourceMappingURL=wwwroot\css\Components\customelistpage.css.map */