/* =========================================
   ReBalance Theme - Brand Color Accents
   Logo colors: Green (#3a9d4f), Teal-Blue (#1a5276)
   ========================================= */

/* Subtle alternating section backgrounds */
.bg-light-green {
  background-color: #f0f9f1 !important;
}
.bg-light-blue {
  background-color: #edf4fc !important;
}
.bg-soft-teal {
  background-color: #f2f8f9 !important;
}
.bg-warm-gray {
  background-color: #f8f9fa !important;
}

/* Subtle top border accent for sections */
.section-accent-green {
  border-top: 3px solid #4CAF50;
}
.section-accent-blue {
  border-top: 3px solid #1a76d1;
}

/* =========================================
   Footer Redesign
   ========================================= */
.footer .footer-top {
  background: linear-gradient(135deg, #122d47 0%, #1a4a6e 50%, #163d5c 100%) !important;
  padding: 70px 0 50px;
}
.footer .footer-top::before {
  display: none;
}
.footer .single-footer h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.footer .single-footer h2::before {
  width: 40px;
  height: 2px;
  background: #4CAF50;
}
.footer .single-footer p {
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px;
  line-height: 1.7;
}
/* Timing cards with highlight backgrounds */
.footer .single-footer .time-sidual {
  margin-top: 0;
}
.footer .single-footer .time-sidual li.day {
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  border-left: 3px solid #4CAF50;
}
.footer .single-footer .time-sidual li.day span {
  color: #8fd4a0;
  font-weight: 600;
}
/* Quick links with hover effect */
.footer .single-footer.f-link li {
  margin-bottom: 10px;
}
.footer .single-footer.f-link li a {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  padding: 4px 0;
  transition: all 0.3s ease;
}
.footer .single-footer.f-link li a:hover {
  color: #8fd4a0;
  padding-left: 8px;
}
.footer .single-footer.f-link li a i {
  color: #4CAF50;
  margin-right: 8px;
  font-size: 12px;
}
/* Social icons styling */
.footer .single-footer .social li a {
  border-color: rgba(255,255,255,0.3);
  color: #fff;
  transition: all 0.3s ease;
}
.footer .single-footer .social li a:hover {
  background: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}
/* Location card */
.footer .single-footer .footer-location-card {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 15px;
  border-left: 3px solid #1a76d1;
}
.footer .single-footer .footer-location-card p {
  margin-bottom: 0;
  font-size: 13px;
}
/* Copyright bar */
.footer .copyright {
  background: rgba(0,0,0,0.2) !important;
  padding: 18px 0;
}
.footer .copyright .copyright-content p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* Schedule section brand stripe */
.schedule {
  background: linear-gradient(135deg, #1a5276 0%, #1a76d1 100%) !important;
}

/* Breadcrumb overlay with brand gradient */
.breadcrumbs.overlay::before {
  background: linear-gradient(135deg, rgba(26, 82, 118, 0.88) 0%, rgba(26, 118, 209, 0.82) 100%);
}

/* Call-to-action with brand gradient */
.call-action.overlay::before {
  background: linear-gradient(135deg, rgba(26, 82, 118, 0.9) 0%, rgba(58, 157, 79, 0.85) 100%);
}

/* Section divider subtle line */
.section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4CAF50, #1a76d1);
  margin: 0 auto 25px;
  border-radius: 2px;
}

/* Testimonial cards subtle left border */
.single-testimonial {
  border-left: 3px solid #4CAF50 !important;
}

/* Portfolio/gallery hover overlay */
.portfolio .single-pf:hover .btn-portfolio {
  background: linear-gradient(135deg, #1a76d1, #4CAF50) !important;
}

/* Why Choose section feature icons */
.why-choose .single-features .signle-icon i {
  color: #4CAF50;
}

/* Blog card hover effect */
.blog-grid-item .single-news:hover {
  border-bottom: 3px solid #4CAF50;
}

/* Service page cards subtle accent */
.service-details-inner {
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease;
}
.service-details-inner:hover {
  border-top-color: #4CAF50;
}

/* Nice subtle pattern for featured sections */
.bg-pattern-dots {
  background-image: radial-gradient(circle, #1a76d1 0.5px, transparent 0.5px);
  background-size: 25px 25px;
  background-color: #f8fbff;
}
