.smec-ind-container { padding: 40px 15px; background: #f8f9fa; border-radius: 12px; }
.smec-ind-card { max-width: 650px; margin: auto; background: #fff; padding: 35px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.btn-smec-primary {
    background-color: #FF6600 !important;
    border: none;
    color: #fff !important;
    font-weight: 700;
    padding: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-smec-primary:hover {
    background-color: #e55b00 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}

.smec-field { height: 52px; border: 1px solid #dee2e6; margin-bottom: 18px; border-radius: 8px; }
.smec-field:focus { border-color: #FF6600; box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.1); }

label { font-weight: 600; font-size: 0.9rem; margin-bottom: 5px; color: #333; }

/* Center the reCAPTCHA widget on all screens */
.g-recaptcha {
    transform-origin: center;
    -webkit-transform-origin: center;
}