html, body {
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

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,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDk5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmctieG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI26My45MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA9NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuOTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg8Nlw2NjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDg 6NzYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI6MjY1LjMwNyA2My4zMDU1TDExLjMyNCA5MGw2IDE1TDExLjYwNiA2MC4zMDQ1SDcgMjY0LjYyYzAuMTA3LjA1NCAwIDEuMDQ4LjA1NSAwIDEuMDUwLjA1NnptMTEuNzIzLTYuNDJsMy4yMjgtMy4yMjRsMy4yMjgtMy4yMjRsMy4yMjgtMy4yMjVsMy4yMjgtMy4yMjR6IiBmaWxsPSIjRkZFNTAwIiBmaWxsLXJ1bGU9ImV2ZW5vZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 0;
    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;
}

.section {
    padding: 60px 0;
}

.bg-light {
    background-color: #f8f9fa !important;
}

#hero-section {
    padding: 20px 0;
    background-color: #fff;
}

#about-section img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform .2s;
}

.card:hover {
    transform: translateY(-5px);
}

.blockquote {
    border-left: 4px solid #007bff;
    padding-left: 20px;
    font-style: italic;
}

.header-section {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.main-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-menu {
    justify-content: center;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-bottom-color 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #007bff;
    border-bottom-color: #007bff;
}

.contact-info {
    font-weight: 600;
    color: #555;
}

.contact-info i {
    margin-right: 8px;
    color: #007bff;
}

.hero-banner {
    line-height: 0; /* Removes extra space below the image */
    text-align: center;
}

.hero-banner img {
    width: 100%;
    height: auto;
    max-width: 1200px; /* Adjust this value as needed */
}

#solution-section {
    background-color: #e4f2ff; /* Light gray background */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#solution-section .col-md-6 {
    padding: 0 30px; /* Add some horizontal padding to the columns */
}

.solution-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 20px;
}

.solution-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-button {
    font-size: 1.1rem;
    padding: 12px 25px;
    font-weight: 600;
}

#applications-section {
    background-color: #e4f2ff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    /* A slightly different background */
}

.applications-image-container {
    text-align: center;
    padding: 20px 0;
}

    .applications-image-container img {
        max-width: 75%;
        margin: 0 auto;
        display: block;
    }

#warranty-section {
    background-color: #f0f0f0; /* A slightly different background */
    color: #333;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.warranty-title {
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 1rem;
}

.warranty-text {
    font-size: 1.1rem;
    line-height: 1.7;
}
.trusted-by-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.trusted-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.trusted-logo {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.trusted-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Existing styles */
.trusted-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Add these styles for the new benefits section */
.product-benefits-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.product-benefit {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 100%;
}

.product-benefit h4 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-benefit p {
    margin-bottom: 0;
}

/* --- Footer Styles --- */
.footer {
    background: #222; /* Dark gray/black background */
    color: #ccc; /* Light gray text */
    font-size: 14px;
}

.footer .footer-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff; /* White for headings */
}

.footer .footer-info p {
    margin-bottom: 0;
}

.footer .footer-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .ce-cert {
    max-height: 150px;
    width: auto;
}

.footer .footer-legal {
    padding: 05px 0;
    background-color: #000; /* Black background */
}

.footer .copyright, .footer .credits {
    color: #aaa; /* Slightly darker gray for legal text */
}

.footer .credits a {
    color: #eee; /* Lighter gray for links */
    font-weight: 600;
}

.footer .credits a:hover {
    color: #fff; /* White on hover */
}

/* Footer mobile alignment */
@media (max-width: 767.98px) {
    .footer .footer-content .row {
        text-align: center;
    }

    .footer .footer-info {
        margin-bottom: 12px;
    }

    .footer .footer-info p {
        line-height: 1.6;
    }

    .footer .footer-images {
        margin: 10px 0;
    }

    .footer .cta-button {
        width: 100%;
        max-width: 280px;
    }
}

/* Responsive styles for mobile */
@media (max-width: 767.98px) {
    .section {
        padding: 40px 0;
    }

    .hero-banner img {
        max-width: 100%;
    }

    #solution-section,
    #applications-section,
    #warranty-section,
    #benefits-section,
    #home-energy-section,
    #industrial-applications-section {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        padding-left: 16px;
        padding-right: 16px;
    }

    #solution-section .col-md-6,
    #applications-section .col-md-6 {
        padding: 0 10px;
    }

    .solution-image-container {
        margin-bottom: 20px;
    }

    .solution-text {
        text-align: center;
    }

    .solution-text h2 {
        font-size: 1.6rem;
    }

    .solution-text p,
    .warranty-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .cta-button {
        width: 100%;
        max-width: 320px;
    }

    .applications-image-container img {
        max-width: 100%;
    }

    .feature-card,
    .home-energy-card,
    .industrial-card,
    .product-benefit {
        padding: 20px;
    }

    .trusted-title {
        font-size: 1.3rem;
    }

    .trusted-logo {
        max-height: 48px;
    }

    .solution-image {
        max-width: 100%;
    }
}

.feature-intro {
    max-width: 780px;
    margin: 0 auto 10px;
    color: #444;
}

.feature-card {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.feature-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 10px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.feature-list li::before {
    content: none !important;
}

.tick-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 4px;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230d6efd'><path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1 14.2l-3.2-3.2 1.4-1.4 1.8 1.8 4.8-4.8 1.4 1.4-6.2 6.2z'/></svg>");
}

#benefits-section {
    background-color: #e4f2ff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#home-energy-section {
    background-color: #f0f0f0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.home-energy-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.section-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0d6efd;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#industrial-applications-section {
    background-color: #e4f2ff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.industrial-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.industrial-image-frame img {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.solution-image-container {
    display: flex;
    justify-content: center;
}

.solution-image {
    max-width: 90%;
    height: auto;
    display: block;
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.nav-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    margin: 0;
}

@media (max-width: 767.98px) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 6px;
        padding: 6px 0;
        align-items: flex-start;
    }

    .nav-menu.open {
        display: flex;
    }
    .brand-logo-inline {
        height: 0.9em;
        width: auto;
        vertical-align: text-bottom;
        display: inline-block;
    }

    .brand-logo-inline--sm {
        height: 0.75em;
    }

}
.brand-logo-inline {
    height: 0.9em;
    width: auto;
    vertical-align: text-bottom;
    display: inline-block;
}

.brand-logo-inline--sm {
    height: 0.75em;
}
#industrial-applications-section .industrial-content,
#industrial-applications-section .industrial-card {
    text-align: left;
}

#industrial-applications-section .industrial-content h2 {
    margin-bottom: 12px;
}

#industrial-applications-section .industrial-content p {
    margin-bottom: 14px;
}

.contact-card {
    background-color: #f5f8fc;
    border: 1px solid #e4edf7;
    border-radius: 12px;
}

.contact-card .card-body {
    padding: 1.75rem;
}

@media (max-width: 767.98px) {
    .contact-card .card-body {
        padding: 1.25rem;
    }

    .contact-layout .card-title {
        text-align: center;
    }
}