/* 
=====================================================
Template Name: Doğukan Keleş - Personal Portfolio
Responsive Styles
===================================================== 
*/

/* Desktop - Large (1200px - 1400px) */
@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

/* Desktop - Medium (992px - 1199px) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 48px;
    }
    
    .section-title {
        font-size: 32px;
    }

    .project-img {
        height: 200px;
    }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: var(--primary-navy);
        padding: 20px;
        border-radius: var(--border-radius);
        margin-top: 15px;
        box-shadow: var(--box-shadow);
        border: 1px solid rgba(255, 255, 255, 0.05);
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
    }
    
    .nav-link {
        padding: 10px 0 !important;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .nav-link::after {
        display: none;
    }
    
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .hero {
        text-align: center;
        padding-top: 140px;
        padding-bottom: 80px;
    }

    .hero-desc {
        margin: 0 auto 40px;
    }

    .hero-buttons {
        justify-content: center;
        margin-bottom: 50px;
    }

    .stats-wrapper {
        margin-top: 30px;
        padding: 20px;
    }

    .process-item:not(:last-child)::after {
        display: none;
    }
    
    .process-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-img-wrapper {
        margin-bottom: 50px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .tech-badges {
        justify-content: center;
    }

    .cta-wrapper {
        padding: 40px 30px;
        text-align: center;
    }
    
    .cta-icon {
        margin: 0 auto 20px;
    }

    .cta-wrapper .text-end {
        text-align: center !important;
        margin-top: 30px;
    }

    .footer-col {
        margin-bottom: 40px;
    }
    
    .footer-col:last-child {
        margin-bottom: 0;
    }
}

/* Mobile (576px - 767px) */
@media (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 38px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }

    .portfolio-filter {
        justify-content: center;
    }

    .project-card {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-title {
        font-size: 32px;
    }
    
    .page-header {
        padding: 120px 0 60px;
    }
}

/* Small Mobile (up to 575px) */
@media (max-width: 575px) {
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn-custom {
        width: 100%;
    }

    .cta-title {
        font-size: 28px;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }

    .project-info-card {
        margin-top: 30px;
    }
    
    .stat-item {
        flex-direction: column;
        text-align: center;
    }
}
