﻿body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    background-color: #0a7f62;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

footer {
    background-color: #0a7f62;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    bottom: 0;
}

.container {
    padding: 20px;
    margin: 0 auto;
}

h2 {
    color: #0a7f62;
}

ul {
    margin: 10px 0;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

p {
    margin: 20px 0;
}

.acceptance {
    font-weight: bold;
}


.tncs-center-screen {
    background-color: #f8f9fa; /* Light background color */
    box-sizing: border-box;
}

.tncs-card {
    background-color: #ffffff; /* White background for the card */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-radius: 8px; /* Rounded corners */
    width: 100%; /* Full width on small screens */
    box-sizing: border-box;
}

.sustainium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #0a7f62;
    border: none;
    border-radius: 10px; /* Rounded button */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .sustainium-btn:hover {
        background: #015c46;  
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);   
    }

    .sustainium-btn:active {
        transform: translateY(0);  
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.prev-step {
    background: #d8d8d8;  
    color: rgb(68, 68, 68);
}

    .prev-step:hover {
        background-color: rgb(231, 231, 231); 
    }

.terms-btn {
    margin: 5px;
}

.terms-div {
    display: flex;
    justify-content: center;
}
