

        .section-title {
            position: relative;
            display: inline-block;
        }

        .section-title::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            width: 50px;
            height: 2px;
            background: #198754;
            margin-right: 15px;
            transform: translateY(-50%);
        }

        .accordion-button:not(.collapsed) {
            background-color: rgba(25, 135, 84, 0.1);
            color: #198754;
            font-weight: 600;
        }

        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(25, 135, 84, 0.25);
        }

        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .feature-box {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .bg-primary-light {
            background-color: rgba(25, 135, 84, 0.1);
        }

        .bg-secondary-light {
            background-color: rgba(13, 110, 253, 0.1);
        }



        
        
            .section-title {
                position: relative;
                display: inline-block;
            }
            .section-title::before {
                content: "";
                position: absolute;
                top: 50%;
                right: 100%;
                width: 50px;
                height: 2px;
                background: #198754;
                margin-right: 15px;
                transform: translateY(-50%);
            }
            .accordion-button:not(.collapsed) {
                background-color: rgba(25, 135, 84, 0.1);
                color: #198754;
                font-weight: 600;
            }
            .accordion-button:focus {
                box-shadow: none;
                border-color: rgba(25, 135, 84, 0.25);
            }
            .accordion-button::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            }
            .accordion-button:not(.collapsed)::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            }
            .service-card {
                border-radius: 10px;
                transition: all 0.3s ease;
                height: 100%;
                border: none;
                box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            }
            .service-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 30px rgba(0,0,0,0.12);
            }
            .bg-primary-light {
                background-color: rgba(25, 135, 84, 0.1);
            }
            .bg-secondary-light {
                background-color: rgba(13, 110, 253, 0.1);
            }
            .cities-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                gap: 15px;
                margin-top: 20px;
            }
            .city-item {
                padding: 10px 15px;
                background: rgba(25, 135, 84, 0.08);
                border-radius: 8px;
                transition: all 0.2s ease;
            }
            .city-item:hover {
                background: rgba(25, 135, 84, 0.15);
                transform: translateY(-2px);
            }
            .service-icon {
                width: 70px;
                height: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #198754;
                border-radius: 50%;
                margin-bottom: 20px;
            }
            .map-container {
                border-radius: 10px;
                overflow: hidden;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }
    



            .section-title {
                position: relative;
                display: inline-block;
            }
            .section-title::before {
                content: "";
                position: absolute;
                top: 50%;
                right: 100%;
                width: 50px;
                height: 2px;
                background: #198754;
                margin-right: 15px;
                transform: translateY(-50%);
            }
            .service-card {
                border-radius: 10px;
                transition: all 0.3s ease;
                height: 100%;
                border: none;
                box-shadow: 0 5px 15px rgba(0,0,0,0.08);
                background: #fff;
            }
            .service-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 30px rgba(0,0,0,0.12);
            }
            .service-icon {
                width: 80px;
                height: 80px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #198754;
                border-radius: 50%;
                margin: 0 auto 20px;
            }
            .bg-primary-light {
                background-color: rgba(25, 135, 84, 0.1);
            }
            .bg-secondary-light {
                background-color: rgba(13, 110, 253, 0.1);
            }
            .service-feature {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }
            .service-feature i {
                color: #198754;
                margin-right: 10px;
                font-size: 14px;
            }



       
            .section-title {
                position: relative;
                display: inline-block;
            }
            .section-title::before {
                content: "";
                position: absolute;
                top: 50%;
                right: 100%;
                width: 50px;
                height: 2px;
                background: #198754;
                margin-right: 15px;
                transform: translateY(-50%);
            }
            .service-card {
                border-radius: 15px;
                transition: all 0.3s ease;
                border: none;
                box-shadow: 0 10px 30px rgba(0,0,0,0.08);
                overflow: hidden;
                background: #fff;
            }
            .service-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 15px 35px rgba(0,0,0,0.15);
            }
            .service-icon {
                width: 90px;
                height: 90px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #198754;
                border-radius: 50%;
                margin-bottom: 25px;
            }
            .bg-primary-light {
                background-color: rgba(25, 135, 84, 0.1);
            }
            .bg-secondary-light {
                background-color: rgba(13, 110, 253, 0.1);
            }
            .service-feature {
                display: flex;
                align-items: center;
                margin-bottom: 12px;
                padding: 10px 15px;
                background: rgba(25, 135, 84, 0.08);
                border-radius: 8px;
                transition: all 0.2s ease;
            }
            .service-feature:hover {
                background: rgba(25, 135, 84, 0.15);
                transform: translateX(5px);
            }
            .service-feature i {
                color: #198754;
                margin-right: 12px;
                font-size: 16px;
                min-width: 24px;
                text-align: center;
            }
            .feature-box {
                border-radius: 12px;
                transition: all 0.3s ease;
                height: 100%;
                padding: 25px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            }
            .feature-box:hover {
                transform: translateY(-5px);
                box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            }
            .zigzag-container {
                position: relative;
            }
            .zigzag-container:nth-child(even) .row {
                flex-direction: row-reverse;
            }
            @media (max-width: 991px) {
                .zigzag-container:nth-child(even) .row {
                    flex-direction: column;
                }
            }
            .content-wrapper {
                padding: 40px;
            }
            .img-wrapper {
                position: relative;
                overflow: hidden;
                min-height: 350px;
            }
            .service-img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.5s ease;
            }
            .img-wrapper:hover .service-img {
                transform: scale(1.05);
            }
            .img-overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
                color: white;
                padding: 20px;
            }



        .section-title {
            position: relative;
            display: inline-block;
        }
        .section-title::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            width: 50px;
            height: 2px;
            background: #198754;
            margin-right: 15px;
            transform: translateY(-50%);
        }
        .feature-card {
            border-radius: 15px;
            transition: all 0.3s ease;
            height: 100%;
            border: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            background: #fff;
            overflow: hidden;
        }
        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        .feature-icon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #198754;
            border-radius: 50%;
            margin: 0 auto 20px;
        }
        .bg-primary-light {
            background-color: rgba(25, 135, 84, 0.1);
        }
        .bg-secondary-light {
            background-color: rgba(13, 110, 253, 0.1);
        }
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: #198754;
            line-height: 1;
        }
        .stat-label {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
        }
        .testimonial-card {
            border-radius: 15px;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        }
        .quote-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            opacity: 0.1;
            font-size: 5rem;
            color: #198754;
        }
        .client-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #198754;
        }
        .cert-badge {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #198754;
            border-radius: 50%;
            margin: 0 auto 20px;
            color: white;
            font-size: 1.5rem;
        }
        .guarantee-badge {
            position: relative;
            display: inline-block;
            background: #198754;
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 600;
        }
        .guarantee-badge:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -10px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #198754;
        }



        

     

            .contact-card {
                border-radius: 15px;
                transition: all 0.3s ease;
                height: 100%;
                border: none;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
                background: #fff;
                overflow: hidden;
            }

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

            .contact-icon {
                width: 70px;
                height: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #198754;
                border-radius: 50%;
                margin: 0 auto 20px;
            }

            .bg-primary-light {
                background-color: rgba(25, 135, 84, 0.1);
            }



            .business-hours {
                list-style: none;
                padding: 0;
            }

            .business-hours li {
                padding: 8px 0;
                border-bottom: 1px solid #eee;
            }

            .business-hours li:last-child {
                border-bottom: none;
            }

            .info-item {
                display: flex;
                align-items: flex-start;
                margin-bottom: 20px;
            }

            .info-icon {
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(25, 135, 84, 0.1);
                border-radius: 50%;
                margin-right: 15px;
                flex-shrink: 0;
                color: #198754;
            }

            .social-icon {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(25, 135, 84, 0.1);
                border-radius: 50%;
                color: #198754;
                transition: all 0.3s ease;
                text-decoration: none;
            }

            .social-icon:hover {
                background: #198754;
                color: white;
                transform: translateY(-3px);
            }

            .contact-method {
                border-left: 3px solid #198754;
                padding-left: 15px;
                margin-bottom: 25px;
            }
    
