/* ============================================================
   FRESH EXPERT BLOCK: CONSOLIDATED & MOBILE OPTIMIZED
   Scoping: .expert-wrapper
   ============================================================ */
/* === FINAL MOBILE TEXT VISIBILITY FIX === */
@media (max-width: 768px) {
    
    /* Force specific containers to have a solid background */
    .pm-seo-box, 
    .pm-left, 
    .pm-reputation-visual, 
    .pm-faq-item,
    #ref-content {
        background-color: #ffffff !important;
    }

    /* Force all text inside these boxes to be dark slate */
    .pm-seo-box p, 
    .pm-seo-box span, 
    .pm-seo-box li, 
    .pm-seo-box h2, 
    .pm-seo-box h3,
    .pm-left p,
    .pm-reputation-text p,
    .pm-faq-answer p {
        color: #1e293b !important; /* Professional Dark Slate */
    }

    /* Keep conversion sidebars white text if they have the Navy background */
    .pm-right, 
    .pm-right h3, 
    .pm-right p {
        color: #ffffff !important;
    }
}

 /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   Reviews 
   ============================================================ */
.pm-reviews-section {
    padding: 80px 20px;
    background-color: #f8fafc;
    font-family: 'Inter', -apple-system, sans-serif;
}

.pm-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-reviews-header {
    text-align: center;
    margin-bottom: 50px;
}

.pm-reviews-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #001b3d;
    font-weight: 800;
    margin-bottom: 15px;
}

.pm-reviews-subtitle {
    font-size: 1.1rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.pm-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.pm-review-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 27, 61, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    border: 1px solid #edf2f7;
}

.pm-review-card:hover {
    transform: translateY(-5px);
    border-color: #38bdf8;
}

.pm-review-stars {
    color: #fbbf24; /* Golden star color */
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.pm-review-text {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 25px;
}

.pm-review-author {
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.pm-review-author strong {
    display: block;
    color: #001b3d;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.pm-review-author span {
    color: #64748b;
    font-size: 0.9rem;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .pm-reviews-section {
        padding: 50px 15px;
    }
    
    .pm-reviews-title {
        text-align: left;
    }
    
    .pm-reviews-subtitle {
        text-align: left;
    }
}


 /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   Boost ranking  
   ============================================================ */
/* Section Container */
.pm-market-context {
    padding: 60px 20px;
    background-color: #f8fafc; /* Light professional background */
    display: flex;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pm-container {
    max-width: 1000px;
    width: 100%;
}

/* Main Content Box */
.pm-content-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-left: 6px solid #0084ad; /* Brand highlight color */
}

/* Heading */
.pm-heading {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #0f172a;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.2;
}

/* Paragraphs */
.pm-text-wrapper p {
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 20px;
}

.pm-text-wrapper strong {
    color: #0084ad;
    font-weight: 600;
}

/* Hint Box */
.pm-stats-hint {
    margin-top: 30px;
    padding: 15px 20px;
    background: #e0f2fe;
    border-radius: 8px;
    display: inline-block;
}

.pm-stats-hint span {
    color: #0369a1;
    font-weight: bold;
    font-size: 0.95rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .pm-market-context {
        padding: 40px 15px;
    }
    
    .pm-content-box {
        padding: 25px;
        border-left-width: 4px;
    }

    .pm-stats-hint {
        display: block;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pm-heading {
        font-size: 1.6rem;
    }
    
    .pm-text-wrapper p {
        font-size: 1rem;
    }
}

 /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
  dominating 
   ============================================================ */
dominating 


/* Core Section Styles */
.pm-hero-section {
    padding: 80px 5%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.pm-hero-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Typography */
.pm-hero-main-heading {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
}

.pm-hero-sub-description {
    font-size: 1.15rem;
    color: #475569;
    margin-bottom: 32px;
    line-height: 1.6;
    max-width: 600px;
}

/* Feature List */
.pm-hero-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.pm-hero-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.pm-hero-check {
    background: #e0f2fe;
    color: #38bdf8;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.pm-hero-feature-item p {
    margin: 0;
    font-size: 1rem;
    color: #334155;
    line-height: 1.5;
}

/* Buttons */
.pm-hero-cta-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.pm-hero-btn-primary {
    background: #0084ad;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s;
}

.pm-hero-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s;
}

.pm-hero-btn-primary:hover, .pm-hero-btn-whatsapp:hover {
    transform: translateY(-2px);
}

/* Image Handling */
.pm-hero-visual-box {
    position: relative;
    width: 100%;
}

.pm-hero-responsive-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: block;
}

/* Tablet & Mobile Breakpoints */
@media (max-width: 1024px) {
    .pm-hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .pm-hero-text-content {
        order: 2; /* Text goes below image on tablets */
        text-align: center;
    }

    .pm-hero-sub-description {
        margin-left: auto;
        margin-right: auto;
    }

    .pm-hero-feature-item {
        text-align: left;
    }

    .pm-hero-cta-wrapper {
        justify-content: center;
    }

    .pm-hero-visual-box {
        order: 1;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .pm-hero-section {
        padding: 40px 20px;
    }
    
    .pm-hero-main-heading {
        font-size: 1.8rem;
    }

    .pm-hero-cta-wrapper a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

 /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
  need specalized 
   ============================================================ */
 
.pm-solutions-2026 {
    padding: 80px 20px;
    background: #fdfdfd;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.pm-section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pm-main-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pm-section-intro {
    font-size: 1.1rem;
    color: #64748b;
}

.pm-solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pm-solution-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pm-solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: #38bdf8;
}

.pm-icon-box {
    width: 50px;
    height: 50px;
    background: #f0f9ff;
    color: #0084ad;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.pm-icon-box svg {
    width: 24px;
    height: 24px;
}

.pm-solution-card h3 {
    font-size: 1.4rem;
    color: #0f172a;
    margin-bottom: 15px;
    font-weight: 700;
}

.pm-solution-card p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.pm-solution-card strong {
    color: #0084ad;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pm-solutions-2026 {
        padding: 50px 15px;
    }
    .pm-section-header {
        margin-bottom: 40px;
    }
    .pm-solution-card {
        padding: 30px;
        text-align: center;
        align-items: center;
    }
}

 
   
   
   
   
   
   
   
   
   
   
   
   
   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   keyword ranking  
   ============================================================ */
   
   
.pm-results-dashboard {
    padding: 60px 20px;
    background-color: #f4f7f9;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.pm-results-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-results-main-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-bottom: 40px;
}

/* Three-column grid that stacks on mobile */
.pm-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* Card Styling */
.pm-result-table {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.pm-table-url {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.pm-table-header {
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}

/* Rows */
.pm-rank-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1.5px dotted #999;
    font-weight: 600;
    font-size: 15px;
    color: #444;
}

.pm-rank-row:last-child {
    border-bottom: none;
}

/* The Purple Position Circle */
.pm-rank-circle {
    background-color: #8e218e; /* Match purple branding */
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .pm-results-main-title {
        font-size: 22px;
    }
    
    .pm-table-header {
        font-size: 16px;
    }

    .pm-result-table {
        padding: 15px;
    }
}


   
   
   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
  hyper growth 
   ============================================================ */
   
   /* Scoped Specialized Marketing Approach Section */
.pm-specialized-approach {
    padding: 80px 5%;
    background-color: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #334155;
}

/* All children are now prefixed with .pm-specialized-approach */
.pm-specialized-approach .lxw-features__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-specialized-approach .lxw-features__title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #0f172a;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.pm-specialized-approach .lxw-features__description {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 60px;
}

.pm-specialized-approach .lxw-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.pm-specialized-approach .lxw-features__card {
    background: #ffffff !important; /* Forces specificity */
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.pm-specialized-approach .lxw-features__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 59, 74, 0.06);
    border-color: #38bdf8;
}

.pm-specialized-approach .lxw-features__top {
    width: 50px;
    height: 4px;
    background: #0084ad;
    border-radius: 2px;
    margin-bottom: 25px;
}

.pm-specialized-approach .lxw-features__name {
    font-size: 1.4rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 20px;
}

.pm-specialized-approach .lxw-features__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

.pm-specialized-approach .lxw-features__list li {
    font-size: 1rem;
    color: #334155;
    margin-bottom: 10px;
}

.pm-specialized-approach .pm-ranking-stat {
    border: 1px solid #e0f2fe;
    padding: 20px;
    border-radius: 12px;
    transition: background 0.3s ease;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pm-specialized-approach {
        padding: 50px 20px;
    }

    .pm-specialized-approach .lxw-features__head {
        text-align: left !important;
    }

    .pm-specialized-approach .lxw-features__grid {
        grid-template-columns: 1fr;
    }

    .pm-specialized-approach .lxw-features__card {
        padding: 30px 25px;
    }
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   comphrensive 
   ============================================================ */
   
   
<style>
.pm-expert-services {
    padding: 80px 5%;
    background-color: #fcfdfe;
    font-family: 'Inter', -apple-system, sans-serif;
}

.pm-section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-header-style {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #001b3d;
    text-align: center;
    margin-bottom: 10px;
}

.pm-section-intro {
    text-align: center;
    color: #64748b;
    font-size: 1.15rem;
    margin-bottom: 60px;
}

.pm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.pm-service-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 35px;
    transition: all 0.3s ease;
}

.pm-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 132, 173, 0.08);
    border-color: #38bdf8;
}

.pm-card-icon {
    font-size: 1.8rem;
    background: #f0f9ff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 20px;
}

.pm-service-card h3 {
    font-size: 1.25rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 15px;
}

.pm-service-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.pm-service-card strong {
    color: #0084ad;
}

@media (max-width: 768px) {
    .pm-services-grid {
        grid-template-columns: 1fr;
    }
    .pm-header-style {
        text-align: left;
    }
    .pm-section-intro {
        text-align: left;
    }
}

   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   result that speak  
   ============================================================ */
       
.pm-results-section {
    padding: 80px 5%;
    background-color: #f8fafc;
    font-family: 'Inter', sans-serif;
}

.pm-results-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-results-header {
    text-align: center;
    margin-bottom: 60px;
}

.pm-results-main-heading {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 15px;
}

.pm-results-subtext {
    font-size: 1.1rem;
    color: #64748b;
}

.pm-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.pm-result-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.3s ease;
}

.pm-result-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 132, 173, 0.1);
}

.pm-result-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #e0f2fe;
    color: #0084ad;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pm-result-client {
    font-size: 1.5rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 20px;
}

.pm-result-stat {
    font-size: 2.2rem;
    font-weight: 800;
    color: #22c55e; /* Success Green */
    margin-bottom: 20px;
}

.pm-result-metrics {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.pm-metric-item {
    font-size: 0.95rem;
    color: #64748b;
}

.pm-metric-item span {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0084ad;
}

.pm-result-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .pm-results-grid {
        grid-template-columns: 1fr;
    }
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   specalized digital marketing  
   ============================================================ */


.pm-marketing-services {
    padding: 80px 5%;
    background-color: #f9fafb;
    font-family: 'Inter', -apple-system, sans-serif;
}

.pm-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pm-services-subheading {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.pm-services-intro {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 50px;
    max-width: 800px;
}

.pm-services-intro strong {
    color: #0084ad;
}

.pm-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pm-pillar-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pm-pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 132, 173, 0.1);
    border-color: #38bdf8;
}

.pm-pillar-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.pm-pillar-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.pm-pillar-card p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pm-marketing-services {
        padding: 50px 20px;
    }
    
    .pm-services-subheading {
        text-align: left;
    }
}


   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   practice Appoitment 
   ============================================================ */
.pm-hero-notice {
    padding: 100px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    display: flex;
    justify-content: center;
    font-family: 'Inter', -apple-system, sans-serif;
}

.pm-notice-container {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

.pm-notice-heading {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #0f172a;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.pm-notice-description {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #475569;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.pm-notice-description strong {
    color: #0084ad;
    font-weight: 700;
}

.pm-notice-cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pm-notice-btn {
    display: inline-block;
    background: #0084ad;
    color: #ffffff;
    padding: 20px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(0, 132, 173, 0.2);
}

.pm-notice-btn:hover {
    transform: scale(1.05);
    background: #006b8d;
    box-shadow: 0 15px 35px rgba(0, 132, 173, 0.3);
}

.pm-notice-trust {
    font-size: 0.9rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Auto-Fit for Mobile */
@media (max-width: 768px) {
    .pm-hero-notice {
        padding: 60px 20px;
        text-align: left;
    }
    
    .pm-notice-cta-box {
        align-items: flex-start;
    }

    .pm-notice-description {
        text-align: left;
    }

    .pm-notice-btn {
        width: 100%;
        text-align: center;
        padding: 18px 25px;
        font-size: 1.1rem;
    }
}






























   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   dominating section 
   ============================================================ */
/* Core Section Styles */
.pm-hero-section {
    padding: 80px 5%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.pm-hero-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Typography */
.pm-hero-main-heading {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
}

.pm-hero-sub-description {
    font-size: 1.15rem;
    color: #475569;
    margin-bottom: 32px;
    line-height: 1.6;
    max-width: 600px;
}

/* Feature List */
.pm-hero-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.pm-hero-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.pm-hero-check {
    background: #e0f2fe;
    color: #38bdf8;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.pm-hero-feature-item p {
    margin: 0;
    font-size: 1rem;
    color: #334155;
    line-height: 1.5;
}

/* Buttons */
.pm-hero-cta-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.pm-hero-btn-primary {
    background: #0084ad;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s;
}

.pm-hero-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s;
}

.pm-hero-btn-primary:hover, .pm-hero-btn-whatsapp:hover {
    transform: translateY(-2px);
}

/* Image Handling */
.pm-hero-visual-box {
    position: relative;
    width: 100%;
}

.pm-hero-responsive-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: block;
}

/* Tablet & Mobile Breakpoints */
@media (max-width: 1024px) {
    .pm-hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .pm-hero-text-content {
        order: 2; /* Text goes below image on tablets */
        text-align: center;
    }

    .pm-hero-sub-description {
        margin-left: auto;
        margin-right: auto;
    }

    .pm-hero-feature-item {
        text-align: left;
    }

    .pm-hero-cta-wrapper {
        justify-content: center;
    }

    .pm-hero-visual-box {
        order: 1;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .pm-hero-section {
        padding: 40px 20px;
    }
    
    .pm-hero-main-heading {
        font-size: 1.8rem;
    }

    .pm-hero-cta-wrapper a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}



























   
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ============================================================
   specalized digital marketing  
   ============================================================ */















/* 1. BASE WRAPPER & CONTAINER */
.expert-wrapper {
    padding: 60px 20px !important;
    background: #f8fafc !important; 
    overflow-x: hidden !important; /* Prevents mobile side-scrolling */
}

.expert-container {
    max-width: 1250px !important;
    margin: 0 auto !important;
    display: flex !important;
    gap: 40px !important;
    align-items: flex-start !important;
}

/* 2. DESKTOP COLUMN LAYOUT */
.expert-content {
    flex: 1.2 !important;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.expert-sidebar {
    flex: 0.8 !important;
    background: #003b4a !important; /* Techmagnate Navy */
    padding: 40px !important;
    border-radius: 12px !important;
    color: #ffffff !important;
}

/* 3. TYPOGRAPHY (GLOBAL REQUIREMENTS) */
.expert-content p {
    font-size: 18px !important; /* Global Body Size */
    line-height: 1.7 !important;
    color: #475569 !important;
    margin-bottom: 20px !important;
}

.expert-sidebar h3 {
    font-size: 20px !important; /* Global Heading Size */
    color: #ffffff !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.expert-sidebar p {
    font-size: 16px !important;
    color: rgba(255,255,255,0.8) !important;
    text-align: center !important;
    line-height: 1.5 !important;
}

/* 4. MEDIA & COMPONENTS */
.expert-media {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 25px !important;
    width: 100% !important;
}

.expert-media img {
    width: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

.expert-wa-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #25d366 !important; /* WhatsApp Green */
    color: #ffffff !important;
    padding: 14px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    margin-top: 25px !important;
    transition: transform 0.3s ease !important;
}

.expert-wa-link:hover {
    transform: translateY(-3px) !important;
}

/* 5. TABLET & MOBILE AUTOMATIC FIT (MAX-WIDTH: 992PX) */
@media (max-width: 992px) {
    .expert-container {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .expert-content, 
    .expert-sidebar {
        flex: none !important;
        width: 100% !important;
        padding: 30px 20px !important;
        box-sizing: border-box !important;
    }

    .expert-sidebar h3 {
        text-align: left !important;
    }

    .expert-sidebar p {
        text-align: left !important;
    }
}

/* 6. SMALL PHONE OPTIMIZATION (MAX-WIDTH: 480PX) */
@media (max-width: 480px) {
    .expert-wrapper {
        padding: 20px 0 !important; /* Zero margin for full-width impact */
    }

    .expert-content, 
    .expert-sidebar {
        padding: 25px 15px !important;
        border-radius: 0 !important; /* Edge-to-edge for professional mobile look */
    }

    .expert-content p {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }
}
/*success stories section*/
/* ============================================================
   SECTION: MOBILE-OPTIMIZED TESTIMONIALS
   Namespace: .dm-testimonials (Isolated)
   ============================================================ */

/* 1. Fluid Wrapper */
.dm-testimonials {
    padding: 60px 15px; /* Reduced padding for mobile fit */
    background: radial-gradient(circle at top left, rgba(200,230,255,0.45), transparent 55%),
                radial-gradient(circle at bottom right, rgba(210,245,235,0.45), transparent 55%),
                linear-gradient(135deg, #f4fbff 0%, #f6fffb 50%, #ffffff 100%);
    overflow-x: hidden; /* Prevents sideways scrolling on mobile */
}

.dm-testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* 2. Responsive Header Typography */
.dm-testimonials-header h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #003b4a !important;
    text-align: center;
    margin-bottom: 15px !important;
}

.dm-testimonials-header p {
    font-size: 18px !important;
    color: #444 !important;
    text-align: center;
    margin-bottom: 40px !important;
}

/* 3. Automatic Grid Transition */
.dm-testimonials-grid {
    display: grid;
    /* Automatically switches from 2 columns to 1 column on mobile */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.dm-testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 59, 74, 0.08);
    display: flex;
    flex-direction: column;
}

/* 4. Responsive Video Wrapper */
.dm-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Maintains 16:9 ratio on all screens */
    height: 0;
}

.dm-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dm-testimonial-content {
    padding: 25px;
}

/* 5. Fluid Stat Boxes for Small Screens */
.dm-stat-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.dm-stat-box {
    flex: 1;
    text-align: center;
    padding: 12px 5px; /* Tighter padding for mobile fit */
    border-radius: 12px;
    border: 1px solid #e1e8ed;
}

/* Mobile Breakpoint Adjustments (768px and below) */
@media (max-width: 768px) {
    .dm-testimonials {
        padding: 40px 10px;
    }
    
    .dm-stat-container {
        flex-direction: row; /* Keeps stats side-by-side unless very small */
    }

    .dm-stat-box strong {
        font-size: 20px !important; /* Slightly smaller for mobile fit */
    }
}

/* Extra Small Mobile (Under 400px) */
@media (max-width: 400px) {
    .dm-stat-container {
        flex-direction: column; /* Stacks stats on tiny phones */
    }
}
/* ============================================================
   RELATED BLOG SECTION (ISOLATED STYLES)
   Namespace: .related-blog-section
============================================================ */

/* ========== SECTION WRAPPER ========== */
.related-blog-section {
    padding: 80px 20px;
    background: #ffffff;
}

/* ========== CONTAINER ========== */
.related-blog-section .related-blog-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ========== HEADING ========== */
.related-blog-section .section-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #003b4a;
    margin-bottom: 50px;
}

/* ========== GRID ========== */
.related-blog-section .blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* ========== CARD ========== */
.related-blog-section .blog-post-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.related-blog-section .blog-post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* ========== IMAGE ========== */
.related-blog-section .post-thumb {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.related-blog-section .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========== CONTENT ========== */
.related-blog-section .post-details {
    padding: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.related-blog-section .post-title {
    font-size: 17px;
    font-weight: 700;
    color: #003b4a;
    line-height: 1.4;
    margin-bottom: 8px;
}

.related-blog-section .post-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 14px;
}

/* ========== READ MORE ========== */
.related-blog-section .read-more {
    margin-top: auto;
    font-size: 15px;
    font-weight: 700;
    color: #ff6600;
    text-decoration: none;
    transition: 0.3s;
}

.related-blog-section .read-more:hover {
    color: #e65c00;
}

/* ========== VIEW ALL BUTTON ========== */
.related-blog-section .view-all-wrapper {
    text-align: center;
    margin-top: 50px;
}

.related-blog-section .view-all-btn {
    display: inline-block;
    background: #ff6600;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.related-blog-section .view-all-btn:hover {
    background: #e65c00;
    transform: translateY(-2px);
}

/* ============================================================
   RESPONSIVE
============================================================ */

/* Large Tablets */
@media (max-width: 1100px) {
    .related-blog-section .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets */
@media (max-width: 768px) {
    .related-blog-section {
        padding: 60px 15px;
    }

    .related-blog-section .section-heading {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .related-blog-section .blog-posts-grid {
        grid-template-columns: 1fr;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .related-blog-section .post-thumb {
        height: 160px;
    }

    .related-blog-section .post-title {
        font-size: 16px;
    }
}
/*5 blocks */
/* === ISOLATED SERVICES MATRIX: STABILITY & MOBILE FIT === */

/* 1. Main Section Protection */
#pm-miami-services.lxw-features {
    padding: 80px 20px !important;
    background: radial-gradient(circle at top left, rgba(200,230,255,0.45), transparent 55%),
                linear-gradient(135deg, #f4fbff 0%, #ffffff 100%) !important;
    overflow-x: hidden !important; /* Prevents mobile side-scrolling */
}

/* 2. Global Typography Overrides */
#pm-miami-services .lxw-features__title {
    font-size: 32px !important; /* Force main title visibility */
    color: #003b4a !important; /* Techmagnate Navy */
    font-weight: 800 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

#pm-miami-services .lxw-features__head p {
    font-size: 18px !important; /* Global Body Size */
    color: #4a4a4a !important;
    text-align: center !important;
    max-width: 850px !important;
    margin: 0 auto 60px !important;
}

/* 3. Fluid Grid Architecture */
#pm-miami-services .lxw-features__grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1250px !important;
    margin: 0 auto !important;
}

/* 4. Service Card Design */
#pm-miami-services .lxw-features__card {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 59, 74, 0.05) !important;
    border: 1px solid rgba(0, 59, 74, 0.03) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

#pm-miami-services .lxw-features__card:hover {
    transform: translateY(-8px) !important;
    border-color: #ff6600 !important; /* Techmagnate Orange highlight */
}

/* Card Heading & Body */
#pm-miami-services .lxw-features__name {
    font-size: 20px !important; /* Global Heading Requirement */
    color: #003b4a !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

#pm-miami-services .lxw-features__text {
    font-size: 18px !important; /* Global Body Requirement */
    color: #475569 !important;
    line-height: 1.6 !important;
}

/* 5. UI Elements: Badges */
#pm-miami-services .lxw-features__badge {
    background: #003b4a !important;
    color: #ffffff !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

/* === MOBILE AUTOMATIC FIT (MAX-WIDTH: 768PX) === */
@media (max-width: 768px) {
    #pm-miami-services.lxw-features {
        padding: 50px 15px !important;
    }

    #pm-miami-services .lxw-features__grid {
        grid-template-columns: 1fr !important; /* Forces single column fit */
        gap: 20px !important;
    }

    #pm-miami-services .lxw-features__title {
        font-size: 26px !important;
    }

    #pm-miami-services .lxw-features__card {
        padding: 30px 20px !important;
    }
}
/*3 blocks */
/* === MIAMI GROWTH FRAMEWORK: MASTER STABILITY === */

/* 1. Section Wrapper & Background */
#pm-miami-growth.lxw-features {
    padding: 80px 20px !important;
    background: radial-gradient(circle at top left, rgba(200,230,255,0.45), transparent 55%),
                linear-gradient(135deg, #f4fbff 0%, #ffffff 100%) !important;
    overflow-x: hidden !important; /* Prevents mobile side-scrolling */
}

/* 2. Global Typography Overrides */
#pm-miami-growth .lxw-features__title {
    font-size: 32px !important; /* Force high visibility for main heading */
    color: #003b4a !important; /* Techmagnate Navy */
    font-weight: 800 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

#pm-miami-growth .lxw-features__head p {
    font-size: 18px !important; /* Global Body Size */
    color: #4a4a4a !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto 50px !important;
}

/* 3. Responsive Grid Architecture */
#pm-miami-growth .lxw-features__grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    justify-content: center !important;
}

/* 4. Feature Card Design */
#pm-miami-growth .lxw-features__card {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 59, 74, 0.06) !important;
    border: 1px solid rgba(0, 59, 74, 0.05) !important;
    flex: 1 1 calc(33.333% - 30px) !important; /* 3 Columns on Desktop */
    min-width: 300px !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

#pm-miami-growth .lxw-features__card:hover {
    transform: translateY(-8px) !important;
    border-color: #ff6600 !important; /* Techmagnate Orange */
}

/* Card Heading & Body */
#pm-miami-growth .lxw-features__name {
    font-size: 20px !important; /* Global Heading Requirement */
    color: #003b4a !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

#pm-miami-growth .lxw-features__text {
    font-size: 18px !important; /* Global Body Requirement */
    color: #475569 !important;
    line-height: 1.6 !important;
}

/* 5. UI Elements: Badges */
#pm-miami-growth .lxw-features__badge {
    background: #003b4a !important;
    color: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* === MOBILE AUTOMATIC FIT (MAX-WIDTH: 768PX) === */
@media (max-width: 768px) {
    #pm-miami-growth.lxw-features {
        padding: 50px 15px !important;
    }

    #pm-miami-growth .lxw-features__card {
        flex: 1 1 100% !important; /* Force Single Column Fit */
        padding: 30px 20px !important;
    }

    #pm-miami-growth .lxw-features__title {
        font-size: 26px !important;
    }
}
/*2 block*/
/* === ISOLATED MEDICAL AEO BLOCK: STABILITY FIX === */

/* 1. Main Section Wrapper */
#pm-aeo-section.lxw-features {
    background: #f8fafc !important; /* Soft light gray for separation */
    padding: 80px 20px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Container Protection */
#pm-aeo-section .lxw-features__inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* 3. Fluid Grid Architecture */
#pm-aeo-section .lxw-features__grid {
    display: grid !important;
    /* Automatically creates 2 columns on desktop, 1 on mobile */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; 
    gap: 30px !important;
    width: 100% !important;
}

/* 4. Professional Card Styling */
#pm-aeo-section .lxw-features__card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 40px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important; /* Ensures internal content alignment */
}

#pm-aeo-section .lxw-features__card:hover {
    transform: translateY(-5px) !important;
    border-color: #ff6600 !important; /* Techmagnate Orange highlight */
}

/* 5. Typography Overrides (Global Standards) */
#pm-aeo-section .lxw-features__name {
    font-size: 20px !important; /* Global Heading Size */
    color: #003b4a !important; /* Techmagnate Navy */
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

#pm-aeo-section .lxw-features__card p {
    font-size: 18px !important; /* Global Body Size */
    color: #4a4a4a !important;
    line-height: 1.7 !important;
    margin: 0 0 15px 0 !important;
}

#pm-aeo-section .lxw-features__card strong {
    color: #003b4a !important;
    font-weight: 700 !important;
}

/* === MOBILE AUTOMATIC FIT (MAX-WIDTH: 992PX) === */
@media (max-width: 992px) {
    #pm-aeo-section.lxw-features {
        padding: 50px 15px !important;
    }

    #pm-aeo-section .lxw-features__grid {
        grid-template-columns: 1fr !important; /* Force single column fit */
        gap: 20px !important;
    }
    
    #pm-aeo-section .lxw-features__card {
        padding: 30px 20px !important;
        border-radius: 8px !important;
    }
}
/* =========================================
   MARKET TRENDS REPORTS SECTION
========================================= */

.trends-section {
    padding: 80px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.trends-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */

.trends-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.trends-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

.trends-header p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* GRID */

.trends-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.trend-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e6eefb;
    overflow: hidden;
    transition: 0.3s ease;
}

.trend-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.1);
}

/* IMAGE */

.trend-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* BODY */

.trend-body {
    padding: 22px;
}

.trend-tag {
    display: inline-block;
    background: #eaf6e4;
    color: #4b9b27;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.trend-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    line-height: 1.4;
}

/* BUTTON */

.trend-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 30px;
    border: 1.5px solid #3b5cff;
    color: #3b5cff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.trend-btn:hover {
    background: #3b5cff;
    color: #ffffff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 992px) {
    .trends-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .trends-header h2 {
        font-size: 24px;
    }

    .trends-grid {
        grid-template-columns: 1fr;
    }

    .trend-image img {
        height: 200px;
    }
}
/* ============================================
   FAQ SECTION STYLES
============================================ */

.pm-faq-section {
    padding: 80px 20px;
    background: #f6fbff;
    font-family: Arial, Helvetica, sans-serif;
}

.pm-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Heading */

.pm-faq-heading {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin-bottom: 35px;
}

/* FAQ List */

.pm-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Each Item */

.pm-faq-list details {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

/* Question */

.pm-faq-list summary {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 30px;
}

.pm-faq-list summary::-webkit-details-marker {
    display: none;
}

/* Plus Icon */

.pm-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1e73ff;
}

.pm-faq-list details[open] summary::after {
    content: "×";
}

/* Answer */

.pm-faq-list p {
    margin-top: 12px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/* Button */

.pm-faq-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.pm-faq-btn {
    display: inline-block;
    background: #ff6600;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.pm-faq-btn:hover {
    background: #e65c00;
}

/* ============================================
   RESPONSIVE
============================================ */

@media (max-width: 768px) {

    .pm-faq-heading {
        font-size: 24px;
    }

    .pm-faq-list summary {
        font-size: 15px;
    }

    .pm-faq-list p {
        font-size: 14px;
    }

}

@media (max-width: 480px) {

    .pm-faq-section {
        padding: 60px 15px;
    }

    .pm-faq-btn {
        width: 100%;
        text-align: center;
    }

}
/* === PM FAQ SECTION DESIGN SYSTEM === */
:root {
    --faq-navy: #003b4a;      /* Core brand navy */
    --faq-teal: #0084ad;      /* Highlight teal */
    --faq-bg: #f8fafc;        /* Soft section background */
    --faq-border: #e2e8f0;
}

.pm-faq-section {
    padding: 80px 20px;
    background-color: var(--faq-bg);
    font-family: 'Inter', sans-serif;
}

.pm-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.pm-faq-section h2 {
    font-size: 26px !important; /* Matches your 20px-26px preference */
    color: var(--faq-navy);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 800;
}

/* Accordion Item */
.pm-faq-item {
    background: #ffffff;
    border: 1px solid var(--faq-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pm-faq-item:hover {
    border-color: var(--faq-teal);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Question Header */
.pm-faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px !important;
    color: var(--faq-navy);
}

/* Plus/Minus Icon */
.pm-faq-question::after {
    content: '+';
    font-size: 22px;
    color: var(--faq-teal);
    transition: transform 0.3s ease;
}

.pm-faq-item.active .pm-faq-question::after {
    content: '−';
    transform: rotate(180deg);
}

/* Answer Content (Hidden by default) */
.pm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #ffffff;
}

.pm-faq-answer p {
    padding: 0 25px 25px 25px;
    margin: 0;
    font-size: 18px !important; /* Your preferred 18px size */
    color: #4a5568;
    line-height: 1.6;
}

.pm-faq-item.active .pm-faq-answer {
    max-height: 500px; /* Large enough to fit content */
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .pm-faq-section { padding: 50px 15px; }
    .pm-faq-question { font-size: 17px !important; padding: 15px 20px; }
    .pm-faq-answer p { font-size: 16px !important; padding: 0 20px 20px 20px; }
}