  /* Services Hero Section */
        .minitech-services-hero {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            padding: 60px 20px 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .minitech-services-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://tiimg.tistatic.com/fp/1/002/967/turnkey-projects-services-810.jpg') center/cover;
            opacity: 0.15;
        }

        .minitech-services-hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            margin: 0 auto;
        }

        .minitech-services-hero-subtitle {
            font-size: 1rem;
            color: #c41e3a;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .minitech-services-hero-title {
            font-size: 2.5rem;
            color: #ffffff;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .minitech-services-hero-description {
            font-size: 1rem;
            color: #e0e0e0;
            line-height: 1.7;
            max-width: 700px;
            margin: 0 auto;
        }

        /* Turnkey Services Section */
        .minitech-turnkey-section {
            padding: 50px 20px;
            background: #ffffff;
        }

        .minitech-services-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .minitech-section-header {
            text-align: center;
            margin-bottom: 20px;
        }

        .minitech-section-label {
            font-size: 0.95rem;
            color: #c41e3a;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .minitech-section-title {
            font-size: 2rem;
            color: #1a1a1a;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .minitech-section-intro {
            font-size: 1rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .minitech-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 15px;
            /* margin-bottom: 30px; */
        }

        .minitech-service-card {
            background: #ffffff;
            border: 2px solid #f0f0f0;
            border-radius: 15px;
            padding: 20px 25px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .minitech-service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 0;
            background: linear-gradient(180deg, #c41e3a 0%, #8b1528 100%);
            transition: height 0.4s ease;
        }

        .minitech-service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(196, 30, 58, 0.15);
            border-color: #c41e3a;
        }

        .minitech-service-card:hover::before {
            height: 100%;
        }

        .minitech-service-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: linear-gradient(135deg, #c41e3a 0%, #8b1528 100%);
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .8rem;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .minitech-service-card h3 {
            font-size: 1rem;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.3;
        }

        .minitech-service-card p {
            font-size: .8rem;
            color: #666;
            line-height: 1.7;
            margin: 0;
        }

        /* System Design Section */
        .minitech-design-section {
            padding: 50px 20px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .minitech-design-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
        }

        .minitech-design-image {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .minitech-design-image img {
            width: 100%;
            height: 430px;
            object-fit: cover;
            display: block;
        }

        .minitech-design-text h3 {
            font-size: 2.2rem;
            color: #1a1a1a;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .minitech-design-text p {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .minitech-design-list {
            list-style: none;
            display: grid;
            gap: 15px;
            padding-top: 30px;
        }

        .minitech-design-list-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 10px;
            background: #ffffff;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .minitech-design-list-item:hover {
            transform: translateX(10px);
            box-shadow: 0 5px 20px rgba(196, 30, 58, 0.1);
        }

        .minitech-design-list-icon {
            width: 25px;
            height: 25px;
            background: linear-gradient(135deg, #c41e3a 0%, #8b1528 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: .7rem;
            flex-shrink: 0;
        }

        .minitech-design-list-item span {
            font-size: .8rem;
            color: #333;
            font-weight: 500;
            line-height: 1.6;
        }

        /* Winder Design Section */
        .minitech-winder-section {
            padding: 50px 20px;
            background: #ffffff;
        }

        .minitech-winder-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            gap: 15px;
            margin-top: 30px;
        }

        .minitech-winder-card {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            border-radius: 15px;
            padding: 25px 15px;
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .minitech-winder-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(196, 30, 58, 0.1) 0%, transparent 70%);
            transition: transform 0.6s ease;
        }

        .minitech-winder-card:hover::before {
            transform: scale(1.5);
        }

        .minitech-winder-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(196, 30, 58, 0.3);
        }

        .minitech-winder-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #c41e3a 0%, #8b1528 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            position: relative;
            z-index: 2;
        }

        .minitech-winder-icon i {
            font-size: 1rem;
            color: #ffffff;
        }

        .minitech-winder-card h4 {
            font-size: 1rem;
            color: #ffffff;
            margin-bottom: 15px;
            font-weight: 700;
            position: relative;
            z-index: 2;
        }

        .minitech-winder-card p {
            font-size: .7rem;
            color: #e0e0e0;
            line-height: 1.6;
            margin: 0;
            position: relative;
            z-index: 2;
        }

        /* CTA Section */
        .minitech-services-cta {
            padding: 40px 20px;
            background: linear-gradient(135deg, #c41e3a 0%, #8b1528 100%);
            text-align: center;
        }

        .minitech-services-cta h3 {
            font-size: 2rem;
            color: #ffffff;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .minitech-services-cta p {
            font-size: .9rem;
            color: #ffffff;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        .minitech-cta-button {
            display: inline-block;
            padding: 9px 23px;
            background: #ffffff;
            color: #c41e3a;
            font-size: 1.1rem;
            font-weight: 700;
            text-decoration: none;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-decoration: none !important;
        }

        .minitech-cta-button:hover {
            background: #1a1a1a;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .minitech-services-hero-title {
                font-size: 2.8rem;
            }

            .minitech-section-title {
                font-size: 2.3rem;
            }

            .minitech-design-content {
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            .minitech-services-hero {
                padding: 100px 20px 60px;
            }

            .minitech-services-hero-title {
                font-size: 2.2rem;
            }

            .minitech-services-hero-description {
                font-size: 1.1rem;
            }

            .minitech-turnkey-section,
            .minitech-design-section,
            .minitech-winder-section {
                padding: 60px 20px;
            }

            .minitech-section-title {
                font-size: 2rem;
            }

            .minitech-services-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .minitech-design-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .minitech-design-text h3 {
                font-size: 1.8rem;
            }

            .minitech-winder-grid {
                grid-template-columns: 1fr;
            }

            .minitech-services-cta h3 {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .minitech-services-hero-title {
                font-size: 1.8rem;
            }

            .minitech-section-title {
                font-size: 1.7rem;
            }

            .minitech-service-card {
                padding: 30px 25px; 
            }

            .minitech-design-text h3 {
                font-size: 1.5rem;
            }

            .minitech-services-cta h3 {
                font-size: 1.7rem;
            }

            .minitech-cta-button {
                padding: 16px 35px;
                font-size: 1rem;
            }
        }