/*
Theme Name: Astra Child - Aify
Theme URI: https://aify.biz
Description: Child theme for Astra with custom Aify styles
Author: Your Name
Template: astra
Version: 1.0.0
*/

/* ==== Aify custom styles (futuristic minimal) ==== */
body {
  background: #f8faff;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  font-family: Arial, sans-serif !important;
}

header.site-header, footer.site-footer {
  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  padding: 1em;
}

.hero-section {
  text-align: center;
  padding: 5em 2em;
  background: linear-gradient(135deg, #e3f2fd, #ffffff);
}
header.site-header, footer.site-footer
{
    padding: 0em;
}
.hero-section h1 {
  font-size: 2.8em;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 0.5em 0;
}

.hero-section p {
  font-size: 1.1em;
  color: #3a506b;
  margin-bottom: 1.2em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}

.service-box {
  border: 1px solid #ccd6f6;
  padding: 1.6em;
  border-radius: 10px;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

a.cta-btn {
  display: inline-block;
  background: #1f4068;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s;
}
a.cta-btn:hover {
  background: #162447;
}

/* small screens */
@media (max-width: 600px) {
  .hero-section { padding: 3em 1em; }
  .hero-section h1 { font-size: 1.9em; }
}
