
    .service-features .feature-item {
        margin-bottom: 20px;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .service-applications {
        list-style: none;
        padding-left: 0;
    }
    
    .service-applications li {
        padding: 8px 0;
        border-bottom: 1px dashed #eee;
    }
    
    .why-choose-us .benefit-item {
        margin-bottom: 25px;
    }
    
    .pricing-table {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .pricing-table th {
        background: #2c3e50;
        color: white;
        padding: 15px;
    }
    
    .pricing-table td {
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
    }
    
    .service-sidebar {
        position: sticky;
        top: 100px;
    }
    
    .sidebar-widget {
        background: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        margin-bottom: 25px;
    }
    
    .service-list {
        list-style: none;
        padding: 0;
    }
    
    .service-list li {
        margin-bottom: 10px;
    }
    
    .service-list li a {
        display: block;
        padding: 10px 15px;
        background: #f8f9fa;
        border-radius: 5px;
        text-decoration: none;
        color: #333;
        transition: all 0.3s ease;
    }
    
    .service-list li a:hover,
    .service-list li.active a {
        background: #e74c3c;
        color: white;
    }
    
    .contact-info p {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }
    

    
    .cta-box {
        background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
        padding: 30px;
        border-radius: 15px;
        color: white;
    }
 