
/* Visa Forms custom styling - added without changing existing HS Travels design */
.visa-home-section { padding-top: 5px; margin-top: 28px; }
.visa-home-banner-link { display:block; max-width: 900px; width: 86%; margin: 0 auto; border-radius: 8px; overflow:hidden; box-shadow: 0 10px 28px rgba(0,0,0,0.15); border:1px solid rgba(255,255,255,0.45); }
.visa-home-banner-link:hover { opacity: 0.97; transform: translateY(-1px); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }
.visa-home-banner-img { width:100%; height:auto; display:block; }
.visa-page-wrapper { padding: 35px 0 15px 0; }
.visa-intro-text { color:#666; font-size:15px; line-height:1.8; margin-bottom:25px; }
.visa-card { background:#fff; border:1px solid #e5e8ef; margin-bottom:30px; box-shadow:0 8px 20px rgba(0,0,0,0.06); transition:all .25s ease; }
.visa-card:hover { transform:translateY(-3px); box-shadow:0 12px 26px rgba(0,0,0,0.12); }
.visa-card img { width:100%; display:block; }
.visa-card-body { padding:20px; text-align:center; }
.visa-card-body h4 { color:#152a55; font-weight:bold; margin-top:0; margin-bottom:10px; }
.visa-card-body p { color:#666; min-height:45px; }
.visa-btn { display:inline-block; background:#f8b237; color:#11254e !important; font-weight:bold; padding:10px 22px; border-radius:4px; text-transform:uppercase; }
.visa-btn:hover { background:#eaa226; color:#11254e !important; text-decoration:none; }
.visa-form-panel { background:#fff; border:1px solid #e7eaf0; box-shadow:0 8px 28px rgba(0,0,0,0.08); margin-bottom:35px; }
.visa-form-header { background:#142d60; color:#fff; padding:24px 28px; border-bottom:4px solid #f8b237; }
.visa-form-header h2 { margin:0 0 6px 0; color:#fff; font-size:28px; }
.visa-form-header p { margin:0; color:#dce6fb; }
.visa-form-body { padding:26px 28px 30px; }
.visa-section-title { color:#152a55; font-weight:bold; font-size:20px; margin:22px 0 18px; padding:10px 12px; background:#f4f6fa; border-left:5px solid #f8b237; }
.visa-section-title:first-child { margin-top:0; }
.visa-form-body label { color:#333; font-weight:bold; font-size:13px; }
.visa-form-body .form-control { border-radius:3px; box-shadow:none; min-height:40px; }
.visa-form-body textarea.form-control { min-height:90px; }
.visa-required { color:#d33232; }
.visa-captcha-box { display:inline-block; letter-spacing:4px; font-weight:bold; color:#142d60; background:#fff5d8; border:1px dashed #c58b1f; padding:9px 16px; border-radius:4px; font-size:20px; margin-right:10px; }
.visa-alert { padding:15px 18px; border-radius:4px; margin-bottom:25px; }
.visa-alert-success { background:#e8f7ef; border:1px solid #b7e2c8; color:#24663e; }
.visa-alert-error { background:#fff0f0; border:1px solid #f2c2c2; color:#a22a2a; }
.visa-note { background:#f8fafc; border:1px solid #e6ebf2; padding:14px 16px; color:#666; margin-top:15px; }
.country-row .form-group { margin-bottom:12px; }
@media(max-width:767px){
    .visa-home-banner-link { width: 100%; max-width: none; }
    .visa-form-header h2 { font-size:23px; }
    .visa-form-body { padding:20px 15px; }
    .visa-section-title { font-size:17px; }
}
