.usp-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #faf9ff);
    border: 1px solid #e6e4ff;
    border-radius: 16px;
    padding: 36px 30px;
    box-shadow: 0 12px 30px rgba(108, 99, 255, 0.08);
    transition: all 0.35s ease;
    overflow: hidden;
}

.usp-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6c63ff, #8f88ff);
}

.usp-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(108, 99, 255, 0.25);
    border-color: #6c63ff;
}

.usp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c63ff, #8f88ff);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.usp-icon i {
    font-size: 38px;
    color: #ffffff;
}

.usp-card:hover .usp-icon {
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 14px 32px rgba(108, 99, 255, 0.45);
}

.usp-card .title {
    font-weight: 700;
    margin-bottom: 14px;
}

.usp-list {
    padding-left: 18px;
    margin-top: 16px;
}

.usp-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.65;
    color: #555;
}
/* ================================
   OUR SERVICES – PREMIUM SECTION
================================ */

.our-services-premium {
    padding: 90px 0;
    background: radial-gradient(circle at top, #f2f0ff, #ffffff 60%);
}

/* Heading */
.services-heading h2 {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 10px;
}

.services-heading .line {
    display: inline-block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6c63ff, #8f88ff);
    border-radius: 10px;
    margin-bottom: 50px;
}

/* Service Box */
.service-box {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 45px 30px;
    text-align: center;
    border: 1px solid #ecebff;
    transition: all 0.35s ease;
    box-shadow: 0 15px 40px rgba(108, 99, 255, 0.12);
}

/* Hover */
.service-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(108, 99, 255, 0.25);
}

/* Icon */
.service-box .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #6c63ff, #8f88ff);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box .icon i {
    font-size: 36px;
}

/* Title */
.service-box h4 {
    font-weight: 700;
    margin-bottom: 22px;
}

/* Button */
.service-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    color: #6c63ff;
    border: 2px solid #6c63ff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background: #6c63ff;
    color: #fff;
}
/* SECTION */
.premium-blog-section {
    background: #0f0f2d;
}

/* HEADER */
.section-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}

.section-title {
    color: #fff;
    font-weight: 700;
}

.section-subtitle {
    color: rgba(255,255,255,0.7);
}

/* CARD */
.blog-hero-card {
    position: relative;
    display: block;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* IMAGE */
.blog-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.6s ease;
}

/* OVERLAY */
.blog-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0)
    );
}

/* CONTENT */
.blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px;
    color: #fff;
    z-index: 3;
}

.blog-meta {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 10px;
}

.blog-content h4 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-desc {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 14px;
}

/* READ LINK */
.read-link {
    font-weight: 500;
    opacity: 0.9;
}

/* HOVER */
.blog-hero-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.45);
}

.blog-hero-card:hover .blog-bg {
    transform: scale(1.08);
}
.blog-swiper {
    padding-bottom: 50px;
}

.blog-swiper .swiper-slide {
    width: auto;
}

/* Pagination dots (Studyhub style) */
.blog-swiper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.6);
}

.blog-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
