/*=====================================
SERVICE HERO
======================================*/

.service-details-hero {
    padding: 100px 0;

    background: linear-gradient(180deg, #f8fbff, #ffffff);

    position: relative;

    overflow: hidden;
}

.service-details-hero::before {
    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    background: #dbeafe;

    border-radius: 50%;

    filter: blur(120px);

    top: -180px;

    right: -180px;
}

.service-details-hero .container {
    position: relative;

    z-index: 2;
}

/*============================
Badge
============================*/

.service-badge {
    display: inline-block;

    padding: 10px 18px;

    background: #eef4ff;

    color: #2563eb;

    border-radius: 40px;

    font-weight: 600;

    margin-bottom: 20px;
}

/*============================
Heading
============================*/

.service-details-hero h1 {
    font-size: 58px;

    font-weight: 800;

    line-height: 1.15;

    color: #0f172a;

    margin-bottom: 25px;
}

.service-desc {
    font-size: 18px;

    line-height: 1.9;

    color: #64748b;

    margin-bottom: 35px;
}

/*============================
Highlights
============================*/

.service-highlights {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-bottom: 40px;
}

.service-highlights div {
    display: flex;

    align-items: center;

    gap: 10px;

    background: #fff;

    padding: 16px 18px;

    border-radius: 18px;

    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.service-highlights i {
    color: #22c55e;

    font-size: 18px;
}

/*============================
Buttons
============================*/

.hero-buttons {
    display: flex;

    gap: 18px;

    margin-bottom: 45px;
}

/*============================
Stats
============================*/

.service-stats {
    display: flex;

    gap: 45px;
}

.service-stats h3 {
    font-size: 34px;

    color: #2563eb;

    margin-bottom: 5px;

    font-weight: 800;
}

.service-stats span {
    color: #64748b;

    font-size: 15px;
}

/*============================
Dashboard
============================*/

.career-dashboard {
    position: relative;
}

.career-dashboard img {
    width: 100%;

    border-radius: 28px;

    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

/*============================
Floating Cards
============================*/

.floating-box {
    position: absolute;

    background: #fff;

    padding: 14px 18px;

    border-radius: 16px;

    font-weight: 600;

    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);

    animation: float 4s infinite ease-in-out;
}

.box1 {
    left: -30px;

    top: 30px;
}

.box2 {
    right: -20px;

    top: 180px;
}

.box3 {
    left: 50px;

    bottom: 20px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/*=====================================
WHY SERVICE
======================================*/

.why-service {
    padding: 110px 0;

    background: #fff;
}

.benefit-card {
    background: #fff;

    border-radius: 24px;

    padding: 40px 30px;

    text-align: center;

    transition: 0.35s;

    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);

    border: 1px solid #eef2f7;

    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-8px);

    border-color: #2563eb;

    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.12);
}

.benefit-card i {
    width: 80px;

    height: 80px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

    border-radius: 20px;

    background: linear-gradient(135deg, #2563eb, #60a5fa);

    color: #fff;

    font-size: 34px;

    margin-bottom: 25px;
}

.benefit-card h4 {
    font-size: 24px;

    font-weight: 700;

    color: #0f172a;

    margin-bottom: 15px;
}

.benefit-card p {
    color: #64748b;

    line-height: 1.8;
}

/*=====================================
Responsive
======================================*/

@media (max-width: 991px) {
    .service-details-hero {
        padding: 80px 0;

        text-align: center;
    }

    .service-details-hero h1 {
        font-size: 42px;
    }

    .service-highlights {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        justify-content: center;
    }

    .service-stats {
        justify-content: center;

        flex-wrap: wrap;

        gap: 25px;

        margin-bottom: 40px;
    }

    .career-dashboard {
        margin-top: 50px;
    }

    .floating-box {
        position: static;

        margin: 15px auto;

        display: inline-block;
    }
}

@media (max-width: 576px) {
    .service-details-hero h1 {
        font-size: 32px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .primary-btn,
    .hero-buttons .secondary-btn {
        width: 100%;

        justify-content: center;
    }

    .service-stats {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-card {
        padding: 30px 20px;
    }
}

/*=====================================
SERVICE PRICING
======================================*/

.service-pricing {
    padding: 110px 0;

    background: #f8fbff;
}

.pricing-card {
    background: #fff;

    padding: 40px;

    border-radius: 28px;

    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);

    position: relative;

    transition: 0.35s;

    height: 100%;

    border: 1px solid #eef2f7;

    text-align: center;
}

.pricing-card:hover {
    transform: translateY(-10px);

    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.12);
}

.active-plan {
    border: 2px solid #2563eb;
}

.popular {
    display: block;

    margin-bottom: 12px;

    color: #222;

    padding: 8px 16px;

    border-radius: 30px;

    font-size: 18px;

    font-weight: 700;
}

.primary-btn{
    border: none;
}

.plan {
    display: inline-block;

    background: #eef4ff;

    padding: 8px 16px;

    border-radius: 30px;

    color: #2563eb;

    font-weight: 600;

    margin-bottom: 20px;
}

.pricing-card h3 {
    font-size: 52px;

    font-weight: 800;

    color: #0f172a;

    margin-bottom: 5px;
}

.pricing-card p {
    color: #64748b;

    margin-bottom: 30px;
}

.pricing-card ul {
    padding: 0;

    margin: 0 0 35px;

    list-style: none;
}

.pricing-card ul li {
    display: flex;

    gap: 12px;

    padding: 12px 0;

    align-items: center;
}

.pricing-card ul .bi-check-circle-fill {
    color: #22c55e;
}

.pricing-card ul .bi-x-circle {
    color: #cbd5e1;
}

.career-dashboard {
    position: relative;
}

.dashboard-card {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.dashboard-header h5 {
    margin: 0;
    font-weight: 700;
}

.status {
    background: #dcfce7;
    color: #16a34a;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.progress-box {
    margin-bottom: 30px;
}

.progress-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.progress {
    height: 10px;
    border-radius: 20px;
    background: #e2e8f0;
}

.progress-bar {
    background: linear-gradient(90deg, #2563eb, #60a5fa);
    border-radius: 20px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.stat-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
}

.stat-box i {
    font-size: 28px;
    color: #2563eb;
    margin-bottom: 10px;
}

.stat-box h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.stat-box span {
    color: #64748b;
    font-size: 14px;
}

.roadmap h6 {
    margin-bottom: 20px;
}

.roadmap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.roadmap li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    color: #475569;
}

.done i {
    color: #22c55e;
}

.active i {
    color: #2563eb;
}

.floating-box {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.floating-box i {
    font-size: 22px;
    color: #2563eb;
}

.growth {
    left: -30px;
    top: 40px;
}

.mentor {
    right: -25px;
    top: 180px;
}

.placement {
    left: 30px;
    bottom: 20px;
}
