/* ==========================================================================
   SEO / AEO Reusable Blocks Styles
   ========================================================================== */

/* Main Containers */
.aeo-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aeo-section-white {
    background-color: #ffffff;
}
.aeo-section-gray {
    background-color: #f9f9f9;
}

/* Titles and Intro */
.aeo-title {
    color: #f23a3a !important;
    margin-bottom: 20px !important;
}
.aeo-intro {
    font-size: 16px;
    line-height: 1.6;
}

/* Response Blocks */
.aeo-response-block {
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

/* Cards Grid (Errors & Features) */
.aeo-card-grid {
    margin-top: 30px;
}
.aeo-card {
    min-height: 220px;
    background: #ffffff !important;
    padding: 30px 20px !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.aeo-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: #f23a3a !important;
}
.aeo-card-icon {
    color: #f23a3a !important;
    margin-bottom: 15px !important;
}
.aeo-card-title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-weight: 600;
}
.aeo-card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* FAQ Accordion */
.aeo-faq {
    margin-top: 30px;
}
.aeo-faq-panel {
    border-radius: 4px !important;
    border: 1px solid #eeeeee !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
}
.aeo-faq-heading {
    background-color: #f9f9f9 !important;
    padding: 15px 20px !important;
    border-bottom: none !important;
}
.aeo-faq-question {
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0 !important;
}
.aeo-faq-question a {
    display: block;
    text-decoration: none !important;
    color: #333333 !important;
}
.aeo-faq-question a:hover,
.aeo-faq-question a:focus {
    color: #f23a3a !important;
}
.aeo-faq-question i {
    color: #f23a3a;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.aeo-faq-question a.collapsed i {
    transform: rotate(-90deg);
}
.aeo-faq-body {
    padding: 20px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #444444;
    border-top: 1px solid #eeeeee !important;
}

/* Call to Action */
.aeo-cta {
    margin-top: 30px;
    font-size: 16px;
}
.aeo-cta-link {
    font-weight: bold;
    color: #f23a3a;
    transition: color 0.3s ease;
}
.aeo-cta-link:hover {
    color: #cc0000;
    text-decoration: underline;
}


/* Aprender Arabe Logo Textual Elegante */
.aprender-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  line-height: 1;
  margin-top: 25px; /* Aligns with header menu vertical alignment */
}

.aprender-logo-symbol {
  color: #c51f2b;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.aprender-logo:hover .aprender-logo-symbol {
  transform: rotate(45deg); /* Elegant rotation on hover */
}

.aprender-logo-text {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.aprender-logo-green {
  color: #147a38;
}

.aprender-logo-red {
  color: #c51f2b;
}

.aprender-logo:hover,
.aprender-logo:focus {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .aprender-logo-text {
    font-size: 24px;
  }

  .aprender-logo-symbol {
    font-size: 15px;
  }
}

