.container {
    max-width: 800px;
    margin: 60px auto;
    margin-bottom: 60px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.hero .container {
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
    padding: 100px 20px;
}

h1 {
    color: #2f7f7f;
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 20px;
}

{
    line-height: 1.6;
    margin-bottom: 16px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 18px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.checkbox-group {
    margin-bottom: 20px;
}

.navbar {
    background-color: rgb(255,255,255,0.95);
    padding: 18px 40px;
    border-bottom: 1px solid #ddd;
}

.navbar-container a {
    margin-right: 30px;
    text-decoration: none;
    color: #2f7f7f;
    font-weight: 500;
}

.navbar a {
    margin-right: 25px;
    text-decoration: none;
    color: #2f7f7f;
    font-weight: 600;
}

/* Divider refinement */
hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 25px 0;
}


/* Subtle helper text */
.form-note {
    font-size: 14px;
    color: #666;
}

body {
    background: #f6f8fb;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.form-note {
    font-size: 14px;
    color: #666;
}

h1, h2 {
    letter-spacing: 0.5px;
}

h2 {
    font-weight: 600
}

p {
    font-size: 16px;
}

ul {
    padding-left: 20px:
}

.credibility-strip {
    text-align: center;
    margin-top: 40px;
    padding: 40px; 20px;
    border-radius: 6px;
    font-size: 1.05rem;
    max-width: 650px;
    margin-left: auto
    margin-right: auto
}

.page-wraper {
padding: 30px 20px;
}

.site-footer {
    margin-top: 60px;
    padding: 20px;
    font-size: 14px;
    color: #555;
    text-align: center;
    background-color: #f4f6f5;
    border-top: 1px solid #e0e0e0;
}

.confidential-note {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

/* ==================== HERO SECTION =================== */

.hero-warm {
    position: relative;
    text-align: center;
    paddiing: 140px 20px;
    background: url("/static/images/1.jpg") center center / cover no-repeat;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-warm .authority-note {
    color: #555;
    font-weight: 500;
    margin-top: 20px;
}

/* Dark overlay */
.hero-warm::before {
    content: "";
    position: absolute;
    insett: 0;
    background: rgba(0,0,0,0.45);
}

/* Ensure content sits above overlay */
.hero-warm > *{
    positonn: relative;
    z-index: 2;
}

/* Card */
.hero-card {
    background: rgba(255,255,255, 0.92);
    backdrop-filter: blur(8px);
    padding: 60px 70px;
    max-width: 750px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    text-align: center;
}

/* Title */
.hero-card h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #153f3f;
    margin-bottom: 20px;
}

/* Subtext */
.hero-subtext {
    font-size: 1.25rem;
    color: #5f6f6a;
    margin-bottom: 45px;
    font-weight: 500;
}

/* Buttons */
hero-warm .btn-primary,
hero-warm .btn-secondary {
    text-decoration: none;
    display: inline-block;
    padding: 16px 32px;
    margin: 12px 10px;
    border-radius: 8px;
    text-decoratiion: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

.hero-warm .btn-primary {
    background-color: #1b5e53;
    color: white; 
    font-size: 1.1rem;
    padding: 18px 36px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    
}

.hero-warm .btn-primary:hover {
    background-color:#134242;
    transform: translateY(-2px);
}

.hero-warm .btn-secondary {
    background-color: #transparent;
    color: #114d43;
    border: 2px solid #114d43;
    padding: 16px 12px;
    border-radius: 10px;
    text-decoration: none;
    margin-left; 12px;
}

.hero-warm .btn-secondary:hover {
    background-color: #d5e8e8;
    transform: translateY(-2PX);
}
 
.hero-buttons {
    margin-top: 30px;
}
    
