/*---------------------------------------------------------------
  CSS RESET & NORMALIZE (mobile-first, modern)
----------------------------------------------------------------*/
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, textarea, input, button, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #F7F7F9;
  color: #244073;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video {
  max-width: 100%;
  display: block;
}
a {
  color: #2BA88C;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #244073;
  text-decoration: underline;
}
ul, ol {
  list-style: inside disc;
  margin-left: 1.5em;
}
button {
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
:focus {
  outline: 2px solid #2BA88C;
  outline-offset: 2px;
}
::-webkit-input-placeholder { color: #7a8bad; }
::-moz-placeholder { color: #7a8bad; }
:-ms-input-placeholder { color: #7a8bad; }
::placeholder { color: #7a8bad; }

/*----------------------------------------------------------------------
  Fonts
----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@700;800&display=swap');

h1, .h1 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
h2, .h2 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
h3, .h3 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
h4, .h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
p, li, span, .price {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #244073;
}
.price {
  font-weight: 700;
  color: #2BA88C;
  margin-bottom: 12px;
}

/*----------------------------------------------------------------------
  Layout Containers (Flexbox only)
----------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* Guarantee minimum 20px margin/gap between cards & sections */
.card-container, .feature-grid, .service-cards, .service-list, .expertise-area-grid, .pricing-table, .faq-list, .testimonial-slider, .testimonial-list, .article-preview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(36, 64, 115, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
  padding: 24px 22px;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 32px 0 rgba(43, 168, 140, 0.14);
  transform: translateY(-2px) scale(1.01);
  z-index: 2;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(36,64,115,0.07);
  padding: 24px 22px;
  margin-bottom: 20px;
  min-width: 240px;
  flex: 1 1 240px;
}
.text-section img {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
}

.cta-text, .description-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.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 Styles
-------------------------------*/
.testimonial-slider, .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #F7F7F9;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(36, 64, 115, 0.06);
  min-width: 220px;
  max-width: 380px;
}
.testimonial-card p {
  font-size: 1.1rem;
  color: #121c36;
  line-height: 1.7;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}
.testimonial-card span {
  color: #244073;
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 5px;
}

/*------------------------------
  Buttons, CTA & Links
-------------------------------*/
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  background: linear-gradient(90deg, #2BA88C 0%, #244073 100%);
  color: #fff;
  border-radius: 100px;
  padding: 13px 36px;
  margin-top: 18px;
  box-shadow: 0 6px 25px 0 rgba(43,168,140,0.11);
  border: none;
  transition: background 0.15s, box-shadow 0.18s, transform 0.15s;
  cursor: pointer;
}
.cta:hover, .cta:focus {
  background: linear-gradient(90deg, #244073 0%, #2BA88C 100%);
  color: #fff;
  box-shadow: 0 10px 28px 0 rgba(36, 64, 115, 0.15);
  transform: translateY(-1px) scale(1.025);
  text-decoration: none;
}

button.cta { font-size: 1rem; }

/* Style anchor links inside text sections */
.text-section a:not(.cta) {
  color: #2BA88C;
  font-weight: 600;
  transition: color .18s;
}
.text-section a:not(.cta):hover, .text-section a:not(.cta):focus {
  color: #244073;
  text-decoration: underline;
}

/*------------------------------
  Header & Main Nav
-------------------------------*/
header {
  width: 100%;
  background: linear-gradient(70deg, #2BA88C 0%, #244073 85%);
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  box-shadow: 0 6px 20px 0 rgba(36,64,115,0.09);
  z-index: 50;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
header nav a {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 22px;
  transition: background 0.15s, color 0.13s;
}
header nav a.cta {
  background: #fff;
  color: #244073;
  border-radius: 100px;
  box-shadow: 0 3px 14px 0 rgba(43,168,140,0.11);
  margin-left: 8px;
  font-weight: 800;
}
header nav a:hover, header nav a:focus {
  background: rgba(43,168,140, 0.13);
  color: #fff;
  text-decoration: none;
}
header nav a.cta:hover, header nav a.cta:focus {
  background: #2BA88C;
  color: #fff;
}
header nav img {
  height: 46px;
  width: auto;
  margin-right: 20px;
  background: none;
}

/*------------------------------
  Mobile Navigation
-------------------------------*/
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2BA88C;
  color: #fff;
  border-radius: 8px;
  font-size: 2.2rem;
  width: 46px;
  height: 46px;
  border: none;
  position: absolute;
  top: 16px;
  right: 22px;
  z-index: 102;
  box-shadow: 0 2px 8px 0 rgba(36,64,115,0.12);
  transition: background 0.18s, color 0.16s, transform 0.17s;
  cursor: pointer;
  display: none; /* hidden on desktop, shown on mobile */
}
.mobile-menu-toggle:active {
  background: #244073;
  color: #2BA88C;
  transform: scale(0.94);
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(103deg, #244073 48%, #2BA88C 100%);
  z-index: 300;
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.25s cubic-bezier(.63,.09,.59,1.11), transform 0.36s cubic-bezier(.94,.37,.8,.8);
}
.mobile-menu.active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 24px 32px 10px 0;
  font-size: 2.2rem;
  color: #fff;
  background: none;
  border: none;
  border-radius: 7px;
  padding: 6px 11px;
  cursor: pointer;
  transition: background 0.15s, color 0.13s, transform 0.14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #2BA88C;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-top: 10vh;
  width: 100%;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 50px;
  background: transparent;
  border: none;
  transition: background 0.16s, color 0.13s;
  width: 90vw;
  text-align: center;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: rgba(43,168,140, 0.25);
  color: #244073;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .container { max-width: 98vw; }
  .content-wrapper { padding-left: 0; padding-right: 0; }
}
@media (max-width: 980px) {
  .card-container, .feature-grid, .service-cards, .service-list, .expertise-area-grid, .pricing-table, .faq-list, .testimonial-slider, .testimonial-list, .article-preview-grid {
    flex-direction: column;
    gap: 22px;
  }
  .text-section { min-width: 180px; }
}
@media (max-width: 920px) {
  header nav { gap: 6px; }
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .card-container, .feature-grid, .service-cards, .service-list, .expertise-area-grid, .pricing-table, .faq-list, .testimonial-slider, .testimonial-list, .article-preview-grid {
    flex-direction: column;
    gap: 18px;
  }
  .content-grid, .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .container { padding-left: 12px; padding-right: 12px; }
}

/*------------------------------
  Sections backgrounds
-------------------------------*/
section {
  background: #F7F7F9;
  border-radius: 0;
}
section:nth-child(odd) {
  background: linear-gradient(95deg, #F7F7F9 64%, #2BA88C16 100%);
}
section:nth-child(even) {
  background: #fff;
}

/* Hero (typically first section, stronger bg) */
main > section:first-of-type {
  background: linear-gradient(101deg, #2BA88C10 41%, #24407312 100%);
}

/*------------------------------
  Card Styles
-------------------------------*/
.service-cards .text-section,
.service-list .text-section,
.expertise-area-grid .text-section,
.pricing-table .text-section,
.faq-list .text-section,
.article-preview-grid .text-section {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 16px 0 rgba(36,64,115,0.09);
  transition: box-shadow 0.19s, transform 0.18s;
  padding: 28px 20px 18px 22px;
  min-width: 200px;
  flex: 1 1 220px;
}
.service-cards .text-section:hover,
.service-list .text-section:hover,
.expertise-area-grid .text-section:hover,
.pricing-table .text-section:hover,
.article-preview-grid .text-section:hover {
  box-shadow: 0 5px 24px 0 rgba(43,168,140,0.12);
  transform: scale(1.018);
}

/*------------------------------
  Address, Maps, Contact Info
-------------------------------*/
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1rem;
  margin: 14px 0 12px 0;
  color: #244073;
}
.address-map {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F7F7F9;
  padding: 12px 16px;
  border-radius: 11px;
  font-size: .98rem;
  color: #2BA88C;
  margin-top: 13px;
}
.address-map img {
  width: 26px;
  margin-right: 4px;
}

/*------------------------------
  Footer
-------------------------------*/
footer {
  background: linear-gradient(90deg, #244073 0%, #2BA88C 100%);
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 -6px 30px 0 rgba(36,64,115,0.11);
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1160px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer nav a {
  color: #fff;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1rem;
  margin-bottom: 2px;
  transition: color 0.18s;
}
footer nav a:hover, footer nav a:focus {
  color: #2BA88C;
}
.brand-logo {
  align-self: flex-start;
  margin-bottom: 2px;
}
.brand-logo img {
  width: 75px;
  height: auto;
}
.contact-short-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: .99rem;
  color: #fff;
  margin-bottom: 4px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 11px;
}
.social-links img {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  transition: transform 0.17s, box-shadow 0.18s;
  cursor: pointer;
}
.social-links img:hover, .social-links img:focus {
  transform: scale(1.11) rotate(-6deg);
  box-shadow: 0 2px 14px 0 rgba(43,168,140,0.15);
}

@media (max-width: 820px) {
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .brand-logo {
    margin-bottom: 8px;
  }
}

/*------------------------------
  Cookie Consent Banner & Modal
-------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: linear-gradient(95deg, #2BA88C 48%, #244073 100%);
  color: #fff;
  box-shadow: 0 -3px 18px 0 rgba(36,64,115,0.12);
  z-index: 5000;
  padding: 22px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
  animation: fadeInBottom 0.5s;
}
@keyframes fadeInBottom {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-banner p {
  color: #fff;
  font-size: 1rem;
}
.cookie-banner .cookie-btn-group {
  display: flex;
  gap: 16px;
  margin-top: 3px;
}
.cookie-banner button {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.07rem;
  border-radius: 22px;
  border: none;
  padding: 10px 24px;
  font-weight: 600;
  background: #fff;
  color: #244073;
  box-shadow: 0 2px 6px 0 rgba(43,168,140,0.11);
  transition: background 0.14s, color .12s, transform .15s;
  cursor: pointer;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #2BA88C;
  color: #fff;
  transform: scale(1.02);
}
.cookie-banner button.reject {
  background: #244073;
  color: #fff;
}
.cookie-banner button.reject:hover, .cookie-banner button.reject:focus {
  background: #fff;
  color: #244073;
}
.cookie-banner button.settings {
  background: #E1F4F0;
  color: #244073;
}
.cookie-banner button.settings:hover, .cookie-banner button.settings:focus {
  background: #2BA88C;
  color: #fff;
}

.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) scale(0.97);
  min-width: 310px;
  max-width: 94vw;
  background: #fff;
  border-radius: 19px;
  padding: 36px 22px 24px 22px;
  z-index: 6000;
  box-shadow: 0 10px 50px 0 rgba(36,64,115,0.16);
  display: none;
  flex-direction: column;
  gap: 17px;
  animation: fadeInModal 0.37s;
}
.cookie-modal.active {
  display: flex;
}
@keyframes fadeInModal {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.87); }
  to { opacity: 1; transform: translate(-50%, -60%) scale(0.97); }
}
.cookie-modal h2 {
  font-size: 1.40rem;
  color: #244073;
  margin-bottom: 6px;
}
.cookie-modal .cookie-pref-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.cookie-modal .cookie-pref-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}
.cookie-modal .cookie-pref-item label {
  font-weight: 600;
  color: #244073;
}
.cookie-modal .cookie-pref-item input[type="checkbox"] {
  accent-color: #2BA88C;
  width: 19px;
  height: 19px;
  border-radius: 5px;
}
.cookie-modal .cookie-pref-item.essential label {
  color: #2BA88C;
}
.cookie-modal .close-cookie-modal {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #244073;
  margin-bottom: -10px;
  cursor: pointer;
  transition: color 0.13s;
}
.cookie-modal .close-cookie-modal:hover, .cookie-modal .close-cookie-modal:focus {
  color: #2BA88C;
}
.cookie-modal .modal-btn-group {
  display: flex;
  gap: 16px;
  margin-top: 7px;
}
.cookie-modal button {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 22px;
  font-size: 1.08rem;
  border: none;
  cursor: pointer;
  transition: background 0.14s, color .12s;
}
.cookie-modal button.save {
  background: #2BA88C;
  color: #fff;
}
.cookie-modal button.save:hover, .cookie-modal button.save:focus {
  background: #244073;
  color: #fff;
}
.cookie-modal button.cancel {
  background: #fff;
  border: 1px solid #2BA88C;
  color: #244073;
}
.cookie-modal button.cancel:hover, .cookie-modal button.cancel:focus {
  background: #F7F7F9;
  color: #2BA88C;
}

/*------------------------------
  Utility & Micro-Animations
-------------------------------*/
.section {
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(36,64,115,0.08);
  background: #fff;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
.shadow {
  box-shadow: 0 6px 26px 0 rgba(36,64,115,0.10) !important;
}
.rounded {
  border-radius: 22px !important;
}

/*------------------------------
  Responsive: Typography, Spacing
-------------------------------*/
@media (max-width: 540px) {
  h1, .h1 { font-size: 1.48rem; }
  h2, .h2 { font-size: 1.19rem; }
  h3, .h3 { font-size: 1rem; }
  .cta-text, .description-text, .content-wrapper {
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .text-section,
  .service-list .text-section, .expertise-area-grid .text-section, .pricing-table .text-section {
    font-size: .99rem;
    padding: 17px 9px 13px 13px;
    min-width: 130px;
  }
}

/*------------------------------
 Accessibility contrast on testimonials/reviews
-------------------------------*/
.testimonial-card, .testimonial-card * {
  color: #121c36 !important;
  background: #F7F7F9 !important;
}
.testimonial-card strong, .testimonial-card span {
  color: #244073 !important;
}

/*------------------------------
 Miscellaneous
-------------------------------*/
main {
  margin-bottom: 55px;
}

::selection {
  background: #2BA88C;
  color: #fff;
}

/* Hide scroll on mobile menu when opened */
body.mobile-menu-open {
  overflow: hidden;
}

/* Hide elements visually but keep for screen readers */
.sr-only {
  position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*------------------------------
  Print adjustments (minimal)
-------------------------------*/
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal {
    display: none !important;
  }
  body { color: #000; background: #fff; }
  section, .section, .container { background: #fff !important; box-shadow: none !important; }
}
