body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #323232;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
}
body.app {
    background-color: #ffffff;
}

h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 3.8em;
    line-height: 1.2em;
    color: #154700;
    margin-bottom: 20px;
    font-weight: 900;
    word-break: break-word;
}

h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.6em;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 900;
    word-break: break-word;
}

h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.1em;
    line-height: 1.2 em;
    margin-bottom: 15px;
    font-weight: 900;
    word-break: break-word;
}
h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 30px;
    font-weight: 900;
    word-break: break-word;
}
h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 900;
    word-break: break-word;
}

.logo img {
    height: 44px;
}

.link {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.link.link-block {
    margin-bottom: 0.7em;
    display: inline-block;
    font-weight: 600;
}
.spacing-1 {
    padding: 3.5em;
}
.spacing-m {
    padding: 2.5em;
}
.spacing-s {
    padding: 2em;
}
.border-large {
    border-radius: 5em;
}
.border-medium {
    border-radius: 3em;
}
.border-small {
    border-radius: 2em;
}
p {
    font-size: 1.1em;
    line-height: 1.6;
}
p.small {
    font-size: 0.98em;
    line-height: 1.6;
}
p.large {
    font-size: 1.2em;
    line-height: 1.6;
}
.list {
    font-size: 1.1em;
    line-height: 1.6;
    margin-left: 1.7em;
    margin-top: 1.6em;
    margin-bottom: 1.5em;
}
.list li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}


.center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.footer-links p {
    margin-bottom: 16px;
}
.btn {
    padding: 1em 1em;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 40px;
    cursor: pointer;
    margin: 1em 0;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn.primary {
    background-color: #00F288;
    color: #154700;
}
.btn.secondary {
    background-color: transparent;
    border: 1px solid #005537;
    color: #005537;
}
.btn.tertiary {
    background-color: #f1f1f1;
    color: #005537;
}
.icon-btn {
    display: inline-block;
    margin: 0 1em;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
}
.icon-btn:hover {
    opacity: 0.8;
}
.icon-btn img {
    display: inline-block;
    width: 1.8em;
    max-width: 100%;
}
.btn.small {
    padding: 8px 16px;
    font-size: 1em;
    font-weight: 700;
}

.btn.primary:hover {
    background-color: #00F288;
}
.btn.secondary:hover {
    border-color: #00F288;
    background-color: #00F288;
}
.btn.tertiary:hover {
    background-color: #dadada;
}
.btn-wide {
    width: 100%;
}
.showOnMobile {
    display: none;
}

.banner-card {
    background-color: #F3F3F1;
    text-align: center;
}
.banner-card.secondaryBackground {
    background-color: #8021FC;
    color: #fff;
}
.card-button {
    display: block;
    background-color: #F3F3F1;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
.card-button:hover {
    opacity: 0.8;
}
.card-button.active {
    border: 2px solid #005537;
}
.card-button img {
    width: 2.8em;
    border-radius: 100px;;
}
.card-button .large {
    margin-top: 0.5em;
    font-weight: 700;
}

.banner-card1 {
    background-color: #005537;
    color: #fff;
}

.subscribe-section {
    padding: 4em 1em;
}


.cta-card.filled {
    background-color: #8021FC;
    color: #fff;
}
.cta-card.outlined {
    border: 1px solid #DDDED9;
}
.cta-card.neutral {
    background-color: #F3F3F1;
}

.subscription-card {
    background-color: #F3F3F1;
}
.header {
    position: fixed;
    top: 8px;
    left: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.4); /* Semi-transparent background */
    border-radius: 400px;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Slight border for definition */
    z-index: 999;
    /* Glass effect */
    backdrop-filter: blur(10px); /* Blurs the background behind the element */
    -webkit-backdrop-filter: blur(10px); /* Safari support */

    /* Optional: adding a shadow for a better 3D effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}
.container.body {
    margin-top: 120px;
}

.container.body.app {
    margin-top: 0;
}

.container.body.app .section {
    padding-top: 1em;
    padding-bottom: 1em;
}

.section {
    padding: 4em 1em;
}

.illustration-image {
    max-width: 100%;
    max-height: 400px;
    display: inline-block;
}

.image3d {
    text-align: center;
}

.custom-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Ensure the container spans the full width */
}

.highlight {
    color: #8021FC;
}
.onSurfaceVariant1 {
    color: #7b7b7b;
}
.download-section {
    background-color: #f1f1f1;
    padding: 3em 20px;
}

.inputfield {
    padding: 16px 40px 16px 16px;
    font-size: 1.1em;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    font-family: "Figtree", sans-serif;
}
.inputfield:focus {
    outline-color: #333;
}
.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
}

.clear-icon:hover {
    color: #333;
}
.search-container {
    position: relative;
    width: 100%;
}
.input-wrapper {
    position: relative;
    width: 100%;
}
.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 16px;
    z-index: 1000;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    padding: 1.5em;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    text-align: left;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-item strong {
    font-size: 16px;
}

.dropdown-item small {
    font-size: 12px;
    color: #666;
}
.form {
    margin-top: 16px;
}

.footer {
    padding: 4em 0;
}

.footer p {
    color: #646A4F;
    font-size: 0.9em;
}
.footer p span {
    display: inline-block;
    margin: 0 24px;
}
  
  /* Modal styles */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 9991;
    background-color: rgba(0, 0, 0, 0.5); /* Dark background overlay */
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
  }

  .back-button {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #F3F3F1;
    border-radius: 100px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .back-button img {
    display: inline-block;
    height: 100%;
  }
  .back-button:hover {
    background-color: #DDDED9;
  }


  .clear-search {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #F3F3F1;
    border-radius: 100px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .clear-search img {
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .clear-search:hover {
    background-color: #DDDED9;
  }
  
  /* Close button (x) */
  .close {
    position: fixed;
    top: 2em;
    right: 2em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background-color: #F3F3F1;
  }
  .close img {
    display: inline-block;
    height: 44px;
  }

  .no-scroll {
    overflow: hidden;
  }

  .modal-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    position: relative;
    animation: fadeIn 0.4s;
  }
  .banner-card img {
    max-height: 340px;
    max-width: 600px;
  }
  .spacer-xl {
    height: 3em;
  }
  .spacer-l {
    height: 2em;
  }
  .spacer-m {
    height: 1.5em;
  }
  .spacer-xm {
    height: 1em;
  }
  .spacer-s {
    height: 0.5em;
  }
  .spacer-l-horizontal {
    width: 1em;
    display: inline-block;
  }
  .spacer-m-horizontal {
    width: .5em;
    display: inline-block;
  }
  .wide-text {
    max-width: 600px;
    margin: 0 auto;
  }
  .wide-text1 {
    max-width: 760px;
    margin: 0 auto;
  }

  .cover-image {
    min-height: 300px;
    text-align: center;
    background-color: #F2E7FF;
    margin: 2em 0;
  }
  .cover-image img {
    display: inline-block;
    max-height: 240px;
    max-width: 240px;
  }
  .article-preview-card {
    background-color: #F3F3F1;
    margin-bottom: 1em;
  }
  
  .cookie-banner {
    position: fixed;
    bottom: 8px;
    left: 50%; /* Position the banner horizontally in the center */
    transform: translateX(-50%); /* Offset the left position to center */
    z-index: 9999;
    display: flex;
  }
  .cookie-banner .banner-content {
    display: inline-block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    border: 1px solid rgba(255, 255, 255, 1); /* Slight border for definition */
    backdrop-filter: blur(16px); /* Blurs the background behind the element */
    -webkit-backdrop-filter: blur(16px); /* Safari support */
    /* Optional: adding a shadow for a better 3D effect */
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  }
  .cookie-banner.accepted {
    display: none !important;
  }
  .cookie-consent-actions .btn {
    margin-bottom: 0;
  }

  /* Toggle Switch Base Styles */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 30px;
}

/* Hide the default checkbox */
.toggle-input {
    display: none;
}

/* Toggle Background */
.toggle-label {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Toggle Button */
.toggle-button {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Checked State */
.toggle-input:checked + .toggle-label {
    background-color: #8021FC; /* Switch background color when toggled on */
}
.toggle-input:disabled + .toggle-label {
    background-color: #ccc;
}

/* Move the toggle button to the right when checked */
.toggle-input:checked + .toggle-label .toggle-button {
    transform: translateX(30px);
}
.toggle-card {
    background-color: #F3F3F1;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertically centers the toggle switch */
}
/* Ensure the text takes the available width */
.copy {
    flex-grow: 1;
    padding-right: 1em;
}

.alert {
    padding: 1.5em;
    border-radius: 16px;
    font-size: 1.1em;
    margin-bottom: 1.5em;
    position: relative; /* So that ::before is positioned correctly */
    padding-left: 3em; /* Space for the icon */
}

.alert.success {
    background-color: #DBF3DD;
    color: #49C553; /* Green */
}

.alert.success::before {
    content: '';
    background-image: url('../assets/success.svg'); /* Replace with your success SVG path */
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; /* Adjust icon size */
    height: 24px;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.alert.error {
    background-color: #F4D7D5;
    color: #C9372C; /* Red */
}

.alert.error::before {
    content: '';
    background-image: url('../assets/error.svg'); /* Replace with your error SVG path */
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px; /* Adjust icon size */
    height: 24px;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}


.captcha-box {
    text-align: left;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
}

.captcha-image {
    max-width: 100%;
    max-height: 80px;
}

.captcha-input-box {
    display: flex;
    flex-direction: column;
    width: 100%; /* Optional: full width for the input and button */
}

.captcha-input-box input {
    width: 100%;
    margin-bottom: 10px; /* Adds space between input and button */
}

.captcha-input-box button {
    width: 100%;
    text-align: center;
}


.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00F288; /* Background color of the loader */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's above all other content */
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.loading-screen.fade-out {
    opacity: 0;
    visibility: hidden;
}

/* Lotus Flower SVG Animation */
.lotus-flower {
    animation: pulse 2s infinite ease-in-out;
}

/* Pulsing Effect */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Full Lotus Drawing Animation */
.lotus-flower path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke: #00F288; /* Stroke color for paths */
    fill: none; /* No fill for paths */
    stroke-width: 3.6; /* Adjust stroke thickness */
    animation: draw 3s ease-in-out forwards; /* Drawing animation */
}

/* Drawing Keyframe Animation */
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}



  /* Animations */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }