.main-menu .navigation > li > a {
    font-size: 13px;
}
.sticky-header .logo {
    padding: 27px 0 20px;
}
.custom-textarea {
    background: #f2efee;
    border-bottom: 2px solid var(--thm-base);
}
.custom-image {
    background-position: center;
}

.about-style1__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 0px !important;
    background: #ede8e6;
}

.wrapper_years .single-blog-style4 .blog-title {
    font-size: 30px !important;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}
@media (max-width: 1200px) {
    .program-details-tab-content__inner {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .page-contains-area.stricky-fixed {
        position: fixed;
        top: 99px;
    }
}
.program-details-tab-content__inner {
    position: relative;
    display: flex;
    background-color: var(--thm-base);
    padding: 25px 25px 25px;
}
.single-categories-box .icon {
    flex: none;
    width: 57px;
    height: 56px;
}
.pr-tab {
    display: none;
}

.pr-tab.active-tab {
    display: block;
}

.text-black {
    color: black !important;
}

/* ===== STICKY SIDEBAR ===== */
@media (min-width: 992px) {
    .testimonial-style1-area,
    .testimonial-style1-area .row {
        overflow: visible !important;
    }

    .dept-col {
        position: relative;
    }

    .sticky-department {
        position: sticky;
        top: 120px;
        z-index: 5;
    }
}

@media (max-width: 991px) {
    .sticky-department {
        position: static;
    }
}

.program-details-tab-content__inner {
    background-color: #d1143e;
}

.programmes-offered-area {
    background: black;
}

/* Enhanced Styles for New Sections */
.specialization-features {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #17345a;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #17345a 0%, #2c5282 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.feature-icon i {
    font-size: 30px;
    color: white;
}

.stat-box {
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #17345a 0%, #2c5282 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    line-height: 1;
}

.specialization-badge {
    background: linear-gradient(135deg, #17345a 0%, #2c5282 100%);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* Curriculum Timeline */
.curriculum-structure {
    padding: 80px 0;
    background: #f9fafc;
}

.curriculum-timeline {
    position: relative;
    padding: 40px 0;
}

.curriculum-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #17345a 0%, #2c5282 100%);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 70px;
}

.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: 70px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border: 4px solid #17345a;
    border-radius: 50%;
    top: 40px;
}

.timeline-item:nth-child(odd)::before {
    right: -10px;
}

.timeline-item:nth-child(even)::before {
    left: -10px;
}

.timeline-content {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef2f7;
}

.timeline-content h5 {
    color: #17345a;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: 600;
}

.timeline-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-content li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.timeline-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #17345a;
    font-weight: bold;
}

/* Elective Courses */
.elective-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.elective-card:hover {
    transform: translateY(-8px);
    border-color: #17345a;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.elective-card h6 {
    color: #17345a;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Career Opportunities */
.career-opportunities-area {
    padding: 80px 0;
}

.career-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.career-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.career-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #17345a 0%, #2c5282 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.career-icon i {
    font-size: 28px;
    color: white;
}

.career-card h5 {
    color: #17345a;
    font-weight: 600;
    margin-bottom: 10px;
}

.skills .badge {
    background: #e9f0ff;
    color: #17345a;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    border-radius: 6px;
}

/* Placement Partners */
.partner-logos {
    padding: 30px;
    background: white;
    /* border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06); */
}

.partner-logo {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 10px;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Alumni Success */
.alumni-success {
    padding: 80px 0;
    background: #f9fafc;
}

.alumni-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.alumni-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.alumni-img {
    padding: 30px 0 20px;
    background: linear-gradient(135deg, #17345a 0%, #2c5282 100%);
}

.alumni-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid white;
    margin: 0 auto;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #17345a;
    font-weight: bold;
}

.alumni-content {
    padding: 30px;
}

.achievements .badge {
    background: #e9f0ff;
    color: #17345a;
    padding: 6px 12px;
    margin-right: 8px;
    border-radius: 6px;
    font-weight: 500;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: white;
}

.accordion-box {
    /* max-width: 800px;
                                    margin: 0 auto; */
}

.accordion {
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.acc-btn {
    padding: 25px 30px;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #17345a;
    font-size: 1.1rem;
}

.acc-btn.active {
    background: linear-gradient(135deg, #17345a 0%, #2c5282 100%);
    color: white;
}

.icon-outer {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.acc-content {
    padding: 0 30px;
    background: white;
    display: none;
}

.acc-content.current {
    display: block;
    padding: 25px 30px;
    border-top: 1px solid #f0f0f0;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #17345a 0%, #1a3d6b 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path fill="rgba(255,255,255,0.03)" d="M0,500C0,500,250,600,500,500S1000,400,1000,400V1000H0Z"/></svg>')
        no-repeat;
    background-size: cover;
}

.cta-content h3 {
    font-size: 2.2rem;
    font-weight: 700;
}

.cta-btn {
    background: white;
    color: #17345a;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.cta-btn:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .curriculum-timeline::before {
        left: 30px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding: 30px 30px 30px 70px !important;
    }

    .timeline-item::before {
        left: 21px !important;
    }

    .feature-card,
    .stat-box,
    .career-card,
    .alumni-card {
        margin-bottom: 30px;
    }

    .partner-logo {
        margin: 10px 5px;
    }

    .cta-content {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .specialization-features,
    .curriculum-structure,
    .career-opportunities-area,
    .alumni-success,
    .faq-section,
    .cta-section {
        padding: 60px 0;
    }

    .stat-number {
        font-size: 2.8rem;
    }

    .timeline-content {
        padding: 20px;
    }

    .acc-btn {
        padding: 20px;
        font-size: 1rem;
    }

    .acc-content.current {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .specialization-badge {
        font-size: 0.85rem;
        padding: 8px 20px;
    }

    .feature-card,
    .career-card,
    .alumni-content {
        padding: 20px;
    }

    .cta-btn {
        padding: 14px 30px;
        font-size: 1rem;
    }
}

.partnerSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partnerSwiper .swiper-slide:hover {
    opacity: 1;
    transform: scale(1.05);
}
.breadcrumb-area .inner-content {
    padding: 100px 0 60px;
}
.main-logo-box {
    top: 0px;
}
.program-details-form-box form input[type="text"],
.program-details-form-box form input[type="email"],
.program-details-form-box form input[type="tel"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
    height: 60px;
    color: #777777;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}
/* Department Cards */
.tech-department-section {
    padding: 90px 0;
    background: #f4f7fb;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b1c39;
}

.section-subtitle {
    color: #555;
    font-size: 16px;
    margin-top: 8px;
}

/* CARD */
.dept-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 1px solid #e9edf3;
}

.dept-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* HEADER */
.dept-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.dept-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #0d6efd, #d1143e);
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.dept-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #0b1c39;
}

/* TAGS */
.dept-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background: #eef3ff;
    color: #0d6efd;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* Specialization Section */
.cse-specialization-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Specialization Cards */
.spec-card {
    background: #f8f9fb;
    border-radius: 14px;
    padding: 30px 22px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
    border: 1px solid #e6ebf2;
}

.spec-card:hover {
    background: #ffffff;
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* Image Card Variant */
.image-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    padding: 0 0 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    text-align: center;
}

.image-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.spec-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.image-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 18px 15px 6px;
    color: #0b1c39;
}

.image-card p {
    font-size: 14px;
    color: #6c757d;
    margin: 0 15px;
}

/* Recruiter Logos */
.recruiter-logo {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruiter-logo img {
    max-width: 140px;
    max-height: 80px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.recruiter-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .tech-department-section,
    .cse-specialization-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .dept-card {
        padding: 20px;
    }

    .dept-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .spec-img img {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
    }

    .dept-body {
        gap: 8px;
    }

    .tag {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/*anti ragging css*/
.anti-ragging-section {
    margin: 40px auto;
    padding: 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

/* Helpline card styling */
.helpline-card {
    /* background: linear-gradient(to right, var(--primary-blue), var(--secondary-blue)); */
    color: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(13, 71, 161, 0.2);
}

.helpline-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.helpline-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    text-decoration: none;
    display: block;
    margin: 15px 0;
    transition: all 0.3s ease;
}

.helpline-number:hover {
    color: #e3f2fd;
    text-decoration: none;
    transform: scale(1.05);
}

/* Contact cards */
.contact-card {
    border-left: 5px solid var(--primary-blue);
    padding: 20px;
    margin-bottom: 20px;
    background-color: #e3f2fd;
    border-radius: 0 8px 8px 0;
}

.contact-title {
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.contact-link {
    color: var(--secondary-blue);
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    color: var(--accent-red);
    text-decoration: underline;
}

/* Warning box */
.warning-box {
    background-color: var(--warning-red);
    border-left: 5px solid var(--accent-red);
    padding: 20px;
    margin-top: 30px;
    border-radius: 0 8px 8px 0;
}

.warning-title {
    color: #c62828;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* Committee and squad cards */
.spec-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.spec-card h4 {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .helpline-number {
        font-size: 1.8rem;
    }
    .anti-ragging-section {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .helpline-number {
        font-size: 1.6rem;
    }
}

/* Icon styling */
.icon {
    color: var(--primary-blue);
    margin-right: 10px;
}
/*end anti ragging css*/
/*footer antimation css off*/
.bottom-parallax .footer-area {
    position: relative;
}
/*footer antimation css off*/
.sbutitlie-secodary {
    color: var(--thm-base) !important;
}
.btn-customp {
    border: solid 1px var(--thm-base);
    border-radius: 10px;
    color: var(--thm-base);
    background-color: white;
}
.footer-area,
.footer-bottom {
    background: black;
}

.footer {
    padding-top: 100px;
    padding-bottom: 50px;
}
@media (min-width: 1200px) {
    .wtext-holder {
        min-height: 279px;
    }
}
