/* Afghan Naween brand overrides — based on Corporate Profile 2025 */

:root {
  --anees-red: #c8102e;
  --anees-red-dark: #9e0c24;
  --anees-charcoal: #2f2c2a;
  --anees-slate: #3d3935;
  --anees-muted: #6c6a68;
  --anees-light: #f5f4f2;
  --anees-sand: #ebe7e1;
  --anees-gold: #d4a017;
}

body {
  color: #2f2c2a;
  background: #fff;
}

.bg-dark,
.custom-navbar,
.footer-section {
  background: var(--anees-charcoal) !important;
}

.custom-navbar .navbar-brand span,
.footer-section .footer-logo-wrap .footer-logo span {
  color: var(--anees-red);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0;
}

.brand-logo img {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
}

.footer-section .brand-logo img {
  height: 64px;
  max-width: 260px;
}

@media (max-width: 575px) {
  .brand-logo img {
    height: 42px;
    max-width: 170px;
  }
}

.custom-navbar .custom-navbar-nav li a:hover,
.custom-navbar .custom-navbar-nav li a:focus,
.custom-navbar .custom-navbar-nav li.active a {
  color: var(--anees-red) !important;
}

.hero {
  background: linear-gradient(135deg, var(--anees-charcoal) 0%, #1a1817 55%, #4a1518 100%) !important;
  padding: 7rem 0 5rem !important;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 16, 46, 0.28), transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(212, 160, 23, 0.12), transparent 40%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .intro-excerpt h1,
.hero .intro-excerpt p {
  color: #fff;
}

.hero .intro-excerpt .brand-kicker {
  display: inline-block;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--anees-gold);
  margin-bottom: 1rem;
}

.hero-img-wrap img {
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  max-height: 420px;
  width: 100%;
}

.btn,
.btn.btn-primary,
.btn.btn-secondary {
  background: var(--anees-red) !important;
  border-color: var(--anees-red) !important;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
}

.btn:hover,
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  background: var(--anees-red-dark) !important;
  border-color: var(--anees-red-dark) !important;
  color: #fff !important;
}

.btn.btn-white-outline,
.btn.btn-outline-light {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  color: #fff !important;
}

.btn.btn-white-outline:hover,
.btn.btn-outline-light:hover {
  background: #fff !important;
  color: var(--anees-charcoal) !important;
}

.btn.btn-dark-outline {
  background: transparent !important;
  border: 2px solid var(--anees-charcoal) !important;
  color: var(--anees-charcoal) !important;
}

.btn.btn-dark-outline:hover {
  background: var(--anees-charcoal) !important;
  color: #fff !important;
}

.section-title {
  color: var(--anees-charcoal);
  font-weight: 700;
}

.text-primary,
a {
  color: var(--anees-red);
}

a:hover {
  color: var(--anees-red-dark);
}

.product-section,
.why-choose-section,
.we-help-section,
.untree_co-section,
.blog-section,
.testimonial-section {
  background: #fff;
}

.service-card {
  background: #fff;
  border: 1px solid #e8e4df;
  border-radius: 10px;
  padding: 1.75rem;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(47, 44, 42, 0.12);
  border-color: rgba(200, 16, 46, 0.35);
}

.service-card .icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 16, 46, 0.1);
  color: var(--anees-red);
  font-size: 1.35rem;
  margin-bottom: 1.1rem;
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--anees-muted);
  margin-bottom: 1rem;
}

.feature-media {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(47, 44, 42, 0.15);
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

.stats-band {
  background: linear-gradient(90deg, var(--anees-charcoal), var(--anees-slate));
  color: #fff;
  padding: 3.5rem 0;
}

.stat-item h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.25rem;
}

.stat-item p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.mission-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 12px;
}

.mission-split .mission {
  background: var(--anees-red);
  color: #fff;
  padding: 2.5rem;
}

.mission-split .vision {
  background: var(--anees-charcoal);
  color: #fff;
  padding: 2.5rem;
}

.mission-split h3 {
  font-weight: 800;
  margin-bottom: 1rem;
}

.pillar-card {
  background: var(--anees-light);
  border-left: 4px solid var(--anees-red);
  padding: 1.5rem;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.pillar-card h4 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.03);
}

.process-step {
  position: relative;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e8e4df;
  border-radius: 10px;
  height: 100%;
}

.process-step .step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--anees-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.checklist li {
  margin-bottom: 0.65rem;
  padding-left: 0.25rem;
}

.checklist i {
  color: var(--anees-red);
  margin-right: 0.5rem;
}

.page-hero-compact {
  padding: 5rem 0 3.5rem !important;
}

.cta-band {
  background:
    linear-gradient(120deg, rgba(47, 44, 42, 0.92), rgba(158, 12, 36, 0.88)),
    url("../images/generated/hero-solar.jpg") center/cover no-repeat;
  color: #fff;
  padding: 4.5rem 0;
  border-radius: 12px;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.contact-chip {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-chip .icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(200, 16, 46, 0.1);
  color: var(--anees-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.form-control {
  border-radius: 6px;
  border-color: #ddd8d2;
  padding: 0.75rem 1rem;
}

.form-control:focus {
  border-color: var(--anees-red);
  box-shadow: 0 0 0 0.2rem rgba(200, 16, 46, 0.15);
}

.sofa-img {
  display: none !important;
}

.footer-section {
  padding-top: 4rem !important;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.img-profile {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

.service-hero-panel {
  background: var(--anees-light);
  border-radius: 14px;
  padding: 2rem;
  border: 1px solid #e4dfd8;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e8e4df;
}

.highlight-list li:last-child {
  border-bottom: 0;
}

.highlight-list i {
  color: var(--anees-red);
  margin-top: 0.2rem;
}

@media (max-width: 991px) {
  .mission-split {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    padding: 5rem 0 3rem !important;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.project-table-wrap {
  border: 1px solid #e8e4df;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.project-table {
  margin: 0;
  font-size: 0.92rem;
}

.project-table thead th {
  background: var(--anees-charcoal);
  color: #fff;
  font-weight: 600;
  border: 0;
  white-space: nowrap;
  padding: 0.9rem 1rem;
  vertical-align: middle;
}

.project-table tbody td {
  padding: 0.85rem 1rem;
  vertical-align: middle;
  border-color: #eeeae4;
  color: #2f2c2a;
}

.project-table tbody tr:nth-child(even) {
  background: #faf8f6;
}

.project-table tbody tr:hover {
  background: rgba(200, 16, 46, 0.05);
}

.po-chip {
  display: inline-block;
  background: rgba(200, 16, 46, 0.1);
  color: var(--anees-red);
  border-radius: 4px;
  padding: 0.2rem 0.55rem;
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}
