* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    background-color: #f4f7f9;
    color: #1a2b3c;
    line-height: 1.5;
}
html{
        scroll-behavior: smooth;

}
.logo{
    width: 270px;
    min-height: 282px;
}

.aaaa{
    background: #e9b7414a;
    border-left: 4px solid #e9b741;
    color: white;
}
/* .containeris{
    padding: 50px;
} */


.paddint_section_first {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1a1a1a;
}


.card-header {
    background: #e9b7410f;
    padding: 28px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #e0eaf2;
    display: flex;
    flex-direction: column;
    align-items: center;
}









        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-family: Arial, sans-serif;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .comparison-table th,
        .comparison-table td {
            border: 1px solid #ddd;
            padding: 12px;
        }
        
        .comparison-table th {
            background-color: #2c3e50;
            color: white;
            text-align: left;
        }
        
        .comparison-table td:first-child {
            font-weight: bold;
            background-color: #f8f9fa;
        }
        
        .comparison-table tr:hover {
            background-color: #f5f5f5;
        }
        
        .checkbox-cell {
            text-align: center;
        }
        
        input[type="checkbox"] {
            width: 18px;
            height: 18px;
            cursor: pointer;
        }
        
        .fa-leaf, .fa-hand-peace, .fa-tree, .fa-broom {
            color: #2e7d32;
            margin-right: 8px;
        }
        
        .fa-ban, .fa-bolt, .fa-hammer {
            color: #c62828;
            margin-right: 8px;
        }
        
        .fa-sun:first-of-type {
          color: #e9b741;
    margin-right: 8px;
        }
        
        .fa-sun:last-of-type {
            margin-right: 8px;
        }
        
        .fa-paint-roller {
            color: #7f8c8d;
            margin-right: 8px;
        }













        /* Papildomi stiliai */
        .color-palette {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 1rem;
            margin-top: 1.5rem;
        }
        .color-item {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: transform 0.2s ease;
        }
        .color-item:hover {
            transform: translateY(-4px);
        }
        .color-swatch {
            height: 80px;
        }
        .color-info {
            padding: 0.75rem;
            text-align: center;
        }
        .color-name {
            font-weight: 600;
            font-size: 0.85rem;
            color: #1a2b3c;
        }
        .color-code {
            font-size: 0.7rem;
            color: #6b7a86;
        }
        .tips-list {
            list-style: none;
            padding: 0;
        }
        .tips-list li {
            padding: 5px;
            border-bottom: 1px solid #e2e8f0;
            gap: 1rem;
            align-items: flex-start;
        }
        .tips-list li i {
            color: #e9b741;
            margin-top: 0.2rem;
        }
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin-top: 1.5rem;
        }
        .testimonial-card {
            background: white;
            border-radius: 8px;
            padding: 1.5rem;
            box-shadow: 0 2px 12px rgba(0,0,0,0.05);
            border-left: 4px solid #e9b741;
        }
        .testimonial-text {
            font-style: italic;
            color: #4a5568;
            margin-bottom: 1rem;
            line-height: 1.6;
        }
        .testimonial-author {
            font-weight: 600;
            color: #1a2b3c;
        }
        .testimonial-role {
            font-size: 0.8rem;
            color: #e9b741;
        }
        .hero::after {
         font-size: 240px;
    font-weight: 800;
    position: absolute;
    right: -2vw;
    bottom: -3vw;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
        }
        @media (max-width: 768px) {
            .color-palette {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        /* Checkbox varnelių stiliai */
        .checklist {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .checklist li {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 0.6rem;
            color: #4a5568;
            font-size: 0.95rem;
            line-height: 1.4;
        }
        .checklist li i {
            font-size: 1rem;
            color: #e9b741;
            margin: 0;
            flex-shrink: 0;
        }
        .checklist li:last-child {
            margin-bottom: 0;
        }
        
        /* Storasluoksnė lazūra sekcijos stiliai */
        #storasluoksnė-lazūra {
            border-radius: 8px;
        }
        /* #storasluoksnė-lazūra .about-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
        } */
        #storasluoksnė-lazūra .about-card {
            background: white;
            border-radius: 8px;
            padding: 1.5rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            border: 1px solid #eef2f6;
        }
        #storasluoksnė-lazūra .about-card i {
            font-size: 2rem;
            color: #e9b741;
            display: inline-block;
        }
        #storasluoksnė-lazūra .about-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1a2b3c;
            margin-bottom: 1rem;
        }
  






.tips-list{
        background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 24px 16px;
    /* transition: all 0.3s ease; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}











                    .brand-section .section-title {
                        font-size: 32px;
                        font-weight: 600;
                        margin: 0 0 30px 0;
                        color: #1a1a1a;
                        line-height: 1.2;
                    }

                    .brand-section .section-title:after {
                        content: '';
                        display: block;
                        width: 60px;
                        height: 4px;
                        background: #e9b741;
                        margin-top: 10px;
                    }

                    .brand-grid {
                        display: grid;
                        grid-template-columns: repeat(3, 1fr);
                        gap: 20px;
                    }

                    .brand-item {
                        background: #ffffff;
                        border: 1px solid #eaeaea;
                        border-radius: 8px;
                        padding: 28px 24px;
                        transition: all 0.3s ease;
                        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
                    }

                    .brand-item:hover {
                        border-color: #d0d0d0;
                        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                        transform: translateY(-2px);
                    }

                    .brand-item h3 {
                        font-size: 28px;
                        font-weight: 700;
                        margin: 0 0 16px 0;
                        line-height: 1.2;
                    }

                    .brand-item h3.remmers {
                        color: #2d5e3b;
                    }

                    .brand-item h3.ceresit {
                        color: #005a9c;
                    }

                    .brand-item h3.dufa {
                        color: #a6203a;
                    }

                    .brand-item p {
                        font-size: 15px;
                        color: #4a4a4a;
                        margin: 0 0 12px 0;
                        line-height: 1.6;
                    }

                    .brand-item p:last-child {
                        margin-bottom: 0;
                    }

                    .brand-item p strong {
                        color: #2c3e50;
                        font-weight: 600;
                    }

                    .brand-item a {
                        text-decoration: none;
                        color: #1a2b3c;
                        font-weight: 500;
                        transition: color 0.2s ease;
                    }

                    .brand-item a:hover {
                        color: #e9b741;
                    }

                    /* Responsive design */
                    @media screen and (max-width: 1024px) {
                        .brand-grid {
                            grid-template-columns: repeat(2, 1fr);
                        }
                    }

                    @media screen and (max-width: 768px) {
                        .brand-section {
                            padding: 30px 20px;
                        }

                        .brand-section .section-title {
                            font-size: 28px;
                        }

                        .brand-item {
                            padding: 24px 20px;
                        }

                        .brand-item h3 {
                            font-size: 24px;
                        }
                    }

                    @media screen and (max-width: 480px) {
                        .brand-section {
                            padding: 20px 5px;
                            margin: 30px 0;
                        }

                        .brand-grid {
                            grid-template-columns: 1fr;
                            gap: 15px;
                        }

                        .brand-section .section-title {
                            font-size: 24px;
                            margin: 0 0 20px 0;
                            padding: 0 5px;
                        }

                        .brand-section .section-title:after {
                            margin-top: 8px;
                        }

                        .brand-item {
                            padding: 20px 15px;
                        }

                        .brand-item h3 {
                            font-size: 22px;
                            margin: 0 0 12px 0;
                        }

                        .brand-item p {
                            font-size: 14px;
                        }
                    }

                    @media screen and (max-width: 360px) {
                        .brand-item {
                            padding: 16px 12px;
                        }

                        .brand-item h3 {
                            font-size: 20px;
                        }

                        .brand-item p {
                            font-size: 13px;
                        }
                    }





















#vidui-laukui .section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#vidui-laukui .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #e9b741;
    margin: 12px auto 0;
    border-radius: 8px;
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Usage Cards */
.usage-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 24px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}






.checklist li i {
    font-size: 15px;
    width: 18px;
    flex-shrink: 0;
}

.checklist li i.fa-check {
    font-size: 0.75rem;
}

.checklist li i.fa-times {
    font-size: 15px;
}

.checklist li i.fa-star {
    font-size: 0.85rem;
}









.usage-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #e9b741;
}



.usage-card:hover i:first-child {
    transform: scale(1.05);
}

/* Card Headings */
.usage-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    line-height: 1.3;
    margin-top: 20px;
}

/* Checklist Styling */
.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.checklist li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    color: #4a4a4a;
    font-size: 0.9rem;
    line-height: 1.4;
    border-bottom: 1px solid #f5f5f5;
}

.checklist li:last-child {
    border-bottom: none;
}

.checklist li i {
    font-size: 0.9rem;
    color: #e9b741;
    margin: 0;
    width: 18px;
    flex-shrink: 0;
}

/* Recommendation Text */
.usage-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}

.usage-card p strong {
    color: #e9b741;
    font-weight: 600;
}

/* Responsive Design */

/* Tablet */
@media screen and (max-width: 1024px) {
    #vidui-laukui {
        padding: 40px 0;
    }
    
    #vidui-laukui .section-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .usage-grid {
        gap: 18px;
    }
    
    .usage-card {
        padding: 18px 20px;
        border-radius: 8px;
    }

    .usage-card h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .checklist li {
        font-size: 0.85rem;
        padding: 4px 0;
    }
}

/* Mobile - 1 column */
@media screen and (max-width: 768px) {
    #vidui-laukui {
        padding: 30px 0;
    }
    
    #vidui-laukui .section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .usage-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding:5px;
    }
    
    .usage-card {
        padding: 5px;
        border-radius: 8px;
    }
    
 
    
    .usage-card h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .checklist li {
        font-size: 0.85rem;
        padding: 4px 0;
    }
    
    .usage-card p {
        font-size: 0.8rem;
        margin-top: 10px;
        padding-top: 8px;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    #vidui-laukui {
        padding: 25px 0;
    }
    
    #vidui-laukui .section-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    
    #vidui-laukui .section-title:after {
        width: 40px;
        height: 2px;
        margin-top: 10px;
        border-radius: 8px;
    }
    
    .usage-grid {
        gap: 14px;
    }
    
    .usage-card {
        padding: 10px;
        border-radius: 8px;
    }
    

    
    .usage-card h3 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .checklist li {
        font-size: 0.8rem;
        padding: 3px 0;
        gap: 6px;
    }
    
    .checklist li i {
        font-size: 0.8rem;
        width: 16px;
    }
    
    .usage-card p {
        font-size: 0.75rem;
        margin-top: 8px;
        padding-top: 6px;
    }
}

/* Optional: Animation on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.usage-card {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;
}

.usage-card:nth-child(1) { animation-delay: 0.05s; }
.usage-card:nth-child(2) { animation-delay: 0.1s; }

/* Optional: Subtle top border on hover */
.usage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9b741;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.usage-card:hover::before {
    transform: scaleX(1);
}






















                /* Section Styles */
#patalpos {
    padding: 50px 0;
}

#patalpos .section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#patalpos .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #e9b741;
    margin: 12px auto 0;
    border-radius: 8px;
}

#patalpos .section-subtitle {
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Room Grid */
.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Room Cards */
.room-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.room-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #e9b741;
}

/* Card Icons */
.room-card i {
    font-size: 1.8rem;
    color: #e9b741;
    margin-bottom: 12px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.room-card:hover i {
    transform: scale(1.05);
}

/* Card Headings */
.room-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Card Description */
.room-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Top border effect on hover */
.room-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9b741;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.room-card:hover::before {
    transform: scaleX(1);
}

/* Responsive Design */

/* Tablet - 2 columns */
@media screen and (max-width: 1024px) {
    #patalpos {
        padding: 40px 0;
    }
    
    #patalpos .section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    #patalpos .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    
    .room-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 0 20px;
    }
    
    .room-card {
        padding: 16px 18px;
        border-radius: 8px;
    }
    
    .room-card i {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .room-card h3 {
        font-size: 1.05rem;
        margin-bottom: 6px;
    }
    
    .room-card p {
        font-size: 0.8rem;
    }
}

/* Mobile - 1 column */
@media screen and (max-width: 768px) {
    #patalpos {
        padding: 30px 0;
    }
    
    #patalpos .section-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    #patalpos .section-title:after {
        width: 40px;
        height: 2px;
        margin-top: 10px;
    }
    
    #patalpos .section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
        padding: 0 12px;
    }
    
    .room-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }
    
    .room-card {
        border-radius: 8px;
        align-items: center;
        text-align: left;
        gap: 15px;
    }
    
    .room-card i {
        font-size: 1.5rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .room-card h3 {
        font-size: 1rem;
        margin-bottom: 4px;
    }
    
    .room-card p {
        font-size: 0.8rem;
    }
    
    .room-card::before {
        display: none;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    #patalpos {
        padding: 25px 0;
    }
    
    #patalpos .section-title {
        font-size: 20px;
    }
    
    #patalpos .section-subtitle {
        font-size: 0.85rem;
        margin-bottom: 18px;
    }
    
    .room-grid {
        gap: 12px;
        padding:5px;
    }
    
    .room-card {
        padding: 12px 14px;
        gap: 12px;
        border-radius: 8px;
    }
    
    .room-card i {
        font-size: 1.3rem;
    }
    
    .room-card h3 {
        font-size: 0.95rem;
    }
    
    .room-card p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
}

/* Optional: Animation on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.room-card {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;
}

.room-card:nth-child(1) { animation-delay: 0.05s; }
.room-card:nth-child(2) { animation-delay: 0.1s; }
.room-card:nth-child(3) { animation-delay: 0.15s; }
.room-card:nth-child(4) { animation-delay: 0.2s; }
.room-card:nth-child(5) { animation-delay: 0.25s; }
.room-card:nth-child(6) { animation-delay: 0.3s; }












#privalumai .section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#privalumai .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #e9b741;
    margin: 12px auto 0;
    border-radius: 8px;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Feature Cards */
.feature-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 16px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #e9b741;
}

/* Icons */
.feature-card i {
    font-size: 2rem;
    color: #e9b741;
    margin-bottom: 12px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature-card:hover i {
    transform: scale(1.05);
}

/* Headings */
.feature-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Description */
.feature-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Top border effect on hover */
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9b741;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

/* Responsive Design */

/* Desktop - 4 columns works, but adjust for smaller screens */
@media screen and (max-width: 1200px) {
    .feature-grid {
        gap: 18px;
    }
    
    .feature-card {
        padding: 18px 14px;
    }
    
    .feature-card i {
        font-size: 1.8rem;
    }
    
    .feature-card h3 {
        font-size: 1rem;
    }
    
    .feature-card p {
        font-size: 0.8rem;
    }
}

/* Tablet - 3 columns */
@media screen and (max-width: 992px) {
    #privalumai {
        padding: 40px 0;
    }
    
    #privalumai .section-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        padding: 0 20px;
    }
    
    .feature-card {
        padding: 16px 12px;
        border-radius: 8px;
    }
    
    .feature-card i {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .feature-card h3 {
        font-size: 0.95rem;
        margin-bottom: 6px;
    }
    
    .feature-card p {
        font-size: 0.75rem;
    }
}

/* Mobile Large - 2 columns */
@media screen and (max-width: 768px) {
    #privalumai {
        padding: 35px 0;
    }
    
    #privalumai .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    #privalumai .section-title:after {
        width: 45px;
        margin-top: 10px;
    }
    
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 0 15px;
    }
    
    .feature-card {
        padding: 14px 12px;
        border-radius: 8px;
    }
    
    .feature-card i {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    
    .feature-card h3 {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    
    .feature-card p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
}

/* Mobile Small - 2 columns (still) but smaller padding */
@media screen and (max-width: 480px) {
    #privalumai {
        padding: 30px 0;
    }
    
    #privalumai .section-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    #privalumai .section-title:after {
        width: 40px;
        height: 2px;
        margin-top: 8px;
    }
    
    .feature-grid {
        gap: 12px;
        padding: 0 12px;
    }
    
    .feature-card {
        padding: 12px 10px;
        border-radius: 8px;
    }
    
    .feature-card i {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    
    .feature-card h3 {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }
    
    .feature-card p {
        font-size: 0.7rem;
        line-height: 1.35;
    }
    
    .feature-card::before {
        height: 1.5px;
    }
}

/* Animation on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;
}

/* Staggered animation delays */
.feature-card:nth-child(1) { animation-delay: 0.05s; }
.feature-card:nth-child(2) { animation-delay: 0.1s; }
.feature-card:nth-child(3) { animation-delay: 0.15s; }
.feature-card:nth-child(4) { animation-delay: 0.2s; }
.feature-card:nth-child(5) { animation-delay: 0.25s; }
.feature-card:nth-child(6) { animation-delay: 0.3s; }
.feature-card:nth-child(7) { animation-delay: 0.35s; }
.feature-card:nth-child(8) { animation-delay: 0.4s; }























#kaip-issirinkti .section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#kaip-issirinkti .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #e9b741;
    margin: 12px auto 0;
    border-radius: 8px;
}

#kaip-issirinkti .section-subtitle {
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Selection Grid */
.selection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Selection Cards */
.selection-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.selection-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #e9b741;
}

/* Card Icons */
.selection-card i {
    font-size: 2rem;
    color: #e9b741;
    margin-bottom: 12px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.selection-card:hover i {
    transform: scale(1.05);
}

/* Card Headings */
.selection-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Card Description */
.selection-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4a5568;
    margin: 0 0 16px 0;
}

.selection-card p strong {
    color: #e9b741;
    font-weight: 600;
}

/* Recommendation Badge */
.recommendation-badge {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eaeaea;
    font-size: 0.85rem;
    color: #4a5568;
}

.recommendation-badge strong {
    color: #e9b741;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

/* Top border effect on hover */
.selection-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9b741;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.selection-card:hover::before {
    transform: scaleX(1);
}

/* Responsive Design */

/* Tablet */
@media screen and (max-width: 992px) {
    #kaip-issirinkti {
        padding: 40px 0;
    }
    
    #kaip-issirinkti .section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    #kaip-issirinkti .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .selection-grid {
        gap: 18px;
        padding: 0 20px;
    }
    
    .selection-card {
        padding: 18px;
        border-radius: 8px;
    }
    
    .selection-card i {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .selection-card h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .selection-card p {
        font-size: 0.85rem;
    }
    
    .recommendation-badge {
        font-size: 0.8rem;
    }
}

/* Mobile - 1 column */
@media screen and (max-width: 768px) {
    #kaip-issirinkti {
        padding: 30px 0;
    }
    
    #kaip-issirinkti .section-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    #kaip-issirinkti .section-title:after {
        width: 40px;
        height: 2px;
        margin-top: 10px;
    }
    
    #kaip-issirinkti .section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    
    .selection-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 15px;
    }
    
    .selection-card {
        padding: 16px 18px;
        border-radius: 8px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
    }
    
    .selection-card > div:first-child {
        flex: 1;
    }
    
    .selection-card i {
        font-size: 1.6rem;
        margin-bottom: 0;
        float: left;
        margin-right: 12px;
    }
    
    .selection-card h3 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .selection-card p {
        font-size: 0.85rem;
        margin-bottom: 12px;
        clear: both;
    }
    
    .recommendation-badge {
        width: 100%;
        margin-top: 0;
        padding-top: 10px;
        font-size: 0.8rem;
    }
    
    .selection-card::before {
        display: none;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    #kaip-issirinkti {
        padding: 5px;
    }
    .stat-number{
font-size: 25px!important;
    }
    #kaip-issirinkti .section-title {
        font-size: 20px;
    }

    .product-categories-preview {
        display: flex!important;
        flex-direction: column!important;
}


    .hero-stats {
          gap: 10px !important;
        padding: 0px 20px;
}
    #kaip-issirinkti .section-subtitle {
        font-size: 0.85rem;
        margin-bottom: 18px;
    }
    
    .selection-grid {
        gap: 14px;
        padding: 0 12px;
    }
    
    .selection-card {
        padding: 14px 15px;
        border-radius: 8px;
        gap: 10px;
    }
    
    .selection-card i {
        font-size: 1.4rem;
        margin-right: 10px;
    }
    
    .selection-card h3 {
        font-size: 0.95rem;
    }
    
    .selection-card p {
        font-size: 0.8rem;
        line-height: 1.45;
    }
    
    .recommendation-badge {
        font-size: 0.75rem;
        padding-top: 8px;
    }
}

/* Animation on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.selection-card {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;
}

.selection-card:nth-child(1) { animation-delay: 0.05s; }
.selection-card:nth-child(2) { animation-delay: 0.1s; }
.selection-card:nth-child(3) { animation-delay: 0.15s; }

























#kaip-tepti-alyva .section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#kaip-tepti-alyva .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #e9b741;
    margin: 12px auto 0;
    border-radius: 8px;
}

/* Steps Grid */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

/* Step Cards */
.step-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #e9b741;
}

/* Step Icon */
.step-icon {
    width: 70px;
    height: 70px;
    background: #e9b74110;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.step-card:hover .step-icon {
    background: #e9b74120;
    transform: scale(1.05);
}

.step-icon i {
    font-size: 2rem;
    color: #e9b741;
}

/* Step Card Headings */
.step-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Step Card Description */
.step-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Recommendation Box */
.recomendation-box {
    background: #f8f9fa;
    border-left: 4px solid #e9b741;
    border-radius: 8px;
    padding: 16px 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 12px;
}

.recomendation-box i {
    font-size: 1.5rem;
    color: #e9b741;
    flex-shrink: 0;
    margin-top: 2px;
}

.recomendation-box strong {
    color: #e9b741;
    font-weight: 600;
}

/* Responsive Design */

/* Tablet - 2 columns */
@media screen and (max-width: 992px) {
    #kaip-tepti-alyva {
        padding: 40px 0;
    }
    
    #kaip-tepti-alyva .section-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 0 20px;
        margin-bottom: 25px;
    }
    
    .step-card {
        padding: 20px 16px;
        border-radius: 8px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
    }
    
    .step-icon i {
        font-size: 1.6rem;
    }
    
    .step-card h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .step-card p {
        font-size: 0.8rem;
    }
}

/* Mobile - 1 column */
@media screen and (max-width: 768px) {
    #kaip-tepti-alyva {
        padding: 35px 0;
    }
    
    #kaip-tepti-alyva .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    #kaip-tepti-alyva .section-title:after {
        width: 45px;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    .step-card {
        padding: 18px 16px;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 16px;
    }
    
    .step-icon {
        width: 55px;
        height: 55px;
        margin: 0;
        flex-shrink: 0;
    }
    
    .step-icon i {
        font-size: 1.5rem;
    }
    
    .step-card h3 {
        font-size: 0.95rem;
        margin-bottom: 6px;
    }
    
    .step-card p {
        font-size: 0.8rem;
    }
    
    .recomendation-box {
        margin: 0 15px;
        padding: 14px 16px;
        gap: 10px;
    }
    
    .recomendation-box i {
        font-size: 1.3rem;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    #kaip-tepti-alyva {
        padding: 30px 0;
    }
    
    #kaip-tepti-alyva .section-title {
        font-size: 22px;
    }
    
    #kaip-tepti-alyva .section-title:after {
        width: 40px;
        height: 2px;
    }
    
    .steps-grid {
        gap: 14px;
        padding: 0 12px;
    }
    
    .step-card {
        padding: 14px 12px;
        gap: 12px;
    }
    
    .step-icon {
        width: 48px;
        height: 48px;
    }
    
    .step-icon i {
        font-size: 1.3rem;
    }
    
    .step-card h3 {
        font-size: 0.9rem;
    }
    
    .step-card p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    
    .recomendation-box {
        margin: 0 12px;
        padding: 12px 14px;
        font-size: 0.8rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-card {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;
}

.step-card:nth-child(1) { animation-delay: 0.05s; }
.step-card:nth-child(2) { animation-delay: 0.1s; }
.step-card:nth-child(3) { animation-delay: 0.15s; }
.step-card:nth-child(4) { animation-delay: 0.2s; }























#grudetumas .section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#grudetumas .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #e9b741;
    margin: 12px auto 0;
    border-radius: 8px;
}

#grudetumas .section-subtitle {
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Grain Grid */
.grain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.grain-card {
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}


.grain-card.recommended {
    border-top: 3px solid #e9b741;
    background: linear-gradient(to bottom, #ffffff, #fffef8);
}

.recommended-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #e9b741;
    color: white;
    font-size: 0.7rem;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
    white-space: nowrap;
}

/* Grain Visual Container */
.grain-visual {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9b74117;
    border-radius: 12px;
}

/* Dot Pattern */
.dot-pattern {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 80px;
}

.dot {
    background: #e9b741;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.grain-card:hover .dot {
    background: #d4a32e;
}

/* Fine grain - 1.5 mm (many small dots, close together) */
.grain-fine .dot {
    width: 6px;
    height: 6px;
}

.grain-fine .dot-pattern {
    gap: 6px;
}

/* Medium grain - 2.0 mm (medium dots, medium spacing) */
.grain-medium .dot {
    width: 8px;
    height: 8px;
}

.grain-medium .dot-pattern {
    gap: 10px;
}

/* Coarse grain - 2.5 mm (larger dots, more spacing) */
.grain-coarse .dot {
    width: 10px;
    height: 10px;
}

.grain-coarse .dot-pattern {
    gap: 12px;
}

/* Very coarse grain - 3.0 mm (largest dots, most spacing) */
.grain-very-coarse .dot {
    width: 12px;
    height: 12px;
}

.grain-very-coarse .dot-pattern {
    gap: 14px;
}

/* Grain Size Text */
.grain-size {
    font-weight: 800;
    font-size: 1.3rem;
    color: #e9b741;
    margin-bottom: 8px;
}

/* Card Headings */
.grain-card h3 {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}

/* Card Description */
.grain-card p {
    font-size: 0.8rem;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
}

/* Recommendation Box */
.recomendation-box {
    background: #f8f9fa;
    border-left: 4px solid #e9b741;
    border-radius: 8px;
    padding: 16px 20px;
    max-width: 1200px;
    margin: 30px auto 0;
    align-items: flex-start;
    gap: 12px;
}

.recomendation-box i {
    font-size: 1.5rem;
    color: #e9b741;
    flex-shrink: 0;
}

.recomendation-box strong {
    color: #e9b741;
    font-weight: 600;
}

/* Responsive Design */

/* Tablet */
@media screen and (max-width: 992px) {
    #grudetumas {
        padding: 40px 0;
    }
    
    .grain-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .grain-card {
        padding: 20px 14px;
    }
    
    .grain-visual {
        width: 80px;
        height: 80px;
    }
    
    .grain-size {
        font-size: 1.2rem;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    #grudetumas {
        padding: 35px 0;
    }
    
    #grudetumas .section-title {
        font-size: 24px;
    }
    
    #grudetumas .section-subtitle {
        font-size: 0.9rem;
        padding: 0 15px;
    }
    
    .grain-grid {
        gap: 15px;
        padding: 0 15px;
    }
    
    .grain-card {
        padding: 18px 12px;
    }
    
    .grain-visual {
        width: 70px;
        height: 70px;
    }
    
    .dot-pattern {
        max-width: 60px;
    }
    
    /* Adjust dot sizes for mobile */
    .grain-fine .dot { width: 5px; height: 5px; }
    .grain-medium .dot { width: 7px; height: 7px; }
    .grain-coarse .dot { width: 9px; height: 9px; }
    .grain-very-coarse .dot { width: 11px; height: 11px; }
    
    .grain-fine .dot-pattern { gap: 5px; }
    .grain-medium .dot-pattern { gap: 8px; }
    .grain-coarse .dot-pattern { gap: 10px; }
    .grain-very-coarse .dot-pattern { gap: 12px; }
    
    .grain-size {
        font-size: 1.1rem;
    }
    
    .grain-card h3 {
        font-size: 0.9rem;
    }
    
    .grain-card p {
        font-size: 0.75rem;
    }
    
    .recomendation-box {
        margin: 25px 15px 0;
        padding: 14px 16px;
    }
}

/* Small Mobile */
@media screen and (max-width: 550px) {
    .grain-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .grain-card {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 16px;
        padding: 16px;
    }
    
    .grain-visual {
        width: 70px;
        height: 70px;
        margin: 0;
        flex-shrink: 0;
    }
    
    .grain-card .grain-size,
    .grain-card h3,
    .grain-card p {
        text-align: left;
    }
    
    .grain-size {
        font-size: 1rem;
        margin-bottom: 4px;
    }
    
    .recommended-badge {
        top: -8px;
        left: auto;
        right: 12px;
        transform: none;
        font-size: 0.65rem;
        padding: 2px 8px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.grain-card {
    animation: fadeInUp 0.4s ease-out forwards;
    opacity: 0;

    /* border: 1px solid #000000; */

}

.grain-card:nth-child(1) {
    animation-delay: 0.05s;
}

.grain-card:nth-child(2) {
    animation-delay: 0.1s;
}

.grain-card:nth-child(3) {
    animation-delay: 0.15s;
}

.grain-card:nth-child(4) {
    animation-delay: 0.2s;
    
}


.usage-card,  .home{
font-size: 36px;
color: #e9b741;
}











/* ========== EKSTRAMALUS MAŽI EKRANAI (350px - 450px) ========== */
@media screen and (max-width: 450px) {
    .comparison-table td {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.8rem;
        gap: 0.5rem;
    }

        .tips-grid {
        grid-template-columns: 1fr;
        /* padding: 10px; */
        gap: 10px;
    }

.calculator-box {
padding: 10px;
}
    .klasuhdkashkjddddd{
        display: flex!important;
        gap: 10px!important;
        flex-direction: column;
    }
        .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td {
        display: block;
        width: 100%;
    }
    .hero h1 {
    font-size: 30px!important;
    text-align: center;
}
.hero p {
    font-size: 16px!important;
    text-align: center;

}

.hero .container {
margin-top: 50px;
}
    .paddint_section_first .about-card {
        padding: 10px!important;
}

.tips-list{
    padding: 10px;
}
.hero-stats {
    display: flex;
flex-direction: column;
}
.hero-image {
    padding: 10px!important;
}
.stat-item {
    text-align: left!important;
}

    }




    .comparison-table td::before {
        min-width: auto;
        width: auto;
        display: inline-block;
        margin-bottom: 6px;
        font-size: 0.7rem;
        background: #e9b74120;
        color: #e9b741;
    }
    
    .comparison-table td .positive,
    .comparison-table td .negative,
    .comparison-table td .neutral {
        font-size: 0.85rem;
        width: 100%;
    }
    
    .comparison-table td i {
        font-size: 0.85rem;
    }


/* ========== PAPILDOMAS PRITAIKYMAS UŽTIKRINTI SKAITOMUMĄ ========== */
@media screen and (max-width: 380px) {
    .comparison-table td {
        padding: 0.7rem;
    }
    
    .comparison-table td::before {
        font-size: 0.65rem;
        padding: 3px 8px;
    }
    
    .comparison-table td .positive,
    .comparison-table td .negative,
    .comparison-table td .neutral {
        font-size: 0.8rem;
        padding: 3px 8px;
    }
}

/* Papildomas konteineris, jei norite įvesti slinkimą dar prieš transformaciją */
@media screen and (max-width: 640px) {
    .comparison-table-wrapper {
        margin: 1rem 0;
    }
}




















/* ========== LABAI MAŽI EKRANAI (iki 550px) - KORTELIŲ STILIUS ========== */
@media screen and (max-width: 550px) {
    /* Paslėpiame lentelės antraštę */
    .price-table thead {
        display: none;
    }
    
    .price-table,
    .price-table tbody,
    .price-table tr,
    .price-table td {
        display: block;
        width: 100%;
    }
    
    .price-table {
        min-width: auto;
    }
    
    .price-table tr {
        margin-bottom: 1rem;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: white;
        transition: all 0.2s ease;
        overflow: hidden;
    }
    
    .price-table tr:hover {
        transform: translateX(4px);
        background: white;
    }
    
    .price-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.6rem;
        padding: 0.85rem 1rem;
        border-bottom: 1px solid #f0f2f5;
        text-align: right;
    }
    
    .price-table td:last-child {
        border-bottom: none;
    }
    
    /* Pridedame etiketes kairėje pusėje */
    .price-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #2c3e50;
        font-size: 0.8rem;
        background: #f8fafc;
        padding: 4px 10px;
        border-radius: 20px;
        display: inline-block;
        text-align: center;
        letter-spacing: 0.3px;
    }
    
    /* Pirmo stulpelio (tinko tipo) stilizacija */
    .price-table td:first-child {
        background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
        font-weight: 700;
        font-size: 1rem;
        color: #e9b741;
        border-bottom: 2px solid #e9b741;
    }
    
    .price-table td:first-child::before {
        content: "🏷️ Tinko tipas";
        background: #e9b74120;
        color: #e9b741;
        font-weight: 600;
    }
    
    /* Kitų stulpelių etiketės */
    .price-table td:nth-child(2)::before {
        content: "📏 Sąnaudos";
    }
    
    .price-table td:nth-child(3)::before {
        content: "💰 Kaina (už kg/l)";
    }
    
    .price-table td:nth-child(4)::before {
        content: "💶 Kaina (už m²)";
    }
    
    /* Turinio išdėstymas */
    .price-table td span,
    .price-table td .price-value {
        font-weight: 500;
        color: #1a2c3c;
    }
}






.logo {
    width: 100%;
    height: auto;
}





.sidebar-menu {
    list-style: none;
    flex: 1;
    margin-top: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e9b741 #1f2e3a;
    padding-right: 4px;
}

