/* =========================================
   TEKPRIZM HERO SECTION
========================================= */

.hero-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

/* Keep Content Above Shapes */

.hero-section .container {
    position: relative;
    z-index: 2;
}


.hero-row {
    min-height: 520px;
}


/* =========================================
   HERO BADGE
========================================= */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    background: #f5f8f7;
    color: #074547;

    padding: 8px 14px;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;

    margin-bottom: 22px;
}


.hero-badge span {
    width: 8px;
    height: 8px;

    background: #EA7819;

    border-radius: 50%;
}


/* =========================================
   HERO HEADING
========================================= */

.hero-content h1 {
    font-size: 48px;
    line-height: 56px;

    font-weight: 700;

    color: #074547;

    margin-bottom: 22px;

    letter-spacing: -1.5px;
}


.hero-content h1 span {
    color: #EA7819;
    display: block;
}


.hero-content p {
    max-width: 540px;

    font-size: 16px;
    line-height: 1.8;

    color: #657071;

    margin-bottom: 30px;
}


/* =========================================
   HERO BUTTONS
========================================= */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;

    flex-wrap: wrap;

    margin-bottom: 50px;
}


.hero-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #EA7819;
    color: #ffffff;

    padding: 13px 22px;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s ease;
}


.hero-primary-btn:hover {
    background: #d9660e;
    color: #ffffff;

    transform: translateY(-2px);
}


.hero-secondary-btn {
    color: #074547;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    border-bottom: 2px solid #074547;

    padding-bottom: 3px;

    transition: 0.3s ease;
}


.hero-secondary-btn:hover {
    color: #EA7819;

    border-color: #EA7819;
}


/* =========================================
   HERO TRUST JOURNEY
========================================= */

.hero-trust {
    display: flex;
    align-items: center;

    max-width: 520px;
}


.trust-item {
    display: flex;
    flex-direction: column;
    gap: 5px;

    min-width: 110px;
}


.trust-item strong {
    color: #EA7819;

    font-size: 13px;
}


.trust-item span {
    color: #074547;

    font-size: 13px;
    font-weight: 600;
}


.trust-line {
    height: 1px;

    flex: 1;

    background: #d7dddd;

    margin: 0 15px;
}


/* =========================================
   CAREER JOURNEY
========================================= */

.career-journey {
    position: relative;

    width: 100%;
    height: 520px;

    margin-left: auto;
}


.journey-title {
    position: absolute;

    top: 20px;
    right: 30px;

    color: #074547;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================
   JOURNEY CARDS
========================================= */

.journey-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 15px;

    width: 280px;

    background: #ffffff;

    padding: 18px;

    border-radius: 14px;

    border: 1px solid #edf0ef;

    box-shadow: 0 15px 45px rgba(7, 69, 71, 0.10);

    z-index: 2;

    transition: 0.3s ease;
}


.journey-card:hover {
    transform: translateY(-5px);
}


.card-skill {
    top: 75px;
    left: 30px;
}


.card-build {
    top: 220px;
    right: 10px;
}


.card-career {
    bottom: 65px;
    left: 80px;

    background: #074547;
    border-color: #074547;
}


.journey-number {
    position: absolute;

    top: -12px;
    right: 15px;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #EA7819;
    color: #ffffff;

    border-radius: 50%;

    font-size: 11px;
    font-weight: 700;
}


.journey-icon {
    min-width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(234, 120, 25, 0.12);

    color: #EA7819;

    border-radius: 12px;

    font-size: 20px;
}


.journey-card h4 {
    margin: 0 0 4px;

    color: #074547;

    font-size: 18px;
    font-weight: 700;
}


.journey-card p {
    margin: 0;

    color: #7a8585;

    font-size: 12px;
}


/* Career Card Text */

.card-career h4 {
    color: #ffffff;
}


.card-career p {
    color: rgba(255, 255, 255, 0.70);
}


.card-career .journey-icon {
    background: #EA7819;
    color: #ffffff;
}


/* =========================================
   JOURNEY CONNECTION LINES
========================================= */

.journey-path {
    position: absolute;

    width: 2px;

    background: repeating-linear-gradient(to bottom,
            #d4dddd 0,
            #d4dddd 7px,
            transparent 7px,
            transparent 14px);

    z-index: 1;
}


.path-one {
    height: 130px;

    top: 150px;
    left: 255px;

    transform: rotate(-35deg);
}


.path-two {
    height: 110px;

    top: 310px;
    right: 180px;

    transform: rotate(35deg);
}


/* =========================================
   FUTURE BADGE
========================================= */

.career-badge {
    position: absolute;

    right: 40px;
    bottom: 20px;

    display: flex;
    align-items: center;
    gap: 12px;

    background: #ffffff;

    padding: 12px 18px;

    border-radius: 12px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}


.career-badge i {
    color: #EA7819;

    font-size: 22px;
}


.career-badge strong,
.career-badge span {
    display: block;
}


.career-badge strong {
    color: #074547;

    font-size: 13px;
}


.career-badge span {
    color: #8b9595;

    font-size: 11px;
}


/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1199px) {

    .hero-content h1 {
        font-size: 48px;
    }


    .journey-card {
        width: 260px;
    }


    .card-skill {
        left: 10px;
    }


    .card-career {
        left: 40px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hero-section {
        padding: 70px 0;
    }


    .hero-row {
        min-height: auto;
    }


    .hero-content {
        text-align: center;
    }


    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }


    .hero-badge {
        margin-top: 10px;
    }


    .hero-buttons {
        justify-content: center;
        margin-bottom: 40px;
    }


    .hero-trust {
        margin: auto;
        margin-bottom: 50px;
    }


    .career-journey {
        max-width: 600px;
        margin: auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .hero-section {
        padding: 50px 0 40px;
    }


    .hero-content h1 {
        font-size: 36px;

        letter-spacing: -1px;
    }


    .hero-content p {
        font-size: 14px;

        line-height: 1.7;
    }


    .hero-badge {
        font-size: 10px;
    }


    .hero-buttons {
        flex-direction: column;

        align-items: stretch;

        gap: 18px;
    }


    .hero-primary-btn {
        justify-content: center;
    }


    .hero-secondary-btn {
        width: fit-content;

        margin: auto;
    }


    /* Mobile Journey */

    .career-journey {
        height: 430px;
    }


    .journey-title {
        right: 10px;
        top: 5px;
    }


    .journey-card {
        width: 230px;

        padding: 14px;

        gap: 10px;
    }


    .journey-icon {
        min-width: 45px;

        height: 45px;

        font-size: 17px;
    }


    .journey-card h4 {
        font-size: 16px;
    }


    .journey-card p {
        font-size: 10px;
    }


    .card-skill {
        top: 55px;
        left: 0;
    }


    .card-build {
        top: 175px;
        right: 0;
    }


    .card-career {
        bottom: 35px;
        left: 25px;
    }


    .path-one,
    .path-two {
        display: none;
    }


    .career-badge {
        right: 0;
        bottom: 0;

        padding: 9px 12px;
    }


    .hero-trust {
        max-width: 100%;
    }


    .trust-item {
        min-width: auto;

        flex: 1;
    }


    .trust-line {
        margin: 0 8px;
    }

}

/* =========================================
   TEKPRIZM STATS SECTION
========================================= */

.stats-section {
    padding: 40px 0;
    background: #ffffff;
}


.stats-wrapper {
    background: #074547;

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 15px 40px rgba(7, 69, 71, 0.14);
}


.stat-item {
    position: relative;

    min-height: 150px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 25px 15px;
}


/* Vertical Divider */

.stat-item::after {
    content: "";

    position: absolute;

    top: 30px;
    right: 0;

    width: 1px;
    height: calc(100% - 60px);

    background: rgba(255, 255, 255, 0.16);
}


.col-lg-3:last-child .stat-item::after {
    display: none;
}


/* Number */

.stat-number {
    display: flex;
    align-items: baseline;

    justify-content: center;

    color: #EA7819;

    font-size: 42px;
    font-weight: 700;

    line-height: 1;

    margin-bottom: 12px;

    letter-spacing: -1px;
}


/* Plus / Percentage */

.stat-number span:last-child {
    font-size: 24px;

    margin-left: 2px;
}


/* Label */

.stat-item p {
    margin: 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 0.2px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .stats-section {
        padding: 20px 0 60px;
    }


    .stat-item {
        min-height: 135px;
    }


    /* Remove desktop divider */

    .stat-item::after {
        display: none;
    }


    /* Add bottom border for tablet */

    .col-md-6:nth-child(1) .stat-item,
    .col-md-6:nth-child(2) .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }


    /* Middle vertical divider */

    .col-md-6:nth-child(1) .stat-item,
    .col-md-6:nth-child(3) .stat-item {
        border-right: 1px solid rgba(255, 255, 255, 0.14);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .stats-wrapper {
        border-radius: 14px;
    }


    .stat-item {
        min-height: 115px;

        border-right: none !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    }


    .col-md-6:last-child .stat-item {
        border-bottom: none !important;
    }


    .stat-number {
        font-size: 34px;

        margin-bottom: 8px;
    }


    .stat-number span:last-child {
        font-size: 20px;
    }


    .stat-item p {
        font-size: 13px;
    }

}

/* =========================================
   WHAT SETS US APART
========================================= */

.sets-apart-section {
    position: relative;
    padding: 40px 0;
    background: #f8faf9;
    overflow: hidden;
}


/* =========================================
   LEFT CONTENT
========================================= */

.apart-content {
    max-width: 460px;
}


.section-tag {
    display: inline-flex;
    align-items: center;

    color: #EA7819;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 18px;
}


.apart-content h2 {
    color: #074547;

    font-size: 46px;
    line-height: 1.15;

    font-weight: 700;

    margin-bottom: 22px;

    letter-spacing: -1px;
}


.apart-content h2 span {
    display: block;
    color: #EA7819;
}


.apart-content p {
    color: #687777;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 30px;
}


/* Accent Line */

.apart-line {
    width: 120px;
    height: 3px;

    background: rgba(7, 69, 71, 0.12);

    position: relative;
}


.apart-line span {
    display: block;

    width: 45px;
    height: 3px;

    background: #EA7819;
}


/* =========================================
   FEATURES WRAPPER
========================================= */

.apart-features {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 14px;
}


/* =========================================
   FEATURE ITEM
========================================= */

.apart-item {
    position: relative;

    display: flex;
    align-items: center;

    gap: 20px;

    padding: 22px 25px;

    background: #ffffff;

    border: 1px solid rgba(7, 69, 71, 0.08);

    border-radius: 12px;

    transition: all 0.35s ease;

    overflow: hidden;
}


/* Orange Hover Line */

.apart-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #EA7819;

    transform: scaleY(0);

    transition: transform 0.35s ease;
}


.apart-item:hover::before {
    transform: scaleY(1);
}


.apart-item:hover {
    transform: translateX(8px);

    border-color: rgba(234, 120, 25, 0.25);

    box-shadow: 0 14px 35px rgba(7, 69, 71, 0.08);
}


/* =========================================
   NUMBER
========================================= */

.apart-number {
    min-width: 38px;

    color: rgba(7, 69, 71, 0.22);

    font-size: 18px;
    font-weight: 700;
}


/* =========================================
   ICON
========================================= */

.apart-icon {
    min-width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff4ea;

    color: #EA7819;

    border-radius: 10px;

    font-size: 21px;

    transition: all 0.3s ease;
}


.apart-item:hover .apart-icon {
    background: #EA7819;

    color: #ffffff;

    transform: rotate(-5deg);
}


/* =========================================
   TEXT
========================================= */

.apart-text h4 {
    color: #074547;

    font-size: 17px;
    font-weight: 700;

    margin-bottom: 5px;
}


.apart-text p {
    margin: 0;

    color: #718080;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1199px) {

    .apart-content h2 {
        font-size: 42px;
    }


    .apart-item {
        padding: 20px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sets-apart-section {
        padding: 80px 0;
    }


    .apart-content {
        max-width: 650px;

        margin-bottom: 10px;
    }


    .apart-content h2 {
        font-size: 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .sets-apart-section {
        padding: 60px 0;
    }


    .apart-content h2 {
        font-size: 34px;

        line-height: 1.2;
    }


    .apart-content p {
        font-size: 14px;
    }


    .apart-item {
        align-items: flex-start;

        gap: 12px;

        padding: 18px 15px;
    }


    .apart-number {
        min-width: 28px;

        font-size: 14px;

        padding-top: 5px;
    }


    .apart-icon {
        min-width: 46px;

        height: 46px;

        font-size: 17px;
    }


    .apart-text h4 {
        font-size: 15px;
    }


    .apart-text p {
        font-size: 12px;
    }


    .apart-item:hover {
        transform: translateX(4px);
    }

}

/* =========================================
   EXPLORE OUR PROGRAMS SECTION
========================================= */

.programs-section {
    padding: 40px 0;
    background: #ffffff;
}


/* =========================================
   SECTION HEADING
========================================= */

.programs-heading {
    max-width: 650px;
    margin: 0 auto 55px;
}


.programs-heading .section-tag {
    display: inline-block;

    color: #EA7819;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 15px;
}


.programs-heading h2 {
    color: #074547;

    font-size: 46px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -1px;

    margin-bottom: 16px;
}


.programs-heading h2 span {
    color: #EA7819;
}


.programs-heading p {
    color: #718080;

    font-size: 15px;

    line-height: 1.8;

    margin: 0 auto;
}


/* =========================================
   PROGRAM CARD
========================================= */

.program-card {
    height: 100%;

    background: #ffffff;

    border: 1px solid rgba(7, 69, 71, 0.10);

    border-radius: 14px;

    overflow: hidden;

    transition: all 0.35s ease;

    display: flex;
    flex-direction: column;
}


.program-card:hover {
    transform: translateY(-8px);

    border-color: rgba(234, 120, 25, 0.40);

    box-shadow: 0 20px 45px rgba(7, 69, 71, 0.10);
}


/* =========================================
   PROGRAM IMAGE
========================================= */

.program-image {
    position: relative;

    height: 190px;

    overflow: hidden;

    background: #eef3f2;
}


.program-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.program-card:hover .program-image img {
    transform: scale(1.08);
}


/* Number Badge */

.program-number {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #EA7819;

    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================
   PROGRAM CONTENT
========================================= */

.program-content {
    position: relative;

    padding: 25px 22px 22px;

    flex: 1;

    display: flex;
    flex-direction: column;
}


/* Icon */

.program-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff4ea;

    color: #EA7819;

    border-radius: 10px;

    font-size: 19px;

    margin-bottom: 18px;
}


.program-content h4 {
    color: #074547;

    font-size: 18px;
    font-weight: 700;

    margin-bottom: 10px;
}


.program-content p {
    color: #718080;

    font-size: 13px;

    line-height: 1.7;

    margin-bottom: 20px;

    flex-grow: 1;
}


/* =========================================
   LEARN MORE LINK
========================================= */

.program-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    color: #074547;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}


.program-link i {
    color: #EA7819;

    transition: transform 0.3s ease;
}


.program-link:hover {
    color: #EA7819;
}


.program-link:hover i {
    transform: translateX(5px);
}


/* =========================================
   VIEW ALL BUTTON
========================================= */

.programs-button {
    margin-top: 45px;
}


.view-programs-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    background: #074547;

    color: #ffffff;

    padding: 13px 25px;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}


.view-programs-btn:hover {
    background: #EA7819;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1199px) {

    .programs-heading h2 {
        font-size: 42px;
    }


    .program-image {
        height: 175px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .programs-section {
        padding: 80px 0;
    }


    .programs-heading {
        margin-bottom: 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .programs-section {
        padding: 60px 0;
    }


    .programs-heading {
        margin-bottom: 35px;
    }


    .programs-heading h2 {
        font-size: 34px;
    }


    .programs-heading p {
        font-size: 14px;
    }


    .program-image {
        height: 200px;
    }


    .program-content {
        padding: 22px 18px;
    }


    .program-content h4 {
        font-size: 17px;
    }

}