/**
 * Brand Soluxions Inc. - Services Page Mobile Responsiveness
 * Dedicated styles for services.php mobile view
 */

/* ===== Tablet (max-width: 768px) ===== */
@media (max-width: 768px) {
    /* Services Hero */
    .services-hero {
        padding: 120px 0 60px;
    }
    
    .services-hero h1 {
        font-size: 32px;
    }
    
    .services-hero p {
        font-size: 15px;
    }
    
    /* Services Section */
    .services-section {
        padding: 60px 0;
    }
    
    .services-section .container {
        padding: 0 20px;
    }
    
    /* Services Grid - 2 columns on tablet */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .service-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }
    
    .service-icon i {
        font-size: 26px;
    }
    
    .service-card h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .service-card p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    /* Why Choose Us Section */
    .why-choose-us {
        padding: 60px 0;
    }
    
    .why-choose-card {
        padding: 40px 25px;
        max-width: 100%;
    }
    
    .why-choose-card h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .why-choose-card p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }
    
    /* Process Section */
    .process-section {
        padding: 60px 0;
    }
    
    .section-title.dark {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 14px;
        margin: -20px auto 40px;
        padding: 0 15px;
    }
    
    .process-timeline {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .process-item {
        width: 100%;
        max-width: 320px;
        background: var(--bg-light);
        padding: 25px 20px;
        border-radius: 12px;
        text-align: center;
    }
    
    .process-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .process-item h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .process-item p {
        font-size: 14px;
        max-width: none;
    }
    
    /* CTA Section */
    .cta {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    
    .cta-text {
        font-size: 15px;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 30px;
    }
}

/* ===== Mobile Phones (max-width: 480px) ===== */
@media (max-width: 480px) {
    /* Services Hero */
    .services-hero {
        padding: 100px 0 50px;
    }
    
    .services-hero h1 {
        font-size: 28px;
    }
    
    .services-hero p {
        font-size: 14px;
    }
    
    /* Services Section */
    .services-section {
        padding: 50px 0;
    }
    
    .services-section .container {
        padding: 0 15px;
    }
    
    /* Services Grid - Single column on mobile */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }
    
    .service-icon i {
        font-size: 24px;
    }
    
    .service-card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .service-card p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    /* Why Choose Us Section */
    .why-choose-us {
        padding: 50px 0;
    }
    
    .why-choose-card {
        padding: 30px 20px;
    }
    
    .why-choose-card h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .why-choose-card p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    /* Process Section */
    .process-section {
        padding: 50px 0;
    }
    
    .section-title.dark {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 13px;
        margin: -15px auto 35px;
    }
    
    .process-timeline {
        gap: 20px;
    }
    
    .process-item {
        max-width: 280px;
        padding: 22px 18px;
    }
    
    .process-number {
        width: 45px;
        height: 45px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .process-item h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .process-item p {
        font-size: 13px;
    }
    
    /* CTA Section */
    .cta {
        padding: 50px 0;
    }
    
    .cta-title {
        font-size: 22px;
    }
    
    .cta-text {
        font-size: 14px;
    }
    
    .cta-buttons .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* ===== Extra Small Phones (max-width: 360px) ===== */
@media (max-width: 360px) {
    /* Services Hero */
    .services-hero {
        padding: 90px 0 45px;
    }
    
    .services-hero h1 {
        font-size: 24px;
    }
    
    .services-hero p {
        font-size: 13px;
    }
    
    /* Services Section */
    .services-section {
        padding: 40px 0;
    }
    
    .services-grid {
        gap: 18px;
    }
    
    .service-card {
        padding: 20px 15px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .service-icon i {
        font-size: 20px;
    }
    
    .service-card h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .service-card p {
        font-size: 12px;
    }
    
    /* Why Choose Us Section */
    .why-choose-us {
        padding: 40px 0;
    }
    
    .why-choose-card {
        padding: 25px 15px;
    }
    
    .why-choose-card h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .why-choose-card p {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    /* Process Section */
    .process-section {
        padding: 40px 0;
    }
    
    .section-title.dark {
        font-size: 22px;
    }
    
    .section-subtitle {
        font-size: 12px;
        margin: -12px auto 30px;
    }
    
    .process-timeline {
        gap: 15px;
    }
    
    .process-item {
        max-width: 260px;
        padding: 18px 14px;
    }
    
    .process-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .process-item h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .process-item p {
        font-size: 11px;
    }
    
    /* CTA Section */
    .cta {
        padding: 40px 0;
    }
    
    .cta-title {
        font-size: 20px;
    }
    
    .cta-text {
        font-size: 13px;
        padding: 0 10px;
    }
    
    .cta-buttons .btn {
        padding: 11px 22px;
        font-size: 13px;
    }
}

/* ===== iPhone SE and similar (375px width) ===== */
@media (max-width: 375px) {
    .services-hero h1 {
        font-size: 26px;
    }
    
    .service-card {
        padding: 22px 16px;
    }
    
    .service-icon {
        width: 55px;
        height: 55px;
    }
    
    .service-icon i {
        font-size: 22px;
    }
    
    .service-card h3 {
        font-size: 15px;
    }
    
    .why-choose-card h2 {
        font-size: 21px;
    }
    
    .process-item {
        max-width: 270px;
        padding: 20px 16px;
    }
}
