/*
Theme Name: AeroVision
Description: Professional drone services WordPress theme
Version: 1.0
Author: Your Name
*/

/* This file is mainly for WordPress theme identification */
/* All styling is handled in header.php for this theme */

.wp-block-group {
  margin: 0;
}

.wp-block-group__inner-container {
  margin: 0;
}

/* WordPress admin bar adjustments */
.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

/* Contact Form 7 additional styling */
.wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.wpcf7-validation-errors {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.wpcf7-mail-sent-ok {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.wpcf7-spinner {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 1.125rem;
  }
}
