<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: medium;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
    color: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.paragon-font {
    font-family: 'Megrim';
}

.para-bold {
    font-weight: bold;
}

.para-heading {
    color: #FF735C;
    border-bottom: 1.5px solid #FF735C;
    font-weight: bold;
}

.para-sub {
    color: #FF735C;
    font-weight: bold;
}

/* Custom Nav */
.navigator {
    width: 400px;
    height: 70px;
    background: #212D33;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.navigator ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}

.navigator ul li {
    position: relative;
    list-style: none;
    width: 65px;
    height: 70px;
    z-index: 1;
}

.navigator ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;   
}

.navigator ul li a .nav-icon {
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 1.5em;
    text-align: center;
    transition: 0.5s;
    color: #FF6F09;
}

.navigator ul li.active a .nav-icon {
    transform: translateY(-10px);
}

.navigator ul li:hover a .nav-icon {
    transform: translateY(-10px);
}

.navigator ul li a .nav-text {
    position: absolute;
    color: #FFFFFF;
    font-family: 'Megrim';
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(30px);
}

.navigator ul li.active a .nav-text {
    opacity: 1;
    color: #FF6F09;
    transform: translateY(30px);
    font-size: 1.2rem;
    font-weight: bold;
}

.navigator ul li:hover a .nav-text {
    opacity: 1;
    transform: translateY(30px);
}

/* Nav */
.nav-txt {
    color: #FFFFFF;
    font-family: 'Megrim';
}

.nav-txt:hover {
    color: #FF6F09;
}

.navbar {
    background-color: #212D33;
}

.nav-mobile-button {
    background-color: #ffffff;
}

html {
    scrollbar-width: none;
}

.mobi {
    display: none;
}

/* Footer */
.footer {
    background-color: #212D33;
    width: 100%;
    margin-top: auto;
}

.footer-txt {
    color: #FFFFFF;
    font-size: small;
}

.horizontal {
    border-top: 1.5px solid #FF6F09;
    width: 100%;
}

/* Hero + Banner sections */
.banner-section {
    max-width: 100vw;
}

.banner-section.proj-section {
    background-color: #FFAB5C;
}

.banner-section.prog-section {
    background-color: #5CCBFF;
}

.banner-section.cons-section {
    background-color: #FF725C;
}

.banner-section.why-section1 {
    background-color: #75A8BF;
    color: #FFFFFF;
}

.banner-section.why-section2 {
    background-color: #3F5873;
}

.page-hero {
    max-height: 500px;
    width: 100%;
}

.page-banner {
    max-height: 400px;
    width: 100%;
}

/* Index */
.hero {
    max-height: 75vh; 
    width: 100%;
    overflow: hidden;
}

.hero-text {
    color: #FF6F09;
}

.hero-btn {
    background-color: #FFAB5C;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
}

.hero-btn:hover {
    background-color: #FF735C;
    color: #FFFFFF;
}

.index-blurb {
    color: #5C98FF;
    font-weight: bold;
}

.gtouch-btn {
    text-decoration: none;
    border: #5CCBFF;
    border-style: solid;
    border-width: thin;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
}

.gtouch-btn:hover {
    background-color: #5CCBFF;
}

.lmore-btn {
    text-decoration: none;
    border-style: solid;
    border-width: thin;
    font-size: 1.2rem;
    font-weight: bold; 
}

.proj-btn {
    border-color: #FF725C;
}

.prog-btn {
    border-color: #5C98FF;
}

.cons-btn {
    border-color: #FFA95C;
}

.proj-btn:hover {
    background-color: #FF725C;
    color: #FFFFFF;
}

.prog-btn:hover {
    background-color: #5C98FF;
    color: #FFFFFF;
}

.cons-btn:hover {
    background-color: #FFA95C;
    color: #FFFFFF;
}

/* Hide the details section by default */
.cover .row {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

/* On hover: collapse the image, show the content */
.cover:hover .overlay {
    height: 0;
}

.cover:hover .row {
    opacity: 1;
    max-height: 1000px; /* adjust based on content height */
}

.service-heading {
    font-weight: bold;
    margin-right: auto;
}

/* About */
.client-logo {
    max-width: 200px; 
    max-height: 150x;
}

.abt-img {
    overflow: hidden;
    object-fit: cover;
}

/* Pixels */
.p-design {
    background-color: #FFD75C;
}

.p-icon {
    max-width: 100px;
    max-height: 100px;
}

.show-cust {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.row.flex-start {
    display: inline-flex;
    align-items: flex-start;
}

.to-show {
    flex: 1;
    transition: all 0.3s ease;
}

.to-show:hover .show-cust {
    max-height: fit-content;
    cursor: pointer;
}

.p-design-btn {
    border-color: #FFAB5C;
}

.p-design-btn:hover {
    background-color: #FFAB5C;
    color: #FFFFFF;
}


/* Dynamics */
.dyn-labels label {
    color: #FF6F09;
}

.dyn-proj-img {
    max-width: 400px;
    max-height: 400px;
}

.dyn-expand {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateX(50px);
    transition: 
        max-height 0.5s ease,
        opacity 0.5s ease,
        transform 0.5s ease;
}

.dyn-expand.active {
    opacity: 1;
    transform: translateX(0);
}

.fade-content {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.2s;
}

.dyn-expand.active .fade-content {
    opacity: 1;
}


/* Why Choose sections */
.why-heading {
    color: #FFFFFF;
}

.why-icon {
    max-width: 90px;
    max-height: 90px;
}

.why-bg {
    background-color: #B6D3F2;
}

/* Contact */
.labels label {
    color: #5C98FF;
}

/* Media queries */

@media (max-width: 760px), (max-height: 480px) {
    .mobi {
        display: block;
    }

    .navigator, .overlay, #services-expanded, #services-non-expanded  {
        display: none;
    }

    .cover {
        min-height: auto;
        max-height: none;
    }

    .cover .row {
        opacity: 01;
        max-height: 1000px;
        transition: none;
    }

    .hero-text {
        font-size: 1rem;
        text-align: center;
        left: 10%;
        position: absolute;
        top: 0;
    }

    .hero-btn {
        font-size: 0.7rem;
        padding: 6px 12px;
    }

    .dyn-proj-img {
        max-width: 200px;
        max-height: 200px;
    }

    .dyn-proj-img.float-start,
        .dyn-proj-img.float-end {
            float: none !important;
            display: block;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-bottom: 1rem;
        }
    
    .client-logo {
        all: unset;
    }

}    
</pre></body></html>