<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&amp;display=swap');


:root {
    --brand-primary: hsl(217, 85%, 34%);
    --brand-primary-light: hsl(217, 70%, 45%);
    --brand-primary-lighter: hsl(217, 55%, 55%);
    --brand-primary-dark: hsl(217, 90%, 22%);
    --brand-primary-darker: hsl(217, 95%, 15%);
    --brand-secondary: hsl(177, 100%, 40%);
    --brand-secondary-light: hsl(177, 90%, 50%);
    --brand-secondary-lighter: hsl(177, 75%, 60%);
    --brand-secondary-dark: hsl(177, 100%, 30%);
    --brand-secondary-darker: hsl(177, 100%, 22%);
    --brand-accent: hsl(275, 70%, 50%);
    --brand-accent-light: hsl(275, 60%, 60%);
    --brand-accent-lighter: hsl(275, 50%, 70%);
    --brand-accent-dark: hsl(275, 80%, 40%);
    --brand-accent-darker: hsl(275, 90%, 30%);
    --brand-neutral-light: hsl(217, 20%, 95%);
    --brand-neutral-light-light: hsl(217, 15%, 98%);
    --brand-neutral-light-lighter: hsl(217, 10%, 99%);
    --brand-neutral-light-dark: hsl(217, 25%, 88%);
    --brand-neutral-light-darker: hsl(217, 30%, 82%);
    --brand-neutral-dark: hsl(217, 15%, 22%);
    --brand-neutral-dark-light: hsl(217, 12%, 32%);
    --brand-neutral-dark-lighter: hsl(217, 10%, 42%);
    --brand-neutral-dark-dark: hsl(217, 18%, 13%);
    --brand-neutral-dark-darker: hsl(217, 20%, 8%);
    --brand-neutral-medium: hsl(217, 15%, 65%);
    --light-backgrounds: var(--brand-neutral-light);
    --dark-backgrounds: var(--brand-neutral-dark);
    --light-text: var(--brand-neutral-light);
    --medium-dark-text: var(--brand-neutral-medium);
    --dark-text: var(--brand-neutral-dark);
    --font-family: 'Geologica', sans-serif;
    --font-xs: 0.75rem; /* 12px */
    --font-sm: 0.875rem; /* 14px */
    --font-base: 1rem; /* 16px */
    --font-md: 1.125rem; /* 18px */
    --font-lg: 1.25rem; /* 20px */
    --font-xl: 1.5rem; /* 24px */
    --font-2xl: 1.875rem; /* 30px */
    --font-3xl: 2.25rem; /* 36px */
    --font-4xl: 3rem; /* 48px */
    --font-5xl: 3.75rem; /* 60px */

    --breakpoint-xs: 320px; /* Extra small devices (phones) */
    --breakpoint-sm: 480px; /* Small devices (large phones) */
    --breakpoint-md: 768px; /* Medium devices (tablets) */
    --breakpoint-lg: 1024px; /* Large devices (desktops) */
    --breakpoint-xl: 1280px; /* Extra large devices (large desktops) */
    --breakpoint-2xl: 1536px; /* 2x extra large devices */

    --space-0: 0rem; /* 0px */
    --space-1: 0.25rem; /* 4px */
    --space-2: 0.5rem; /* 8px */
    --space-3: 0.75rem; /* 12px */
    --space-4: 1rem; /* 16px */
    --space-5: 1.25rem; /* 20px */
    --space-6: 1.5rem; /* 24px */
    --space-7: 1.75rem; /* 28px */
    --space-8: 2rem; /* 32px */
    --space-9: 2.25rem; /* 36px */
    --space-10: 2.5rem; /* 40px */
    --space-12: 3rem; /* 48px */
    --space-16: 4rem; /* 64px */
    --space-20: 5rem; /* 80px */
    --space-24: 6rem; /* 96px */
    --space-32: 8rem; /* 128px */


    --size-xs: 1rem; /* 16px */
    --size-sm: 1.5rem; /* 24px */
    --size-md: 2rem; /* 32px */
    --size-lg: 3rem; /* 48px */
    --size-xl: 4rem; /* 64px */
    --size-2xl: 6rem; /* 96px */
    --size-3xl: 8rem; /* 128px */
    --size-4xl: 12rem; /* 192px */
    --size-5xl: 16rem; /* 256px */
    --size-6xl: 20rem; /* 320px */

    --max-width-xs: 20rem; /* 320px */
    --max-width-sm: 24rem; /* 384px */
    --max-width-md: 28rem; /* 448px */
    --max-width-lg: 32rem; /* 512px */
    --max-width-xl: 36rem; /* 576px */
    --max-width-2xl: 42rem; /* 672px */
    --max-width-3xl: 48rem; /* 768px */
    --max-width-4xl: 56rem; /* 896px */
    --max-width-5xl: 64rem; /* 1024px */
    /* Body text */
    --text-body-small: var(--font-sm); /* 14px */
    --text-body-regular: var(--font-base); /* 16px */
    --text-body-medium: var(--font-md); /* 18px */
    /* Headings */
    --text-heading-h6: var(--font-md); /* 18px */
    --text-heading-h5: var(--font-lg); /* 20px */
    --text-heading-h4: var(--font-xl); /* 24px */
    --text-heading-h3: var(--font-2xl); /* 30px */
    --text-heading-h2: var(--font-3xl); /* 36px */
    --text-heading-h1: var(--font-4xl); /* 48px */
    /* Buttons */
    --text-button-small: var(--font-sm); /* 14px */
    --text-button-regular: var(--font-base); /* 16px */
    --text-button-large: var(--font-lg); /* 20px */
    /* Captions, labels */
    --text-caption: var(--font-xs); /* 12px */
    --text-label: var(--font-sm); /* 14px */
    /* Line heights */
    --line-height-body: 1.5;
    --line-height-heading: 1.2;
    --line-height-button: 1.4;
    --line-height-caption: 1.3;
    /* Font weights */
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

.btn-fn-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--light-text);
    --bs-btn-bg: var(--brand-primary);
    --bs-btn-border-color: var(--brand-primary);
    --bs-btn-hover-color: var(--light-text);
    --bs-btn-hover-bg: var(--brand-primary-dark);
    --bs-btn-hover-border-color: var(--brand-primary-dark);
    --bs-btn-active-color: var(--light-text);
    --bs-btn-active-bg: var(--brand-primary-darker);
    --bs-btn-active-border-color: var(--brand-primary-darker);
}

.page-header {
    font-family: var(--font-family);
    background: var(--brand-neutral-light-lighter);
}

.navbar-nav .nav-link.active {
    color: var(--brand-primary);
    font-weight: bold;
}



.navbar-toggler {
    background-color: var(--brand-neutral-light); /* your brand primary */
    border: none;
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover {
        background-color: var(--brand-neutral-light-dark);
    }

.navbar-brand img {
    max-width: var(--size-4xl);
    height: auto;
}

.page-footer {
    font-family: var(--font-family);
}

.page-footer-main {
    background: var(--brand-neutral-light);
    border-radius: 0.5rem;
    width: 95%;
    margin: 0 auto;
    color: var(--dark-text);
}

.page-footer-footer {
    color: var(--medium-dark-text);
}

.page-footer-logo {
    width: var(--size-4xl);
    height: auto;
}

.page-footer-nav {
    display: flex;
    flex-direction: column;
    color: rgba(0,0,0,0.65);
}

    .page-footer-nav .nav-link:hover {
        color: rgba(0,0,0,0.8);
    }

.page-footer-widget {
    display: flex;
    margin: var(--space-5) 0;
}

.page-footer-widget-icon {
    width: var(--size-lg);
    height: auto;
    padding: var(--space-2);
    margin-right: var(--space-3);
    color: var(--brand-primary);
}

.hero-section {
    height: 350px;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
}

.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: var(--font-family );
}

    .hero-title .btn {
        margin-top: var(--space-6);
    }

.hero-title-text {
    color: var(--light-text);
    font-size: var(--text-heading-h4);
}

.underline {
    display: inline-block;
    position: relative;
}

    .underline::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.8rem; /* or tweak this to align under baseline */
        width: 100%;
        height: 25px; /* or however tall your underline svg is */
        background: url('../images/cross-out-underline.svg') no-repeat;
        background-size: 100% 100%;
        pointer-events: none;
        z-index: -1;
    }

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-image img {
        max-height: 85%;
        width: auto;
    }

.hero-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

    .hero-background svg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.info-section {
    min-height: 400px;
}

.section-title {
    font-family: var(--font-family);
    font-size: var(--text-heading-h4);
    font-weight: bold;
    position: relative;
    color: var(--brand-accent-dark);
    margin-bottom: var(--space-12);
}

    .section-title::after {
        content: "";
        display: block;
        width: 70px; /* Adjust line length */
        height: 3px; /* Adjust thickness */
        background-color: var(--brand-neutral-light); /* Line color */
        margin-top: 8px;
    }

.info-primary-copy {
    font-size: var(--text-body-medium);
    font-family: var(--font-family);
    color: var(--dark-text);
    line-height: 1.5;
}

.info-secondary-copy {
    font-size: var(--text-body-medium);
    font-weight: bold;
    font-family: var(--font-family);
    color: var(--brand-primary-dark);
    line-height: 1.5;
}

.info-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--space-3);
    margin-top: var(--space-12);
}

.info-widget {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: var(--space-4);
    margin-bottom: var(--space-4);
    background-color: var(--brand-neutral-light);
    border-radius: 0.5rem;
}

.info-widget-number {
    display: block;
    font-size: var(--font-2xl);
    color: var(--brand-accent);
    font-family: var(--font-family);
    font-weight: bold;
}

.info-widget-text {
    display: block;
    font-size: var(--font-base);
    color: var(--text-dark);
    font-family: var(--font-family);
}




.contact-section {
    background: var(--brand-primary-light);
    color: var(--light-text);
    transform: skewY(2deg);
    width: 93.5%;
    margin: var(--space-6) auto;
    min-height: 300px;
    margin-bottom: 70px;
}

.contact-widgets {
    position: relative;
}

.contact-widget-overlay {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:var(--brand-secondary);
    mix-blend-mode: hard-light;
    opacity: 0.5;
    z-index: -1;
}

.contact-content {
    transform: skewY(-2deg);
}

.contact-form h2 {
    font-family: var(--font-family);
    font-size: var(--text-heading-h4);
    position: relative;
    color: var(--light-text);
}

    .contact-form h2::after {
        content: "";
        display: block;
        width: 70px; /* Adjust line length */
        height: 3px; /* Adjust thickness */
        background-color: var(--brand-primary); /* Line color */
        margin-top: 8px;
    }

.contact-form .form-label {
    font-family: var(--font-family);
    font-size: var(--text-body-regular);
    color: var(--light-text);
}

.contact-form .form-control {
    font-family: var(--font-family);
    font-size: var(--text-body-regular);
    color: var(--dark-text);
}

.contact-widget {
    display: flex;
    align-items: center;
    margin: var(--space-10) var(--space-5);
    width: 100%;
}

.contact-widget-icon {
    width: var(--size-lg);
    height: auto;
    padding: var(--space-2);
    margin-right: var(--space-3);
    color: var(--light-text);
}

.contact-widget-text {
    font-family: var(--font-family);
    color: var(--light-text);
}

.page-breadcrumbs {
    padding: var(--space-6) 0;
    position: relative;
    font-family: var(--font-family);
}

    .page-breadcrumbs h1, .page-breadcrumbs nav {
        position: relative;
        z-index: 2;
    }

    .page-breadcrumbs h1 {
        font-size: var(--text-heading-h3);
        color: var(--light-text);
    }

.breadcrumb-item a {
    text-decoration: none;
    color: rgba(255,255,255,0.85);
}

    .breadcrumb-item a:hover {
        color: rgba(255,255,255,0.95);
    }

.breadcrumb-item.active {
    color: rgba(255,255,255,0.7);
}

.services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .services-list li {
        margin-bottom: var(--space-5);
        background: var(--light-backgrounds);
        border-radius: 0.5rem;
        padding: 1rem;
        font-family: var(--font-family);
    }

        .services-list li h3 {
            font-size: var(--text-heading-h5);
            color: var(--brand-accent-dark);
        }

        .services-list li p {
            font-size: var(--font-sm);
            color: var(--dark-text);
        }

.contact-info-section {
    padding: var(--space-6) 0;
    background: var(--brand-primary);
}

.contact-form-section {
    position: relative;
    padding: var(--space-12) 0;
    background: var(--light-backgrounds);
}


.contact-info-widget {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 20px;
    background: #1264B2;
    border-radius: 0.5em;
    font-family: var(--font-family);
}

.contact-info-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.contact-info-widget h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: var(--text-heading-h5);
    color: var(--light-text);
    font-weight: bold;
}

.contact-info-widget address {
    margin-bottom: 12px;
    font-style: normal;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
}

.contact-info-widget p {
    margin: 0;
    line-height: 1.4;
    color: rgba(255,255,255,0.55);
}

.contact-form {
    position: relative;
    padding: var(--space-3);

}

.contact-form.contact-page-form {
    background:var(--brand-primary-light);
}


.contact-form-form {
    padding: var(--space-3);
   
}

.contact-form-section .contact-form h2 {
    color: var(--brand-accent-dark);
}

.contact-form-section .contact-form .form-label {
    color: var(--dark-text);
}

.contact-map-section {
    position: relative;
    margin-bottom:var(--space-6);
}


.map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 8px; /* Optional: for rounded corners */
}

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.case-studies-section {
    background: linear-gradient(to right, #ffffff,#defffd);
    padding: var(--space-12) 0;
    transform:skewY(2deg);
}
    .case-studies-section .container {
        transform: skewY(-2deg);
    }
    .section-subtitle {
        font-family: var(--font-family);
        font-size: var(--text-body-medium);
        position: relative;
        color: var(--dark-text);
        text-align: right;
        margin-bottom: var(--space-6);
    }

.case-studies-type {
    display: flex;
    flex-direction: column;
    margin-left:var(--space-3);
    margin-right:var(--space-3);
    padding:var(--space-6);
    position:relative;
    background:var(--light-backgrounds);
    border-radius:0.5em;
}




    .case-studies-type svg {
        width: 48px;
        height: auto;
        margin-top: auto;
        fill: var(--brand-secondary);
    }

    .case-studies-type h3 {
        font-family: var(--font-family);
        font-size: var(--text-heading-h5);
        font-weight: bold;
        margin-top: var(--space-6);
        margin-bottom: var(--space-3);
        color: var(--brand-primary-dark);
    }

    .case-studies-type p {
        font-family: var(--font-family);
        font-size:var(--text-body-medium);
        color: var(--dark-text);
        margin-bottom: auto;
    }

.case-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family:var(--font-family);
    height: 100%;
}

    .case-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.case-image {
    width: 100%;
    height: 200px;
    background: white;
    position: relative;
    overflow: hidden;
}

    .case-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.case-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.case-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.client-info {
    flex-grow: 1;
}

.client-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 4px;
}

.project-type {
    font-size: 0.85rem;
    color: #7f8c8d;
    font-weight: 500;
}

.app-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--brand-accent-dark);
    margin: 16px 0 8px 0;
    line-height: 1.3;
    order: 3;
}

.client-logo-large {
    border-top: 1px solid var(--brand-neutral-light-dark);
    border-bottom: 1px solid var(--brand-neutral-light-dark);
}

    .client-logo-large img {
        max-height: 40px;
        height: auto;
        margin-top: var(--space-3);
        margin-bottom: var(--space-3);
    }

.case-card:nth-child(2) .app-name {
    color: #2c3e50;
}

.case-card:nth-child(3) .app-name {
    color: #2c3e50;
}

.case-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.tag {
    background: #e8f4fd;
    color: #2980b9;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

    .tag.tech {
        background: #f0f9ff;
        color: #0ea5e9;
    }

    .tag.industry {
        background: #f0fdf4;
        color: #16a34a;
    }

.case-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a6c7d;
    margin-bottom: 12px;
    line-height: 1.3;
    order: 4;
}

.case-description {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    flex-grow: 1;
    order: 5;
}

.case-cta {
    order:6;
}

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: var(--space-12);
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.logo {
    flex: 0 0 auto;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo img {
        max-height: 60px;
        max-width: 150px;
        object-fit: contain;
        transition: filter 0.3s ease;
    }


.case-studies-subheading {
    margin-bottom: var(--space-12);
    padding: var(--space-3);
    position: relative;
    z-index: 2;
}

.case-studies-subheading-text {
    padding: var(--space-6);
    background: white;
    z-index:2;
}


    .case-studies-subheading h2 {
        color: var(--brand-accent-dark);
        font-family: var(--font-family);
        font-size: var(--text-heading-h5);
    }

    @keyframes scroll {
        0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.case-main {
    margin-top:50px;
}

    .case-main h2 {
        font-family: var(--font-family);
        font-size: var(--text-heading-h3);
        font-weight:bold;
        color: var(--brand-primary);
    }
    /* Larger screens: scale up font sizes */
    @media (min-width: 768px) {
        .hero-section {
        height: 550px;
    }

    .hero-title-text {
        font-size: var(--text-heading-h2);
    }

    .page-breadcrumbs {
        padding: var(--space-10) 0;
        position: relative;
    }

        .page-breadcrumbs h1 {
            font-size: var(--text-heading-h2);
        }
}

.case-features {
    margin:var(--space-16) 0;
    font-family:var(--font-family);
}

.case-features ul li {
    font-size:var(--font-md);
    line-height:1.5;
    padding:var(--space-2) 0;
    color:var(--brand-accent-dark);
}

    .case-features ul li::marker {
        color:var(--brand-neutral-light-dark);
    }

.case-details {
    background: var(--brand-primary);
    padding:var(--space-6) 0;
    margin-bottom: var(--space-6);
}

.case-detail-card {
    padding: var(--space-6);
    border-radius: 16px;
    background: var(--brand-primary-light);
    font-family: var(--font-family);
    color: var(--light-text);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}
    .case-detail-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }


    .case-detail-card h3 {
        font-size: var(--font-xl);
        font-weight: bold;
    }


    .case-detail-card p {
        font-size: var(--font-base);
    }

    @media (min-width: 1400px) {
        .container {
        max-width: 1440px;
    }
}
</pre></body></html>