/*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: radial-gradient(circle at top left, rgba(0,180,255,0.12), transparent 48%), linear-gradient(180deg, #0a1223 0%, #0c1a34 100%);
    color: #e0e6f0;
}

#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: radial-gradient(circle at top left, rgba(0,180,255,0.12), transparent 45%), radial-gradient(circle at bottom right, rgba(0,120,255,0.08), transparent 55%), #0a1223;
    color: #e0e6f0;
    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: #7fd6ff;
    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: radial-gradient(circle at top right, rgba(0,180,255,0.1), transparent 45%), radial-gradient(circle at bottom left, rgba(0,120,255,0.07), transparent 55%), #0a1223;
    color: #e0e6f0;
    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: radial-gradient(circle at top center, rgba(0,180,255,0.12), transparent 40%), radial-gradient(circle at bottom center, rgba(0,120,255,0.08), transparent 50%), #0a1223;
    color: #e0e6f0;
    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: radial-gradient(circle at top center, rgba(0,180,255,0.1), transparent 45%), radial-gradient(circle at bottom center, rgba(0,120,255,0.06), transparent 55%), #0a1223;
    color: #e0e6f0;
}

.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: #dbe4f0;
}

.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: radial-gradient(circle at top left, rgba(0,180,255,0.1), transparent 45%), radial-gradient(circle at bottom right, rgba(0,120,255,0.08), transparent 50%), #0a1223;
    color: #e0e6f0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

#home-energy-section {
    background: radial-gradient(circle at left center, rgba(0,180,255,0.12), transparent 45%), radial-gradient(circle at right center, rgba(0,120,255,0.08), transparent 50%), #0a1223;
    color: #e0e6f0;
    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: radial-gradient(circle at top left, rgba(0,150,255,0.1), transparent 45%), radial-gradient(circle at bottom right, rgba(0,90,200,0.08), transparent 50%), #0a1223;
    color: #e0e6f0;
    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;
    }
}*/
/* ================= HEADER ================= */

/*.futuristic-header {
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(8, 14, 28, 0.65);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 180, 255, 0.15);
}

.futuristic-nav {
    display: flex;
    flex-direction: column;
}*/

/* ================= LOGO ================= */

/*.futuristic-logo {
    position: relative;
}

.logo-glow {
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(0,200,255,0.35), transparent 60%);
    filter: blur(18px);
    opacity: .6;
    z-index: -1;
}*/

/* ================= NAV TOP ================= */

/*.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}*/

/* ================= TOGGLE BUTTON ================= */

/*.futuristic-toggle {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,180,255,0.35);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    box-shadow: inset 0 0 20px rgba(0,180,255,0.15);
}

    .futuristic-toggle:hover {
        box-shadow: 0 0 25px rgba(0,180,255,0.45), inset 0 0 25px rgba(0,180,255,0.25);
        transform: scale(1.05);
    }

    .futuristic-toggle .bar {
        position: absolute;
        width: 26px;
        height: 2px;
        background: linear-gradient(90deg, #00c6ff, #0072ff);
        border-radius: 2px;
        transition: all .4s cubic-bezier(.68,-0.55,.27,1.55);
        box-shadow: 0 0 8px rgba(0,198,255,0.9);
    }

        .futuristic-toggle .bar:nth-child(1) {
            top: 17px;
        }

        .futuristic-toggle .bar:nth-child(2) {
            top: 25px;
        }

        .futuristic-toggle .bar:nth-child(3) {
            top: 33px;
        }

    .futuristic-toggle.open .bar:nth-child(1) {
        transform: rotate(45deg);
        top: 25px;
    }

    .futuristic-toggle.open .bar:nth-child(2) {
        opacity: 0;
        transform: translateX(-20px);
    }

    .futuristic-toggle.open .bar:nth-child(3) {
        transform: rotate(-45deg);
        top: 25px;
    }*/

/* ================= ENERGY RING ================= */

/*.energy-ring {
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    border: 1px solid rgba(0, 200, 255, 0.5);
    opacity: 0;
    animation: pulse 2.5s infinite;
}

.futuristic-toggle.open .energy-ring {
    opacity: 1;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 10px rgba(0,200,255,0.2);
    }

    50% {
        box-shadow: 0 0 30px rgba(0,200,255,0.6);
    }

    100% {
        box-shadow: 0 0 10px rgba(0,200,255,0.2);
    }
}*/

/* ================= MENU ================= */

/*.futuristic-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 20px;
}

    .futuristic-menu.open {
        display: flex;
    }

    .futuristic-menu .nav-link {
        position: relative;
        text-decoration: none;
        color: white;
        letter-spacing: 0.18em;
        font-weight: 500;
        text-transform: uppercase;
    }

        .futuristic-menu .nav-link::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #00c6ff, #0072ff);
            transition: width .3s ease;
            box-shadow: 0 0 10px rgba(0,198,255,0.8);
        }

        .futuristic-menu .nav-link:hover::after {
            width: 100%;
        }*/
/* ================= DESKTOP ================= */
/*@media (min-width: 992px) {

    .futuristic-toggle {
        display: none;*/ /* ? όχι hamburger */
    /*}

    .futuristic-menu {
        display: flex !important;
        flex-direction: row;
        gap: 40px;
        align-items: center;
        padding-bottom: 0;
    }

    .nav-top {
        flex-direction: row;
    }
}*/

/* ================= MOBILE ================= */
/*@media (max-width: 991px) {

    .futuristic-toggle {
        display: flex;*/ /* ? hamburger */
    /*}

    .futuristic-menu {
        display: none;
        flex-direction: column;
        margin-top: 20px;
    }

        .futuristic-menu.open {
            display: flex;
        }
}*/
/* ================= SECTION ================= */

/*.futuristic-section {
    padding: 120px 0;
    background: radial-gradient(circle at top left, rgba(0,180,255,0.08), transparent 40%), radial-gradient(circle at bottom right, rgba(0,120,255,0.06), transparent 45%);
}*/

/* ================= IMAGE ================= */

/*.solution-image-container {
    display: flex;
    justify-content: center;
}

.image-glass {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0,180,255,0.2);
    box-shadow: 0 0 40px rgba(0,180,255,0.15);
}

.solution-image {
    border-radius: 16px;
}*/

/* ================= TEXT GLASS ================= */

/*.futuristic-glass {
    padding: 48px;
    border-radius: 28px;
    background: rgba(10, 18, 35, 0.6);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0,180,255,0.25);
    box-shadow: inset 0 0 30px rgba(0,180,255,0.08), 0 0 40px rgba(0,180,255,0.12);
}*/

/* ================= TITLE ================= */

/*.futuristic-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

    .futuristic-title span {
        display: block;
        margin-top: 8px;
        font-size: 24px;
        font-weight: 400;
        color: #7fd6ff;
    }*/

/* ================= PARAGRAPHS ================= */

/*.solution-text p {
    color: #e0e6f0;
    line-height: 1.8;
    margin-bottom: 20px;
}*/

/* inline logo */
/*.brand-logo-inline {
    height: 22px;
    vertical-align: middle;
    margin: 0 4px;
}*/

/* ================= CTA ================= */

/*.futuristic-cta {
    position: relative;
    margin-top: 24px;
    padding: 14px 34px;
    border-radius: 14px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: white;
    font-weight: 600;
    letter-spacing: 0.15em;
    border: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,198,255,0.45);
    transition: transform .3s ease;
}

    .futuristic-cta:hover {
        transform: translateY(-2px);
    }

.cta-glow {
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(0,200,255,0.6), transparent 60%);
    opacity: .6;
    animation: pulse 2.5s infinite;
}*/
/* ================= WARRANTY SECTION ================= */

/*.futuristic-warranty {
    padding: 120px 0;
    background: radial-gradient(circle at top center, rgba(0,180,255,0.12), transparent 40%), radial-gradient(circle at bottom center, rgba(0,120,255,0.08), transparent 50%);
}*/

/* ================= GLASS CARD ================= */

/*.warranty-glass {
    padding: 64px 48px;
    border-radius: 36px;
    background: rgba(10, 18, 35, 0.65);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(0,180,255,0.3);
    box-shadow: inset 0 0 40px rgba(0,180,255,0.12), 0 0 60px rgba(0,180,255,0.18);
}*/

/* ================= BADGE ================= */

/*.warranty-badge {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 32px;
    border-radius: 50%;
    background: linear-gradient(145deg, #00c6ff, #0072ff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    box-shadow: 0 0 40px rgba(0,198,255,0.7);
}

.warranty-number {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.warranty-label {
    font-size: 14px;
    letter-spacing: 0.25em;
    text-align: center;
}

.badge-glow {
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px solid rgba(0,200,255,0.5);
    animation: pulse 2.8s infinite;
}*/

/* ================= TEXT ================= */

/*.warranty-text {
    color: #e0e6f0;
    line-height: 1.8;
    font-size: 17px;
    max-width: 720px;
    margin: 0 auto 32px;
}*/

/* ================= CTA ================= */

/*.futuristic-cta {
    position: relative;
    padding: 14px 36px;
    border-radius: 16px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: white;
    font-weight: 600;
    letter-spacing: 0.18em;
    border: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,198,255,0.5);
    transition: transform .3s ease;
}

    .futuristic-cta:hover {
        transform: translateY(-2px);
    }

.cta-glow {
    position: absolute;
    inset: -12px;
    background: radial-gradient(circle, rgba(0,200,255,0.6), transparent 60%);
    opacity: .6;
    animation: pulse 2.5s infinite;
}*/

/* ================= RESPONSIVE ================= */

/*@media (max-width: 768px) {
    .warranty-glass {
        padding: 48px 24px;
    }

    .warranty-badge {
        width: 120px;
        height: 120px;
    }

    .warranty-number {
        font-size: 46px;
    }
}*/
/* ================= BENEFITS SECTION ================= */

/*.futuristic-benefits {
    padding: 120px 0;
    background: radial-gradient(circle at top left, rgba(0,180,255,0.1), transparent 45%), radial-gradient(circle at bottom right, rgba(0,120,255,0.08), transparent 50%);
}*/

/* ================= HEADER ================= */

/*.benefits-logo {
    max-height: 56px;
}

.benefits-title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.feature-intro {
    color: #dbe4f0;
    font-size: 17px;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto;
}*/

/* ================= FEATURE CARDS ================= */

/*.futuristic-card {
    height: 100%;
    padding: 36px 32px;
    border-radius: 26px;
    background: rgba(10, 18, 35, 0.65);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0,180,255,0.25);
    box-shadow: inset 0 0 30px rgba(0,180,255,0.08), 0 0 35px rgba(0,180,255,0.15);
    transition: all .35s ease;
}

    .futuristic-card h4 {
        font-size: 18px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin-bottom: 14px;
        color: #7fd6ff;
    }

    .futuristic-card p {
        color: #e0e6f0;
        line-height: 1.7;
        font-size: 15.5px;
    }*/

    /* ================= HOVER EFFECT ================= */

    /*.futuristic-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: inset 0 0 40px rgba(0,180,255,0.12), 0 0 55px rgba(0,180,255,0.35);
    }*/

/* ================= RESPONSIVE ================= */

/*@media (max-width: 768px) {
    .benefits-title {
        font-size: 26px;
        letter-spacing: 0.08em;
    }

    .futuristic-card {
        padding: 28px 22px;
    }
}*/
/* ================= HOME ENERGY SECTION ================= */

/*.futuristic-home-energy {
    padding: 120px 0;
    background: radial-gradient(circle at left center, rgba(0,180,255,0.12), transparent 45%), radial-gradient(circle at right center, rgba(0,120,255,0.08), transparent 50%);
}*/

/* ================= GLASS CARD ================= */

/*.glass-card {
    padding: 56px 48px;
    border-radius: 34px;
    background: rgba(10, 18, 35, 0.65);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(0,180,255,0.28);
    box-shadow: inset 0 0 40px rgba(0,180,255,0.12), 0 0 55px rgba(0,180,255,0.18);
}*/

/* ================= TAG ================= */

/*.section-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7fd6ff;
    border: 1px solid rgba(0,180,255,0.4);
    border-radius: 20px;
    background: rgba(0,180,255,0.08);
}*/

/* ================= TITLE ================= */

/*.energy-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 22px;
}*/

/* ================= TEXT ================= */

/*.home-energy-card p {
    color: #e0e6f0;
    line-height: 1.75;
    margin-bottom: 18px;
}*/

/* ================= FEATURE LIST ================= */

/*.feature-list {
    list-style: none;
    padding: 0;
    margin: 28px 0;
}

    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 14px;
        color: #e0e6f0;
        line-height: 1.6;
    }*/

/* neon tick */
/*.tick-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    box-shadow: 0 0 12px rgba(0,198,255,0.7);
    position: relative;
    margin-top: 3px;
}

    .tick-icon::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 3px;
        width: 5px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }*/

/* ================= NOTE ================= */

/*.energy-note {
    font-size: 15px;
    opacity: 0.9;
}*/

/* ================= IMAGE FRAME ================= */

/*.futuristic-frame {
    padding: 24px;
    border-radius: 30px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0,180,255,0.25);
    box-shadow: 0 0 40px rgba(0,180,255,0.15);
}*/

/* ================= RESPONSIVE ================= */

/*@media (max-width: 768px) {
    .glass-card {
        padding: 40px 26px;
    }

    .energy-title {
        font-size: 26px;
        letter-spacing: 0.08em;
    }
}*/
/* ================= INDUSTRIAL SECTION ================= */

/*.futuristic-industrial {
    padding: 120px 0;
    background: radial-gradient(circle at top left, rgba(0,150,255,0.10), transparent 45%), radial-gradient(circle at bottom right, rgba(0,90,200,0.08), transparent 50%);
}*/

/* ================= TITLES ================= */

/*.industrial-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.industrial-subtitle {
    font-size: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #7fd6ff;
}*/

/* ================= TEXT ================= */

/*.industrial-content p {
    color: #e0e6f0;
    line-height: 1.75;
    margin-bottom: 22px;
}

.industrial-certifications {
    margin-top: 22px;
    font-size: 15px;
    color: #dbe4f0;
    opacity: 0.9;
}*/

/* ================= CARDS ================= */

/*.industrial-content.glass-card {
    height: 100%;
}

.industrial-card {
    height: 100%;
    padding: 44px 40px;
    border-radius: 32px;
}*/

/* reuse existing cards */
/*.futuristic-card {
    background: rgba(10, 18, 35, 0.7);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(0,180,255,0.25);
    box-shadow: inset 0 0 35px rgba(0,180,255,0.1), 0 0 50px rgba(0,180,255,0.18);
}*/

/* ================= RESPONSIVE ================= */

/*@media (max-width: 768px) {
    .industrial-title {
        font-size: 24px;
        letter-spacing: 0.08em;
    }

    .industrial-card {
        padding: 34px 26px;
    }
}*/
/* ================= TRUSTED BY SECTION ================= */

/*.futuristic-trusted {
    padding: 120px 0;
    background: radial-gradient(circle at top center, rgba(0,180,255,0.10), transparent 45%), radial-gradient(circle at bottom center, rgba(0,120,255,0.06), transparent 55%);
}*/

/* ================= TITLES ================= */

/*.trusted-title {
    font-size: 28px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

    .trusted-title span {
        color: #7fd6ff;
    }

.trusted-subtitle {
    font-size: 16px;
    color: #cfd8e6;
    opacity: 0.9;
}*/

/* ================= LOGO CARDS ================= */

/*.trusted-logo-card {
    height: 100%;
    padding: 22px;
    border-radius: 20px;
    background: rgba(10, 18, 35, 0.55);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0,180,255,0.22);
    box-shadow: inset 0 0 25px rgba(0,180,255,0.08), 0 0 30px rgba(0,180,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
}

    .trusted-logo-card img {
        max-height: 56px;
        max-width: 100%;
        object-fit: contain;
        filter: grayscale(100%) brightness(0.9);
        opacity: 0.85;
        transition: all .35s ease;
    }*/

    /* hover = subtle confidence */
    /*.trusted-logo-card:hover {
        transform: translateY(-4px);
        box-shadow: inset 0 0 30px rgba(0,180,255,0.12), 0 0 45px rgba(0,180,255,0.28);
    }

        .trusted-logo-card:hover img {
            filter: grayscale(0%) brightness(1);
            opacity: 1;
        }*/

/* ================= RESPONSIVE ================= */

/*@media (max-width: 768px) {
    .trusted-title {
        font-size: 22px;
        letter-spacing: 0.1em;
    }

    .trusted-logo-card img {
        max-height: 48px;
    }
}
.applications-image-container img {
    background: radial-gradient(circle, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 170, 255, 0.25), inset 0 0 30px rgba(0,0,0,0.05);
}
.applications-image-container {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

    .applications-image-container::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle, transparent 55%, rgba(7,18,34,0.65) 100% );
        pointer-events: none;
    }*/
/* ===== SCROLL REVEAL BASE ===== */

/*.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s cubic-bezier(.22,.61,.36,1);
}

    .reveal.show {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1.1s cubic-bezier(.22,.61,.36,1);
}

.reveal-right {
    opacity: 0;
    transform: translateX(80px);
    transition: all 1.1s cubic-bezier(.22,.61,.36,1);
}

    .reveal-left.show,
    .reveal-right.show {
        opacity: 1;
        transform: translateX(0);
    }

.hero-parallax {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url('/img/themra.png');
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.hero-parallax {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/img/hero-bg.jpg');*/ /* ΟΧΙ logo */
    /*background-size: cover;
    background-position: center;
    transform: translateY(0);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-logo {
    max-width: 280px;
    margin-bottom: 20px;
}
.hero-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
:root {
    --header-height: 90px;*/ /* ό,τι ύψος έχει το navbar σου */
/*}

.hero-parallax {
    height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
}*/
