/* Section Background */
.alumni-section {
    background: url(https://sat.aditya.ac.in/registration/assets/images/bg.jpg) !important;
    padding: 30px 0 !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Heading */
.alumni-section h1 {
    text-align: center !important;
    font-weight: 700 !important;
    color: #063176 !important;
    margin-bottom: 30px !important;
    font-size: 35px !important;
    text-transform: uppercase;

}

/* Full Width Card */
.testimonial-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin: auto !important;
    text-align: center !important;
    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.15) !important;
    transition: 0.4s !important;
}

.testimonial-card:hover {
    transform: translateY(-6px) !important;
}

/* Image */
.testimonial-card img {
    border: 4px solid #ff4e00 !important;
    padding: 5px !important;
    /* width: 203px !important; */
}

/* Name */
.aname {
    font-weight: 600 !important;
    font-size: 33px !important;
}

/* Company */
.acompany {
    font-size: 20px !important;

}

/* Salary */
.alpa {
    color: #ff4e00;
    background: #ff4e000f;
    border-radius: 29px;
    display: inline-flex;
    border: 1px #f2e7e2 solid;
    padding: 7px 15px;
    font-weight: bold;
}

/* Paragraph */
.apara {
    font-size: 15px !important;

    line-height: 1.8 !important;
    margin-top: 15px !important;
}

/* Indicators */
.carousel-indicators li {
    background-color: #ffb347 !important;
}

.carousel-indicators .active {
    background-color: #ff6f00 !important;
}

/* Custom Navigation Buttons */
.custom-carousel-control {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 55px !important;
    height: 55px !important;
    background: linear-gradient(135deg, #333, #333) !important;
    border-radius: 50% !important;
    /*  display: flex !important;*/
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 28px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.3) !important;
    transition: 0.3s ease !important;
    z-index: 10 !important;
    display: none;
}

.custom-carousel-control:hover {
    background: linear-gradient(135deg, #ff8c00, #e65100) !important;
    transform: translateY(-50%) scale(1.1) !important;
    color: #fff !important;
}

/* Button Position */
.prev-btn {
    left: 5% !important;
}

.next-btn {
    right: 5% !important;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 35px 25px !important;
    }

    .prev-btn {
        left: 10px !important;
    }

    .next-btn {
        right: 10px !important;
    }
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: inherit !important;
    position: relative;
}

.copyright {
    text-align: center !important;
}


.line {
    color: #ff4e00;
    background: #ff4e000f;
    border-radius: 29px;
    display: inline-flex;
    border: 1px #f2e7e2 solid;
    padding: 7px 15px;

}


.video-section {
    background: #ffffff;
}

.svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.video-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

/* Section */
.abhyas-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f9fc, #eef3fb);
}

@media(max-width:767px) {
    .abhyas-section {
        padding: 0 0;
    }
}

/* SVG background effect */
.abhyas-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: rgba(0, 123, 255, 0.08);
    border-radius: 50%;
}

.abhyas-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 450px;
    height: 450px;
    background: rgba(255, 193, 7, 0.08);
    border-radius: 50%;
}

.align-items-stretch {}

.row {
    display: flex;
    align-items: stretch;
}

.content-box {
    height: 100%;
    padding: 20px;
    background: #fff;
}

.image-box {
    height: 100%;
    overflow: hidden;

}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* awards css */


.awards-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    color: #333;
}

.award-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
}

.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.award-img {
    height: 100%;
    object-fit: cover;
}

.award-content {
    padding: 30px;
}

.award-title {
    font-size: 22px;
    font-weight: 600;
    color: #ff6f00;
    margin-bottom: 15px;
}

.award-year {
    font-weight: 600;
    color: #666;
    margin-bottom: 10px;
}

.award-desc {
    color: #555;
    line-height: 1.6;
}






/* tabs css */
.custom-pills-section {
    margin-top: 25px !important;
}

.custom-pills-section .nav-pills .nav-link {
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    line-height: normal !important;
    padding: 8px 22px !important;

}

/* White + Orange Theme */

.custom-pills-section .nav-pills {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #eee;
}

.custom-pills-section .nav-pills .nav-link:hover {
    background-color: #fff3e6 !important;
    color: #ff7a00 !important;
}


.custom-pills-section .nav-link {
    color: #ff7a00;
    font-weight: 500;
    border-radius: 50px;
}

/* Active Tab */
.custom-pills-section .nav-pills .nav-link.active {
    color: #ff4e00 !important;
    background: #ff4e000f !important;
}

/* Hover */
.custom-pills-section .nav-link {
    color: #343a40 !important;
    font-weight: 600 !important;
}

.custom-pills-section .nav-link:hover {
    background: #fff3e6;
    color: #ff7a00;
}


/* Active Orange Tab */
.custom-pills-section .nav-pills .nav-link.active {
    color: #fff !important;
    background: #ff4e00 !important;
}

.custom-pills-section .tab-content li {
    font-size: 16px;

    text-align: start;
    margin-bottom: 15px !important;
}


/* Mobile Fix */
@media (max-width: 576px) {

    .custom-pills-section .nav-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        padding: 6px;
        border-radius: 20px;
    }

    /* Pill Buttons */
    .custom-pills-section .nav-pills .nav-link {
        padding: 6px 14px !important;
        border-radius: 20px;
        margin: 2px;
    }

    /* Content Font */
    .custom-pills-section .tab-content li {
        font-size: 14px;
        margin-bottom: 10px !important;
    }

}

.custom-pills-section h3 {
    text-align: start;
    color: #212529;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.custom-pills-section .tab-content h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #ff7a00;
    left: 0;
    bottom: 0;
}


.top-banner-heading h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    position: relative;
    color: #212529;
}


.top-banner-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #ff7a00;
    left: 50%;
    bottom: 0;
    border-radius: 10px;
}

.custom-pills-section .tab-content li {
    font-size: 16px;
    text-align: start;
    margin-bottom: 15px !important;
}