body {
    padding-top: 5rem;
    background: #F0EBE5;
}

.header-content {
    text-align: center;
    padding: 2rem;
    background-color: #F0EBE5;
}

.header-content h1 {
    font-size: 5rem;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    color: #263A99;
}

.header-content p {
    font-size: 1.3rem;
    width: 50%;
    font-family: 'Inter', sans-serif;
    margin: 20px auto;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.header-content a {
    border-radius: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    padding: 5px 25px;
    color: white;
    background: #2A2829;
    margin-top: 20px;

}

.navbar {
    background-color: #F0EBE5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5 30px;
    box-shadow: rgba(0, 0, 0, 0.2);
}

#nav-links {
    flex: 1;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-family: 'Inter', sans-serif;
}

.nav-button {
    font-family: 'Inter', sans-serif;
    border-radius: 30px;
}

.nav-link {
    color: #000000;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0 5px;
    font-weight: bold;
    transition: color 0.3s, background-color 0.3s;
}

.nav-link:hover,
.nav-link:focus {
    color: #333;
    background-color: #ddd;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #ffffff;
    width: 30%;
    padding: 5px 0;
    border-radius: 25px;
    margin: 1 auto;
}


.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 25px;
    min-height: 100%;
}

.card-body {
    padding: 2rem;
}

.card-body h6 {
    color: #263A99;
    font-weight: 600;
    font-size: 1.5rem;
}

.card-title {
    font-size: 2rem;
    color: #333;
    font-weight: 700;
}

.list-unstyled {
    font-weight: 500;
}

.free-trial {
    text-align: center;
    padding: 0 10px;
    margin: 10px 0 20px 0;
    font-size: 0.95rem;
    display: block;
    line-height: 1.5;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
