/* CSS Generated on: 2025-12-05 12:39:14 */
/* Base CSS */
/* ===================================================================
 * Merged & Final Homepage CSS
 * Base: homepage-1.css (Structure)
 * Merged with: dynamic-homepage-1.css (Customizer Styles)
 * =================================================================== */

:root {
    --fxy-brand-primary: #0052cc; 
    --fxy-brand-primary-dark: #0041a3; 
    --fxy-text-primary: #172b4d;
    --fxy-text-secondary: #505f79; 
    --fxy-border-color: #dfe1e6; 
    --fxy-background-light: #f4f5f7;
    --fxy-background-white: #ffffff; 
    --fxy-accent-yellow: #ffab00;
}

/* --- ICONS --- */
.fxy-icon-location, 
.fxy-icon-sort, 
.fxy-icon-search, 
.fxy-icon-category, 
.fxy-icon-star { 
    display: inline-block; 
    width: 1.2em; 
    height: 1.2em; 
    background-color: currentColor; 
    mask-size: contain; 
    mask-repeat: no-repeat; 
    mask-position: center; 
    vertical-align: middle; 
}
.fxy-icon-location { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.fxy-icon-sort { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h18M3 12h18M3 20h18'/%3E%3C/svg%3E"); }
.fxy-icon-search { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); }
.fxy-icon-category { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/path%E3C/svg%3E"); }
.fxy-icon-star { background-color: var(--fxy-accent-yellow); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E"); }

/* --- HERO SECTION [MERGED] --- */
.hero-multigradient { 
    position: relative; 
    padding: 3rem 1rem; 
    overflow: hidden; 
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://fixydo.com/wp-content/uploads/2025/10/ChatGPT-Image-Oct-22-2025-06_39_20-PM.webp') center/cover no-repeat;
}
.hero-multigradient-overlay { 
    display: none;
}
.hero-multigradient .hero-z { 
    position: relative; 
    z-index: 2; 
    width: 100%; 
}
.main-heading { 
    font-weight: 800; 
    line-height: 1.25; 
    text-shadow: 0 2px 8px rgba(0, 50, 120, 0.5); 
    margin-bottom: 0.75rem; 
    font-family: Roboto, sans-serif; 
    font-size: 38px; 
    color: #ffffff;
}
.hero-subheading { 
    max-width: 650px; 
    margin: 0 auto 1.5rem; 
    line-height: 1.5; 
    font-family: Poppins, sans-serif; 
    font-size: 14px; 
    color: #ffffff;
}
.hero-filter-form { 
    max-width: 800px; 
    margin: 0 auto; 
}
.hero-form-group { 
    display: flex; 
    gap: 1px; 
    background-color: rgba(0,0,0,0.2); 
    border-radius: 8px; 
    overflow: hidden; 
    margin-bottom: 1rem; 
}
.hero-form-field { 
    flex: 1; 
    display: flex; 
    align-items: center; 
    background: white; 
    padding: 0 16px; 
}
.hero-form-field i { 
    color: var(--fxy-text-secondary); 
    margin-right: 8px; 
}
.hero-form-field input, 
.hero-form-field select { 
    flex-grow: 1; 
    width: 100%; 
    border: none; 
    outline: none; 
    background: transparent; 
    font-size: 16px; 
    padding: 16px 0; 
    color: var(--fxy-text-primary); 
}
.hero-form-field select { 
    -webkit-appearance: none; 
    appearance: none; 
    cursor: pointer; 
}
.hero-submit-btn { 
    background: var(--fxy-brand-primary); 
    color: white; 
    border: none; 
    padding: 14px 32px; 
    font-size: 16px; 
    font-weight: 600; 
    border-radius: 8px; 
    cursor: pointer; 
    width: 100%; 
}

/* --- HERO CTA BUTTONS [MERGED] --- */
.hero-cta-buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.hero-cta-buttons .btn {
    padding: 12px 30px; 
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.hero-cta-buttons .btn-primary {
    background-color: #dd3333;
    color: #f9f9f9;
}
.hero-cta-buttons .btn-primary:hover {
    background-color: #BF3A12;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(216, 67, 21, 0.3);
}
.hero-cta-buttons .btn-secondary {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}
.hero-cta-buttons .btn-secondary:hover {
    background-color: #f0f0f0;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* --- HOMEPAGE CATEGORY SECTION [MERGED] --- */
.categories-section-compact { 
    padding: 32px 0; 
    background: var(--fxy-background-white); 
    padding-bottom: 0.1rem;
}
.categories-grid-wrapper { 
    display: grid; 
    grid-template-columns: repeat(12, 1fr); 
    gap: 4px;
}
.category-item { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-decoration: none; 
    padding: 4px;
    border-radius: 8px; 
    transition: transform 0.2s ease-in-out; 
}
.category-item:hover { 
    transform: translateY(-2px); 
}
.category-image { 
    object-fit: contain;
    border-radius: 8px; 
    border: 1px solid #f0f0f0; 
    background-color: #fafafa;
    width: 70px; 
    height: 70px; 
    margin-top: 0px; 
    margin-bottom: 10px;
}
.category-title { 
    font-weight: 600; 
    line-height: 1.3; 
    text-align: center; 
    max-height: 2.6em;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-family: Poppins, sans-serif; 
    font-size: 13px; 
    color: #1c1c1c;
}

/* --- FEATURED SERVICES SECTION --- */
body [class*="featured-services-section-"] { 
    background-color: #f9fafb; 
    padding: 30px 0; 
}
.section-header-wrapper { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 25px; 
}
body [class*="featured-services-section-"] .section-heading, 
.featured-blog-section .section-heading,
.providers-section .section-heading { 
    font-family: Roboto, sans-serif; 
    font-weight: 700; 
    color: #000000; 
    font-size: 22px; 
    text-align: left; 
    margin: 0; 
}
.services-view-all-link { 
    font-size: 16px; 
    font-weight: 600; 
    color: #D84315; 
    text-decoration: none; 
    transition: color 0.3s ease; 
    white-space: nowrap; 
}
.services-view-all-link:hover { 
    color: #004A6B; 
}
body [class*="featured-services-section-"] .services-wrapper { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; 
}
.service-item { 
    background-color: #ffffff; 
    border: 1px solid #eef0f3; 
    border-radius: 9px; 
    overflow: hidden; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; 
    display: flex; 
    flex-direction: column;  
    box-shadow: 0 4px 15px rgba(0, 74, 107, 0.08);  
}
.service-item:hover { 
    transform: translateY(-5px); 
    border-color: #eef0f3;  
    box-shadow: 0 8px 30px rgba(0, 74, 107, 0.1);  
}
.service-item-thumbnail-wrapper { 
    position: relative; 
    overflow: hidden; 
}
.service-item-thumbnail-wrapper img { 
    width: 100%; 
    height: 120px; 
    object-fit: cover; 
    display: block; 
    border-radius: 0px; 
    transition: transform 0.4s ease, filter 0.4s ease; 
}
.service-item:hover .service-item-thumbnail-wrapper img { 
    transform: scale(1.05); 
}
.service-item-content { 
    padding: 10px; 
    display: flex; 
    flex-direction: column; 
    flex-grow: 1; 
}
h3.service-item-title { 
    font-family: Poppins, sans-serif; 
    font-weight: 600; 
    font-size: 15px; 
    line-height: 1.3; 
    margin: 0; 
    margin-top: 3px; 
    margin-bottom: 3px; 
}
h3.service-item-title a { 
    font-family: inherit; 
    font-weight: inherit; 
    font-size: inherit; 
    color: #111827; 
    text-decoration: none; 
    transition: color 0.3s ease; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}
.service-item:hover h3.service-item-title a { 
    color: #D84315; 
}
.service-item-excerpt { 
    font-size: 14px; 
    color: #4B5563; 
    line-height: 1.6; 
    flex-grow: 1; 
    margin: 8px 0; 
}
.service-meta-info { 
    padding-top: 12px; 
    margin-top: auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 8px; 
}
.service-price { 
    font-size: 14px; 
    color: #000000; 
    font-weight: 600; 
}
.service-location, .service-location a { 
    font-size: 14px; 
    color: #4B5563; 
    text-decoration: none; 
}
.service-location svg { 
    stroke: #9CA3AF; 
    stroke-width: 2.5; 
    flex-shrink: 0; 
}
.service-item-author { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    margin-top: 12px; 
    padding-top: 12px; 
    border-top: 1px solid #f3f4f6; 
}
.service-item-author .avatar { 
    width: 24px; 
    height: 24px; 
    border-radius: 50%; 
}
.service-item-author .author-name-link { 
    font-size: 13px; 
    font-weight: 700; 
    color: #000000; 
    text-decoration: none; 
}
.emergency-badge { 
    background-color: #ffc107; 
    color: #111827; 
}

/* --- WHY CHOOSE US SECTION --- */
.why-choose-us-section {
    padding: 60px 0;
    background-color: #F9FAFB;
    overflow: hidden;
}
.wcu-section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #004A6B;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;
}
.wcu-section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #5a6e79;
    max-width: 550px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}
.wcu-scroll-wrapper {
    width: 100%;
}
.wcu-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.wcu-feature-item {
    background-color: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wcu-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 74, 107, 0.1);
}
.wcu-feature-icon {
    color: #004A6B;
    background-color: #e9f5ff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.wcu-feature-icon svg {
    width: 24px;
    height: 24px;
}
.wcu-feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    color: #111827;
}
.wcu-feature-item p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- FEATURED BLOG SECTION --- */
.featured-blog-section { 
    background-color: #F9FAFB; 
    padding: 60px 0; 
}
.featured-blog-section .section-header-wrapper { 
    margin-bottom: 40px; 
}
.featured-blog-section .section-heading { 
    font-family: Poppins, sans-serif; 
    font-weight: 700; 
    color: #004A6B; 
    font-size: 20px; 
    text-align: center; 
}
.featured-blog-section .blog-view-all-link { 
    font-size: 16px; 
    font-weight: 600; 
    color: #D84315; 
}
.featured-blog-section .blog-view-all-link:hover { 
    color: #004A6B; 
}
.featured-blog-section .blog-wrapper { 
    display: grid; 
    grid-template-columns: repeat(5, 1fr); 
    gap: 24px; 
}
.blog-item { 
    background-color: #ffffff; 
    border: 1px solid #eef0f3; 
    border-radius: 12px; 
    overflow: hidden; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; 
    display: flex; 
    flex-direction: column;  
}
.blog-item:hover { 
    transform: translateY(-5px); 
    border-color: #eef0f3;  
    box-shadow: 0 8px 30px rgba(0, 74, 107, 0.1);  
}
.blog-item-thumbnail-wrapper img { 
    width: 100%; 
    height: 120px; 
    object-fit: cover; 
    display: block; 
    transition: transform 0.4s ease, filter 0.4s ease; 
}
.blog-item:hover .blog-item-thumbnail-wrapper img { 
    transform: scale(1.05); 
}
.blog-item-content { 
    padding: 16px; 
    display: flex; 
    flex-direction: column; 
    flex-grow: 1; 
}
h3.blog-item-title { 
    font-family: Poppins, sans-serif; 
    font-weight: 600; 
    font-size: 14px; 
    margin: 0 0 12px 0; 
}
h3.blog-item-title a { 
    color: #111827; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}
.blog-item:hover h3.blog-item-title a { 
    color: #D84315; 
}
.blog-item-meta { 
    display: flex; 
    align-items: center; 
    gap: 16px; 
    margin-bottom: 12px; 
    color: #4B5563; 
    font-size: 10px; 
}
.blog-item-meta .meta-item { 
    display: inline-flex; 
    align-items: center; 
    gap: 6px; 
}
.blog-item-meta svg { 
    stroke: #9CA3AF; 
}
.blog-item-meta a { 
    color: inherit; 
    text-decoration: none; 
}
.blog-item-excerpt { 
    font-size: 14px; 
    color: #4B5563; 
    line-height: 1.6; 
    flex-grow: 1; 
}
.blog-item-author { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    margin-top: 16px; 
    padding-top: 12px; 
    border-top: 1px solid #f3f4f6; 
}
.blog-item-author .avatar { 
    width: 24px; 
    height: 24px; 
    border-radius: 50%; 
}
.blog-item-author .author-name-link { 
    font-size: 13px; 
    font-weight: 700; 
    color: #000000; 
    text-decoration: none; 
}

/* --- SHARED & LEGACY STYLES --- */
.container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 12px; 
}

/* --- [UPDATED & FIXED] PROVIDERS SECTION --- */
.providers-section {
    padding: 60px 0;
    background-color: #ffffff;
}
.provider-grid {
    display: grid;
    gap: 20px;
}
.provider-item {
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.provider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 74, 107, 0.1);
}
.provider-avatar img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-bottom: 15px;
    border-style: solid;
}
.provider-info {
    display: flex;
    flex-direction: column;
}
.provider-name {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin: 0 0 4px 0;
    line-height: 1.3;
}
.provider-category {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #505f79;
}

/* --- RESPONSIVE STYLES [MERGED] --- */
@media (max-width: 1024px) { 
    body [class*="featured-services-section-"] .services-wrapper { 
        grid-template-columns: repeat(3, 1fr); 
    } 
    .wcu-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .main-heading { font-size: 22px; }
    .hero-subheading { font-size: 13px; }
    .hero-form-group { flex-direction: column; }
    .hero-cta-buttons .btn { padding: 10px 16px; font-size: 0.9rem; }
    .hero-cta-buttons { gap: 0.5rem; }

    .categories-grid-wrapper { 
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, auto);
        grid-auto-columns: 85px;
        gap: 7px;
        overflow-x: auto;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .categories-grid-wrapper::-webkit-scrollbar { display: none; }
    .category-item { padding: 4px; }
    .category-image { 
        width: 58px; 
        height: 58px; 
        margin-bottom: 8px; 
    }
    .category-title { 
        font-size: 12px; 
        max-height: 2.4em;
        width: 100%;
    }

    body [class*="featured-services-section-"] .section-heading, 
    .featured-blog-section .section-heading,
    .providers-section .section-heading { 
        font-size: 18px; 
    }
    .services-view-all-link { font-size: 14px; }
    body [class*="featured-services-section-"] .services-wrapper { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 10px; 
    }
    .service-item-thumbnail-wrapper img { height: 120px; }
    h3.service-item-title { font-size: 11px; }
    h3.service-item-title a { -webkit-line-clamp: 3; }
    .service-price, .service-location, .service-location a { font-size: 12px; }
    .featured-services-section-1 .service-item:nth-child(n+5),
    .featured-services-section-2 .service-item:nth-child(n+5),
    .featured-services-section-3 .service-item:nth-child(n+5),
    .featured-services-section-4 .service-item:nth-child(n+5) { 
        display: none; 
    }

    .wcu-section-title { font-size: 24px; }
    .wcu-scroll-wrapper {
        overflow-x: auto;
        padding-bottom: 20px;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
        scrollbar-width: none;
    }
    .wcu-scroll-wrapper::-webkit-scrollbar { display: none; }
    .wcu-features-grid {
        grid-auto-flow: column;
        grid-auto-columns: minmax(220px, 1fr);
        grid-template-columns: unset;
    }
    .wcu-feature-item { padding: 20px; }
    .wcu-feature-title { font-size: 16px; }
    .wcu-feature-item p { font-size: 13px; }

    .featured-blog-section .blog-view-all-link { font-size: 14px; }
    .featured-blog-section .blog-wrapper { 
        grid-template-columns: repeat(1, 1fr); 
        gap: 8px; 
    }
    .blog-item-thumbnail-wrapper img { height: 165px; }
    h3.blog-item-title { font-size: 12px; }

    .provider-name {
        font-size: 12px;
    }
    .provider-category {
        font-size: 11px;
    }
}

/* Dynamic Overrides */
        body [class*="featured-services-section-"] { background-color: #f9fafb; }
        body [class*="featured-services-section-"] .services-wrapper { grid-template-columns: repeat(4, 1fr); }
        @media (max-width: 1024px) {
            body [class*="featured-services-section-"] .services-wrapper { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 767px) {
            body [class*="featured-services-section-"] .services-wrapper { grid-template-columns: repeat(2, 1fr); }
        }
        body [class*="featured-services-section-"] .section-heading {
            font-family: Roboto, sans-serif;
            font-size: 22px;
            color: #000000;
        }
        .service-item {
            background-color: #ffffff;
            border-color: #eef0f3;
            border-radius: 9px;
        }
        h3.service-item-title a {
            font-family: Poppins, sans-serif;
            font-size: 15px;
            color: #111827;
        }
        .service-item:hover h3.service-item-title a { color: #D84315; }
        .service-price { color: #000000; }
                .providers-section { background-color: #ffffff; }
        .providers-section .section-heading { color: #000000; }
        
        .provider-grid { grid-template-columns: repeat(6, 1fr); }
        
        .provider-item {
            background-color: #ffffff;
            border: 1px solid #eef0f3;
            border-radius: 8px;
            padding: 15px;
        }
        .provider-item:hover {
            box-shadow: 0 8px 30px rgba(0, 74, 107, 0.1);
        }
        .provider-avatar img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            border-width: 3px;
            border-style: solid;
            border-color: #f0f0f0;
        }
        .provider-name {
            font-size: 14px;
            color: #111827;
        }
        .provider-category {
            font-size: 12px;
            color: #505f79;
        }

        @media (max-width: 1024px) {
            .provider-grid { grid-template-columns: repeat(4, 1fr); }
        }
        @media (max-width: 767px) {
            .provider-grid { grid-template-columns: repeat(2, 1fr); }
        }
                .featured-blog-section { background-color: #F9FAFB; }
        .featured-blog-section .blog-wrapper { grid-template-columns: repeat(5, 1fr); }
        @media (max-width: 1024px) {
            .featured-blog-section .blog-wrapper { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 767px) {
            .featured-blog-section .blog-wrapper { grid-template-columns: repeat(1, 1fr); }
        }
        .featured-blog-section .section-heading {
            font-family: Poppins, sans-serif;
            font-size: 20px;
            color: #004A6B;
        }
        .blog-item {
            background-color: #ffffff;
            border-color: #eef0f3;
            border-radius: 12px;
        }
        h3.blog-item-title a {
            font-family: Poppins, sans-serif;
            font-size: 14px;
            color: #111827;
        }
        .blog-item:hover h3.blog-item-title a { color: #D84315; }
        .blog-item-meta { color: #4B5563; }
        