    /* ===== BASE STYLES ===== */
    :root {
        --primary: #3498db;
        --secondary: #2ecc71;
        --accent: #e74c3c;
        --dark: #2c3e50;
        --light: #ecf0f1;
        --gray: #95a5a6;
        --light-gray: #f8f9fa;
        --gradient-start: #3498db;
        --gradient-end: #2ecc71;
        --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        --transition: all 0.3s ease;
    }
.ouisdfiudfhfguihg{
    text-align: center;
    border-bottom: 1px solid green;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 17px;
}
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }

    body {
        font-family: 'Inter', sans-serif;
        line-height: 1.6;
        color: #333;
        background-color: #f9f9f9;
        overflow-x: hidden;
    }
.call_actionsxf{
      display: flex;
    flex-direction: column;
    gap: 10px;
  
    
}


    section {
          padding: 80px 50px;
    }

    .scroll-progress {
       position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 250px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 9999;
    backdrop-filter: blur(10px);
    }

    .scroll-progress-bar {
        height: 100%;
        background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
        width: 0%;
        transition: width 0.3s ease;
        box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
        position: relative;
    }

    .scroll-progress-bar::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 5px;
        height: 5px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 10px white;
    }

    /* ===== HEADER ===== */
    header {
        background: rgba(44, 62, 80, 0.95);
        padding: 15px 0;
        position: fixed;
        width: 100%;
        top: 5px;
        z-index: 1000;
        box-shadow: var(--shadow);
        backdrop-filter: blur(10px);
        transition: var(--transition);
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        font-size: 1.8rem;
        font-weight: 800;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: var(--transition);
    }

    .logo i {
        color: var(--primary);
        font-size: 2rem;
        transition: var(--transition);
    }

    .logo span {
        color: var(--secondary);
    }



    nav ul {
        display: flex;
        list-style: none;
        gap: 30px;
    }

    nav a {
        color: white;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        transition: var(--transition);
        position: relative;
        padding: 5px 0;
    }



    nav a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--secondary);
        transition: width 0.3s;
    }


    .mobile-toggle {
        display: none;
        color: white;
        font-size: 1.5rem;
        cursor: pointer;
        transition: var(--transition);
    }


    .btn {
    display: FLEX;
    background: #2ecc71;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    JUSTIFY-CONTENT: CENTER;
    GAP: 20PX;
    }



 

    .phone-btn {
        background: linear-gradient(90deg, #2ecc71, #27ae60);
    }

    .emergency-btn {
        background: linear-gradient(90deg, #e74c3c, #c0392b);
        font-size: 14px;
        padding: 15px 30px;
    }


    .hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}




    .hero {
      color: white;
    position: relative;
    height: 100dvh;
    gap: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    align-items: center;
    background: #0000004a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 50%, rgba(52, 152, 219, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }


    .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;   /* SVARBIAUSIA */
    object-position: center;

    z-index: -1;         /* po turiniu */
}


    .hero .container {
    display: flex;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    }

    .hero h1 {
         font-size: 50px;
    margin-bottom: 20px;
    line-height: 1.2;
    }

    .hero h1 span {
    color: #ffffff;
    display: block;
    }

.svg_phone{
    width: 20px;
}
    .container{
        width: 100%;
    }
    .hero-visual{
          display: flex;
    flex-direction: column;
    gap: 20px;

    width: 40%;
    }
.hero-content{
    display: flex;
    flex-direction: column;
    gap: 30px;

    width: 60%;

}
    .seo-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
        color: var(--light);
        max-width: 600px;
    }

    .hero-features {
        margin-bottom: 30px;
    }

    .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        color: var(--light);
    }

    .feature i {
        color: var(--secondary);
        font-size: 1.1rem;
    }

    .hero-buttons {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    .hero-buttons a{
        min-width: 300px;
    }

    .hero-visual {
      display: flex;
    flex-direction: column;
    gap: 30px;
    }

    .hose-demo {
        width: 100%;
        max-width: 500px;
    }

    .hose-demo-tube {
        width: 100%;
        height: 15px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .hose-demo-fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
        border-radius: 10px;
        transition: width 0.2s ease-out;
        box-shadow: 0 0 20px rgba(46, 204, 113, 0.5);
        position: relative;
    }

    .hose-demo-fill::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 4px;
        height: 100%;
        background: white;
        border-radius: 2px;
        box-shadow: 0 0 15px white;
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0% { opacity: 0.6; }
        50% { opacity: 1; }
        100% { opacity: 0.6; }
    }

    .hose-demo-ends {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hose-end {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-size: 1.8rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
    }



    .scroll-indicator {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        color: var(--light);
        font-size: 0.9rem;
        gap: 5px;
    }
    .svg_car{
padding: 7px;


    }

    .award{
         width: 35px;
    }

      .pading_bottom_car{
    padding-bottom: 9px;



    }

    .check{
     width: 10px;
    background-color: #2ecc71;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 500px;
    padding: 5px;
    }

    .scroll-indicator i {
        animation: bounce 2s infinite;
        color: var(--secondary);
        font-size: 1.2rem;
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
        40% { transform: translateY(-10px); }
        60% { transform: translateY(-5px); }
    }

    .hero-stats {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .hero-stat {
        text-align: center;
    }

    .hero-stat-number {
        font-size: 2rem;
        font-weight: 800;
        color: var(--secondary);
        line-height: 1;
    }

    .hero-stat-label {
        font-size: 0.85rem;
        color: var(--light);
    }

    .seo-badge {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 15px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
        max-width: 500px;
        transition: var(--transition);



        
    }
.starss{
    width: 10px;
}
.about-cta a, .process-cta a, .prices-preview a{
    margin-top: 20px;
    max-width: 300px;
}
    .badge-icon {
       min-height: 50px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    animation: rotate 10s linear infinite;
    }

    @keyframes rotate {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    .badge-content h4 {
        color: white;
        margin-bottom: 5px;
    }

    .badge-content p {
        color: var(--light);
        font-size: 0.9rem;
    }

    .badge-content strong {
        color: var(--secondary);
        font-size: 1.3rem;
    }

    /* ===== MOBILE RESPONSIVE ===== */
    @media (max-width: 992px) {

          .scroll-progress {

    margin-left:0px;

    }
    .hero-visual {
    align-items: center;
}


.hero{
    height: 100%;
}

  
        
        .hero h1 {
            font-size: 2.8rem;
        }
        
        .hero-buttons {
            justify-content: center;
        }
        
        .hero-stats {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .hero {
            padding: 100px 0 80px;
        }
        
   
        
        .mobile-toggle {
            display: block;
        }

        /* nav {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: var(--dark);
            display: none;
            padding: 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        } */

        nav.active {
            display: block;
        }

        nav ul {
            flex-direction: column;
            gap: 15px;
        }
        
        .hero-stats {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 576px) {
        .hero h1 {
            font-size: 1.8rem;
        }
        
        .hero-buttons {
            flex-direction: column;
        }
        
        .btn {
            width: 100%;
        }
        
        .seo-badge {
            flex-direction: column;
            text-align: center;
        }
    }

    /* ===== ACCESSIBILITY ===== */
    @media (prefers-reduced-motion: reduce) {
        * {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }