        .overview-content {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 20px;
            padding: 50px;
            position: relative;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }

       

        .section-title {
            
            font-weight: 700;
            color: #1a1a2e;
            
            position: relative;
            display: inline-block;
        }

     
        .text-content {
            color: #495057;
        }

        /* Why Collaborate - Feature Cards */
        .why-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #1386BF 0%, #764ba2 100%);
            color: #fff;
            position: relative;
        }

        .why-section::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="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
        }

        .feature-card {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255,255,255,0.2);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
        }

        .feature-card:hover {
            transform: translateY(-15px);
            background: rgba(255,255,255,0.25);
            box-shadow: 0 25px 50px rgba(0,0,0,0.3);
        }

        .feature-icon {
            width: 90px;
            height: 90px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2.5rem;
            color: #1386BF;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }

        .feature-card h4 {
            margin-bottom: 15px;
        }

        .feature-card p {
            opacity: 0.95;
            line-height: 1.7;
        }

        /* Reach Section - Image + Text */
        .reach-section {
            padding: 100px 0;
            background: #f8f9fa;
        }

        .reach-image {
            border-radius: 15px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            width: 100%;
            height: 320px;
            object-fit: cover;
        }

        .stats-box {
            background: #1386BF;
            color: #fff;
            border-radius: 15px;
            padding: 15px;
            text-align: center;
            margin-top: 15px;
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
        }

        .stats-box h3 {
            color:#f1f6f9;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .stats-box p {
            margin: 0;
          
        }

        /* Marketing Section - Timeline Style */
        .marketing-section {
            padding: 100px 0;
            background: #fff;
        }

        .timeline-item {
            background: #fff;
            border-left: 5px solid #1386BF;
            border-radius: 10px;
            padding: 10px 30px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .timeline-item:hover {
            transform: translateX(10px);
            box-shadow: 0 15px 40px #1386bf63;
        }

        .timeline-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #1386BF 0%, #764ba2 100%);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        /* Technology Section - Grid Cards */
        .tech-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .tech-card {
            background: #fff;
            border-radius: 15px;
            padding: 25px 5px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            border-top: 4px solid #1386BF;
        }

        .tech-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px #1386bf63;
        }

        .tech-card i {
            font-size:22px;
            color: #1386BF;
            margin-bottom: 20px;
        }

        .tech-card h5 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 15px;
        }

        /* Branding Section - Full Width Image */
        .branding-section {
            padding: 100px 0;
            background: url('https://images.unsplash.com/photo-1557804506-669a67965ba0?w=1200') center/cover;
            position: relative;
            color: #fff;
        }

        .branding-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #1C8BCC 0%, #9ACCED 100%);
        }

        .branding-content {
            position: relative;
            z-index: 1;
        }

        .check-list {
            list-style: none;
            padding: 0;
        }

        .check-list li {
            padding: 6px 0;
            
            position: relative;
            padding-left: 40px;
        }

        .check-list li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #fff;
            
        }

        /* Global Section - Cards with Icons */
        .global-section {
            padding: 100px 0;
            background: #fff;
        }

        .global-card {
            background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
            border: 2px solid #e9ecef;
            transition: all 0.3s ease;
        }

        .global-card:hover {
            border-color: #1386BF;
            box-shadow: 0 20px 60px rgba(102, 126, 234, 0.15);
        }

        .global-icon {
            font-size: 4rem;
            color: #1386BF;
            margin-bottom: 25px;
        }

        /* Performance Section - Split Color */
        .performance-section {
            padding: 100px 0;
            background: linear-gradient(to right, #1386BF 50%, #764ba2 50%);
        }

        .performance-card {
            background: #fff;
            border-radius: 20px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.2);
        }

        /* Team Section - Counter Stats */
        .team-section {
            padding: 100px 0;
            background: #f8f9fa;
        }

        .counter-box {
            background: #fff;
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .counter-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px #1386bf63;
        }

        .counter-number {
            font-size: 3.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, #1386BF 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 15px;
        }

        .counter-label {
            
            color: #495057;
            font-weight: 600;
        }

        /* Commitment Section - CTA Style */
        .commitment-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #1386BF 0%, #764ba2 100%);
            color: #fff;
            position: relative;
        }

        .commitment-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1200') center/cover;
            opacity: 0.1;
        }

        .commitment-box {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 15px;
            padding: 20px;
            position: relative;
        }

        .btn-partner {
            background: #fff;
            color: #1386BF;
            padding: 18px 50px;
            border-radius: 15px;
            font-weight: 600;
            font-size: 1.1rem;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .btn-partner:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .partnership-hero h1 {
                font-size: 2.5rem;
            }
            .section-title {
                font-size: 2rem;
            }
            .overview-content {
                padding: 30px 20px;
            }
            .reach-image {
                height: 300px;
            }
        }
    