*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

/* Page background – rich & premium */
body{
    background: linear-gradient(85deg, rgba(104, 0, 0, 0.374), rgba(0, 0, 0, 0.445)),
             url("images/web-image-3-black.jpg") center/cover no-repeat;
    color:#2a2a2a;
}

.btn-close-form {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ff4d4d; /* circle color */
    border: none;
    border-radius: 50%; /* makes it circular */
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* optional shadow */
    transition: all 0.2s ease;
}
.btn-close-form:hover {
    background-color: #ff4d4d;
    color: #fff;
    transform: scale(1.1);
}


#submitBtn {
    position: relative;
}

#submitBtn .spinner-border {
    vertical-align: middle;
}


.award-card {
    position: relative; /* important for button positioning */
}


/* Title */
.award-title{
    text-align:center;
    padding:45px 15px 30px;
}

.award-title h1{
    font-size:36px;
    font-weight:700;
    letter-spacing:1px;
    background: linear-gradient(90deg, #8b1e1e, #c9a441);
    -webkit-background-clip : text;
    -webkit-text-fill-color:transparent;
}

.award-title h2{
    margin-top:6px;
    font-size:15px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#7a4a1f;
}

/* Container */
.container{
    max-width:1100px;
    margin:0 auto 70px;
}

/* Award card */
.award-card{
    background:#fbf7f2;
    border-radius:26px;
    padding:48px;
    max-width:1000px;
    margin:auto;
    position:relative;
    box-shadow:
        0 30px 70px rgba(0,0,0,0.18),
        0 0 0 1px rgba(201,164,65,0.35);
}

/* Inner gold frame */
.award-card::before{
    content:"";
    position:absolute;
    inset:8px;
    border-radius:20px;
    border:1px solid rgba(201,164,65,0.45);
    pointer-events:none;
}

/* Section titles */
.section-title{
    margin-top:35px;
    margin-bottom:10px;
    font-weight:600;
    font-size:18px;
    color:#7b1f1f;
    padding-left:16px;
    position:relative;
}

.section-title::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    height:18px;
    width:4px;
    background: linear-gradient(180deg, #8b1e1e, #c9a441);
    border-radius:3px;
}

/* Notes & guiding questions */
.field-note{
    font-size:13px;
    color:#7a7a7a;
    margin-bottom:4px;
}

.field-question{
    font-size:14px;
    color:#4a4a4a;
    margin-bottom:10px;
    line-height:1.65;
}

/* Inputs */
.form-control{
    background:#fffdf9;
    border-radius:12px;
    border:1px solid #d6c7a1;
    padding:12px 14px;
    font-size:14px;
    height:45px;
}

.form-control:focus{
    background:#ffffff;
    border-color:#c9a441;
    box-shadow:0 0 0 0.18rem rgba(201,164,65,0.35);
}

textarea.form-control {
    min-height:70px;
    resize:none;
}

/* Radio & checkbox */
.form-check{
    margin-bottom:12px;
}

.form-check-label{
    font-size:14px;
    color:#3f3f3f;
}

/* File input – consistent and neat */
input[type="file"] {
    background:#fffdf9;
    border:1px dashed #c9a441;
    border-radius:12px;
    padding:12px;
    width:100%;
    font-size:14px;
    color:#2a2a2a;
    cursor:pointer;
    transition:all 0.3s ease;
    height:45px;
    margin-bottom:12px;
}

input[type="file"]:hover {
    border-color:#8b1e1e;
    box-shadow:0 3px 10px rgba(139,30,30,0.15);
}

/* Submit button */
.btn-gold{
    background: linear-gradient(180deg, #f5d76e, #d4af37);
    color: #580000;
    font-weight: 500;
    border-radius: 40px;
    padding: 16px 42px;
    margin-right: 16px;

    backdrop-filter: blur(3px);
    transition: all 0.35s ease;
}

.btn-gold:hover{
    transform:translateY(-2px);
    background: linear-gradient(90deg, #f5d76e, #d4af37);
    color: #000;
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.45);
}

/* Fix small glitches and spacing issues */
.form-row {
    margin-bottom: 15px; /* uniform spacing between rows */
}

.form-group label {
    font-weight:500;
    color:#4a4a4a;
}

/* Remove excessive spacing around section titles */
.section-title {
    margin-top:35px;
    margin-bottom:10px;
}

/* Notes & questions spacing */
.field-note, .field-question {
    margin-bottom:10px;
}

/* Mobile */
@media(max-width:768px){
    .award-card{
        padding:32px 22px;
    }

    .award-title h1{
        font-size:28px;
    }
}


/* Add this to the bottom of your award-form.css */
.award-card {
    margin-top: 0 !important; /* Fix for modal alignment */
}

.btn-gold {
    cursor: pointer;
}

.form-control::placeholder {
    color: #bbb;
    font-size: 13px;
}

.field-question {
    font-weight: 500;
    color: #1a1a1a; /* Darker for better readability */
    margin-bottom: 8px;
    display: block;
}

.field-note {
    font-style: italic;
    color: #8b1e1e;
    font-size: 12px;
}

/* --- FULL PAGE PREMIUM ADJUSTMENTS --- */
.premium-form .form-label, 
.premium-form .field-question {
    font-weight: 600;
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 8px;
    display: block;
}

.premium-form .form-control, 
.premium-form .form-select {
    border: 1px solid #e0d5c1;
    background: #ffffff;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.premium-form .form-control:focus {
    border-color: #c9a441;
    box-shadow: 0 0 0 4px rgba(201, 164, 65, 0.1);
}

.premium-form .section-title {
    background: #fdfaf5;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 40px;
}

.premium-form .field-note {
    color: #8b1e1e;
    font-weight: 500;
    margin-bottom: 5px;
}

/* Custom Select styling */
.form-select.custom-select {
    height: 50px;
    border-radius: 12px;
}

/* Ensure declaration checks are spaced */
.premium-form .form-check {
    padding-left: 2em;
    margin-bottom: 10px;
}

