@media (max-width: 768px) {
    .hero-calgary {
        padding: 4rem 0;
    }

    .hero-content-calgary h1 {
        font-size: 2.5rem;
    }

    .hero-content-calgary p {
        font-size: 1.05rem;
    }
}

@media (max-width: 480px) {
    .hero-calgary {
        padding: 3rem 0;
    }

    .hero-content-calgary h1 {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .services-grid-calgary {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 900px) {
    .calgary-tips-timeline {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0;
        margin-top: 2rem;
        flex-wrap: wrap;
        overflow-x: visible;
        position: relative;
        padding: 0;
    }
    .calgary-tips-timeline .process-step {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        min-width: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
        position: relative;
        justify-content: center;
        padding: 1.2rem 0.7rem;
    }
    .calgary-tips-timeline .process-step:last-child {
        margin-bottom: 0;
    }
    .calgary-tips-timeline .process-icon[data-step] {
        position: absolute;
        left: -40px;
        top: 32px;
        transform: translate(-50%, 0);
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        box-shadow: none;
        background: #fff;
        border: 2px solid var(--accent-color);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .calgary-tips-timeline .tip-image {
        max-width: 100%;
        height: 200px;
        margin: 0 0 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .calgary-tips-timeline .process-content {
        margin-top: 0;
        margin-left: 0;
        font-size: 0.98rem;
        padding: 0.5rem 0 0 0;
        text-align: center;
    }
    .calgary-tips-timeline {
        flex-wrap: wrap;
    }
}

/* Calgary Process Section Responsive Styles */
@media (max-width: 1200px) {
    .process-step-card {
        gap: 2rem;
    }
    
    .step-content {
        padding: 1.5rem;
    }
    
    .step-image {
        max-width: 400px;
    }
    
    .step-image img {
        min-height: 250px;
    }
}

@media (max-width: 992px) {
    .calgary-process-section .section-title {
        font-size: 2.2rem;
    }
    
    .process-intro {
        font-size: 1.1rem;
    }
    
    .process-step-card {
        flex-direction: column !important;
        gap: 0;
    }
    
    .step-content {
        text-align: center;
        padding: 1.5rem;
    }
    
    .step-content h3 {
        font-size: 1.3rem;
    }
    
    .step-content p {
        font-size: 1rem;
    }
    
    .step-image {
        max-width: 100%;
        border-radius: 16px 16px 0 0;
        order: -1;
    }
}

@media (max-width: 768px) {
    .calgary-process-section {
        padding: 3rem 0;
    }
    
    .calgary-process-header {
        margin-bottom: 2rem;
    }
    
    .calgary-process-section .section-title {
        font-size: 2rem;
    }
    
    .process-steps {
        gap: 1.5rem;
    }
    
    .step-content {
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .calgary-process-section .section-title {
        font-size: 1.8rem;
    }
    
    .process-intro {
        font-size: 1rem;
    }
    
    .process-steps {
        gap: 1rem;
    }
    
    .step-image img {
        min-height: 200px;
    }
}
