/* =========================
   GLOBAL
   ========================= */

body {
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

a {
    color: #EA5141;
    text-decoration: none;
}

a:hover {
    color: #d94435;
    text-decoration: none;
}


/* =========================
   HEADER
   ========================= */

.navbar.navbar-inverse {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffff !important;
    border: none !important;
    border-bottom: 1px solid #e9ecef !important;
    box-shadow: none;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.top_bar_menu {
    background: #ffffff !important;
}

.clear_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 110px !important;
}

.navbar-brand {
    height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}

#logoLinkMobile {
    display: none !important;
}

#logoLinkDesktop {
    display: flex !important;
    align-items: center;
}

#logoLinkDesktop img {
    max-height: 85px !important;
    width: auto !important;
    display: block;
}

#logoLinkMobile img {
    max-height: 52px !important;
    width: auto !important;
    display: block;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 0 !important;
}

.navbar-nav > li > a {
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 45px 16px !important;
    background: transparent !important;
}

.navbar-nav > li > a:hover {
    color: #EA5141 !important;
}

.navbar-nav > .active > a {
    color: #EA5141 !important;
    box-shadow: inset 0 -2px 0 #EA5141;
}

.navbar-nav.navbar-right > li:last-child > a {
    background: #EA5141 !important;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 12px 18px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 1.2 !important;
    box-shadow: 0 2px 8px rgba(234, 81, 65, 0.18);
}

.navbar-nav.navbar-right > li:last-child > a:hover {
    background: #d94435 !important;
    color: #ffffff !important;
}


/* =========================
   HERO
   ========================= */

.homepage-hero-module.welcome-message {
    position: relative !important;
    height: 420px !important;
    min-height: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.homepage-hero-module.welcome-message .hero-container,
.homepage-hero-module.welcome-message .poster,
.homepage-hero-module.welcome-message .poster img,
.homepage-hero-module.welcome-message .overlay-filter,
.homepage-hero-module.welcome-message video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.homepage-hero-module.welcome-message .poster img {
    object-fit: cover !important;
    display: block !important;
}

.homepage-hero-module.welcome-message .overlay-filter {
    z-index: 2 !important;
    background: linear-gradient(
        90deg,
        rgba(73, 30, 24, 0.85) 0%,
        rgba(123, 67, 57, 0.75) 45%,
        rgba(166, 129, 120, 0.65) 100%
    ) !important;
}

.homepage-hero-module.welcome-message .container,
.homepage-hero-module.welcome-message .row {
    position: relative !important;
    height: 100% !important;
    z-index: 3 !important;
}

.homepage-hero-module.welcome-message .home-banner-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    text-align: center !important;
}

.home-banner-content h1 {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 16px 0 !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35) !important;
}

.home-banner-content h2 {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    max-width: 820px !important;
    margin: 0 auto 24px auto !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.home-banner-content .btn.btn-primary,
.home-banner-content a.btn.btn-primary {
    background: #EA5141 !important;
    border: 2px solid #EA5141 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 14px 30px !important;
    border-radius: 8px !important;
}

.home-banner-content .btn.btn-primary:hover,
.home-banner-content a.btn.btn-primary:hover {
    background: #d94435 !important;
    border-color: #d94435 !important;
}


/* =========================
   HOMEPAGE CATEGORY CARDS
   ========================= */

section.home_featured_collection.section-spacing {
    margin: 0 !important;
    padding: 16px 0 70px 0 !important;
    background: #f8f9fb !important;
}

.home_featured_collection .section-header {
    text-align: center !important;
    margin: 0 0 28px 0 !important;
}

.home_featured_collection .page-title,
.home_featured_collection .section-header h2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #EA5141 !important;
    margin: 0 !important;
    text-align: center !important;
}

.home_featured_collection .feat_item {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 30px !important;
    margin: 0 !important;
}

.home_featured_collection .feat_item_single {
    width: 33.333% !important;
    max-width: 360px !important;
    margin-bottom: 30px !important;
    float: none !important;
    display: flex !important;
}

.homepage-category-card {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08) !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.homepage-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12) !important;
}

.homepage-category-card .features_cat_img {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.homepage-category-card .features_cat_img a,
.homepage-category-card .features_cat_img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.homepage-category-card .features_cat_img img {
    object-fit: cover !important;
}

/* Remove top gap from column/card wrapper */
.feat_item_single {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Remove spacing from row */
.feat_item {
    margin-top: 0 !important;
}

/* Force card to stick to top */
.homepage-category-card {
    margin-top: 0 !important;
}

/* Kill any hidden spacing inside image container */
.homepage-category-card .features_cat_img {
    display: block !important;
    line-height: 0 !important;
}

/* Extra safety: remove any image whitespace rendering */
.homepage-category-card .features_cat_img img {
    vertical-align: top !important;
}
.homepage-category-card .features_cat_img img {
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.12) translateY(-8px) !important;
}




.homepage-category-body {
    padding: 24px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    align-items: center !important;
    text-align: center !important;
    background: #ffffff !important;
}

.homepage-category-body h3 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #1f2d3d !important;
    margin: 0 0 14px 0 !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.homepage-category-body p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #5b6672 !important;
    margin: 0 0 20px 0 !important;
    min-height: 130px !important;
    flex-grow: 1 !important;
}

.homepage-category-btn,
a.homepage-category-btn,
.homepage-category-btn:link,
.homepage-category-btn:visited {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 170px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 10px auto 0 auto !important;
    box-sizing: border-box !important;
    background: #EA5141 !important;
    color: #ffffff !important;
    border: 2px solid #EA5141 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1 !important;
}

.homepage-category-btn:hover,
.homepage-category-btn:focus {
    background: #d94435 !important;
    border-color: #d94435 !important;
    color: #ffffff !important;
}


/* =========================
   MEGA MENU
   ========================= */

#cbp-hrmenu {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eef1f4;
    border-bottom: 1px solid #eef1f4;
    position: relative;
    z-index: 1000;
}

#cbp-hrmenu .mega_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#cbp-hrmenu .mega_menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

#cbp-hrmenu .mega_menu > li > a.univers-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 22px;
    color: #1f2937 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

#cbp-hrmenu .mega_menu > li > a.univers-link:hover,
#cbp-hrmenu .mega_menu > li:hover > a.univers-link {
    color: #EA5141 !important;
    background: #fcfcfd;
}

#cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #ffffff;
    border: 1px solid #e9edf2;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
    padding: 14px 0;
    margin-top: 8px;
    z-index: 999;
}

#cbp-hrmenu .mega_menu > li:hover > .cbp-hrsub {
    display: block;
}

#cbp-hrmenu .cbp-hrsub-inner {
    padding: 0 !important;
    width: 100%;
}

#cbp-hrmenu .cbp-hrsub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cbp-hrmenu .cbp-hrsub ul li a {
    display: block;
    padding: 11px 18px;
    color: #4b5563 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

#cbp-hrmenu .cbp-hrsub ul li a:hover {
    background: #f8fafc;
    color: #EA5141 !important;
}


/* =========================
   BLOG
   ========================= */

.featured-posts-section {
    background: #ffffff;
    padding: 60px 0 70px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.featured-posts-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.featured-posts-section .section-header h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #EA5141 !important;
    text-align: center !important;
}

.featured-posts-section .section-header h2:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #EA5141;
    margin: 12px auto 0;
    border-radius: 2px;
}

.featured-posts-section .section-header .subtitle {
    font-size: 16px;
    color: #777777;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.featured-posts-section .post_item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.featured-posts-section .post_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.featured-posts-section .img_cover {
    height: 220px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.featured-posts-section .post-title {
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    margin: 0 20px 10px;
    min-height: 50px;
    font-weight: 700;
}

.featured-posts-section .post-summary {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0 20px 18px;
    min-height: 55px;
}

.featured-posts-section .post_link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-posts-section .btn.line {
    border: 1px solid #EA5141;
    color: #EA5141;
    background: transparent;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
}

.featured-posts-section .btn.line:hover {
    background: #EA5141;
    color: #ffffff;
}

.blog-posts-grid .post.post-box .summary h2 {
    color: #EA5141 !important;
    font-weight: 700 !important;
}

.blog-posts-grid .post.post-box:hover .summary h2 {
    color: #d94435 !important;
}

.blog-index-head {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.blog-index-head:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.blog-index-head .container {
    position: relative;
    z-index: 2;
}

.blog-index-head h1 {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
}

.blog-index-head .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.blog-index-head .breadcrumb a {
    color: #EA5141;
    font-weight: 700;
}

.blog-index-head .breadcrumb > .active {
    color: #ffffff;
}

.blog-subtitle {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
}


/* =========================
   PAGE HEADER / CMS PAGES
   ========================= */

.how-header {
    background: linear-gradient(135deg, #1f1f1f 0%, #3a1d14 100%);
    padding: 60px 20px 50px;
    text-align: center;
    color: #ffffff;
}

.how-header h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.how-header h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #EA5141;
    margin: 14px auto 0;
    border-radius: 2px;
}

.how-header .subtitle {
    font-size: 18px;
    max-width: 900px;
    margin: 15px auto 0;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    white-space: normal !important;
    padding: 0 15px;
}

.how-header .breadcrumb {
    margin-bottom: 10px;
    font-size: 13px;
    opacity: 0.8;
}

.how-header .breadcrumb a {
    color: #EA5141;
}

.cms-page-content {
    padding-top: 40px;
}


/* =========================
   HOW IT WORKS / BUSINESS / PROVIDER PAGES
   ========================= */

.how-it-works-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px 70px;
}

.how-hero {
    text-align: center;
    margin-bottom: 50px;
}

.how-hero h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.how-hero h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #EA5141;
    margin: 16px auto 0;
    border-radius: 2px;
}

.how-hero p,
.how-intro,
.biz-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #555555;
}

.biz-intro {
    max-width: 820px;
    margin: 40px auto;
    text-align: center;
}

.biz-intro .highlight {
    font-weight: 600;
    color: #1f2d3d;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin: 70px 0 20px;
    color: #1f2d3d;
}

.section-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #EA5141;
    margin: 10px auto 0;
}

.steps-grid,
.biz-steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.step-card,
.biz-step-card {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.step-card {
    width: 23%;
    min-height: 275px;
}

.biz-step-card {
    width: 30%;
    min-width: 240px;
    min-height: 250px;
}

.step-card:hover,
.biz-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.step-number {
    width: 42px;
    height: 42px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #EA5141;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
}

.step-card h3,
.biz-step-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1f2d3d;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.step-card p,
.biz-step-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 20px auto 50px auto;
}

.service-tags span {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
    color: #1f2d3d;
}

.service-tags span:hover {
    border-color: #EA5141;
    color: #EA5141;
}

.final-cta {
    max-width: 870px;
    margin: 35px auto 0;
    padding: 50px 30px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(135deg, #1f1f1f 0%, #3a1d14 100%);
    border-radius: 14px;
    color: #ffffff;
}

.final-cta h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
}

.final-cta p {
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.88);
}

.how-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    margin: 6px;
}

.how-btn-primary {
    background: #EA5141;
    border: 2px solid #EA5141;
    color: #ffffff !important;
}

.how-btn-primary:hover {
    background: #d94435;
    border-color: #d94435;
    color: #ffffff !important;
}

.how-btn-secondary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.how-btn-secondary:hover {
    background: #ffffff;
    color: #EA5141 !important;
}


/* =========================
   FOOTER
   ========================= */

.site-footer {
    background: #f8f9fa;
    padding: 40px 0;
}


/* =========================
   MOBILE / RESPONSIVE
   ========================= */

@media (max-width: 991px) {
    .clear_menu {
        display: block !important;
        min-height: auto !important;
    }

    #main-nav {
        background: #ffffff;
        border-top: 1px solid #e9ecef;
    }

    .navbar-nav,
    .navbar-nav.navbar-right {
        display: block !important;
        width: 100% !important;
    }

    .navbar-nav > li > a {
        padding: 14px 18px !important;
        border-bottom: 1px solid #f1f3f5;
    }

    .navbar-nav.navbar-right > li:last-child > a {
        display: block !important;
        width: calc(100% - 36px) !important;
        text-align: center !important;
        margin: 14px 18px 18px 18px !important;
        padding: 12px 18px !important;
    }

    #logoLinkMobile {
        display: flex !important;
        align-items: center !important;
        padding: 14px 15px !important;
    }

    #logoLinkDesktop {
        display: none !important;
    }

    .navbar-header {
        min-height: 72px;
        display: flex;
        align-items: center;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 15px !important;
    }

    .home_featured_collection .feat_item {
        flex-wrap: wrap !important;
    }

    .home_featured_collection .feat_item_single {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto 30px auto !important;
    }

    #cbp-hrmenu .mega_menu {
        display: block;
    }

    #cbp-hrmenu .mega_menu > li {
        display: block;
        border-bottom: 1px solid #f1f4f7;
    }

    #cbp-hrmenu .mega_menu > li > a.univers-link {
        display: flex;
        justify-content: space-between;
        min-height: 52px;
        padding: 0 18px;
    }

    #cbp-hrmenu .cbp-hrsub {
        display: block;
        position: static;
        min-width: 100%;
        margin-top: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0 0 8px 0;
        background: #fafbfc;
    }

    .step-card,
    .biz-step-card {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .homepage-hero-module.welcome-message {
        height: auto !important;
        min-height: 360px !important;
    }

    .homepage-hero-module.welcome-message .home-banner-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        min-height: 360px !important;
        padding: 45px 20px !important;
    }

    .home-banner-content h1 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .home-banner-content h2 {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .home_featured_collection .feat_item {
        display: block !important;
    }

    .home_featured_collection .feat_item_single {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .homepage-category-body h3,
    .homepage-category-body p {
        min-height: auto !important;
    }

    .homepage-category-btn,
    a.homepage-category-btn {
        width: 100% !important;
    }

    .features_cat_img,
    .homepage-category-card .features_cat_img {
        height: 190px !important;
    }

    .how-header {
        padding: 45px 15px 40px;
    }

    .how-header h1 {
        font-size: 32px !important;
    }

    .how-header .subtitle {
        font-size: 16px !important;
        white-space: normal !important;
    }

    .blog-index-head h1 {
        font-size: 34px !important;
    }

    .section-title,
    .how-hero h1,
    .final-cta h2 {
        font-size: 28px !important;
    }

    .steps-grid,
    .biz-steps-grid {
        display: block !important;
    }

    .step-card,
    .biz-step-card {
        width: 100% !important;
        min-width: 0 !important;
        min-height: auto !important;
        margin-bottom: 20px !important;
    }

    .step-card h3,
    .biz-step-card h3,
    .step-card p,
    .biz-step-card p {
        min-height: auto !important;
    }

    .service-tags {
        justify-content: center;
    }

    .final-cta {
        margin: 30px 15px 0 !important;
        padding: 36px 20px !important;
    }

    .final-cta p {
        font-size: 16px !important;
    }
}

/* =========================
   signup
   ========================= */

.register .checkbox + p {
    display: none !important;
}
.register p:not(.login_redirect) {
    display: none !important;
}

.register .wh-part-head h1,
.register .custom-legal-text,
.register .custom-legal-text a,
.register .login_redirect,
.register .login_redirect a {
    display: revert !important;
}

/* =========================
   Latest Blog
   ========================= */
   /* Latest Blogs image full-width inside card */
.homepage-latest-blogs .post-image,
.homepage-latest-blogs .article-image,
.homepage-latest-blogs .blog-image,
.homepage-latest-blogs .latest-blog-image {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* Force blog images to stretch edge-to-edge */
.homepage-latest-blogs img,
.home_articles img,
.article_item img,
.blog_item img {
    display: block !important;
    width: 100% !important;
    height: 165px !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove side padding from blog card image area */
.home_articles .article_item,
.blog_item,
.post_item {
    overflow: hidden !important;
}

/* Keep text spacing normal below image */
.home_articles .article_item .article-content,
.blog_item .article-content,
.post_item .article-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.home_articles .col-md-4,
.home_articles .col-sm-4,
.home_articles .col-xs-12 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.home_articles a img {
    display: block !important;
    width: 100% !important;
    height: 165px !important;
    object-fit: cover !important;
}
.home_articles .article_item,
.blog_item,
.post_item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
}

.home_articles .article_item .article-content,
.blog_item .article-content,
.post_item .article-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
}


/* Keep header/account dropdown above homepage hero */
.site-header,
.header,
.navbar,
.main-header,
.header-wrapper {
    position: relative !important;
    z-index: 9999 !important;
}

.dropdown-menu,
.account-menu,
.user-menu,
.navbar .dropdown-menu {
    z-index: 10000 !important;
}

/* Keep homepage hero below dropdown */
.homepage-welcome,
.home-hero,
.hero,
.banner,
.page-header {
    position: relative !important;
    z-index: 1 !important;
}
.site-header .dropdown-menu,
.header .dropdown-menu,
.navbar .dropdown-menu {
    position: absolute !important;
    z-index: 99999 !important;
}

.homepage-welcome:before,
.homepage-welcome:after,
.home-hero:before,
.home-hero:after,
.hero:before,
.hero:after {
    z-index: 0 !important;
    pointer-events: none !important;
}
/* Allow account dropdown to extend outside header */
.site-header,
.header,
.header-wrapper,
.navbar,
.navbar-collapse,
.navbar-nav,
.nav,
.main-header,
.container {
    overflow: visible !important;
}

/* Force account dropdown above everything */
.user-dropdown,
.account-dropdown,
.dropdown-menu,
.navbar .dropdown-menu,
.header .dropdown-menu {
    position: absolute !important;
    z-index: 999999 !important;
}

/* Make hero/overlay unable to block menu clicks */
.homepage-welcome,
.homepage-welcome *,
.home-hero,
.home-hero *,
.hero,
.hero *,
.banner,
.banner * {
    z-index: auto !important;
}

.homepage-welcome:before,
.homepage-welcome:after,
.home-hero:before,
.home-hero:after,
.hero:before,
.hero:after,
.banner:before,
.banner:after {
    pointer-events: none !important;
}
.overlay,
.homepage-welcome .overlay,
.hero .overlay,
.banner .overlay {
    pointer-events: none !important;
}

/* Hide Wishlist from user dropdown */
.navbar-nav .dropdown-menu a[href*="wishlist"] {
    display: none !important;
}

/* Hide Wishlist everywhere in account/dashboard navigation */
a[href*="wishlist"],
a[href*="/wishlist"] {
    display: none !important;
}


/* Hide Stripe onboarding warning for business users */
body:not(.supplier) .alert-warning,
body:not(.supplier) .payment-warning,
body:not(.supplier) .stripe-warning {
    display: none !important;
}

a[href*="kreezalid"],
[href*="kreezalid"],
.powered-by,
.powered_by,
.kreezalid,
.powered-kreezalid {
    display: none !important;
}

/* Hide any account sidebar item containing Reviews */
a[href*="review"],
a[href*="reviews"],
a[href*="Review"],
a[href*="Reviews"] {
    display: none !important;
}

/* Hide text-based review menu blocks */
*:contains("Reviews") {
    display: none !important;
}

/* Hide Reviews menu item */
.review-link {
    display: none !important;
}

/* Hide Request Proposal button */
.msg_to_supplier {
    display: none !important;
}

/* Hide Request a Bid button for IT Providers only */
body.group-it-providers a[href="/listing/new"].btn.btn-primary {
    display: none !important;
}

/* Hide original title for IT Providers */
body.group-it-providers h1 {
    visibility: hidden;
    position: relative;
}

/* Replace title */
body.group-it-providers h1:after {
    content: "Browse IT Requests";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

/* Hide Listings dashboard tab for IT Providers only */
body.group-it-providers a[href="/listing/manage"] {
    display: none !important;
}

/* Hide Request a Bid button for IT Providers only */
body.group-it-providers a[href="/listing/new"].btn.btn-primary {
  display: none !important;
}

/* Hide provider dashboard listings content */
body.group-it-providers .listing_dashboard_content,
body.group-it-providers .dashboard-listings,
body.group-it-providers .listing-manage {
    display: none !important;
}

/* browse projects, IT providers */
.provider-dual-cta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.provider-secondary-cta {
    background: linear-gradient(135deg, #1d1d1d 0%, #4b1f12 100%);
    color: #fff !important;
}

.provider-secondary-cta h2,
.provider-secondary-cta p {
    color: #fff !important;
}

.how-btn-secondary {
    background: #ef5b47;
    color: #fff !important;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
}

.how-btn-secondary:hover {
    background: #d94b38;
}

.how-btn-secondary {
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px;
}


/* Show and rename Request Proposal button */
.msg_to_supplier {
    display: inline-block !important;
    font-size: 0 !important;
    position: relative;
}

.msg_to_supplier::after {
    content: "Respond to Request";
    font-size: 14px !important;
    display: inline-block;
}