.modal-header {
    background-color: #fff;
    text-align: center;
    flex-direction: column;
    border-bottom: none;
}

.modal-header h5 {
    color: #b30000;
    font-weight: bold;
}

.modal-title-sub {
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}

.modal-content {
    border-radius: 8px;
    padding: 20px;
}

.btn-danger {
    background-color: #b30000;
    border: none;
}

.modal-header .btn-close {
    background-color: transparent !important;

}

.form-check-input:checked {
    background-color: #b30000;
    border-color: #b30000;
}

.form-check-label a {
    color: #b30000;
    text-decoration: none;
}



.owl-carousel .item {
    padding: 20px;
}

.owl-carousel .item img {
    width: 90%;
    height: 200px;
    /* Adjust as needed */
    object-fit: contain;
    border-radius: 10px;
    background-blend-mode: color-burn;
    mix-blend-mode: multiply;
}

.w-50 {
    width: 50% !important;
}

.tabs-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 85px;
    position: relative;
}

.carousel-fade-wrapper {
    position: relative;
    overflow: hidden;
}

/* Left Fade */
.carousel-fade-wrapper::before,
.carousel-fade-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.carousel-fade-wrapper::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.carousel-fade-wrapper::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

/* Fullscreen carousel */
.carousel-item {
    height: max-content;
    max-height: 95vh;
    position: relative;
}

/* Make images cover the entire carousel */
.carousel-item img {
    object-fit: fill;
    width: 100%;
    height: max-content;
    max-height: 100vh;
    height: 90vh;
    z-index: 1;
}

/* Make videos full-screen, autoplay, loop, and remove controls */
.carousel-item video {
    width: 100%;
    height: max-content;
    max-height: 100vh;
    object-fit: fill;
    z-index: 1;
    position: relative;
}

.carousel-item video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5)
}

/* Position controls at the bottom */
.carousel-indicators {
    bottom: 10px;
}

.crausel-btn {
    background-color: transparent !important;
}

.crausel-btn span {
    color: #000 !important;
}

.crausel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: transparent;
    color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 70%;
    text-align: center;

    /* display: none; */
}

.top-recruiters-title span {
    margin-left: -160px;
}

.red-line {
    position: relative;
}

.red-line::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 60%;
    height: 5px;
    background-color: var(--e-global-color-accent);
}

.crausel-content h2 {
    color: #fff !important;
    font-size: 40px !important;
    font-family: sans-serif;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 17rem;
    max-height: 100vh;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media screen and (max-width:1280px) {
    .tabs-container {
        max-width: 900px;
    }
}

@media screen and (max-width:900px) {
    .tabs-container {
        max-width: 750px;
    }

    .blog-grid {
        grid-template-columns: auto auto;
    }
}


@media screen and (max-width:750px) {
    .tabs-container {
        max-width: 650px;
    }

    .blog-grid {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width:500px) {
    .tabs-container {
        width: 90%;
        margin: auto;
    }

    .tab-content {
        padding: 33px 20px 37px;
        margin: 10px 0;
    }

    .tab-content-card {
        width: auto;
        padding: 27px 19px;

    }

    .tab-content p {
        font-size: 14px;
        color: #000;
        opacity: .9;
        margin: 20px 0 0;
    }

    .tab-buttons {
        overflow: auto;
    }

    .tab-button {
        font-size: 13px;
        white-space: nowrap;
    }

    .tab-content h2 {
        font-size: 26px;
    }

    .blog-grid {
        display: block;
    }

    .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
    .e-con>.elementor-widget>.elementor-widget-container {
        height: auto;
    }

    .blog-lm {
        padding-bottom: 10px;
    }

    .blog-grid .blog-items .blog-cont {
        padding: 18px 18px 0;
    }
}





@media (max-width: 767px) {
    .elementor-304 .elementor-element.elementor-element-55f7182 img {
        height: 490px !important;
    }

    .crausel-content {
        max-width: 100%;
        width: 70%;
    }

    .crausel-content h2 {
        color: #fff !important;
        font-size: 15px !important;
        font-family: sans-serif;
    }

    .crausel-content i {
        font-size: 10px;
    }
}

.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,
.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
    border: none !important;
    padding: 0 !important;
}

.pgdm-section {
    background-color: #ffffff;
    /* golden background */
}

.section-title {
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.info-box {
    text-align: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 22px;
    color: #003366;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.label {
    background-color: var(--e-global-color-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.small-text {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}


/* accordin styles */
.program-architecture {
    background: #f5f5f5;
}

.section-heading {
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.section-heading::before,
.section-heading::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background: #2d1c66;
    top: 50%;
}

.section-heading::before {
    left: -100px;
}

.section-heading::after {
    right: -100px;
}

.bottom-section {
    width: 75% !important;
}


@media(max-width:450px) {

    .section-heading::before,
    .section-heading::after {
        display: none;
    }

    .header-2.show {
        display: none;
    }

    .bottom-section {
        width: 100% !important;
    }
}

/* Accordion Header Styling */
.custom-header {
    background: transparent !important;
    color: #2d1c66 !important;
    font-weight: 600;
    border: none;
    box-shadow: none !important;
}

.custom-header:not(.collapsed) {
    color: var(--e-global-color-accent) !important;
}

/* Toggle Icon Rotate */
.accordion-button::after {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* Table Styling */
.custom-table thead {
    background: #c79a00;
    color: #fff;
}

.custom-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.custom-table th {
    background: #212121;
    color: #fff;
    font-weight: 600;
}

.custom-table td,
.custom-table th {
    font-size: 14px;
    vertical-align: middle;
}



/* academic features section  */
.academic-features {
    background: #f4f4f4;
}

.feature-card {
    background: #1f2f4a;
    /* deep navy */
    color: #fff;
    padding: 30px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.feature-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
}

/* Icon */
.feature-icon {
    width: 38px;
    height: 38px;
    border: 2px solid #f4c430;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4c430;
    margin-bottom: 15px;
    font-size: 18px;
}

/* Hover Effect */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: #24395d;
}





.accordion-button {
    background: #ddd !important;
    color: #000 !important
}

.accordion-button:hover {
    color: #000 !important;
    font-weight: bold
}

.accordion-button {
    outline: none;
    border: none
}

.accordion {
    width: 100%;
    max-width: 600px;
    margin: 20px auto
}

.accordion-item {
    border-bottom: 1px solid #ccc
}

.accordion-header {
    background: #f4f4f4;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    transition: background .3s;
    user-select: none
}

.accordion-header:hover {
    background: #ddd
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height .3s ease-out, padding .3s ease-out
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding: 15px
}


.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-item.active .accordion-content {
    max-height: max-content;
    padding: 15px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}

.accordion-item.active .accordion-header i {
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
}




.stats-section {
    background: #f4f4f4;
}

.stat-item {
    position: relative;
    padding: 20px 10px;
    /* display: flex;
        align-items: center; */
}

/* Vertical Divider */
.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #d6d6d6;
}

/* Large Numbers */
.stat-number {
    font-size: 52px !important;
    font-weight: 300 !important;
    color: #2f3f66 !important;
    margin-bottom: 5px;
}

/* Small Text */
.stat-text {
    font-size: 16px;
    color: #333;
    margin: 0;
}






.campus-section {
    position: relative;
    background-image: url('https://tebewebe.online/edupreme/wp-content/uploads/sites/63/2023/11/college-student-walking-to-class.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.campus-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 30, 60, 0.7);
}

.campus-section .container {
    position: relative;
    z-index: 2;
    color: #fff;
}

.campus-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.campus-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff !important;
}

.campus-highlight {
    padding: 4px 0px;
    font-weight: bold;
    color: #fff;
}

.campus-list p {
    margin-bottom: 10px;
    font-size: 16px;
}

.pgdm-section {
    margin-top: 80px;
}

/* Left Image */
.image-side {
    background-image: url('images/woman-taking-notes-cafeteria.jpg');
    background-size: cover;
    background-position: center;
    min-height: 420px;
    border-radius: 6px;
}

/* Right Content */
.content-side {
    padding: 40px;
}

/* List Styling */
.pgdm-list {
    padding-left: 18px;
}

.pgdm-list li {
    margin-bottom: 8px;
    font-size: 15px;
}


/* Section Background */
.eligibility-section {
    background: #fff;
}

/* Heading */
.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #1f2d3d;
}

/* Info Box */
.eligibility-section .info-box {
    align-items: flex-start;
}

/* Red Circle Icon */
.eligibility-section .icon-circle {
    width: 75px;
    height: 75px;
    background: #b11f2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.eligibility-section .icon-circle i {
    font-size: 30px;
    color: #fff;
}

/* Paragraph Styling */
.eligibility-section .info-box p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.7;
}

@media (max-width: 768px) {

    /* Stack layout properly */
    .eligibility-section .info-box {
        flex-direction: column;
        gap: 12px;
    }

    /* Icon size reduce */
    .eligibility-section .icon-circle {
        width: 50px;
        height: 50px;
    }

    .eligibility-section .icon-circle i {
        font-size: 20px;
    }

    /* Text area full width */
    .eligibility-section .info-box>div:last-child {
        flex: 1;
    }

    /* List fix */
    .eligibility-section ul {
        padding-left: 18px;
        margin: 0;
    }

    .eligibility-section ul li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 6px;
    }

    /* Heading adjust */
    .section-title {
        font-size: 24px;
    }

}