.dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #D9D9D9;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .dot.active {
      background: #1659C1;
      transform: scale(1.5);
    }