/* Red Gradient Overlay */
.legacy-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            #A1101A 42%,
            #6E0007 100%);
    z-index: 2;
}

/* Content Layer */
.legacy-banner .container {
    z-index: 3;
}

section.legacy-banner {
    padding: 40px 0px;
}

/* Breadcrumb */
.legacy-breadcrumb {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

/* Right Side Pattern */
.legacy-pattern {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.legacy-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 3;
}

/* Chancellor Name */
h6.chancellor-name {
    color: #F70F28;
    font-weight: bold;
}

.designation,
.university {
    color: #696969;
    font-size: 16px;
}

/* Leadership Team Section */

/* Card */
.leader-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.leader-card:hover {
    transform: translateY(-6px);
}

/* Image Wrapper */
.leader-img-wrap {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

/* Image */
.leader-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


/* Text */
.leader-name {
    font-weight: bold;
    margin-bottom: 15px;
}

.leader-org,
.leader-designation {
    font-size: 14px;
    color: #555;
}

/* SDSS Team */
h6.team-name,
.team-desigination {
    height: 60px;
}

span.icons {
    font-size: 24px;
}

h5.prson-name {
    font-family: 'Alata';
}

a.btn.sdss-btn-outline {
    color: #F70F28;
    border: 1px solid #F70F28;
    border-radius: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}

a.btn.sdss-btn-solid {
    background-color: #F70F28;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}

a.btn.sdss-btn-outline:hover {
    background-color: #F70F28;
    color: #ffffff;
}

a.btn.sdss-btn-solid:hover {
    background-color: #ffffff;
    color: #F70F28;
    border: 1px solid #F70F28;
}

/* Student’s Testimonials Page/Section CSS Start */

.testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-img {
    width: 25%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}

.testimonial-user {
    background-color: #F8F9FC;
    border-radius: 10px;
    padding: 15px;
}

.testimonial-name {
    font-weight: 600;
    color: #525252;
}

/* Opportunities Await You Section CSS */

.opportunity-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 16px;
    line-height: 28px;
}

.tick-icon {
    color: #d10000;
}

.apply-text {
    font-size: 14px;
    font-weight: 600;
    color: #d10000;
    cursor: pointer;
}

/* Guidance Page CSS Start */
input.form-control,
textarea.form-control {
    padding: 12px;
    border: 1px solid #555;
    border-radius: 10px;
}

input.form-check-input {
    border: 1px solid #555;
}

.submit-btn {
    background-color: #d10000;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #d10000;
}

.submit-btn:hover {
    background-color: #fff;
    color: #d10000;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #d10000;
}

/* Contact Page CSS */
section.sdss-contact-section a {
    color: #333;
    font-family: 'Alata';
}

section.sdss-contact-section a:hover {
    color: #F70F28;
}

.contact-detail,
.sdss-info,
.hours {
    color: #333333;
    padding-bottom: 15px;
}

/* Course Page CSS Start From Here */

.course-highlights {
    background: linear-gradient(180deg, #6E0007 0%, #A1101A 58%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.highlight-title {
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.highlight-item {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.course-info-box {
    border: 1px solid #8E8E8E;
    padding: 20px;
    border-radius: 10px;
}

.overview-row .right-content-col {
    border-left: 1px solid #8E8E8E;
}

button.nav-link:nth-last-child(1) {
    border-bottom: 0px;
    border-bottom-left-radius: 10px;
}

.course-tabs .nav-link:first-child {
    border-top-left-radius: 10px;
}

.course-tabs .nav-link {
    color: #333 !important;
    border-radius: 0;
    border-bottom: 1px solid #8E8E8E;
    text-align: left;
}

.course-tabs {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.overview-row {
    border: 1px solid #8E8E8E;
    border-radius: 10px;
    margin: 5px;
}

.course-tabs .nav-link.active {
    background: #F70F28;
    color: #fff !important;
}

a.btn.apply-now {
    background-color: #F70F28;
    color: #fff;
    border: 1px solid #F70F28;
    padding: 14px 30px;
    border-radius: 50px;
}

a.btn.apply-now:hover {
    border: 1px solid #F70F28;
    color: #F70F28;
    background-color: #fff;
}

.course-list li {
    display: flex;
    gap: 10px;
}

.course-list i {
    color: #dc3545;
    margin-top: 3px;
}