/* SECTION BG */
.accreditation-section {
    background: #f9f7fc;
}

/* TITLE */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #4B2E83;
}

/* CARD */
.ac-card {
    text-align: center;
}

/* INNER BOX */
.ac-inner {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* IMAGE */
.ac-inner img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

/* TEXT */
.ac-card p {
    margin-top: 15px;
    font-weight: 500;
    color: #333;
}

/* HOVER */
.ac-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 2px solid #C9A24A;
}

/* MOBILE */
@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
    }

    .ac-inner {
        height: 130px;
        padding: 20px;
    }

    .ac-inner img {
        max-width: 80px;
    }
}

.academics-section {
    background: #f8f9fb;
}

/* Card */
.academic-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
}

.academic-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.academic-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.academic-card:hover img {
    transform: scale(1.1);
}

/* Slider Buttons */
.slider-btn {
    position: absolute;
    top: -50px;
    right: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 10px;
    /* 👈 square with soft corners */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    /* 👈 flat look */
    transition: all 0.25s ease;
    z-index: 10;
}

/* spacing same */
.prev-btn {
    right: 50px;
}

/* icon */
.slider-btn i {
    font-size: 16px;
    color: #6b7280;
    /* gray icon */
    transition: all 0.25s ease;
}

/* 🔥 Hover like screenshot */
.slider-btn:hover {
    background: #4B2E83;
    /* primary blue */
    border-color: #4B2E83;
}

/* icon white on hover */
.slider-btn:hover i {
    color: #fff;
}

.explore-btn {
    background: #4B2E83;
    border: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/* Hover effect */
.explore-btn:hover {
    background: #3a2366;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(75, 46, 131, 0.3);
    color: #fff;
}

/* Click effect */
.explore-btn:active {
    transform: scale(0.96);
}

/* RIGHT BUTTON */
.next-place {
    right: 0;
}

/* LEFT BUTTON */
.prev-place {
    right: 50px;
    /* 👈 spacing */
}

.placement-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: 0.3s;
}

/* Image Wrapper (IMPORTANT) */
.placement-card img {
    width: 100%;
    height: 200px;
    /* 👈 fixed height */
    object-fit: cover;
    /* 👈 magic property */
    border-radius: 15px;
    display: block;
}

.campus-section {
    background: #f8f9fb;
}

/* Card */
.campus-card {
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
}

/* Image */
.campus-card img {
    width: 100%;
    height: 320px;
    /* 👈 same height like screenshot */
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s ease;
}

/* Hover Effect */
.campus-card:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 768px) {
    .campus-card img {
        height: 220px;
    }
}

.facility-section {
    background: #f8f9fb;
}

/* Card */
.facility-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
}

/* Image wrapper */
.facility-img {
    position: relative;
    overflow: hidden;
}

/* Image */
.facility-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

/* Tag (Geotag style) */
.facility-img .tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 20px;
}

/* Content */
.facility-content {
    padding: 20px;
}

.facility-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.facility-content p {
    font-size: 14px;
    color: #6c757d;
}

/* Hover */
.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.facility-card:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .facility-img img {
        height: 200px;
    }
}

.testimonial-section {
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    padding: 50px 0
}

.testimonial-section {
    background: #f3f3f3;
    padding: 40px 0
}

.section-title {
    font-size: 38px;
    font-weight: 600
}

.testimonialSwiper {
    overflow: hidden
}

.testimonialSwiper .swiper-slide {
    height: auto;
    transition: all 0.3s ease
}

.premium-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgb(0 0 0 / .08);
    transition: all 0.3s ease
}

.premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgb(0 0 0 / .15)
}

.user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover
}

.testi-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px
}

.stars {
    color: #ffc107;
    margin-bottom: 10px;
    font-size: 14px
}

.testi-name {
    font-weight: 600;
    margin-bottom: 3px
}

.testi-course {
    font-size: 13px;
    color: #777
}

.swiper-pagination {
    margin-top: 20px;
    position: relative !important
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: 0.3s
}

.swiper-pagination-bullet-active {
    background: #00a2b9;
    width: 22px;
    border-radius: 20px
}

@media (max-width: 991px) {
    .section-title {
        font-size: 28px
    }
}

@media (max-width: 576px) {
    .premium-card {
        padding: 20px
    }

    .testi-desc {
        font-size: 13px
    }
}

.testimonialSwiper {
    overflow: hidden;
}

/* ===== PREMIUM PAGINATION DESIGN ===== */
.testimonialSwiper .swiper-pagination {
    margin-top: 30px;
    position: relative !important;
}

/* Normal dots */
.testimonialSwiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #d1d5db;
    opacity: 1;
    border-radius: 50%;
    margin: 0 6px !important;
    transition: all 0.4s ease;
}

/* Active dot (BIG + PILL STYLE) */
.testimonialSwiper .swiper-pagination-bullet-active {
    width: 35px;
    height: 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4B2E83, #C9A24A);
    box-shadow: 0 4px 12px rgba(75, 46, 131, 0.4);
}

/* Hover effect */
.testimonialSwiper .swiper-pagination-bullet:hover {
    transform: scale(1.2);
    background: #4B2E83;
}

/* RIGHT button */
.next-campus {
    right: 0;
}

/* LEFT button */
.prev-campus {
    right: 50px; /* spacing like placement */
}




/* ================= SECTION ================= */
.updates-section {
    background: linear-gradient(135deg, #4B2E83, #6A4FBF);
    color: #fff;
    padding: 40px 0;
    position: relative;
}

/* TITLE */
.updates-title {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

/* ================= ARROWS ================= */
.update-arrows {
    display: flex;
    gap: 12px;
}

.update-prev,
.update-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2); /* DARK GLASS */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* HOVER */
.update-prev:hover,
.update-next:hover {
    background: #fff;
    color: #4B2E83;
    transform: scale(1.1);
}

/* ================= CARD ================= */
.update-card {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

/* DATE */
.update-date {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 20px;
    text-align: center;
}

.update-date .month {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
}

.update-date h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
}

/* TEXT */
.update-content h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/* ================= BUTTON ================= */
.view-btn {
    display: inline-block;
    padding: 12px 35px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* HOVER */
.view-btn:hover {
    background: #fff;
    color: #4B2E83;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ================= MOBILE ================= */
@media(max-width:768px){

    .update-card {
        flex-direction: row;
        gap: 15px;
    }

    .update-date h2 {
        font-size: 28px;
    }

    .update-content h6 {
        font-size: 14px;
    }

    .update-prev,
    .update-next {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* BREAKING BAR */
.breaking-bar {
    background: rgba(0,0,0,0.2);
    border-radius: 30px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

/* LABEL */
.breaking-label {
    background: #fff;
    color: #4B2E83;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

/* MARQUEE TEXT */
.breaking-bar marquee {
    color: #fff;
    font-size: 14px;
}