html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA9NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
:root {
            --brand-color: #ff671f;
            --primary-color: #ff671f;
            --text-dark: #333333;
            --text-light: #ffffff;
            --bg-light: #ffffff;
            --bg-gray: #f5f5f5;
            --section-padding: 6rem 2rem;
            --diagonal-skew: -5deg;
            
            /* Override Bootstrap border-radius variables */
            --bs-border-radius: 0;
            --bs-border-radius-sm: 0;
            --bs-border-radius-lg: 0;
            --bs-border-radius-xl: 0;
            --bs-border-radius-xxl: 0;
            --bs-border-radius-pill: 0;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
        }

        html {
            scroll-behavior: smooth;
            overflow-x: hidden;
        }

        body {
            line-height: 1.6;
            color: var(--text-dark);
            font-display: swap;
        }

        /* GLOBAL OVERRIDE: Ensure ALL elements are rectangular with no rounded corners */
        *, *::before, *::after {
            border-radius: 0 !important;
        }

        /* Specific overrides for common Bootstrap elements */
        .btn, .btn-primary, .btn-secondary, .btn-outline, .btn-outline-primary, .btn-outline-secondary,
        .form-control, .form-select, .form-check-input, .input-group-text,
        .card, .card-header, .card-body, .card-footer,
        .alert, .modal-content, .modal-header, .modal-body, .modal-footer,
        .navbar-toggler, .dropdown-menu, .dropdown-item,
        .badge, .nav-pills .nav-link, .nav-tabs .nav-link,
        .pagination .page-link, .toast, .tooltip, .popover {
            border-radius: 0 !important;
        }

        /* Exception: Keep circular elements for specific design purposes only */
        .social-link {
            border-radius: 50% !important;
        }

        /* Header and Navigation */
        header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .header-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .logo-image {
            max-width: 200px;
            height: auto;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            color: var(--brand-color);
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            z-index: 1;
        }

        .logo::after {
            content: '';
            position: absolute;
            width: 120%;
            height: 0.5rem;
            background: rgba(255, 103, 31, 0.2);
            bottom: 0;
            left: -10%;
            z-index: -1;
            transform: skew(var(--diagonal-skew));
        }

        /* Mobile Menu Toggle Button */
        .mobile-menu-toggle {
            display: none;
            flex-direction: column;
            justify-content: space-around;
            width: 2rem;
            height: 2rem;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 1001;
            transition: all 0.3s ease;
        }

        .hamburger-line {
            width: 2rem;
            height: 0.25rem;
            background: var(--text-dark);
            border-radius: 0;
            transition: all 0.3s ease;
            transform-origin: 1px;
        }

        .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
            transform: rotate(45deg);
        }

        .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
            transform: rotate(-45deg);
        }

        /* Navigation Menu */
        .nav-menu {
            display: block;
        }

        .nav-menu ul {
            list-style: none;
            display: flex;
            gap: 2rem;
            margin: 0;
            padding: 0;
        }

        .nav-menu a {
            text-decoration: none;
            color: var(--text-dark);
            font-weight: 500;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            padding: 0.5rem 1rem;
            position: relative;
            display: block;
        }

        .nav-menu a::before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--brand-color);
            transition: width 0.3s ease;
        }

        .nav-menu a:hover::before {
            width: 100%;
        }

        .nav-menu a:hover {
            color: var(--brand-color);
        }

        /* Mobile Navigation Styles */
        @media (max-width: 768px) {
            .header-content {
                padding: 1rem;
            }

            .logo-image {
                max-width: 150px;
            }

            .mobile-menu-toggle {
                display: flex;
            }

            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                width: 80%;
                max-width: 300px;
                height: 100vh;
                background: rgba(255, 255, 255, 0.98);
                backdrop-filter: blur(10px);
                box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
                transition: right 0.3s ease;
                z-index: 1000;
                overflow-y: auto;
            }

            .nav-menu.active {
                right: 0;
            }

            .nav-menu ul {
                flex-direction: column;
                gap: 0;
                padding: 5rem 0 2rem 0;
                height: 100%;
            }

            .nav-menu li {
                border-bottom: 1px solid #f0f0f0;
            }

            .nav-menu li:last-child {
                border-bottom: none;
            }

            .nav-menu a {
                padding: 1.5rem 2rem;
                font-size: 1rem;
                border-bottom: none;
                width: 100%;
                text-align: left;
            }

            .nav-menu a::before {
                display: none;
            }

            .nav-menu a:hover {
                background: rgba(255, 103, 31, 0.1);
                color: var(--brand-color);
            }

            /* Overlay for mobile menu */
            .nav-menu.active::before {
                content: '';
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
        }

        /* Tablet adjustments */
        @media (max-width: 1024px) and (min-width: 769px) {
            .nav-menu ul {
                gap: 1.5rem;
            }

            .nav-menu a {
                font-size: 0.85rem;
                padding: 0.4rem 0.8rem;
            }
        }

        /* Hero Section */
        .hero {
            background: var(--bg-light);
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            margin-bottom: -6rem;
        }

        .hero::before {
            content: '';
            position: absolute;
            width: 100%;
            height: calc(100% + 6rem);
            background: var(--brand-color);
            transform: skewY(var(--diagonal-skew));
            transform-origin: bottom left;
            z-index: 0;
        }

        .hero-grid {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-content {
            color: var(--text-light);
            max-width: 600px;
        }

        .hero h1 {
            font-size: 3.5rem;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .hero-visual {
            position: relative;
            height: 500px;
        }

        .geometric-shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .geometric-shape:nth-child(1) {
            width: 300px;
            height: 300px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .geometric-shape:nth-child(2) {
            width: 200px;
            height: 200px;
            top: 30%;
            left: 60%;
            transform: rotate(30deg);
        }

        .geometric-shape:nth-child(3) {
            width: 150px;
            height: 150px;
            top: 60%;
            left: 30%;
            transform: rotate(-15deg);
        }

        /* Main Content */
        .content-section {
            padding: var(--section-padding);
            position: relative;
            overflow: hidden;
        }

        .diagonal-section {
            background: var(--bg-gray);
            transform: skewY(var(--diagonal-skew));
            margin: 0 0 6rem 0;
            position: relative;
            z-index: 1;
        }

        .diagonal-content {
            transform: skewY(calc(var(--diagonal-skew) * -1));
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .section-title {
            text-transform: uppercase;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            text-align: center;
            color: var(--text-dark);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            position: relative;
            display: inline-block;
            left: 50%;
            transform: translateX(-50%);
        }

        .section-title::after {
            content: '';
            position: absolute;
            width: 60%;
            height: 4px;
            background: var(--brand-color);
            bottom: -10px;
            left: 20%;
            transform: skew(var(--diagonal-skew));
        }

        /* Products Grid */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            padding: 2rem 0;
        }

        .product-card {
            position: relative;
            transition: transform 0.3s ease;
        }

        .product-card:hover {
            transform: translateY(-10px);
        }

        .product-card-inner {
            background: var(--bg-light);
            padding: 2rem;
            position: relative;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .card-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .card-content p {
            flex-grow: 1;
            margin-bottom: 1.5rem;
        }

        .card-buttons {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            margin-top: auto;
        }

        .card-buttons .btn {
            width: 100%;
            text-align: center;
            justify-content: center;
        }

        .card-accent {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--brand-color);
            transform: scaleX(0.7);
            transition: transform 0.3s ease;
        }

        .product-card:hover .card-accent {
            transform: scaleX(1);
        }

        .product-card h3 {
            color: var(--brand-color);
            margin-bottom: 1rem;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

        /* Careers Section */
        .careers-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            padding: 2rem 0;
        }

        .career-intro h3 {
            color: var(--brand-color);
            font-size: 2rem;
            margin-bottom: 1.5rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

        .career-intro p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: var(--text-dark);
        }

        .career-benefits {
            list-style: none;
            padding: 0;
        }

        .career-benefits li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 1.1rem;
            color: var(--text-dark);
        }

        .benefit-icon {
            margin-right: 1rem;
            width: 2rem;
            text-align: center;
        }

        .benefit-icon i {
            color: var(--brand-color);
            font-size: 1.2rem;
        }

        .open-positions {
            display: grid;
            gap: 2rem;
        }

        .position-card {
            position: relative;
            transition: transform 0.3s ease;
        }

        .position-card:hover {
            transform: translateY(-10px);
        }

        .position-card-inner {
            background: var(--bg-light);
            padding: 2rem;
            position: relative;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .position-card h4 {
            color: var(--brand-color);
            margin-bottom: 1rem;
            font-size: 1.2rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

        .position-tags {
            display: flex;
            gap: 1rem;
            margin: 1rem 0;
        }

        .position-tags span {
            background: rgba(255, 103, 31, 0.1);
            color: var(--brand-color);
            padding: 0.3rem 1rem;
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* Career Contact Section */
        .career-contact {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .career-contact-card {
            position: relative;
            transition: transform 0.3s ease;
            max-width: 500px;
            width: 100%;
        }

        .career-contact-card:hover {
            transform: translateY(-10px);
        }

        .career-contact-inner {
            background: var(--bg-light);
            padding: 2.5rem;
            position: relative;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            text-align: center;
        }

        .career-contact-inner h4 {
            color: var(--brand-color);
            margin-bottom: 1.5rem;
            font-size: 1.4rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

        .career-contact-inner p {
            margin-bottom: 2rem;
            font-size: 1.1rem;
            line-height: 1.6;
            color: var(--text-dark);
        }

        .contact-info {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            margin-bottom: 1.5rem;
            font-size: 1rem;
            color: var(--text-dark);
            font-weight: 500;
        }

        .contact-info i {
            color: var(--brand-color);
            font-size: 1.2rem;
        }

        .career-email-btn {
            background: var(--brand-color);
            color: var(--text-light);
            padding: 0.75rem 2rem;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 0.5px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1rem;
            display: inline-block;
        }

        .career-email-btn:hover {
            background-color: #e55b1a;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(255, 103, 31, 0.3);
        }

        @media (max-width: 768px) {
            .careers-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
        }

        /* Button Styles */
        .btn {
            display: inline-block;
            padding: 0.8rem 1.5rem;
            background: var(--brand-color);
            color: var(--text-light);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 0.5px;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .btn:hover {
            background-color: #e55b1a;
        }

        /* Footer */
        footer {
            background: var(--text-dark);
            color: var(--text-light);
            padding: 2rem 1rem;
            margin-top: 2rem;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2rem;
            }

            .products-grid {
                grid-template-columns: 1fr;
            }
        }
        .about-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.about-text .lead {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--primary-text);
}

.about-text .description {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--secondary-text);
}

/* About section styles */
.about-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0;
    align-items: center;
}

.about-section.reverse {
    direction: rtl;
}

.about-section.reverse .text-content {
    direction: ltr;
}

.about-section .text-content {
    padding: 1rem;
}

.image-container {
    overflow: hidden;
    border-radius: 0;  /* Removed border radius for rectangular look */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);  /* Enhanced shadow for depth */
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;  /* Added subtle border */
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease-out;
}

/* Add hover effect */
.image-container:hover .about-image {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 2rem 0;
    }
    
    .image-container {
        max-width: 100%;
        aspect-ratio: 16 / 10;
        margin: 0;  /* Remove margin on mobile */
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);  /* Slightly softer shadow on mobile */
    }

    .about-section .text-content {
        padding: 0 1rem;
    }
}

/* Social Media Section */
.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #333;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link i {
    font-size: 1.5rem;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link.linkedin:hover {
    background-color: #0077b5;
    color: white;
}

.social-link.facebook:hover {
    background-color: #1877f2;
    color: white;
}

.social-link.twitter:hover {
    background-color: #000000;
    color: white;
}

.social-link.youtube:hover {
    background-color: #ff0000;
    color: white;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Performance optimizations for Core Web Vitals */

img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

/* Ensure text remains visible during webfont load */
body {
    font-display: swap;
}

/* Improve color contrast for accessibility */
.hero-tagline {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
}

/* Ensure sufficient text spacing */
p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* Ensure clickable elements are easily accessible */
a, button {
    padding: 0.5rem;
    min-height: 44px;
    min-width: 44px;
}

/* Product Detail Page Styles */
.product-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.product-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 4rem 0;
}

.product-description {
    font-size: 1.1rem;
    line-height: 1.6;
}

.product-detail-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.feature-card {
    background: white;
    border-radius: 0;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
}

.benefit-item i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.tech-specs {
    background-color: #f8f9fa;
}

.tech-specs-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.cta-container {
    text-align: center;
    padding: 2rem 0;
}

@media (max-width: 768px) {
    .product-overview {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-detail-image {
        margin-top: 2rem;
    }

    .benefits-list {
        grid-template-columns: 1fr;
    }
}

/* Career Page Styles */
.career-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
}

.hero-meta {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.experience-badge, .posted-date {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 0;
    font-size: 0.9rem;
}

.job-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.job-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.job-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.job-list li::before {
    content: "•";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}

.application-section {
    background-color: #f8f9fa;
}

.application-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-control {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1rem;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb), 0.1);
}

.checkbox-label {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.form-actions {
    margin-top: 2rem;
    text-align: center;
}

.file-name {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
}

.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert[role="alert"] {
    position: relative;
    padding-right: 3rem;
}

/* Form validation enhancements */
.application-form .invalid.modified {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.application-form .valid.modified {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.application-form .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.application-form .validation-message {
    margin-top: 0.25rem;
    font-size: 0.875em;
}

/* File upload styling */
.application-form .file-name {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875em;
    color: #6c757d;
}

.application-form input[type="file"] {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.application-form input[type="file"]:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

/* AOS visibility fixes */
[data-aos] {
    pointer-events: auto; /* Changed from none to auto */
    opacity: 1; /* Ensure content is always visible by default */
}
[data-aos].aos-animate {
    pointer-events: auto;
}
[data-aos][data-aos-duration="400"], 
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 400ms;
}
.aos-init[data-aos][data-aos].aos-animate {
    transform: unset;
    opacity: 1;
}

/* Fallback for when AOS hasn't loaded yet */
[data-aos]:not(.aos-init) {
    opacity: 1 !important;
    transform: none !important;
}

/* Force show content if animations are disabled */
@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Ensure images are always visible */
.about-image, .blog-image {
    opacity: 1 !important;
}



/* Blog Section Styles */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.blog-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 50%, rgba(0,0,0,0.3) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1rem;
}

.blog-date {
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-date .day {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.blog-date .month {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    line-height: 1;
}

.blog-date .year {
    display: block;
    font-size: 0.75rem;
    color: #666;
    line-height: 1;
}

.blog-card-content {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #666;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.blog-meta i {
    color: var(--primary-color);
}

.blog-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.blog-tag {
    background: #f8f9fa;
    color: var(--primary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid #e9ecef;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.blog-date-mobile {
    display: none;
    font-size: 0.875rem;
    color: #666;
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
}

.no-blogs {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
}

.blog-section-footer {
    text-align: center;
    margin-top: 3rem;
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-card-image {
        height: 180px;
    }
    
    .blog-date {
        display: none;
    }
    
    .blog-date-mobile {
        display: block;
    }
    
    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .blog-card-footer {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .btn-outline {
        text-align: center;
    }
}

/* Demo Modal Styles */
.demo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: auto;
    padding: 2rem 1rem;
}

.demo-modal-overlay.show {
    display: flex !important;
}

.demo-modal-content {
    background: white;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    margin: auto;
    border-radius: 0; /* Keeping rectangular design */
}

.demo-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.demo-modal-header h3 {
    color: var(--primary-color);
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s ease;
    border-radius: 0;
}

.close-btn:hover {
    color: var(--primary-color);
}

.demo-modal-body {
    padding: 2rem;
}

.product-info {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 0;
}

.product-info h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.product-info p {
    color: #666;
    margin: 0;
    font-size: 1rem;
}

.demo-modal .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.demo-modal .form-group {
    display: flex;
    flex-direction: column;
}

.demo-modal .form-group.full-width {
    grid-column: 1 / -1;
}

.demo-modal .form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.demo-modal .form-control {
    padding: 0.75rem;
    border: 2px solid #ddd;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: white;
    border-radius: 0;
}

.demo-modal .form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(255, 103, 31, 0.1);
}

.demo-modal .form-control::placeholder {
    color: #999;
    font-size: 0.9rem;
}

.demo-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.demo-modal .btn-primary {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    border-radius: 0;
}

.demo-modal .btn-primary:hover {
    background: #e55b1a;
    border-color: #e55b1a;
    transform: translateY(-2px);
}

.demo-modal .btn-secondary {
    background: transparent;
    color: #666;
    border-color: #ddd;
    border-radius: 0;
}

.demo-modal .btn-secondary:hover {
    background: #f8f9fa;
    border-color: #999;
    color: #333;
}

@media (max-width: 768px) {
    .demo-modal-overlay {
        padding: 1rem;
    }

    .demo-modal-header,
    .demo-modal-body {
        padding: 1.5rem;
    }

    .demo-modal .form-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .demo-modal-footer {
        flex-direction: column;
    }

    .demo-modal .btn {
        text-align: center;
        justify-content: center;
    }
}