﻿  .services-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .services-header h1 {
            font-weight: bold;
            line-height: 2;
            font-size: 2.3rem;
            background: #28375a;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
        }

        .services-header p {
            font-size: 1.1rem;
            color: #334155;
            max-width: 700px;
            margin: 0 auto;
        }

        .badge2 {
            display: inline-block;
            background: #dbeafe;
            color: #334155;
            padding: 0.3rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            margin-bottom: 1rem;
        }

        /* Contact Card */
        .contact-glass {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            border-radius: 25px;
            padding: 1.25rem 2rem;
            margin: 2rem 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.15);
            border: 1px solid rgba(255,255,255,0.08);
        }

        .contact-items {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #e2e8f0;
            font-weight: 500;
            font-size: 14px;
        }

        .contact-item svg {
            width: 18px;
            height: 18px;
            color: #f97316;
        }

        .btn-primary {
            background: #ff7a00;
            color: white;
            padding: 0.7rem 1.6rem;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: none;
            cursor: pointer;
        }

        .btn-primary:hover {
            background: #ea580c;
            transform: scale(1.02);
            box-shadow: 0 8px 20px rgba(249,115,22,0.3);
        }

        /* Trust Cards Grid */
        .trust-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.25rem;
            margin: 2rem 0;
        }

        .trust-card-modern {
            background: #ffffff;
            padding: 1.2rem 1rem;
            border-radius: 25px;
            text-align: center;
            transition: all 0.25s;
            border: 1px solid #eef2f6;
            box-shadow: 0 4px 12px rgba(0,0,0,0.02);
            text-decoration: none;
            display: block;
            color: inherit;
        }

        .trust-card-modern:hover {
            transform: translateY(-6px);
            border-color: #f97316;
            box-shadow: 0 20px 25px -12px rgba(0,0,0,0.08);
        }

        .trust-card-modern svg {
            width: 48px;
            height: 48px;
            margin-bottom: 0.5rem;
            display: inline-block;
            background: #fef3e8;
            padding: 12px;
            border-radius: 60px;
            color: #f97316;
        }

        .trust-card-modern h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 0.2rem;
        }

        .trust-card-modern p {
            font-size: 0.75rem;
            color: #6b7280;
        }

        /* Steps */
        .steps-modern {
            background: #f8fafc;
            border-radius: 25px;
            padding: 2rem;
            margin: 2rem 0;
            text-align: center;
        }
		 .steps-modern h2 {
			font-size:24px ;
			font-weight:bold;
			line-height: 2;
			    padding-bottom: 10px;
			 
		 }
		 
		 

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.5rem;
            margin-top: 1.5rem;
        }

        .step-modern {
            text-align: center;
        }

        .step-number-modern {
            width: 48px;
            height: 48px;
            background: #ffffff;
            border: 1.5px solid #e2e8f0;
            color: #f97316;
            font-weight: 800;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 60px;
            margin: 0 auto 0.8rem auto;
            transition: 0.2s;
        }
		
		 .step-modern h4{
		 font-weight:bold;
		 }
		 
		  .step-modern p{
		 font-size:13px;
		 }
		 
		 

        .step-modern:hover .step-number-modern {
            background: #f97316;
            color: white;
            border-color: #f97316;
        }

        /* Category Grid (همان استایل مورد نظر) */
        .category {
            background: white;
            border-radius: 25px;
            padding: 1.8rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.02);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .category:hover {
            
            box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
        }

        .category-title {
			    color: #28375a;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 3px solid #e2e8f0;
        }

        .category-title svg {
            width: 32px;
            height: 32px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            gap: 1rem;
        }

        .service-card {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #f8fafc;
            padding: 0.85rem 1.2rem;
            border-radius: 25px;
            transition: all 0.2s;
            border: 1px solid #eef2f6;
            text-decoration: none;
            color: #334155;
        }

        .service-card:hover {
            background: #ffffff;
            border-color: #f97316;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            
        }

        .service-card svg {
            width: 26px;
            height: 26px;
            flex-shrink: 0;
        }

        .service-card span {
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Special Section (Industrial/Medical) */
        .special-section {
            background: linear-gradient(120deg, #f1f5f9 0%, #ffffff 100%);
            border-radius: 25px;
            padding: 2rem;
            margin-top: 1rem;
            margin-bottom: 2rem;
            border: 1px solid #e0e7ef;
        }

        .special-title {
            font-size: 1.4rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1.2rem;
            color: #0f3b5c;
        }

        .special-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .special-badge {
            background: white;
            padding: 8px 18px;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.9rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            border: 1px solid #cbd5e1;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #334155;
            transition: all 0.2s;
        }

        .special-badge:hover {
            background: #f97316;
            border-color: #f97316;
            color: white;
        }

        .special-badge svg {
            width: 18px;
            height: 18px;
        }

        /* Quick Form */
        .form-modern {
            background: #ffffff;
            border-radius: 25px;
            padding: 1.8rem;
            margin: 2rem 0;
            border: 1px solid #ecf3f9;
            text-align: center;
            box-shadow: 0 8px 20px rgba(0,0,0,0.02);
        }

        .form-group-inline {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.8rem;
            margin-top: 1.2rem;
        }

        .form-group-inline input, .form-group-inline select {
            padding: 0.7rem 1rem;
            border-radius: 50px;
            border: 1px solid #e2e8f0;
            font-size: 0.8rem;
            min-width: 180px;
            background: #fefefe;
        }

        /* FAQ */
        .faq-modern {
            background: #ffffff;
            border-radius: 25px;
            padding: 1.5rem;
            margin: 2rem 0;
            border: 1px solid #ecf3f9;
        }

        .faq-item {
            border-bottom: 1px solid #edf2f9;
            padding: 1rem 0;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            cursor: pointer;
            font-weight: 600;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            font-size: 0.85rem;
            color: #475569;
        }

        .faq-item.active .faq-answer {
            max-height: 120px;
            margin-top: 0.6rem;
        }

        /* Footer CTA */
        .footer-cta {
            text-align: center;
            margin-top: 2rem;
            background: #1e293b;
            border-radius: 25px;
            padding: 2rem;
            color: white;
        }

        @media (max-width: 640px) {
            .services-header h1 {
                font-size: 1.7rem;
            }
            .category-title {
                font-size: 1.2rem;
            }
            .service-card span {
                font-size: 0.85rem;
            }
            .contact-glass {
                flex-direction: column;
                text-align: center;
            }
    
            .form-group-inline input, .form-group-inline select {
                width: 100%;
            }
        }