/**
 * Max Property Finance - Desktop Styles
 * Media: min-width: 1200px
 * Version: 2.0.0 (Optimized)
 */

/* ==========================================================================
   LARGE DESKTOP (1400px and up)
   ========================================================================== */
@media (min-width: 1400px) {
    /* Hero Slider */
    .hero-slide-enhanced {
        min-height: 100vh;
    }
    
    .hero-title-enhanced {
        font-size: 3.5rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1.5rem;
    }
    
    .trust-badges-enhanced {
        padding: 2.5rem;
    }
    
    /* Typography */
    h1, .h1 { font-size: 3rem; }
    h2, .h2 { font-size: 2.5rem; }
    
    /* Page Header Section */
    .page-header-section {
        padding: 6rem 0 !important;
    }
    
    .page-header-section h1 {
        font-size: 3.5rem;
    }
    
    .page-header-section .lead {
        font-size: 1.375rem;
    }
    
    /* Founder Section */
    .mpf-founder {
        padding: 120px 0;
    }
    
    .mpf-founder__content {
        padding-left: 60px;
    }
    
    .mpf-founder__heading {
        font-size: 42px;
    }
    
    .mpf-founder__text {
        font-size: 17px;
    }
    
    .mpf-founder__badge {
        padding: 25px 35px;
    }
    
    .mpf-founder__badge-num {
        font-size: 48px;
    }
    
    /* Journey Timeline */
    .mpf-journey {
        padding: 120px 0;
    }
    
    .mpf-journey__header {
        margin-bottom: 70px;
    }
    
    .mpf-journey__heading {
        font-size: 42px;
    }
    
    .mpf-journey__item {
        margin-bottom: 60px;
    }
    
    .mpf-journey__card {
        padding: 35px;
    }
    
    .mpf-journey__card-title {
        font-size: 22px;
    }
    
    .mpf-journey__card-text {
        font-size: 16px;
    }
    
    /* Approach Section */
    .mpf-approach {
        padding: 120px 0;
    }
    
    .mpf-approach__content {
        padding-right: 60px;
    }
    
    .mpf-approach__heading {
        font-size: 42px;
    }
    
    .mpf-approach__text {
        font-size: 17px;
    }
    
    .mpf-approach__floating {
        padding: 25px 30px;
    }
    
    .mpf-approach__point-icon {
        width: 60px;
        height: 60px;
    }
    
    .mpf-approach__point-icon i {
        font-size: 24px;
    }
    
    .mpf-approach__point-title {
        font-size: 20px;
    }
    
    .mpf-approach__point-text {
        font-size: 15px;
    }
    
    /* Credentials Section */
    .mpf-credentials {
        padding: 100px 0;
    }
    
    .mpf-credentials__item {
        padding: 35px 25px;
    }
    
    .mpf-credentials__icon {
        width: 90px;
        height: 90px;
    }
    
    .mpf-credentials__icon i {
        font-size: 36px;
    }
    
    .mpf-credentials__title {
        font-size: 20px;
    }
    
    .mpf-credentials__text {
        font-size: 15px;
    }
    
    /* About CTA Section */
    .mpf-about-cta {
        padding: 100px 0;
    }
    
    .mpf-about-cta__title {
        font-size: 36px;
    }
    
    .mpf-about-cta__text {
        font-size: 17px;
    }
    
    .mpf-about-cta__btn {
        padding: 16px 35px;
        font-size: 16px;
    }
    
    /* Disclaimer Section */
    .mpf-disclaimer {
        padding: 60px 0;
    }
    
    .mpf-disclaimer__text {
        font-size: 14px;
    }
}

/* ==========================================================================
   DESKTOP (1200px to 1399px)
   ========================================================================== */
@media (min-width: 1200px) and (max-width: 1399px) {
    /* Hero Slider */
    .hero-title-enhanced {
        font-size: 3.5rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1.5rem;
    }
    
    /* Carousel Controls */
    .carousel-control-prev-enhanced,
    .carousel-control-next-enhanced {
        width: 65px;
        height: 65px;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.4);
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 28px;
        height: 28px;
    }
    
    .carousel-control-prev-enhanced:hover,
    .carousel-control-next-enhanced:hover {
        background: var(--mpf-primary-color);
        border-color: var(--mpf-primary-color);
    }
    
    /* About Page - Desktop (1200px-1399px) */
    .page-header-section {
        padding: 4.5rem 0 !important;
    }
    
    .page-header-section h1 {
        font-size: 2.75rem;
    }
    
    .page-header-section .lead {
        font-size: 1.1875rem;
    }
    
    .mpf-founder {
        padding: 90px 0;
    }
    
    .mpf-founder__content {
        padding-left: 45px;
    }
    
    .mpf-founder__heading {
        font-size: 34px;
    }
    
    .mpf-journey {
        padding: 90px 0;
    }
    
    .mpf-journey__heading {
        font-size: 34px;
    }
    
    .mpf-approach {
        padding: 90px 0;
    }
    
    .mpf-approach__content {
        padding-right: 45px;
    }
    
    .mpf-approach__heading {
        font-size: 34px;
    }
    
    .mpf-credentials {
        padding: 70px 0;
    }
    
    .mpf-about-cta {
        padding: 70px 0;
    }
    
    .mpf-about-cta__title {
        font-size: 30px;
    }
}

/* ==========================================================================
   LAPTOP (992px to 1199px)
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Hero Slider */
    .hero-slide-enhanced {
        min-height: 100vh;
    }
    
    .hero-title-enhanced {
        font-size: 3.5rem;
    }
    
    .hero-subtitle-enhanced {
        font-size: 1.4rem;
    }
    
    .hero-description-enhanced {
        font-size: 1.125rem;
    }
    
    .trust-number-enhanced {
        font-size: 2rem;
    }
    
    /* Carousel Controls */
    .carousel-control-prev-enhanced,
    .carousel-control-next-enhanced {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.4);
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 26px;
        height: 26px;
    }
    
    .carousel-control-prev-enhanced:hover,
    .carousel-control-next-enhanced:hover {
        background: var(--mpf-primary-color);
        border-color: var(--mpf-primary-color);
    }
    
    /* Section Titles */
    .section-title {
        font-size: 32px;
    }
    
    /* Page Banner */
    .mpf-page-banner__title {
        font-size: 38px;
    }
    
    /* About Page - Laptop (992px-1199px) */
    .page-header-section {
        padding: 4rem 0 !important;
    }
    
    .page-header-section h1 {
        font-size: 2.5rem;
    }
    
    .mpf-founder {
        padding: 80px 0;
    }
    
    .mpf-founder__content {
        padding-left: 40px;
    }
    
    .mpf-founder__heading {
        font-size: 32px;
    }
    
    .mpf-journey {
        padding: 80px 0;
    }
    
    .mpf-journey__heading {
        font-size: 32px;
    }
    
    .mpf-approach {
        padding: 80px 0;
    }
    
    .mpf-approach__content {
        padding-right: 40px;
    }
    
    .mpf-approach__heading {
        font-size: 32px;
    }
    
    .mpf-credentials {
        padding: 60px 0;
    }
    
    .mpf-about-cta {
        padding: 60px 0;
    }
    
    .mpf-about-cta__title {
        font-size: 28px;
    }
}

/* ==========================================================================
   DESKTOP-ONLY ENHANCEMENTS (992px and up)
   ========================================================================== */
@media (min-width: 992px) {
    /* Navbar hover effects */
    .navbar-nav .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: var(--mpf-primary-color);
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }
    
    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after {
        width: 80%;
    }
    
    /* Dropdown menus */
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }
    
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    /* Hero content alignment */
    .hero-content-enhanced {
        max-width: 700px;
    }
    
    /* Service cards hover effects */
    .service-card:hover {
        transform: translateY(-10px);
    }
    
    .service-card:hover .service-icon {
        transform: rotate(360deg);
    }
    
    /* Blog cards hover effects */
    .blog-card:hover,
    .post-card:hover {
        transform: translateY(-10px);
    }
    
    /* Testimonial hover effects */
    .testimonial-card:hover,
    .testimonial-card-v2:hover {
        transform: translateY(-5px);
    }
    
    /* Contact info cards hover */
    .contact-info-card:hover {
        transform: translateY(-5px);
    }
    
    /* Trust item hover */
    .trust-item-enhanced:hover .trust-icon-enhanced {
        transform: scale(1.1);
    }
    
    /* CTA buttons hover */
    .btn-cta:hover,
    .btn-hero-primary-enhanced:hover,
    .btn-hero-secondary-enhanced:hover {
        transform: translateY(-3px);
    }
    
    /* Approach point hover */
    .mpf-approach__point:hover .mpf-approach__point-icon {
        background-color: var(--mpf-primary-color);
    }
    
    .mpf-approach__point:hover .mpf-approach__point-icon i {
        color: #fff;
    }
    
    /* Footer social hover */
    .footer-social a:hover {
        transform: translateY(-3px);
    }
    
    /* Social links hover */
    .social-links a:hover {
        transform: translateY(-3px);
    }
    
    /* Read more hover */
    .read-more:hover i,
    .btn:hover i,
    .btn-view-all:hover i {
        transform: translateX(5px);
    }
    
    /* ==========================================================================
       ABOUT PAGE - DESKTOP ENHANCEMENTS
       ========================================================================== */
    
    /* Page Header Section */
    .page-header-section {
        padding: 5rem 0 !important;
    }
    
    .page-header-section h1 {
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }
    
    .page-header-section .lead {
        font-size: 1.25rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }
    
    .breadcrumbs {
        font-size: 0.9375rem;
    }
    
    /* Founder Section */
    .mpf-founder {
        padding: 100px 0;
    }
    
    .mpf-founder .container {
        max-width: 1200px;
    }
    
    .mpf-founder .row {
        align-items: center;
    }
    
    .mpf-founder__content {
        padding-left: 50px;
    }
    
    .mpf-founder__label {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }
    
    .mpf-founder__heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .mpf-founder__text {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 18px;
    }
    
    .mpf-founder__img-wrap {
        position: relative;
    }
    
    .mpf-founder__img {
        transition: transform 0.3s ease;
    }
    
    .mpf-founder__img-wrap:hover .mpf-founder__img {
        transform: scale(1.02);
    }
    
    .mpf-founder__badge {
        position: absolute;
        bottom: -25px;
        right: -25px;
        padding: 20px 30px;
        transition: transform 0.3s ease;
    }
    
    .mpf-founder__img-wrap:hover .mpf-founder__badge {
        transform: scale(1.05);
    }
    
    .mpf-founder__badge-num {
        font-size: 42px;
    }
    
    .mpf-founder__badge-text {
        font-size: 13px;
    }
    
    .mpf-founder__highlight {
        padding: 20px 25px;
        margin: 25px 0;
        transition: box-shadow 0.3s ease;
    }
    
    .mpf-founder__highlight:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .mpf-founder__highlight p {
        font-size: 15px;
    }
    
    .mpf-founder__cta {
        padding: 14px 30px;
        font-size: 15px;
        margin-top: 10px;
    }
    
    /* Journey Timeline */
    .mpf-journey {
        padding: 100px 0;
    }
    
    .mpf-journey__header {
        margin-bottom: 60px;
    }
    
    .mpf-journey__label {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    
    .mpf-journey__heading {
        font-size: 36px;
    }
    
    .mpf-journey__timeline {
        padding: 20px 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .mpf-journey__timeline::before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .mpf-journey__item {
        margin-bottom: 50px;
    }
    
    .mpf-journey__item:last-child {
        margin-bottom: 0;
    }
    
    .mpf-journey__item:nth-child(odd) .mpf-journey__content {
        margin-left: auto;
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
    }
    
    .mpf-journey__item:nth-child(even) .mpf-journey__content {
        margin-right: auto;
        padding-right: 50px;
        padding-left: 0;
        text-align: right;
    }
    
    .mpf-journey__item:nth-child(odd) .mpf-journey__dot {
        left: -10px;
        right: auto;
    }
    
    .mpf-journey__item:nth-child(even) .mpf-journey__dot {
        right: -10px;
        left: auto;
    }
    
    .mpf-journey__content {
        width: calc(50% - 30px);
        max-width: 500px;
    }
    
    .mpf-journey__dot {
        width: 20px;
        height: 20px;
        border: 4px solid #fff;
        box-shadow: 0 0 0 4px var(--mpf-primary-color);
    }
    
    .mpf-journey__card {
        padding: 30px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .mpf-journey__item:hover .mpf-journey__card {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .mpf-journey__year {
        font-size: 14px;
        padding: 5px 18px;
        margin-bottom: 15px;
    }
    
    .mpf-journey__card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .mpf-journey__card-text {
        font-size: 15px;
        line-height: 1.7;
    }
    
    /* Approach Section */
    .mpf-approach {
        padding: 100px 0;
    }
    
    .mpf-approach .container {
        max-width: 1200px;
    }
    
    .mpf-approach .row {
        align-items: center;
    }
    
    .mpf-approach__content {
        padding-right: 50px;
    }
    
    .mpf-approach__label {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    
    .mpf-approach__heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .mpf-approach__text {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
    .mpf-approach__img-wrap {
        position: relative;
    }
    
    .mpf-approach__img {
        transition: transform 0.3s ease;
    }
    
    .mpf-approach__img-wrap:hover .mpf-approach__img {
        transform: scale(1.02);
    }
    
    .mpf-approach__floating {
        position: absolute;
        top: 30px;
        left: -30px;
        padding: 20px 25px;
        transition: transform 0.3s ease;
    }
    
    .mpf-approach__img-wrap:hover .mpf-approach__floating {
        transform: scale(1.05);
    }
    
    .mpf-approach__floating-icon {
        font-size: 32px;
        margin-bottom: 8px;
    }
    
    .mpf-approach__floating-text {
        font-size: 13px;
    }
    
    .mpf-approach__point {
        gap: 18px;
        margin-bottom: 25px;
        transition: transform 0.3s ease;
    }
    
    .mpf-approach__point:hover {
        transform: translateX(5px);
    }
    
    .mpf-approach__point-icon {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    
    .mpf-approach__point-icon i {
        font-size: 22px;
    }
    
    .mpf-approach__point-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .mpf-approach__point-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Credentials Section */
    .mpf-credentials {
        padding: 80px 0;
    }
    
    .mpf-credentials .container {
        max-width: 1200px;
    }
    
    .mpf-credentials__item {
        padding: 30px 20px;
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .mpf-credentials__item:hover {
        transform: translateY(-5px);
    }
    
    .mpf-credentials__icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }
    
    .mpf-credentials__item:hover .mpf-credentials__icon {
        transform: scale(1.1);
        background-color: rgba(255, 255, 255, 0.15);
    }
    
    .mpf-credentials__icon i {
        font-size: 32px;
        transition: transform 0.3s ease;
    }
    
    .mpf-credentials__item:hover .mpf-credentials__icon i {
        transform: scale(1.1);
    }
    
    .mpf-credentials__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .mpf-credentials__text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* About CTA Section */
    .mpf-about-cta {
        padding: 80px 0;
    }
    
    .mpf-about-cta__inner {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .mpf-about-cta__title {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .mpf-about-cta__text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .mpf-about-cta__btns {
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .mpf-about-cta__btn {
        padding: 14px 30px;
        font-size: 15px;
        transition: all 0.3s ease;
    }
    
    .mpf-about-cta__btn:hover {
        transform: translateY(-3px);
    }
    
    /* Disclaimer Section */
    .mpf-disclaimer {
        padding: 50px 0;
    }
    
    .mpf-disclaimer__content {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .mpf-disclaimer__text {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .mpf-disclaimer__text:last-child {
        margin-bottom: 0;
    }
    
    .mpf-disclaimer__divider {
        margin: 30px 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    /* Additional Desktop Enhancements */
    .mpf-founder__img,
    .mpf-approach__img {
        border-radius: 12px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    }
    
    /* Ensure proper container widths */
    .mpf-founder .container,
    .mpf-approach .container,
    .mpf-journey .container {
        max-width: 1200px;
    }
    
    /* Better spacing for sections */
    .mpf-founder + .mpf-journey,
    .mpf-journey + .mpf-approach,
    .mpf-approach + .mpf-credentials {
        margin-top: 0;
    }
}
