/* Mobile Responsive Enhancements */

/* Mobile - Extra Small Devices (0px to 576px) */
@media (max-width: 575.98px) {
    /* Hero Section */
    .wpo-about-section-s3 .hero-right-content .hero-title span {
        font-size: 18px;
    }
    
    .wpo-about-section-s3 .hero-right-content .hero-sub-title h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .wpo-about-section-s3 .hero-discription p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Service Section */
    .wpo-service-section-s2 .service-wrap {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .wpo-service-section-s2 .service-wrap .icon img {
        max-width: 50px;
    }
    
    .wpo-service-section-s2 .service-item h3 {
        font-size: 16px;
    }
    
    .wpo-service-section-s2 .service-item p {
        font-size: 13px;
    }
    
    /* History/Process Section */
    .history-item {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .history-item h2 {
        font-size: 28px;
    }
    
    .history-item h3 {
        font-size: 15px;
    }
    
    .history-item p {
        font-size: 13px;
    }
    
    /* Odometer Section */
    .odometer-items {
        margin: 15px 0;
    }
    
    .odometer-items h2 {
        font-size: 20px;
    }
    
    .odometer-items h3 {
        font-size: 13px;
    }
    
    /* Section Titles */
    .wpo-section-title h2 {
        font-size: 20px !important;
        line-height: 1.3;
    }
    
    .wpo-section-title span {
        font-size: 12px;
    }
    
    .wpo-section-title p {
        font-size: 13px;
    }
    
    /* Buttons */
    .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 10px 20px;
    }
    
    /* CTA Section */
    .cta-sub-title h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    
    /* Video Container */
    .about-image {
        margin-top: 20px;
    }
    
    /* Brand Partner Section */
    .partner-grids {
        flex-wrap: wrap;
    }
    
    .partner-grids .grid {
        min-width: calc(50% - 10px);
    }
}

/* Small Devices (576px to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .wpo-about-section-s3 .hero-sub-title h2 {
        font-size: 24px;
    }
    
    .history-item h2 {
        font-size: 32px;
    }
    
    .wpo-section-title h2 {
        font-size: 24px;
    }
    
    .service-wrap {
        margin-bottom: 25px;
    }
}

/* Medium Devices and Up (768px and above) */
@media (min-width: 768px) {
    .wpo-about-section-s3 .hero-right-content {
        padding-right: 20px;
    }
}

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Video Responsive */
video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container Padding on Small Screens */
@media (max-width: 575.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Better Column Spacing on Mobile */
@media (max-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
