/* ===================================
   ENHANCED MOBILE RESPONSIVE CSS
   =================================== */

/* Mobile-First Approach - Base styles for mobile */
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Allow text selection for content areas */
p, h1, h2, h3, h4, h5, h6, span, a, input, textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* Improved touch targets - minimum 44px for accessibility */
button, .btn, .theme-btn, .theme-btn-s2, a[role="button"] {
    min-height: 44px;
    min-width: 44px;
    padding: 12px 20px;
    touch-action: manipulation;
}

/* Enhanced mobile navigation */
@media (max-width: 991px) {
    .wpo-site-header .navigation {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .wpo-site-header .navbar-nav {
        background: white;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding: 20px;
    }
    
    .wpo-site-header .navbar-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin: 0;
    }
    
    .wpo-site-header .navbar-nav li:last-child {
        border-bottom: none;
    }
    
    .wpo-site-header .navbar-nav li a {
        padding: 15px 20px;
        font-size: 1.1rem;
        font-weight: 600;
        color: #213254;
        display: block;
        transition: all 0.3s ease;
        border-radius: 8px;
        margin: 5px 0;
    }
    
    .wpo-site-header .navbar-nav li a:hover,
    .wpo-site-header .navbar-nav li a.active {
        background: linear-gradient(135deg, #107cdf, #1e90ff);
        color: white;
        transform: translateX(5px);
    }
    
    /* Mobile menu toggle improvements */
    .navbar-toggler {
        border: none;
        padding: 10px;
        border-radius: 8px;
        background: linear-gradient(135deg, #107cdf, #1e90ff);
        transition: all 0.3s ease;
    }
    
    .navbar-toggler:hover {
        transform: scale(1.1);
        box-shadow: 0 5px 15px rgba(16, 124, 223, 0.3);
    }
    
    .navbar-toggler .icon-bar {
        background: white;
        height: 3px;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    /* Emergency contact bar mobile optimization */
    .emergency-contact-bar {
        padding: 12px 0;
        font-size: 0.9rem;
    }
    
    .emergency-contact-bar .container {
        padding: 0 15px;
    }
    
    .emergency-contact-bar span {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    
    .emergency-contact-bar strong {
        font-size: 1.1rem;
        display: block;
        margin-top: 2px;
    }
}

/* Tablet optimizations */
@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Hero section mobile optimization */
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
    }
    
    .wpo-hero-slider-section .slide-btn {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .wpo-hero-slider-section .slide-btn .theme-btn,
    .wpo-hero-slider-section .slide-btn .theme-btn-s2 {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 1.1rem;
        font-weight: 700;
    }
    
    .wpo-hero-slider-section .slide-features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .wpo-hero-slider-section .feature-item {
        background: rgba(255, 255, 255, 0.1);
        padding: 10px 20px;
        border-radius: 25px;
        backdrop-filter: blur(10px);
    }
    
    /* Why Choose Us mobile optimization */
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 2.2rem !important;
        line-height: 1.3 !important;
    }
    
    .why-choose-us-section .trust-statement {
        font-size: 1rem !important;
        text-align: center;
        margin-bottom: 2rem !important;
    }
    
    .why-choose-item {
        padding: 2rem 1.5rem !important;
        margin-bottom: 1.5rem !important;
        text-align: center;
    }
    
    .why-choose-item h3 {
        font-size: 2rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    .why-choose-item .icon {
        width: 70px !important;
        height: 70px !important;
        margin-bottom: 1.5rem !important;
    }
    
    .why-choose-item .icon img {
        width: 35px !important;
        height: 35px !important;
    }
    
    .why-choose-item p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
    
    /* Services section mobile optimization */
    .plummet-service-section .single-card {
        margin-bottom: 2rem !important;
        padding: 2rem 1.5rem !important;
    }
    
    .plummet-service-section .single-card .text h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .plummet-service-section .single-card .text p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    
    /* Team section mobile optimization */
    .wpo-team-section .team-item {
        margin-bottom: 2rem !important;
    }
    
    .wpo-team-section .team-item .team-text h3 {
        font-size: 1.3rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .wpo-team-section .team-item .team-text span {
        font-size: 0.9rem !important;
    }
    
    /* Statistics section mobile optimization */
    .wpo-statistics-section .stat-item {
        margin-bottom: 2rem !important;
        padding: 2rem 1.5rem !important;
    }
    
    .wpo-statistics-section .stat-content h2 {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .wpo-statistics-section .stat-content p {
        font-size: 0.9rem !important;
    }
    
    /* Footer mobile optimization */
    .wpo-site-footer .widget {
        margin-bottom: 2rem !important;
        text-align: center;
    }
    
    .wpo-site-footer .widget-title h3 {
        font-size: 1.3rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Chat popup mobile optimization */
    .chat-popup {
        width: 95% !important;
        max-width: 400px !important;
        height: 80vh !important;
        max-height: 600px !important;
        margin: 10px !important;
        border-radius: 15px !important;
    }
    
    .chat-button {
        width: 60px !important;
        height: 60px !important;
        bottom: 20px !important;
        right: 20px !important;
        border-radius: 50% !important;
    }
    
    .chat-button i {
        font-size: 1.5rem !important;
    }
}

/* Small mobile devices */
@media (max-width: 575px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header mobile optimization */
    .wpo-site-header .navbar-brand img {
        max-height: 40px !important;
    }
    
    .wpo-site-header .header-right {
        display: none !important;
    }
    
    /* Hero section small mobile optimization */
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
    
    .wpo-hero-slider-section .slide-btn .theme-btn,
    .wpo-hero-slider-section .slide-btn .theme-btn-s2 {
        padding: 12px 15px !important;
        font-size: 1rem !important;
    }
    
    /* Why Choose Us small mobile optimization */
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    .why-choose-us-section .trust-statement {
        font-size: 0.9rem !important;
    }
    
    .why-choose-item {
        padding: 1.5rem 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .why-choose-item h3 {
        font-size: 1.8rem !important;
    }
    
    .why-choose-item .icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1rem !important;
    }
    
    .why-choose-item .icon img {
        width: 30px !important;
        height: 30px !important;
    }
    
    .why-choose-item p {
        font-size: 0.9rem !important;
    }
    
    /* Page titles small mobile optimization */
    .wpo-page-title h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    .wpo-page-title .wpo-breadcumb-wrap ol {
        font-size: 0.9rem !important;
    }
    
    /* Statistics small mobile optimization */
    .wpo-statistics-section .stat-content h2 {
        font-size: 1.8rem !important;
    }
    
    .wpo-statistics-section .stat-icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 1rem !important;
    }
    
    /* Services small mobile optimization */
    .plummet-service-section .wpo-section-title h2 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    .plummet-service-section .single-card .text h2 {
        font-size: 1.3rem !important;
    }
    
    /* Team small mobile optimization */
    .wpo-team-section .team-item .team-text h3 {
        font-size: 1.2rem !important;
    }
    
    /* Blog small mobile optimization */
    .wpo-blog-section .blog-item .blog-content h3 {
        font-size: 1.2rem !important;
    }
    
    /* Footer small mobile optimization */
    .wpo-site-footer .widget-title h3 {
        font-size: 1.2rem !important;
    }
    
    .wpo-site-footer .copyright {
        text-align: center !important;
        font-size: 0.9rem !important;
        padding: 20px 15px !important;
    }
    
    /* Chat popup small mobile optimization */
    .chat-popup {
        width: 98% !important;
        height: 85vh !important;
        margin: 5px !important;
        border-radius: 10px !important;
    }
    
    .chat-button {
        width: 55px !important;
        height: 55px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
    
    .chat-text {
        font-size: 0.9rem !important;
        padding: 8px 12px !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1rem !important;
    }
    
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }
    
    .why-choose-us-section .trust-statement {
        font-size: 0.85rem !important;
    }
    
    .why-choose-item h3 {
        font-size: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .wpo-page-title h2 {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }
    
    .wpo-statistics-section .stat-content h2 {
        font-size: 1.6rem !important;
    }
    
    .plummet-service-section .wpo-section-title h2 {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }
    
    .chat-popup {
        width: 100% !important;
        height: 90vh !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
}

/* Landscape orientation optimization */
@media (max-height: 500px) and (orientation: landscape) {
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 1.4rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.85rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    .chat-popup {
        height: 95vh !important;
        max-height: none !important;
    }
    
    .emergency-contact-bar {
        padding: 8px 0 !important;
        font-size: 0.8rem !important;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wpo-site-header .navbar-brand img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {
    .preloader,
    .chat-popup,
    .chat-button,
    .emergency-contact-bar {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: black;
        background: white;
    }
    
    .container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .wpo-site-header {
        background: rgba(33, 50, 84, 0.98) !important;
    }
    
    .wpo-site-header .navbar-nav {
        background: rgba(33, 50, 84, 0.95) !important;
    }
    
    .wpo-site-header .navbar-nav li a {
        color: white !important;
    }
    
    .wpo-site-header .navbar-nav li a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }
}

/* Focus styles for accessibility */
button:focus,
.btn:focus,
.theme-btn:focus,
.theme-btn-s2:focus,
a:focus,
input:focus,
textarea:focus {
    outline: 2px solid #107cdf !important;
    outline-offset: 2px !important;
}

/* Loading states */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #107cdf;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Why Choose Us Section Styles */
.why-choose-us-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f0fc 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.why-choose-us-section .wpo-section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #213254;
    margin-bottom: 1rem;
    position: relative;
}

.why-choose-us-section .trust-statement {
    font-size: 1.2rem;
    color: #107cdf;
    font-weight: 600;
    margin-bottom: 3rem;
    position: relative;
}

.why-choose-item {
    background: white;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(16, 124, 223, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.why-choose-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #107cdf, #1e90ff);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.why-choose-item:hover::before {
    transform: scaleX(1);
}

.why-choose-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(16, 124, 223, 0.2);
}

.why-choose-item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #107cdf, #1e90ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.why-choose-item .icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.why-choose-item h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #213254;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #107cdf, #1e90ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-choose-item p {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
}

/* Enhanced Chat Form Styles */
.chat-popup {
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
}

.chat-header {
    background: linear-gradient(135deg, #107cdf, #1e90ff) !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 20px !important;
    position: relative;
    overflow: hidden;
}

.chat-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="chat-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23chat-pattern)"/></svg>');
    opacity: 0.3;
}

.chat-title {
    position: relative;
    z-index: 1;
}

.chat-title span {
    font-size: 1.1rem;
    font-weight: 600;
}

.chat-messages {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f0fc 100%) !important;
    padding: 25px !important;
}

.message-content {
    border-radius: 20px !important;
    padding: 15px 20px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    position: relative;
    overflow: hidden;
}

.bot-message .message-content {
    background: white !important;
    border: 1px solid rgba(16, 124, 223, 0.1) !important;
}

.bot-message .message-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(16, 124, 223, 0.05), rgba(30, 144, 255, 0.05));
    opacity: 0.5;
}

.user-message .message-content {
    background: linear-gradient(135deg, #107cdf, #1e90ff) !important;
    border: none !important;
}

.chat-input {
    background: white !important;
    border-top: 1px solid rgba(16, 124, 223, 0.1) !important;
    padding: 20px !important;
    border-radius: 0 0 20px 20px !important;
}

.chat-input input {
    border: 2px solid rgba(16, 124, 223, 0.1) !important;
    border-radius: 25px !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    background: rgba(248, 250, 252, 0.8) !important;
}

.chat-input input:focus {
    border-color: #107cdf !important;
    background: white !important;
    box-shadow: 0 0 0 3px rgba(16, 124, 223, 0.1) !important;
}

.chat-input button {
    background: linear-gradient(135deg, #107cdf, #1e90ff) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    box-shadow: 0 5px 15px rgba(16, 124, 223, 0.3) !important;
    transition: all 0.3s ease !important;
}

.chat-input button:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(16, 124, 223, 0.4) !important;
}

.chat-input button i {
    font-size: 1.1rem !important;
}

/* Chat Button Enhancements */
.chat-button {
    background: linear-gradient(135deg, #107cdf, #1e90ff) !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 30px rgba(16, 124, 223, 0.3) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
}

.chat-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(16, 124, 223, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.chat-button.pulse {
    animation: enhancedPulse 2s infinite !important;
}

@keyframes enhancedPulse {
    0% {
        box-shadow: 0 10px 30px rgba(16, 124, 223, 0.3);
    }
    50% {
        box-shadow: 0 10px 30px rgba(16, 124, 223, 0.6), 0 0 0 15px rgba(16, 124, 223, 0.1);
    }
    100% {
        box-shadow: 0 10px 30px rgba(16, 124, 223, 0.3);
    }
}

/* Extra Large Devices (Desktops & Laptops) */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 3.5rem;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 1.1rem;
    }
    
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 2.5rem;
    }
}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    /* Header */
    .wpo-site-header .navigation {
        padding: 15px 0;
    }
    
    .wpo-site-header .navbar-nav {
        margin: 0;
    }
    
    .wpo-site-header .navbar-nav li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .wpo-site-header .navbar-nav li:last-child {
        border-bottom: none;
    }
    
    .wpo-site-header .navbar-nav li a {
        padding: 10px 0;
        font-size: 16px;
    }
    
    /* Hero Slider */
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .wpo-hero-slider-section .slide-btn {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Why Choose Us */
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 2.2rem;
    }
    
    .why-choose-item {
        padding: 2rem 1rem;
    }
    
    .why-choose-item h3 {
        font-size: 2rem;
    }
    
    /* Statistics */
    .wpo-statistics-section .stat-item {
        margin-bottom: 30px;
    }
    
    .wpo-statistics-section .stat-content h2 {
        font-size: 2.5rem;
    }
    
    /* Services */
    .plummet-service-section .single-card {
        margin-bottom: 30px;
    }
    
    /* Team */
    .wpo-team-section .team-item {
        margin-bottom: 30px;
    }
    
    /* Footer */
    .wpo-site-footer .widget {
        margin-bottom: 30px;
    }
}

/* Medium Devices (Mobile Landscape) */
@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    
    /* Header */
    .wpo-site-header .navbar-brand img {
        max-width: 150px;
    }
    
    .wpo-site-header .header-right {
        text-align: center;
        margin-top: 15px;
    }
    
    /* Hero Slider */
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 2.2rem;
        line-height: 1.3;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .wpo-hero-slider-section .slide-features {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Why Choose Us */
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 1.8rem;
    }
    
    .why-choose-us-section .trust-statement {
        font-size: 1rem;
    }
    
    .why-choose-item {
        padding: 1.5rem 1rem;
    }
    
    .why-choose-item h3 {
        font-size: 1.8rem;
    }
    
    .why-choose-item .icon {
        width: 60px;
        height: 60px;
    }
    
    .why-choose-item .icon img {
        width: 30px;
        height: 30px;
    }
    
    /* Page Title */
    .wpo-page-title h2 {
        font-size: 2rem;
    }
    
    /* Statistics */
    .wpo-statistics-section .stat-content h2 {
        font-size: 2rem;
    }
    
    .wpo-statistics-section .stat-content p {
        font-size: 0.9rem;
    }
    
    /* Services */
    .plummet-service-section .wpo-section-title h2 {
        font-size: 1.8rem;
    }
    
    /* Team */
    .wpo-team-section .team-item .team-text h3 {
        font-size: 1.2rem;
    }
    
    /* Blog */
    .wpo-blog-section .blog-item .blog-content h3 {
        font-size: 1.3rem;
    }
    
    /* Footer */
    .wpo-site-footer .widget-title h3 {
        font-size: 1.2rem;
    }
    
    /* Chat Widget */
    .chat-popup {
        width: 300px;
        height: 400px;
        bottom: 70px;
        right: 10px;
    }
    
    .chat-button {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
}

/* Small Devices (Mobile Portrait) */
@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Header */
    .wpo-site-header .navbar-brand img {
        max-width: 120px;
    }
    
    /* Hero Slider */
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.9rem;
    }
    
    .wpo-hero-slider-section .slide-btn .theme-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    /* Why Choose Us */
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 1.6rem;
    }
    
    .why-choose-us-section .trust-statement {
        font-size: 0.9rem;
    }
    
    .why-choose-item {
        padding: 1.2rem 0.8rem;
    }
    
    .why-choose-item h3 {
        font-size: 1.6rem;
    }
    
    .why-choose-item .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }
    
    .why-choose-item .icon img {
        width: 25px;
        height: 25px;
    }
    
    .why-choose-item p {
        font-size: 0.9rem;
    }
    
    /* Page Title */
    .wpo-page-title h2 {
        font-size: 1.6rem;
    }
    
    .wpo-page-title .wpo-breadcumb-wrap ol {
        font-size: 0.9rem;
    }
    
    /* Statistics */
    .wpo-statistics-section .stat-content h2 {
        font-size: 1.8rem;
    }
    
    .wpo-statistics-section .stat-icon {
        width: 50px;
        height: 50px;
    }
    
    /* Services */
    .plummet-service-section .wpo-section-title h2 {
        font-size: 1.5rem;
    }
    
    .plummet-service-section .single-card .text h2 {
        font-size: 1.2rem;
    }
    
    /* Team */
    .wpo-team-section .team-item .team-text h3 {
        font-size: 1.1rem;
    }
    
    /* Blog */
    .wpo-blog-section .blog-item .blog-content h3 {
        font-size: 1.1rem;
    }
    
    /* Footer */
    .wpo-site-footer .widget-title h3 {
        font-size: 1.1rem;
    }
    
    .wpo-site-footer .copyright {
        font-size: 0.9rem;
        text-align: center;
    }
    
    /* Chat Widget */
    .chat-popup {
        width: 280px;
        height: 350px;
        bottom: 60px;
        right: 5px;
    }
    
    .chat-button {
        padding: 10px 14px;
        font-size: 0.8rem;
    }
    
    .chat-text {
        display: none;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    /* Hero Slider */
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 1.6rem;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.85rem;
    }
    
    /* Why Choose Us */
    .why-choose-us-section .wpo-section-title h2 {
        font-size: 1.4rem;
    }
    
    .why-choose-us-section .trust-statement {
        font-size: 0.85rem;
    }
    
    .why-choose-item h3 {
        font-size: 1.4rem;
    }
    
    /* Page Title */
    .wpo-page-title h2 {
        font-size: 1.4rem;
    }
    
    /* Statistics */
    .wpo-statistics-section .stat-content h2 {
        font-size: 1.6rem;
    }
    
    /* Services */
    .plummet-service-section .wpo-section-title h2 {
        font-size: 1.3rem;
    }
    
    /* Chat Widget */
    .chat-popup {
        width: 260px;
        height: 320px;
    }
}

/* Landscape Orientation */
@media (max-height: 500px) and (orientation: landscape) {
    .wpo-hero-slider-section .slide-title h2 {
        font-size: 1.8rem;
    }
    
    .wpo-hero-slider-section .slide-text p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .chat-popup {
        height: 280px;
        bottom: 50px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wpo-site-header .navbar-brand img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print Styles */
@media print {
    .preloader,
    .chat-widget,
    .back-to-top,
    .wpo-site-header {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}
