/*html {*/
/*  font-size: 14px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  html {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {*/
/*  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
/*}*/

/*html {*/
/*  position: relative;*/
/*  min-height: 100%;*/
/*}*/

/*!* Custom styles *!*/
/*body {*/
/*  padding-top: 70px;*/
/*}*/
/* Summary Figures Section */
.summary-section {
  background: green;
  padding: 40px 0;
  color: white;
}
.summary-card h5 {
  margin-bottom: 0.5rem;
}
.summary-card p {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
}
/* Spacing for sections */
section {
  padding: 60px 0;
}

.hero {
  background: green;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.hero h1, .hero-2 h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-2 {
  background: #f8f9fa;
  background-size: cover;
  color: #000;
  padding: 100px 0;
  text-align: center;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.contact-info i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.contact-info p {
  margin-bottom: 5px;
}
.contact-form .form-control, .contact-form .btn {
  border-radius: 0;
}

/* === Typography === */
body {
  font-family: 'Open Sans', sans-serif;
  color: #37474F;
  background-color: #F3F6F9;
  margin: 0;
  padding-top: 80px; /* for sticky navbar */
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #37474F;
  margin-bottom: 1rem;
}
p, li, span, a {
  font-size: 1rem;
  /*color: #37474F;*/
}
.text-secondary {
  color: #B0BEC5 !important;
}

/* === Color Palette === */
.bg-emerald { background-color: #2E7D32 !important; }
.bg-teal { background-color: #0288D1 !important; }
.bg-amber { background-color: #FFC107 !important; }
.text-teal { color: #0288D1 !important; }
.text-amber { color: #FFC107 !important; }
.text-deep-indigo { color: #303F9F !important; }
.bg-light-gray { background-color: #F3F6F9 !important; }
.text-mid-gray { color: #B0BEC5 !important; }

/* === Navbar === */
.navbar {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: height 0.3s ease, padding 0.3s ease;
  height: 80px;
}
.navbar.shrink {
  height: 60px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-brand img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
}
.navbar-nav .nav-link {
  font-weight: 500;
  color: #37474F !important;
}
.navbar-nav .nav-link:hover {
  color: #0288D1 !important;
}
.search-input {
  border: 1px solid #0288D1;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  width: 0;
  transition: width 0.3s ease;
  opacity: 0;
}
.search-input.active {
  width: 200px;
  opacity: 1;
}

.hero-section {
  background-color: #2E7D32;
  color: #FFFFFF;
  padding: 3rem 1rem;
  position: relative;
  overflow: hidden;
}
.hero-carousel .carousel-item {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-carousel .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(46, 125, 50, 0.6);
}
.hero-carousel .carousel-caption {
  bottom: 2rem;
  text-align: left;
}
.hero-carousel h2 {
  font-size: 2rem;
  font-weight: 600;
}
.hero-carousel .btn-hero {
  background-color: #FFC107;
  color: #37474F;
  font-weight: 600;
}
.hero-kpi-card {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  color: #37474F;
  margin-bottom: 1rem;
}
.hero-kpi-card .icon {
  font-size: 2rem;
}
.hero-kpi-card .delta-badge {
  font-size: 0.75rem;
  font-weight: 600;
}

/* === Section Bands === */
.section-band {
  padding: 4rem 1rem;
}
.bg-band-light {
  background-color: #FFFFFF;
}
.bg-band-gray {
  background-color: #F3F6F9;
}

/* === Cards & Buttons === */
.btn-primary-custom {
  background-color: #2E7D32;
  border-color: #2E7D32;
  color: #FFFFFF;
  font-weight: 600;
}
.btn-primary-custom:hover {
  background-color: #25692A;
  border-color: #25692A;
}
.btn-secondary-custom {
  background-color: #0288D1;
  border-color: #0288D1;
  color: #FFFFFF;
  font-weight: 600;
}
.btn-secondary-custom:hover {
  background-color: #0277BD;
  border-color: #0277BD;
}
.btn-download {
  background-color: #0288D1;
  color: #FFFFFF;
  font-weight: 600;
}
.btn-download:hover {
  background-color: #0277BD;
}

/* === Marquee Section === */
.marquee-container {
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 1rem 0;
}
.marquee-content {
  display: flex;
  gap: 1rem;
  animation: scroll-left 20s linear infinite;
}
.marquee-card {
  min-width: 220px;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 1rem;
  flex-shrink: 0;
}
.marquee-card h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333333;
  text-align: center;
}
.price-container {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.price-container .urban {
  color: #0288D1; /* Teal Blue */
}
.price-container .rural {
  color: #D81B60; /* Magenta */
}
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === Footer === */
.footer {
  background-color: #303F9F;
  color: #FFFFFF;
  padding: 2rem 1rem;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  color: #FFC107;
}
.footer h6 {
  color: #FFFFFF;
  font-weight: 600;
}
.social-icons .bi {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  color: #FFFFFF;
}
.social-icons .bi:hover {
  color: #FFC107;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
}

/*footer {*/
/*  background-color: #303F9F;*/
/*  color: white;*/
/*  padding: 20px 0;*/
/*  text-align: center;*/
/*  margin-top: 40px;*/
/*}*/
