/* filepath: /Applications/XAMPP/xamppfiles/htdocs/bestinternet/wp-content/themes/sydney/css/responsive.css */
/* BIFM RESPONSIVE — 7 Breakpoints
   1) 1440px  Large Desktop
   2) 1280px  Laptop / Desktop
   3) 1024px  Tablet Landscape
   4)  768px  Tablet Portrait
   5)  600px  Large Mobile
   6)  480px  Mobile Large
   7)  375px  Mobile Small
   Covers: bifm-plan-page-styles | bifm-state-city-temp
           bifm-styles | pages-styles-optimized
*/

/* GLOBAL — Z-INDEX STACK */
.no-scroll{
    overflow: hidden;
}
.plan-list{
     padding: 50px 0 50px;
     background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
     overflow: visible !important;
}
.sticky-search-sort-bar          { z-index: 9998 !important; }
.loading-overlay                 { z-index: 9999 !important; }
.filter-sidebar                  { z-index: 8    !important; }
.mega-menu                       { z-index: 1050 !important; }
.toc-bar.sticky                  { z-index: 90   !important; }
.google-suggestions-dropdown,
.sample-locations-container      { z-index: 1000 !important; }

/* ============================================================
   1) max-width: 1440px — Large Desktop
   ============================================================ */
@media (max-width: 1440px) {
    .plans-grid-container          { grid-template-columns: 380px 1fr; gap: 22px; }
    .biffy-character               { width: 300px; right: 20px; }
    .biffy-img                     { width: 260px; }
    .zip-cities-grid               { column-count: 4; }
    .states-grid                   { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}

/* ============================================================
   2) max-width: 1280px — Laptop / Desktop
   ============================================================ */
@media (max-width: 1280px) {

    .whoweare-section .whoweare-accent, .providers-section .providers-decoration {
        display: none;
    }

    /* Plan page */
    .plans-grid-container          { grid-template-columns: 340px 1fr; gap: 18px; }
    .sticky-search-input-box       { min-width: 380px; }
    .biffy-character               { width: 240px; right: 10px; }
    .biffy-img                     { width: 200px; }
    .search-hero-area.bifm-search-banner { min-height: 400px; padding: 130px 0 55px; }
    .who-we-are-container          { gap: 44px; }
    .who-we-are-stats-overlay      { right: -16px; bottom: -16px; padding: 18px 22px; gap: 18px; }
    .address-cta-search            { max-width: 100%; }

    /* Geo */
    .chicago-hero                  { grid-template-columns: 55% 45%; }
    .neighborhoods-list            { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .use-cases-grid                { grid-template-columns: repeat(4, 1fr); }
    .providers-grid                { grid-template-columns: repeat(3, 1fr); }
    .pricing-grid                  { max-width: 960px; }
    .zip-codes-grid                { grid-template-columns: repeat(4, 1fr); }
    .zip-cities-grid               { column-count: 3; }
    .states-grid                   { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

    /* bifm-styles */
    .px-100, .container-narrow                        { padding-left: 60px; padding-right: 60px; }
    .providers-section .providers-grid { grid-template-columns: repeat(4, 1fr); }

    /* Pages */
    .trust-indicators              { padding: 32px 36px; gap: 28px; }
    .mission-content               { padding: 56px 44px; }
    .bifm-findproviderlist { 
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 12px;
    }
       .bifm-sczlist{
   grid-template-columns: repeat(2, 1fr);
            display: grid;
            gap: 12px;
    }
    .provider-detail-item {
        border-bottom: 1px solid rgb(229, 231, 235);
    }

        .provider-list-card-body       { grid-template-columns: 1fr; }
        .provider-list-card-body .provider-details-section .provider-details-grid .provider-detail-item:nth-child(3) {
            display: none;
        }
        .m-technology-type{
         display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%);
    border: 1px solid #C7D2FE;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #667eea;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
    width: max-content;
        }

.provider-detail-item {
    border-top:1px solid #f3f4f6;
}

    .provider-actions-section      { min-width: 100%; flex-direction: row; gap: 10px; padding: 16px 20px; }
    .compare-checkbox-wrapper,
    .btn-check-availability        { flex: 1; }
    .provider-details-grid         { grid-template-columns: repeat(2, 1fr); }
        /* Skeleton */
    .provider-skeleton-body        { grid-template-columns: 1fr; }
    .skeleton-logo-section         { border-right: none; border-bottom: 1px solid #e5e7eb; }
    .skeleton-details-section      { grid-template-columns: 1fr; }
    .skeleton-detail-item          { border-right: none; border-bottom: 1px solid #f3f4f6; }
    .skeleton-actions-section      { min-width: 100%; flex-direction: row; }

       .plans-section .bg-decoration {
            display: none;
        }
        .plans-hero-section .hero-title {
    font-size: 32px;
}
.plans-hero-section .biffy-container .biffy-image-plans {

    top: 0px;

    height: 244px;
}
    
        .search-hero-area .search-hero-float-decoration {
            display: none;
        }
        .bifm-banner .hero-benefits {
            display: none;
        }
        .hero-section .biffy-mascot {

    top: -24px;
        }
            .hero-section .hero-title {
        font-size: 37px;
    }
    .whoweare-stat-card-m .col-lg-4{
        flex: 0 0 auto;
        width: 50%;
}
}

/* ============================================================
   3) max-width: 1024px — Tablet Landscape
   ============================================================ */
@media (max-width: 1024px) {
    .form-wizard-container-inner .wizard-title, .hero-section .wizard-title {
    font-size: 20px;
}
.form-wizard-container-inner .wizard-subtitle, .hero-section .wizard-subtitle {
    font-size: 14px;
}
.form-wizard-container-inner .wizard-divider, .hero-section .wizard-divider {
    margin: 20px 0;
}
.hero-section .biffy-mascot {

  right: -30px;
        top: -58px;
        width: 190px;
        display: inline-block;

  }
  .bifm-plan-section .plan-info-compact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
}


    /* Plan page — sidebar & grid */
    .plans-grid-container          { grid-template-columns: 1fr; gap: 16px; }
    .filter-sidebar                {         position: fixed !important;
        top: 50px !important;
        max-height: none !important;
        height: auto !important;
        z-index: 999 !important;
        left: 0px;
        margin: 10px; }
    .sticky-search-input-box       { min-width: 0; width: 100%; }
    .sticky-search-sort-bar        { padding: 8px 0; min-height: 62px; }
    .sticky-sort-controls          { justify-content: center; margin-top: 6px; flex-wrap: wrap; gap: 8px; }
    .sticky-sort-buttons           { flex-wrap: wrap; justify-content: center; gap: 6px; }
    .sticky-sort-buttons .filter-btn { flex: 1; min-width: 90px; }

    .search-hero-area.bifm-search-banner { min-height: 510px; padding: 110px 0 44px; }
    .search-hero-main-heading      { font-size: 1.8rem !important; }
    .biffy-character               { right: 4%; width: 200px; }
    .biffy-img                     { width: 170px; }

    .sort-section-wrapper          {  align-items: stretch; gap: 12px; }
    .results-info                  { justify-content: center; }
    .sort-controls                 {  align-items: stretch; gap: 10px; width: 100%; }
    .sort-buttons-group            { flex-wrap: wrap; gap: 8px; }
    .filter-btn                    {  justify-content: center; }



    .who-we-are-container          { grid-template-columns: 1fr; gap: 50px; }
    .who-we-are-image              { height: 400px; }
    .who-we-are-stats-overlay      { position: relative; bottom: auto; right: auto; margin-top: 20px; justify-content: center;  }
    .who-we-are-content            { padding-left: 0; }
    .address-cta-section           { padding: 44px 0; }
    .address-cta-title             { font-size: 1.75rem; }



    /* Geo */
    .chicago-hero                  { grid-template-columns: 1fr; min-height: auto; }
    .hero-right                    { height: auto; }
    .hero-title                    { font-size: 2rem !important; }
        .hero-section .hero-description {
        font-size: 18px;
    }
    .hero-subtitle                 { width: 100%; }
    /* .hero-stats                    { flex-wrap: wrap; } */
    /* .hero-stat                     {  padding: 10px 14px; margin-bottom: 6px; } */
    .hero-stat:not(:last-child)::after { display: none; }
    .trust-items                   {  gap: 14px; }
    .trust-item                    { flex: 0 1 auto; min-width: 130px; }
    .toc-bar.sticky                { top: 62px; }
    .toc-item                      { padding: 14px 16px; font-size: 0.8125rem; }
    .toc-breadcrumb,
    .toc-divider                   { display: none; }
    .neighborhoods-list            { grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .use-cases-grid                { grid-template-columns: repeat(2, 1fr); }
    .use-case-card                 { height: 340px; }
    .providers-grid                { grid-template-columns: repeat(2, 1fr); }
    .provider-card                 { padding: 28px; }
    .pricing-grid                  { grid-template-columns: repeat(3, 1fr);  margin: 0 auto; }
    
    .zip-codes-grid                { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .zip-cities-grid               { column-count: 2; column-gap: 14px; }
    .states-grid                   { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .state-group-header            { top: 62px; }
    .zip-state-header              { top: 62px; }
    .alphabet-directory            { top: 62px; }
    .contact-support-content       { flex-direction: column; align-items: stretch; text-align: center; gap: 16px; }
    .contact-support-actions       { flex-direction: column; width: 100%; }
    .contact-support-btn,
    .contact-support-btn-secondary { width: 100%; justify-content: center; }
    .contact-support-card          { padding: 32px 24px; }
    .plans-hero-section            { padding: 90px 0 32px !important; }
    .plans-hero-section .hero-title { font-size: 30px !important; }

    /* bifm-styles */
    
    .hero-section                  { height: 590px; min-height: 590px; padding: 90px 0 40px; }
    .hero-section .hero-container  { min-height: auto; }
   
    .px-100 , .container-narrow                       { padding-left: 32px; padding-right: 32px; }
    .providers-section .providers-grid { grid-template-columns: repeat(3, 1fr); }
    /* .providers-section .providers-features-card { flex-direction: column; } */
    .differentiators-section .trust-indicators { flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px; }
    .differentiators-section .trust-indicator-divider { display: none; }
    .mega-menu                     { width: 100%; border-radius: 12px; }
    .mega-menu-row                 { flex-direction: column; }
    .mega-menu-tabs-col            { width: 100%; padding: 14px; }
    .mega-menu-tabs                { flex-direction: row; flex-wrap: wrap; gap: 6px; }
    .mega-menu-tab                 { flex: 1; justify-content: center; font-size: 0.8125rem; padding: 10px; }
    .mega-menu-tabs-footer         { display: none; }
    .mega-menu-content-col         { padding: 16px; }
    .mega-menu-links-grid          { grid-template-columns: 1fr; gap: 4px; }

    /* Pages */
    .mission-card                  { flex-direction: column; }
    .mission-img                   { width: 100%; min-height: 380px; }
    .mission-content               { padding: 48px 32px; }
    .trust-indicators              { flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px; }
    .trust-indicator-divider       { display: none; }
    .differentiator-card           { padding: 32px 26px !important; }
    .feedback-card                 { flex-direction: column; text-align: center; padding: 40px 28px; }
    .featured-post .card           { grid-template-columns: 1fr; }
    .author-box                    { flex-direction: column; text-align: center; }
    .section-py                    { padding: 60px 0; }
     .filter-msidebar {
            display: none!important;
    }
    .filter-msidebar.active {
            display: block!important;
    }
    
        .filter-msidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 99;
            
        }

        .filter-msidebar-overlay.active {
            display: block;
        }
        /* .page-template-internet-plans{
            padding-bottom: 48px;
        } */
    
        .filter-msidebar-toggle {
        /* position: fixed;
        top: 90px;
        right: 31px;
        z-index: 1000; */
        /* width: 100%; */
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border: none;
        color: white;
        box-shadow: 0 6px 24px rgba(102, 126, 234, 0.4);
        width: min-content;
        padding: 8px 12px;
        display: flex;
        /* border-radius: 0.5rem; */
        gap: 12px;

        }

        .filter-msidebar-toggle:hover {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-color: #667eea;
            color: white;
            box-shadow: 0 6px 24px rgba(102, 126, 234, 0.4);
        }


}

@media  (max-width: 991px) {
        .hero-section .hero-description {

        width: 70%;
        margin: auto;
    }
      .hero-section .row{
        text-align: center;
    }
.contact-support-card{
    margin-top: 30px;
    max-width: 400px;

}
.contact-support-icon-wrapper {
  margin: 0 auto;
}
    .hero-section .hero-trust {
       display: none;
    }
        .hero-section .hero-title {
       text-align: center;
    }
        .hero-section .hero-description {

        text-align: center;
    }
      .differentiators-h  .differentiator-card { display: flex; flex-direction: row; text-align: left; align-items: center;}
    .differentiators-h .differentiator-card .different-inner { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; width: calc(100% - 220px); margin-right: 15px; }
    .differentiators-h .differentiator-icon { width: 48px; height: 48px; font-size: 1.25rem; margin-bottom: 20px; position: absolute; top: 18px; }
    .differentiators-h .differentiator-title { padding-left: 65px; }
            .differentiators-h .differentiator-action {
        display: none;
    }
    .differentiators-section .differentiator-stat{
        width: 220px;
        height: fit-content;
    }
    .differentiators-section .stat-detail{
        justify-content: flex-start;
    }
    .differentiators-h .differentiator-action-vertical {
 display: block;
 margin: 0px;
    }
    .whoweare-section .whoweare-image-wrapper{
        margin-bottom: 30px;
    }
}

@media (max-width:914px) {
    .hero-section {
        height: 790px;
    }
}
@media (max-width:853px) {


}
/* ============================================================
   4) max-width: 768px — Tablet Portrait
   ============================================================ */
@media (max-width: 768px) {
    .hero-section {
        height: 750px;
        min-height: 750px;
        padding: 90px 0 40px;
    }
  

    /* Plan page */
    .search-hero-area.bifm-search-banner { min-height: 480px; padding: 88px 0 34px; }
    .search-hero-main-heading      { font-size: 1.5rem !important; }
    .search-hero-description-text  { font-size: 0.9375rem !important; }
    .biffy-character               { display: none; }
    .address-search-input-box      { padding: 10px 10px 10px 16px !important; min-height: 56px !important; border-width: 4px; }
    .address-search-container      { max-width: 100%; }
    .credibility-badge             { font-size: 0.75rem; padding: 6px 12px; }
    .filter-sidebar-body           { max-height: 55vh; }
    .provider-details-grid         { grid-template-columns: repeat(2, 1fr); }
    .provider-detail-item          { border-right: none; border-bottom: 1px solid #f3f4f6; padding: 14px 16px; }
    .provider-actions-section      { flex-direction: column; padding: 14px 16px; }
    .compare-checkbox-wrapper,
    .btn-check-availability        { width: 100%; flex: none; }
    .who-we-are-section            { padding: 50px 0; }
    .who-we-are-title              { font-size: 1.875rem !important; }
    .who-we-are-image              { height: 300px; }
    .address-cta-title             { font-size: 1.375rem; }
    .address-cta-subtitle          { font-size: 0.9375rem; }
    .address-cta-search            { border-radius: 16px; flex-direction: column; padding: 10px; }
    .address-cta-btn               { width: 100%; justify-content: center; border-radius: 10px; }

    /* Geo */
    .hero-title                    { font-size: 1.875rem !important; }
    .hero-subtitle                 { font-size: 0.9375rem; }
    .hero-search-box               {  gap: 6px; }
    .hero-search-btn               { width: inherit; justify-content: center; }
    /* .hero-stats                    { flex-direction: column; } */
    /* .hero-stat                     {  padding: 10px 16px; } */
    .trust-items                   { flex-wrap: wrap; gap: 10px; }
    .trust-item                    { min-width: 120px; }
    .toc-bar.sticky                { top: 56px; }
    .neighborhoods-list            { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .use-cases-grid                { grid-template-columns: 1fr; }
    .use-case-card                 { height: 280px; }
    .providers-grid                { grid-template-columns: 1fr; }
    .provider-card                 { padding: 24px; }
    .pricing-grid                  { max-width: 100%; }
    .pricing-amount                { font-size: 28px; }
    .zip-codes-grid                { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .zip-code-number               { font-size: 14px; }
    .zip-cities-grid               { column-count: 2; column-gap: 12px; }
    .states-grid                   { grid-template-columns: repeat(2, 1fr); }
    .state-card                    { padding: 14px; }
    .state-svg-container           { height: 80px; }
    .state-group-header            { top: 56px; flex-wrap: wrap; }
    .state-cities-grid             { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .city-card                     { padding: 10px 14px; border-radius: 6px; }
    .zip-state-header              { top: 56px; flex-wrap: wrap; gap: 10px; }
    .zip-state-title-wrapper       { flex: 0 0 100%; }
    .alphabet-directory            { top: 56px; padding: 14px 16px; }
    .alphabet-letter               { width: 30px; height: 30px; font-size: 0.8125rem; }
    .ca-zip-section                { padding: 40px 0; }
    .ca-zip-header                 { padding: 14px 16px; }
    .ca-zip-content                { padding: 0 14px 18px 14px; }
    .ca-zip-footer                 { flex-direction: column; align-items: stretch; text-align: center; }
    .ca-zip-view-all               { justify-content: center; }
    .contact-support-card          { padding: 26px 18px; border-radius: 16px; }
    .contact-support-card h3       { font-size: 1.25rem; }
    .plans-hero-section            { padding: 78px 0 28px !important; }
    .plans-hero-section .hero-title { font-size: 26px !important; }
    .plans-hero-section .biffy-container .biffy-image-plans { position: relative; top: auto; right: auto; height: 200px; margin: 0 auto; display: block; }

    /* bifm-styles */
    .hero-section                  { padding: 72px 0 32px; }
    .hero-section .hero-title      { font-size: 1.875rem !important; }
    .hero-section .hero-description { font-size: 1rem; }
    .hero-section .trust-divider-vertical { display: none; }
    .hero-section .trust-stats-flex { flex-direction: column; gap: 1rem; }
    .hero-section .form-wizard-container-inner { padding: 1.25rem; }
    .hero-section .wizard-title    { font-size: 1.25rem; }
    .px-100 , .container-narrow                        { padding-left: 20px; padding-right: 20px; }
    .providers-section .providers-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .differentiators-section .trust-indicators { flex-direction: column; gap: 14px; padding: 20px; }
    .mega-menu_links-grid          { grid-template-columns: 1fr; }
    .header-custom                 { padding-top: 0 !important; padding-bottom: 0 !important; }

    /* Pages */
    .hero                          { padding: 88px 0 48px; }
    .hero-title                    { font-size: 2rem !important; }
    .herob-title                   { font-size: 1.875rem; }
    .hero-text                     { font-size: 1rem; }
    .section-py                    { padding: 50px 0; }
    .section-title                 { font-size:24px; }
    .providers-section .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .providers-section .feature-content {
    text-align: center;
    }
    .section-description           { font-size: 1rem; }
    .differentiator-card           { padding: 28px 22px !important; }
    .differentiator-icon           { width: 62px; height: 62px; font-size: 1.875rem; }
    .differentiator-title          { font-size: 1.125rem; }
    .trust-indicators              { flex-direction: column; padding: 22px; gap: 16px; }
    .trust-indicator-icon          { width: 48px; height: 48px; font-size: 1.25rem; }
    .blog-card-img                 { height: 210px; }
    .blog-content                  { padding: 22px; }
    .blog-title                    { font-size: 1.125rem; }
    .blog-detail-content           { padding: 30px 22px; }
    .title-post                    { font-size: 1.875rem; }
    .entry-thumb                   { float: none; width: 100%; margin-left: 0; margin-bottom: 20px; }
    .content-inner                 { padding: 24px 18px; }
    .contact-info-grid             { grid-template-columns: 1fr; }
    .contact-box                   { padding: 26px 20px; }
    .feedback-card-new             { padding: 28px 22px; }
    .feedback-content-wrapper      { flex-direction: column; text-align: center; }
    .feedback-icon                 { margin: 0 auto 16px; }
    .testimonial-card              { padding: 22px 18px; }

    .footer-brand-n{
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }
    .footer-brand-n .footer-brand{
        margin-bottom: 0px !important;
    }
    .footer-brand-n .footer-description{
        margin-bottom: 0px !important;
    }
     .m-hbiffy .hero-mtitle { width: calc(100% - 137px); }
}

@media (max-width: 767px) {
    .plans-hero-section .hero-left { width: 60%; }
    .plans-hero-section .hero-right { width: 40%; }
    .navbar-section { padding: 12px 0 !important; }
    .custom-logo-link img { width: 68px !important; }
    .navbar-section button[data-bs-target="#mobileMenu"] { background: rgba(255,255,255,0.1); border: 1px solid rgba(226,226,226,0.4); padding: 2px 8px; }
    .navbar-section button[data-bs-target="#mobileMenu"] i { color: #fff; }
    .navbar-section #mobileMenu>ul { padding-left: 0px; list-style: none; border-top: 1px solid rgba(226,226,226,0.4); margin: 0rem; padding-top: 12px; }
    .navbar-section #mobileMenu>ul>li>a { color: #fff; padding: 12px 0px; display: inline-block; width: 100%; }
    .navbar-section:has(.show) { background: rgb(47 56 123); }
    .navbar-section #mobileMenu .sub-menu { position: inherit !important; width: 100%; background: rgba(255,255,255,0.1); }
    .navbar-section #mobileMenu .sub-menu>li { border-bottom: 1px solid rgba(226,226,226,0.4); }
    .navbar-section #mobileMenu>ul>li.sydney-dropdown-li>a { width: calc(100% - 20px); }
    .navbar-section #mobileMenu .sub-menu>li:last-of-type { border-bottom: none; }
    .navbar-section #mobileMenu .sub-menu>li>a { background: rgba(255,255,255,0.1); padding: 12px 16px; color: #fff; }
    .navbar-section #mobileMenu .sub-menu>li.current-menu-item>a { background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .provider-details-grid { grid-template-columns: repeat(2, 1fr); }
    .m-hbiffy { display: flex; justify-content: space-between; position: relative; }
    .m-hbiffy .m-biffy { width: 160px; position: absolute; right: 0px; bottom: 19px; }
    .plans-hero-section .m-biffy .biffy-image-plans { position: relative; max-width: 100%; display: inline-block; top: 24px; height: 139px; right: -18px; }
    .plan-section .sort-label { display: none; }
    .sort-section-wrapper { flex-direction: column; }
    .sort-controls { justify-content: center; }
    .bifm-findproviderlist { grid-template-columns: repeat(1, 1fr); display: grid; gap: 12px; }
    .bifm-sczlist { grid-template-columns: repeat(1, 1fr); display: grid; gap: 12px; }
    .pricing-grid { grid-template-columns: repeat(1, 1fr); margin: 0 auto; gap: 12px; }
    .pricing-card { border-radius: 24px !important; }
    .pricing-card.popular, .pricing-card:nth-child(2) { transform: none; order: -1; padding-top: 36px; padding-bottom: 28px; }
     .plans-hero-section .hero-right { display: none; }
        .plans-hero-section .hero-left { width: 100%; }
        .geo-search-wrapper{
            max-width: 100%;
        }
        .use-case-title{
            font-size: 18px;
        }
}
/* ============================================================
   5) max-width: 600px — Large Mobile
   ============================================================ */
@media (max-width: 600px) {
    .hero-section .hero-description {
        width: 100%;
    }
    /* Plan page */
    .search-hero-area.bifm-search-banner { padding: 78px 0 28px; }
    .search-hero-main-heading      { font-size: 1.3rem !important; }
    .address-search-container      { padding: 0 6px; }
    .credibility-badge             { font-size: 0.6875rem; padding: 5px 10px; }
    .sort-section-wrapper          { padding: 10px; gap: 20px; }
    .results-info                  { font-size: 0.875rem; }
    .results-info .highlight       { font-size: 18px; }
    .filter-btn                    { font-size: 0.625rem; padding: 8px 10px; }
    /* .provider-details-grid         { grid-template-columns: 1fr; } */
    .provider-detail-item          { padding: 12px 14px; }
    .stat-value                    { font-size: 1rem; }
    .price-value .price-amount     { font-size: 1rem; }
    .active-filters-section        { padding: 12px 14px; }
    .filter-badge                  { font-size: 0.75rem; padding: 6px 10px; }
    .btn-load-more                 { font-size: 11px; padding: 8px 14px; }
    .address-cta-title             { font-size: 1.125rem; }
    .who-we-are-title              { font-size: 1.5rem !important; }
    .who-we-are-stat-value         { font-size: 1.375rem; }
    .address-cta-input             { padding: 10px 14px; font-size: 0.9375rem; }

    /* Geo */
    .hero-title                    { font-size: 1.625rem !important; }
    .hero-subtitle                 { font-size: 0.875rem; }
    .hero-stats .hero-stat-value               { font-size: 1.125rem; }
    .neighborhoods-list            { grid-template-columns: 1fr; gap: 10px; }
    .neighborhood-item             { padding: 16px 14px; }
    .zip-codes-grid                { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .zip-code-number               { font-size: 13px; }
    .zip-cities-grid               { column-count: 1; }
    .states-grid                   { grid-template-columns: repeat(2, 1fr);  }
    .state-svg-container           { height: 70px; }
    .state-card-name               { font-size: 0.875rem; }
    .state-cities-grid             { grid-template-columns: 1fr; }
    .alphabet-nav                  { gap: 4px; }
    .alphabet-letter               { width: 28px; height: 28px; font-size: 0.75rem; border-radius: 6px; }
    .accordion-faq                 { gap: 8px; }
    .accordion-header-faq          { padding: 14px 16px; font-size: 0.9375rem; }
    .accordion-content-faq         { padding: 0 14px 16px 14px;  padding-top: 14px; font-size: 14px;}
    .pricing-amount                { font-size: 26px; }
    .pricing-plan-name             { font-size: 14px; }
    .trust-items                   { gap: 8px; }
    .trust-item                    { min-width: 110px; }
    .contact-support-card          { padding: 20px 14px; }
    .contact-support-card h3       { font-size: 1.125rem; }
    .biffy-image                   { width: 200px; }
    .plans-hero-section .hero-title { font-size: 22px !important; }

    /* bifm-styles */
    .hero-section                  { padding: 62px 0 26px; }
    .hero-section .hero-title      { font-size: 1.625rem !important; }
    .hero-section .hero-form-wrapper::before,
    .hero-section .hero-form-wrapper::after { display: none; }
    .hero-section .wizard-radio-group { flex-direction: column; gap: 10px; }
    .hero-section .wizard-nav-buttons { flex-direction: column; }
    .hero-section .wizard-btn-secondary { max-width: 100%; width: 100%; }
    .providers-section .providers-grid { grid-template-columns: 1fr; gap: 1rem; }

    /* Pages */
    .hero                          { padding: 78px 0 38px; }
    .hero-title                    { font-size: 1.75rem !important; }
    .section-py                    { padding: 42px 0; }
    .section-title                 { font-size: 1.375rem; }

    .differentiator-card           { padding: 24px 18px !important; }
    .differentiator-icon           { width: 54px; height: 54px; font-size: 1.625rem; }
    .differentiators-section .differentiator-title          { font-size: 18px; }
    .blog-card-img                 { height: 190px; }
    .blog-title                    { font-size: 1rem; }
    .blog-detail-content           { padding: 22px 16px; }
    .title-post                    { font-size: 1.625rem; }
    .share-buttons                 { flex-direction: column; }
    .share-btn                     { justify-content: center; }
    .contact-box                   { padding: 22px 16px; }
    .legal-content h2              { font-size: 1.375rem; }
    .legal-content h3              { font-size: 1.125rem; }
    .toc-item i                    { display: none; }
    .hero-section .biffy-mascot { right: 0px; top: -58px; width: 190px; }
   
}
@media (max-width: 540px) {
    .footer-brand-n { flex-direction: column; text-align: center; }
    .footer-section .col-3, .footer-section .col-5, .footer-section .col-4 { flex-basis: 100%; max-width: 100%; }
    .footer-section .footer-links li { display: inline-block; margin-right: 18px; }
    .footer-section .footer-links li:last-of-type { margin-right: 0; }
    .footer-section .footer-heading-underline { display: none; }
    .footer-section .footer-heading { margin-bottom: 20px; padding-bottom: 0px; }
    .footer-section .footer-social-label { display: none; }
    .toc-item { padding: 14px 8px; }
   
 
   
     .differentiators-h .differentiator-card { flex-direction: column; text-align: center; }
    .differentiators-h .differentiator-icon { position: inherit; }
    .differentiators-h .differentiator-card .different-inner { width: 100%; align-items: center; }
    .differentiators-h .differentiator-title { padding-left: 0px; text-align: center; }
    .form-wizard-container-inner .wizard-heading, .hero-section .wizard-heading {width: calc(100% - 155px);}
    .differentiators-h .differentiator-action-vertical{
        display: none !important;
    }
    .differentiators-h .differentiator-action{
        display: block;
    }
    .hero-section .biffy-mascot{
                width: 170px;
    }
        .hero-section .biffy-mascot {
      
        top: -36px;
    }
    .footer-section .footer-heading{
        font-size: 16px;
    }
    .footer-section .footer-links a{
        font-size: 14px;
    }
}


/* ============================================================
   6) max-width: 480px — Mobile Large
   ============================================================ */
@media (max-width: 480px) {

    /* Plan page */
    .search-hero-area.bifm-search-banner { padding: 70px 0 24px; }
    .search-hero-main-heading      { font-size: 1.125rem !important; }
    .google-search-input           { font-size: 14px; }
    .address-search-input-box      { border-width: 3px; padding: 8px 8px 8px 12px !important; min-height: 50px !important; }
    .sticky-search-sort-bar .container-fluid { padding-left: 10px; padding-right: 10px; }
    .filter-sidebar-header         { padding: 12px 14px; }
    .filter-sidebar-title          { font-size: 0.9375rem; }
    .provider-card-header-badges   { padding: 6px 10px; }
    .provider-logo-section         { padding: 14px 10px; }
    .provider-logo-wrapper-box     { min-height: 50px; }
    /* .provider-logo-section img     { max-width: 88px; max-height: 26px; } */
    .provider-detail-item          { padding: 10px 12px; }
    /* .stat-label                    { font-size: 0.5625rem; }
    .stat-value                    { font-size: 0.9375rem; } */
    .tech-icon-display             { width: 26px; height: 26px; font-size: 0.875rem; }
    .btn-check-availability        { font-size: 0.625rem; padding: 6px 10px; min-height: 32px; }
    .compare-label                 { font-size: 0.6875rem; padding: 7px 10px; }
    .address-cta-title             { font-size: 1rem; }
    .who-we-are-stats-overlay      { gap: 8px; padding: 10px 12px; }
    .who-we-are-stat-value         { font-size: 1.125rem; }

    /* Geo */
    .hero-title                    { font-size: 1.375rem !important; }
    .hero-search-box               { padding: 3px; }
    .hero-search-input             { font-size: 14px !important; }
    .zip-codes-grid                { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .zip-code-number               { font-size: 12px; }
    .state-svg-container           { height: 62px; }
    .neighborhoods-list            { grid-template-columns: 1fr; }
    /* .accordion-header-faq          { font-size: 0.875rem; padding: 12px 14px; } */
    /* .accordion-header-faq::before  { min-width: 28px; height: 28px; font-size: 0.75rem; } */
    /* .accordion-content-faq         { padding: 0 12px 14px 12px; font-size: 0.875rem; } */
    .pricing-amount                { font-size: 22px; }
    .section-badge                 { font-size: 0.6875rem; padding: 5px 12px; }
    .ca-zip-link                   { padding: 6px 12px; font-size: 0.8125rem; }
    .alphabet-letter               { width: 26px; height: 26px; font-size: 0.6875rem; border-radius: 6px; }
    .trust-bar                     { padding: 10px 0; }
    .trust-items                   { gap: 8px; }
    .trust-item                    { min-width: 100px; }
    .trust-value                   { font-size: 0.75rem; }

    /* bifm-styles */
    .hero-section                  { padding: 56px 0 22px; }
    .hero-section .hero-title      { font-size: 1.375rem !important; }
    .hero-section .hero-badge      { padding: 0.375rem 0.75rem; }
    .hero-section .wizard-title    { font-size: 1.125rem; }
    .hero-section .wizard-option-content { padding: 0.75rem 0.5rem; }
    .hero-section .wizard-option-icon  { font-size: 1.625rem; }
    .hero-section .wizard-option-label { font-size: 13px; }
    .providers-section .provider-card  { padding: 1rem; }
    .px-100  , .container-narrow                      { padding-left: 14px; padding-right: 14px; }

    /* Pages */
    .hero                          { padding: 68px 0 32px; }
    .hero-title                    { font-size: 1.5rem !important; }
    .section-py                    { padding: 34px 0; }
    /* .section-title                 { font-size: 1.25rem; } */
    .differentiator-card           { padding: 20px 14px !important; }
    .differentiator-icon           { width: 48px; height: 48px; font-size: 1.5rem; }
    .blog-card-img                 { height: 170px; }
    .blog-title                    { font-size: 1rem; }
    .blog-detail-content           { padding: 22px 16px; }
    .title-post                    { font-size: 1.375rem; }
    .share-buttons                 { flex-direction: column; }
    .share-btn                     { justify-content: center; }
    .contact-box                   { padding: 18px 14px; }
    .legal-content h2              { font-size: 1.25rem; }
    .legal-content h3              { font-size: 1rem; }
    .blog-pagination .page-link span { display: none; }
      .bifm-plan-section .plan-card-compact .row .col-4, .bifm-plan-section .plan-card-compact .row .col-8 { width: 100%; height: auto; }
    .bifm-plan-section .plan-card-compact .row .col-4:last-child .plan-image-compact { border-radius: 1rem; }
}

@media (max-width: 410px) {
    .sort-label { border: none; padding: 0px; }
    .sort-controls { justify-content: center; flex-direction: column; align-items: center; }
        .hero-section .biffy-mascot {
        top: -16px;
                width: 131px;
    }
    .form-wizard-container-inner .wizard-heading, .hero-section .wizard-heading {
        width: calc(100% - 85px);
    }
      .providers-section .trust-item { flex-direction: column; width: 100%; }
    .providers-section .trust-divider { height: 3rem; }
}
/* ============================================================
   7) max-width: 375px — Mobile Small
   ============================================================ */
@media (max-width: 375px) {
    .form-wizard-container-inner .wizard-heading, .hero-section .wizard-heading {width: calc(100% - 81px);}

    /* Plan page */
    .search-hero-area.bifm-search-banner { padding: 62px 0 20px; }
    .search-hero-main-heading      { font-size: 1rem !important; }
    .address-search-input-box      { border-width: 3px; padding: 6px 6px 6px 10px !important; min-height: 46px !important; gap: 6px; }
    .address-search-action-btn     { width: 28px; height: 28px; }
    .search-helper-info            { font-size: 0.6875rem; }
    .credibility-badge             { display: none; }
    .filter-sidebar-title          { font-size: 0.875rem; }
    /* .provider-logo-section img     { max-width: 76px; max-height: 22px; } */
    .provider-detail-item          { padding: 8px 10px; }
    /* .stat-label                    { font-size: 0.5rem; }
    .stat-value,
    .price-value .price-amount     { font-size: 0.875rem; } */
    /* .speed-unit,
    .price-value .price-period     { font-size: 0.5625rem; } */
    .tech-icon-display             { width: 22px; height: 22px; font-size: 0.75rem; border-radius: 6px; }
    .btn-check-availability        { font-size: 0.5625rem; padding: 5px 8px; min-height: 28px; }
    .compare-label                 { font-size: 0.625rem; padding: 5px 8px; }
    .fiber-badge-corner,
    .stat-badge                    { font-size: 0.5rem; padding: 3px 6px; }
    .filter-btn                    { font-size: 0.5625rem; padding: 6px 8px; }
    .results-info                  { font-size: 0.8125rem; }
    .results-info .highlight       { font-size: 1.125rem; }
    .address-cta-title             { font-size: 0.9375rem; }
    .address-cta-subtitle          { font-size: 0.8125rem; }
    .who-we-are-title              { font-size: 1.25rem !important; }
    .who-we-are-stats-overlay      { gap: 6px; padding: 8px 10px; align-items: center; }
    .who-we-are-stat-value         { font-size: 1rem; }

    /* Geo */
    .hero-title                    { font-size: 1.125rem !important; }
    .hero-search-input             { font-size: 13px !important; }
    .hero-stats .hero-stat-value               { font-size: 1rem; }
    .hero-stat-label               { font-size: 0.5625rem; }
    .toc-item                      { padding: 10px; font-size: 0.75rem; }
    .zip-codes-grid                { grid-template-columns: repeat(2, 1fr); gap: 5px; }
    .zip-code-number               { font-size: 11px; }
    .zip-code-area                 { font-size: 0.5625rem; }
    .state-svg-container           { height: 54px; }
    .state-card-name               { font-size: 0.8125rem; }
    .alphabet-directory            { padding: 10px 12px; }
    .alphabet-letter               { width: 24px; height: 24px; font-size: 0.625rem; }
    /* .accordion-header-faq          { font-size: 0.8125rem; padding: 10px 12px; } */
    /* .accordion-header-faq::before  { min-width: 24px; height: 24px; font-size: 0.6875rem; } */
    /* .accordion-content-faq         { padding: 0 10px 12px 10px; font-size: 0.8125rem; } */
    .pricing-amount                { font-size: 20px; }
    .pricing-plan-name             { font-size: 13px; }
    .pricing-cta                   { padding: 11px 20px; font-size: 0.875rem; }
    .section-badge                 { font-size: 0.625rem; padding: 4px 10px; }
    .ca-zip-link                   { padding: 5px 10px; font-size: 0.75rem; min-width: 60px; }
    .ca-zip-city-name              { font-size: 0.9375rem; }
    .trust-value                   { font-size: 0.6875rem; }
    .trust-label                   { font-size: 0.5rem; }
    .neighborhood-name             { font-size: 13px; }
    .contact-support-card h3       { font-size: 1rem; }
    .biffy-image                   { width: 160px; }
  

    /* bifm-styles */
    .hero-section                  { padding: 52px 0 18px; }
    /* .hero-section .hero-title      { font-size: 1.125rem !important; } */
    .hero-section .hero-description { font-size: 0.875rem; }
    .hero-section .hero-badge      { padding: 0.3rem 0.625rem; font-size: 0.625rem; }
    .hero-section .hero-trust      { padding: 0.5rem 0.75rem; }
    .hero-section .hero-trust-value { font-size: 1.125rem; }
    .hero-section .hero-trust-label { font-size: 0.625rem; }
    .hero-section .wizard-title    { font-size: 1rem; }
    
    .hero-section .wizard-subtitle { font-size: 0.8125rem; }
    .hero-section .wizard-input    { font-size: 0.875rem; padding: 0.625rem 2.5rem 0.625rem 0.875rem; }
    .hero-section .wizard-option-label { font-size: 12px; }
    .hero-section .wizard-btn      { padding: 0.75rem 1rem; font-size: 0.875rem; }
    .px-100 , .container-narrow                       { padding-left: 12px; padding-right: 12px; }
    .providers-section .provider-card { padding: 0.875rem; }

    /* Pages */
    .hero                          { padding: 60px 0 28px; }
    .hero-title                    { font-size: 1.25rem !important; }
    .hero-text                     { font-size: 0.9375rem; }
    .section-py                    { padding: 28px 0; }
    /* .section-title                 { font-size: 1.125rem; } */
    .differentiator-card           { padding: 16px 12px !important; }
    .differentiator-icon           { width: 42px; height: 42px; font-size: 1.25rem; border-radius: 12px; }
    .differentiator-text           { font-size: 0.8125rem; }
    .blog-card-img                 { height: 150px; }
    .blog-content                  { padding: 16px 14px; }
    .blog-title                    { font-size: 0.9375rem; }
    .blog-detail-content           { padding: 18px 12px; }
    .title-post                    { font-size: 1.25rem; }
    .content-inner                 { padding: 14px 12px; }
    .legal-content h2              { font-size: 1.125rem; margin-top: 1.75rem; }
    .legal-content h3              { font-size: 0.9375rem; }
    .legal-content p,
    .legal-content li              { font-size: 0.875rem; }
    .contact-box                   { padding: 18px 14px; }
    .contact-box h4                { font-size: 1.125rem; }
    .contact-info-item             { padding: 10px; }
    .testimonial-card              { padding: 18px 14px; }
    .testimonial-text              { font-size: 0.875rem; }
    .author-name                   { font-size: 0.875rem; }
    .author-location               { font-size: 0.75rem; }
    .toc-item { padding: 14px 8px; }
    .hero-section .biffy-mascot { right: -3px; top: 10px; width: 131px; }
  
  
    
}


@media screen and (max-width: 1023px) { .trust-bar { display: none; } }
@media screen and (min-width: 991px) {  
    .differentiators-h .differentiator-action-vertical {
 display:none;
    }
 }
    
@media screen and (min-width: 1025px) { .filter-sidebar-header .filter-sidebar-close, .filter-msidebar-toggle { display: none; } }
@media screen and (min-width: 768px) { .m-biffy { display: none; } }

@media screen and (min-width: 1281px) {
     .m-technology-type{
        display: none;
     }
    
}

/* @media (min-width: 1512px) and (max-height: 900px) {
  .hero-section.bifm-banner {
    height: calc(100vh + 400px);
  } 
}*/

