.elementor-23213 .elementor-element.elementor-element-7871753{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-7a89b8e */.container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 20px;
        }
        
        .page-header {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s ease;
        }
        
        .page-header.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .page-header h1 {
            font-size: 3.5rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 20px;
            color: #1a202c;
            position: relative;
        }
        
        .page-header h1::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #9C0002;
            border-radius: 2px;
        }
        
        .page-header p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 40px auto 0;
            color: #4a5568;
            font-weight: 400;
            line-height: 1.8;
            letter-spacing: 0.5px;
        }
        
        .team-card {
            display: flex;
            background: #ffffff;
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
            position: relative;
            border: 1px solid #e2e8f0;
            margin-bottom: 60px;
            min-height: 380px;
            opacity: 0;
            transform: translateX(-80px);
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .team-card:nth-child(even) {
            transform: translateX(80px);
        }
        
        .team-card.visible {
            opacity: 1;
            transform: translateX(0) !important;
        }
        
        .team-card:hover {
            border-color: #9C0002;
            box-shadow: 0 20px 60px rgba(156, 0, 2, 0.15);
            transform: translateY(-8px) scale(1.02);
        }
        
        .team-image {
            aspect-ratio: 1.2/1;
            flex: 1 1 40%; 
            position: relative;
            overflow: hidden;
        }
        
        .team-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.8s ease;
            filter: brightness(1.05) contrast(1.1);
        }
        
        .team-card:hover .team-image img {
            transform: scale(1.08);
            filter: brightness(1.1) contrast(1.2);
        }
        
       
        .team-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                135deg,
                rgba(0, 0, 0, 0.9) 0%,
                rgba(0, 0, 0, 0.4) 50%,
                rgba(0, 0, 0, 0.7) 100%
            );
            z-index: 1;
            opacity: 0.6;
            transition: all 0.6s ease;
            mix-blend-mode: overlay;
        }
        
        .team-card:hover .team-image::before {
            opacity: 0.4;
            background: linear-gradient(
                135deg,
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.3) 50%,
                rgba(0, 0, 0, 0.6) 100%
            );
        }
        
        
        .team-image::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(
                circle at center,
                rgba(156, 0, 2, 0.08) 0%,
                transparent 70%
            );
            z-index: 2;
            opacity: 0;
            transition: all 0.8s ease;
            transform: scale(0.5);
        }
        
        .team-card:hover .team-image::after {
            opacity: 1;
            transform: scale(1);
        }
        
        .team-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
            text-align: center;
            
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.8);
            transition: all 0.6s ease 0.3s;
        }
        
        .team-card.visible .team-icon {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        
        .team-icon i {
            font-size: 3.2rem;
            margin-bottom: 15px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
            transition: all 0.4s ease;
            color: #fff;
        }
        
        .team-card:hover .team-icon i {
            transform: scale(1.1);
            filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.5));
        }
        
        .team-icon h3 {
            font-size: 1.5rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            color: #fff;
            position: relative;
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
            padding: 8px 16px;
            border-radius: 0px;
         
        }
        
        .team-icon h3::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: #9C0002;
            transition: all 0.4s ease 0.2s;
        }
        
        .team-card:hover .team-icon h3::after {
            width: 60px;
        }
        
        .team-content {
            flex: 0 0 60%; 
            padding: 40px;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 2;
            background: #ffffff;
        }
        
        .team-content h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: #1a202c;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            position: relative;
            opacity: 0;
            transform: translateY(15px);
            transition: all 0.6s ease 0.2s;
        }
        
        .team-card.visible .team-content h3 {
            opacity: 1;
            transform: translateY(0);
        }
        
        .team-content h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background: #9C0002;
            border-radius: 2px;
            transition: width 0.4s ease;
        }
        
        .team-card:hover .team-content h3::after {
            width: 80px;
        }
        
        .team-content p {
            color: #4a5568;
            margin-bottom: 25px;
            font-size: 1.05rem;
            line-height: 1.7;
            font-weight: 400;
            flex-grow: 1;
            opacity: 0;
            transform: translateY(15px);
            transition: all 0.6s ease 0.4s;
        }
        
        .team-card.visible .team-content p {
            opacity: 1;
            transform: translateY(0);
        }
        
        .team-stats {
            display: flex;
            justify-content: space-between;
            margin-top: auto;
            border-top: 1px solid #e2e8f0;
            padding-top: 20px;
            opacity: 0;
            transform: translateY(15px);
            transition: all 0.6s ease 0.6s;
        }
        
        .team-card.visible .team-stats {
            opacity: 1;
            transform: translateY(0);
        }
        
        .stat {
            text-align: center;
            flex: 1;
            position: relative;
        }
        
        .stat::before {
            content: '';
            position: absolute;
            top: -18px;
            left: 50%;
            transform: translateX(-50%);
            width: 2px;
            height: 6px;
            background: #9C0002;
            opacity: 0;
            transition: all 0.4s ease;
            border-radius: 1px;
        }
        
        .team-card:hover .stat::before {
            opacity: 1;
            height: 12px;
        }
        
        .stat-value {
            font-size: 1.7rem;
            font-weight: 700;
            color: #9C0002;
            margin-bottom: 5px;
            text-shadow: 0 0 8px rgba(156, 0, 2, 0.2);
        }
        
        .stat-label {
            font-size: 0.8rem;
            color: #718096;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 600;
        }
        
        /* Alternate layout for even cards */
        .team-card:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        @media (max-width: 1024px) {
            .team-card {
                flex-direction: column !important;
                min-height: auto;
            }
            
            .team-image, .team-content {
                flex: 0 0 100%;
            }
            
            .team-image {
                height: 280px;
            }
            
            .page-header h1 {
                font-size: 2.8rem;
            }
        }
        
        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2.2rem;
                letter-spacing: 2px;
            }
            
            .team-content {
                padding: 30px 25px;
            }
            
            .team-content h3 {
                font-size: 1.5rem;
            }
            
            .team-icon i {
                font-size: 2.8rem;
            }
            
            .team-icon h3 {
                font-size: 1.3rem;
            }
            
            .stat-value {
                font-size: 1.5rem;
            }
        }
        
        /* Scroll progress indicator */
        .scroll-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 3px;
            background: linear-gradient(90deg, #9C0002, #ff4444);
            z-index: 1000;
            transition: width 0.3s ease;
            border-radius: 0 2px 2px 0;
        }
        
        /* Subtle pattern background */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 15% 70%, rgba(156, 0, 2, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 85% 30%, rgba(156, 0, 2, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(156, 0, 2, 0.02) 0%, transparent 50%);
            z-index: -1;
        }/* End custom CSS */