.elementor-2995 .elementor-element.elementor-element-9857d30{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-27a81c2 */.webgrids-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 1);
        padding: 8px 20px;
        border-radius: 25px;
        margin-bottom: 30px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
        .page-header {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 100%);
            padding: 120px 2rem 80px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>');
            opacity: 0.5;
        }

        .page-header-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .page-header h1 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: white;
        }

        .page-header p {
            font-size: 1.3rem;
            opacity: 0.95;
        }

        .breadcrumb {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
            font-size: 0.9rem;
            background-color: transparent;
        }

        .breadcrumb a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
        }

        .breadcrumb a:hover {
            color: #4a90e2;
        }

        /* Section Styles */
        .section {
            padding: 5rem 2rem;
        }

        .section-light {
            background: #ffffff;
        }

        .section-gray {
            background: #f8f9fa;
        }

        .section-dark {
            background: #1e3a5f;
            color: white;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: #1e3a5f;
        }

        .section-dark .section-title {
            color: white;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .section-dark .section-subtitle {
            color: rgba(255, 255, 255, 0.9);
        }

        /* Story Section */
        .story-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .story-content p {
            font-size: 1.15rem;
            line-height: 1.9;
            margin-bottom: 1.5rem;
            color: #555;
        }

        .story-content strong {
            color: #1e3a5f;
        }

        .highlight-box {
            background: linear-gradient(135deg, #4a90e2 0%, #2d5a8c 100%);
            color: white;
            padding: 2.5rem;
            border-radius: 15px;
            margin: 3rem 0;
            text-align: center;
        }

        .highlight-box h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: white;
        }

        .highlight-box p {
            font-size: 1.2rem;
            margin: 0;
            opacity: 0.95;
            color: white;
        }

        /* Stats Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }

        .stat-card {
            background: white;
            padding: 2.5rem;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #4a90e2;
            margin-bottom: 0.5rem;
            display: block;
        }

        .stat-label {
            font-size: 1.1rem;
            color: #1e3a5f;
            font-weight: 600;
        }

        .stat-description {
            font-size: 0.95rem;
            color: #666;
            margin-top: 0.5rem;
        }

        /* Values Grid */
        .values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            margin-top: 3rem;
        }

        .value-card {
            text-align: center;
        }

        .value-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #4a90e2, #2d5a8c);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            margin: 0 auto 1.5rem;
            box-shadow: 0 5px 20px rgba(74, 144, 226, 0.3);
        }

        .value-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: white;
        }

        .value-card p {
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.8;
        }

        /* Team Section */
        .team-intro {
            max-width: 900px;
            margin: 0 auto 4rem;
            text-align: center;
        }

        .team-intro p {
            font-size: 1.15rem;
            line-height: 1.8;
            color: #555;
        }

        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }

        .expertise-card {
            background: white;
            padding: 2.5rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }

        .expertise-card h3 {
            font-size: 1.4rem;
            color: #1e3a5f;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .expertise-icon {
            font-size: 1.8rem;
        }

        .expertise-card ul {
            list-style: none;
            padding: 0;
        }

        .expertise-card li {
            padding: 0.5rem 0;
            color: #666;
            position: relative;
            padding-left: 25px;
        }

        .expertise-card li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4a90e2;
            font-weight: bold;
        }

        /* WebGrids Connection */
        .webgrids-section {
            background: linear-gradient(135deg, #c9302c 0%, #a82824 100%);
            color: white;
            padding: 4rem 2rem;
            text-align: center;
            border-radius: 20px;
            margin: 3rem auto;
            max-width: 1200px;
        }

        .webgrids-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: white;
        }

        .webgrids-section p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.95;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .webgrids-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin: 3rem 0;
        }

        .webgrids-stat {
            padding: 1.5rem;
        }

        .webgrids-stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            display: block;
            margin-bottom: 0.5rem;
        }

        .webgrids-stat-label {
            font-size: 1rem;
            opacity: 0.9;
        }

        .btn-white {
            background: white;
            color: #c9302c;
            padding: 1rem 2.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            display: inline-block;
            transition: all 0.3s;
        }

        .btn-white:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            color: black;
        }

        /* Mission Section */
        .mission-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            margin-top: 3rem;
        }

        .mission-card {
            background: #f8f9fa;
            padding: 3rem;
            border-radius: 15px;
            border-left: 5px solid #4a90e2;
        }

        .mission-card h3 {
            font-size: 1.8rem;
            color: #1e3a5f;
            margin-bottom: 1.5rem;
        }

        .mission-card p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            padding: 4rem 2rem;
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 100%);
            color: white;
            border-radius: 20px;
            margin: 3rem auto;
            max-width: 1200px;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: white;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .btn-primary {
            background: #c9302c;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            display: inline-block;
            transition: all 0.3s;
        }

        .btn-primary:hover {
            background: #a82824;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(201, 48, 44, 0.5);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .values-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .webgrids-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2rem;
            }

            .page-header p {
                font-size: 1.1rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .stats-grid,
            .values-grid,
            .expertise-grid,
            .mission-grid,
            .webgrids-stats {
                grid-template-columns: 1fr;
            }

            .section {
                padding: 3rem 1.5rem;
            }
        }
            @media (max-width: 1024px) {
        .industry-stats-wrapper > div:first-of-type,
        .industry-stats-wrapper > div:last-of-type {
            grid-template-columns: repeat(2, 1fr) !important;
        }
    }
    
    @media (max-width: 768px) {
        .industry-stats-wrapper > div {
            grid-template-columns: 1fr !important;
        }
        
        .container > div[style*="grid-template-columns: repeat(3, 1fr)"] {
            grid-template-columns: 1fr !important;
        }
    }/* End custom CSS */