
.hero::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%
    );
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

/* Text Styling */
.hero_h1 h1 {
    color: #fff;
    margin-bottom: 20px !important;
}

.hero_h1 p {
    color: #fff;
    margin-bottom: 25px;
}

.stnd-img img{
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #dd2a1b;
}

.banner-form{
    border-radius: 10px;
}
.hero_h1{
    z-index: 9;
}
.hero_h1 h1 {
    position: relative;
    z-index: 2;
    margin-bottom: 30px!important;
    color: #fff;
}
.hero_h1 p{
    position: relative;
    color: #fff !important;
}

.ApplyBtn {
    display: inline-block;
    background: #dd2a1b;
    color: #fff !important;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.submit-btn{
     display: inline-block;
    background: #dd2a1b !important;
    color: #fff !important;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    margin-bottom: 0px!important;
}
.submit-btn:hover{
    color: #ffffff !important;
    transform: translateY(-3px);  
    border: 1px solid #dd2a1b !important;
}

.ApplyBtn:hover {
    background: #ffffff;
    color: #dd2a1b !important;
    transform: translateY(-3px);
}


.qucik-img{
    margin: 30px 0;
}

.heading_h2{
      font-size: 34px;
    color: #000 !important;
    font-weight: 700;
}

.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;
}
.document_list{
    display: flex;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .uni-details-table th,
    .uni-details-table td {
        font-size: 14px;
        padding: 12px;
    }
    .heading_h2{
        font-size:18px!important;
    }
    .btn-getstarted{
        display: none;
    }
    .gap-10{
        gap: 1rem!important;
    }
    .document_list{
    display: inline-block;
}
.qucik-img{
    margin: 0px;
}
.uni-details-table{
    margin: 20px 0px 0px 0px;
}
.mobile-css{
    margin-top:-20px!important;
}
}

.gap-10{
gap: 6rem;
    
}


.university-about {
    padding: 80px 0;
}

.university-about .about-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.about-image-mobile img,
.about-image-desktop img {
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.about-btn {
    display: inline-block;
    background: #951e1e;
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.about-btn:hover {
    background: #000;
}



/* =========================
   University FAQ Section
========================= */

.university-faq {
    padding: 80px 0;
    background: #f8f9fb;
}

/* Section Title */
.university-faq .section-title span {
    color: #951e1e;
    font-weight: 600;
    letter-spacing: 2px;
}

.university-faq .section-title h2 {
    font-weight: 700;
    margin-top: 10px;
}

/* FAQ Card */
.university-faq .faq-container {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.university-faq .faq-container:hover {
    transform: translateY(-3px);
}

/* Question */
.university-faq .faq-container a {
    text-decoration: none;
    font-weight: 600;
    color: #222;
    display: block;
    position: relative;
    padding-right: 25px;
}

/* Arrow icon */
.university-faq .faq-container a::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #951e1e;
    transition: 0.3s ease;
}

/* When open */
.university-faq .faq-container a[aria-expanded="true"]::after {
    content: "−";
}

/* Answer */
.university-faq .card {
    border: none;
    padding-top: 10px;
}

.university-faq .card-body {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .university-faq {
        padding: 50px 15px;
    }

    .university-faq .faq-container {
        padding: 15px;
    }

    .university-faq .faq-container a {
        font-size: 15px;
    }
}



.container12 {
    width: 85%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
}

.container12 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container12 .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #dd2a1b;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}

.container12 .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #dd2a1b;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="submit"] {
    color: #fff !important;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #dd2a1b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="submit"]:hover {
    background: #dd2a1b !important;
    border-color: #dd2a1b !important;
}

@media (max-width: 950px) {
    .container12 {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }
    .container12 .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {
    .container12 {
        height: 100%;
    }
    .container12 .content {
        flex-direction: column-reverse;
    }
    .container12 .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container12 .content .left-side::before {
        display: none;
    }
    .container12 .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}


/* end of contact*/


@media screen and (max-width:767px){
    .ApplyBtn{
        display: none;
    }
    .hero_h1{
        text-align: center;
    }
}

@media screen and (min-width:767px){
    .banner-form{
        width: 380px;
        height: fit-content;
        margin-right: 60px;
    }
    .hero_h1{
        padding:80px 0;
    }
    .hero_h1 h1{
        font-size: 55px;
    }
}