 /* Responsive adjustments */
@media (max-width: 992px) {
    .nav-menu {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    
    .nav-menu li {
        margin: 5px 15px;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: center;
        min-height: auto;
    }
    
    .hero-text {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .hero-description {
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 120px 0 80px;
        background-position: center center;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .contact-form-container {
        padding: 25px;
    }
    
    
}

@media (max-width: 576px) {
    .hero-section {
        padding: 100px 0 60px;
        background-position: center center;
    }
    
    .hero-title {
        font-size: 77px;
        line-height: 80px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }
    
    .service-card, .tech-card, .why-us-card, .blog-card {
        margin-bottom: 20px;
    }  
}