     .hero-wrapper {
            padding: 40px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        }

  
        .wtagline {
            background-color: var(--primary_color);
            font-weight: 600;
            letter-spacing: 3px;
            font-size: 0.8rem;
            margin-bottom: 1rem;
            display: block;
            color: #f8f9fa;
            padding: 4px 10px;
            width: fit-content;
            border-left: 3px solid var(--secondary-color);
        }

        .main-heading {
            font-weight: 800;
            font-size: clamp(1.5rem, 5vw, 1.8rem);
            line-height: 1.1;
            margin-bottom: 1.5rem;
        }

        .text-accent { color: var(--primary_color); }

        .description {
      
            font-size: 1.1rem;
            max-width: 550px;
            margin-bottom: 2.5rem;
        }

      
        .image-stack-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 450px;
        }

        .img-base {
            width: 65%;
            height: 320px;
            object-fit: cover;
            border-radius: 30px;
            box-shadow: 20px 20px 60px rgba(0,0,0,0.08);
            transform: translate(10%, -10%); 
            z-index: 1;
        }

        .img-overlay {
            width: 55%;
            height: 280px;
            object-fit: cover;
            border-radius: 30px;
            position: absolute;
            bottom: 0;
            left: 0;
            border: 12px solid var(--white);
            box-shadow: -20px 20px 50px rgba(0,0,0,0.15);
            z-index: 2;
            transform: translate(5%, 5%); 
        }
        
        .image-stack-container:hover .img-base { transform: translate(12%, -12%); }
.image-stack-container:hover .img-overlay { transform: translate(3%, 7%); }




.stat-box {
    display: flex;
    flex-direction: column; 
    text-align: center;
    padding: 10px 10px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    height: 100%;          
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: var(--secondary_color);
}

.icon-circle {
    width: 45px;
    height: 45px;
    background: var(--primary_color);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px; 
    flex-shrink: 0;
}

.stat-number {
    font-weight: 800;
    font-size: 1.4rem;
    margin: 0;
    color: var(--primary_color);
    line-height: 1.2;
}

.stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin: 0;
    font-weight: 600;
}
        
        


      
        .reveal {
            opacity: 0;
            transition: all 1s ease;
        }
        .reveal-left { transform: translateX(-60px); }
        .reveal-right { transform: translateX(60px); }
        .reveal-up { transform: translateY(40px); }

        .active {
            opacity: 1;
            transform: translate(0,0);
        }

        @media (max-width: 991px) {
            .image-stack-container { height: 400px; margin-top: 10px; }
            .img-base { width: 85%; }
            .img-overlay { width: 70%; }
            .hero-wrapper {
                padding: 50px 0;}
        }
        
        
        
           @media (max-width:500px) {
            .main-heading {

  
    
}


.icon-circle {
    width: 30px;
    height: 30px;
}

.description {
    font-size: .7rem;
    max-width: 550px;
    margin-bottom: 2.5rem;
}
        }
        
        
        
        
        
        
      @media (max-width:1399px) {    
        .main-heading {
  
    
}
}
        