/* =========================================
   GENEXA SERVICES SECTION
========================================= */

.genexa-services {
    position: relative;
    padding: 100px 0 90px;
    background: #f7f9fc;
    overflow: hidden;
}

/* Decorative background */
.genexa-services::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255, 91, 0, 0.04);
    border-radius: 50%;
    top: -180px;
    right: -120px;
}

.genexa-services::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(6, 42, 92, 0.035);
    border-radius: 50%;
    bottom: -150px;
    left: -100px;
}

.genexa-services .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION HEADING
========================================= */

.genexa-section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
}

.genexa-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff5a00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.genexa-section-heading h2 {
    margin: 0 0 18px;
    color: #082b5c;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.genexa-section-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #6c7480;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SERVICE GRID
========================================= */

.genexa-services-grid {
    display: flex;
    flex-wrap: wrap;
}

.genexa-services-grid > div {
    margin-bottom: 30px;
}


/* =========================================
   SERVICE CARD
========================================= */

.genexa-service-card {
    position: relative;
    height: 100%;
    min-height: 365px;
    padding: 32px 30px 30px;
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 30px rgba(6, 42, 92, 0.05);
}

.genexa-service-card::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left: 0;
    top: 0;
    background: #ff5a00;
    transition: width 0.35s ease;
}

.genexa-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 90, 0, 0.25);
    box-shadow: 0 20px 45px rgba(6, 42, 92, 0.12);
}

.genexa-service-card:hover::before {
    width: 100%;
}


/* =========================================
   SERVICE ICON
========================================= */

.service-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #f1f6fb;
    border-radius: 12px;
    transition: all 0.35s ease;
}

.service-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.genexa-service-card:hover .service-icon {
    background: #fff3ec;
    transform: scale(1.05);
}


/* =========================================
   NUMBER
========================================= */

.service-number {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #e9edf2;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    transition: all 0.35s ease;
}

.genexa-service-card:hover .service-number {
    color: rgba(255, 90, 0, 0.12);
}


/* =========================================
   CONTENT
========================================= */

.service-category {
    display: block;
    margin-bottom: 8px;
    color: #ff5a00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.service-content h3 {
    margin: 0 0 14px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.service-content h3 a {
    color: #082b5c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-content h3 a:hover {
    color: #ff5a00;
}

.service-content p {
    min-height: 82px;
    margin: 0 0 22px;
    color: #707984;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   SERVICE LINK
========================================= */

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #082b5c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link i {
    color: #ff5a00;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #ff5a00;
}

.service-link:hover i {
    transform: translateX(5px);
}


/* =========================================
   FEATURED SERVICE
========================================= */

.featured-service {
    border-color: rgba(255, 90, 0, 0.2);
}

.featured-service::before {
    width: 100%;
}


/* =========================================
   BOTTOM CTA
========================================= */

.services-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    padding: 35px 40px;
    background: #082b5c;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.services-bottom-cta::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 40px solid rgba(255, 90, 0, 0.12);
    border-radius: 50%;
    right: -70px;
    top: -100px;
}

.services-bottom-cta span {
    display: block;
    margin-bottom: 8px;
    color: #ff6a19;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.services-bottom-cta h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}

.services-cta-btn {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 14px 25px;
    background: #ff5a00;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.services-cta-btn:hover {
    background: #ffffff;
    color: #082b5c;
    transform: translateY(-2px);
}

.services-cta-btn i {
    transition: transform 0.3s ease;
}

.services-cta-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .genexa-services {
        padding: 80px 0 70px;
    }

    .genexa-section-heading h2 {
        font-size: 32px;
    }

    .genexa-service-card {
        min-height: 350px;
    }

    .services-bottom-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px;
    }
}


@media (max-width: 767px) {

    .genexa-services {
        padding: 65px 0 55px;
    }

    .genexa-section-heading {
        margin-bottom: 40px;
    }

    .genexa-section-heading h2 {
        font-size: 28px;
    }

    .genexa-section-heading p {
        font-size: 14px;
    }

    .genexa-services-grid > div {
        margin-bottom: 20px;
    }

    .genexa-service-card {
        min-height: auto;
        padding: 28px 25px;
    }

    .service-content p {
        min-height: auto;
    }

    .services-bottom-cta {
        margin-top: 15px;
        padding: 28px 25px;
    }

    .services-bottom-cta h3 {
        font-size: 20px;
    }

    .services-cta-btn {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 480px) {

    .genexa-section-heading h2 {
        font-size: 25px;
    }

    .genexa-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .genexa-service-card {
        padding: 25px 22px;
    }

    .service-number {
        font-size: 35px;
        top: 20px;
        right: 20px;
    }
}


/* =========================================
   GENEXA CASE STUDIES
========================================= */

.genexa-case-studies {
    position: relative;
    padding: 30px 0 90px;
    background: #f7f9fc;
    overflow: hidden;
}


/* Decorative background elements */

.genexa-case-studies::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(255, 90, 0, 0.035);
    top: -220px;
    right: -150px;
}

.genexa-case-studies::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(8, 43, 92, 0.035);
    bottom: -180px;
    left: -130px;
}

.genexa-case-studies .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION HEADING
========================================= */

.genexa-case-heading {
    max-width: 760px;
    margin: 0 auto 55px;
}

.case-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff5a00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.genexa-case-heading h2 {
    margin: 0 0 17px;
    color: #082b5c;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.genexa-case-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #6e7782;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.genexa-case-grid {
    display: flex;
    flex-wrap: wrap;
}

.genexa-case-grid > div {
    margin-bottom: 30px;
}


/* =========================================
   CARD
========================================= */

.genexa-case-card {
    height: 100%;
}

.genexa-case-card .case-image {
    position: relative;
    height: 390px;
    overflow: hidden;
    border-radius: 16px;
    background: #082b5c;
    box-shadow: 0 10px 35px rgba(8, 43, 92, 0.10);
}


/* Image */

.genexa-case-card .case-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}


/* Image missing */

.case-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        #082b5c,
        #0e427f
    );
}

.case-no-image i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 55px;
}


/* =========================================
   OVERLAY
========================================= */

.case-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(8, 43, 92, 0.05) 15%,
            rgba(8, 43, 92, 0.25) 40%,
            rgba(8, 43, 92, 0.92) 100%
        );

    transition: all 0.4s ease;
}


/* =========================================
   HOVER IMAGE
========================================= */

.genexa-case-card:hover .case-image img {
    transform: scale(1.08);
}

.genexa-case-card:hover .case-overlay {
    background:
        linear-gradient(
            to bottom,
            rgba(8, 43, 92, 0.10) 10%,
            rgba(8, 43, 92, 0.35) 35%,
            rgba(8, 43, 92, 0.96) 100%
        );
}


/* =========================================
   INDUSTRY BADGE
========================================= */

.case-industry {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;

    display: inline-flex;
    align-items: center;

    padding: 7px 13px;

    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;

    color: #082b5c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}


/* =========================================
   RESULTS
========================================= */

.case-results {
    position: absolute;
    top: 20px;
    right: 20px;

    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.case-results span {
    display: inline-block;
    padding: 6px 10px;

    background: #ff5a00;
    border-radius: 5px;

    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;

    box-shadow: 0 4px 12px rgba(255, 90, 0, 0.25);
}


/* =========================================
   CONTENT
========================================= */

.case-content {
    position: absolute;
    z-index: 4;

    left: 24px;
    right: 24px;
    bottom: 25px;
}

.case-content h3 {
    margin: 0 0 20px;

    color: #fff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}


/* =========================================
   VIEW BUTTON
========================================= */

.case-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 16px;

    background: #fff;
    border-radius: 6px;

    color: #082b5c;
    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    opacity: 0.95;

    transition: all 0.3s ease;
}

.case-view-btn i {
    color: #ff5a00;
    transition: transform 0.3s ease;
}

.case-view-btn:hover {
    background: #ff5a00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.case-view-btn:hover i {
    color: #fff;
    transform: translateX(4px);
}


/* =========================================
   BOTTOM CTA
========================================= */

.case-study-bottom {
    margin-top: 20px;
}

.case-study-bottom p {
    margin: 0 0 16px;
    color: #6e7782;
    font-size: 15px;
}

.case-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 25px;

    background: #082b5c;
    border-radius: 7px;

    color: #fff;
    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.case-all-btn i {
    color: #ff5a00;
    transition: transform 0.3s ease;
}

.case-all-btn:hover {
    background: #ff5a00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.case-all-btn:hover i {
    color: #fff;
    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .genexa-case-card .case-image {
        height: 360px;
    }

    .case-content h3 {
        font-size: 19px;
    }
}


@media (max-width: 991px) {

    .genexa-case-studies {
        padding: 80px 0 70px;
    }

    .genexa-case-heading {
        margin-bottom: 45px;
    }

    .genexa-case-heading h2 {
        font-size: 32px;
    }

    .genexa-case-card .case-image {
        height: 380px;
    }
}


@media (max-width: 767px) {

    .genexa-case-studies {
        padding: 65px 0 55px;
    }

    .genexa-case-heading {
        margin-bottom: 35px;
    }

    .genexa-case-heading h2 {
        font-size: 28px;
    }

    .genexa-case-heading p {
        font-size: 14px;
    }

    .genexa-case-grid > div {
        margin-bottom: 20px;
    }

    .genexa-case-card .case-image {
        height: 380px;
    }
}


@media (max-width: 480px) {

    .genexa-case-heading h2 {
        font-size: 25px;
    }

    .genexa-case-card .case-image {
        height: 350px;
        border-radius: 13px;
    }

    .case-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .case-content h3 {
        font-size: 18px;
    }

    .case-industry {
        left: 16px;
        top: 16px;
    }

    .case-results {
        right: 16px;
        top: 16px;
    }
}

/* ============================================ */

/* =========================================
   GENEXA BLOG SECTION
========================================= */

.blog_area {
    position: relative;
    padding: 100px 0 90px;
    background: #f7f9fc;
    overflow: hidden;
}


/* =========================================
   DECORATIVE BACKGROUND
========================================= */

.blog_area::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(255, 90, 0, 0.035);
    top: -220px;
    right: -150px;
}

.blog_area::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(8, 43, 92, 0.035);
    bottom: -160px;
    left: -120px;
}

.blog_area .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION TITLE
========================================= */

.blog_area .section-title {
    max-width: 760px;
    margin: 0 auto 55px;
}

.blog_area .section-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 18px auto 0;
    background: #ff5a00;
    border-radius: 10px;
}

.blog_area .section-title h2 {
    position: relative;
    margin: 0 0 15px;
    color: #082b5c;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.blog_area .section-title p {
    max-width: 700px;
    margin: 0 auto;
    color: #707985;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   BLOG GRID
========================================= */

.blog_area .row {
    position: relative;
    z-index: 2;
}

.blog_area .row > .col-lg-4 {
    margin-bottom: 30px;
}


/* =========================================
   BLOG CARD
========================================= */

.blog_area .single_blog {
    position: relative;
    /* height: 100%; */
    min-height: 485px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 15px;
    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(8, 43, 92, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.blog_area .single_blog::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #ff5a00;
    z-index: 5;
    transition: width 0.35s ease;
}

.blog_area .single_blog:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 90, 0, 0.20);

    box-shadow:
        0 20px 45px rgba(8, 43, 92, 0.12);
}

.blog_area .single_blog:hover::before {
    width: 100%;
}


/* =========================================
   BLOG IMAGE
========================================= */

.blog_area .single_blog > img {
    width: 100%;
    height: 235px;
    display: block;
    object-fit: cover;

    transition:
        transform 0.65s ease,
        filter 0.4s ease;
}

.blog_area .single_blog:hover > img {
    transform: scale(1.06);
    filter: brightness(0.93);
}


/* =========================================
   IMAGE WRAPPER EFFECT
========================================= */

.blog_area .single_blog {
    isolation: isolate;
}

.blog_area .single_blog > img {
    position: relative;
    z-index: 1;
}


/* =========================================
   CONTENT BOX
========================================= */

.blog_area .content_box {
    position: relative;
    z-index: 2;
    padding: 25px 27px 28px;
    background: #ffffff;
}


/* =========================================
   CATEGORY
========================================= */

.blog_area .content_box > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 14px;
    padding: 6px 11px;

    background: #fff3ec;
    border-radius: 5px;

    color: #ff5a00;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.blog_area .content_box > span a {
    color: #082b5c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog_area .content_box > span a:hover {
    color: #ff5a00;
}


/* =========================================
   BLOG TITLE
========================================= */

.blog_area .content_box h2 {
    margin: 0 0 14px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
}

.blog_area .content_box h2 a {
    color: #082b5c;
    text-decoration: none;

    transition:
        color 0.3s ease;
}

.blog_area .content_box h2 a:hover {
    color: #ff5a00;
}


/* =========================================
   BLOG EXCERPT
========================================= */

.blog_area .content_box p {
    margin: 0;

    color: #727b86;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   READ MORE EFFECT
   Adds subtle visual cue after excerpt
========================================= */

.blog_area .single_blog:hover .content_box::after {
    color: #ff5a00;
    transform: translateX(4px);
}


/* =========================================
   VIEW ALL BLOGS BUTTON
========================================= */

.blog_area .about-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 10px;
    padding: 14px 27px;

    background: #082b5c !important;
    border: 1px solid #082b5c;
    border-radius: 7px;

    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.blog_area .about-btn::after {
    content: "→";
    color: #ff5a00;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.blog_area .about-btn:hover {
    background: #ff5a00 !important;
    border-color: #ff5a00;
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(255, 90, 0, 0.20);
}

.blog_area .about-btn:hover::after {
    color: #ffffff;
    transform: translateX(4px);
}


/* =========================================
   CARD IMAGE OVERLAY
========================================= */

.blog_area .single_blog::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 235px;

    background: linear-gradient(
        to bottom,
        rgba(8, 43, 92, 0.02),
        rgba(8, 43, 92, 0.10)
    );

    pointer-events: none;
    z-index: 2;

    opacity: 0;
    transition: opacity 0.35s ease;
}

.blog_area .single_blog:hover::after {
    opacity: 1;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .blog_area {
        padding: 90px 0 80px;
    }

    .blog_area .single_blog {
        min-height: 480px;
    }

    .blog_area .single_blog > img {
        height: 220px;
    }

    .blog_area .single_blog::after {
        height: 220px;
    }

    .blog_area .content_box {
        padding: 23px 24px 26px;
    }

    .blog_area .content_box h2 {
        font-size: 19px;
    }
}


@media (max-width: 991px) {

    .blog_area {
        padding: 80px 0 70px;
    }

    .blog_area .section-title {
        margin-bottom: 45px;
    }

    .blog_area .section-title h2 {
        font-size: 32px;
    }

    .blog_area .single_blog {
        min-height: 470px;
    }

    .blog_area .single_blog > img {
        height: 230px;
    }

    .blog_area .single_blog::after {
        height: 230px;
    }
}


@media (max-width: 767px) {

    .blog_area {
        padding: 65px 0 55px;
    }

    .blog_area .section-title {
        margin-bottom: 38px;
    }

    .blog_area .section-title h2 {
        font-size: 28px;
    }

    .blog_area .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .blog_area .row > .col-lg-4 {
        margin-bottom: 22px;
    }

    .blog_area .single_blog {
        min-height: auto;
    }

    .blog_area .single_blog > img {
        height: 230px;
    }

    .blog_area .single_blog::after {
        height: 230px;
    }

    .blog_area .content_box {
        padding: 23px 22px 25px;
    }

    .blog_area .content_box h2 {
        font-size: 20px;
    }

    .blog_area .content_box p {
        font-size: 14px;
    }

    .blog_area .about-btn {
        width: auto;
    }
}


@media (max-width: 480px) {

    .blog_area {
        padding: 55px 0 50px;
    }

    .blog_area .section-title h2 {
        font-size: 25px;
    }

    .blog_area .section-title p {
        font-size: 13px;
    }

    .blog_area .single_blog {
        border-radius: 13px;
    }

    .blog_area .single_blog > img {
        height: 210px;
    }

    .blog_area .single_blog::after {
        height: 210px;
    }

    .blog_area .content_box {
        padding: 21px 20px 23px;
    }

    .blog_area .content_box h2 {
        font-size: 18px;
    }

    .blog_area .content_box p {
        font-size: 13px;
        line-height: 1.7;
    }

    .blog_area .content_box > span {
        font-size: 9px;
    }

    .blog_area .about-btn {
        padding: 13px 22px;
        font-size: 12px;
    }
}

/* =========================================
   GENEXA INDUSTRIES WE SERVE
========================================= */

.feature {
    position: relative;
    padding: 100px 0 90px !important;
    background: #f7f9fc !important;
    overflow: hidden;
}


/* =========================================
   DECORATIVE BACKGROUND
========================================= */

.feature::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    top: -230px;
    right: -150px;
    background: rgba(255, 90, 0, 0.035);
    pointer-events: none;
}

.feature::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    bottom: -190px;
    left: -140px;
    background: rgba(8, 43, 92, 0.035);
    pointer-events: none;
}

.feature .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION HEADING
========================================= */

.feature .section-title {
    max-width: 760px;
    margin: 0 auto 55px;
}

.feature .section-title h2 {
    position: relative;
    margin: 0 0 16px;
    color: #082b5c;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.feature .section-title h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 17px auto 0;
    background: #ff5a00;
    border-radius: 10px;
}

.feature .section-title p {
    max-width: 700px;
    margin: 0 auto;
    color: #6f7884;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   INDUSTRY GRID
========================================= */

.feature .row:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
}

.feature .row:not(:first-child) > .col-lg-4 {
    margin-bottom: 25px;
}


/* =========================================
   INDUSTRY CARD
========================================= */

.feature .about_single {
    position: relative;

    height: 100%;
    min-height: 285px;

    padding: 35px 28px 30px !important;

    background: #ffffff;

    border: 1px solid #e7ebf0 !important;
    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(8, 43, 92, 0.05);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Remove old grid-style borders */

.feature .about_single {
    border-right: 1px solid #e7ebf0 !important;
    border-bottom: 1px solid #e7ebf0 !important;
}


/* Orange top line */

.feature .about_single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    background: #ff5a00;

    transition: width 0.35s ease;
}


/* Soft background glow */

.feature .about_single::after {
    content: "";
    position: absolute;

    width: 120px;
    height: 120px;

    right: -55px;
    bottom: -60px;

    border-radius: 50%;

    background: rgba(255, 90, 0, 0.045);

    transition:
        transform 0.4s ease,
        background 0.4s ease;
}


/* Hover */

.feature .about_single:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 90, 0, 0.25) !important;

    box-shadow:
        0 20px 45px rgba(8, 43, 92, 0.11);
}

.feature .about_single:hover::before {
    width: 100%;
}

.feature .about_single:hover::after {
    transform: scale(1.7);
    background: rgba(255, 90, 0, 0.07);
}


/* =========================================
   INDUSTRY ICON
========================================= */

.feature .about_single > span {
    position: relative;
    z-index: 2;

    width: 72px;
    height: 72px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    margin: 0 auto 22px !important;

    background: #f1f6fb;

    border-radius: 14px;

    color: #082b5c !important;

    font-size: 32px !important;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease;
}


/* Orange icon accent */

.feature .about_single > span::after {
    content: "";

    position: absolute;

    width: 8px;
    height: 8px;

    right: 7px;
    top: 7px;

    border-radius: 50%;

    background: #ff5a00;

    opacity: 0;

    transform: scale(0);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.feature .about_single:hover > span {
    background: #fff3ec;

    color: #ff5a00 !important;

    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(255, 90, 0, 0.10);
}

.feature .about_single:hover > span::after {
    opacity: 1;
    transform: scale(1);
}


/* =========================================
   INDUSTRY TITLE
========================================= */

.feature .about_single h4 {
    position: relative;
    z-index: 2;

    margin: 0 0 12px;

    color: #082b5c;

    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;

    transition: color 0.3s ease;
}

.feature .about_single:hover h4 {
    color: #ff5a00;
}


/* =========================================
   DESCRIPTION
========================================= */

.feature .about_single p {
    position: relative;
    z-index: 2;

    max-width: 300px;

    margin: 0 auto;

    color: #737c87 !important;

    font-size: 13px !important;
    line-height: 1.75 !important;
}


/* =========================================
   LEARN MORE
========================================= */

.feature .about_single > a {
    position: relative;
    z-index: 3;

    display: inline-flex !important;
    align-items: center;
    gap: 8px;

    margin-top: 18px !important;

    color: #082b5c !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.feature .about_single > a i {
    color: #ff5a00;

    font-size: 11px;

    transition: transform 0.3s ease;
}

.feature .about_single > a:hover {
    color: #ff5a00 !important;
    transform: translateX(3px);
}

.feature .about_single > a:hover i {
    transform: translateX(5px);
}


/* =========================================
   VIEW ALL INDUSTRIES BUTTON
========================================= */

.feature .about-btn {
    position: relative;
    z-index: 3;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 10px;

    padding: 14px 27px;

    background: #082b5c !important;

    border: 1px solid #082b5c;

    border-radius: 7px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.feature .about-btn::after {
    content: "→";

    color: #ff5a00;

    font-size: 16px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.feature .about-btn:hover {
    background: #ff5a00 !important;
    border-color: #ff5a00;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(255, 90, 0, 0.20);
}

.feature .about-btn:hover::after {
    color: #ffffff;
    transform: translateX(4px);
}


/* =========================================
   REMOVE OLD NO-PADDING BEHAVIOUR
========================================= */

.feature .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .feature {
        padding: 80px 0 70px !important;
    }

    .feature .section-title {
        margin-bottom: 45px;
    }

    .feature .section-title h2 {
        font-size: 32px;
    }

    .feature .about_single {
        min-height: 275px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .feature {
        padding: 65px 0 55px !important;
    }

    .feature .section-title {
        margin-bottom: 38px;
    }

    .feature .section-title h2 {
        font-size: 28px;
    }

    .feature .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .feature .row:not(:first-child) > .col-lg-4 {
        margin-bottom: 20px;
    }

    .feature .about_single {
        min-height: auto;

        padding: 30px 22px 28px !important;
    }

    .feature .about_single > span {
        width: 68px;
        height: 68px;

        margin-bottom: 19px !important;

        font-size: 30px !important;
    }

    .feature .about_single h4 {
        font-size: 19px;
    }

    .feature .about_single p {
        font-size: 13px !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .feature {
        padding: 55px 0 50px !important;
    }

    .feature .section-title h2 {
        font-size: 25px;
    }

    .feature .section-title p {
        font-size: 13px;
    }

    .feature .about_single {
        padding: 27px 20px 25px !important;
        border-radius: 13px;
    }

    .feature .about_single > span {
        width: 64px;
        height: 64px;

        font-size: 28px !important;
    }

    .feature .about_single h4 {
        font-size: 18px;
    }

    .feature .about-btn {
        padding: 13px 22px;
        font-size: 12px;
    }
}


/* =========================================
   GENEXA FAQ SECTION
========================================= */

.process_area {
    position: relative;
    padding: 50px 0 90px !important;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.process_area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    top: -230px;
    right: -170px;
    background: rgba(255, 90, 0, 0.035);
    pointer-events: none;
}

.process_area::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: -180px;
    left: -150px;
    background: rgba(8, 43, 92, 0.035);
    pointer-events: none;
}

.process_area .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION TITLE
========================================= */

.process_area .section-title {
    max-width: 760px;
    margin: 0 auto 50px;
}

.process_area .section-title h2 {
    margin: 0 0 15px;

    color: #082b5c;

    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.process_area .section-title h2::after {
    content: "";
    display: block;

    width: 55px;
    height: 3px;

    margin: 17px auto 0;

    background: #ff5a00;

    border-radius: 10px;
}

.process_area .section-title p {
    max-width: 680px;

    margin: 0 auto;

    color: #707985;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   FAQ CONTAINER
========================================= */

.process_area #faqAccordion {
    position: relative;

    padding: 8px;

    background: #f7f9fc;

    border: 1px solid #e7ebf0;

    border-radius: 16px;

    box-shadow:
        0 10px 35px rgba(8, 43, 92, 0.055);
}


/* =========================================
   FAQ CARD
========================================= */

.process_area #faqAccordion .card {
    position: relative;

    margin: 0 !important;

    background: #ffffff;

    border: 1px solid transparent !important;
    border-bottom: 1px solid #e9edf2 !important;

    border-radius: 0 !important;

    overflow: hidden;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.process_area #faqAccordion .card:first-child {
    border-radius: 10px 10px 0 0 !important;
}

.process_area #faqAccordion .card:last-child {
    border-bottom: none !important;
    border-radius: 0 0 10px 10px !important;
}


/* =========================================
   ORANGE ACTIVE INDICATOR
========================================= */

.process_area #faqAccordion .card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 0;

    background: #ff5a00;

    transition: width 0.3s ease;

    z-index: 3;
}


/* Active/open card */

.process_area #faqAccordion .card:has(.collapse.show) {
    background: #fff;

    border-color: #edf0f4 !important;

    box-shadow:
        0 8px 25px rgba(8, 43, 92, 0.06);

    z-index: 2;
}

.process_area #faqAccordion .card:has(.collapse.show)::before {
    width: 4px;
}


/* =========================================
   FAQ HEADER
========================================= */

.process_area #faqAccordion .card-header {
    background: transparent !important;

    border: none !important;

    padding: 0 !important;
}


/* =========================================
   FAQ BUTTON
========================================= */

.process_area #faqAccordion .card-header button {
    position: relative;

    display: flex !important;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    min-height: 68px;

    padding: 20px 24px 20px 25px !important;

    background: transparent !important;

    border: none !important;

    outline: none !important;

    color: #082b5c !important;

    font-size: 15px !important;
    line-height: 1.5;
    font-weight: 700 !important;

    text-align: left;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}


/* Hover */

.process_area #faqAccordion .card-header button:hover {
    color: #ff5a00 !important;
}


/* Active button */

.process_area #faqAccordion .card:has(.collapse.show) .card-header button {
    color: #ff5a00 !important;
}


/* =========================================
   PLUS / MINUS ICON
========================================= */

.process_area #faqAccordion .card-header button i {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    margin-left: 20px !important;

    background: #f1f5f9;

    border-radius: 50%;

    color: #082b5c;

    font-size: 12px !important;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;
}


/* Active icon */

.process_area #faqAccordion .card:has(.collapse.show)
.card-header button i {
    background: #ff5a00;

    color: #ffffff;

    transform: rotate(180deg);
}


/* =========================================
   FAQ ANSWER
========================================= */

.process_area #faqAccordion .collapse > div {
    padding: 0 75px 23px 25px !important;

    color: #6f7884 !important;

    font-size: 14px !important;

    line-height: 1.8 !important;
}


/* =========================================
   FAQ ANSWER LEFT ACCENT
========================================= */

.process_area #faqAccordion .collapse.show > div {
    animation: genexaFaqAnswer 0.35s ease;
}

@keyframes genexaFaqAnswer {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================
   STILL HAVE QUESTIONS
========================================= */

.process_area #faqAccordion + div {
    margin-top: 28px !important;
}

.process_area #faqAccordion + div p {
    margin: 0;

    color: #747d87 !important;

    font-size: 14px !important;
}

.process_area #faqAccordion + div a {
    position: relative;

    margin-left: 5px;

    color: #082b5c !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    transition: color 0.3s ease;
}

.process_area #faqAccordion + div a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -4px;

    width: 0;
    height: 2px;

    background: #ff5a00;

    transition: width 0.3s ease;
}

.process_area #faqAccordion + div a:hover {
    color: #ff5a00 !important;
}

.process_area #faqAccordion + div a:hover::after {
    width: 100%;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .process_area {
        padding: 60px 0 70px !important;
    }

    .process_area .section-title {
        margin-bottom: 42px;
    }

    .process_area .section-title h2 {
        font-size: 32px;
    }

    .process_area #faqAccordion {
        padding: 7px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .process_area {
        padding: 65px 0 55px !important;
    }

    .process_area .section-title {
        margin-bottom: 35px;
    }

    .process_area .section-title h2 {
        font-size: 28px;
    }

    .process_area .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .process_area #faqAccordion {
        padding: 5px;

        border-radius: 12px;
    }

    .process_area #faqAccordion .card:first-child {
        border-radius: 8px 8px 0 0 !important;
    }

    .process_area #faqAccordion .card:last-child {
        border-radius: 0 0 8px 8px !important;
    }

    .process_area #faqAccordion .card-header button {
        min-height: 62px;

        padding: 17px 17px 17px 20px !important;

        font-size: 14px !important;
    }

    .process_area #faqAccordion .card-header button i {
        width: 31px;
        height: 31px;

        flex: 0 0 31px;

        margin-left: 12px !important;

        font-size: 11px !important;
    }

    .process_area #faqAccordion .collapse > div {
        padding: 0 55px 20px 20px !important;

        font-size: 13px !important;

        line-height: 1.75 !important;
    }

    .process_area #faqAccordion + div {
        margin-top: 22px !important;
    }

    .process_area #faqAccordion + div p {
        font-size: 13px !important;
        line-height: 1.7;
    }

    .process_area #faqAccordion + div a {
        display: inline-block;
        margin-top: 3px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .process_area {
        padding: 55px 0 50px !important;
    }

    .process_area .section-title h2 {
        font-size: 25px;
    }

    .process_area .section-title p {
        font-size: 13px;
    }

    .process_area #faqAccordion .card-header button {
        padding: 16px 14px 16px 17px !important;

        font-size: 13px !important;
    }

    .process_area #faqAccordion .card-header button i {
        width: 29px;
        height: 29px;

        flex: 0 0 29px;
    }

    .process_area #faqAccordion .collapse > div {
        padding: 0 45px 18px 17px !important;

        font-size: 12.5px !important;
    }
}

/* ================================= */
/* =========================================
   GENEXA PARTNER / CLIENT LOGOS
========================================= */

.partner-logo {
    position: relative;
    padding: 30px 0 70px !important;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.partner-logo::before {
    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    top: -220px;
    left: -150px;

    border-radius: 50%;

    background: rgba(8, 43, 92, 0.025);

    pointer-events: none;
}

.partner-logo::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: -140px;
    bottom: -190px;

    border-radius: 50%;

    background: rgba(255, 90, 0, 0.035);

    pointer-events: none;
}

.partner-logo .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   PARTNER TITLE
========================================= */

.partner-logo .partner_title {
    margin-bottom: 38px;
}

.partner-logo .partner_title h3 {
    position: relative;

    display: inline-block;

    margin: 0;

    padding-bottom: 15px;

    color: #082b5c;

    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
}


/* Orange underline */

.partner-logo .partner_title h3::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 48px;
    height: 3px;

    background: #ff5a00;

    border-radius: 10px;

    transform: translateX(-50%);
}


/* =========================================
   PARTNER LOGO WRAPPER
========================================= */

.partner-logo .partner {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 18px;

    width: 100%;
}


/* =========================================
   INDIVIDUAL PARTNER CARD
========================================= */

.partner-logo .partner > a {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 175px;
    height: 95px;

    padding: 15px 20px;

    background: #ffffff;

    border: 1px solid #e8edf3;

    border-radius: 10px;

    text-decoration: none;

    overflow: hidden;

    box-shadow:
        0 5px 20px rgba(8, 43, 92, 0.045);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}


/* Top orange line */

.partner-logo .partner > a::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 0;
    height: 3px;

    background: #ff5a00;

    transition: width 0.35s ease;
}


/* Subtle background glow */

.partner-logo .partner > a::after {
    content: "";

    position: absolute;

    width: 100px;
    height: 100px;

    right: -65px;
    bottom: -65px;

    border-radius: 50%;

    background: rgba(255, 90, 0, 0.04);

    transition: transform 0.4s ease;
}


/* =========================================
   LOGO IMAGE
========================================= */

.partner-logo .partner > a img {
    position: relative;
    z-index: 2;

    display: block;

    max-width: 135px;
    max-height: 55px;

    width: auto;
    height: auto;

    object-fit: contain;

    opacity: 0.65;

    filter: grayscale(100%);

    transition:
        opacity 0.35s ease,
        filter 0.35s ease,
        transform 0.35s ease;
}


/* =========================================
   HOVER
========================================= */

.partner-logo .partner > a:hover {
    transform: translateY(-6px);

    background: #ffffff;

    border-color: rgba(255, 90, 0, 0.22);

    box-shadow:
        0 15px 35px rgba(8, 43, 92, 0.10);
}

.partner-logo .partner > a:hover::before {
    width: 100%;
}

.partner-logo .partner > a:hover::after {
    transform: scale(1.7);
}

.partner-logo .partner > a:hover img {
    opacity: 1;

    filter: grayscale(0%);

    transform: scale(1.04);
}


/* =========================================
   LOGO WITHOUT WEBSITE LINK
========================================= */

.partner-logo .partner > a[href="#"] {
    cursor: default;
}


/* =========================================
   TRUST TEXT
========================================= */

.partner-logo .partner_title::before {
    content: "OUR CLIENTS";

    display: block;

    margin-bottom: 8px;

    color: #ff5a00;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .partner-logo {
        padding: 65px 0 60px !important;
    }

    .partner-logo .partner_title {
        margin-bottom: 32px;
    }

    .partner-logo .partner_title h3 {
        font-size: 23px;
    }

    .partner-logo .partner {
        gap: 15px;
    }

    .partner-logo .partner > a {
        width: 160px;
        height: 90px;
    }

    .partner-logo .partner > a img {
        max-width: 125px;
        max-height: 50px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .partner-logo {
        padding: 55px 0 50px !important;
    }

    .partner-logo .partner_title {
        margin-bottom: 28px;
    }

    .partner-logo .partner_title::before {
        font-size: 9px;
        letter-spacing: 1.7px;
    }

    .partner-logo .partner_title h3 {
        font-size: 21px;
        padding-bottom: 13px;
    }

    .partner-logo .partner {
        gap: 12px;
    }

    .partner-logo .partner > a {
        width: calc(50% - 8px);
        height: 82px;

        padding: 12px 15px;

        border-radius: 9px;
    }

    .partner-logo .partner > a img {
        max-width: 110px;
        max-height: 45px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .partner-logo {
        padding: 48px 0 45px !important;
    }

    .partner-logo .partner_title h3 {
        font-size: 19px;
    }

    .partner-logo .partner > a {
        width: calc(50% - 6px);
        height: 75px;

        padding: 10px;
    }

    .partner-logo .partner > a img {
        max-width: 95px;
        max-height: 40px;
    }
}



/* =========================================================
   GENEXA INDUSTRIES PAGE
   Premium Industry Cards
========================================================= */

.service-page {
    position: relative;
    padding: 20px 0 100px !important;
    background: #f7f9fc;
    overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.service-page::before {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    top: -260px;
    right: -200px;

    border-radius: 50%;

    background: rgba(255, 90, 0, 0.035);

    pointer-events: none;
}

.service-page::after {
    content: "";
    position: absolute;

    width: 400px;
    height: 400px;

    bottom: -250px;
    left: -200px;

    border-radius: 50%;

    background: rgba(8, 43, 92, 0.035);

    pointer-events: none;
}

.service-page .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   GRID
========================================================= */

.service-page .row {
    display: flex;
    flex-wrap: wrap;
}

.service-page .row > .col-lg-4 {
    margin-bottom: 30px !important;
}


/* =========================================================
   MAIN INDUSTRY CARD
========================================================= */

.service-page .single_service {
    position: relative;

    height: 100% !important;
    min-height: 425px;

    display: flex !important;
    flex-direction: column;

    padding: 20px !important;

    background: #ffffff;

    border: 1px solid #e6ebf1;

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(8, 43, 92, 0.055);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Orange top accent */

.service-page .single_service::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    background: #ff5a00;

    z-index: 10;

    transition: width 0.4s ease;
}


/* Soft card glow */

.service-page .single_service::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -100px;
    bottom: -100px;

    border-radius: 50%;

    background: rgba(255, 90, 0, 0.035);

    transition:
        transform 0.45s ease,
        background 0.45s ease;

    pointer-events: none;
}


/* Hover */

.service-page .single_service:hover {
    transform: translateY(-9px);

    border-color: rgba(255, 90, 0, 0.20);

    box-shadow:
        0 22px 50px rgba(8, 43, 92, 0.12);
}

.service-page .single_service:hover::before {
    width: 100%;
}

.service-page .single_service:hover::after {
    transform: scale(1.5);

    background: rgba(255, 90, 0, 0.065);
}


/* =========================================================
   INDUSTRY IMAGE
========================================================= */

.service-page .single_service > div:first-child {
    position: relative;

    height: 190px !important;

    margin: -20px -20px 22px !important;

    border-radius: 15px 15px 0 0 !important;

    overflow: hidden;

    background: #082b5c;
}


/* Image */

.service-page .single_service > div:first-child img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover;

    opacity: 0.82 !important;

    filter: saturate(0.9);

    transition:
        transform 0.6s ease,
        opacity 0.4s ease,
        filter 0.4s ease;
}


/* Image overlay */

.service-page .single_service > div:first-child > div {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    background:
        linear-gradient(
            180deg,
            rgba(8, 43, 92, 0.88) 0%,
            rgba(8, 43, 92, 0.25) 55%,
            rgba(8, 43, 92, 0.05) 100%
        ) !important;

    pointer-events: none;
}


/* Image hover */

.service-page .single_service:hover > div:first-child img {
    transform: scale(1.08);

    opacity: 0.95 !important;

    filter: saturate(1.05);
}


/* =========================================================
   ICON + TITLE WRAPPER
========================================================= */

.service-page .single_service > div:nth-child(2) {
    position: relative;
    z-index: 4;

    display: flex !important;

    align-items: center;

    gap: 13px !important;

    margin-bottom: 13px !important;
}


/* =========================================================
   INDUSTRY ICON
========================================================= */

.service-page .single_service > div:nth-child(2) > span {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: #fff3ec;

    border-radius: 12px;

    color: #ff5a00 !important;

    font-size: 25px !important;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Icon hover */

.service-page .single_service:hover > div:nth-child(2) > span {
    background: #082b5c;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(8, 43, 92, 0.15);
}


/* =========================================================
   INDUSTRY TITLE
========================================================= */

.service-page .single_service > div:nth-child(2) h3 {
    margin: 0 !important;

    color: #082b5c;

    font-size: 20px !important;
    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.service-page .single_service:hover > div:nth-child(2) h3 {
    color: #ff5a00;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.service-page .single_service > p {
    position: relative;
    z-index: 3;

    flex: 1;

    margin: 0 !important;

    color: #707985;

    font-size: 14px !important;

    line-height: 1.8 !important;
}


/* =========================================================
   LEARN MORE BUTTON
========================================================= */

.service-page .single_service > a {
    position: relative;
    z-index: 5;

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    align-self: flex-start;

    gap: 8px;

    margin-top: 20px !important;

    padding: 11px 19px !important;

    background: #082b5c !important;

    border: 1px solid #082b5c;

    border-radius: 6px !important;

    color: #ffffff !important;

    font-size: 12px !important;

    font-weight: 700 !important;

    line-height: 1.3;

    text-decoration: none !important;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Arrow */

.service-page .single_service > a::after {
    content: "→";

    color: #ff5a00;

    font-size: 15px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


/* Button hover */

.service-page .single_service > a:hover {
    background: #ff5a00 !important;

    border-color: #ff5a00;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(255, 90, 0, 0.20);
}

.service-page .single_service > a:hover::after {
    color: #ffffff;

    transform: translateX(4px);
}


/* =========================================================
   DISABLE OLD COLOR SYSTEM
   Keeps all cards consistent with Genexa branding
========================================================= */

.service-page .single_service span[style*="color:"] {
    color: #ff5a00 !important;
}


/* =========================================================
   CARD IMAGE TOP SPACING FIX
========================================================= */

.service-page .single_service > div:first-child + div {
    margin-top: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .service-page {
        padding: 10px 0 75px !important;
    }

    .service-page .single_service {
        min-height: 415px;
    }

    .service-page .single_service > div:first-child {
        height: 180px !important;
    }

    .service-page .single_service > div:nth-child(2) h3 {
        font-size: 19px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .service-page {
        padding: 5px 0 60px !important;
    }

    .service-page .row > .col-lg-4 {
        margin-bottom: 20px !important;
    }

    .service-page .single_service {
        min-height: auto;

        padding: 18px !important;

        border-radius: 14px;
    }

    .service-page .single_service > div:first-child {
        height: 200px !important;

        margin: -18px -18px 20px !important;

        border-radius: 13px 13px 0 0 !important;
    }

    .service-page .single_service > div:nth-child(2) {
        gap: 11px !important;
    }

    .service-page .single_service > div:nth-child(2) > span {
        width: 48px;
        height: 48px;

        flex: 0 0 48px;

        font-size: 23px !important;
    }

    .service-page .single_service > div:nth-child(2) h3 {
        font-size: 18px !important;
    }

    .service-page .single_service > p {
        font-size: 13px !important;

        line-height: 1.75 !important;
    }

    .service-page .single_service > a {
        margin-top: 18px !important;

        padding: 10px 17px !important;

        font-size: 12px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .service-page {
        padding: 0 0 50px !important;
    }

    .service-page .single_service {
        padding: 17px !important;

        border-radius: 13px;
    }

    .service-page .single_service > div:first-child {
        height: 180px !important;

        margin: -17px -17px 19px !important;
    }

    .service-page .single_service > div:nth-child(2) > span {
        width: 45px;
        height: 45px;

        flex: 0 0 45px;

        font-size: 21px !important;
    }

    .service-page .single_service > div:nth-child(2) h3 {
        font-size: 17px !important;
    }

    .service-page .single_service > p {
        font-size: 13px !important;
    }
}