.success-hero {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
}

.success-hero h1 {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.2;
    margin: 20px 0;
}

.success-hero p {
    font-size: 18px;
    color: #666;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 35px 0;
}

.hero-highlights div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.hero-highlights i {
    color: #2563eb;
}

.hero-btns {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.hero-image-box {
    position: relative;
    text-align: center;
}

.hero-image-box img {
    max-width: 100%;
}

.floating-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.floating-card strong {
    display: block;
    color: #2563eb;
    font-size: 24px;
}

.floating-card span {
    font-size: 14px;
    color: #666;
}

.one {
    top: 40px;
    left: -20px;
}

.two {
    top: 180px;
    right: -20px;
}

.three {
    bottom: 40px;
    left: 40px;
}

.success-stats {
    padding: 80px 0;
}

.stats-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.stats-card:hover {
    transform: translateY(-8px);
}

.stats-card h2 {
    color: #2563eb;
    font-size: 46px;
    font-weight: 800;
}

.stats-card p {
    margin: 0;
    color: #666;
}

.featured-success {
    padding: 100px 0;
    background: #f8fbff;
}

.success-story-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.35s;
}

.success-story-card:hover {
    transform: translateY(-10px);
}

.story-top {
    display: flex;
    justify-content: flex-end;
}

.verified {
    background: #e8f7ef;
    color: #0f9d58;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.success-story-card h4 {
    margin-top: 25px;
    font-weight: 700;
}

.designation {
    color: #2563eb;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.salary-box {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f9fc;
    padding: 18px;
    border-radius: 16px;
}

.salary-box strong {
    display: block;
    font-size: 22px;
}

.salary-box i {
    font-size: 24px;
    color: #2563eb;
}

@media (max-width: 991px) {
    .success-hero h1 {
        font-size: 38px;
    }

    .hero-highlights {
        grid-template-columns: 1fr;
    }

    .hero-btns {
        flex-direction: column;
    }

    .floating-card {
        display: none;
    }
}

.salary-growth {
    padding: 100px 0;
}

.growth-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    text-align: center;
}

.growth-card:hover {
    transform: translateY(-8px);
}

.salary-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.salary-progress strong {
    display: block;
    font-size: 28px;
    color: #2563eb;
}

.salary-progress i {
    font-size: 30px;
    color: #2563eb;
}

.growth-percent {
    display: inline-block;
    background: #dff8e8;
    color: #16a34a;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 700;
}

.company-section {
    padding: 90px 0;
    background: #f8fbff;
}

.company-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.company-card:hover {
    transform: translateY(-8px);
    color: #2563eb;
}

.video-testimonials {
    padding: 100px 0;
}

.video-card {
    height: 320px;
    background: linear-gradient(135deg, #eef5ff, #dcecff);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
}

.video-card:hover {
    transform: translateY(-8px);
}

.play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 25px;
}

.video-card h5 {
    margin-bottom: 8px;
    font-weight: 700;
}

.video-card span {
    color: #666;
}
.success-gallery {
    padding: 100px 0;
    background: #f8fbff;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transition: 0.35s;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.journey-section {
    padding: 100px 0;
}

.journey-line {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.journey-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    height: 4px;
    background: #dbeafe;
    z-index: -1;
}

.journey-item {
    text-align: center;
    width: 23%;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 22px;
    font-weight: 700;
}

.journey-item h5 {
    margin-top: 25px;
}

.review-section {
    padding: 100px 0;
    background: #f8fbff;
}

.review-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: 0.35s;
}

.review-card:hover {
    transform: translateY(-8px);
}

.stars {
    color: #f59e0b;
    font-size: 24px;
    margin-bottom: 20px;
}

.review-card p {
    color: #666;
    margin-bottom: 25px;
}

.review-card h5 {
    margin-bottom: 5px;
}

.review-card span {
    color: #2563eb;
    font-weight: 600;
}

.success-cta {
    padding: 120px 0;
}

.cta-box {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    text-align: center;
    padding: 80px 60px;
    border-radius: 30px;
}

.cta-box h2 {
    font-size: 48px;
    margin: 20px 0;
}

.cta-box p {
    max-width: 720px;
    margin: auto;
    opacity: 0.95;
}

@media (max-width: 991px) {
    .journey-line {
        flex-direction: column;
        gap: 40px;
    }

    .journey-line::before {
        display: none;
    }

    .journey-item {
        width: 100%;
    }

    .cta-box {
        padding: 50px 25px;
    }

    .cta-box h2 {
        font-size: 34px;
    }
}

