body {
    background: #ffffff;
}
#mpp-bdy{
    background:
        linear-gradient(rgb(11 27 41 / 75%), rgb(6 13 19 / 75%)), url(../img/behla.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
}
.top-bar {
    background: #0b5c7a;
    color: #fff;
    padding: 15px 0;
}
.college-logo {
    width: 100px;
}
.college-name {
    font-size: 24px;
    font-weight: 700;
}
.college-sub {
    font-size: 14px;
    color: #ffd966;
}
.contact-info i {
    margin-right: 6px;
}
.content {
    padding: 60px 15px;
    text-align: center;
}
.content a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #1e73be;
    text-decoration: none;
    margin-bottom: 18px;
}
.content a:hover {
    text-decoration: underline;
}
footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

  .login-card {
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.captcha-box {
background: repeating-linear-gradient(
45deg,
#f8fafc,
#f8fafc 10px,
#e2e8f0 10px,
#e2e8f0 20px
);
border: 1px solid #94a3b8;
color: #1e293b;
padding: 12px;
font-size: 22px;
font-weight: bold;
letter-spacing: 4px;
text-align: center;
border-radius: 6px;

user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}

/* =========================
MOBILE VIEW FIX
========================= */
@media (max-width: 576px) {

/* Header stack properly */
.top-bar .row {
text-align: center;
}

.college-logo {
width: 60px;
height: auto;
margin-bottom: 8px;
}

.college-name {
font-size: 20px;
line-height: 1.2;
}

.college-sub {
font-size: 13px;
}

.contact-info {
margin-top: 10px;
font-size: 14px;
}

/* Login card */
.login-card {
padding: 20px !important;
margin-top: 25px;
}

/* ===== CAPTCHA FIX ===== */
.captcha-box {
font-size: 22px;
letter-spacing: 4px;
padding: 12px;
min-height: 52px;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;   /* 🔥 prevents breaking into two lines */
overflow: hidden;
}

/* Force captcha row inline */
.login-card .row.g-2 {
flex-wrap: nowrap;
}

.login-card .col-5,
.login-card .col-2 {
padding-left: 4px;
padding-right: 4px;
}

.login-card .btn {
padding: 8px 10px;
}

.login-card input.form-control {
font-size: 15px;
}

footer {
font-size: 13px;
padding: 12px 5px;
position: relative;
}
}

/* ===== HEADING ===== */
.section-title{
    text-align:center;
    font-size:32px;
    font-weight:700;
    color:#fff;
    margin-bottom:55px;
    position:relative;
}

.section-title::after{
    content:'';
    width:70px;
    height:4px;
    background:#FDB913;
    display:block;
    margin:14px auto 0;
    border-radius:3px;
}


/* ===== CARD ===== */
.semester-card{
    display:flex;
    align-items:center;
    background:rgba(255,255,255,0.95);
    border-radius:18px;
    padding:25px;
    text-decoration:none;
    color:#002C54;
    backdrop-filter:blur(6px);
    box-shadow:0 14px 30px rgba(0,0,0,0.1);
    transition:0.35s ease;
    margin-bottom:15px;
}

/* Icon rail */
.icon-rail{
    width:60px;
    height:60px;
    background:#002C54;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    flex-shrink:0;
}

.icon-rail i{
    color:#fff;
    font-size:22px;
}

/* Content */
.semester-content h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:4px;
}

.semester-content span{
    font-size:13px;
    color:#666;
    letter-spacing:0.5px;
}

/* Hover */
.semester-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,0.18);
}
.semester-section{
    padding:50px 0 100px 0;
}
