            * {
                margin: 0;
                padding: 0;
                font-family: "Encode Sans Expanded", sans-serif;
                font-weight: 100;
                font-style: normal;
            }
            
            .contact-1 {
                background-image: url(/assets/contact.svg);
                position: relative;
                height: 30vh;
                /* Full viewport height */
                width: 100%;
                background-size: cover;
                /* Scales image to cover container */
                background-position: center;
                /* Centers image */
                background-repeat: no-repeat;
                justify-items: center;
                align-content: center;
            }
            
            .contact-1 p {
                font-family: "Special Gothic Expanded One", sans-serif;
                font-weight: 600;
                font-style: normal;
                color: #fff;
                font-size: clamp(2rem, 5vw, 3rem);
                /* Scales font size responsively */
            }
            
            .contact-form {
                max-width: 800px;
                margin: 0 auto;
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
            }
            
            .contact-form input,
            .contact-form textarea {
                width: 100%;
                padding: 15px;
                border: none;
                border-radius: 8px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
                font-size: 16px;
            }
            
            .form-half {
                width: 48%;
            }
            
            .form-full {
                width: 100%;
            }
            
            .contact-form button {
                background-color: #8B0000;
                color: white;
                border: none;
                font-size: 16px;
                border-radius: 4px;
                cursor: pointer;
                margin-top: 10px;
                padding: 0.5em;
            }
            
            .contact-form button:hover {
                background-color: #a30000;
            }
            
            @media (max-width: 600px) {
                .form-half {
                    width: 100%;
                }
            }
            
            .content-section {
                display: none;
            }
            
            .content-section.active {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                padding: 0;
            }
            
            .content-section.active img {
                object-fit: contain;
                width: auto;
            }
            
            @media (max-width: 1200px) {
                .service-content h2 {
                    font-size: 1em;
                }
                .service-content p {
                    font-size: 0.7em;
                }
            }
            
            @media (max-width: 868px) {
                .service-image {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    width: 100%;
                    padding: 0;
                }
            }
            
            .tabs {
                display: flex;
                justify-content: center;
                font-size: 0.8em;
            }
            
            .tab:hover {
                color: #1C4884;
                font-weight: 800;
            }
            
            .tab.active {
                border-bottom: 3px solid #a70000;
                font-weight: bold;
                background-color: #f0f0f0;
                color: #a70000;
            }
            
            .about-tabs {
                display: flex;
                background-color: #ffff;
                justify-content: center;
                width: 100%;
            }
            
            .about-tab {
                display: flex;
                padding: 2vh;
                text-align: center;
                cursor: pointer;
                font-weight: bold;
                color: #fff;
                transition: background-color 0.3s ease;
                width: 50%;
                justify-content: center;
                align-items: center;
                text-decoration: none;
            }
            
            #about-services-tab {
                background-color: #1C4884;
            }
            
            #about-portfolio-tab {
                background-color: #8B0000;
            }
            
            .about-tab:hover {
                opacity: 0.9;
            }
            
            .about-tab.active {
                opacity: 1;
            }
            
            .about-content {
                display: none;
            }
            
            .about-content.active {
                display: block;
            }
            
            .about-hero-section {
                background-image: url(/assets/contact.svg);
                height: 70vh;
                width: 100vw;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                color: white;
                background-size: cover;
                background-position: center;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }
            
            .about-quote {
                margin-bottom: 1rem;
                font-size: 1.2rem;
                opacity: 0.9;
            }
            
            .about-hero-section h2 {
                font-size: 3.5rem;
                margin-bottom: 1.5rem;
                color: white;
                font-family: "Special Gothic Expanded One", sans-serif;
                font-weight: 600;
            }
            
            .about-hero-section p {
                font-size: 1rem;
                margin-bottom: 2rem;
                color: white;
                max-width: 600px;
                line-height: 1.6;
            }
            
            .about-cta-btn {
                background-color: #8B0000;
                color: white;
                border: none;
                padding: 12px 30px;
                font-size: 1.1rem;
                border-radius: 4px;
                cursor: pointer;
                transition: background-color 0.3s ease;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-width: 180px;
                text-align: center;
                gap: 8px;
            }
            
            .about-cta-btn:hover {
                background-color: #a30000;
            }
            
            .sub-partners {
                display: flex;
                justify-content: space-between;
                padding: 0 5%;
            }
            
            .sub-partners img {
                height: 10vh;
            }
            
            .content {
                text-align: center;
                height: 80%;
                width: 40vw;
                justify-content: center;
                align-items: center;
                margin-left: 30vw;
                font-size: 1.2rem;
            }
            
            .end-users {
                text-align: center;
                color: #a70000;
            }
            
            .projects-executed {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .projects-executed button {
                background-color: #a70000;
                padding: 1em;
                color: #fff;
                border-radius: 2px;
                border: none;
                width: 30vw;
            }
            
            @media (max-width: 768px) {
                .sub-partners-img {
                    display: none;
                }
                .sub-partners {
                    justify-content: center;
                }
                .sub-partners img {
                    height: 8vh;
                }
                .company-contact {
                    display: none;
                }
            }
            
            .image-carousel-container {
                position: relative;
                width: 90%;
                margin: 30px auto;
                overflow: hidden;
            }
            
            .image-carousel-wrapper {
                overflow: hidden;
                width: 100%;
            }
            
            .image-carousel-track {
                display: flex;
                transition: transform 0.5s ease-in-out;
            }
            
            .image-carousel-slide {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                grid-template-rows: repeat(3, 1fr);
                gap: 10px;
                padding: 10px;
                width: 100%;
                flex: 0 0 100%;
                box-sizing: border-box;
            }
            
            .image-carousel-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 6px;
            }
            
            .image-carousel-arrow {
                position: absolute;
                top: 45%;
                transform: translateY(-50%);
                font-size: 30px;
                background: none;
                border: none;
                color: black;
                cursor: pointer;
                z-index: 2;
            }
            
            .image-carousel-arrow.left {
                left: 10px;
            }
            
            .image-carousel-arrow.right {
                right: 10px;
            }
            
            .service-box {
                display: flex;
                align-items: stretch;
                justify-content: space-between;
                padding: 0;
                margin: 0 auto;
                width: 60%;
                gap: 0;
                height: 60vh;
            }
            
            .service-box:first-child {
                margin-top: 2rem;
            }
            
            .service-box:last-child {
                margin-bottom: 2rem;
            }
            
            .service-box.reverse {
                flex-direction: row-reverse;
            }
            
            .service-box {
                display: flex;
                flex-direction: row;
            }
            
            .service-image {
                flex: 0 0 50%;
                /* Exactly 50% width */
                overflow: hidden;
            }
            
            @media(max-width:768px) {
                .service-image {
                    display: none;
                    /* overflow: hidden;
            flex: 1; */
                }
            }
            
            .service-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                /* Cover the container without distortion */
                display: block;
            }
            
            .service-content {
                flex: 1;
                padding: 1.5rem;
                display: flex;
                flex-direction: column;
                gap: 1rem;
                background-color: #a70000;
                color: #ffffff;
            }
            
            .service-content h2 {
                color: #ffffff;
                font-size: 1rem;
                margin-bottom: 1rem;
                font-weight: 800;
            }
            
            .service-content p {
                font-size: 0.8rem;
                color: #ffffff;
                line-height: 1.6;
                margin-bottom: 1.5rem;
            }
            
            .service-button {
                display: inline-block;
                padding: 12px 30px;
                background-color: #ffffff;
                color: #a70000;
                text-decoration: none;
                border-radius: 4px;
                transition: all 0.3s ease;
                border: 2px solid #ffffff;
                cursor: pointer;
                width: fit-content;
                font-weight: bold;
            }
            
            .service-button:hover {
                background-color: transparent;
                color: #ffffff;
            }
            
            @media (max-width: 768px) {
                .service-box {
                    width: 90%;
                }
                .service-box,
                .service-box.reverse {
                    flex-direction: column;
                }
                .service-image {
                    max-width: 100%;
                }
            }
            
            @keyframes slide {
                from {
                    transform: translateX(0);
                }
                to {
                    transform: translateX(-100%);
                }
            }
            
            .logos {
                overflow: hidden;
                padding: 2vh 0;
                background: #fff;
                white-space: nowrap;
                position: relative;
            }
            
            .logos:before,
            .logos:after {
                position: absolute;
                top: 0;
                height: 100%;
                content: "";
                z-index: 2;
            }
            
            .logos:before {
                left: 0;
                background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
            }
            
            .logos:after {
                right: 0;
                background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
            }
            
            .logos-slide {
                display: inline-block;
                animation: 10s slide infinite linear;
            }
            
            .logos-slide img {
                width: 8vw;
                height: 15vh;
                margin: 0 2vw;
            }
            
            @media(max-width:600px) {
                .logos-slide img {
                    width: 80px;
                    height: 80px;
                    margin: 0 2vw;
                }
                .logos {
                    overflow: hidden;
                    background: #fff;
                    white-space: nowrap;
                    position: relative;
                }
            }
            
            .tech {
                background-image: url(/assets/tech-back.svg);
                position: relative;
                height: 30vh;
                /* Full viewport height */
                width: 100%;
                background-size: cover;
                /* Scales image to cover container */
                background-position: center;
                /* Centers image */
                background-repeat: no-repeat;
                justify-items: center;
                align-content: center;
            }
            
            .tech p {
                font-family: "Special Gothic Expanded One", sans-serif;
                font-weight: 600;
                font-style: normal;
                color: #fff;
                font-size: clamp(2rem, 5vw, 3rem);
            }
            
            .elor {
                background-image: url(/assets/elor-back.svg);
                position: relative;
                height: 30vh;
                /* Full viewport height */
                width: 100%;
                background-size: cover;
                /* Scales image to cover container */
                background-position: center;
                /* Centers image */
                background-repeat: no-repeat;
                justify-items: center;
                align-content: center;
            }
            
            .elor p {
                font-family: "Special Gothic Expanded One", sans-serif;
                font-weight: 600;
                font-style: normal;
                color: #fff;
                font-size: clamp(2rem, 5vw, 3rem);
            }
            
            .lab {
                background-image: url(/assets/lab-back.svg);
                position: relative;
                height: 30vh;
                /* Full viewport height */
                width: 100%;
                background-size: cover;
                /* Scales image to cover container */
                background-position: center;
                /* Centers image */
                background-repeat: no-repeat;
                justify-items: center;
                align-content: center;
            }
            
            .lab p {
                font-family: "Special Gothic Expanded One", sans-serif;
                font-weight: 600;
                font-style: normal;
                color: #fff;
                font-size: clamp(2rem, 5vw, 3rem);
            }
            
            .dm {
                background-image: url(/assets/direct.svg);
                position: relative;
                height: 30vh;
                /* Full viewport height */
                width: 100%;
                background-size: cover;
                /* Scales image to cover container */
                background-position: center;
                /* Centers image */
                background-repeat: no-repeat;
                justify-items: center;
                align-content: center;
                text-align: center;
            }
            
            .dm p {
                font-family: "Special Gothic Expanded One", sans-serif;
                font-weight: 600;
                font-style: normal;
                color: #fff;
                font-size: clamp(2rem, 5vw, 3rem);
            }
            
            .about-img {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .about-img img {
                width: 80vw;
            }
            
            .button-container {
                display: flex;
                justify-content: center;
                gap: 3vw;
                padding: 2em;
            }
            
            .button-container a {
                font-weight: 600;
            }
            
            .primary-button,
            .secondary-button,
            .tertiary-button {
                width: 15em;
                height: 15em;
                background-color: #a70000;
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                border-radius: 2px;
                cursor: pointer;
                transition: background-color 0.3s;
                user-select: none;
                text-decoration: none;
                padding: 10px;
            }
            
            .primary-button:hover,
            .secondary-button:hover,
            .tertiary-button:hover {
                background-color: #530000;
            }
            
            .primary-button:active,
            .secondary-button:active,
            .tertiary-button:active {
                background-color: #a30000;
            }
            
            .button-container-1 {
                display: flex;
                justify-content: center;
                gap: 3vw;
                padding: 2em;
            }
            
            .button-container-1 a {
                font-weight: 600;
            }
            
            .primary-button-1,
            .secondary-button-1,
            .tertiary-button-1 {
                width: 15em;
                height: 15em;
                background-color: #1c4884;
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                border-radius: 2px;
                cursor: pointer;
                transition: background-color 0.3s;
                user-select: none;
                text-decoration: none;
                padding: 10px;
            }
            
            .primary-button-1:hover,
            .secondary-button-1:hover,
            .tertiary-button-1:hover {
                background-color: #091f3e;
            }
            
            .primary-button-1:active,
            .secondary-button-1:active,
            .tertiary-button-1:active {
                background-color: #1c4884;
            }
            
            .circle {
                background-color: #a70000;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                font-size: clamp(1rem, 2.2vw, 1.6rem);
                font-weight: bold;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 1.5vw rgba(175, 76, 76, 0.8);
                animation: glow 1.5s ease-in-out infinite;
                line-height: 1.5;
                margin: 0 20em;
                border-radius: 40px;
                padding: 20px 0;
                /* Adjust line height for better spacing */
            }
            
            @keyframes glow {
                0% {
                    box-shadow: 0 0 1.5vw rgba(206, 8, 8, 0.8);
                }
                50% {
                    box-shadow: 0 0 3vw rgb(175, 76, 76), 0 0 4.5vw rgba(76, 175, 80, 0.6);
                }
                100% {
                    box-shadow: 0 0 1.5vw rgba(213, 25, 25, 0.8);
                }
            }
            /* Media query for smaller screens */
            
            @media (max-width: 600px) {
                .circle {
                    width: 40vw;
                    height: 40vw;
                    min-width: 120px;
                    min-height: 120px;
                    font-size: clamp(0.9rem, 3.5vw, 1.2rem);
                }
                @keyframes glow {
                    0% {
                        box-shadow: 0 0 2vw rgba(76, 175, 80, 0.8);
                    }
                    50% {
                        box-shadow: 0 0 4vw rgba(76, 175, 80, 1), 0 0 6vw rgba(76, 175, 80, 0.6);
                    }
                    100% {
                        box-shadow: 0 0 2vw rgba(76, 175, 80, 0.8);
                    }
                }
            }
            
            .technolab {
                display: flex;
            }
            
            .testimonials-section.simple {
                width: 100%;
                max-width: 800px;
                margin: 2em auto 3em auto;
                background: #fff;
                border-radius: 16px;
                padding: 2em 1em 1.5em 1em;
                text-align: center;
                position: relative;
            }
            
            .testimonial-text {
                font-size: 1.2em;
                color: #1c4884;
                font-style: italic;
                margin: 0;
                opacity: 0;
                position: absolute;
                left: 0;
                right: 0;
                transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                /* ease-in-out, faster */
                z-index: 1;
            }
            
            .testimonial-text.active {
                opacity: 1;
                position: relative;
                z-index: 2;
            }
            
            .testimonial-author {
                display: block;
                margin-top: 0.5em;
                font-size: 1em;
                color: #c8102e;
                font-weight: bold;
            }
            
            .testimonial-slide {
                min-height: 80px;
                position: relative;
            }
            
            .director-message {
                font-weight: 600;
                margin: 0 30vw;
                text-align: justify;
            }
            
            .director-message p {
                font-weight: 500;
            }
            
            .director-message h4 {
                font-weight: 600;
            }
            
            @media (max-width: 600px) {
                .director-message {
                    margin: 0 10vw;
                    text-align: justify;
                }
                .director-message p {
                    font-weight: 500;
                }
                .director-message h4 {
                    font-weight: 700;
                }
            }
            
            .image-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 20px;
                padding: 20px;
                max-width: 1200px;
                margin: 0 auto;
            }
            
            .image-grid-2 {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 20px;
                padding: 20px;
                max-width: 1200px;
                margin: 0 auto;
            }
            
            .grid-image-item {
                background-color: #f3f4f5;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 300px;
                border-radius: 5px;
                overflow: hidden;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                cursor: pointer;
            }
            
            .grid-image-item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .grid-image-item:hover {
                transform: scale(1.05);
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            }
            /* Responsive breakpoints */
            
            @media (max-width: 1200px) {
                .image-grid,
                .image-grid-2 {
                    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                    gap: 15px;
                    padding: 15px;
                }
                .grid-image-item {
                    height: 250px;
                }
            }
            
            @media (max-width: 1150px) {
                .image-grid,
                .image-grid-2 {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                    padding: 15px;
                    max-width: 600px;
                }
                .grid-image-item {
                    height: 300px;
                    width: 100%;
                }
            }
            
            @media (max-width: 768px) {
                .image-grid,
                .image-grid-2 {
                    gap: 12px;
                    padding: 12px;
                }
                .grid-image-item {
                    height: 250px;
                }
            }
            
            @media (max-width: 600px) {
                .image-grid,
                .image-grid-2 {
                    gap: 10px;
                    padding: 10px;
                }
                .grid-image-item {
                    height: 200px;
                }
            }
            
            @media (max-width: 480px) {
                .image-grid,
                .image-grid-2 {
                    gap: 8px;
                    padding: 8px;
                }
                .grid-image-item {
                    height: 150px;
                }
            }
            
            .nav-item-1 {
                display: none;
            }
            
            @media (max-width:900px) {
                .nav-item-1 {
                    display: block;
                }
                .nav-item {
                    text-align: left;
                }
            }