:root {
    --max-width: 1270px;
    --padding-edge: 120px;
    --margin-edges: 40px;
    --green-rgb: #129C83;
    --blue-rgb: #223056;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    background-color: #FFFFFF;
    color: #333;
    align-items: center;
}

.carousel-arrow,
.carousel-dots {
    display: none;
}

.header {
    color: #FFFFFF;
    background: #FFFFFF;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    z-index: 100;
    padding: 0 40px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0;
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;

}

.scrolled {
    background: rgba(255, 255, 255, 1);
    transition: background 0.5s ease;
}

.logo-link {
    display: inline-block;
    color: var(--green-rgb);
    line-height: 0;
    height: auto;
    position: relative;
    top: -2px;
}

.header .header-image {
    top: 0;
    max-width: 200px;
    max-height: 40px;
    display: block;
}

.left-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-nav {
    list-style-type: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-nav li a {
    color: #3d4c75;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.main-nav li a:hover {
    color: #66dbb1;
}

.nav-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: -8px;
}

.nav-links li a {
    display: inline-block;
    padding: 10px 40px;
    background-color: var(--green-rgb);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    min-width: 180px;
    height: 45px;
    font-size: 1em;
    font-weight: 500;
    transition: all 0.3s ease;

    position: relative;
    top: 6px;
}

.nav-links li a:hover {
    background-color: #52c79d;
}

.content-wrapper {
    padding: 0 20px;
    margin: 0 var(--margin-edges);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.video-container {
    padding: 40px 0;
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
}

iframe {
    min-height: 600px;
    width: 100%;
}


.blue {
    background: var(--blue-rgb);
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.white {
    background: #FFFFFF;
}

.green {
    background: #129C83;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.gray {
    margin: 40 auto;
    background: #F5F1F1;
}


.two-containers {
    column-gap: 110px;
    row-gap: 20px;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
}

.two-containers>* {
    flex: 1 1 calc(50%);
    margin: 0;
    box-sizing: border-box;
}

.two-containers {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.green .text-container-white {
    margin-bottom: 80px;
}

.overflowing-image-container {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: visible;
    z-index: 0;
}

.overflowing-image-container img {
    width: 95%;
    display: block;
    max-width: none;
    object-fit: contain;
}


.text-container,
.text-container-centered,
.text-container-centered-news,
.text-container-white {
    flex: 1;
    font-size: 1.1rem;
    line-height: 25px;
    text-align: left;
    max-width: 540px;
    min-width: 330px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.text-container-centered {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    text-align: center;
}


.text-container-centered-news {
    max-width: 1000px;
    width: 100%;
}

.text-container-privacy-policy,
.text-container-article {
    max-width: 700px;
    margin: 20px;

}

.ingress {
    font-size: 0.8rem;
    font-weight: 700;
}

.highlight {
    white-space: nowrap;
    background-color: #66DBB166;
}

.row-wrapper-left-aligned {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.store-image-container {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-height: 50px;
    max-width: 145px;
}

.id-image-container {
    margin-right: 20px;
    height: auto;
    width: auto;
}

.faq-wrapper {
    font-size: 18px;
    /* margin: 50px; */
    margin-bottom: 40px;
    margin-right: 30px;
    width: 100%;
    /* Ensure consistent width */
    max-width: 820px;
}

.faq {
    margin-top: 40px;
    padding-top: 40px;
}

.faq-container {
    border-radius: 20px;
    background: #EAF3F0;
    padding: 10px 30px;
    margin: 20px;
    max-width: 820px;
    width: 100%;
    box-sizing: border-box;
}

.faq-container details summary {
    font-weight: 600;
    /* max-height: 50px; */
    overflow: visible;
    list-style: none;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}

.faq p {
    margin-top: 20px;
}

.faq-container details {
    /* max-height: 50px; */
    overflow: visible;
}

.faq-container details[open] {
    max-height: 500px;
}

.faq-container details summary::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    overflow: visible;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('/images/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-container details[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.row-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
    gap: 40px;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 120px auto 1fr;
    grid-auto-flow: column;
    gap: 20px 40px;
    max-width: calc(3 * 340px + 2 * 40px);
    margin: 0 auto;
}

.stats-container {
    padding: 20px 0;
    max-width: 340px;
    display: contents;
}

.stats-container i,
.stats-container img {
    justify-self: center;
    align-self: center;
}

.stats-container h1 {
    justify-self: center;
    align-self: start;
}

.stats-text-container {
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    align-self: start;
}

.news-container {
    cursor: pointer;
    transition: background-color 0.2s ease;
    max-width: 340px;
    height: 250px;
}

.news-container:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.news-container p {
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.news-header {
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 36pt;
    padding-bottom: 10px;
}

.news-date {
    font-size: 0.8rem;
    font-weight: 700;
}

.action-button {
    display: block;
    padding: 10px 40px;
    margin: 40px;
    background-color: var(--green-rgb);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.action-button:hover {
    background-color: #52c79d;
}

.action-button:disabled {
    opacity: 0.5;
    cursor: default;
    background-color: #ccc;
}

.action-button:disabled:hover {
    background-color: #ccc;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 10px;
    z-index: 10;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
}

.tooltip.show {
    display: block;
}

.action-button-beta {
    display: block;
    padding: 10px 40px;
    /* margin: 40px; */
    background-color: var(--green-rgb);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.action-button-beta:hover {
    background-color: #52c79d;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
}

.text-field {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
}

.text-field:focus {
    border-color: #129C83;
    outline: none;
    box-shadow: 0 0 0 3px rgba(18, 156, 131, 0.1);
}

.logo-image-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.beta-form {
    display: none;
    background: whitesmoke;
    margin: 40px 0;
    padding: 20px;
    border-radius: 10px;
}



.options {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.options label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.options input[type="radio"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    outline: none;
    position: relative;
}


.options input[type="radio"]:checked::after {
    content: '';
    width: 80%;
    height: 80%;
    background: #129C83;
    /* Inner circle color */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-image-container i {
    font-size: 48px;
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.logo-image-container :hover {
    color: #252525;
}

.image-container-home {
    display: flex;
    aspect-ratio: 880/700;
    max-height: 530px;
    max-width: 490px;
    justify-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0, 10px;
    border-radius: 0 125px 60px 60px;
}

.image-container-about {
    display: flex;
    aspect-ratio: 600/460;
    max-height: 600px;
    max-width: 450px;
    justify-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0, 10px;
    border-radius: 0 125px 60px 60px;
}

.image-container-home img,
.image-container-about img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



h2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 62px;
    padding-bottom: 20px;
}

h3 {
    text-align: start;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

h4 {
    text-align: center;
    line-height: 58px;
    font-weight: 300;
    font-size: 3.2rem;
    color: #129C83;
}

h5 {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 54px;
    padding-bottom: 20px;
}


p {
    margin-bottom: 20px;
}

footer {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
    background: #129C83;
    color: #fff;
    font-size: 0.9em;
}

footer .logo-link {
    padding-top: 20px;
    display: inline-block;
    padding-bottom: 40px;
}

footer .logo-link img {
    max-height: 65px;
    max-width: 240px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    display: block;
}


footer .text-container-white {
    line-height: 26px;
    font-size: 19px;
    text-align: center;
    max-width: 860px;
}

footer .row-wrapper {
    padding-bottom: 40px;
}

.no-padding-top {
    padding-top: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.medium-padding-bottom {
    padding-bottom: 40px;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 101;
}

.hamburger span {
    display: block;
    height: 3px;
    background-color: var(--green-rgb);
    margin: 5px 50px;
    margin-left: auto;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
    width: 25px;
}

.hamburger span:nth-child(2) {
    width: 20px;
}

.hamburger span:nth-child(3) {
    width: 15px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* padding: 20px 40px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu.active {
    max-height: 400px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    margin: 15px 0;
}

.mobile-menu ul li a {
    color: var(--green-rgb);
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.mobile-menu ul li a:hover {
    color: #66dbb1;
}

.mobile-menu .download-btn {
    display: inline-block;
    padding: 10px 40px;
    background-color: var(--green-rgb);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.mobile-menu .download-btn:hover {
    background-color: #52c79d;
}


.hamburger span:nth-child(2) {
    width: 35px;
}

.hamburger span:nth-child(3) {
    width: 20px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    width: 25px;
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Tablet */
@media (max-width: 1250px) {
    .green .text-container-white {
        max-width: 530px;
    }
}

@media (max-width: 1060px) {

    .hamburger {
        display: block;
    }

    .hamburger span {
        margin-right: 0;
    }

    .main-nav,
    .nav-menu {
        display: none;
    }

    .two-containers {
        padding-left: 20px;
        padding-right: 20px;
    }

    .green .two-containers {
        flex-direction: column;
        padding-bottom: 0;
        align-items: center;
        justify-content: center;
    }


    .green .text-container-white {
        margin-bottom: 0px;
        max-width: 800px;
    }

    .video-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-menu {
        display: block;
        top: 80px;
    }


    .left-nav {
        gap: 0;
    }

    .overflowing-image-container {
        position: relative;
        bottom: auto;
    }

    .content-wrapper,
    .faq h2,
    footer {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blue {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    footer {
        margin-top: 0px;
    }


    .text-container-centered {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Large Phone  */
@media (max-width: 960px) {

    .green .text-container-white {
        margin-bottom: 0px;
        max-width: 800px;
    }

    .overflowing-image-container {
        position: relative;
        bottom: auto;
    }

    .two-containers {
        flex-direction: column;
        padding-bottom: 0;
    }

    .text-container,
    .text-container-centered,
    .text-container-white {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }



    .faq {
        padding-top: 0px;
    }

    .content-wrapper,
    .faq h2,
    footer {
        /* margin-top: 10px; */
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .two-containers {
        margin-left: 20px;
        margin-right: 20px;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .text-container-centered {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .text-container-white {
        padding-left: 20px;
        padding-right: 20px;

    }

    .grid-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }


    .text-container,
    .text-container-white,
    .text-container-white h3 {
        max-width: 920px;
        width: 100%;
    }




}

@media screen and (max-width: 800px) {


    .text-container,
    .text-container-centered,
    .text-container-centered-news,
    .text-container-white {
        min-width: 0px;
    }

    h1 {
        line-height: 58px;
        font-weight: 300;
        font-size: 3.2rem;
    }

    h2 {
        padding-bottom: 10px;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 40px;
    }

    h3 {
        text-align: start;
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 40px;
    }

    h5 {
        font-size: 3.0rem;
        font-weight: 700;
        line-height: 54px;
    }

    .row-wrapper-left-aligned {
        margin-top: 0px;
        padding-top: 0px;
    }

    .text-container,
    .text-container-centered,
    .text-container-white {
        max-height: 1000px;
        line-height: 22px;
        font-size: 16px;
    }

    .header {
        height: 80px;
    }

    .header-container {
        padding: 20px 0;
        height: auto;
    }

    .image-container-home {
        min-height: 200px;
    }

    .logo-link img {
        height: 25px;
    }

    .blue {
        position: relative;
    }

    .news-carousel-viewport {
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
        position: relative;
        text-align: left;
    }

    .blue .row-wrapper {
        display: flex;
        transition: transform 0.3s ease-out;
        gap: 0;
        transform: translateX(0);
        justify-content: flex-start;
    }

    .blue .row-wrapper>a {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .news-container {
        margin: 0 auto;
        height: auto;
        padding: 20px;
        max-width: 100%;
    }

    .carousel-arrow {
        display: flex !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.9);
        color: var(--blue-rgb);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        z-index: 10;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .carousel-arrow:hover {
        background-color: rgba(255, 255, 255, 1);
        transform: translateY(-50%) scale(1.1);
    }

    .carousel-arrow.prev {
        left: 5%;
    }

    .carousel-arrow.next {
        right: 5%;
    }

    .carousel-dots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        padding-bottom: 20px;
    }

    .carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }

    .carousel-dot.active {
        background-color: rgba(255, 255, 255, 0.9);
        width: 24px;
        border-radius: 4px;
    }

    .logo-image-container {
        margin: 0px;
    }

    .grid-wrapper {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        max-width: 800px;
    }

}


/* Small phone  */
@media screen and (max-width: 480px) {}
