.elementor-20263 .elementor-element.elementor-element-49bfaec{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-50a6096 *//* Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Rajdhani', sans-serif;
        }
        
:root {
    --primary-color: #9C0002;  
    --secondary-color: #B80C10;
    --accent-color: #700001;
    --dark-bg: #2B0001;  
    --light-bg: #FFF5F5;   
    --text-dark: #3A0002;  
    --text-light: #FFF0F0; 
    --highlight-color: #E6001A;
    --shadow-color: rgba(156, 0, 2, 0.4);
}
        
        body {
            background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 50%, #2d2d2d 100%);
            color: var(--text-light);
            line-height: 1.6;
            overflow-x: hidden;
            min-height: 100vh;
        }
        
      
        /* Header Styles */
        .services-header {
            background: linear-gradient(rgba(50, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), 
                        url('https://euroslot-pars.com/wp-content/uploads/2025/10/ESP-brand-7-scaled.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 2rem);
            text-align: center;
            position: relative;
            overflow: hidden;
            
        }
        
        .header-content {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            
            
        }
        
        
        .services-header h1 {
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: 800;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 3px;
            background: linear-gradient(45deg, #fff, #fff, #fff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
        .services-header p {
            font-size: clamp(1.1rem, 3vw, 1.4rem);
            font-weight: 400;
            max-width: 800px;
            margin: 0 auto 2rem;
            opacity: 0.9;
            line-height: 1.8;
        }
        
      .company-tagline {
    display: inline-block;
    position: relative;
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    letter-spacing: 1px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0px;
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    box-shadow: 0 8px 32px rgba(156, 0, 2, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.15);
    overflow: hidden;
    animation: glowPulse 3s ease-in-out infinite;
}


.company-tagline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    animation: shimmer 4s infinite;
    pointer-events: none;
    border-radius: inherit;
}


@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(156, 0, 2, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.15);
    }
    50% {
        box-shadow: 0 8px 42px rgba(156, 0, 2, 0.5), inset 0 0 18px rgba(255, 255, 255, 0.25);
    }
}


@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

        /* Main Container */
        .main-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: clamp(2rem, 6vw, 4rem) clamp(1rem, 4vw, 2rem);
            z-index: 1;
        }
        
        /* Section Styles */
        .section-title {
            text-align: center;
            margin-bottom: clamp(2rem, 6vw, 4rem);
            position: relative;
            
        }
        
        .section-title h2 {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            font-weight: 700;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            display: inline-block;
            
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            width: clamp(60px, 15vw, 100px);
            height: 4px;
            background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .section-title p {
            font-size: clamp(1rem, 2.5vw, 1.3rem);
            font-weight: 450;
            opacity: 0.8;
            max-width: 700px;
            margin: 2rem auto 0;
        }
        
        .services-section .section-title p{
            color: #000;
        }
        
        
        /* Services Grid */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
            gap: clamp(1.5rem, 4vw, 2.5rem);
            margin-bottom: clamp(3rem, 8vw, 6rem);
        }
        
        .service-card {
            background: #fff;
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent, rgba(156, 0, 2, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.4s;
        }
        
        .service-card:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        
        .service-card:hover::before {
            opacity: 1;
        }
        
        .service-icon {
            height: clamp(150px, 30vw, 200px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(45deg, #f8f9fa, #e9ecef);
            position: relative;
            overflow: hidden;
        }
        
        .service-icon i {
             font-size: clamp(3rem, 8vw, 5rem);
    color: #9C0002; 
    background: linear-gradient(45deg, #9C0002, #B80C10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
        
        .service-icon i {
            font-size: clamp(3rem, 8vw, 5rem);
        }
        
            .service-icon svg {
            font-size: clamp(3rem, 8vw, 5rem);
        }
        
        .service-icon::after {
       
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }
        
        .service-content {
            padding: clamp(1.5rem, 4vw, 2.5rem);
        }
        
        .service-content h3 {
            font-size: clamp(1.3rem, 3vw, 1.6rem);
            font-weight: 700;
            margin-bottom: 1rem;
            color: #38040e;
            position: relative;
            display: inline-block;
        }
        
        .service-content h3::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 3px;
            background: var(--accent-color);
            bottom: -8px;
            left: 0;
            border-radius: 2px;
        }
        
        .service-content p {
            color: #6c757d;
            margin-bottom: 1.5rem;
            line-height: 1.8;
            font-size: clamp(0.95rem, 2vw, 1.05rem);
        }
        
        .service-features {
            list-style: none;
            margin-bottom: 2rem;
        }
        
        .service-features li {
            padding: 0.5rem 0;
            color: #6c757d;
            position: relative;
            padding-left: 1.5rem;
        }
        
        .service-features li::before {
            content: '▸';
            position: absolute;
            left: 0;
           color: #9C0002; 
    background: linear-gradient(45deg, #9C0002, #B80C10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
            font-weight: bold;
           
        }
        
        
        /* Industries Section */
        .industries-section {
            margin-bottom: clamp(3rem, 8vw, 6rem);
        }
        
        .industries-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
            gap: clamp(1.5rem, 4vw, 2rem);
        }
        
        .industry-card {
            background: linear-gradient(145deg, #fff, #f8f9fa);
            border-radius: 0px;
            padding: clamp(1.5rem, 4vw, 2rem);
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        
        .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(156, 0, 2, 0.2);
            border-color: rgba(156, 0, 2, 0.3);
        }
        
        .industry-icon {
            font-size: clamp(2.5rem, 6vw, 3rem);
            margin-bottom: 1rem;
         color: #9C0002; 
    background: linear-gradient(45deg, #9C0002, #B80C10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        }
        
        .industry-card h4 {
            font-size: clamp(1.1rem, 2.5vw, 1.3rem);
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .industry-card p {
            color: #495057;
            font-size: clamp(0.85rem, 2vw, 0.95rem);
        }
        
         .industries-section .section-title p{
            color: #000;
        }
        
        /* Stats Section */
      .stats-section {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), 
                url('https://euroslot-pars.com/wp-content/uploads/2025/10/ESP-brand-8.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: clamp(3rem, 8vw, 5rem) 0;
    border-radius: 0;
    margin-bottom: clamp(3rem, 8vw, 6rem);
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    left: 0;
}

        
.stats-section .section-title h2 {
    color: white;
    font-size: clamp(2rem, 5vw, 3.5rem);

}
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: clamp(1.5rem, 4vw, 3rem);
            max-width: 80%;
            margin: 0 auto;
        }
        
        .stat-item {
            text-align: center;
            
        }
        .stat-number::before {
         content: '+';
         margin-left: 2px;
        }
        
        .stat-number {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            color: white;
            margin-bottom: 0.5rem;
        }
        
        .stat-label {
            font-size: clamp(0.5rem, 2vw, 1.2rem);
            font-weight: 600;
            color: #fff;
        }
        
   /*=================================*/

   /*-------------cta---------*/

.cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, 
        rgba(255,255,255,1) 0%, 
        rgba(255,255,255,0) 100%);
    z-index: 1;
}
.cta-container {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        #fff,
        #fff 10px,
        #E3EAED 10px,
        #E3EAED 20px
    );
    padding: 10% 2% 5% 2%;
    margin: 0;
    z-index: 1;
    overflow: hidden;
}

.cta-section {
    position: relative;
    text-align: center;
    width: clamp(200px,80vw,800px);
    padding: 5%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px) saturate(150%);
    -webkit-backdrop-filter: blur(2px) saturate(150%);
    box-shadow:
        0 20px 40px rgba(156, 0, 2, 0.3),
        inset 0 0 15px rgba(255, 255, 255, 0.08);
    color: var(--text-light);
    overflow: hidden;
    isolation: isolate;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color:#6c757d;
}

.cta-btn {
    padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1.5rem, 4vw, 3rem);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
}

/* CTA Button with stable hover area */
.cta-btn {
    padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1.5rem, 4vw, 3rem);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    display: inline-block;
    background: linear-gradient(45deg, #9C0002, #B80C10);
    color: white;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(156, 0, 2, 0.4);
    position: relative;
    text-decoration: none !important;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    top: 0;
}

/* Container for stable hover area */
.cta-btn-wrapper {
    display: inline-block;
    position: relative;
    padding: 0 0 1px 0;
    width: auto;
}

/* Fill effect from bottom to top */
.cta-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(45deg, #ff0000, #ff4444);
    transition: height 0.4s ease;
    z-index: 0;
}

/* Glowing text */
.cta-btn span {
    position: relative;
    z-index: 1;
    color: white;
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 20px rgba(255, 107, 107, 0.6);
    transition: all 0.3s ease;
}

.cta-btn-wrapper:hover .cta-btn {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 15px 40px rgba(156, 0, 2, 0.8),
        0 0 60px rgba(255, 107, 107, 0.6),
        0 0 80px rgba(255, 0, 0, 0.3);
}

.cta-btn-wrapper:hover .cta-btn::before {
    height: 100%;
}

.cta-btn-wrapper:hover .cta-btn span {
    text-shadow: 
        0 0 20px rgba(255, 255, 255, 1),
        0 0 40px rgba(255, 107, 107, 1),
        0 0 60px rgba(255, 0, 0, 0.8);
    transform: scale(1.08);
}

/* Active state - wave effect */
.cta-btn:active {
    transform: translateY(-2px);
    animation: clickWave 0.4s ease-out;
}

.cta-btn:active::before {
    background: linear-gradient(45deg, #ff0000, #ff4444);
}

/* Wave animation on click */
@keyframes clickWave {
    0% {
        box-shadow: 
            0 5px 20px rgba(156, 0, 2, 0.4),
            0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    50% {
        box-shadow: 
            0 5px 20px rgba(156, 0, 2, 0.4),
            0 0 0 20px rgba(255, 107, 107, 0.4);
    }
    100% {
        box-shadow: 
            0 5px 20px rgba(156, 0, 2, 0.4),
            0 0 0 40px rgba(255, 107, 107, 0);
    }
}
   /*===================================*/

         /* Responsive Design */
       @media (max-width: 1024px) {
           .stats-grid {
             grid-template-columns: repeat(4, 1fr);
             gap: 2rem;
             }
     }

        
        /* Responsive Design */
        @media (max-width: 768px) {
              .stats-grid {
        grid-template-columns: repeat(2, 1fr); 
        grid-template-rows: repeat(2, auto); 
        gap: 2rem;
    }
            .services-header h1 {
                font-size: 2.5rem;
            }
            
            .services-header p {
                font-size: 1.1rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .section-title h2 {
                font-size: 2.2rem;
          
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
            
                .cta-btn {
        padding: 1rem 2rem;
        font-size: 1.3rem;
    }
        }/* End custom CSS */