 :where([class^="ri-"])::before { content: "\f3c2"; }
        body {
            font-family: 'Nunito', sans-serif;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
        }
        .counter-value {
            transition: all 0.5s ease;
        }
        .timeline-item::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #2A7D4F;
            top: 50px;
            left: 50%;
            z-index: -1;
        }
        @media (max-width: 768px) {
            .timeline-item::before {
                width: 2px;
                height: 100%;
                top: 50px;
                left: 24px;
            }
        }
        input:focus, textarea:focus {
            outline: none;
            border-color: #2A7D4F;
        }
        .team-card:hover .team-overlay {
            opacity: 1;
        }