/* =========================
   GREEN FIELD SCHOOL THEME
========================= */

:root {
  --bs-primary: #166534;
  --bs-secondary: #FBBF24;
  --bs-success: #22C55E;
  --bs-dark: #1F2937;
  --bs-light: #F9FAFB;
}

/* Body */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #F9FAFB;
  color: #1F2937;
}

/* Navbar */
.navbar {
  background-color: #fffffff2 !important;
}

.navbar .nav-link {
  color: #166534 !important;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #FBBF24 !important;
}

.navbar .navbar-nav .nav-link.active{
  color: #FBBF24 !important;
  font-weight: 700;
}

/* Buttons */
.btn-primary {
  background-color: #166534;
  border-color: #166534;
}

.btn-primary:hover {
  background-color: #14532d;
  border-color: #14532d;
}

.btn-primary:focus, .btn-primary:active {
  background-color: #14532d;
  border-color: #14532d;
  box-shadow: 0 0 0 0.25rem rgba(22,101,52,0.5);
}

.btn-secondary {
  background-color: #FBBF24;
  border-color: #FBBF24;
  color: #000;
}

.btn-secondary:hover {
  background-color: #f59e0b;
  border-color: #f59e0b;
}

/* Hero Section */
.hero-header {
  background: linear-gradient(rgba(22,101,52,0.85), rgba(22,101,52,0.85)),
              url('../img/school.jpg') center center no-repeat;
  background-size: cover;
}

/* Section Titles */
.section-title h1 {
  color: #166534;
  font-weight: 700;
}

/* Cards */
.card {
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* Footer */
.footer {
  background-color: #14532d;
  color: #ffffff;
  background: linear-gradient(rgba(140, 250, 190, .8), rgba(140, 250, 190, 1)), url(../img/background.jpg) !important;
}

.footer a {
  color: #FBBF24;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.bg-light {
    background-color: #fffffff2 !important;
}

.bg-primary {
    background-color: #246b3e !important;
}

.text-secondary {
    color: #fac31e !important;
}

.text-primary {
    color: #246b3e !important;
}

.btn-border-radius{
  border-radius: 50px 20px !important;
}

.text-muted-foreground{
  color: #5c7066 !important;
}

.size{
  font-size: 1.5rem !important;
 }

.text-size{
  font-size: 1rem !important;
 }

.border-end{
  border-right: 1px solid #166534 !important;
}

.border-primary{
  border-color: #246b3e !important;
}

.text-dark{
  color: #141f1a !important;
}

.bg-secondary{
  background-color: #fac31e !important;
}

.events-img::after{
  background: rgba(249, 229, 77, 0.7) !important;
}

.blog-img::after{
  background: rgba(249, 229, 77, 0.7) !important;
}

.program{
  background: linear-gradient(rgba(240, 244, 240, 0.1), rgba(240, 244, 240, 0.1)) !important;
}

.btn-light{
  background-color: #fffffff2 !important;
  border-color: #fffffff2 !important;
}

.about{
  background: linear-gradient(
    rgba(140, 250, 190, 0.75),
    rgba(140, 250, 190, 0.75)
),
url(../img/background.jpg) !important;
}

.service{
      background: linear-gradient(rgba(140, 250, 190, 0.05), rgba(140, 250, 190, 0.2)) !important;
}

.bottom{
  color: #ffc107 !important;
}
.bottom:hover{
  color: #ff4880 !important;
}

.bg-letterbox{
  background-color: #198754 !important;
}
.letter{
  color: #fbbf24 !important;  
}