
/* ========================================
   GREEN COLOR SCHEME OVERHAUL
   Inspired by newsletter #1a5e2a → #0d3518
   ======================================== */

:root {
  --primary: #1a5e2a;
  --primary-dark: #0d3518;
  --primary-light: #2d9e37;
  --accent: #0d3518;
  --accent-light: #2d9e37;
  --success: #059669;
  --dark: #0d2818;
  --darker: #091a10;
  --gold: #c9a84c;

  --bs-primary: #1a5e2a;
  --bs-primary-rgb: 26, 94, 42;
  --bs-link-color: #1a5e2a;
  --bs-link-hover-color: #0d3518;
}

/* Navbar topbar - deep green */
.set-topbar {
  background: #0d2818 !important;
}

/* Navbar scroll shadow tint */
.set-navbar.scrolled {
  box-shadow: 0 4px 30px rgba(26,94,42,0.1) !important;
}

/* Primary buttons - deep green gradient */
.btn-primary {
  background: linear-gradient(135deg, #1a5e2a, #0d3518) !important;
  border: none;
  box-shadow: 0 4px 12px rgba(26, 94, 42, 0.35) !important;
}
.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(26, 94, 42, 0.5) !important;
  background: linear-gradient(135deg, #2d9e37, #1a5e2a) !important;
}

/* Navbar CTA partner button */
.set-nav-cta .btn-partner {
  background: #1a5e2a !important;
}
.set-nav-cta .btn-partner:hover {
  background: #0d3518 !important;
}

/* Navbar active links */
.set-nav-links a.active {
  color: #1a5e2a !important;
}

/* Dropdown items hover */
.set-nav-links .dropdown-item:hover {
  background: rgba(26,94,42,0.1) !important;
  color: #1a5e2a !important;
}

/* Outline primary buttons */
.btn-outline-primary {
  border-color: #1a5e2a;
  color: #1a5e2a;
}
.btn-outline-primary:hover {
  background: #1a5e2a;
  border-color: #1a5e2a;
  color: #fff;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #0d2818;
}

/* Page hero gradient - deep green */
.page-hero::before {
  background: linear-gradient(135deg, rgba(13,40,24,0.92) 0%, rgba(26,94,42,0.78) 100%) !important;
}

/* Hero carousel overlay - green tint instead of blue */
#heroCarousel .carousel-item .slide-bg::after {
  background: linear-gradient(
    105deg,
    rgba(13, 40, 24, 0.92) 0%,
    rgba(13, 40, 24, 0.65) 40%,
    rgba(13, 40, 24, 0.2) 70%,
    rgba(13, 40, 24, 0.05) 100%
  ) !important;
}

/* Slide subtitle */
.slide-subtitle {
  color: #2d9e37 !important;
}

/* Slide divider */
.slide-divider {
  background: #2d9e37 !important;
}

/* Support section - deep green instead of black */
.support-section {
  background: #0d2818 !important;
  box-shadow: inset 0 0 120px rgba(26,94,42,0.15) !important;
}
.support-section::before {
  background: linear-gradient(90deg, #1a5e2a, #c9a84c, #1a5e2a) !important;
}

/* Support cards - green accents */
.support-card {
  border-top-color: var(--card-accent, #1a5e2a) !important;
}

/* Footer - deep green dark */
.main-footer {
  background: #0d2818 !important;
}

/* Footer heading underline */
.footer-heading::after {
  background: #1a5e2a !important;
}

/* Footer bottom */
.footer-bottom {
  background: #091a10 !important;
}

/* Social links hover */
.main-footer .social-links a:hover {
  background: #1a5e2a !important;
}

/* Social link hover colors */
.social-link.facebook:hover { background: #1877f2 !important; }
.social-link.youtube:hover { background: #ff0000 !important; }
.social-link.instagram:hover { background: #e4405f !important; }
.social-link.whatsapp:hover { background: #25d366 !important; }

/* Vision icon */
.vision-icon {
  color: #1a5e2a;
}
.vision-card:hover .vision-icon {
  background: #1a5e2a;
  color: #fff;
}

/* Quick link card icon */
.quick-link-card .ql-icon {
  color: #1a5e2a;
}
.quick-link-card:hover {
  border-color: #1a5e2a;
}
.quick-link-card:hover .ql-icon {
  background: #1a5e2a;
  color: #fff;
}

/* Progress bar */
.progress-bar {
  background: linear-gradient(90deg, #1a5e2a, #0d3518) !important;
}

/* CTA bar */
.cta-bar {
  background: linear-gradient(135deg, #1a5e2a, #0d3518) !important;
}

/* Pagination active */
.pagination .page-item.active .page-link {
  background: #1a5e2a !important;
  box-shadow: 0 4px 12px rgba(26, 94, 42, 0.3) !important;
}

/* Floating give button */
.floating-give-btn {
  background: linear-gradient(135deg, #1a5e2a, #0d3518) !important;
  box-shadow: 0 6px 25px rgba(26,94,42,0.45) !important;
}
.floating-give-btn:hover {
  box-shadow: 0 8px 40px rgba(26,94,42,0.6) !important;
}
@keyframes givePulse {
  0%, 100% { box-shadow: 0 6px 25px rgba(26,94,42,0.45); }
  50% { box-shadow: 0 6px 40px rgba(26,94,42,0.75), 0 0 60px rgba(26,94,42,0.2); }
}

/* Tooltip */
.floating-give-btn .tooltip-text {
  background: #0d2818;
}
.floating-give-btn .tooltip-text::after {
  border-left-color: #0d2818;
}

/* Footer badge */
.footer-badge {
  border-color: #2d9e37;
  color: #2d9e37;
}

/* Blockquote */
.blockquote {
  border-left-color: #1a5e2a;
}

/* Member role */
.member-role {
  color: #1a5e2a;
}

/* Search modal */
#searchModal .form-control:focus {
  border-color: #1a5e2a;
  box-shadow: 0 0 0 3px rgba(26, 94, 42, 0.2);
}

/* Newsletter page hero - replace blue with green */
.newsletter-page-hero {
  background: linear-gradient(135deg, rgba(13,40,24,0.92) 0%, rgba(26,94,42,0.78) 100%) !important;
}

/* Form focus */
.form-control:focus, .form-select:focus {
  border-color: #1a5e2a;
  box-shadow: 0 0 0 3px rgba(26, 94, 42, 0.12);
}

/* Selection */
::selection {
  background: #1a5e2a;
  color: #fff;
}

/* Scrollbar */
::-webkit-scrollbar-thumb { background: #1a5e2a; border-radius: 10px; }

/* Text gradient */
.text-gradient {
  background: linear-gradient(135deg, #1a5e2a, #0d3518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Carousel indicators active */
#heroCarousel .carousel-indicators button.active .indicator-fill {
  background: #fff;
}

/* Responsive: mobile topbar green */
@media (max-width: 991.98px) {
  .set-topbar {
    background: #0d2818 !important;
  }
}
