/**
 * Max Property Finance - Mobile Styles
 * Media: max-width: 767px
 * Version: 2.0.0 (Optimized)
 */

/* ==========================================================================
   TABLET PORTRAIT (576px to 767px)
   ========================================================================== */
@media (min-width: 576px) and (max-width: 767px) {
    /* Hero Slider */
    .hero-slide-enhanced {
        min-height: 100vh;
    }
    
    .hero-content-enhanced {
        padding: 1.5rem 0;
    }
    
    .hero-badge-enhanced {
        font-size: 0.75rem;
        padding: 0.5rem 1.25rem;
        margin-bottom: 1rem;
    }
    
    .hero-title-enhanced {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-description-enhanced {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-buttons-enhanced {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
    }
    
    .btn-hero-primary-enhanced,
    .btn-hero-secondary-enhanced {
        width: 100%;
        max-width: 300px;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .trust-badges-enhanced {
        padding: 1.5rem 1rem;
        margin-top: 1.5rem;
    }
    
    .trust-item-enhanced {
        padding: 0.75rem;
    }
    
    .trust-icon-enhanced {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }
    
    .trust-icon-enhanced i {
        font-size: 1.5rem;
    }
    
    .trust-number-enhanced {
        font-size: 1.75rem;
    }
    
    .trust-label-enhanced {
        font-size: 0.8rem;
    }
    
    /* Carousel Controls - Hidden on mobile for better UX */
    .carousel-control-prev-enhanced,
    .carousel-control-next-enhanced {
        display: none !important;
    }
    
    .carousel-indicators-enhanced {
        bottom: 20px;
    }
}

/* ==========================================================================
   MOBILE LANDSCAPE (481px to 575px)
   ========================================================================== */
@media (min-width: 481px) and (max-width: 575px) {
    /* Hero Slider */
    .hero-slide-enhanced {
        min-height: 100vh;
    }
    
    .hero-content-enhanced {
        padding: 1rem 0;
    }
    
    .hero-badge-enhanced {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }
    
    .hero-title-enhanced {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .hero-description-enhanced {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    
    .hero-buttons-enhanced {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn-hero-primary-enhanced,
    .btn-hero-secondary-enhanced {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }
    
    .trust-badges-enhanced {
        padding: 1.25rem 0.75rem;
        margin-top: 1.5rem;
    }
    
    .trust-item-enhanced {
        padding: 0.5rem;
    }
    
    .trust-icon-enhanced {
        width: 45px;
        height: 45px;
        margin-bottom: 0.5rem;
    }
    
    .trust-icon-enhanced i {
        font-size: 1.25rem;
    }
    
    .trust-number-enhanced {
        font-size: 1.5rem;
    }
    
    .trust-label-enhanced {
        font-size: 0.75rem;
    }
    
    /* Carousel Controls - Hidden on mobile for better UX */
    .carousel-control-prev-enhanced,
    .carousel-control-next-enhanced {
        display: none !important;
    }
}

/* ==========================================================================
   MOBILE PORTRAIT (up to 480px)
   ========================================================================== */
@media (max-width: 480px) {
    /* Hero Slider */
    .hero-slide-enhanced {
        min-height: 100vh;
        /* min-height: -webkit-fill-available;  */
    }
    
    .hero-overlay-enhanced {
        /* Darker overlay for better text visibility on mobile */
        background: linear-gradient(
            135deg,
            rgba(3, 77, 102, 0.95) 0%,
            rgba(3, 77, 102, 0.92) 50%,
            rgba(152, 179, 50, 0.9) 100%
        ) !important;
    }
    
    .hero-content-enhanced {
        padding: 1rem 0;
    }
    
    .hero-badge-enhanced {
        font-size: 0.65rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }
    
    .hero-title-enhanced {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .hero-description-enhanced {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    
    .hero-buttons-enhanced {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }
    
    .btn-hero-primary-enhanced,
    .btn-hero-secondary-enhanced {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
        border-width: 2px;
    }
    
    .trust-badges-enhanced {
        padding: 1rem 0.5rem;
        margin-top: 1.25rem;
    }
    
    .trust-item-enhanced {
        padding: 0.5rem 0.25rem;
    }
    
    .trust-icon-enhanced {
        width: 40px;
        height: 40px;
        margin-bottom: 0.5rem;
    }
    
    .trust-icon-enhanced i {
        font-size: 1.125rem;
    }
    
    .trust-number-enhanced {
        font-size: 1.35rem;
        margin-bottom: 0.25rem;
    }
    
    .trust-label-enhanced {
        font-size: 0.7rem;
        line-height: 1.3;
    }
    
    /* Carousel Controls - Hidden on mobile for better UX (swipe is more natural) */
    .carousel-control-prev-enhanced,
    .carousel-control-next-enhanced {
        display: none !important;
    }
    
    .carousel-indicators-enhanced {
        bottom: 15px;
    }
    
    .carousel-indicators-enhanced [data-bs-target] {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    
    .scroll-indicator {
        bottom: 30px;
    }
    
    .scroll-indicator i {
        font-size: 1.5rem;
    }
    
    .video-control-btn {
        width: 40px;
        height: 40px;
    }
    
    .hero-video-controls {
        bottom: 20px;
        right: 20px;
    }
}

/* ==========================================================================
   EXTRA SMALL MOBILE (up to 360px)
   ========================================================================== */
@media (max-width: 360px) {
    .hero-title-enhanced {
        font-size: 1.75rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 0.95rem;
    }
    
    .hero-description-enhanced {
        font-size: 0.85rem;
    }
    
    .btn-hero-primary-enhanced,
    .btn-hero-secondary-enhanced {
        padding: 0.75rem 1.25rem;
        font-size: 0.85rem;
    }
    
    .trust-number-enhanced {
        font-size: 1.25rem;
    }
    
    .trust-label-enhanced {
        font-size: 0.65rem;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    /* Extra Small Mobile - About Page Specific */
    .mpf-founder__heading,
    .mpf-journey__heading,
    .mpf-approach__heading {
        font-size: 22px;
    }
    
    .mpf-founder__badge-num {
        font-size: 28px;
    }
    
    .mpf-about-cta__title {
        font-size: 22px;
    }
    
    .page-header-section h1 {
        font-size: 24px;
    }
    
    .page-header-section .lead {
        font-size: 14px;
    }
}

/* ==========================================================================
   ALL MOBILE (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {
    /* Hide carousel controls on mobile - swipe is more natural */
    .carousel-control-prev-enhanced,
    .carousel-control-next-enhanced {
        display: none !important;
    }
    /* Typography */
    h1, .h1 { font-size: 1.75rem; }
    h2, .h2 { font-size: 1.5rem; }
    h3, .h3 { font-size: 1.25rem; }
    h4, .h4 { font-size: 1.1rem; }
    h5, .h5 { font-size: 1rem; }
    h6, .h6 { font-size: 0.9rem; }
    
    /* Layout */
    .section-padding {
        padding: 2rem 0;
    }
    
    .section-padding-lg {
        padding: 3rem 0;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Section Headers */
    .section-header {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .section-title::after {
        width: 40px;
    }
    
    .section-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    
    .section-description {
        font-size: 14px;
        padding: 0 10px;
    }
    
    /* Hero */
    .hero-content-enhanced {
        padding: 1.5rem 0;
    }
    
    .hero-buttons-enhanced {
        justify-content: center;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn-hero-primary-enhanced,
    .btn-hero-secondary-enhanced {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Services Grid */
    .services-grid {
        margin: 0 -10px;
    }
    
    .service-item {
        padding: 0 10px;
        margin-bottom: 1.5rem;
    }
    
    .service-card {
        margin-bottom: 1.5rem;
        padding: 20px;
        height: 100%;
    }
    
    .service-thumbnail {
        margin-bottom: 15px;
    }
    
    .service-thumbnail img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .service-card h3 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    
    .service-card .subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .service-card .btn {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        font-size: 14px;
    }
    
    /* Difference & Solution Sections */
    .difference-section,
    .solution-section {
        padding: 3rem 0;
    }
    
    .difference-section .row,
    .solution-section .row {
        flex-direction: column-reverse;
    }
    
    .difference-section .section-image,
    .solution-section .section-image {
        margin-bottom: 2rem;
    }
    
    .difference-section .section-image img,
    .solution-section .section-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .difference-section .section-content,
    .solution-section .section-content {
        padding: 0;
    }
    
    .difference-section .section-title,
    .solution-section .section-title {
        font-size: 24px;
        margin-bottom: 1rem;
    }
    
    .feature-item {
        margin-bottom: 1.5rem;
    }
    
    .feature-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-item p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .feature-list {
        padding-left: 20px;
        margin: 1.5rem 0;
    }
    
    .feature-list li {
        font-size: 14px;
        margin-bottom: 0.75rem;
        line-height: 1.6;
    }
    
    .intro-text {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 1.5rem;
    }
    
    .highlight-text {
        font-size: 14px;
        margin: 1.5rem 0;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .btn-primary-mpf {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
    }
    
    /* Cards */
    .service-card,
    .testimonial-card,
    .testimonial-card-v2 {
        margin-bottom: 1.5rem;
        padding: 20px;
    }
    
    .blog-card .blog-thumbnail,
    .post-thumbnail {
        height: 200px;
    }
    
    .blog-card .blog-content {
        padding: 20px;
    }
    
    .blog-card .blog-title {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .blog-card .blog-excerpt {
        font-size: 14px;
    }
    
    .blog-meta {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    /* Contact Section */
    .contact-section,
    .contact-form-section,
    .faq-section {
        padding: 3rem 0;
    }
    
    .contact-section .row {
        flex-direction: column-reverse;
    }
    
    .contact-form-wrapper {
        padding: 20px;
        margin-bottom: 2rem;
    }
    
    .contact-form-wrapper h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .office-info {
        padding: 20px;
        margin-bottom: 2rem;
    }
    
    .office-info h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .info-item {
        margin-bottom: 1.25rem;
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }
    
    .info-item i {
        font-size: 18px;
        color: var(--mpf-primary-color);
        margin-top: 3px;
        flex-shrink: 0;
    }
    
    .info-item p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }
    
    .info-item a {
        font-size: 14px;
        color: var(--mpf-text-color);
    }
    
    /* Forms */
    .form-group {
        margin-bottom: 1.25rem;
    }
    
    .form-control,
    .form-select {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .form-label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    textarea.form-control {
        min-height: 100px;
    }
    
    .btn-submit {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 3rem 0;
        text-align: center;
    }
    
    .cta-section h2,
    .cta-section h3 {
        font-size: 24px;
        margin-bottom: 1rem;
    }
    
    .cta-section p,
    .cta-section .lead {
        font-size: 14px;
        margin-bottom: 1.5rem;
    }
    
    .cta-section .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Blog Section */
    .blog-section {
        padding: 3rem 0;
    }
    
    .view-all-wrapper {
        margin-top: 2rem;
        text-align: center;
    }
    
    .btn-view-all {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Testimonials Section */
    .testimonials-section,
    .testimonials-section-v2 {
        padding: 3rem 0;
    }
    
    .testimonial-card-v2 {
        padding: 25px 20px;
    }
    
    .testimonial-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 1.25rem;
    }
    
    .client-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .client-avatar {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .client-details h4 {
        font-size: 16px;
        margin-bottom: 3px;
    }
    
    .client-details span {
        font-size: 12px;
    }
    
    .quote-icon {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    /* Page Banner */
    .mpf-page-banner {
        padding: 3rem 0;
    }
    
    .mpf-page-banner__title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .mpf-page-banner__desc {
        font-size: 14px;
    }
    
    /* Company Overview Sections */
    .mpf-founder,
    .mpf-journey,
    .mpf-approach,
    .mpf-pma {
        padding: 3rem 0;
    }
    
    .mpf-founder .row,
    .mpf-approach .row {
        flex-direction: column;
    }
    
    .mpf-founder__content {
        margin-top: 2rem;
    }
    
    .mpf-founder__label,
    .mpf-approach__label,
    .mpf-journey__label {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }
    
    .mpf-founder__heading,
    .mpf-journey__heading,
    .mpf-approach__heading,
    .mpf-pma__heading {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .mpf-founder__text,
    .mpf-approach__text,
    .mpf-pma__text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 1rem;
    }
    
    .mpf-founder__img-wrap,
    .mpf-approach__img-wrap,
    .mpf-pma__img-wrap {
        margin-bottom: 2rem;
    }
    
    .mpf-founder__img,
    .mpf-approach__img,
    .mpf-pma__img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .mpf-founder__badge {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1.5rem;
        padding: 15px 20px;
        width: 100%;
        max-width: 200px;
    }
    
    .mpf-founder__badge-num {
        font-size: 32px;
    }
    
    .mpf-founder__badge-text {
        font-size: 11px;
    }
    
    .mpf-founder__highlight {
        padding: 15px 20px;
        margin: 1.5rem 0;
    }
    
    .mpf-founder__highlight p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .mpf-founder__cta {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .mpf-approach__content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .mpf-approach__floating {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 1.5rem;
        padding: 15px 20px;
        width: 100%;
        max-width: 200px;
    }
    
    .mpf-approach__floating-icon {
        font-size: 24px;
        margin-bottom: 6px;
    }
    
    .mpf-approach__floating-text {
        font-size: 12px;
    }
    
    .mpf-approach__point {
        flex-direction: row;
        gap: 15px;
        margin-bottom: 1.5rem;
    }
    
    .mpf-approach__point-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    
    .mpf-approach__point-icon i {
        font-size: 20px;
    }
    
    .mpf-approach__point-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .mpf-approach__point-text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .mpf-journey__header {
        margin-bottom: 2.5rem;
        text-align: center;
    }
    
    .mpf-journey__label {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }
    
    .mpf-journey__timeline {
        padding: 15px 0;
    }
    
    .mpf-journey__timeline::before {
        left: 20px;
    }
    
    .mpf-journey__item {
        margin-bottom: 2rem;
    }
    
    .mpf-journey__item:nth-child(odd) .mpf-journey__content,
    .mpf-journey__item:nth-child(even) .mpf-journey__content {
        width: calc(100% - 50px);
        margin-left: 50px;
        padding-left: 20px;
        padding-right: 0;
        text-align: left;
    }
    
    .mpf-journey__item:nth-child(odd) .mpf-journey__dot,
    .mpf-journey__item:nth-child(even) .mpf-journey__dot {
        left: 10px;
        right: auto;
    }
    
    .mpf-journey__dot {
        width: 16px;
        height: 16px;
        border-width: 3px;
    }
    
    .mpf-journey__card {
        padding: 20px;
    }
    
    .mpf-journey__year {
        font-size: 12px;
        padding: 4px 14px;
        margin-bottom: 12px;
    }
    
    .mpf-journey__card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .mpf-journey__card-text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .mpf-credentials {
        padding: 3rem 0;
    }
    
    .mpf-credentials .row {
        margin: 0 -10px;
    }
    
    .mpf-credentials .col-lg-3,
    .mpf-credentials .col-md-6 {
        padding: 0 10px;
    }
    
    .mpf-credentials__item {
        padding: 25px 20px;
        margin-bottom: 1.5rem;
        height: 100%;
    }
    
    .mpf-credentials__icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }
    
    .mpf-credentials__icon i {
        font-size: 26px;
    }
    
    .mpf-credentials__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .mpf-credentials__text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .mpf-pma__content {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .mpf-pma__list li {
        font-size: 14px;
        padding-left: 25px;
    }
    
    /* Founder Section - Mobile Layout */
    .mpf-founder .col-lg-5,
    .mpf-founder .col-lg-7 {
        margin-bottom: 1.5rem;
    }
    
    .mpf-founder .col-lg-5:last-child,
    .mpf-founder .col-lg-7:last-child {
        margin-bottom: 0;
    }
    
    /* Approach Section - Mobile Layout */
    .mpf-approach .col-lg-6 {
        margin-bottom: 2rem;
    }
    
    .mpf-approach .col-lg-6:last-child {
        margin-bottom: 0;
    }
    
    /* Journey Header - Mobile */
    .mpf-journey__header {
        padding: 0 15px;
    }
    
    /* Ensure proper spacing for journey items on mobile */
    .mpf-journey__item:last-child {
        margin-bottom: 0;
    }
    
    /* Credentials Grid - Mobile (2 columns) */
    .mpf-credentials .col-md-6:nth-child(odd) {
        padding-right: 5px;
    }
    
    .mpf-credentials .col-md-6:nth-child(even) {
        padding-left: 5px;
    }
    
    /* Ensure images are responsive */
    .mpf-founder__img,
    .mpf-approach__img,
    .mpf-pma__img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    /* Founder CTA button spacing */
    .mpf-founder__cta {
        margin-top: 1rem;
    }
    
    /* Ensure proper text wrapping */
    .mpf-founder__text,
    .mpf-approach__text,
    .mpf-journey__card-text,
    .mpf-credentials__text {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Better spacing for approach points */
    .mpf-approach__point:last-child {
        margin-bottom: 0;
    }
    
    /* Journey year badge */
    .mpf-journey__year {
        display: inline-block;
    }
    
    /* About CTA */
    .mpf-about-cta {
        padding: 3rem 0;
    }
    
    .mpf-about-cta__inner {
        padding: 0 15px;
    }
    
    .mpf-about-cta__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .mpf-about-cta__text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .mpf-about-cta__btns {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .mpf-about-cta__btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
    }
    
    /* Disclaimer Section */
    .mpf-disclaimer {
        padding: 2.5rem 0;
    }
    
    .mpf-disclaimer__content {
        padding: 0 15px;
    }
    
    .mpf-disclaimer__text {
        font-size: 11px;
        line-height: 1.7;
        margin-bottom: 1.25rem;
    }
    
    .mpf-disclaimer__divider {
        margin: 1.5rem 0;
    }
    
    /* Page Header Section */
    .page-header-section {
        padding: 2.5rem 0 !important;
    }
    
    .page-header-section h1 {
        font-size: 28px;
        margin-bottom: 1rem;
    }
    
    .page-header-section .lead {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    .breadcrumbs {
        font-size: 13px;
    }
    
    .breadcrumbs a {
        font-size: 13px;
    }
    
    /* Swiper Navigation */
    .swiper-button-prev,
    .swiper-button-next,
    .testimonials-section-v2 .swiper-button-prev,
    .testimonials-section-v2 .swiper-button-next,
    .blog-section .swiper-button-prev,
    .blog-section .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 14px;
    }
    
    .swiper-pagination {
        bottom: 10px !important;
    }
    
    /* Footer */
    /* .site-footer {
        padding: 2rem 0;
    } */
    
    .footer-bottom {
        padding: 1.5rem 0 !important;
        text-align: center;
    }
    
    .footer-bottom .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    /* Disclaimer Section */
    .disclaimer-section,
    .mpf-disclaimer {
        padding: 2rem 0;
    }
    
    .disclaimer-content {
        padding: 0 15px;
    }
    
    .disclaimer-content p,
    .mpf-disclaimer__text {
        font-size: 11px;
        line-height: 1.6;
    }
    
    .divider {
        margin: 1.5rem 0;
    }
    
    /* Back to Top Button */
    #back-to-top {
        width: 45px !important;
        height: 45px !important;
        bottom: 20px !important;
        right: 20px !important;
    }
    
    #back-to-top i {
        font-size: 16px;
    }
    
    /* CTA Bar */
    .mpf-cta-bar__inner {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 1rem;
    }
    
    .mpf-cta-bar__title {
        font-size: 16px;
        width: 100%;
    }
    
    /* Images */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Buttons */
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .btn-lg {
        padding: 12px 24px;
        font-size: 16px;
    }
    
    .btn-sm {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    /* Top Bar */
    .top-bar {
        display: none;
    }
}

/* ==========================================================================
   MOBILE (max-width: 576px)
   ========================================================================== */
@media (max-width: 576px) {
    /* Section Titles */
    .section-title {
        font-size: 24px;
    }
    
    .blog-section .section-title,
    .testimonials-section .section-title,
    .testimonials-section-v2 .section-title,
    .contact-section .section-title {
        font-size: 24px;
    }
    
    /* Contact Info Card */
    .contact-info-card .icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-info-card .icon i {
        font-size: 24px;
    }
    
    /* Page Banner */
    .mpf-page-banner__title {
        font-size: 26px;
    }
    
    /* Company Overview */
    .mpf-founder__heading,
    .mpf-journey__heading,
    .mpf-approach__heading,
    .mpf-pma__heading {
        font-size: 24px;
    }
    
    .mpf-founder__badge {
        position: relative;
        bottom: auto;
        right: auto;
        display: inline-block;
        margin-top: 20px;
    }
    
    .mpf-journey__card {
        padding: 20px;
    }
    
    .mpf-credentials__item {
        padding: 20px 15px;
    }
}

/* ==========================================================================
   LANDSCAPE ORIENTATION FIX
   ========================================================================== */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-slide-enhanced {
        min-height: auto;
        padding: 3rem 0;
    }
    
    .hero-content-enhanced {
        padding: 1rem 0;
    }
    
    .hero-title-enhanced {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .hero-description-enhanced {
        display: none;
    }
    
    .trust-badges-enhanced {
        margin-top: 1rem;
        padding: 1rem;
    }
    
    .trust-icon-enhanced {
        display: none;
    }
    
    .carousel-indicators-enhanced {
        display: none;
    }
    
    .scroll-indicator {
        display: none;
    }
}

/* ==========================================================================
   DISABLE HOVER EFFECTS ON TOUCH DEVICES
   ========================================================================== */
@media (hover: none) and (pointer: coarse) {
    .service-card:hover,
    .blog-card:hover,
    .post-card:hover,
    .testimonial-card:hover,
    .testimonial-card-v2:hover,
    .contact-info-card:hover {
        transform: none;
    }
    
    .service-card:hover .service-icon {
        transform: none;
    }
    
    .btn:hover,
    .btn-cta:hover,
    .btn-hero-primary-enhanced:hover,
    .btn-hero-secondary-enhanced:hover {
        transform: none;
    }
}
