body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #e5e7eb;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .container {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    width: 90vw;
    max-width: 700px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
  
  .underline {
    width: 60px;
    height: 4px;
    background: #8b5cf6;
    margin: 0 auto 1rem;
  }
  
  /* Swiper customization */
  .swiper {
    padding: 2rem 0;
  }
  
  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  
  .text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 90%;
    margin: 0 auto;  
  }
  
  .img-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;  
  }
  
  
  .img-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }
  
  .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  
  .img-background {
    position: absolute;
    top: -6px;
    left: 10px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #8b5cf6;
    z-index: 1;
  }
  
  .name {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: capitalize;
  }
  
  .job {
    text-transform: uppercase;
    color: #c4b5fd;
    font-size: 0.9rem;
    margin: 0.3rem 0;
  }
  
  .quote-icon {
    color: #8b5cf6;
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem;
  }
  
  /* .text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 90%;
  } */
  
 
  .swiper-button-next,
  .swiper-button-prev {
    color: #8b5cf6;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #8b5cf6;
  }
  