* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  color: #000000;
  line-height: 1.5;
}

/* ========== AI TECHNOLOGY SECTION ========== */
.ai-tech-section {
  width: 100%;
  padding: 0rem 1rem;
  margin-top: -30px;
}

.ai-tech-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.04)

}

/* Divider Lines */

.divider {
  border: none;
  border-top: 0 solid #e1e1e1 !important; 
  margin: 2rem 0;
}

/* "Powered by" Text */
.powered-by {
  font-size: 1.2rem;     
  margin-bottom: 1rem;
  color: #555555;
}

/* Logo Grid */
.ai-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;          
  justify-content: center;
  align-items: center;
}

/* Individual Logo Items */
.ai-logo-item {
  width: 150px;        
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-logo-item img {
  max-width: 100%;
  height: auto;
}

#make{
  width: 140px;
  margin-right: -35px;
}

#openai{
  width: 120px;
}

#eleven-labs{
  width: 130px;
}

#vapi{
  width: 74px;
  margin-left: 17px;
}

/* ========== ANIMATION STYLES ========== */
/* Elements start slightly off-screen to the left */
[data-animate="slide-in-left"] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* When element is in view, apply the visible state */
[data-animate="slide-in-left"].animate--visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== RESPONSIVE MEDIA QUERIES ========== */
@media (max-width: 992px) {
  .powered-by {
    font-size: 1.4rem;
  }
  .ai-logo-item {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .powered-by {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .ai-logo-grid{
    width: 270px !important;
    margin-left: 14%;

  }
  .ai-logo-item {
    width: 80px;
  }

  #make{
    width: 100px;
    margin-right: -35px;
  }
  
  #openai{
    width: 80px;
  }
  
  #eleven-labs{
    width: 90px;
  }
  
  #vapi{
    width: 44px;
    margin-left: 17px;
  }
}

@media (max-width: 274px ) {
    #make{
      width: 130px;
      margin-right: 0;
      margin-bottom: -25px;
    }
    #vapi {
      margin-left: 0;
    }
}
