@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --primary-color: #FA1917;
  --secondary-color: #353294;
  --white-color: #ffffff;
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/* Slick Slider Equal Height Card Helper */
.slick-equal-height .slick-track {
  display: flex !important;
}
.slick-equal-height .slick-slide {
  height: auto !important;
  display: flex !important;
}
.slick-equal-height .slick-slide > div {
  width: 100%;
  display: flex;
}

/* Custom Slick Dots for Testimonials */
.testi-slider .slick-dots {
  bottom: -40px;
}
.testi-slider .slick-dots li {
  margin: 0 2px;
}
.testi-slider .slick-dots li button:before {
  font-size: 11px;
  color: #E5E7EB;
  opacity: 1;
  transition: all 0.3s ease;
}
.testi-slider .slick-dots li.slick-active button:before {
  color: #FA1917;
  opacity: 1;
}

@media (max-width: 1279px) {
  .custom-overflow-hidden {
    overflow: hidden !important;
  }
}

/* Smooth FAQ Transition */
.faq-content {
  transition: max-height 0.3s ease-in-out !important;
}

.fwa {
    position: fixed;
    bottom: 96px;
    right: 24px;
    z-index: 90;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 6px 24px rgba(37, 211, 102, .45);
    cursor: pointer;
    transition: transform .2s;
    text-decoration: none;
}

.fcall {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 90;
    width: 56px;
    height: 56px;
    background: #fa1917;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 6px 24px rgba(11, 37, 69, .4);
    text-decoration: none;
    animation: ring 5s ease-in-out infinite;
    transition: transform .2s;
}
