/* =========================================================
   NEXIVOTEK MINDS LLP
   BRAND FOUNDATION
   Custom CSS
   ========================================================= */

:root {

    /* -----------------------------------------
       PRIMARY BRAND COLOURS
    ----------------------------------------- */

    --nx-blue: #01329C;
    --nx-green: #09704A;
    --nx-maroon: #7D0727;


    /* -----------------------------------------
       NEUTRAL COLOURS
    ----------------------------------------- */

    --nx-white: #FFFFFF;
    --nx-dark: #111827;
    --nx-text: #4B5563;
    --nx-light-bg: #F8FAFC;
    --nx-border: #E5E7EB;


    /* -----------------------------------------
       BRAND SEMANTIC COLOURS
    ----------------------------------------- */

    --nx-primary: var(--nx-blue);
    --nx-secondary: var(--nx-green);
    --nx-accent: var(--nx-maroon);

}


/* =========================================================
   BRAND TEXT COLOURS
   ========================================================= */

.nx-blue {
    color: var(--nx-blue) !important;
}

.nx-green {
    color: var(--nx-green) !important;
}

.nx-maroon {
    color: var(--nx-maroon) !important;
}


/* =========================================================
   BRAND BACKGROUND COLOURS
   ========================================================= */

.nx-bg-blue {
    background-color: var(--nx-blue);
}

.nx-bg-green {
    background-color: var(--nx-green);
}

.nx-bg-maroon {
    background-color: var(--nx-maroon);
}


/* =========================================================
   BRAND BORDER COLOURS
   ========================================================= */

.nx-border-blue {
    border-color: var(--nx-blue);
}

.nx-border-green {
    border-color: var(--nx-green);
}

.nx-border-maroon {
    border-color: var(--nx-maroon);
}


/* =========================================================
   COMPANY BRANDING
   ========================================================= */

.nx-company-name {
    color: var(--nx-blue);
    font-weight: 700;
}

.nx-company-maroon {
    color: var(--nx-maroon);
    font-weight: 700;
}

/* =========================================================
   HERO BRAND ACCENTS
   ========================================================= */

.nx-banner-blue {
    color: var(--nx-blue);
}

.nx-banner-green {
    color: var(--nx-green);
}

.nx-banner-maroon {
    color: var(--nx-maroon);
}

/* =========================================================
   NEXIVOTEKMINDS BRAND COLOUR UTILITIES
   ========================================================= */

/* ---------- Text Colours ---------- */

.nx-text-primary {
    color: var(--nx-primary) !important;
}

.nx-text-secondary {
    color: var(--nx-secondary) !important;
}

.nx-text-accent {
    color: var(--nx-accent) !important;
}


/* ---------- Background Colours ---------- */

.nx-bg-primary {
    background-color: var(--nx-primary) !important;
}

.nx-bg-secondary {
    background-color: var(--nx-secondary) !important;
}

.nx-bg-accent {
    background-color: var(--nx-accent) !important;
}


/* ---------- Border Colours ---------- */

.nx-border-primary {
    border-color: var(--nx-primary) !important;
}

.nx-border-secondary {
    border-color: var(--nx-secondary) !important;
}

.nx-border-accent {
    border-color: var(--nx-accent) !important;
}


/* =========================================================
   NEXIVOTEKMINDS BRAND BUTTONS
   ========================================================= */

.nx-btn-primary {
    background-color: var(--nx-primary);
    border-color: var(--nx-primary);
    color: var(--nx-white);
}

.nx-btn-primary:hover,
.nx-btn-primary:focus {
    background-color: var(--nx-green);
    border-color: var(--nx-green);
    color: var(--nx-white);
}


.nx-btn-secondary {
    background-color: var(--nx-secondary);
    border-color: var(--nx-secondary);
    color: var(--nx-white);
}

.nx-btn-secondary:hover,
.nx-btn-secondary:focus {
    background-color: var(--nx-primary);
    border-color: var(--nx-primary);
    color: var(--nx-white);
}


.nx-btn-accent {
    background-color: var(--nx-accent);
    border-color: var(--nx-accent);
    color: var(--nx-white);
}

.nx-btn-accent:hover,
.nx-btn-accent:focus {
    background-color: var(--nx-primary);
    border-color: var(--nx-primary);
    color: var(--nx-white);
}

/* =========================================================
   NEXIVOTEK MINDS
   ABOUT SECTION — EXPERIENCE BADGE
   ========================================================= */

.left-thumbnail-about-area-two {
    position: relative;
}


/* ---------------------------------------------------------
   BADGE
   --------------------------------------------------------- */
.nx-banner-highlight {
    color: var(--nx-green);;
}

.nx-experience-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;

    display: flex;
    align-items: center;

    width: 200px;
    height: 100px;

    padding: 8px 12px;

    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.94);

    border-left: 3px solid var(--nx-blue);
    border-radius: 4px;

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);

    z-index: 20;
}


/* ---------------------------------------------------------
   15+
   --------------------------------------------------------- */

.nx-experience-number {
    display: flex;
    align-items: baseline;

    flex-shrink: 0;

    margin: 0;
    padding: 0;

    line-height: 1;
}

.nx-experience-number span {
    color: var(--nx-blue);

    font-family: inherit;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.nx-experience-number b {
    margin-left: 2px;

    color: var(--nx-green);

    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}


/* ---------------------------------------------------------
   TEXT
   --------------------------------------------------------- */

.nx-experience-copy {
    position: relative;

    margin-left: 11px;
    padding-left: 10px;

    height: 32px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Small maroon divider */

.nx-experience-copy::before {
    content: "";

    position: absolute;
    left: 0;
    top: 1px;

    width: 2px;
    height: 30px;

    background: var(--nx-maroon);
}


/* Years of */

.nx-experience-copy span {
    display: block;

    margin: 0;

    color: #777;

    font-size: 14px;
    line-height: 11px;
    font-weight: 500;
}


/* Expertise */

.nx-experience-copy strong {
    display: block;

    margin: 1px 0 0;

    color: #1b1b1b;

    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
}

.nx-section-intro {
    max-width: 680px;
    margin: 15px auto 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.nx-services-section {
    padding-bottom: 100px !important;
}

/* =========================================================
   NEXIVOTEK - INDUSTRIES
   ========================================================= */

.nx-industries-section {
    position: relative;
    margin-top: 100px !important;
    padding-top: 40px !important;
    padding-bottom: 100px !important;
    clear: both;
}

@media (max-width: 991px) {
    .nx-industries-section {
        margin-top: 70px !important;
        padding-top: 30px !important;
        padding-bottom: 70px !important;
    }
}

@media (max-width: 575px) {
    .nx-industries-section {
        margin-top: 50px !important;
        padding-top: 20px !important;
        padding-bottom: 50px !important;
    }
}
.nx-industries-section .nx-section-intro {
    max-width: 700px;
    margin: 15px auto 0;
}


/* Industry icon consistency */
/* =========================================================
   NEXIVOTEK - INDUSTRY CARDS
   ========================================================= */

.nx-industries-section .rts-industries-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

.nx-industries-section .rts-industries-wrapper .row > div {
    display: flex;
}


/* =========================================================
   NEXIVOTEK INDUSTRY ICONS
   Mask-based SVG colour control
   ========================================================= */

.nx-industry-icon {
    width: 64px !important;
    height: 64px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50% !important;

    /* Default circle */
    background-color: #f1f4f7;

    position: relative;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}


/* Actual SVG shape */

.nx-industry-icon::before {
    content: "";

    width: 32px;
    height: 32px;

    display: block;

    background-color: #222;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}
/* Manufacturing */

.nx-manufacturing::before {
    -webkit-mask-image: url("../images/industries/manufacturing.svg");
    mask-image: url("../images/industries/manufacturing.svg");
}


/* Retail */

.nx-retail::before {
    -webkit-mask-image: url("../images/industries/retail-ecommerce.svg");
    mask-image: url("../images/industries/retail-ecommerce.svg");
}


/* Finance */

.nx-finance::before {
    -webkit-mask-image: url("../images/industries/finance-fintech.svg");
    mask-image: url("../images/industries/finance-fintech.svg");
}


/* Logistics */

.nx-logistics::before {
    -webkit-mask-image: url("../images/industries/logistics.svg");
    mask-image: url("../images/industries/logistics.svg");
}


/* Real Estate */

.nx-realestate::before {
    -webkit-mask-image: url("../images/industries/real-estate.svg");
    mask-image: url("../images/industries/real-estate.svg");
}


/* Healthcare */

.nx-healthcare::before {
    -webkit-mask-image: url("../images/industries/healthcare.svg");
    mask-image: url("../images/industries/healthcare.svg");
}


/* Education */

.nx-education::before {
    -webkit-mask-image: url("../images/industries/education.svg");
    mask-image: url("../images/industries/education.svg");
}


/* Professional Services */

.nx-professional::before {
    -webkit-mask-image: url("../images/industries/professional-services.svg");
    mask-image: url("../images/industries/professional-services.svg");
}
/* =========================================================
   INDUSTRY COLOUR SYSTEM
   ========================================================= */


/* Manufacturing */

.nx-industry-item:hover .nx-manufacturing {
    background-color: rgba(71, 117, 143, 0.12);
}

.nx-industry-item:hover .nx-manufacturing::before {
    background-color: #47758f;
}


/* Retail */

.nx-industry-item:hover .nx-retail {
    background-color: rgba(217, 119, 6, 0.12);
}

.nx-industry-item:hover .nx-retail::before {
    background-color: #d97706;
}


/* Finance */

.nx-industry-item:hover .nx-finance {
    background-color: rgba(54, 142, 75, 0.12);
}

.nx-industry-item:hover .nx-finance::before {
    background-color: #368e4b;
}


/* Logistics */

.nx-industry-item:hover .nx-logistics {
    background-color: rgba(24, 91, 150, 0.12);
}

.nx-industry-item:hover .nx-logistics::before {
    background-color: #185b96;
}


/* Real Estate */

.nx-industry-item:hover .nx-realestate {
    background-color: rgba(128, 32, 47, 0.12);
}

.nx-industry-item:hover .nx-realestate::before {
    background-color: #80202f;
}


/* Healthcare */

.nx-industry-item:hover .nx-healthcare {
    background-color: rgba(214, 69, 69, 0.12);
}

.nx-industry-item:hover .nx-healthcare::before {
    background-color: #d64545;
}


/* Education */

.nx-industry-item:hover .nx-education {
    background-color: rgba(118, 84, 166, 0.12);
}

.nx-industry-item:hover .nx-education::before {
    background-color: #7654a6;
}


/* Professional Services */

.nx-industry-item:hover .nx-professional {
    background-color: rgba(40, 127, 123, 0.12);
}

.nx-industry-item:hover .nx-professional::before {
    background-color: #287f7b;
}
/* =========================================================
   NEXIVOTEK - WORK PROCESS
   ========================================================= */

.nx-work-process .single-working-process-one {
    min-height: 135px;
}

.nx-work-process .single-working-process-one .disc {
    max-width: 430px;
}

/* =========================================================
   NEXIVOTEK - HOME CONTACT
   ========================================================= */

.nx-home-contact .nx-contact-intro {
    max-width: 500px;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.85;
}


/* Keep the form button as a real button */
.nx-home-contact button.rts-btn {
    border: 0;
    cursor: pointer;
}


/* Mobile spacing */
@media (max-width: 991px) {

    .nx-home-contact .nx-contact-intro {
        max-width: 100%;
    }

}
/* =========================================================
   NEXIVOTEK FOOTER
   ========================================================= */

.nx-footer-tagline {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.nx-footer-tagline span {
    margin: 0 5px;
    opacity: 0.5;
}


/* ---------------------------------------------------------
   Contact address
   --------------------------------------------------------- */

.nx-footer-address {
    margin: 0;
    padding: 0;
    font-style: normal;
    color: #1C2539;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}


/* ---------------------------------------------------------
   Contact links
   --------------------------------------------------------- */

.nx-footer .contact-info-1 .disc a {
    display: block;
}


/* ---------------------------------------------------------
   Social icons
   --------------------------------------------------------- */

.nx-footer .social-area-wrapper-two a {
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.nx-footer .social-area-wrapper-two a:hover {
    transform: translateY(-2px);
}


/* ---------------------------------------------------------
   Copyright
   --------------------------------------------------------- */

.nx-copyright .copyright-h-2-wrapper {
    align-items: center;
}

/* Nexivotek top-bar branding */
.nx-top-brand span {
    margin: 0 4px;
    opacity: .5;
}

/* =========================================================
   NEXIVOTEKMINDS - ABOUT BADGE
   ========================================================= */

.nx-about-badge {
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 155px;
    padding: 25px 35px;

    background: var(--nx-white);
    border: 1px solid var(--nx-border);
    border-radius: 50px;

    box-shadow: 0 10px 30px rgba(1, 50, 156, 0.12);

    z-index: 5;
}

.nx-about-badge-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: var(--nx-blue);
}

.nx-about-badge-text {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--nx-dark);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.nx-text-blue {
    color: var(--nx-blue);
}


/* Keep badge correctly positioned over the image area */
.about-6-thumbnail-left-wrapper {
    position: relative;
}


/* Mobile */
@media (max-width: 575px) {

    .nx-about-badge {
        left: 50%;
        bottom: 15px;
        min-width: 145px;
        padding: 9px 14px;
    }

    .nx-about-badge-number {
        font-size: 23px;
    }

    .nx-about-badge-text {
        font-size: 10px;
    }
}

/* =========================================================
   NEXIVOTEKMINDS - ABOUT HIGHLIGHTS
   ========================================================= */

.nx-about-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nx-about-highlight {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 11px 14px;
    border: 1px solid var(--nx-border);
    border-radius: 8px;
    background: var(--nx-white);
    transition: all 0.3s ease;
}

.nx-about-highlight-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(1, 50, 156, 0.08);
    color: var(--nx-green);

    font-size: 14px;
    transition: all 0.3s ease;
}

.nx-about-highlight h6 {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--nx-dark);
}

.nx-about-highlight p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: var(--nx-text);
}

/* Hover */
.nx-about-highlight:hover {
    border-color: rgba(1, 50, 156, 0.25);
    transform: translateX(4px);
    box-shadow: 0 8px 22px rgba(1, 50, 156, 0.08);
}

.nx-about-highlight:hover .nx-about-highlight-icon {
    background: var(--nx-blue);
    color: var(--nx-white);
}


/* Mobile */
@media (max-width: 575px) {

    .nx-about-highlight {
        padding: 10px 12px;
    }

    .nx-about-highlight h6 {
        font-size: 14px;
    }

    .nx-about-highlight p {
        font-size: 12px;
    }
}

/* -----------------------------------------
   WHY CHOOSE US — CORPORATE HEADING
----------------------------------------- */

.nx-section-label {
    display: inline-block;
    padding: 5px;
    color: var(--nx-maroon) !important;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.2;
}

.nx-text {
    color: var(--nx-dark);
}


/* =========================================
   WHY CHOOSE US — CORPORATE TAB NAVIGATION
========================================= */

.why-choose-nav-wrapper .nav-tabs {
    gap: 8px;
    border: 0;
    display: flex;
    flex-wrap: nowrap;
}

.why-choose-nav-wrapper .nav-item {
    flex: 1 1 0;
    min-width: 0;
}

.why-choose-nav-wrapper .nav-link {
    width: 100%;
    min-height: 58px;
    padding: 12px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    border: 1px solid var(--nx-border);
    border-radius: 6px;

    background: var(--nx-white);
    color: var(--nx-dark);

    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.1px;
    text-align: left;

    transition: all 0.25s ease;
}

/* Icon */
.why-choose-nav-wrapper .nav-link .icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: var(--nx-light-bg);
    color: var(--nx-primary);

    font-size: 24px;

    transition: all 0.25s ease;
}

/* Hover */
.why-choose-nav-wrapper .nav-link:hover {
    border-color: var(--nx-primary);
    color: var(--nx-primary);
}

/* Active */
.why-choose-nav-wrapper .nav-link.active {
    background: var(--nx-primary);
    border-color: var(--nx-primary);
    color: var(--nx-white);
}

.why-choose-nav-wrapper .nav-link.active .icon {
    color: var(--nx-green);
}

/* =========================================================
   NEXIVOTEKMINDS — VISION & MISSION
   ========================================================= */

.nx-vision-mission {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Section label */
.nx-vision-mission .nx-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--nx-primary);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nx-label-line {
    width: 28px;
    height: 3px;
    display: inline-block;
    background: linear-gradient(
        90deg,
        var(--nx-blue),
        var(--nx-green)
    );
    border-radius: 10px;
}

/* Main heading */
.nx-vision-mission .title {
    color: var(--nx-dark);
    font-weight: 700;
    line-height: 1.15;
}

.nx-text-highlight {
    color: var(--nx-green);
}

/* Mission / Vision blocks */
.nx-mv-item {
    position: relative;
    padding: 22px 24px;
    margin-bottom: 20px;
    border: 1px solid var(--nx-border);
    border-radius: 14px;
    background: var(--nx-white);
    transition: all 0.3s ease;
}

.nx-mv-item:hover {
    border-color: var(--nx-primary);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(1, 50, 156, 0.08);
}

/* Icon */
.nx-mv-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.nx-mv-icon img {
    width: 28px;
    height: 28px;
}

/* Mission colour */
.nx-mission-icon {
    background: rgba(1, 50, 156, 0.10);
}

/* Vision colour */
.nx-vision-icon {
    background: rgba(9, 112, 74, 0.10);
}

/* Hover */
.nx-mv-item:hover .nx-mission-icon {
    background: var(--nx-blue);
}

.nx-mv-item:hover .nx-vision-icon {
    background: var(--nx-green);
}

/* Number */
.nx-mv-number {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--nx-text);
    opacity: 0.55;
}

/* Titles */
.nx-mv-item .title {
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 700;
}

.nx-mv-item:first-child .title {
    color: var(--nx-blue);
}

.nx-mv-item.item-two .title {
    color: var(--nx-green);
}

/* Description */
.nx-mv-item .desc {
    margin-bottom: 0;
    color: var(--nx-text);
    font-size: 15px;
    line-height: 1.7;
}

/* Mobile */
@media only screen and (max-width: 991px) {
    .nx-vision-mission {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .nx-vision-mission {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .nx-mv-item {
        padding: 18px;
    }

    .nx-mv-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }
}


/* =========================================================
   NEXIVOTEKMINDS - OUR APPROACH
========================================================= */

.nx-approach-area {
    background: var(--nx-light-bg);
}

.nx-approach-heading {
    color: var(--nx-dark);
    max-width: 680px;
}

.nx-approach-intro {
    max-width: 650px;
    color: var(--nx-text);
}


/* ---------------------------------------------------------
   TIMELINE
--------------------------------------------------------- */

.nx-approach-timeline {
    position: relative;
}

.nx-approach-item {
    position: relative;
    display: grid;
    grid-template-columns: 48px 46px 1fr;
    column-gap: 16px;
    align-items: start;
    padding: 18px 20px 18px 0;
    border-bottom: 1px solid var(--nx-border);
    transition: all 0.3s ease;
}

.nx-approach-item:first-child {
    border-top: 1px solid var(--nx-border);
}


/* Number */

.nx-approach-marker {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nx-approach-marker span {
    font-size: 13px;
    font-weight: 700;
    color: var(--nx-blue);
}


/* Connecting line */

.nx-approach-item:not(:last-child) .nx-approach-marker::after {
    content: "";
    position: absolute;
    top: 29px;
    left: 50%;
    width: 1px;
    height: calc(100% + 18px);
    background: var(--nx-border);
}


/* Icon */

.nx-approach-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--nx-white);
    border: 1px solid var(--nx-border);
    color: var(--nx-blue);
    font-size: 17px;
    transition: all 0.3s ease;
}


/* Content */

.nx-approach-info {
    padding-top: 1px;
}

.nx-approach-info .title {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: var(--nx-dark);
}

.nx-approach-info .disc {
    margin: 0;
    max-width: 560px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--nx-text);
}


/* Hover */

.nx-approach-item:hover,
.nx-approach-item.active {
    background: var(--nx-white);
    padding-left: 15px;
    border-radius: 6px;
}

.nx-approach-item:hover .nx-approach-icon,
.nx-approach-item.active .nx-approach-icon {
    background: var(--nx-blue);
    border-color: var(--nx-blue);
    color: var(--nx-white);
}

.nx-approach-item:hover .nx-approach-marker span,
.nx-approach-item.active .nx-approach-marker span {
    color: var(--nx-green);
}


/* =========================================================
   OUR APPROACH - RIGHT IMAGE
========================================================= */

.nx-approach-visual {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

.nx-approach-image {
    width: 100%;
    overflow: hidden;
    padding: 8px;
    background: var(--nx-white);
    border: 1px solid var(--nx-border);
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(17, 24, 39, 0.08);
}

.nx-approach-image img {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 5px;
}

.nx-approach-image-caption {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--nx-dark);
}

.nx-approach-image-caption span {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: var(--nx-green);
    border-radius: 2px;
}

@media (max-width: 991px) {

    .nx-approach-visual {
        max-width: 100%;
        margin: 0;
    }

    .nx-approach-image img {
        height: 450px;
    }
}

@media (max-width: 575px) {

    .nx-approach-image img {
        height: 340px;
    }
}

@media (max-width: 575px) {

    .nx-approach-item {
        grid-template-columns: 32px 42px 1fr;
        column-gap: 10px;
        padding: 15px 8px 15px 0;
    }

    .nx-approach-info .title {
        font-size: 16px;
    }

    .nx-approach-info .disc {
        font-size: 13px;
    }

    .nx-approach-image img {
        height: 340px;
    }

    .nx-approach-label {
        right: 0;
    }
}

/* -----------------------------------------
   SERVICES - EQUAL HEIGHT CARDS
----------------------------------------- */
.our-service-area-start .single-service-hr {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--nx-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(17, 24, 39, 0.08);
    transition: all 0.3s ease;
}

.our-service-area-start .single-service-hr:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(17, 24, 39, 0.12);
}
/* Equal image area */

.our-service-area-start .single-service-hr .thumbnail {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.our-service-area-start .single-service-hr .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.our-service-area-start .single-service-hr .icon-area {
    background: rgba(255, 255, 255, 0.85);
}

.our-service-area-start .single-service-hr .icon-area i {
    font-size: 26px;
    color: var(--nx-primary);
}


/* =================================================
   NEXIVOTEKMINDS — HOW WE WORK
   Premium 2 x 2 Process Cards
================================================= */

.nx-process-section {
    background: var(--nx-light-bg) !important;
}


/* -------------------------------
   PROCESS CARD
-------------------------------- */

.nx-process-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 100%;
}


/* -------------------------------
   ICON PANEL
-------------------------------- */

.nx-process-icon-area {
    
    min-width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nx-process-icon {
    width: 72px !important;
    height: 72px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.16) !important;

    color: var(--nx-white) !important;

    font-size: 30px !important;
}


/* -------------------------------
   CONTENT PANEL
-------------------------------- */

.nx-process-content {
    background: var(--nx-white) !important;

    border: 1px solid var(--nx-border) !important;

    padding: 30px !important;

    box-shadow: 0 8px 25px rgba(17, 24, 39, 0.07) !important;
}


/* -------------------------------
   NUMBER
-------------------------------- */

.nx-process-content .number {
    font-weight: 700;
}


/* -------------------------------
   TITLE
-------------------------------- */

.nx-process-content .title {
    color: var(--nx-dark) !important;
}


/* -------------------------------
   DESCRIPTION
-------------------------------- */

.nx-process-content .disc {
    color: var(--nx-text) !important;
}


/* =================================================
   HOW WE WORK — CLEAN PREMIUM STYLE
================================================= */

.nx-process-section {
    background: var(--nx-light-bg) !important;
}


/* Keep Invena card structure */

.nx-process-card {
    background: var(--nx-white) !important;
    border: 1px solid var(--nx-border) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 25px rgba(17, 24, 39, 0.06) !important;
    height: 100%;
}


/* Remove rectangular icon background */

.nx-process-icon-area {
    background: transparent !important;
}


/* Large circular icon */

.nx-process-icon {
    width: 72px !important;
    height: 72px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 50% !important;

    font-size: 30px !important;

    color: var(--nx-white) !important;
}


/* Stage 01 */

.nx-stage-blue .nx-process-icon {
    background: var(--nx-blue) !important;
}


/* Stage 02 */

.nx-stage-green .nx-process-icon {
    background: var(--nx-green) !important;
}


/* Stage 03 */

.nx-stage-maroon .nx-process-icon {
    background: var(--nx-maroon) !important;
}



/* Stage 04 */

.nx-stage-blue .nx-process-icon {
    background: var(--nx-blue) !important;
}


/* Content */

.nx-process-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nx-process-content .title {
    color: var(--nx-dark) !important;
}

.nx-process-content .disc {
    color: var(--nx-text) !important;
}


/* Subtle premium hover */

.nx-process-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.nx-process-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.10) !important;
}

.nx-process-card:hover .nx-process-icon {
    transform: scale(1.05);
}

.nx-process-icon {
    transition: transform 0.3s ease !important;
}


/* =========================================================
   INDUSTRY POINTS
   Icon + Title same row
   Description below title
   ========================================================= */

.nx-industry-points {
    margin-top: 35px;
}

.nx-industry-points .single-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nx-industry-points .single-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.nx-industry-points .icon {
    grid-column: 1;
    grid-row: 1 / span 2;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: var(--nx-primary-color, #eef3f5);
}

.nx-industry-points .icon i {
    font-size: 20px;
    line-height: 1;
    color: var(--nx-primary-color, #3e484e);
}

.nx-industry-points .content {
    grid-column: 2;
    min-width: 0;
}

.nx-industry-points .content .title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.35;
}

.nx-industry-points .content .disc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}


/* Mobile */

@media (max-width: 575px) {

    .nx-industry-points .single-item {
        grid-template-columns: 42px 1fr;
        column-gap: 14px;
    }

    .nx-industry-points .icon {
        width: 42px;
        height: 42px;
    }

    .nx-industry-points .icon i {
        font-size: 18px;
    }

}


/* =========================================================
   NEXIVOTEK TEAM — CLEAN IN VENA STYLE
   ========================================================= */

.nx-team-section .nx-team-card {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    transform: none !important;
}


/* Image */

.nx-team-section .nx-team-card .thumbnail {
    display: block;
    overflow: hidden;
}

.nx-team-section .nx-team-card .thumbnail img {
    width: 100%;
    display: block;
    transition: none !important;
    transform: none !important;
}


/* Disable image hover effect */

.nx-team-section .nx-team-card:hover .thumbnail img {
    transform: none !important;
}


/* Member information */

.nx-team-section .nx-team-card .inner-content {
    background: #f1f5f8;
    width:95%;
    border: 0 !important;
}

.nx-team-section .nx-team-card .text-top {
    padding: 17px 40px;
    border: 0 !important;
}
/* Name */

.nx-team-section .nx-team-card .text-top .title {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.3;
    color: #1c252c;
}

.nx-team-section .nx-team-card .text-top .title:hover {
    color: #01329C;
}


/* Designation */

.nx-team-section .nx-team-card .text-top span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #7D0727; /*69757d*/
}


/* Remove social media area */

.nx-team-section .social-one-wrapper {
    display: none !important;
}


/* Disable card hover movement */

.nx-team-section .nx-team-card:hover {
    transform: none !important;
}


/* Mobile */

@media (max-width: 767px) {

    .nx-team-section .nx-team-card .inner-content {
        padding-top: 16px;
    }

    .nx-team-section .nx-team-card .text-top .title {
        font-size: 18px;
    }

}

.single-contact-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    padding: 30px 25px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.single-contact-info .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(1, 50, 156, 0.07);
    color: #01329C;
    font-size: 20px;
}

.single-contact-info .content .pre {
    display: block;
    margin-bottom: 7px;
    color: #09704A;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.single-contact-info .content .title {
    margin: 0 0 5px;
    font-size: 18px;
}

.single-contact-info .content .title a {
    color: #1c252c;
}

.single-contact-info .content p {
    margin: 0;
    color: #69757d;
    font-size: 14px;
}


/* =========================================================
   CONTACT — ENQUIRY SECTION
   ========================================================= */

.contact-enquiry-points {
    margin-top: 40px;
}

.single-enquiry-point {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.single-enquiry-point .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(1, 50, 156, 0.07);
    color: #01329C;
    font-size: 17px;
}

.single-enquiry-point:nth-child(2) .icon {
    background: rgba(9, 112, 74, 0.07);
    color: #09704A;
}

.single-enquiry-point:nth-child(3) .icon {
    background: rgba(125, 7, 39, 0.07);
    color: #7D0727;
}

.single-enquiry-point .content h5 {
    margin: 2px 0 6px;
    font-size: 17px;
    font-weight: 600;
    color: #1c252c;
}

.single-enquiry-point .content p {
    margin: 0;
    color: #69757d;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   FORM WRAPPER
   ========================================================= */

.contact-form-wrapper {
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e6e9ec;
}

.contact-form-wrapper .form-header {
    margin-bottom: 30px;
}

.contact-form-wrapper .form-header .pre {
    display: block;
    margin-bottom: 8px;
    color: #09704A;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form-wrapper .form-header h3 {
    margin: 0 0 8px;
    color: #1c252c;
    font-size: 28px;
    font-weight: 600;
}

.contact-form-wrapper .form-header p {
    margin: 0;
    color: #69757d;
    font-size: 14px;
}


/* =========================================================
   FORM FIELDS
   ========================================================= */

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 9px;
    color: #1c252c;
    font-size: 14px;
    font-weight: 600;
}

.contact-form .form-group label span {
    color: #7D0727;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    width: 100%;
    border: 1px solid #e2e6e9;
    border-radius: 3px;
    outline: none;
    background: #ffffff;
    color: #1c252c;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.contact-form .form-group input,
.contact-form .form-group select {
    height: 54px;
    padding: 0 16px;
}

.contact-form .form-group textarea {
    min-height: 145px;
    padding: 14px 16px;
    resize: vertical;
    line-height: 1.6;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #9ba3a8;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #01329C;
}

.contact-form .form-group select {
    cursor: pointer;
}


/* =========================================================
   SUBMIT
   ========================================================= */

.contact-form .form-submit-area {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 2px;
}

.contact-form .form-submit-area .rts-btn {
    border: 0;
    cursor: pointer;
}

.contact-form .form-note {
    color: #7b858c;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .contact-form-wrapper {
        padding: 35px;
    }

}

@media (max-width: 767px) {

    .contact-enquiry-points {
        margin-top: 30px;
    }

    .contact-form-wrapper {
        padding: 25px 20px;
    }

    .contact-form-wrapper .form-header h3 {
        font-size: 24px;
    }

    .contact-form .form-submit-area {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

}

/* =========================================================
   NEXIVOTEK — SERVICE DETAILS
   ========================================================= */

:root {
    --nx-blue: #01329C;
    --nx-green: #09704A;
    --nx-maroon: #7D0727;
    --nx-dark: #1c252c;
    --nx-text: #69757d;
    --nx-border: #e7e9eb;
    --nx-light: #f8f9fa;
}


/* =========================================================
   SERVICE INTRO
   ========================================================= */

.nx-service-intro {
    padding: 110px 0;
}

.nx-service-intro-image {
    overflow: hidden;
}

.nx-service-intro-image img {
    width: 100%;
    display: block;
}

.nx-service-intro-content {
    padding-left: 25px;
}

.nx-service-intro-content .disc {
    margin-bottom: 18px;
}

.nx-service-intro-content .highlight {
    margin-top: 28px;
    padding: 20px 0 20px 22px;
    border-left: 3px solid var(--nx-green);
}

.nx-service-intro-content .highlight p {
    margin: 0;
    color: var(--nx-dark);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}


/* =========================================================
   WHAT WE DELIVER
   ========================================================= */

.nx-deliver-section {
    padding: 100px 0;
    background: var(--nx-light);
}

.nx-deliver-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.nx-deliver-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.nx-deliver-item {
    padding: 32px 25px;
    background: #fff;
    border: 1px solid var(--nx-border);
}

.nx-deliver-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    background: rgba(1, 50, 156, .07);
    color: var(--nx-blue);
    font-size: 19px;
}

.nx-deliver-item:nth-child(2) .nx-deliver-icon {
    background: rgba(9, 112, 74, .07);
    color: var(--nx-green);
}

.nx-deliver-item:nth-child(3) .nx-deliver-icon {
    background: rgba(125, 7, 39, .07);
    color: var(--nx-maroon);
}

.nx-deliver-item h4 {
    margin-bottom: 12px;
    font-size: 19px;
}

.nx-deliver-item p {
    margin: 0;
    color: var(--nx-text);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   DETAILED SERVICE
   ========================================================= */

.nx-service-details {
    padding: 110px 0;
}

.nx-service-details-content {
    padding-right: 25px;
}

.nx-service-details-content p {
    color: var(--nx-text);
    line-height: 1.85;
}

.nx-service-details-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.nx-service-details-list li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 30px;
    color: var(--nx-dark);
    font-size: 15px;
}

.nx-service-details-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--nx-green);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

.nx-service-details-image img {
    width: 100%;
    display: block;
}


/* =========================================================
   HOW WE WORK
   ========================================================= */

.nx-process-section {
    padding: 110px 0;
    background: var(--nx-light);
}

.nx-process-heading {
    max-width: 750px;
    margin: 0 auto 60px;
    text-align: center;
}

.nx-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.nx-process-item {
    padding: 35px 25px;
    background: #fff;
    border: 1px solid var(--nx-border);
}

.nx-process-number {
    display: block;
    margin-bottom: 20px;
    color: #c4cbd0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.nx-process-item h4 {
    margin-bottom: 12px;
    font-size: 19px;
}

.nx-process-item p {
    margin: 0;
    color: var(--nx-text);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   WHY NEXIVOTEK
   ========================================================= */

.nx-why-service {
    padding: 110px 0;
}

.nx-why-service-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.nx-why-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 55px;
}

.nx-why-service-item {
    padding: 28px 22px;
    border-top: 2px solid var(--nx-blue);
}

.nx-why-service-item:nth-child(2) {
    border-top-color: var(--nx-green);
}

.nx-why-service-item:nth-child(3) {
    border-top-color: var(--nx-maroon);
}

.nx-why-service-item h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.nx-why-service-item p {
    margin: 0;
    color: var(--nx-text);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   FAQ
   ========================================================= */

.nx-service-faq {
    padding: 110px 0;
    background: var(--nx-light);
}

.nx-faq-intro {
    padding-right: 30px;
}

.nx-faq-intro .disc {
    color: var(--nx-text);
    line-height: 1.8;
}

.nx-faq-list .accordion-item {
    margin-bottom: 12px;
    border: 1px solid var(--nx-border);
    border-radius: 0;
    background: #fff;
}

.nx-faq-list .accordion-button {
    padding: 20px 22px;
    color: var(--nx-dark);
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
}

.nx-faq-list .accordion-button:not(.collapsed) {
    color: var(--nx-blue);
    background: #fff;
}

.nx-faq-list .accordion-body {
    padding: 0 22px 22px;
    color: var(--nx-text);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.nx-service-sidebar {
    position: sticky;
    top: 30px;
}

.nx-sidebar-box {
    margin-bottom: 30px;
    padding: 28px;
    border: 1px solid var(--nx-border);
    background: #fff;
}

.nx-sidebar-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.nx-service-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nx-service-categories li {
    border-bottom: 1px solid var(--nx-border);
}

.nx-service-categories li:last-child {
    border-bottom: 0;
}

.nx-service-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 0;
    color: var(--nx-text);
    text-decoration: none;
    font-size: 14px;
}

.nx-service-categories a:hover,
.nx-service-categories .active a {
    color: var(--nx-blue);
}


/* =========================================================
   HELP BOX
   ========================================================= */

.nx-help-box {
    padding: 35px 28px;
    background: var(--nx-blue);
}

.nx-help-box .pre {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nx-help-box h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
}

.nx-help-box p {
    margin-bottom: 25px;
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.nx-help-box .rts-btn {
    background: #fff;
    color: var(--nx-blue);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.nx-service-cta {
    padding: 100px 0;
    background: var(--nx-blue);
    text-align: center;
}

.nx-service-cta .pre {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nx-service-cta h2 {
    max-width: 760px;
    margin: 0 auto 18px;
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
}

.nx-service-cta p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,.75);
}

.nx-service-cta .rts-btn {
    background: #fff;
    color: var(--nx-blue);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {

    .nx-deliver-grid,
    .nx-process-grid,
    .nx-why-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 991px) {

    .nx-service-intro,
    .nx-service-details,
    .nx-process-section,
    .nx-why-service,
    .nx-service-faq {
        padding: 80px 0;
    }

    .nx-service-intro-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .nx-service-details-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .nx-service-sidebar {
        position: static;
        margin-top: 20px;
    }

}

@media (max-width: 767px) {

    .nx-deliver-grid,
    .nx-process-grid,
    .nx-why-service-grid {
        grid-template-columns: 1fr;
    }

    .nx-service-intro,
    .nx-service-details,
    .nx-process-section,
    .nx-why-service,
    .nx-service-faq {
        padding: 65px 0;
    }

    .nx-service-cta {
        padding: 70px 20px;
    }

    .nx-service-cta h2 {
        font-size: 32px;
    }

    .nx-faq-intro {
        padding-right: 0;
        margin-bottom: 35px;
    }

}