/* =====================
   Brillante Hill – style.css
   gradient_modern aesthetic
   ===================== */

/* ===============
   CSS RESET & NORMALIZATION
   =============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background: linear-gradient(120deg,#F5F7FA 0%, #d8e6f9 100%);
  color: #22325C;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  position: relative;
}
img {
  max-width: 100%;
  display: block;
  border: none;
}
a {
  color: #22325C;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #5CB377;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
strong, b {
  font-weight: 700;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: none;
}

/* ===============
   FONT IMPORT (Google Fonts as fallback)
   =============== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;600;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #22325C;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; line-height: 1.15; }
h2 { font-size: 2rem; margin-bottom: 20px; line-height: 1.15; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }
h4, h5, h6 { font-size: 1.1rem; }
p { margin-bottom: 16px; }

/* Container and main wrappers */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  margin-bottom: 36px;
}

/* ===============
   MAIN SPACING AND FLEX LAYOUTS
   =============== */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 24px 0 rgba(34,50,92,0.08), 0 1.5px 3px 0 rgba(34,50,92,0.06);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(34,50,92,0.08);
  padding: 24px;
  min-width: 240px;
  flex: 1 1 320px;
  transition: box-shadow 0.22s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(34,50,92,0.16);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 14px;
  background: #F5F7FA;
  color: #22325C;
  box-shadow: 0 2px 10px rgba(34,50,92,0.06);
  font-size: 1.08rem;
  min-width: 220px;
  max-width: 400px;
  margin-bottom: 20px;
  border: 1.5px solid #e3ebf5;
}
.testimonial-card strong {
  font-weight: 600;
  font-size: 0.98em;
  color: #22325C;
  margin-top: 10px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* Mandatory 20px min margin between cards/sections */
.card, .team-member-card, .testimonal-card, .service-box, .post-card {
  margin-bottom: 20px;
}

/* ================
   HEADER & NAVIGATION
   ================ */
header {
  width: 100%;
  background: linear-gradient(97deg, #22325C 65%, #5CB377 100%);
  color: #fff;
  box-shadow: 0 3px 16px 0 rgba(34,50,92,0.14);
  position: relative;
  z-index: 1020;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
header a img {
  height: 40px;
  width: auto;
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
header nav a {
  color: #fff;
  font-size: 1rem;
  padding: 7px 10px;
  border-radius: 8px;
  transition: background 0.18s;
}
header nav a:hover,
header nav a:focus {
  background: #5CB377;
  color: #22325C;
}
.btn-primary {
  display: inline-block;
  background: linear-gradient(94deg, #5CB377 70%, #51a46b 100%);
  color: #fff!important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 22px;
  border-radius: 28px;
  box-shadow: 0 2px 8px 0 rgba(50, 179, 119, 0.10);
  margin-left: 16px;
  transition: background 0.23s, box-shadow 0.23s, color 0.18s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(94deg,#469b60 65%, #5CB377 100%);
  color: #fff;
  box-shadow: 0 4px 26px 0 rgba(50,179,119,0.22);
  text-decoration: none;
}

/* Hamburger for mobile */
.mobile-menu-toggle {
  display: none;
  background: #5CB377;
  color: #fff;
  font-size: 2rem;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  margin-left: 20px;
  transition: background 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #3e8259;
}

/* ================
   MOBILE MENU OVERLAY
   ================ */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(110deg,#22325C 80%, #5CB377 100%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 8px 32px 0 rgba(34,50,92,0.19);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.87,0,0.13,1), opacity 0.2s;
}
.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  color: #fff;
  font-size: 2.5rem;
  padding: 18px 28px 10px 16px;
  line-height: 1;
  align-self: flex-end;
  cursor: pointer;
  border: none;
  z-index: 2011;
  transition: color 0.16s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #5CB377;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 32px 18px 32px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.18rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 13px 0;
  border-radius: 8px;
  width: 100%;
  display: block;
  transition: background 0.17s, color 0.17s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #5CB377;
  color: #22325C;
}

/* ================
   SECTIONS & FLEX GRIDS
   ================ */
.feature-grid, .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f3f9f6;
  border-radius: 13px;
  box-shadow: 0 1px 6px rgba(34,50,92,0.06);
  padding: 22px 22px 18px 22px;
  flex: 1 1 235px;
  min-width: 200px;
  max-width: 320px;
  transition: box-shadow 0.18s, background 0.14s;
}
.feature:hover {
  background: #e9f5ec;
  box-shadow: 0 6px 24px rgba(92,179,119,0.10);
}
.feature img {
  height: 48px;
  width: 48px;
  margin-bottom: 18px;
}

.service-box {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 1px 6px rgba(34,50,92,0.06);
  padding: 22px 18px 18px 18px;
  flex: 1 1 235px;
  min-width: 200px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: box-shadow 0.17s, background 0.15s;
}
.service-box img {
  height: 45px;
  width: 45px;
  margin-bottom: 14px;
}
.service-box:hover {
  background: #f8fafb;
  box-shadow: 0 6px 28px rgba(92,179,119,0.12);
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.team-member-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  background: #f4f9f0;
  padding: 20px 22px;
  border-radius: 13px;
  box-shadow: 0 1px 8px rgba(34,50,92,0.05);
  flex: 1 1 290px;
  min-width: 240px;
  position: relative;
  margin-bottom: 20px;
  transition: box-shadow .18s;
}
.team-member-card img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}
.team-member-card h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
  color: #22325C;
}

/* Testimonials Grid */
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}

/* Blog Post Cards */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.post-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 1px 8px rgba(34,50,92,0.10);
  padding: 22px 24px 18px 24px;
  margin-bottom: 20px;
  transition: box-shadow 0.16s, background 0.12s;
  flex: 1 1 300px;
  max-width: 350px;
}
.post-card:hover {
  background: #f6fcf7;
  box-shadow: 0 6px 18px rgba(92,179,119,0.10);
}
.post-card .meta {
  font-size: 0.97em;
  color: #8CAAB7;
  margin-top: 10px;
}
.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.tag {
  background: #22325C;
  color: #fff;
  font-size: .98em;
  border-radius: 24px;
  padding: 7px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.03em;
  transition: background 0.16s, color 0.16s;
  cursor: pointer;
}
.tag:hover, .tag:focus {
  background: #5CB377;
  color: #22325C;
}

/* Newsletter Signup */
.newsletter-signup {
  background: linear-gradient(100deg,#F5F7FA 65%, #5CB377 100%);
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 2px 16px 0 rgba(34,50,92,0.08);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}
.newsletter-form input[type=email] {
  font-size: 1rem;
  border: 1.5px solid #8CAAB7;
  border-radius: 28px;
  padding: 10px 18px;
  min-width: 210px;
  background: #fff;
  transition: border-color .16s;
}
.newsletter-form input[type=email]:focus {
  border-color: #5CB377;
}
.newsletter-form button {
  background: linear-gradient(93deg, #5CB377 60%, #22325C 100%);
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 26px;
  padding: 11px 26px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(34,50,92,0.08);
  transition: background 0.23s, color 0.13s, box-shadow 0.16s;
}
.newsletter-form button:hover, .newsletter-form button:focus {
  background: linear-gradient(93deg, #22325C 65%, #5CB377 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(92,179,119,0.16);
}
.newsletter-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: .97em;
}

/* Contact Info */
.contact-info li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.map-placeholder {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #F5F7FA;
  border-radius: 13px;
  padding: 13px 16px;
}
.map-placeholder img {
  height: 45px;
  width: 45px;
}

/* Pricing Table */
.pricing-table {
  background: #f9fbfd;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(34,50,92,0.09);
  padding: 14px 10px 22px 10px;
  width: 100%;
  margin-bottom: 24px;
  overflow-x: auto;
}
.pricing-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 13px;
}
.pricing-table td {
  font-size: 1.06rem;
  padding: 13px 18px;
  color: #22325C;
  border-radius: 13px;
  background: #fff;
}
.pricing-table tr:not(:last-child) td {
  border-bottom: 2px solid #F5F7FA;
}

/* ================
   CTA Section
   ================ */
.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #5CB377 37%, #22325C 100%);
  color: #fff;
  border-radius: 18px;
  padding: 48px 24px;
  box-shadow: 0 1.5px 16px 0 rgba(92,179,119,0.12);
  text-align: center;
}
.cta-section h2, .cta-section p {
  color: #fff;
}
.cta-section .btn-primary {
  background: #fff;
  color: #22325C !important;
  margin-top: 20px;
}
.cta-section .btn-primary:hover, .cta-section .btn-primary:focus {
  background: #22325C;
  color: #fff!important;
}
/* ====================
   FOOTER
   ==================== */
footer {
  width: 100%;
  background: #22325C;
  color: #fff;
  padding: 0;
  margin-top: 60px;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 48px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 42px 0 30px 0;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 170px;
}
.footer-logo img {
  height: 38px;
  margin-bottom: 4px;
}
.footer-logo span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: .07em;
}
.brand-tagline {
  font-size: .96em;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #e4f7eb;
  margin-top: 2px;
}
.footer-nav, .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 135px;
}
.footer-nav a, .footer-legal a {
  color: #e6efee;
  font-size: 1.05rem;
  transition: color 0.16s;
  padding: 2px 0;
}
.footer-nav a:hover,
.footer-legal a:hover {
  color:#5CB377;
}
.company-details {
  color: #CEDAE7;
  font-size: 0.92em;
  margin-top: 4px;
  margin-bottom: 6px;
}
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.footer-social a {
  display: inline-block;
  transition: transform 0.13s;
  border-radius: 6px;
  background: none;
}
.footer-social a:focus, .footer-social a:hover {
  transform: scale(1.13);
  background: #5CB377;
}
.footer-social a img {
  height: 30px;
  width: 30px;
}

/* ================
   COOKIE BANNER & MODAL
   ================ */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 5010;
  background: #22325C;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 16px;
  box-shadow: 0 -4px 18px 0 rgba(34,50,92,0.14);
  font-size: 1.05rem;
  animation: cookieBannerSlideIn 0.48s cubic-bezier(.87,0,.13,1);
}
@keyframes cookieBannerSlideIn {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 24px;
  padding: 9px 19px;
  margin-right: 0px;
  cursor: pointer;
  transition: background 0.18s, color 0.14s;
}
.cookie-banner .accept-btn {
  background: #5CB377;
  color: #fff;
}
.cookie-banner .accept-btn:hover,.cookie-banner .accept-btn:focus {
  background: #22325C;
  color: #fff;
}
.cookie-banner .reject-btn, .cookie-banner .settings-btn {
  background: #fff;
  color: #22325C;
}
.cookie-banner .reject-btn:hover, .cookie-banner .settings-btn:hover,
.cookie-banner .reject-btn:focus, .cookie-banner .settings-btn:focus {
  background: #5CB377;
  color: #fff;
}

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed; left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(34,50,92,0.76);
  z-index: 5020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: fadeFadeIn 0.22s cubic-bezier(.82,.13,.25,1.0);
}
@keyframes fadeFadeIn { from {opacity:0} to {opacity:1} }
.cookie-modal {
  background: #fff;
  color: #22325C;
  border-radius: 20px;
  max-width: 420px;
  width: 92vw;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 8px 32px rgba(34,50,92,0.14);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.02rem;
  animation: modalPopIn 0.33s cubic-bezier(.78,.27,.2,1.24);
}
@keyframes modalPopIn {
  from { transform: scale(0.92) translateY(26px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal .close-cookie-modal {
  position: absolute;
  right: 8px;
  top: 10px;
  color: #22325C;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  transition: color .18s;
}
.cookie-modal .close-cookie-modal:hover,
.cookie-modal .close-cookie-modal:focus {
  color: #5CB377;
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #22325C;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-category label {
  flex: 1 1 auto;
  font-weight: 600;
  color: #22325C;
}
.cookie-category input[type=checkbox]:disabled + span {
  color: #ccc;
}
.cookie-modal .cookie-buttons {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin-top: 16px;
}
.cookie-modal .accept-btn, .cookie-modal .reject-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 21px;
  padding: 9px 18px;
  cursor: pointer;
}
.cookie-modal .accept-btn {
  background: #5CB377;
  color: #fff;
}
.cookie-modal .reject-btn {
  background: #e5eaea;
  color: #22325C;
}
.cookie-modal .accept-btn:focus, .cookie-modal .accept-btn:hover {
  background: #22325C;
  color: #fff;
}
.cookie-modal .reject-btn:focus, .cookie-modal .reject-btn:hover {
  background: #5CB377;
  color: #fff;
}

/* ================
   GLOBAL RESPONSIVE DESIGN
   ================ */
@media (max-width: 1024px) {
  .container {
    max-width: 96vw;
    padding: 0 10px;
  }
  .footer-main {
    gap: 22px 15px;
    padding: 28px 0 26px 0;
  }
}
@media (max-width: 900px) {
  .container {max-width: 98vw;}
  .footer-main {
    flex-direction: column;
    gap: 26px 0;
    align-items: flex-start;
    padding: 22px 0 20px 0;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; margin-bottom: 18px; }
  h2 { font-size: 1.45rem; margin-bottom: 14px; }
  .section {
    margin-bottom: 36px;
    padding: 24px 8px;
    border-radius: 13px;
  }
  .card,
  .feature, .service-box,
  .team-member-card, .post-card {
    min-width: 150px;
    max-width: 99vw;
    padding: 18px 12px;
  }
  .feature-grid, .services-grid, .testimonial-grid,
  .blog-list, .team-grid, .card-container, .content-grid, .category-tags {
    flex-direction: column;
    gap: 18px;
  }
  .newsletter-signup {
    padding: 18px 6px;
    border-radius: 10px;
  }
  .newsletter-signup h2 {
    font-size: 1.27rem;
  }
  .cta-section {
    padding: 26px 7px;
    border-radius: 12px;
  }
  header .container,
  .footer-main {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .map-placeholder {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
/* Very small screens */
@media (max-width: 500px) {
  .container { padding: 0 2vw; }
  h1 { font-size: 1.35rem; }
  .footer-nav, .footer-legal {
    min-width: unset;
    gap: 7px;
  }
  .footer-main {
    gap: 9px;
  }
}
/* ================
   HANDLING TEXT-IMAGE FLEX SECTIONS
   ================ */
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    text-align: left;
  }
}

/* Consistent spacing for cards/sections on all screens */
.card:not(:last-child),
.feature:not(:last-child),
.service-box:not(:last-child),
.testimonial-card:not(:last-child),
.team-member-card:not(:last-child),
.post-card:not(:last-child) {
  margin-bottom: 20px;
}
.section:not(:last-child) {
  margin-bottom: 60px;
}

/* Extra: Accessibility & focus */
a:focus, button:focus, input:focus {
  outline: 2px solid #5CB377;
  outline-offset: 2px;
}

/* Remove blue autofill on input (Chrome) */
input:-webkit-autofill {
  -webkit-text-fill-color: #22325C !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* Hide scrollbar for prettier card containers on mobile */
.card-container, .feature-grid, .services-grid, .testimonial-grid,
.blog-list, .team-grid, .content-grid, .category-tags {
  scrollbar-width: thin;
  scrollbar-color: #5CB377 #F5F7FA;
}
.card-container::-webkit-scrollbar, .feature-grid::-webkit-scrollbar, .services-grid::-webkit-scrollbar,
.testimonial-grid::-webkit-scrollbar, .blog-list::-webkit-scrollbar, .team-grid::-webkit-scrollbar,
.content-grid::-webkit-scrollbar, .category-tags::-webkit-scrollbar {
  height: 7px;
  background: #F5F7FA;
}
.card-container::-webkit-scrollbar-thumb, .feature-grid::-webkit-scrollbar-thumb, .services-grid::-webkit-scrollbar-thumb,
.testimonial-grid::-webkit-scrollbar-thumb, .blog-list::-webkit-scrollbar-thumb, .team-grid::-webkit-scrollbar-thumb,
.content-grid::-webkit-scrollbar-thumb, .category-tags::-webkit-scrollbar-thumb {
  background: #5CB377;
  border-radius: 5px;
}

/* ================
   MISC UTILITIES
   ================ */
.text-section {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.text-section ul, .text-section ol {
  margin-bottom: 18px;
  margin-top: 4px;
}
.text-section li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #22325C;
}

/* ================
   PRINT
   ================ */
@media print {  * { background: none !important; color: #22325C !important; box-shadow: none !important; } }
