.hero-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 85%);
}
.login-wrap{
    border-radius: 10px;
}

.slider-text{
    padding: 50px 0px 40px 0px;
}

.submit-btn {

        padding: 12px;
        background: #ed1d2a;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        margin-top: 12px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(216, 150, 101, 0.3);
    }
    .submit-btn:hover {
        transform: translateY(-3px);
        background: #4c8f32;
        
        box-shadow: 0 12px 32px rgba(216, 150, 101, 0.4);
    }
    
    
.mbbs-benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.mbbs-benefits-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.mbbs-benefits-list li::before {
  content: "\f26e"; /* Bootstrap check-circle */
  font-family: "Bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #dd2a1b;
}


.uni-details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
}

.uni-details-table th,
.uni-details-table td {
    border: 1px solid #dd2a1b;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
}

.uni-details-table thead th {
    background: #dd2a1b;
    color: #fff;
    font-weight: 600;
    border: 1px solid #eee;
}

.uni-details-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.uni-details-table tbody tr:hover {
    background: #eef4ff;
    transition: 0.3s ease;
}
.bg-gray{
    background: #f0f0f0;
}


@media screen and (min-width:991px){
  .slider-text{
    padding: 190px 0px 70px 0px;
} 
}

@media (max-width: 991px) {
    .hero-wrap::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
    }
    .subheading{
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .textcenter{
        text-align: center;
    }
    
}