      .service-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* Service Page Header */
        .service-header {
            text-align: center;
            padding: 60px 0 40px;
            background: linear-gradient(to right, rgba(0, 60, 113, 0.9), rgba(0, 41, 77, 0.9)), url('https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&q=80&w=1200') center/cover;
            color: white;
            border-bottom-left-radius: 100px;
            margin-bottom: 60px;
        }

        .service-header h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .service-header h1:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--secondary);
        }

        .service-header p {
            max-width: 800px;
            margin: 0 auto;
            font-size: 1.2rem;
            opacity: 0.9;
        }

        /* Service Overview */
        .service-overview {
            margin-bottom: 80px;
        }

        .overview-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .overview-image {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }

        .overview-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .overview-content h2 {
            color: var(--primary);
            font-size: 2.3rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }

        .overview-content h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--secondary);
        }

        .overview-content p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            color: var(--gray);
        }

        .features {
            list-style-type: none;
            margin-top: 30px;
        }

        .features li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 35px;
        }

        .features li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: var(--secondary);
            background: rgba(255, 107, 53, 0.15);
            width: 26px;
            height: 26px;
            border-radius: 50%;
            text-align: center;
            line-height: 26px;
        }

        /* Our Services Section */
        .services-section {
            margin-bottom: 80px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: var(--primary);
            position: relative;
            padding-bottom: 15px;
            display: inline-block;
        }

        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 25%;
            width: 50%;
            height: 3px;
            background-color: var(--secondary);
        }

        .section-title p {
            color: var(--gray);
            max-width: 700px;
            margin: 15px auto 0;
            font-size: 1.1rem;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            border: 1px solid #eaeaea;
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .service-icon {
            height: 160px;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            color: white;
        }

        .service-content {
            padding: 30px;
            border-top: 4px solid var(--secondary);
        }

        .service-name {
            font-size: 1.4rem;
            color: var(--primary);
            margin-bottom: 15px;
            font-weight: 700;
        }

        .service-description {
            font-size: 1rem;
            color: var(--gray);
            margin-bottom: 25px;
            min-height: 120px;
        }

        .benefits-list {
            list-style-type: none;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px dashed var(--border);
        }

        .benefits-list li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
        }

        .benefits-list li:before {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--secondary);
            font-size: 0.8rem;
        }

        .learn-more {
            display: inline-block;
            padding: 12px 30px;
            background-color: var(--primary);
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s;
            border: 2px solid var(--primary);
            margin-top: 20px;
        }

        .learn-more:hover {
            background-color: white;
            color: var(--primary);
        }

        /* Service Process */
        .process-section {
            background-color: rgba(0, 60, 113, 0.05);
            padding: 80px 0;
            margin-bottom: 80px;
            border-radius: 15px;
        }

        .process-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .process-steps {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin-top: 50px;
        }

        .process-steps:before {
            content: '';
            position: absolute;
            top: 50px;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--secondary);
            z-index: 1;
        }

        .step {
            text-align: center;
            position: relative;
            z-index: 2;
            width: 20%;
        }

        .step-icon {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: white;
            font-size: 2.5rem;
            position: relative;
            transition: all 0.3s;
        }

        .step:hover .step-icon {
            transform: scale(1.1);
            background: var(--secondary);
            transition: all .3s;
        }

        .step-number {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 35px;
            height: 35px;
            background: var(--secondary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .step h3 {
            color: var(--primary);
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

        .step p {
            color: var(--gray);
            font-size: 0.95rem;
        }
                    /* Contact Section */
        .contact-section {
            padding: 80px 0;
        }
        
        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }
        
        .contact-form h3 {
            font-size: 1.8rem;
            margin-bottom: 25px;
            color: var(--primary);
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: var(--dark);
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--border);
            border-radius: 4px;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary);
        }
        
        .form-group textarea {
            height: 150px;
            resize: vertical;
        }
        
       .contact-section .contact-info {
            padding: 25px;
            background-color: rgba(0, 60, 113, 0.05);
            border-radius: 8px;
        }
        
        .contact-info h3 {
            font-size: 1.8rem;
            margin-bottom: 25px;
            color: var(--primary);
            position: relative;
            padding-bottom: 15px;
        }
        
        .contact-info h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--secondary);
            border-radius: 2px;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .contact-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .contact-icon i {
            font-size: 1.3rem;
            color: white;
        }
        
        .contact-details h4 {
            font-size: 1.1rem;
            margin-bottom: 8px;
            color: var(--dark);
        }
        
        .contact-details p {
            color: var(--gray);
            line-height: 1.6;
        }