
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
        body { font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
      
        .gradient-bg { background: linear-gradient(135deg, #065c22 0%, #063a1d 100%); }
        .service-card:hover { transform: translateY(-5px); transition: all 0.3s ease; }
        .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
        .accordion-item.active .accordion-content { max-height: 200px; }
        .accordion-item.active i { transform: rotate(180deg); }
       
    