/* ======================================================================
   Job Application Form
   ====================================================================== */

body {
    background: #f4f6fb;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #2c3e50;
}

/* -------- Header / banner -------- */
.site-header {
    background: linear-gradient(90deg, #ffffff 0%, #f1f5fb 60%, #ffffff 100%);
    border-bottom: 4px solid #c8102e;
    padding: 16px 0 0 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/*.site-header:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 220px; height: 100%;
    background: linear-gradient(135deg, #1d3a7c 0%, #c8102e 70%);
    transform: skewX(-12deg);
    transform-origin: top left;
    opacity: 0.08;
    z-index: 0;
}*/

.header-row { position: relative; z-index: 1; }

.college-logo {
    width: 80px; height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #e8eef7 60%, #1d3a7c 100%);
    border: 3px solid #c8102e;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.logo-inner {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: bold;
    color: #1d3a7c;
    letter-spacing: 1px;
}
.estd {
    margin-top: 6px;
    font-weight: bold;
    color: #1d3a7c;
    font-style: italic;
    font-size: 13px;
}

.college-name {
    font-size: 28px;
    font-weight: bold;
    color: #1d3a7c;
    margin: 0 0 4px 0;
    letter-spacing: 0.5px;
}
.college-sub {
    margin: 0;
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
.college-sub-italic {
    margin: 0;
    color: #c8102e;
    font-size: 14px;
}

.form-title-bar {
    background: linear-gradient(90deg, #c8102e 0%, #8b0a1f 100%);
    margin-top: 16px;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.form-title-bar h2 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Cambria', serif;
}

/* -------- Main content -------- */
.main-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* -------- Tabs -------- */
.gnkc-tabs {
    background: #fff;
    border-bottom: 2px solid #1d3a7c;
    margin-bottom: 0;
}
.gnkc-tabs > li > a {
    color: #1d3a7c;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 0;
    background: #f1f5fb;
}
.gnkc-tabs > li > a:hover {
    background: #e3ebf5;
    border-color: transparent;
}
.gnkc-tabs > li.active > a,
.gnkc-tabs > li.active > a:focus,
.gnkc-tabs > li.active > a:hover {
    background: #1d3a7c;
    color: #fff;
    border-color: #1d3a7c;
}
.tab-num {
    display: inline-block;
    width: 22px; height: 22px;
    line-height: 22px;
    text-align: center;
    background: #c8102e;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 12px;
}
.gnkc-tab-content {
    background: #fff;
    padding: 16px;
    border: 1px solid #ddd;
    border-top: 0;
}

/* -------- Form rows -------- */
.row-field {
    margin-left: 0;
    margin-right: 0;
}
.row-field .control-label {
    font-weight: 600;
    color: #1d3a7c;
    text-align: left;
}
.required {
    color: #c8102e;
    font-weight: bold;
}
.form-control:focus {
    border-color: #1d3a7c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(29,58,124,.4);
}

/* -------- Panel headings -------- */
.panel-default > .panel-heading {
    background: linear-gradient(90deg, #1d3a7c 0%, #2d5aa3 100%);
    color: #fff;
    border-bottom: 2px solid #c8102e;
}
.panel-default > .panel-heading strong { color: #fff; }
.panel-default {
    border-color: #cbd6e8;
    margin-bottom: 18px;
}

/* -------- Validation -------- */
.validation-summary {
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-danger { color: #c8102e; font-size: 13px; }

/* -------- Buttons / Footer -------- */
.btn-primary {
    background-color: #1d3a7c;
    border-color: #15295a;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #15295a;
    border-color: #0e1d40;
}
.btn-success {
    background-color: #1d8c4b;
    border-color: #14693a;
}
.btn-success:hover, .btn-success:focus {
    background-color: #14693a;
    border-color: #0d4d2a;
}

/* -------- Radio inline -------- */
.radio-inline-group label { margin-right: 14px; }
.radio-inline-group input[type="radio"] { margin-right: 4px; }

/* -------- Declaration -------- */
.declaration-box {
    border-left: 4px solid #1d3a7c;
    background: #f1f5fb;
    color: #2c3e50;
    font-style: italic;
    margin: 18px 0;
}

.fee-badge {
    display: inline-block;
    background: #fff8e1;
    border: 1px solid #f0c869;
    color: #8a5b00;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
}

/* -------- Success page -------- */
.success-wrap {
    margin-top: 30px;
}
.success-tick .glyphicon {
    color: #1d8c4b;
    font-size: 64px;
}
.success-panel {
    max-width: 720px;
    margin: 20px auto 0 auto;
}
.app-no {
    display: inline-block;
    background: #1d3a7c;
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Consolas', monospace;
}
.muted-label { color: #777; }

/* -------- Footer -------- */
.site-footer {
    padding: 18px 0;
    background: #1d3a7c;
    color: #d4dbe9;
    margin-top: 30px;
}
.site-footer p { margin: 0; }

/* -------- Responsive tweaks -------- */
@media (max-width: 767px) {
    .college-name { font-size: 20px; }
    .form-title-bar h2 { font-size: 16px; letter-spacing: 1px; }
}
