@tailwind base;
@tailwind components;
@tailwind utilities;


     .font-display{
        font-family: "Playfair Display", serif;
     }
     .font-raleway{
        font-family: "Raleway", sans-serif;
     }
  /* CARD WIDTH IS THE KEY */
  .testimonialSwiper .swiper-slide {
  width: 291px;     /* exact full card width */
}

  .card {
    padding: 20px;
    background: linear-gradient(180deg, #1d1c1b, #121110);
    color: #f4f4f4;
    height: 291px;
  }

  .stars {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 24px;
  }
  .nav-btn {
    width: 60px;
    height: 36px;
    border: 1px solid #1a1817;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

   .tab-btn {
    transition: all 0.3s ease;
  }

  .active-tab {
    padding: 15px 35px;
    background: black;
    color: white;
  }


