header {
    background: linear-gradient(180deg, #ffffff, #ffffff);
    color: #000000;
    padding: 20px 0;
}

#section2 {
    background-image: url('../images/gradient_L.jpg');
    padding: 600px 90px 630px;
}
#section3 {
    background-image: url('../images/gradient5.jpg');
    padding: 100px 90px 100px;
}
#section4 {
    background-image: url('../images/gradient4blur.jpg');
    padding: 300px 90px 630px;
}
#section5 {
    background-image: url('../images/gradient4.jpg');
    padding: 150px 90px 530px;
}
#section6 {
    background-image: url('../images/gradient_L.jpg');
    padding: 200px 90px 630px;
}
ol li, hr {
    margin: 0 26%;
}
table, th, td {
    border: 2px solid rgb(77, 77, 77);
    margin: 0 auto;  /* Centers table horizontally */
    border-collapse: collapse;
    width: 32%;  /* Adjust width as needed */
    padding: 15px 0;
}
footer {
    padding: 20px;
    background: linear-gradient(360deg, #ffffff, #ffffff);
    color: #000000;
}
.faq-container {
    width: 60%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.faq-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; /* Adjust as needed */
}
.faq-item {
    margin-bottom: 10px;
}
.faq-question {
    width: 100%;
    background: #04b1c5;
    color: white;
    padding: 10px;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.faq-question:hover {
    background: #1ddfd5;
}
.faq-answer {
    display: none;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-top: 5px;
}
.pie-chart {
    display: flex;
    justify-content: center;
    height: auto; /* Adjust as needed */
}
table {
    margin: 20px auto; /* Center the table and add some margin */
    border-collapse: collapse; /* Remove space between table cells */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}
th, td {
    padding: 20px; /* Add padding to table cells */
    border-bottom: 1px solid #ddd; /* Add a bottom border to table cells */
}
th {
    background-color: #f4f4f4; /* Light grey background for table headers */
    font-weight: bold; /* Bold text for table headers */
}
tr:nth-child(even) {
    background-color: #f9f9f9; /* Light grey background for even rows */
}
tr:hover {
    background-color: #f1f1f1; /* Slightly darker grey background on hover */
}
th a {
    color: rgb(0, 0, 0); /* Link color */
    text-decoration: none; /* Remove underline from links */
}
th a:hover {
    text-decoration: underline; /* Add underline on hover */
}
tr:hover td:nth-child(2) {
    color: rgb(95, 208, 95); /* Change the Rightstune text color to green */
}
td a:hover {
    text-decoration: underline; /* Underline links on hover */
}
.statement {
    padding: 8%;
}