:root {
    --pink: #f5386d;
    --orange: #ff8a1e;
    --gradient: linear-gradient(90deg, #f5386d 0%, #ff8a1e 100%);
    --dark: #1a1a2e;
    --gray: #666;
    --light: #fff8f8;
    --iconBg: #fff3f5;
}

/* =====================================================
   CAREER BREADCRUMB
===================================================== */

.career-hero {
    background-image: url('../images/career/hero-img.png');
    background-size: 100% 100%;
    height: 300px;
}


/* Hero */
.career-hero {
    padding: 16px 0 4px;
}

.hero-badge {
    display: inline-block;
    color: var(--pink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.career-hero h1 {
    font-weight: 800;
    line-height: 1.1;
}

.career-hero h1 .accent {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-visual img {
    border-radius: 0px;
}

.hero-stats i {
    color: var(--pink);
    font-size: 20px;
}

.new:hover {
    transform: translate(-5px, -5px) scale(.8);
    box-shadow: 0 18px 35px rgba(245, 95, 141, .25);
    border-color: transparent;
    cursor: pointer;

}

/* Mobile */
@media (max-width: 767.98px) {
    .btn-gradient {
        padding: 8px 6px;
        font-size: 14px;
        border-radius: 8px;
    }
}

/* Mobile View */
@media (max-width: 767.98px) {

    .hero-stats .new {
        padding-left: 30px;
        /* Increase if needed (15px-20px) */
    }

    .hero-stats .new i {
        margin-right: 6px;
        font-size: 18px;
    }

    .career-hero {
        background-image: url('../images/career/hero-img.png');
        background-size:cover;
        height: 300px;
    }

}

.career-breadcrumb-section {
    padding: 18px 0 10px;
    background: #fff;
}

.career-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
}

.career-breadcrumb a,
.career-breadcrumb span {
    font-size: 11px;
    text-decoration: none;
}

.career-breadcrumb a {
    color: #555;
}

.career-breadcrumb span {
    color: var(--pink);
    font-weight: 600;
}

.career-breadcrumb i {
    color: #999;
    font-size: 7px;
}


/* =====================================================
   HERO TAG
===================================================== */
/* ============================================================
   CAREER SECTION
============================================================ */

.career-section {
    position: relative;
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}


/* Subtle background decoration */

.career-section::before {
    content: "";
    position: absolute;

    width: 400px;
    height: 400px;

    top: -220px;
    left: -180px;

    border-radius: 50%;

    background: rgba(245, 56, 109, 0.035);

    pointer-events: none;
}


.career-section::after {
    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    right: -180px;
    bottom: -200px;

    border-radius: 50%;

    background: rgba(255, 138, 30, 0.035);

    pointer-events: none;
}


/* ============================================================
   LEFT SIDE
============================================================ */

.career-benefits {
    position: relative;
    z-index: 2;

    padding: 5px 0px 10px 0;
}


/* Heading */

.career-benefits-header h2 {
    margin: 0 0 10px;

    color: #172b42;

    font-size: 30px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.5px;
}


.career-benefits-header h2 span {
    background: linear-gradient(90deg,
            #f5386d 0%,
            #ff8a1e 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.career-benefits-header p {
    max-width: 480px;

    margin: 0 0 30px;

    color: #60758c;

    font-size: 15px;
    line-height: 1.65;
}


/* ============================================================
   BENEFITS GRID
============================================================ */

.career-benefits-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 15px;
    row-gap: 25px;
}


/* Benefit */

.career-benefit {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    padding: 5px;

    border-radius: 14px;

    transition:
        transform 0.35s ease,
        background 0.35s ease;
}


.career-benefit:hover {
    transform: translateY(-5px);

    background: rgba(245, 56, 109, 0.025);
}


/* Icon */

.career-benefit-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #f5386d;

    background: linear-gradient(135deg,
            rgba(245, 56, 109, 0.10),
            rgba(255, 138, 30, 0.07));

    box-shadow:
        0 5px 15px rgba(245, 56, 109, 0.08);

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease;
}


.career-benefit:hover .career-benefit-icon {
    transform: rotate(-8deg) scale(1.12);

    color: #ffffff;

    background: linear-gradient(135deg,
            #f5386d,
            #ff8a1e);

    box-shadow:
        0 8px 20px rgba(245, 56, 109, 0.22);
}


/* Benefit content */

.career-benefit-content h4 {
    margin: 2px 0 5px;

    color: #21466d;

    font-size: 14px;
    font-weight: 700;
}


.career-benefit-content p {
    margin: 0;

    color: #71859a;

    font-size: 11px;

    line-height: 1.5;
}


/* ============================================================
   DIVIDER
============================================================ */

.career-divider-column {
    display: flex;

    justify-content: center;

    position: relative;
}


.career-divider {
    width: 1px;

    height: 100%;

    min-height: 300px;

    background: linear-gradient(to bottom,
            transparent,
            #e7eaf0 15%,
            #e7eaf0 85%,
            transparent);
}


/* ============================================================
   RIGHT SIDE
============================================================ */

.career-jobs {
    position: relative;
    z-index: 2;
}


/* Header */

.career-jobs-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 15px;
}


.career-jobs-header h2 {
    margin: 0;

    color: #172b42;

    font-size: 28px;
    font-weight: 800;

    letter-spacing: -0.5px;
}


.career-jobs-header h2 span {
    background: linear-gradient(90deg,
            #f5386d 0%,
            #ff8a1e 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* View all */

.career-view-all {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #f5386d !important;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}


.career-view-all:hover {
    color: #ff8a1e !important;

    gap: 12px;
}


.career-view-all i {
    font-size: 11px;

    transition: transform 0.3s ease;
}


.career-view-all:hover i {
    transform: translateX(3px);
}


/* ============================================================
   JOB CARD
============================================================ */

.career-card-wrapper {
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}


.career-card {
    position: relative;

    height: 100%;

    padding: 17px 16px 15px;

    border: 1px solid #edf0f4;

    border-radius: 11px;

    background: #ffffff;

    box-shadow:
        0 4px 18px rgba(31, 45, 61, 0.055);

    overflow: hidden;

    transition:
        transform 0.4s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* Gradient top line */

.career-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: linear-gradient(90deg,
            #f5386d 0%,
            #ff8a1e 100%);

    transition: width 0.45s ease;
}


.career-card:hover {
    transform: translateY(-7px);

    border-color: rgba(245, 56, 109, 0.16);

    box-shadow:
        0 15px 35px rgba(31, 45, 61, 0.10);
}


.career-card:hover::before {
    width: 100%;
}


/* ============================================================
   JOB CARD TOP
============================================================ */

.career-card-top {
    display: flex;

    align-items: flex-start;

    gap: 12px;
}


/* Job icon */

.career-job-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #f5386d;

    background: linear-gradient(135deg,
            rgba(245, 56, 109, 0.09),
            rgba(255, 138, 30, 0.06));

    transition:
        transform 0.35s ease,
        color 0.35s ease,
        background 0.35s ease;
}


.career-card:hover .career-job-icon {
    transform: scale(1.08) rotate(4deg);

    color: #ffffff;

    background: linear-gradient(135deg,
            #f5386d,
            #ff8a1e);
}


/* ============================================================
   JOB TITLE
============================================================ */

.career-job-content {
    min-width: 0;
}


.career-job-content h3 {
    margin: 1px 0 6px;

    color: #213d5c;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.3;

    transition: color 0.3s ease;
}


.career-card:hover .career-job-content h3 {
    color: #f5386d;
}


/* ============================================================
   META
============================================================ */

.career-job-meta {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    color: #718196;

    font-size: 10.5px;
}


.career-job-meta span {
    display: inline-flex;

    align-items: center;

    gap: 4px;
}


.career-job-meta i {
    color: #9aa8b8;

    font-size: 10px;
}


/* ============================================================
   DESCRIPTION
============================================================ */

.career-job-description {
    margin: 10px 0 12px;

    min-height: 34px;

    color: #718196;

    font-size: 11.5px;

    line-height: 1.5;
}


/* ============================================================
   CARD BOTTOM
============================================================ */

.career-card-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 12px;
}


/* Apply button */

.career-apply-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding: 7px 13px;

    border-radius: 7px;

    color: #ffffff !important;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none;

    background: linear-gradient(90deg,
            #f5386d 0%,
            #ff8a1e 100%);

    box-shadow:
        0 5px 13px rgba(245, 56, 109, 0.18);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.career-apply-btn:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(245, 56, 109, 0.28);
}


.career-apply-btn i {
    transition: transform 0.3s ease;
}


.career-apply-btn:hover i {
    transform: translateX(4px);
}


/* ============================================================
   LOAD MORE
============================================================ */

.career-load-more-wrapper {
    display: flex;

    justify-content: center;

    margin-top: 25px;
}


.career-load-more {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 10px 20px;

    border: 1px solid rgba(245, 56, 109, 0.25);

    border-radius: 8px;

    color: #f5386d;

    background: #ffffff;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        transform 0.3s ease,
        color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.career-load-more:hover {
    color: #ffffff;

    background: linear-gradient(90deg,
            #f5386d 0%,
            #ff8a1e 100%);

    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(245, 56, 109, 0.20);
}


.career-load-more i {
    transition: transform 0.3s ease;
}


.career-load-more:hover i {
    transform: translateY(3px);
}


/* ============================================================
   EMPTY STATE
============================================================ */

.career-empty {
    padding: 35px 20px;

    text-align: center;

    border: 1px dashed #e4e8ee;

    border-radius: 12px;

    background: #fafbfc;
}


.career-empty-icon {
    width: 50px;
    height: 50px;

    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #f5386d;

    background: rgba(245, 56, 109, 0.08);
}


.career-empty h4 {
    margin: 0 0 5px;

    color: #263e58;

    font-size: 16px;
}


.career-empty p {
    margin: 0;

    color: #7a8999;

    font-size: 13px;
}


/* ============================================================
   HIDDEN CARDS FOR LOAD MORE
============================================================ */

.career-card-wrapper.career-hidden {
    display: none;
}


.cta-wrapper {

    background: var(--gradient);

    color: #fff;

    border-radius: 10px;

    padding: 20px 60px;

    overflow: hidden;

    position: relative;

}

.cta-wrapper::before {

    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    background: rgba(255, 255, 255, .08);

    border-radius: 50%;

    right: -120px;
    top: -120px;

}

.cta-icon {
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 35px;
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.cta-wrapper h2 {
    font-size: 25px;
    font-weight: 500;
}

.cta-wrapper p {
    opacity: .95;
    max-width: 700px;
    margin: 0;
}

.cloud-cta .btn {
    font-weight: 700;
    padding: 15px 32px;
    transition: .35s;
    border-radius: 10px !important;
    font-size: 16px;
    color: var(--pink);
}

.cloud-cta .btn:hover {

    transform: translateY(-3px);

}

/* ====================================
   ANIMATIONS
==================================== */

.solution-card,
.process-item,
.platform-logo,
.why-card,
.stats-card,
.testimonial-card,
.cta-wrapper {

    transition: .35s ease;

}

.solution-card:hover,
.why-card:hover,
.stats-card:hover,
.testimonial-card:hover {

    transform: translateY(-8px);

}

.platform-logo:hover {

    transform: scale(1.08);

}

.process-item:hover .process-icon {

    transform: scale(1.08);

}

.carousel-inner {
    padding: 20px;
}

/* ====================================
   RESPONSIVE
==================================== */

@media(max-width:1200px) {

    .carousel-control-prev {

        left: -20px;

    }

    .carousel-control-next {

        right: -20px;

    }

}

@media(max-width:991px) {

    .why-card,
    .stats-card {

        padding: 20px;

    }

    .cta-wrapper {

        padding: 45px;

        text-align: center;

    }

    .cta-wrapper h2 {

        font-size: 20px;

    }

    .carousel-control-prev,
    .carousel-control-next {

        display: none;

    }

}

@media(max-width:767px) {

    .why-cloud {

        padding: 70px 0;

    }

    .why-card {

        padding: 28px;

    }

    .why-card h2 {

        font-size: 20px;

    }

    .stats-card {

        padding: 30px;

    }

    .stats-card h3 {

        font-size: 24px;

    }

    .stat-box h2 {

        font-size: 32px;

    }

    .testimonial-card {

        padding: 30px 22px;

    }

    .testimonial-card p {

        font-size: 14px;

    }

    .client-info {

        flex-direction: column;

    }

    .cta-wrapper {

        padding: 35px 25px;

    }

    .cta-wrapper h2 {

        font-size: 20px;

    }

    .cta-wrapper p {

        font-size: 15px;

        line-height: 28px;

    }

}

.position-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    border: 1px solid #edf1f7;
}

/* Header */
.position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #14213d;
}

.header-left i {
    color: #14213d;
}

.role-badge {
    background: #eef4ff;
    color: #3b82f6;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* Job Item */
.position-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 18px 0;
    border-bottom: 1px solid #eef2f7;
    transition: .3s;
}

.position-item:last-child {
    border-bottom: none;
}

.position-item:hover {
    transform: translateX(4px);
}

.position-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.position-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-icon i {
    font-size: 20px;
}

.icon-blue {
    background: #eef2ff;
    color: #4f46e5;
}

.icon-green {
    background: #e9f9ef;
    color: #16a34a;
}

.icon-pink {
    background: #ffe8f0;
    color: #ec4899;
}

.position-content h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
}

.position-content p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #94a3b8;
}

.position-arrow {
    color: #94a3b8;
    font-size: 14px;
}

/* Bottom CTA */
.position-footer {
    margin-top: 20px;
    background: #f7f9ff;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef4ff;
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon i {
    font-size: 18px;
}

.position-footer h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #2563eb;
}

.position-footer p {
    margin: 3px 0 0;
    font-size: 12px;
    color: #64748b;
}

.career-skills {
    margin-top: 20px;
}

.career-skills h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.skill-tag {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 30px;
    background: #fff0f3;
    color: #f5386d;
    font-size: 14px;
    font-weight: 500;
}

.career-badge {
    background: #fff0f3;
    color: #f5386d;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 600;
}

.career-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.career-posted-date {
    color: #9aa4b2;
    font-size: 10px;
}

.career-posted-date i {
    margin-right: 6px;
}