* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    color-scheme: light;
    --accent: #086375;
}
/* Font metric overrides for Inter to prevent layout shift */
@font-face {
    font-family: 'Inter-fallback';
    src: local('Arial');
    ascent-override: 90.20%;
    descent-override: 22.48%;
    line-gap-override: 0.00%;
    size-adjust: 107.40%;
}

body {
    font-size: 1rem;
    font-family: 'Inter-fallback', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f7f7f7;
}

/* When Inter font loads, switch to it */
.fonts-loaded body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
}
.section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}
.section:last-child {
    border-bottom: none;
}
.hero {
    position: relative;
    padding: 8rem 0;
    border-bottom: 0px solid var(--black);
    overflow: hidden;
}
.hero .container {
    position: relative;
    z-index: 1;
}
.subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    max-width: 700px;
    min-height: 120px;
    height: 120px;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.highlight {
    color: var(--accent);
}
.left-column {
    background-color: #fff;
    padding: 60px 40px;
    position: relative;
    box-sizing: border-box;
    min-width: 0;
}
.right-column {
    padding: 60px 40px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    min-width: 0;
}
h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2c3e50;
}
h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2c3e50;
}
p {
    font-size: 1rem;
    color: #555;
    overflow-wrap: break-word; /* Added to prevent text overflow issues */
}
.tagline {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.7;
}
.service-description {
    font-size: 1.25rem;
    font-family: system-ui;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.7;
}
.service-description-2 {
    font-size: 18px;
    font-family: system-ui;
    color: #737373;
    margin-bottom: 20px;
    line-height: 1.7;
}
.features {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.icon {
    width: 30px;
    height: 30px;
    background-color: #086375;
    border-radius: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.icon::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #1DD3B0;
    border-radius: 3px;
}
.feature-content h3 {
    font-size: 1.3rem;
    color: #0066cc;
    margin-bottom: 10px;
    text-decoration: none;
}
.feature-content h3:hover {
    text-decoration: underline;
}
.feature-text {
    color: #666;
    line-height: 1.6;
}
.cta-out {
    color: #086375;
    text-decoration: none;
    font-weight: 500;
}
.cta-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}
.cta-link:hover {
    text-decoration: underline;
}
.contact-section {
    background-color: #086375;
    color: white;
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
}
.contact-section h3 {
    color: white;
    margin-bottom: 15px;
}
.contact-section p {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.email-link {
    color: #66d9ff !important;
    text-decoration: none;
    font-size: 1.25rem !important;
    font-weight: 500;
    margin-bottom: 0px;
}
.email-link:hover {
    text-decoration: underline;
}
mark {
    background-color: #AFFC41;
    color: black;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: normal;
    color: #5A5A5A;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.process-step {
    text-align: center;
    padding: 20px 10px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    font-size: 1.25rem;
}
.process-step h4 {
    color: #e95420;
    margin-bottom: 10px;
    font-size: 1rem;
}
.process-step a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #66d9ff;
}
.process-step a:hover {
    text-decoration: underline;
}
blockquote {
    background-color: #f8f9fa;
    border-left: 4px solid #086375;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
    font-style: italic;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow-wrap: break-word;
}
blockquote h5 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
}
blockquote::before {
    content: '"';
    font-size: 3rem;
    color: #086375;
    position: absolute;
    top: -5px;
    left: 10px;
    font-family: Georgia, serif;
}
/* Particles.js container */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
@media (max-width: 768px) {
    .section {
        grid-template-columns: 1fr;
    }
    .left-column,
    .right-column {
        padding: 40px 20px;
    }
    .left-column {
        border-bottom: 1px solid #e5e5e5;
        background-color: #f7f7f7;
    }
    .right-column {
        background-color: #fff;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
}
.marquee-container {
    background-color: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    /* animation will be set dynamically */
}
.tech-item {
    background-color: white;
    color: #2c3e50;
}
.tech-item svg {
    margin-right: 8px;
}

/* Remove the old @keyframes marquee, will be injected dynamically */
/* .marquee-container:hover .marquee-content { ... } remains unchanged */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Presentation Mode Styles */
body.presentation-mode {
    overflow: hidden;
}

.section {
    transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

body.presentation-mode .section {
    filter: blur(8px);
    opacity: 0.3;
    pointer-events: none;
}

body.presentation-mode .section.active {
    filter: blur(0);
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.02);
}

/* Presentation indicator */
.presentation-indicator {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #999;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 10000;
    font-size: 14px;
}

body.presentation-mode .presentation-indicator {
    display: block;
}

.presentation-indicator span {
    font-weight: bold;
}