body {
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  background: #fafbfc;
  color: #222;
}

/* Premium Info Strip (Top Bar) with Chartreuse and Enhanced Style */
.top-info-bar {
  background: chartreuse; /* chartreuse gradient */
  font-size: 16px;  
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-weight: 400;
  color: #444444;
  border-bottom: 3px double #b3e672;
  border-radius: 0 0 2rem 2rem;
  padding: 6px 0;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 24px rgba(163, 255, 0, 0.10), 0 1.5px 0 #b3e672 inset;
  position: relative;
  z-index: 10;
}
.top-info-bar .container-fluid {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.top-info-bar span, .top-info-bar a {
  color: #444444;
  font-weight: 400;
  text-decoration: none;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.top-info-bar a:hover {
  color: #7bbf00;
  text-decoration: underline;
}
.top-info-bar .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  margin-right: 0.4em;
}
.top-info-bar .info-group .bi {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: #ffe066;
  color: #444444;
  box-shadow: 0 1px 4px rgba(255,224,102,0.12), 0 0 0 2px #eaffd0 inset;
  border: 2px solid #b3e672;
  transition: box-shadow 0.2s, border 0.2s;
}
.top-info-bar .social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.top-info-bar .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe066 60%, #eaffd0 100%);
  color: #444444;
  font-size: 1.25em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border 0.2s;
  box-shadow: 0 2px 12px rgba(163,255,0,0.13), 0 0 0 2px #eaffd0 inset;
  border: 2px solid #b3e672;
  position: relative;
}
.top-info-bar .social-icons a .bi {
  background: none;
  border: none;
  box-shadow: none;
  margin-right: 0;
  width: auto;
  height: auto;
  color: #444444;
  font-size: 1.25em;
}
.top-info-bar .social-icons a:hover {
  background: linear-gradient(135deg, #eaffd0 0%, #ffe066 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(163,255,0,0.22), 0 0 0 3px #b3e672 inset;
  border: 2.5px solid #7bbf00;
}
.top-info-bar .social-icons a:hover .bi {
  color: #fff;
}
.top-info-bar .info-group {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width: 991.98px) {
  .top-info-bar .info-group {
    gap: 1.2rem;
  }
  .top-info-bar span, .top-info-bar a {
    margin-right: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .top-info-bar {
    font-size: 13px;
    border-radius: 0;
  }
  .top-info-bar .container-fluid {
    flex-direction: column !important;
    gap: 0.3rem;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .top-info-bar .info-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  .top-info-bar .social-icons {
    margin-top: 0.2rem;
  }
}

.navbar {
  font-size: 1.1rem;
}
.navbar .nav-link.active, .navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #007bff !important;
  font-weight: 700;
}

.hero-section {
  min-height: 65vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-overlay {
  background: rgba(0, 41, 102, 0.55);
  padding: 4rem 1rem;
  border-radius: 0;
}
.hero-section h1 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
}

section {
  scroll-margin-top: 80px;
}

.card-title i {
  vertical-align: middle;
}

.cta-section {
  background: linear-gradient(90deg, #e3f0ff 0%, #f5faff 100%);
  border-radius: 1rem;
}

.footer-section {
  background: #1a1a1a;
}
.footer-section h5 {
  color: #fff;
}
.footer-section a {
  color: #b0c4de;
  transition: color 0.2s;
}
.footer-section a:hover {
  color: #fff;
}

/* Accessibility */
:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Custom spacing for elderly-friendly readability */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.5px;
  line-height: 1.2;
}

ul, p, li {
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Testimonial carousel */
.testimonial-card {
  font-size: 1.15rem;
  color: #222;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .footer-section .row > div {
    text-align: center;
  }
  .hero-section {
    min-height: 45vh;
  }
}

/* Main Header (Logo + Navigation + CTA) */
.main-navbar {
  background: linear-gradient(90deg, #eaffd0 0%, #b2fefa 100%) !important;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 6px 24px rgba(163, 255, 0, 0.10), 0 1.5px 0 #b3e672 inset;
  border-bottom: 2px solid #b3e672;
  z-index: 100;
}
.main-navbar .navbar-brand {
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #222 !important;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.main-navbar .navbar-brand:hover {
  color: #7bbf00 !important;
}
.main-navbar .nav-link {
  color: #444 !important;
  font-size: 1.08rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.2rem;
  transition: color 0.2s;
  background: none;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
}
.main-navbar .nav-link .nav-underline {
  position: relative;
  display: inline-block;
}
.main-navbar .nav-link .nav-underline::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffe066 0%, #7bbf00 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(.4,0,.2,1);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.main-navbar .nav-link:hover, .main-navbar .nav-link:focus {
  color: #7bbf00 !important;
}
.main-navbar .nav-link:hover .nav-underline::after, .main-navbar .nav-link.active .nav-underline::after {
  width: 100%;
}
.main-navbar .nav-link.active, .main-navbar .nav-link:active {
  color: #222 !important;
  font-weight: 700;
}
.main-navbar .nav-link.active .nav-underline::after {
  width: 100%;
  background: linear-gradient(90deg, #7bbf00 0%, #ffe066 100%);
}
.main-navbar .navbar-nav {
  gap: 0.5rem;
}
.main-navbar .apply-cta {
  background: linear-gradient(90deg, #ffe066 0%, #7bbf00 100%);
  color: #222 !important;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(255,224,102,0.18);
  padding: 0.5rem 1.5rem;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  margin-left: 1rem;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
}
.main-navbar .apply-cta:hover, .main-navbar .apply-cta:focus {
  background: linear-gradient(90deg, #7bbf00 0%, #ffe066 100%);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(123,191,0,0.18);
}
@media (max-width: 991.98px) {
  .main-navbar .navbar-nav {
    gap: 0.2rem;
  }
  .main-navbar .apply-cta {
    margin-left: 0;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .main-navbar {
    font-size: 16px;
  }
  .main-navbar .navbar-brand {
    font-size: 1.2rem;
  }
  .main-navbar .apply-cta {
    position: static;
    width: 100%;
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
  }
}

/* Hero Carousel Section */
.hero-carousel-section {
  position: relative;
  width: 100%;
  z-index: 1;
}
.hero-carousel-img {
  width: 100%;
  height: 65vh !important;
  min-height: 65vh !important;
  max-height: 65vh !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}
.carousel-caption.hero-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: rgba(0,0,0,0.4);
  height: 65vh !important;
  min-height: 65vh !important;
  max-height: 65vh !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2rem;
}
.hero-title {
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-size: 20px;
  color: #e0e0e0;
  font-weight: 400;
  margin-bottom: 2rem;
}
.hero-cta-btns {
  gap: 1rem;
}
.cta-button {
  border-radius: 8px;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  font-size: 1.1rem;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(30,136,229,0.10);
}
.cta-primary {
  background: #1e88e5;
  color: #fff;
  border: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: #1565c0;
  color: #fff;
  box-shadow: 0 4px 16px rgba(21,101,192,0.18);
}
.cta-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #fff;
  color: #1e88e5;
  border-color: #fff;
}
.carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #1e88e5;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}
@media (max-width: 767.98px) {
  .hero-carousel-img {
    height: 45vh !important;
    min-height: 45vh !important;
    max-height: 45vh !important;
  }
  .carousel-caption.hero-caption {
    height: 45vh !important;
    min-height: 45vh !important;
    max-height: 45vh !important;
    padding: 0 0.5rem;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-cta-btns {
    flex-direction: column !important;
    gap: 0.7rem;
  }
}

/* Who We Serve Section - Card with Image */
.serve-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s, border 0.18s;
  border: 2px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.serve-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #e3f0ff;
}
.serve-card .card-body {
  padding: 1.5rem 1rem 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
.serve-card .card-title {
  color: #1e88e5;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.18rem;
  margin-bottom: 0.5rem;
}
.serve-card .card-text {
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.serve-cta {
  border-radius: 8px;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 22px;
  font-size: 1rem;
  border: 2px solid #1e88e5;
  color: #1e88e5;
  background: #fff;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s;
  box-shadow: 0 2px 8px rgba(30,136,229,0.08);
}
.serve-cta:hover, .serve-cta:focus {
  background: #1e88e5;
  color: #fff;
  border-color: #1e88e5;
  box-shadow: 0 4px 16px rgba(30,136,229,0.13);
}
.serve-card:hover, .serve-card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(30,136,229,0.10);
  border-color: #1e88e5;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .who-we-serve .row > div {
    margin-bottom: 1.5rem;
  }
  .serve-img {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .who-we-serve h2 {
    font-size: 24px;
  }
  .serve-card {
    padding: 0;
  }
  .serve-card .card-body {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .serve-card .card-title {
    font-size: 1.05rem;
  }
  .serve-img {
    height: 110px;
  }
}

/* What's Included Section */
.whats-included {
  background: #f5f8fc;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
}
.feature-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
  transition: transform 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.22s, border 0.22s, color 0.22s;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e3f0ff;
  color: #1e88e5;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(30,136,229,0.08);
}
.feature-title {
  color: #1e88e5;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.13rem;
  margin-bottom: 0.5rem;
}
.feature-desc {
  color: #444444;
  font-size: 1rem;
  font-family: 'Open Sans', 'Poppins', Arial, sans-serif;
  font-weight: 400;
}
.feature-card:hover, .feature-card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(30,136,229,0.10);
  border-color: #1e88e5;
  color: #1e88e5;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .whats-included .row > div {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .whats-included h2 {
    font-size: 24px;
  }
  .feature-card {
    padding: 16px;
  }
  .feature-title {
    font-size: 1.01rem;
  }
  .feature-icon {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }
}

/* Site Footer */
.site-footer {
  background: #f1f3f6;
  color: #222;
  font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
  font-size: 15px;
}
.site-footer h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1rem;
}
.footer-link {
  color: #888;
  font-size: 15px;
  font-family: 'Open Sans', 'Poppins', Arial, sans-serif;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.18s;
}
.footer-link:hover, .footer-link:focus {
  color: #1e88e5;
  text-decoration: underline;
}
.footer-social {
  margin-top: 0.5rem;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #e3f0ff;
  color: #1e88e5;
  font-size: 1.25rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(30,136,229,0.08);
  border: 1.5px solid #e3f0ff;
}
.footer-social-link:hover, .footer-social-link:focus {
  background: #1e88e5;
  color: #fff;
  box-shadow: 0 4px 16px rgba(30,136,229,0.13);
  border: 1.5px solid #1e88e5;
}
.footer-bottom {
  background: #1e1e2f;
  color: #cccccc;
  font-size: 14px;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  letter-spacing: 0.01em;
}
@media (max-width: 991.98px) {
  .site-footer .row > div {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    font-size: 14px;
  }
  .site-footer h5 {
    font-size: 16px;
  }
  .footer-social-link {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
} 