/* SEO Pages & Additional CSS for Aspire Windows */

/* ===== FOOTER ENHANCEMENTS ===== */
.footer-logo {
  max-height: 60px;
  margin-bottom: 15px;
}

.all-pages-btn {
  background: linear-gradient(135deg, #6daf46, #45ba04);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.all-pages-btn:hover {
  background: linear-gradient(135deg, #45ba04, #6daf46);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(109,175,70,0.4);
}
.all-pages-dropdown {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 25px;
  margin-top: 10px;
  animation: fadeInUp 0.3s ease;
}
.all-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .all-pages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .all-pages-grid { grid-template-columns: 1fr; }
}
.pages-col h5 {
  color: #6daf46;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}
.pages-col ul { list-style: none; padding: 0; margin: 0; }
.pages-col ul li { margin-bottom: 5px; }
.pages-col ul li a {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
}
.pages-col ul li a:hover { color: #6daf46; }

/* ===== SEO PAGE HERO ===== */
.seo-hero {
  position: relative;
  min-height: 50vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d1a08 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px 60px;
  overflow: hidden;
  margin-top: 0;
}
.seo-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../images/slider7.jpg') center/cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}
.seo-hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.seo-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.seo-hero p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.seo-hero .badge-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.seo-badge {
  background: rgba(109,175,70,0.15);
  border: 1px solid #6daf46;
  color: #6daf46;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.hero-cta-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-primary-green {
  background: linear-gradient(135deg, #6daf46, #45ba04);
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-primary-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(109,175,70,0.5);
}
.btn-outline-white {
  background: transparent;
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  background: #fff;
  color: #000 !important;
}

/* ===== SEO CONTENT SECTIONS ===== */
.seo-intro-section {
  padding: 70px 0;
  background: #000;
}
.seo-intro-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-tag {
  display: inline-block;
  background: rgba(109,175,70,0.15);
  border: 1px solid #6daf46;
  color: #6daf46;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.seo-intro-section h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.seo-intro-section p {
  font-size: 16px;
  color: #bbb;
  line-height: 1.8;
  margin-bottom: 20px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .intro-grid { grid-template-columns: 1fr; }
  .seo-hero h1 { font-size: 28px; }
  .seo-intro-section h2 { font-size: 26px; }
}
.intro-image-wrap { position: relative; border-radius: 15px; overflow: hidden; }
.intro-image-wrap img { width: 100%; height: 400px; object-fit: cover; border-radius: 15px; }
.intro-image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #6daf46, #45ba04);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}
.intro-image-badge span { display: block; font-size: 22px; font-weight: 800; }

/* ===== FEATURES GRID ===== */
.features-section { padding: 70px 0; background: #0a0a0a; }
.features-section h2 { font-size: 36px; color: #fff; text-align: center; margin-bottom: 15px; }
.features-section p.lead { color: #bbb; text-align: center; margin-bottom: 50px; font-size: 16px; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 767px) {
  .features-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}
.feature-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6daf46, #45ba04);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card:hover {
  border-color: #6daf46;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(109,175,70,0.1);
}
.feature-icon {
  width: 70px; height: 70px;
  background: linear-gradient(135deg, rgba(109,175,70,0.15), rgba(69,186,4,0.05));
  border: 1px solid rgba(109,175,70,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #6daf46;
}
.feature-card h3 { font-size: 18px; color: #fff; margin-bottom: 12px; font-weight: 600; }
.feature-card p { font-size: 14px; color: #999; line-height: 1.6; margin: 0; }

/* ===== STATS ===== */
.stats-section { padding: 60px 0; background: linear-gradient(135deg, #0d1a08, #0a0a0a); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.stat-item { padding: 30px 20px; }
.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #6daf46;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label { font-size: 15px; color: #ccc; }

/* ===== PRODUCTS SECTION ===== */
.products-section { padding: 70px 0; background: #000; }
.products-section h2 { font-size: 36px; color: #fff; text-align: center; margin-bottom: 15px; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .products-grid { grid-template-columns: 1fr; }
}
.product-card {
  background: #111;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #222;
  transition: all 0.3s ease;
}
.product-card:hover {
  border-color: #6daf46;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(109,175,70,0.15);
}
.product-card-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-card-img img { transform: scale(1.08); }
.product-card-img .product-badge {
  position: absolute;
  top: 15px; left: 15px;
  background: #6daf46;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.product-card-body { padding: 25px; }
.product-card-body h3 { font-size: 20px; color: #fff; margin-bottom: 10px; }
.product-card-body p { font-size: 14px; color: #999; line-height: 1.6; margin-bottom: 15px; }
.product-features { list-style: none; padding: 0; margin: 0 0 20px; }
.product-features li {
  font-size: 13px; color: #bbb;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
.product-features li::before {
  content: '✓';
  position: absolute; left: 0;
  color: #6daf46; font-weight: 700;
}

/* ===== WHY CHOOSE US ===== */
.why-choose-section { padding: 70px 0; background: #0a0a0a; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) { .why-grid { grid-template-columns: 1fr; } }
.why-list { list-style: none; padding: 0; margin: 0; }
.why-list li {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #222;
}
.why-list li:last-child { border-bottom: none; }
.why-icon {
  width: 50px; height: 50px; min-width: 50px;
  background: rgba(109,175,70,0.1);
  border: 1px solid rgba(109,175,70,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #6daf46;
}
.why-text h4 { font-size: 16px; color: #fff; margin-bottom: 5px; font-weight: 600; }
.why-text p { font-size: 14px; color: #999; line-height: 1.6; margin: 0; }
.why-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.why-image-grid img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; transition: transform 0.3s; }
.why-image-grid img:hover { transform: scale(1.03); }

/* ===== PROCESS SECTION ===== */
.process-section { padding: 70px 0; background: #000; }
.process-section h2 { font-size: 36px; color: #fff; text-align: center; margin-bottom: 50px; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); }
}
.process-step { text-align: center; position: relative; }
.step-number {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #6daf46, #45ba04);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800; color: #fff;
  margin: 0 auto 20px;
  position: relative; z-index: 2;
}
.process-step h4 { font-size: 16px; color: #fff; margin-bottom: 10px; font-weight: 600; }
.process-step p { font-size: 13px; color: #999; line-height: 1.6; }

/* ===== GALLERY ===== */
.gallery-section { padding: 70px 0; background: #0a0a0a; }
.gallery-section h2 { font-size: 36px; color: #fff; text-align: center; margin-bottom: 50px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 767px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item { position: relative; overflow: hidden; border-radius: 10px; }
.gallery-item img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item .gallery-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { color: #6daf46; font-size: 30px; }

/* ===== FAQ ===== */
.faq-section { padding: 70px 0; background: #000; }
.faq-section h2 { font-size: 36px; color: #fff; text-align: center; margin-bottom: 50px; }
.faq-item {
  background: #111;
  border: 1px solid #222;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
.faq-question:hover { background: #1a1a1a; }
.faq-question h4 { font-size: 16px; color: #fff; margin: 0; font-weight: 600; }
.faq-question .faq-icon { color: #6daf46; font-size: 18px; transition: transform 0.3s; }
.faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-answer.open { padding: 0 25px 20px; max-height: 500px; }
.faq-answer p { font-size: 14px; color: #bbb; line-height: 1.8; margin: 0; }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-item.active { border-color: #6daf46; }

/* ===== CONTACT CTA ===== */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0d2008, #1a3a10);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle, rgba(109,175,70,0.05) 0%, transparent 70%);
}
.cta-section h2 { font-size: 40px; color: #fff; margin-bottom: 15px; font-weight: 700; }
.cta-section p { font-size: 18px; color: #ccc; margin-bottom: 35px; }

/* ===== CONTACT FORM SECTION ===== */
.contact-form-section { padding: 70px 0; background: #0a0a0a; }
.contact-form-section h2 { font-size: 32px; color: #fff; margin-bottom: 30px; }
.seo-contact-form .form-group { margin-bottom: 20px; }
.seo-contact-form label { color: #ccc; font-size: 14px; margin-bottom: 8px; display: block; }
.seo-contact-form input,
.seo-contact-form textarea,
.seo-contact-form select {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  transition: border-color 0.3s;
}
.seo-contact-form input:focus,
.seo-contact-form textarea:focus,
.seo-contact-form select:focus {
  outline: none;
  border-color: #6daf46;
  box-shadow: 0 0 0 3px rgba(109,175,70,0.1);
}
.seo-contact-form select option { background: #111; }
.seo-contact-form textarea { min-height: 120px; resize: vertical; }
.seo-contact-form input[type="submit"] {
  background: linear-gradient(135deg, #6daf46, #45ba04);
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
  letter-spacing: 0.5px;
}
.seo-contact-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(109,175,70,0.4);
}
.success-message {
  background: rgba(109,175,70,0.1);
  border: 1px solid #6daf46;
  color: #6daf46;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
}
.error-message {
  background: rgba(255,50,50,0.1);
  border: 1px solid #ff5555;
  color: #ff5555;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section { padding: 70px 0; background: #0a0a0a; }
.testimonials-section h2 { font-size: 36px; color: #fff; text-align: center; margin-bottom: 50px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 767px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 15px;
  padding: 30px 25px;
  transition: all 0.3s;
}
.testimonial-card:hover {
  border-color: #6daf46;
  transform: translateY(-5px);
}
.stars { color: #f5a623; margin-bottom: 15px; font-size: 14px; }
.testimonial-card p { font-size: 14px; color: #bbb; line-height: 1.8; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 15px; }
.author-avatar {
  width: 45px; height: 45px; border-radius: 50%;
  background: linear-gradient(135deg, #6daf46, #45ba04);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff; font-weight: 700;
}
.author-info h5 { font-size: 14px; color: #fff; margin: 0; font-weight: 600; }
.author-info span { font-size: 12px; color: #888; }

/* ===== BREADCRUMB ===== */
.breadcrumb-section {
  background: #0a0a0a;
  padding: 15px 0;
  border-bottom: 1px solid #222;
}
.breadcrumb-section .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.breadcrumb-section .breadcrumb > li + li::before { color: #6daf46; }
.breadcrumb-section .breadcrumb a { color: #6daf46; }
.breadcrumb-section .breadcrumb > .active { color: #ccc; }

/* ===== HOME PAGE 12 SECTIONS ===== */
.hero-stats-bar {
  background: #111;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 25px 0;
}
.hero-stats-bar .stat-item { text-align: center; }
.hero-stats-bar .stat-number { font-size: 32px; color: #6daf46; font-weight: 800; display: block; }
.hero-stats-bar .stat-label { font-size: 13px; color: #ccc; }

.brands-section { padding: 50px 0; background: #0a0a0a; }
.brands-section h2 { font-size: 28px; color: #fff; text-align: center; margin-bottom: 10px; }
.brands-section p { color: #888; text-align: center; margin-bottom: 35px; }
.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) { .brands-grid { grid-template-columns: 1fr; } }
.brand-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s;
}
.brand-card:hover { border-color: #6daf46; transform: translateY(-3px); }
.brand-card img { max-height: 80px; object-fit: contain; margin-bottom: 15px; filter: brightness(0.9); }
.brand-card h4 { color: #6daf46; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.brand-card p { font-size: 13px; color: #888; margin: 0; }

.home-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0d1a08 0%, #000 50%, #0a1505 100%);
  text-align: center;
}
.home-cta-section h2 { font-size: 42px; color: #fff; font-weight: 700; margin-bottom: 20px; }
.home-cta-section p { font-size: 18px; color: #ccc; margin-bottom: 35px; max-width: 650px; margin-left: auto; margin-right: auto; }

/* ===== ABOUT US SECTIONS ===== */
.team-section { padding: 70px 0; background: #000; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}
@media (max-width: 767px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
.team-card { text-align: center; }
.team-avatar {
  width: 100px; height: 100px; border-radius: 50%;
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  border: 3px solid #6daf46;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 15px;
  font-size: 35px; color: #6daf46;
}
.team-card h4 { color: #fff; font-size: 16px; margin-bottom: 5px; }
.team-card p { color: #888; font-size: 13px; }

.facility-section { padding: 70px 0; background: #0a0a0a; }
.facility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) { .facility-grid { grid-template-columns: 1fr; } }
.facility-item {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #222;
}
.facility-item img { width: 100%; height: 250px; object-fit: cover; }
.facility-item-body { padding: 20px; }
.facility-item-body h4 { color: #fff; font-size: 18px; margin-bottom: 10px; }
.facility-item-body p { color: #888; font-size: 14px; margin: 0; }

.awards-section { padding: 70px 0; background: #000; }
.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}
@media (max-width: 767px) { .awards-grid { grid-template-columns: repeat(2, 1fr); } }
.award-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s;
}
.award-card:hover { border-color: #6daf46; }
.award-icon { font-size: 40px; color: #f5a623; margin-bottom: 15px; }
.award-card h4 { color: #fff; font-size: 15px; margin-bottom: 8px; }
.award-card p { color: #888; font-size: 12px; margin: 0; }

.timeline-section { padding: 70px 0; background: #0a0a0a; }
.timeline { position: relative; padding: 20px 0; }
.timeline::before {
  content: '';
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #6daf46, #45ba04);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .timeline::before { left: 30px; }
}
.timeline-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}
.timeline-item:nth-child(even) { flex-direction: row-reverse; }
@media (max-width: 767px) {
  .timeline-item, .timeline-item:nth-child(even) {
    flex-direction: row;
    padding-left: 70px;
  }
}
.timeline-year {
  width: 80px; min-width: 80px;
  text-align: center;
  position: relative;
}
.timeline-year span {
  background: linear-gradient(135deg, #6daf46, #45ba04);
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.timeline-content {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px;
  flex: 1;
  max-width: 400px;
}
.timeline-content h4 { color: #fff; font-size: 18px; margin-bottom: 10px; font-weight: 600; }
.timeline-content p { color: #888; font-size: 14px; margin: 0; line-height: 1.6; }

/* ===== ADMIN PANEL ===== */
.admin-body { background: #0a0a0a; min-height: 100vh; font-family: 'Josefin Sans', sans-serif; color: #fff; }
.admin-login-wrap {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #000 0%, #0d1a08 100%);
  padding: 20px;
}
.admin-login-box {
  background: #111;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 50px 40px;
  width: 100%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.admin-login-box .logo-wrap { margin-bottom: 30px; }
.admin-login-box img { max-height: 60px; }
.admin-login-box h2 { font-size: 24px; color: #fff; margin-bottom: 8px; }
.admin-login-box p { font-size: 14px; color: #888; margin-bottom: 30px; }
.admin-form-group { margin-bottom: 20px; text-align: left; }
.admin-form-group label { color: #ccc; font-size: 13px; display: block; margin-bottom: 8px; }
.admin-form-group input {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  transition: border-color 0.3s;
}
.admin-form-group input:focus { outline: none; border-color: #6daf46; }
.admin-login-btn {
  width: 100%;
  background: linear-gradient(135deg, #6daf46, #45ba04);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.5px;
}
.admin-login-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(109,175,70,0.4); }
.admin-error {
  background: rgba(255,50,50,0.1);
  border: 1px solid #ff5555;
  color: #ff5555;
  padding: 12px; border-radius: 8px;
  margin-bottom: 20px; font-size: 13px;
}

/* Admin Dashboard */
.admin-header {
  background: #111;
  border-bottom: 1px solid #222;
  padding: 15px 30px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 100;
}
.admin-header img { max-height: 40px; }
.admin-header a { color: #ff5555; font-size: 13px; text-decoration: none; }
.admin-header a:hover { color: #ff3333; }
.admin-content { padding: 30px; }
.admin-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}
@media (max-width: 767px) { .admin-stats-row { grid-template-columns: repeat(2, 1fr); } }
.admin-stat-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
}
.admin-stat-card .number { font-size: 36px; font-weight: 800; color: #6daf46; display: block; }
.admin-stat-card .label { font-size: 13px; color: #888; }
.enquiries-table-wrap {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  overflow: hidden;
}
.enquiries-table-header {
  padding: 20px 25px;
  border-bottom: 1px solid #222;
  display: flex; align-items: center; justify-content: space-between;
}
.enquiries-table-header h3 { color: #fff; font-size: 18px; margin: 0; }
table.admin-table { width: 100%; border-collapse: collapse; }
table.admin-table th {
  background: #1a1a1a;
  color: #6daf46;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #222;
}
table.admin-table td {
  padding: 15px 20px;
  font-size: 13px;
  color: #bbb;
  border-bottom: 1px solid #1a1a1a;
  vertical-align: top;
}
table.admin-table tr:hover td { background: #1a1a1a; }
.status-new {
  background: rgba(109,175,70,0.15);
  border: 1px solid #6daf46;
  color: #6daf46;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}
.no-enquiries { text-align: center; padding: 50px; color: #555; font-size: 15px; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.animate-fade-in { animation: fadeIn 0.8s ease forwards; }
.animate-fade-up { animation: fadeInUp 0.8s ease forwards; }

/* ===== MOBILE RESPONSIVENESS ===== */
@media (max-width: 767px) {
  .seo-hero { padding: 100px 15px 50px; min-height: 60vh; }
  .seo-hero h1 { font-size: 26px; }
  .seo-hero p { font-size: 15px; }
  .hero-cta-btns { flex-direction: column; align-items: center; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-number { font-size: 36px; }
  .admin-stats-row { grid-template-columns: 1fr 1fr; }
  .admin-content { padding: 15px; }
  .timeline::before { left: 20px; }
  .timeline-year { width: 60px; min-width: 60px; }
  .all-pages-grid { grid-template-columns: 1fr !important; }
  .process-steps { grid-template-columns: 1fr 1fr; }
}

/* ===== SEO REPORT PAGE ===== */
.seo-report-section { padding: 70px 0; background: #000; }
.report-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
}
.report-card h3 { color: #6daf46; font-size: 20px; margin-bottom: 20px; font-weight: 700; border-bottom: 1px solid #222; padding-bottom: 15px; }
.score-circle {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: conic-gradient(#6daf46 var(--score, 0%), #222 0%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  margin: 0 auto 15px;
}
.score-circle::before {
  content: '';
  position: absolute;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: #111;
}
.score-circle span { position: relative; z-index: 1; font-size: 20px; font-weight: 800; color: #fff; }
.score-label { text-align: center; color: #ccc; font-size: 14px; }
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #1a1a1a;
}
.check-item:last-child { border-bottom: none; }
.check-icon { font-size: 16px; min-width: 20px; margin-top: 2px; }
.check-icon.pass { color: #6daf46; }
.check-icon.fail { color: #ff5555; }
.check-icon.warn { color: #f5a623; }
.check-text h5 { color: #fff; font-size: 14px; margin: 0 0 4px; }
.check-text p { color: #888; font-size: 12px; margin: 0; }
.strategy-table { width: 100%; }
.strategy-table tr td { padding: 10px 15px; color: #bbb; font-size: 13px; border-bottom: 1px solid #1a1a1a; }
.strategy-table tr td:first-child { color: #6daf46; font-weight: 600; width: 120px; }
.strategy-table tr td:last-child { text-align: right; }
