 :root {
            --primary-color: #0d6efd;
            --secondary-color: #6c757d;
            --accent-color: #ff6b35;
            --dark-bg: #121212;
            --darker-bg: #0a0a0a;
            --card-bg: #1e1e1e;
            --card-border: #333;
            --text-primary: #e0e0e0;
            --text-secondary: #a0a0a0;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--text-primary);
            line-height: 1.6;
            background-color: var(--dark-bg);
        }
        
        .container {
            max-width: 1200px;
        }
        
        /* Header секция с фонова снимка 1 */
        .header-section {
            background: linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.2) 100%), 
                        url('https://tks25.com/img/laser/steal_cutting.jpg');
            background-size: cover;
            background-position: center;
            padding: 70px 0 50px;
            border-bottom: 1px solid #333;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }
        
        .header-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; height: 3px;
            background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
        }
        
        .logo-container {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .logo-img {
            max-height: 120px;
            filter: brightness(1.1);
        }
        
        .company-tagline {
            font-size: 1.4rem;
            color: var(--text-primary);
            margin-bottom: 30px;
            text-align: center;
        }
        
        .contact-info {
            background-color: rgba(30, 30, 30, 0.85);
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
            border: 1px solid var(--card-border);
            backdrop-filter: blur(10px);
        }
        
        .contact-item {
            margin-bottom: 10px;
            color: var(--text-secondary);
        }
        
        .contact-item i {
            width: 30px;
            color: var(--accent-color);
        }
        
        .contact-item strong {
            color: var(--text-primary);
        }
        
        /* Секции с услуги */
        .service-section {
            background-color: var(--card-bg);
            border-radius: 10px;
            padding: 40px;
            margin-bottom: 30px;
            border: 1px solid var(--card-border);
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Модерен Паралакс, работещ на мобилни устройства */
.image-divider {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid var(--card-border);
    /* Режим на изолация за фиксирания фон */
    clip-path: inset(0 0 0 0); 
}

.image-divider::before {
    content: "";
    position: fixed; /* Това е ключът към ефекта на мобилни */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://tks25.com/img/laser/steal_cutting2.jpg');
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: -1;
}

/* На мобилни устройства намаляваме височината на прозореца */
@media (max-width: 768px) {
    .image-divider {
        height: 250px;
    }
}
        
        /* Снимка 3 като вграден елемент */
        .inline-photo {
            width: 100%;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid #444;
        }

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 25px;
            color: var(--text-primary);
            padding-bottom: 10px;
            border-bottom: 2px solid var(--accent-color);
            display: inline-block;
        }
        
        .service-icon {
            font-size: 3.5rem;
            color: var(--accent-color);
            margin-bottom: 20px;
            text-align: center;
        }
        
        .service-subtitle {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--accent-color);
        }
        
        .benefits-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .benefits-list li {
            padding: 8px 0;
            border-bottom: 1px dashed #333;
            color: var(--text-secondary);
        }
        
        .benefits-list li:last-child {
            border-bottom: none;
        }
        
        .benefits-list i {
            color: var(--accent-color);
            margin-right: 10px;
        }
        
        .materials-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        
        .material-card {
            background-color: #252525;
            border-radius: 8px;
            padding: 15px;
            text-align: center;
            border-left: 4px solid var(--accent-color);
            transition: all 0.3s ease;
        }
        
        .material-card:hover {
            background-color: #2a2a2a;
            transform: scale(1.03);
        }
        
        .material-icon {
            font-size: 1.8rem;
            color: var(--accent-color);
            margin-bottom: 10px;
        }
        
        .specs-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        
        .specs-table th, .specs-table td {
            padding: 12px;
            border: 1px solid #333;
        }
        
        .specs-table td {
            color: var(--text-secondary);
        }
        
        .project-example {
            background-color: #252525;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            border-left: 5px solid var(--accent-color);
        }
        
        .warranty-card {
            background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%);
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            border: 2px solid var(--accent-color);
        }
        
        .footer-section {
            background-color: #0a0a0a;
            color: var(--text-secondary);
            padding: 40px 0;
            margin-top: 50px;
            border-top: 1px solid #333;
        }

        .highlight {
            color: var(--accent-color);
            font-weight: 600;
        }
        
        .divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, #444, transparent);
            margin: 30px 0;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .header-section { background-attachment: scroll; padding: 40px 0; }
            .image-divider { height: 200px; background-attachment: scroll; }
            .service-section { padding: 25px; }
            .section-title { font-size: 1.6rem; }
        }
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(135deg, #303030, #6a6a6a);
            color: white;
            padding: 15px 20px;
            z-index: 10000;
            box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }        
        .cookie-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }        
        .cookie-text {
            flex: 1;
            min-width: 300px;
            font-size: 14px;
            line-height: 1.5;
        }        
        .cookie-buttons {
            display: flex;
            gap: 10px;
        }        
        .cookie-btn {
            padding: 10px 25px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s;
        }        
        .cookie-accept {
            background: #27ae60;
            color: white;
        }        
        .cookie-accept:hover {
            background: #219653;
        }        
        .cookie-settings {
            background: transparent;
            color: white;
            border: 2px solid white;
        }        
        .cookie-settings:hover {
            background: rgba(255,255,255,0.1);
        }        
        .cookie-link {
            color: #3498db;
            text-decoration: none;
            font-weight: 600;
        }        
        .cookie-link:hover {
            text-decoration: underline;
        }        
        @media (max-width: 768px) {
            .cookie-content {
                flex-direction: column;
                text-align: center;
            }            
            .cookie-buttons {
                width: 100%;
                justify-content: center;
            }
        }
        .btn_back_to{
            background: transparent;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            padding: 10px 25px;
            -webkit-appearance: button;
            text-decoration: none;
            border: 2px solid white;
        }
        .btn_back_to:hover{
            background: #fff;
            color: #000;
            border: 2px solid white;
        }
