@charset "UTF-8";
/* CSS Document */

 @media (max-width: 1200px) {
    .faq-container {
      flex-direction: column;
      padding: 0 80px;
      gap: 60px;
    }
    .faq-intro {
      flex: 1;
    }
  }

@media (max-width: 1024px) {
    section, div{    }
    
    .main{}
    
    .container{
    flex-direction: column;
}

    .header-logo-img {
        width: 125px;
    }
    .header-logo-tagline {
        font-size: 0.7rem;
    }
    
    .hero-content{
        display: flex;
        flex-direction:column;
        width:100%;
        text-align: center;
        justify-content: center;
    }
    .hero-video-wrapper{
        order: 1;
    }
  .hero-content h1 {
    font-size: 48px;
  }
  .hero-buttons {
    justify-content: center;
  }
      .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
    .about-text{
    justify-content: center;
        text-align: center;
        order:2;
    }
  .page-wrapper {
    padding: 20px;
  }
    .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

      .footer-main {
    flex-direction: column;
    gap: 40px;
  }
  .footer-links {
    justify-content: space-between;
  }

      .trial-form {
    grid-template-columns: 1fr;
  }
    .about-image{
        height:325px;
        
    }

      .testimonials-container {
    grid-template-columns: 1fr;
      /*flex-direction: column;*/
          justify-content: center;
          align-content: center;
          align-items: center;
  }
        .testimonial-content {
    gap: 16px;
    padding:1rem;
}
    .carousel {
  order:2;
}
        .carousel-track {
        flex-wrap: nowrap;
        overflow: auto;
        flex-direction: column;
        justify-content: center;
        text-align:left;
        gap: 1rem;
    }
        .testimonial-content {
        flex-direction: column;
    }
  .testimonial-video-wrapper {
   /* max-width: 400px;
    margin: 0 auto;*/
  }
    .carousel-arrow.next {
    right: 0;
    background: url(../img/icons/chevron-right.svg) no-repeat center center;
}
    .carousel-dots {
        display: none !important;
    }
}

@media (max-width: 768px) {
  .page-wrapper {
    padding: 20px 15px;
    gap: 30px;
  }
      .teams-grid {
    flex-direction: column;
  }
  .teams-title {
    font-size: 32px;
  }
  .team-item p {
    font-size: 20px;
  }
      .alert-box h3 {
    font-size: 32px;
  }
  .alert-box p {
    font-size: 18px;
  }
    
    .faq-section {
      padding: 40px 0;
    }
    .faq-container {
      padding: 0 24px;
      gap: 40px;
    }
    .faq-main-title {
      font-size: 32px;
    }
    .faq-list {
      padding: 20px 16px;
    }
    .quote-icon {
    width: 24px;
    flex-shrink: 0;
}

  }


@media (max-width: 500px) {
    .hero-content h1 {
        font-size: 36px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
      .cta-buttons {
    flex-direction: column;
  }
}


@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-title {
    font-size: 32px;
  }

  .site-footer {
    padding: 40px 20px;
  }
  .footer-links {
    flex-direction: column;
    gap: 30px;
  }
}
