body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f6f8fa;
    color: #222c36;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(34,44,54,0.06);
    border-bottom: 1px solid #e3e8ee;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 2rem 1.5rem 2rem;
    box-shadow: 0 4px 24px rgba(34,44,54,0.10);
    border: 1px solid #e3e8ee;
    margin: 2rem auto;
    max-width: 25cm;
    width: 95vw;
    transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1);
    box-sizing: border-box;
}
.card:hover {
    box-shadow: 0 8px 32px rgba(34,44,54,0.13);
}

.card h1, .card h2 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

h1, h2 {
    font-family: inherit;
    color: #1a73e8;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 600;
    color: #222c36;
    letter-spacing: 0.2px;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control, select.form-select {
    border-radius: 10px;
    border: 1.5px solid #d1d9e6;
    padding: 0.7rem 1.1rem;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.form-control:focus, select.form-select:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 8px rgba(26,115,232,0.10);
    outline: none;
}

.btn-primary, .submit-btn {
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.7rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(26,115,232,0.10);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
}
.btn-primary:hover, .btn-primary:focus, .submit-btn:hover, .submit-btn:focus {
    background: #1760c4;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 18px rgba(26,115,232,0.13);
}

.btn-outline-primary {
    color: #1a73e8;
    border: 2px solid #1a73e8;
    background: transparent;
    border-radius: 10px;
    padding: 0.7rem 2rem;
    font-weight: 600;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #1a73e8;
    color: #fff;
    transform: translateY(-2px) scale(1.03);
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 1rem;
    align-items: center;
}
.btn-group .btn {
    border-radius: 10px;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    background: #f4f6fb;
    color: #222c36;
    border: 1.5px solid #d1d9e6;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    min-width: 100px;
    text-align: center;
}
.btn-group .btn:hover, .btn-group .btn:focus {
    background: #e3e8ee;
    color: #1a73e8;
    border-color: #b6c6e6;
}

/* EUCARE Feedback Form Specific Styles */
.eucare-feedback-container {
    background: #f6f8fa;
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

.main-card {
    width: 100%;
    max-width: 900px;
    margin: 48px auto;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(34,44,54,0.13), 0 1.5px 8px rgba(22,119,255,0.04);
    background: #fff;
    padding: 0 0 2.8rem 0;
    border: 1.5px solid #e3e8ee;
    transition: box-shadow 0.2s, transform 0.2s;
}

.main-card:hover {
    box-shadow: 0 16px 48px rgba(34,44,54,0.18), 0 2px 12px rgba(22,119,255,0.08);
    transform: translateY(-2px) scale(1.01);
}

.main-header {
    background: linear-gradient(90deg, #1677ff 70%, #1760c4 100%);
    border-radius: 24px 24px 0 0;
    padding: 2.7rem 2.2rem 1.7rem 2.2rem;
    text-align: center;
}

.main-header h1 {
    color: #fff;
    font-family: 'Bebas Neue', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 3px;
    text-shadow: 0 2px 8px rgba(22,119,255,0.10), 0 1px 0 #1760c4;
}

.main-header .location {
    color: #e3e8ee;
    font-size: 1.1rem;
    font-weight: 500;
}

.main-header .tagline {
    color: #b3d1ff;
    font-size: 1rem;
    font-style: italic;
}

.form-section-title {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2.5rem 0 1.3rem 0;
    letter-spacing: 0.2px;
}

.form-section-title.first-section {
    margin-top: 2.5rem;
}

.form-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.3rem;
}

.form-row > .form-group {
    flex: 1;
}

.form-group label {
    font-weight: 600;
    color: #222c36;
    margin-bottom: 0.4rem;
    display: block;
}

.form-control, .form-select {
    border-radius: 13px;
    border: 2px solid #d1d9e6;
    padding: 0.95rem 1.2rem;
    background: #f8fafc;
    font-size: 1.09rem;
    box-shadow: 0 2px 8px rgba(34,44,54,0.06);
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100% !important;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.form-control:focus, .form-select:focus {
    border-color: #1677ff;
    box-shadow: 0 0 0 3px rgba(22,119,255,0.10);
    outline: none;
    background: #fff;
}

.form-control::placeholder {
    color: #b0b4bb;
    opacity: 1;
}

.radio-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.radio-group .btn-check + .btn-outline-primary {
    min-width: 110px;
    border-radius: 13px;
    border: 2px solid #d1d9e6;
    background: #f8fafc;
    color: #222c36;
    font-weight: 600;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.radio-group .btn-check:checked + .btn-outline-primary {
    background: #1677ff;
    color: #fff;
    border-color: #1677ff;
}

.radio-group .btn-outline-primary:hover, .radio-group .btn-outline-primary:focus {
    background: #e3e8ee;
    color: #1677ff;
    border-color: #1677ff;
}

legend.form-label {
    font-weight: 600;
    font-size: 1.08rem;
    color: #000000;
    margin-bottom: 0.7rem;
}

textarea.form-control {
    min-height: 48px;
    resize: vertical;
}

.btn-primary, .submit-btn {
    background: linear-gradient(90deg, #3d47ff 60%, #1677ff 100%);
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 1rem 2.8rem;
    font-weight: 300;
    font-size: 1.18rem;
    box-shadow: 0 6px 24px rgba(61,71,255,0.13), 0 1.5px 8px rgba(22,119,255,0.08);
    transition: background 0.22s cubic-bezier(.4,0,.2,1),
                transform 0.18s cubic-bezier(.4,0,.2,1),
                box-shadow 0.22s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    letter-spacing: 1px;
}

.btn-primary:hover, .btn-primary:focus, .submit-btn:hover, .submit-btn:focus {
    background: linear-gradient(90deg, #1677ff 60%, #3d47ff 100%);
    transform: translateY(-3px) scale(1.045);
    box-shadow: 0 12px 32px rgba(61,71,255,0.18), 0 2px 12px rgba(22,119,255,0.10);
}

.btn-primary:active, .submit-btn:active {
    background: linear-gradient(90deg, #3d47ff 60%, #1677ff 100%);
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(61,71,255,0.10);
}

.fixed-width-select {
    flex: 0 0 430px;
    max-width: 430px;
    min-width: 430px;
}

.fixed-width-select .form-select {
    width: 430px !important;
    min-width: 430px !important;
    max-width: 430px !important;
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 900px) {
    .main-card { max-width: 99vw; }
    .form-row { flex-direction: column; gap: 0.5rem; }
    .main-header { padding: 2rem 1rem 1.2rem 1rem; }
}

@media (max-width: 600px) {
    .main-card { max-width: 100vw; border-radius: 0; margin: 0; }
    .main-header { border-radius: 0; padding: 1.2rem 0.5rem 0.8rem 0.5rem; }
    .form-section-title, h2, h4 { font-size: 1.1rem !important; }
    .fixed-width-select {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
    }
    .fixed-width-select .form-select {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
} 