/* Responsive & Mobile Styles */

@media (max-width: 768px) {
    nav {
        gap: 1rem;
    }

    nav a {
        font-size: 0.9rem;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .cta-button {
        margin: 0.5rem;
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .cta-button-outline {
        margin-left: 0.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .carousel-slide {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1rem;
    }

    .carousel-controls,
    .carousel-dots {
        position: static;
        margin-top: 1rem;
        justify-content: center;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .contact-container {
        padding: 0 1rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 0.8rem;
    }

    section {
        padding: 60px 1.5rem;
    }

    .header-container {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.4rem;
    }

    nav {
        gap: 0.8rem;
    }

    nav a {
        font-size: 0.8rem;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .carousel-slide {
        padding: 1.5rem 0.5rem;
    }

    .carousel-slide h3 {
        font-size: 1.2rem;
    }

    .carousel-slide p {
        font-size: 0.9rem;
    }

    .carousel-button {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .project-image {
        height: 200px;
    }

    .project-content h3 {
        font-size: 1.1rem;
    }

    .service-icon {
        font-size: 2.5rem;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .service-card p {
        font-size: 0.9rem;
    }

    .about-text h3 {
        font-size: 1.4rem;
    }

    .about-image {
        height: 250px;
        font-size: 2.5rem;
    }

    section {
        padding: 50px 1rem;
    }

    .header-container {
        padding: 0 0.8rem;
    }
}
