@media screen and (min-width:767px){
    .navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
    align-items: center;
}
.navbar-expand-lg {
    flex-wrap: unset;
        justify-content: space-between;
}
.height{
    height: 275px;
}
}

@media (max-width: 991px) {
    .hero-section::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%);
    }

}
.hero-section::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%);
}

.hero-section {
    position: relative;
    background-size: cover;
    background-position:center;
}
.text-div{
   padding-bottom: 80px;
   padding-top: 90px;
}



.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;
}

/* ===== Premium FAQ Design ===== */



.faq-premium-section h4 {
    font-weight: 600;
    color: #111;
}

/* Accordion Item */
.faq-premium-section .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.faq-premium-section .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Question Button */
.faq-premium-section .accordion-button {
    background: #ffffff;
    font-weight: 500;
    padding: 18px 22px;
    color: #111;
    border: none;
    box-shadow: none;
    transition: 0.3s ease;
}

/* Active Question */
.faq-premium-section .accordion-button:not(.collapsed) {
    background: #275b87;
    color: #fff;
}

/* Remove default arrow background */
.faq-premium-section .accordion-button::after {
    filter: brightness(0.3);
    transition: 0.3s ease;
}

.faq-premium-section .accordion-button:not(.collapsed)::after {
    filter: brightness(10);
}

/* Answer Body */
.faq-premium-section .accordion-body {
    background: #fff;
    padding: 20px 22px;
    line-height: 1.7;
    color: #555;
    border-top: 1px solid #eee;
}

/* List Styling */
.faq-premium-section .accordion-body ul {
    padding-left: 20px;
}

.faq-premium-section .accordion-body ul li {
    margin-bottom: 8px;
}

/* Smooth animation */
.faq-premium-section .accordion-collapse {
    transition: all 0.3s ease;
}

/* Mobile */
@media (max-width: 768px) {
    .faq-premium-section .accordion-button {
        font-size: 14px;
        padding: 15px 18px;
    }
}


@media screen and (max-width:767px){
    .textcenter{
        text-align: center;
        margin-bottom: 20px;
    }
        .text-div {
    padding-bottom: 40px;
    padding-top: 30px;
}
}