:root {
    --green: #85cc64;
    --black: #191919;
    --white: #eaeaea;
    --dark-gray: #adaaaa;
    --light-gray: #d6dce3;
    --purple: #68349a;
}
.tw-max-w-screen-xl {
    max-width: 90%;
}

.text-group {
    width: 400px;
}

.text-group-l {
    width: 600px;
}

.text-header {
    background-color: var(--white);
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.text-body {
    margin-top: 1rem;
}

.text-normal {
    font-size: 1rem;
}

.padding-half {
    padding: 0.5rem;
}

.padding-full,
.p-1 {
    padding: 1rem;
}

.text-width-small {
    width: 250px;
}

.text-width-med {
    width: 350px;
}

.text-size-1-5x {
    font-size: 1.5rem;
}

.text-size-1-7x {
    font-size: 1.75rem;
}

.text-size-2x {
    font-size: 2rem;
}

.text-size-3x {
    font-size: 3rem;
}

.width-70 {
    width: 70%;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

/* hero */
.hero-text, .hero-container {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8rem;
    gap: 10px !important;
}

/* Stat Box */
.stat-box {
    width: 400px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    min-height: 60px;
    border-top: 1px solid black;
}

.stat-row-highlight {
    background-color: #56abcf;
}

.stat-name {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.15rem;
}

.stat-value {
    align-self: center;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: right;
}

.border-solid {
    border-style: solid;
}

/* Module 1 */
.heading,
.text-align-center,
.introduction {
    text-align: center;
    width: 100;
}

.module1 .highlighted {
    display: flex;
    flex-direction: row;
    background-color: #eaeaea;
    gap: 50px;
    padding: 2rem;
}

/* Utility Classes Added Styles */
.width-50 {
    width: 50% !important;
}

.width-100 {
    width: 100% !important;
}

.flex-col {
    flex-direction: column !important;
}

.gap-1 {
    gap: 1rem !important;
}

.container {
    display: flex;
    gap: 50px;
}

.pt-1,
.px-1 {
    padding-top: 1rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pl-3 {
    padding-left: 3.5rem !important;
}

.pl-7 {
    padding-left: 7rem;
}

.text-align-left {
    text-align: left;
}

.striped th:nth-child(even) {
    background-color: var(--dark-gray);
}

/* Additional Utility Classes */
.list-disc {
    list-style-type: disc !important;
    padding-left: 1.5rem;
    margin-top: 1rem 0 !important;
}

.color-white {
    color: var(--white);
}

.bg-green {
    background-color: var(--green);
}

.bg-black {
    background-color: var(--black);
}

.bg-dark-gray {
    background-color: var(--dark-gray);
}

.bg-white {
    background-color: var(--white);
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-purple {
    background-color: var(--purple);
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.fixed {
    table-layout: fixed;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px auto;
            background-color: #fff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        }

        th,
        td {
            padding: 15px;
            border: 1px solid #ddd;
            text-align: left;
            word-wrap: break-word;
 width: 10px;
        }

        td {
            background-color: #fff;
        }
@media screen and (max-width: 768px) {
.tw-mt-8 {
    margin-top: 32px;
    width: 85%;
}

.hero-text, .hero-container {
    width: 100%!important;
    justify-content: space-between;
    margin-bottom: 8rem;
    gap: 10px !important;
}

.width-70 {
width: 70%;
}
.width-50 {
    width: 50% !important;
}
.text-width-med {
    width: 100%;
}

.container {
    gap: 10px!important;
}

}

@media screen and (max-width: 480px) {
.hero-text, .hero-container {
    width: 85%!important;
}
.tw-mt-8 {
    width: 90%!important;
}

.hero-container {
display: flex;
    flex-direction: column;
}
.container {
    gap: 15px;
}
.width-70 {
width: 70%;
}
.container {
    display: flex;
    flex-direction: column;
}
.text-width-small {
    width: 90%!important;
}

.stat-box {
    width: 100%;
}

    .text-width-med {
        width: 90%!important;
    }

}

@media screen and (max-width: 390px) {
.hero-text, .hero-container {
        width: 100% !important;
    }

.stat-box {
    width: 100%;
}
th, td {
    padding: 8px;
}
table:not([class]) td, table:not([class]) th {
    padding: 0.25em;
    border: .1rem solid rgba(var(--color-foreground), .2);
}
.text-size-1-5x {
    font-size: 1.25rem;
}

}