/* Scoped styles for the Index view */

.container.ptb {
  padding-bottom: 4rem;
}

@media (max-width: 575.98px) {
  .container.ptb {
    padding-bottom: 2rem;
  }
}

h1 {
  font-size: 4rem;
}

h2.tagline {
  font-size: 1.25rem;
}

h3 {
  font-size: 2.5rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 3rem;
  }
  
  h2.tagline {
    font-size: 1.1rem;
  }
  
  h3 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
  
  h2.tagline {
    font-size: 1rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
}

.video-container {
  width: 100%;
  max-width: 960px;
  border: 1px solid var(--border-color);
}

.about img {
  max-height: 300px;
}

.advantages img {
  max-height: 200px;
}

@media (max-width: 767.98px) {
  .about img {
    max-height: 200px;
  }

  .advantages img {
    max-height: 150px;
  }
}

@media (max-width: 575.98px) {
  .about img {
    max-height: 150px;
  }

  .advantages img {
    max-height: 100px;
  }
}

.social-icons svg {
  width: 2rem;
  height: 2rem;
}

/* Add any other Index-specific styles here */ 