        .page-hero {
            min-height: 60vh;
            display: flex;
            align-items: center;
            background-attachment: fixed;
            color: var(--white);
            text-align: center;
        }



        .hero_slenkami {
                    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/slenkami.png') no-repeat center center/cover;

        }

     .hero_atveriami {
                    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/atveriami.png') no-repeat center center/cover;

        }
             .hero_garazo {
                    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/garazo.png') no-repeat center center/cover;

        }
             .hero_automatika {
                    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/automatika.png') no-repeat center center/cover;

        }









        

        .page-hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .page-hero h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .page-hero p {
            font-size: 1.3rem;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        .breadcrumb {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
            font-size: 1rem;
        }

        .breadcrumb a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }

        .breadcrumb a:hover {
            color: var(--primary-red);
        }

        .breadcrumb span {
            color: var(--white);
        }












































           /* Types Section */
        .types-section {
            background: var(--white);
        }

        .types-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-top: 50px;
        }

        .type-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: all 0.3s ease;
            border: 1px solid var(--border-color);
        }


        .type-image {
            height: 250px;
            overflow: hidden;
        }

        .type-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

    

        .type-content {
            padding: 10px;
        }

        .type-content h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: var(--black);
        }

        .type-content p {
            color: var(--text-light);
            margin-bottom: 20px;
        }

        .type-features {
            list-style: none;
        }

        .type-features li {
            margin-bottom: 10px;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .type-features i {
            color: var(--primary-red);
        }




















               .intro-section {
            background: var(--white);
        }

        .intro-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .intro-text h2 {
            margin-bottom: 30px;
        }

        .intro-text p {
            color: var(--text-light);
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

        .intro-image {
            border-radius: 20px;
            overflow: hidden;
        }

        .intro-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }























          /* Benefits Section */
        .benefits-section {
            background: var(--gray-bg);
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 10px;
            margin-top: 50px;
        }

        .benefit-card {
            background: var(--white);
            border-radius: 8px;
            padding: 10px;
            box-shadow: var(--shadow);
            transition: all 0.3s ease;
            text-align: center;
            border: 1px solid var(--border-color);
        }

   
        .benefit-icon {
            width: 70px;
            height: 70px;
            background: var(--primary-red-light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }

        .benefit-icon i {
            font-size: 2.1rem;
            color: var(--primary-red);
        }

        .benefit-card h3 {
          font-size: 1.2rem;
    margin-bottom: 15px;
        }

        .benefit-card p {
            color: var(--text-light);
        }

























            /* Automation Section */
        .automation-section {
            background: linear-gradient(135deg, var(--black) 0%, var(--black-light) 100%);
            color: var(--white);
        }

        .automation-section h2:after {
            background: var(--primary-red);
        }

        .automation-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-top: 50px;
        }

        .automation-item {
             text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .automation-item i {
           font-size: 2.5rem;
    color: var(--primary-red);
    margin-bottom: 20px;
        }

        .automation-item h4 {
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .automation-item p {
            color: rgba(255, 255, 255, 0.7);
        }






















        /* ===== features-grid.css ===== */
/* Stilius skirtas papildomų funkcijų / galimybių tinkleliui */
/* Naudojamas vartų automatikos puslapyje ir kitur */

/* Sekcijos nustatymai */
.features-section {
    background-color: var(--light, #f8f9fa);
    padding: 5rem 0;
}

.features-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--dark, #1e293b);
    position: relative;
    padding-bottom: 1rem;
}

.features-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary, #c00e0e);
    border-radius: 2px;
}

/* Pagrindinis tinklelis */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 3rem;
}

/* Kiekviena funkcijos kortelė */
.features-grid > div {
    background: white;
    padding: 10px 1.5rem;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.features-grid > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-light, rgba(192, 14, 14, 0.1));
}

/* Ikonos stilius */
.features-grid i {
    font-size: 2.5rem;
    color: var(--primary, #c00e0e);
    margin-bottom: 1.25rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.features-grid > div:hover i {
    transform: scale(1.1);
}

/* Antraštės stilius */
.features-grid h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--dark, #1e293b);
}

/* Aprašymo tekstas */
.features-grid p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--gray, #666);
    margin-bottom: 0;
}

/* Responsive nustatymai */
@media (max-width: 768px) {
    .features-section {
        padding: 3rem 0;
    }
    
    .features-section h2 {
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .features-grid > div {
        padding: 1.5rem 1rem;
    }
    
    .features-grid i {
        font-size: 2rem;
    }
    
    .features-grid h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ===== Papildomi variantai ===== */

/* Variantas su paryškintu fonu */
.features-grid.accent > div {
    background: linear-gradient(135deg, #fff, #fafafa);
    border-left: 4px solid var(--primary, #c00e0e);
    text-align: left;
}

.features-grid.accent > div:hover {
    border-left-width: 6px;
}

/* Variantas su ikona apskritime */
.features-grid.circle-icons i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(192, 14, 14, 0.1);
    border-radius: 50%;
    font-size: 1.8rem;
}

/* Variantas su kortelių kraštinėmis */
.features-grid.bordered > div {
    border: 2px solid transparent;
}

.features-grid.bordered > div:hover {
    border-color: var(--primary, #c00e0e);
}

/* Variantas šviesiame fone */
.features-grid.light > div {
    background: transparent;
    box-shadow: none;
    border: 1px dashed #ddd;
}

.features-grid.light > div:hover {
    background: white;
    border-color: var(--primary, #c00e0e);
}





















.types-list {
    padding: 2rem;
}

.types-list h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
    position: relative;
    padding-bottom: 0.5rem;
}

.types-list h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #c00e0e;
}

.type-list-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.type-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.type-list-icon {
    width: 50px;
    height: 50px;
    background: rgba(192, 14, 14, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.type-list-icon i {
    font-size: 1.5rem;
    color: #c00e0e;
}

.type-list-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #1e293b;
}

.type-list-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}









@media (max-width: 520px) {
        .automation-grid {
            grid-template-columns: repeat(1, 1fr);
        }
        .intro-grid{
            grid-template-columns: repeat(1, 1fr);

        }
        .types-list{
            padding: 0px;
        }
        .page-hero-content h1{
            font-size: 32px;
        }
        .automation-item h4 {
    font-size: 1.5rem;
}
.automation-item i {
    font-size: 32px;
    color: var(--primary-red);
    margin-bottom: 20px;
}
.page-hero p {
    font-size: 1rem;
}
.benefit-icon {
    width: 50px;
    height: 50px;
}
.benefit-icon i {
    font-size:1.5rem;
    color: var(--primary-red);
}
.hero_slenkami {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slenkami.png) no-repeat right bottom / cover;
}

.sidebar a {
    gap: 14px;
    padding: 10px 24px;
    color: var(--text-light);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}
.submenu-trigger .arrow {
    transition: transform var(--transition);
    stroke: #e31b23;
    transform: rotate(90deg);
}
.hero h1{
        font-size:31px        ;
}

}




