/*
Theme Name: Animals Generator SEO
Theme URI: https://animalsgenerator.com
Author: Muhammad Uzair Ahmad
Description: SEO-ready WordPress theme for the Animals Generator website with a random animal generator, pet name generator, long-form content, and structured data.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: animals-generator-seo
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #020617;
}

a {
  color: inherit;
}

.ag-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(16px);
}
.ag-site-brand img{
    max-height:50px;
    width:auto;
    display:block;
}
.ag-site-header-inner,
.ag-site-footer-inner {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.ag-site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.ag-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.ag-site-brand-mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.ag-site-brand span:last-child {
  color: transparent;
  background: linear-gradient(135deg, #38bdf8, #818cf8);
  -webkit-background-clip: text;
  background-clip: text;
}

.ag-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9ca3af;
  background: rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ag-site-footer-inner {
  padding: 30px 0;
  text-align: center;
}

.ag-site-footer strong {
  color: #ffffff;
}
