.hero-section{min-height:55vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-admission-process{background:url("../images/Admission Process and Guidelines.jpg") center/cover no-repeat}.hero-content{opacity:0;transform:translateY(40px);transition:all 1s ease}.hero-content.show{opacity:1;transform:translateY(0)}.hero-title{text-shadow:0 4px 20px rgb(0 0 0 / .4);font-size:2.8rem!important}@media (max-width:768px){.hero-admission-process{background:url("../images/Admission Process and Guidelines.jpg") center/cover no-repeat}}
.text-white{color:#065ba7!important}
.phd-admission-wrapper{
    background: #f5f8fc;
    padding: 80px 0;
}


/* ======================================
   HERO SECTION
====================================== */
.phd-hero-section{
    background: linear-gradient(135deg, #065ba7 0%, #0b76d6 100%);
    border-radius: 24px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}


/* ORANGE BADGE */
.phd-badge{
    background: #f38020;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}


/* TITLE */
.phd-main-title{
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
}


/* DESCRIPTION */
.phd-main-desc{
    color: rgba(255,255,255,0.92);
    font-size: 17px;
    line-height: 1.9;
    max-width: 650px;
}


/* BUTTONS */
.phd-btn-primary{
    background: #f38020;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: 0.3s ease;
}

.phd-btn-primary:hover{
    background: #fff;
    color: #065ba7;
}


.phd-btn-outline{
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.phd-btn-outline:hover{
    background: #fff;
    color: #065ba7;
}



/* ======================================
   RIGHT INFO CARD
====================================== */
.phd-info-card{
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    position: relative;
}

.phd-info-card h4{
    color: #065ba7;
    font-size: 28px;
    font-weight: 700;
}


.phd-info-card ul{
    list-style: none;
    padding: 0;
    margin: 0;
}


.phd-info-card ul li{
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.phd-info-card ul li:last-child{
    border-bottom: none;
}



/* ======================================
   FORM WRAPPER ONLY
====================================== */
.contact-card{
    max-width: 950px;
    margin: 0 auto;
    border-radius: 20px !important;
    border-top: 6px solid #f38020;
}



/* ======================================
   MOBILE RESPONSIVE
====================================== */
@media(max-width:991px){

    .phd-hero-section{
        padding: 50px 35px;
    }

    .phd-main-title{
        font-size: 42px;
    }

}


@media(max-width:576px){

    .phd-admission-wrapper{
        padding: 50px 0;
    }

    .phd-hero-section{
        padding: 40px 20px;
        border-radius: 18px;
    }

    .phd-main-title{
        font-size: 34px;
    }

    .phd-main-desc{
        font-size: 15px;
    }

    .phd-btn-primary,
    .phd-btn-outline{
        width: 100%;
        text-align: center;
    }

    .phd-info-card{
        padding: 25px;
    }

}    
   
   
   .section-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #0d9488;
} 