.carousel-img{
    width:100%;
    height:50vh;
    object-fit:cover;
}

.carousel-item{
    position:relative;
}

.carousel-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    z-index:1;
}
.carousel-caption{
    position:absolute;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:2;
    color:#fff;
    padding:0 15px;
}

@media(max-width:768px){
    .carousel-img{
        height:45vh;
    }
}
@media(max-width:768px){

    .carousel-caption{
        top:50%;
        width:90%;
    }

    .carousel-caption h2{
        font-size:20px !important;
    }

    .carousel-caption p{
        font-size:14px !important;
    }
}

.about-section{
padding:70px 0;
border-bottom:1px solid #eee;
}

.about-img{
width:100%;
height:420px;
object-fit:cover;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.about-title{
font-size:34px;
font-weight:700;
color:#000;
margin-bottom:10px;
}

.about-subtitle{
font-size:20px;
font-weight:600;
color:#000;
margin-bottom:15px;
}

.about-description{
font-size:16px;
color:#000;
font-weight:500;
line-height:1.7;
margin-bottom:20px;
}

.vision-mission h6{
font-size:18px;
font-weight:700;
color:#000;
margin-top:15px;
}

.vision-mission p{
font-size:15px;
color:#333;
line-height:1.6;
margin-bottom:10px;
}

.about-section .row.text-center{
margin-top:40px;
}

.about-section .col-md-3{
background:#f9f9f9;
border-radius:10px;
padding:25px 10px;
margin-bottom:15px;
transition:0.3s;
}

.about-section .col-md-3:hover{
background:#f1f5ff;
transform:translateY(-4px);
}

.about-section h3{
font-size:30px;
font-weight:700;
color:#0d6efd;
margin-bottom:5px;
}

.about-section p{
font-size:15px;
font-weight:600;
color:#000;
margin:0;
}

@media (max-width:992px){

.about-img{
height:350px;
margin-bottom:20px;
}

.about-title{
font-size:28px;
}

}

@media (max-width:768px){

.about-img{
height:300px;
}

.about-section .col-md-3{
padding:20px;
}

}

@media (max-width:576px){

.about-title{
font-size:24px;
}

.about-subtitle{
font-size:18px;
}

.about-description{
font-size:14px;
}

.about-img{
height:260px;
}

}
/* ===== Stats Section – Premium Academy Design ===== */

.stats-section {
    margin-top: 60px;
    padding: 60px 0 80px;
    position: relative;
    background: linear-gradient(145deg, rgb(233, 230, 228) 0%, #ffffff 100%);
    overflow: hidden;
}

/* Decorative layered background */
.stats-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(200, 180, 140, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.stats-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -50px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(70, 90, 120, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

/* Stats card */
.stats-card {
    background: #ffffff;
    padding: 40px 20px 35px;
    border-radius: 24px;
    box-shadow: 0 15px 30px -8px rgba(0, 20, 40, 0.1),
                0 4px 12px -4px rgba(0, 0, 0, 0.02),
                inset 0 -2px 0 rgba(200, 180, 140, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid #ece6db;
    overflow: hidden;
}

/* Subtle inner pattern */
.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(200, 180, 140, 0.02) 25%, transparent 25%, transparent 50%, rgba(200, 180, 140, 0.02) 50%, rgba(200, 180, 140, 0.02) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    pointer-events: none;
    opacity: 0.5;
}

/* Decorative top accent */
.stats-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #b59d7a, #8b7a5c, #b59d7a, transparent);
    border-radius: 0 0 4px 4px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.stats-card:hover::after {
    opacity: 1;
}

/* Card hover */
.stats-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -12px rgba(40, 50, 70, 0.15),
                0 8px 20px -8px rgba(0, 0, 0, 0.05),
                inset 0 -2px 0 #b59d7a;
    border-color: #d6c9b8;
}

/* Stats icon – polished */
.stats-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #f5f2ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #2a405c;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px -6px rgba(70, 60, 50, 0.15),
                inset 0 -2px 0 rgba(200, 180, 140, 0.4);
    border: 1px solid #e3d9cd;
    position: relative;
}

/* Subtle ring around icon */
.stats-icon::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 1px solid rgba(181, 157, 122, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stats-card:hover .stats-icon {
    background: #2a405c;
    color: #f5f2ec;
    transform: scale(1.05);
    box-shadow: 0 12px 22px -8px #2a405c;
}

.stats-card:hover .stats-icon::after {
    opacity: 1;
}

/* Stats number */
.stats-number {
    font-size: 48px;
    font-weight: 700;
    color: #2a405c;
    margin-bottom: 8px;
    line-height: 1.1;
    display: inline-block;
    position: relative;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #2a405c, #3d5670);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 5px rgba(42, 64, 92, 0.1);
}

/* Small decorative element near number */
.stats-number::before {
    content: '✦';
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 16px;
    color: #b59d7a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stats-card:hover .stats-number::before {
    opacity: 0.6;
}

/* Stats label */
.stats-label {
    font-size: 16px;
    font-weight: 500;
    color: #5f5340;
    margin: 5px 0 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

/* Double underline effect */
.stats-label::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #d6c9b8;
    transition: width 0.3s ease;
}

.stats-label::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30%;
    width: 40%;
    height: 2px;
    background: #b59d7a;
    transition: width 0.3s ease, left 0.3s ease;
}

.stats-card:hover .stats-label::after {
    width: 60%;
    left: 20%;
}

/* Responsive */
@media (max-width: 992px) {
    .stats-number {
        font-size: 42px;
    }
    .stats-card {
        padding: 35px 15px 30px;
    }
    .stats-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .stats-section {
        margin-top: 40px;
        padding: 40px 0 60px;
    }
    .stats-card {
        padding: 30px 15px 25px;
        margin-bottom: 20px;
    }
    .stats-number {
        font-size: 38px;
    }
    .stats-label {
        font-size: 15px;
        letter-spacing: 1.2px;
    }
    .stats-icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .stats-number {
        font-size: 34px;
    }
    .stats-label {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .stats-card {
        padding: 25px 10px 20px;
    }
    .stats-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}
/* ===== Why Choose Us – Orange Gradient Cards ===== */

.why-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #1a2a3a;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem !important;
}

.why-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e67e22, #f39c12, #e67e22);
    border-radius: 4px;
}

/* Card styling – clean with top accent */
.why-card {
    border-radius: 20px;
    padding: 35px 25px 30px;
    background: #ffffff;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Top colored bar */
.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e67e22, #f39c12);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-card:hover::before {
    transform: scaleX(1);
}

/* Icon box – simple circle with shadow */
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff5ed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e67e22;
    font-size: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.15);
}

.why-card:hover .icon-box {
    background: linear-gradient(135deg, #e67e22, #f39c12);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(230, 126, 34, 0.3);
}

/* Card title */
.why-card h5 {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 18px 0 12px;
    color: #1a2a3a;
    position: relative;
}

/* Title bottom dot */
.why-card h5::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background: #e67e22;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.why-card:hover h5::after {
    width: 55px;
}

/* Card description */
.why-card p {
    color: #6a7a8a;
    line-height: 1.65;
    font-size: 0.92rem;
    margin-bottom: 0;
    margin-top: 15px;
}

/* Button style link at bottom */
.why-card .card-link {
    display: inline-block;
    margin-top: 18px;
    font-size: 0.85rem;
    color: #e67e22;
    text-decoration: none;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.why-card:hover .card-link {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
    .why-title {
        font-size: 2.2rem;
    }
    .why-card {
        padding: 25px 15px;
    }
    .icon-box {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    .why-card h5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .why-title {
        font-size: 1.9rem;
    }
    .why-card {
        padding: 22px 12px;
    }
    .icon-box {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    .why-card h5 {
        font-size: 1.1rem;
    }
    .why-card p {
        font-size: 0.88rem;
    }
    .why-card .card-link {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .why-title {
        font-size: 1.7rem;
    }
    .why-card {
        padding: 20px 12px;
    }
    .icon-box {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .why-card h5 {
        font-size: 1rem;
    }
    .why-card p {
        font-size: 0.85rem;
    }
}
.academy-course-wrapper{
    background:#f8f9ff;
    padding:50px 15px;
    position:relative;
    z-index:2;
    overflow:hidden;
}

.academy-course-title{
    text-align:center;
    font-size:44px;
    font-weight:700;
    margin-bottom:40px;
}

.academy-course-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    max-width:1200px;
    margin:auto;
}

.academy-course-card{
    background:white;
    border-radius:16px;
    overflow:hidden;
    transition:0.3s ease;
    box-shadow:0 4px 15px rgba(0,0,0,0.07);
    display:flex;
    flex-direction:column;
    height:50vh;
}

.academy-course-card:hover{
    transform:translateY(-6px);
}

.academy-course-img{
    width:100%;
    height:140px;
    object-fit:cover;
}

.academy-course-body{
    padding:15px;
    text-align:center;
    flex-grow:1;
}
.academy-view-btn{
    display:inline-block;
    margin-top:10px;
    padding:8px 16px;
    background:rgb(0, 0, 64);
    color:white;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
    transition:0.3s ease;
}

.academy-view-btn:hover{
    background:#0b5ed7;
}
.academy-course-body h5{
    font-size:17px;
    font-weight:700;
    margin-bottom:8px;
}

.academy-course-body p{
    font-size:13px;
    color:#555;
    line-height:1.5;
    min-height:40px;
    margin-bottom:8px;
}

.academy-course-body h6{
    font-size:16px;
    color:#0d6efd;
    font-weight:700;
}

.academy-pagination{
    text-align:center;
    margin-top:40px;
}

.academy-page-btn{
    display:inline-block;
    padding:7px 14px;
    margin:3px;
    border-radius:6px;
    border:1px solid #ddd;
    text-decoration:none;
    color:#333;
    transition:0.3s;
    font-size:14px;
}

.academy-page-btn:hover,
.academy-page-btn.active{
    background:rgb(0, 0, 64);
    color:white;
}

@media(max-width:992px){
    .academy-course-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .academy-course-title{
        font-size:32px;
		
    }
}

@media(max-width:576px){
    .academy-course-grid{
        grid-template-columns:1fr;
    }

    .academy-course-img{
        height:130px;
    }

    .academy-course-title{
        font-size:24px;
    }
}

@media(max-width:768px){

    .about-title{
        font-size: 28px;
        text-align: center;
    }

    .about-subtitle{
        font-size: 18px;
        text-align: center;
    }

    .about-description{
        font-size: 15px;
        text-align: center;
    }

    .vision-mission{
        text-align: center;
    }
}

@media(max-width:480px){

    .about-title{
        font-size: 24px;
    }

    .about-subtitle{
        font-size: 16px;
    }

    .about-description{
        font-size: 14px;
    }
}
/* ===== Testimonial Section – Refined & Professional ===== */

.testimonial-wrapper {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    background: linear-gradient(135deg, #f8faf8 0%, #f1f6f1 100%);
}

/* Subtle decorative blobs */
.testimonial-wrapper::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(100, 160, 120, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.testimonial-wrapper::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(70, 150, 200, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

/* Soft fade edges for marquee */
.testimonial-wrapper .container {
    position: relative;
    z-index: 5;
}

.testimonial-wrapper .container::before,
.testimonial-wrapper .container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.testimonial-wrapper .container::before {
    left: 0;
    background: linear-gradient(to right, #f1f6f1, transparent);
}

.testimonial-wrapper .container::after {
    right: 0;
    background: linear-gradient(to left, #f1f6f1, transparent);
}

/* Marquee animation */
.testimonial-marquee {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: marqueeMove 80s linear infinite;
    will-change: transform;
    position: relative;
    z-index: 5;
}

.testimonial-marquee:hover {
    animation-play-state: paused;
}

@keyframes marqueeMove {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ===== Testimonial Card – Reduced Height ===== */
.testimonial-card {
    min-width: 320px;
    max-width: 320px;
    background: #ffffff;
    border-radius: 28px;
    padding: 18px 20px 18px;  /* Reduced padding */
    text-align: center;
    box-shadow: 0 15px 30px -8px rgba(30, 60, 40, 0.12),
                0 6px 12px -4px rgba(0, 30, 0, 0.05);
    border: 1px solid rgba(170, 210, 170, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    backdrop-filter: none;
}

/* Subtle inner glow */
.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.9);
    pointer-events: none;
}

/* Decorative quote mark - smaller */
.testimonial-card::after {
    content: "“";
    font-size: 4rem;  /* Reduced from 6rem */
    font-family: Georgia, serif;
    color: rgba(100, 150, 100, 0.12);
    position: absolute;
    top: -5px;
    right: 15px;
    line-height: 1;
    z-index: 0;
    transform: rotate(10deg);
    font-weight: 700;
}

/* Image styling - SAME (no changes) */
.testimonial-card .testimonial-img {
    width: 100%;
    height: 220px;  /* SAME */
    object-fit: contain;
    border-radius: 20px;
    background: #f4f9f4;
    padding: 15px;  /* SAME */
    margin-bottom: 12px;  /* Reduced from 20px */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 18px -6px rgba(40, 80, 40, 0.15);
    border: 1px solid #e0f0e0;
}

.testimonial-card:hover .testimonial-img {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 25px -8px rgba(40, 100, 40, 0.2);
}

/* Name - smaller font */
.testimonial-card h5 {
    font-weight: 700;
    font-size: 1.1rem;  /* Reduced from 1.4rem */
    margin: 0 0 4px;  /* Reduced margin */
    color: #1b4a2b;
    position: relative;
    z-index: 2;
}

/* Role - smaller font */
.testimonial-card .role {
    font-size: 0.7rem;  /* Reduced from 0.9rem */
    color: #6f8f6f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;  /* Reduced from 12px */
    font-weight: 500;
    z-index: 2;
    position: relative;
}

/* Star rating - smaller */
.testimonial-card .rating {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 8px;  /* Reduced from 15px */
    color: #f9b83c;
    font-size: 0.9rem;  /* Reduced from 1.2rem */
    letter-spacing: 2px;
    z-index: 2;
    position: relative;
}

.testimonial-card .rating::before {
    content: "★★★★★";
    text-shadow: 0 2px 4px rgba(255, 180, 0, 0.2);
}

/* Message - smaller font & less line-height */
.testimonial-card p {
    font-size: 0.85rem;  /* Reduced from 1rem */
    color: #2f4632;
    line-height: 1.5;  /* Reduced from 1.7 */
    font-style: italic;
    font-family: 'Georgia', 'Times New Roman', serif;
    margin: 5px 0 0;  /* Reduced margin */
    z-index: 2;
    position: relative;
    padding: 0 5px;
    quotes: "“" "”";
}

.testimonial-card p::before {
    content: "“";
    font-size: 1rem;  /* Reduced from 1.5rem */
    color: #9bbf9b;
    opacity: 0.6;
    margin-right: 3px;
    vertical-align: middle;
}

.testimonial-card p::after {
    content: "”";
    font-size: 1rem;  /* Reduced from 1.5rem */
    color: #9bbf9b;
    opacity: 0.6;
    margin-left: 3px;
    vertical-align: middle;
}

/* Card hover */
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -12px rgba(30, 80, 40, 0.25),
                0 10px 20px -6px rgba(0, 30, 0, 0.1);
    border-color: #b5d2b5;
}

/* Section title - slightly smaller */
.testimonial-title {
    font-size: 42px !important;  /* Reduced from 48px */
    font-weight: 700;
    color: #1c452c;
    text-align: center;
    margin-bottom: 40px;  /* Reduced from 45px */
    position: relative;
    z-index: 10;
    letter-spacing: -0.5px;
}

.testimonial-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;  /* Reduced from 100px */
    height: 4px;
    background: linear-gradient(90deg, #8bb88b, #4f7a4f, #8bb88b);
    border-radius: 4px;
}

/* Responsive - IMAGE SAME SIZE */
@media (max-width: 992px) {
    .testimonial-card {
        min-width: 280px;
        max-width: 280px;
        padding: 12px 15px;       
    }
    .testimonial-img {
        height: 220px;  /* SAME - was 140px */
        padding: 10px;
    }
    .testimonial-wrapper .container::before,
    .testimonial-wrapper .container::after {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .testimonial-title {
        font-size: 34px !important;  /* Reduced from 38px */
    }
    .testimonial-card {
        min-width: 260px;
        max-width: 260px;
        padding: 10px 12px;        
    }
    .testimonial-img {
        height: 220px;  /* SAME - was 120px */
        padding: 8px;
    }
    .testimonial-card h5 {
        font-size: 1rem;
    }
    .testimonial-card p {
        font-size: 0.8rem;
    }
    .testimonial-wrapper .container::before,
    .testimonial-wrapper .container::after {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .testimonial-title {
        font-size: 28px !important;  
    }
    .testimonial-card {
        min-width: 230px;
        max-width: 230px;
        padding: 8px 10px;         
    }
    .testimonial-img {
        height: 220px;  
        padding: 6px;
    }
    .testimonial-card h5 {
        font-size: 0.95rem;            
    }
    .testimonial-card p {
        font-size: 0.75rem;
    }
}
/* ===== Placed Students / Success Cards ===== */
/* CARD */
.placed-card{
  background:white;
  border-radius:15px;
  overflow:hidden;
  text-align:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.1);
  transition:0.3s;
  position:relative;
}

.placed-card:hover{
  transform:translateY(-6px);
}


.placed-top{
	background: linear-gradient(45deg,#ffb347,#ff7e00);
	   padding: 30px 0;
	   position: relative;
}

.placed-img{
	width: 90px;
	    height: 90px;
	    border-radius: 50%;
	    border: 5px solid white;
	    object-fit: cover;
	    background: white;
}


.placed-card {
    border-radius: 14px;
    overflow: hidden;
    background: white;
    transition: 0.3s;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

.placed-top {
    background: linear-gradient(45deg, #ffb347, #ff7e00);
    height: 80px;       
    position: relative;
}

.placed-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid white;
    object-fit: cover;
    position: absolute;  
    top: 40px;           
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 2;
}

.placed-body {
    padding: 60px 20px 20px;  
}

.placed-body h5 {
    font-weight: 600;
    margin-bottom: 6px;
}


.role {
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
}


.package {
    font-weight: 700;
    color: #ff7a00;
    margin-bottom: 6px;
}


.company {
    font-size: 14px;
    color: #555;
}


.placed-card:hover {
    transform: translateY(-5px);
}

@media(max-width:768px) {
    .placed-top {
        height: 60px;
    }

    .placed-img {
        width: 70px;
        height: 70px;
        top: 30px;
    }

    .placed-body {
        padding-top: 50px;
    }
}


.placement-hero{
    padding: 80px 0;
    background: linear-gradient(135deg,#f8fbff,#eef5ff);
}

.placement-hero-img{
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.placement-hero-title{
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.placement-hero-text{
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.placement-enquiry{
    background: rgb(0, 0, 64);
    color: white;
    padding: 10px 22px;
    border-radius: 8px;
    transition: 0.3s;
}

.placement-enquiry:hover{
    background: #0b5ed7;
    color: white;
}


@media(max-width:768px){

    .placement-hero{
        padding: 50px 15px;
        text-align: center;
    }

    .placement-hero-title{
        font-size: 28px;
    }

    .placement-hero-img{
        max-width: 280px;
        margin-bottom: 30px;
    }

    .placement-hero .d-flex{
        justify-content: center;
    }
}

            .course-slider-container {
                background: #f8f9fc;
                border-radius: 40px; 
                padding: 50px 30px 40px; 
                position: relative;
            }
            .course-slide-card {
                background: #ffffff; 
                border: 1px solid #eaecf0; 
                border-radius: 24px; 
                padding: 15px 15px 30px; 
                transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
                min-height: 380px;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
            }
            .course-slide-card:hover {
                box-shadow: 0 20px 40px -5px rgba(0,0,0,0.1);
                transform: translateY(-10px) scale(1.01);
                border-color: #d1d5db;
            }
            .course-image-banner {
                width: 100%;
                height: 160px;
                object-fit: cover;
                border-radius: 16px;
                margin-bottom: 20px;
                transition: transform 0.4s ease;
            }
            .course-slide-card:hover .course-image-banner {
                transform: scale(1.03);
            }
            .course-img-wrapper {
                overflow: hidden;
                border-radius: 16px;
                margin-bottom: 20px;
            }
            .course-label-badge {
                background: #eff6ff;
                color: #3b82f6;
                font-size: 11px;
                font-weight: 700;
                padding: 5px 16px;
                border-radius: 20px;
                margin: 0 4px;
                letter-spacing: 0.5px;
            }
            .custom-nav-btn {
                color: #3b82f6 !important;
                background: white;
                width: 50px !important;
                height: 50px !important;
                border-radius: 50%;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            }
            .custom-nav-btn:after {
                font-size: 20px !important;
                font-weight: 800;
            }
            .swiper-pagination-bullet {
                width: 8px !important;
                height: 8px !important;
                background: #d1d5db !important;
                opacity: 1 !important;
                transition: all 0.3s;
            }
            .swiper-pagination-bullet-active {
                background: #3b82f6 !important;
                width: 24px !important;
                border-radius: 4px !important;
            }
            
            /* Custom Modern Pagination */
            .modern-pagination {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                margin-top: 40px;
            }
            .modern-page-btn {
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 44px;
                height: 44px;
                border-radius: 12px;
                background: #ffffff;
                color: #4b5563;
                font-weight: 700;
                font-size: 15px;
                text-decoration: none;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
                transition: all 0.3s ease;
                border: 1px solid #e5e7eb;
            }
            .modern-page-btn:hover {
                background: #f3f4f6;
                color: #1f2937;
                transform: translateY(-2px);
                box-shadow: 0 6px 12px rgba(0,0,0,0.08);
            }
            .modern-page-btn.active {
                background: linear-gradient(135deg, #1e3a8a, #3b82f6);
                color: #ffffff;
                border: none;
                box-shadow: 0 8px 16px rgba(30, 58, 138, 0.3);
            }
            .modern-page-btn-text {
                padding: 0 20px;
            }

            @media (max-width: 768px) {
                .course-slider-container {
                    padding: 30px 15px;
                    border-radius: 24px;
                }
                .academy-course-title {
                    font-size: 34px !important;
                }
                .course-image-banner {
                    height: 140px;
                }
 }

 .academy-course-header {
     margin-bottom: 3rem; 
     text-align: center;
 }


 .academy-course-title {
     font-weight: 900;
     font-size: 48px;
     margin-bottom: 15px;
     font-family: 'Inter', sans-serif;
     color: #000000;
     letter-spacing: -1px;
     text-transform: uppercase;
 }


 .academy-course-subtitle {
     font-size: 17px;
     font-weight: 500;
     color: #6b7280; 
 }
 .custom-btn {
     padding: 16px 40px;      
     line-height: 1.2;       
     font-weight: 700;
     font-size: 16px;
     border-radius: 50px;
     background: linear-gradient(135deg, #f97316, #ea580c);
     color: #fff;
     border: none;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.1);
     display: inline-flex;
     align-items: center;
     gap: 8px;
     text-decoration: none;
     transition: 0.3s;
 }
 .custom-btn:hover {
     opacity: 0.9;
     transform: translateY(-2px);
 } 
 .course-price-tag {
     font-size: 20px;
     font-weight: 800;
     color: #f97316;
     font-family: 'Inter', sans-serif;
     margin-bottom: 1rem; 
 } 
 .course-btn {
     background: linear-gradient(135deg, #1e3a8a, #0f172a);
     color: #ffffff;
     font-weight: 600;
     font-size: 14px;
     padding: 12px 24px;
     letter-spacing: 0.5px;
     border: none;
     border-radius: 50px; 
     box-shadow: 0 4px 10px rgba(30, 58, 138, 0.2);
     text-decoration: none;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     transition: 0.3s;
 }

 .course-btn:hover {
     opacity: 0.9;
     transform: translateY(-2px);
 }     
.hero-wrapper {
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}
.hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.hero-content {
    flex: 1;
    max-width: 650px;
}
.hero-badge .badge {
    background: #f0f9ff;
    color: #1e3a8a;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero-content h1 {
    font-size: 40px;
    font-weight: 900;
    color: #0b1a40;
    line-height: 1.1;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.04);
}
.hero-highlight {
    color: #f97316;
}
.hero-content p {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 35px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.hero-btn-group {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.hero-btn-primary {
    background: #f97316;
    color: white;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #f97316;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-btn-primary:hover {
    background: #ea580c;
    color: white;
    border-color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.3);
}
.hero-btn-outline {
    background: white;
    color: #1e3a8a;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #1e3a8a;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-btn-outline:hover {
    background: #f8fafc;
    color: #1e3a8a;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.1);
}
.trust-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 15px;
    overflow: hidden;
}
.trust-item {
    font-size: 15px;
    font-weight: 600;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 8px;
}
.trust-item i {
    color: #eab308;
    font-size: 18px;
}

.hero-image-wrapper {
    flex: 1;
    background: #f8f9fc;
    border-radius: 40px;
    padding: 24px 24px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) inset;
}
.hero-image-wrapper img.floating-img {
    width: 100%;
    height: 380px;
    max-width: 650px;
    border-radius: 28px;
    box-shadow: 0 35px 60px -15px rgba(30, 58, 138, 0.25);
    animation: floatUpDown 5s ease-in-out infinite;
    object-fit: cover;
}
@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

@media (max-width: 992px) {
    .hero-grid {
        flex-direction: column;
        text-align: center;
    }
    .hero-content h1 {
        font-size: 36px;
    }
    .hero-btn-group, .trust-row {
        justify-content: center;
    }
}
@media (max-width: 992px) {
    .hero-grid {
        flex-direction: column;
    }

    .hero-image-wrapper {
        order: -1; 
    }

    .hero-content {
        order: 1;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-btn-group, .trust-row {
        justify-content: center;
    }
}
/* Student Support & Career Help Section - Full Width Clean Design */
.student-support-section {
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    padding: 70px 0;
    width: 100%;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-tag {
    display: inline-block;
    background: #EFF6FF;
    color: #1E3A8A;
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.section-sub {
    color: #64748B;
    font-size: 1rem;
    font-weight: 500;
}

/* Steps Container - Centered */
.steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 30px 0 25px;
}

.career-item {
    background: white;
    padding: 14px 32px;
    border-radius: 60px;
    font-weight: 600;
    color: #1E293B;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.career-item i {
    color: #F97316;
    font-size: 1.1rem;
}

.career-item:hover {
    background: #F97316;
    color: white;
    transform: translateY(-3px);
    border-color: #F97316;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.2);
}

.career-item:hover i {
    color: white;
}

/* CTA Text - Full Width */
.career-cta {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1rem;
    color: #1E3A8A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.career-cta i {
    color: #F97316;
    font-size: 1.1rem;
}

/* Simple Divider */
.divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #F97316, #1E3A8A);
    margin: 25px auto 0;
    border-radius: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    .student-support-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .career-item {
        padding: 10px 24px;
        font-size: 0.9rem;
        gap: 10px;
    }
    
    .steps-container {
        gap: 15px;
    }
}

@media (max-width: 580px) {
    .student-support-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-sub {
        font-size: 0.9rem;
    }
    
    .career-item {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    
    .steps-container {
        gap: 12px;
        margin: 20px 0;
    }
    
    .career-cta {
        font-size: 0.9rem;
    }
}
.premium-alert-bar {
           background: #f0f9ff; 
           color: #0c4a6e; 
           padding: 8px 15px;
           font-size: 0.95rem;
           display: flex;
           justify-content: center;
           align-items: center;
           border-bottom: 2px solid #bae6fd;
           margin-top: 0 !important;
           position: relative;
           z-index: 100;
       }

       .premium-alert-item {
           display: inline-flex;
           align-items: center;
           gap: 8px;
       }

       .premium-badge {
           color: white;
           padding: 2px 8px;
           border-radius: 4px;
           font-size: 0.75rem;
           font-weight: bold;
           text-transform: uppercase;
           letter-spacing: 0.5px;
           box-shadow: 0 1px 2px rgba(0,0,0,0.1);
       }

       .premium-alert-item strong {
           font-weight: 800;
           color: #0284c7;
       }
       
       .premium-code {
           border: 1px dashed #0284c7;
           background: rgba(255, 255, 255, 0.8);
           padding: 1px 6px;
           border-radius: 4px;
           font-family: monospace;
           font-weight: 800;
           color: #0284c7;
           letter-spacing: 1px;
           user-select: all;
       }
       
       .premium-link {
           color: #ffffff;
           background: #0284c7;
           font-weight: bold;
           text-decoration: none;
           padding: 4px 14px;
           border-radius: 20px;
           font-size: 0.85rem;
           transition: all 0.2s;
           box-shadow: 0 2px 4px rgba(2, 132, 199, 0.2);
       }
       .premium-link:hover {
           background: #0369a1;
           color: white;
           transform: translateY(-1px);
           box-shadow: 0 4px 6px rgba(2, 132, 199, 0.3);
       }
       
       @keyframes tick {
           0% { transform: scale(1); }
           100% { transform: scale(1.15); }
       }
       .tick-anim {
           animation: tick 1s infinite alternate;
           display: inline-block;
       }
       
       /* Course Swiper Design Styles */
       .course-slider-container {
           background: #ffffff; 
           border-radius: 30px; 
           box-shadow: 0 5px 30px rgba(0,0,0,0.03); 
           position: relative;
       }
       .course-slide-card {
           border: 1px solid #e5e7eb; 
           border-radius: 20px; 
           transition: all 0.3s ease; 
           background: white;
       }
       .course-slide-card:hover {
           box-shadow: 0 12px 25px rgba(0,0,0,0.08);
           transform: translateY(-5px);
           border-color: #d1d5db;
       }
       .swiper-button-next:after, .swiper-button-prev:after {
           font-size: 24px !important;
           font-weight: 800;
       }
