/* ============================================================
   BIZZ CONNECT - CREOTE HOME 2 INTEGRATION
   Plain CSS only. Load after Creote theme-css.css.
   ============================================================ */

:root {
    --creote-family-one: "Spartan", sans-serif;
    --creote-family-two: "Inter", sans-serif;
    --primary-color-one: #41c07d;
    --primary-color-two: #282f3b;
    --primary-color-three: #f0f3f9;
    --color-white: #ffffff;
    --color-dark: #282f3b;
    --color-gray: #6b7280;
    --homebiz-border: #e5e9ef;
    --homebiz-shadow: 0 20px 55px rgba(30, 42, 58, .12);
}

html {
    scroll-behavior: smooth;
}

body.homebiz-page {
    overflow-x: hidden;
    font-family: var(--creote-family-two);
    color: #5f6672;
}

    body.homebiz-page h1,
    body.homebiz-page h2,
    body.homebiz-page h3,
    body.homebiz-page h4,
    body.homebiz-page h5,
    body.homebiz-page h6 {
        font-family: var(--creote-family-one);
    }

a {
    cursor: pointer;
}

/* Loader */
#loading.preloader-wrap {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

#loading .preloader {
    position: absolute;
    inset: 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

#loading .overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.02);
}

/* Live market strip */
.homebiz-market-strip {
    position: relative;
    z-index: 100;
    min-height: 54px;
    background: #202936;
    border-bottom: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}

.homebiz-market-inner {
    display: flex;
    align-items: center;
    min-height: 54px;
}

.homebiz-market-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-right: 20px;
    padding-right: 20px;
    color: #fff;
    font: 700 12px/1 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: .8px;
    border-right: 1px solid rgba(255,255,255,.16);
}

    .homebiz-market-label i {
        color: var(--primary-color-one);
    }

.homebiz-market-widget {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

    .homebiz-market-widget .ccc-header-v3 {
        background: transparent !important;
    }

    .homebiz-market-widget .ccc-header-v3-price-value,
    .homebiz-market-widget .ccc-header-v3-price-name {
        color: #fff !important;
    }

    .homebiz-market-widget .ccc-header-v3-price-logo {
        width: 28px !important;
        height: 28px !important;
    }

/* Topbar and header */
.homebiz-topbar .top_inner {
    min-height: 64px;
}

.homebiz-topbar .contntent .text small {
    letter-spacing: .4px;
}

.homebiz-header {
    background: #fff;
}

    .homebiz-header .header_logo_box {
        padding: 10px 0;
    }

.homebiz-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}

.homebiz-brand-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-color-one), #0aa8a8);
        background: linear-gradient(135deg, var(--primary-color-one), #1bac60);
    color: #fff;
    box-shadow: 0 12px 28px rgba(7,133,134,.24);
    transform: rotate(-4deg);
}

    .homebiz-brand-symbol i {
        font-size: 21px;
        transform: rotate(4deg);
    }

.homebiz-brand-copy {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: var(--creote-family-one);
    font-size: 23px;
    line-height: 1;
}

    .homebiz-brand-copy strong {
        color: var(--primary-color-two);
        font-weight: 800;
    }

    .homebiz-brand-copy em {
        color: var(--primary-color-one);
        font-style: normal;
        font-weight: 700;
    }

.homebiz-header .navbar_nav > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

    .homebiz-header .navbar_nav > li > a span {
        font-size: 13px;
    }

.homebiz-header .header_right_content ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.homebiz-header-action {
    margin: 0 !important;
}

    .homebiz-header-action .theme-btn {
        min-height: 44px;
        padding: 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.homebiz-login-btn {
    border: 1px solid var(--homebiz-border) !important;
    color: #ffffff !important;
}

.homebiz-legacy-menu-trigger {
    display: none !important;
}

/* Hero */
.homebiz-hero .slide-item-content {
    min-height: 720px;
}

    .homebiz-hero .slide-item-content .image-layer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(240,243,249,.98) 0%, rgba(240,243,249,.94) 48%, rgba(240,243,249,.45) 100%);
    }

.homebiz-hero .slider_content {
    position: relative;
    z-index: 3;
    padding: 150px 0 125px;
}

    .homebiz-hero .slider_content h6 {
        margin-bottom: 18px;
        color: var(--primary-color-one);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    .homebiz-hero .slider_content h1 {
        max-width: 680px;
        margin-bottom: 22px;
        color: var(--primary-color-two);
        font-size: clamp(45px, 5.1vw, 76px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -2.5px;
    }

    .homebiz-hero .slider_content .description {
        max-width: 660px;
        color: #586170;
        font-size: 17px;
        line-height: 30px;
    }

.homebiz-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

    .homebiz-hero-actions .theme-btn {
        min-width: 155px;
        text-align: center;
    }

.homebiz-slider-illustration {
    position: relative;
    z-index: 3;
    padding-top: 60px;
    text-align: center;
}

    .homebiz-slider-illustration img {
        max-height: 500px;
        object-fit: contain;
        filter: drop-shadow(0 28px 35px rgba(40,47,59,.22));
    }

.homebiz-package-visual {
    position: relative;
    z-index: 3;
    max-width: 420px;
    margin: 85px auto 30px;
    padding: 42px;
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--homebiz-shadow);
    border: 1px solid rgba(7,133,134,.15);
}

    .homebiz-package-visual::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        right: -35px;
        top: -35px;
        border-radius: 50%;
        background: rgba(7,133,134,.09);
    }

.homebiz-package-label {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    color: var(--primary-color-one);
    font: 700 12px/1 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homebiz-package-visual > strong {
    position: relative;
    display: block;
    color: var(--primary-color-two);
    font: 800 76px/1 var(--creote-family-one);
}

    .homebiz-package-visual > strong sup {
        color: var(--primary-color-one);
        font-size: 30px;
        top: -.9em;
    }

.homebiz-package-visual ul {
    position: relative;
    margin: 28px 0 0;
    padding: 0;
}

.homebiz-package-visual li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    color: #4f5968;
    border-bottom: 1px solid var(--homebiz-border);
    list-style: none;
}

    .homebiz-package-visual li::after {
        display: none;
    }

    .homebiz-package-visual li i {
        color: var(--primary-color-one);
    }

.homebiz-hero .owl-dots {
    bottom: 36px !important;
}

/* Section titles */
.title_all_box.style_one .title_sections p {
    max-width: 760px;
}

.title_all_box.text-center .title_sections p {
    margin-left: auto;
    margin-right: auto;
}

.homebiz-light-title .title_sections h2,
.homebiz-light-title .title_sections p {
    color: #fff;
}

.homebiz-light-title .before_title {
    color: #9fe5e5 !important;
}

/* Process cards */
.homebiz-process-card .image_box {
    height: 245px;
    overflow: hidden;
}

    .homebiz-process-card .image_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .homebiz-process-card .image_box > span {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

.homebiz-step-number {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color-one);
    color: #fff;
    font: 700 13px/1 var(--creote-family-one);
}

.homebiz-process-card .content_inner {
    min-height: 188px;
}

    .homebiz-process-card .content_inner h2 a {
        pointer-events: none;
    }

/* About */
.homebiz-about-image {
    position: relative;
    padding-right: 35px;
}

    .homebiz-about-image img {
        border-radius: 8px;
    }

.homebiz-image-overlay-card {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 255px;
    padding: 20px 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--homebiz-shadow);
    border-left: 4px solid var(--primary-color-one);
}

.homebiz-overlay-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color-three);
    color: var(--primary-color-one);
    font-size: 21px;
}

.homebiz-image-overlay-card small {
    display: block;
    margin-bottom: 3px;
    color: #858c96;
    font-size: 12px;
}

.homebiz-image-overlay-card strong {
    display: block;
    color: var(--primary-color-two);
    font-family: var(--creote-family-one);
    font-size: 16px;
}

.homebiz-about-copy p {
    margin-bottom: 16px;
    line-height: 29px;
}

.homebiz-about-features {
    margin-top: 26px;
}

    .homebiz-about-features .icon_box_all {
        height: 100%;
    }

    .homebiz-about-features .icon_content {
        min-height: 145px;
        padding: 24px;
        border: 1px solid var(--homebiz-border);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 32px rgba(30,42,58,.06);
    }

    .homebiz-about-features .icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

        .homebiz-about-features .icon span {
            font-size: 19px !important;
        }

    .homebiz-about-features h3 {
        font-size: 17px !important;
    }

    .homebiz-about-features p {
        margin: 0;
        font-size: 14px;
        line-height: 23px;
    }

/* Blockchain cards */
.homebiz-service-card {
    height: calc(100% - 30px);
}

    .homebiz-service-card .content_inner {
        min-height: 270px;
    }

        .homebiz-service-card .content_inner > span {
            font-size: 42px !important;
            color: var(--primary-color-one);
        }

        .homebiz-service-card .content_inner h2 a {
            pointer-events: none;
        }

/* BNB tabs */
.homebiz-bnb-tabs {
    position: relative;
    z-index: 0;
    overflow: hidden;
    isolation: isolate;
    background-position: center;
    background-size: cover;
}

    .homebiz-bnb-tabs::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: rgba(27,36,49,.82);
    }

    .homebiz-bnb-tabs > .container,
    .homebiz-bnb-tabs > .container-fluid,
    .homebiz-bnb-tabs > section,
    .homebiz-bnb-tabs > div {
        position: relative;
        z-index: 2;
    }

    .homebiz-bnb-tabs .tab_content.one {
        position: relative;
        z-index: 1;
        min-height: 480px;
        overflow: hidden;
        isolation: isolate;
        background-position: center;
        background-size: cover;
    }

        .homebiz-bnb-tabs .tab_content.one::before {
            z-index: 0;
            pointer-events: none;
            background: linear-gradient(90deg, rgba(34,43,57,.96), rgba(34,43,57,.55));
        }

        .homebiz-bnb-tabs .tab_content.one > * {
            position: relative;
            z-index: 2;
        }

    .homebiz-bnb-tabs .content_image {
        max-width: 610px;
    }

        .homebiz-bnb-tabs .content_image h2 {
            font-size: 42px;
        }

/* Income cards */
.homebiz-income-section {
    background: #fff;
}

.homebiz-income-card {
    height: 100%;
}

    .homebiz-income-card .icon_content {
        min-height: 300px;
        padding: 32px 26px;
        border-radius: 8px;
        background: #fff;
        border: 1px solid var(--homebiz-border);
        box-shadow: 0 15px 42px rgba(30,42,58,.08);
        transition: .3s ease;
    }

        .homebiz-income-card .icon_content:hover {
            transform: translateY(-7px);
            border-color: rgba(7,133,134,.35);
            box-shadow: var(--homebiz-shadow);
        }

    .homebiz-income-card .icon {
        margin-bottom: 25px;
    }

    .homebiz-income-card .txt_content small {
        display: block;
        margin-bottom: 8px;
        color: var(--primary-color-one);
        font: 700 12px/1 var(--creote-family-one);
    }

    .homebiz-income-card .txt_content h3 {
        min-height: 58px;
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .homebiz-income-card .txt_content p {
        line-height: 26px;
    }

/* Package */
.homebiz-price-card {
    height: 100%;
}

    .homebiz-price-card .inner_box {
        height: 100%;
    }

    .homebiz-price-card .mid h4 {
        font-size: 68px;
    }

    .homebiz-price-card .bottom .registerMdlClick .theme-btn {
        width: 100%;
    }

.homebiz-daily-income-panel {
    height: 100%;
    padding: 42px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--homebiz-shadow);
    border: 1px solid var(--homebiz-border);
}

.homebiz-pool-highlight {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 28px 0 30px;
    padding: 22px 24px;
    border-radius: 8px;
    background: var(--primary-color-three);
    border-left: 4px solid var(--primary-color-one);
}

    .homebiz-pool-highlight strong {
        color: var(--primary-color-one);
        font: 800 44px/1 var(--creote-family-one);
    }

    .homebiz-pool-highlight span {
        color: var(--primary-color-two);
        font-weight: 600;
        line-height: 25px;
    }

.homebiz-mini-feature {
    display: flex;
    gap: 16px;
    min-height: 145px;
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
}

    .homebiz-mini-feature > i {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--primary-color-three);
        color: var(--primary-color-one);
        font-size: 18px;
    }

    .homebiz-mini-feature h4 {
        margin-bottom: 7px;
        font-size: 17px;
    }

    .homebiz-mini-feature p {
        margin: 0;
        font-size: 14px;
        line-height: 23px;
    }

/* Bonus tabs and tables */
.homebiz-bonus-section {
    background: #fff;
}

.homebiz-bonus-tabs .tab_over_all_box {
    box-shadow: var(--homebiz-shadow);
}

.homebiz-bonus-tabs .tabs_header {
    background: var(--primary-color-two);
}

.homebiz-bonus-tabs .s_tab_wrapper {
    background: #fff;
}

.homebiz-table-panel {
    padding: 36px;
}

.homebiz-table-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 25px;
}

    .homebiz-table-heading small {
        display: block;
        color: var(--primary-color-one);
        font: 700 12px/1 var(--creote-family-one);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .homebiz-table-heading h3 {
        margin: 8px 0 0;
        font-size: 28px;
    }

    .homebiz-table-heading p {
        max-width: 480px;
        margin: 0;
        text-align: right;
    }

.homebiz-plan-table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    overflow: hidden;
}

    .homebiz-plan-table thead th {
        padding: 16px 15px;
        background: var(--primary-color-one);
        color: #fff;
        border: 0;
        font: 700 12px/1.3 var(--creote-family-one);
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
    }

    .homebiz-plan-table tbody td {
        padding: 14px 15px;
        color: #596170;
        border-color: var(--homebiz-border);
        text-align: center;
        white-space: nowrap;
    }

    .homebiz-plan-table tbody tr:nth-child(even) td {
        background: #f8fafc;
    }

    .homebiz-plan-table tbody td:first-child {
        color: var(--primary-color-two);
        font-weight: 700;
    }

    .homebiz-plan-table tbody td:last-child {
        color: var(--primary-color-one);
        font-weight: 700;
    }

/* Benefits */
.homebiz-benefit-box {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--homebiz-border);
    box-shadow: 0 16px 45px rgba(30,42,58,.08);
}

.homebiz-benefit-media {
    position: relative;
    height: 230px;
    overflow: hidden;
}

    .homebiz-benefit-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .homebiz-benefit-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 35%, rgba(40,47,59,.7));
    }

    .homebiz-benefit-media > span {
        position: absolute;
        z-index: 2;
        left: 30px;
        bottom: 25px;
        width: 64px;
        height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--primary-color-one);
        color: #fff;
        font-size: 25px;
    }

.homebiz-benefit-content {
    padding: 32px;
}

    .homebiz-benefit-content > small {
        color: var(--primary-color-one);
        font: 700 12px/1 var(--creote-family-one);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .homebiz-benefit-content h3 {
        margin: 9px 0 15px;
        font-size: 28px;
    }

    .homebiz-benefit-content > p {
        line-height: 28px;
    }

.homebiz-benefit-amount {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 24px 0;
    padding: 20px;
    border-radius: 8px;
    background: var(--primary-color-three);
}

    .homebiz-benefit-amount strong {
        color: var(--primary-color-one);
        font: 800 34px/1 var(--creote-family-one);
        white-space: nowrap;
    }

    .homebiz-benefit-amount span {
        color: var(--primary-color-two);
        font-weight: 600;
    }

.homebiz-benefit-content ul {
    margin: 0;
    padding: 0;
}

.homebiz-benefit-content li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 11px 0;
    list-style: none;
    border-bottom: 1px solid var(--homebiz-border);
}

    .homebiz-benefit-content li::after {
        display: none;
    }

    .homebiz-benefit-content li i {
        margin-top: 4px;
        color: var(--primary-color-one);
    }

/* Wallet carousel */
.homebiz-wallet-section {
    background: #fff;
}

.homebiz-wallet-carousel .swiper-container {
    padding: 10px 5px 30px;
}

.homebiz-wallet-slide {
    min-height: 245px;
    padding: 32px 24px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--homebiz-border);
    box-shadow: 0 12px 34px rgba(30,42,58,.07);
    text-align: center;
    transition: .3s ease;
}

    .homebiz-wallet-slide:hover {
        transform: translateY(-6px);
        border-color: rgba(7,133,134,.35);
        box-shadow: var(--homebiz-shadow);
    }

    .homebiz-wallet-slide img {
        width: 74px;
        height: 74px;
        margin: 0 auto 20px;
        object-fit: contain;
    }

    .homebiz-wallet-slide h4 {
        margin-bottom: 8px;
        font-size: 19px;
    }

    .homebiz-wallet-slide p {
        margin: 0;
        font-size: 14px;
    }

/* Contact */
.homebiz-contact-info-panel {
    height: 100%;
    padding: 38px;
    border-radius: 8px;
    background: var(--primary-color-two);
    box-shadow: var(--homebiz-shadow);
}

    .homebiz-contact-info-panel .title_sections h2,
    .homebiz-contact-info-panel .title_sections p {
        color: #fff;
    }

    .homebiz-contact-info-panel .before_title {
        color: #8bd6d6 !important;
    }

    .homebiz-contact-info-panel .contact_box_content {
        margin-top: 15px;
    }

    .homebiz-contact-info-panel .contact_box_inner {
        border: 1px solid rgba(255,255,255,.12) !important;
        background: rgba(255,255,255,.06) !important;
    }

        .homebiz-contact-info-panel .contact_box_inner:hover {
            border-color: rgba(7,133,134,.7) !important;
        }

        .homebiz-contact-info-panel .contact_box_inner h3,
        .homebiz-contact-info-panel .contact_box_inner p,
        .homebiz-contact-info-panel .contact_box_inner a {
            color: #fff !important;
        }

.homebiz-contact-form .contact_form_box_inner {
    height: 100%;
    border-radius: 8px !important;
    box-shadow: var(--homebiz-shadow);
}

.homebiz-form-title {
    margin-bottom: 25px;
}

    .homebiz-form-title small {
        color: var(--primary-color-one);
        font: 700 12px/1 var(--creote-family-one);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .homebiz-form-title h3 {
        margin-top: 8px;
        font-size: 28px;
    }

.homebiz-contact-form select {
    width: 100%;
}

.homebiz-contact-form button.theme-btn {
    border: 0;
}

/* Footer */
.homebiz-footer-cta .inner_stell {
    padding-right: 45px;
}

.homebiz-footer-cta .theme-btn {
    min-width: 170px;
    text-align: center;
}

.homebiz-brand-footer .homebiz-brand-copy strong {
    color: #fff;
}

.homebiz-footer-help-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--primary-color-one);
    color: #fff;
    font-size: 22px;
}

.homebiz-mobile-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 30px 24px;
    color: var(--primary-color-two);
    font-family: var(--creote-family-one);
    font-size: 19px;
}

    .homebiz-mobile-brand .homebiz-brand-symbol {
        width: 42px;
        height: 42px;
    }

.homebiz-mobile-auth {
    display: flex;
    gap: 10px;
    padding: 25px 30px;
}

    .homebiz-mobile-auth .theme-btn {
        flex: 1;
        min-width: 0;
        padding: 0 14px;
        text-align: center;
            border-radius: 10px 0px 10px 0px;
    }

/* Auth modals: functionality stays on original IDs/classes */
.font12 {
    font-size: 12px !important;
}

.theAddressMy {
    padding-right: 145px !important;
}

.homebiz-auth-modal .modal-dialog {
    max-width: 590px;
}

.homebiz-auth-card {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #fff !important;
    box-shadow: 0 28px 90px rgba(30,42,58,.25);
}

.homebiz-auth-shape {
    position: absolute;
    right: -85px;
    top: -85px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(7,133,134,.08);
    pointer-events: none;
}

.homebiz-auth-header {
    position: relative;
    display: block !important;
    padding: 34px 70px 18px !important;
    border: 0;
    text-align: center;
}

    .homebiz-auth-header > div {
        width: 100%;
    }

.homebiz-auth-badge {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--primary-color-one);
    font: 700 12px/1 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.homebiz-auth-header .modal-title {
    margin: 0 0 8px;
    color: var(--primary-color-two);
    font-size: 28px;
    font-weight: 800;
}

.homebiz-auth-header p {
    margin: 0;
    color: #707783;
}

.homebiz-auth-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--primary-color-three) !important;
    opacity: 1;
}

.homebiz-auth-body {
    padding: 18px 42px 26px !important;
}

.homebiz-input-box {
    margin-bottom: 20px;
}

    .homebiz-input-box > label {
        display: block;
        margin-bottom: 8px;
        color: var(--primary-color-two);
        font-size: 13px;
        font-weight: 700;
    }

.homebiz-input-wrap {
    position: relative;
}

    .homebiz-input-wrap > i:first-child {
        position: absolute;
        left: 17px;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        color: var(--primary-color-one);
    }

    .homebiz-input-wrap .form-control {
        width: 100%;
        height: 58px !important;
        padding: 0 145px 0 48px !important;
        border: 1px solid var(--homebiz-border) !important;
        border-radius: 8px !important;
        background: #f8fafc !important;
        color: var(--primary-color-two) !important;
        box-shadow: none !important;
    }

    .homebiz-input-wrap.no-connect .form-control {
        padding-right: 15px !important;
    }

    .homebiz-input-wrap .form-control:focus {
        border-color: var(--primary-color-one) !important;
        background: #fff !important;
    }

    .homebiz-input-wrap .connect-link {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 42px;
        min-width: 125px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: var(--primary-color-one);
        color: #fff !important;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

        .homebiz-input-wrap .connect-link:hover {
            background: var(--primary-color-two);
        }

.globalst-status-icon {
    position: absolute !important;
    right: 145px !important;
        right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 4;
}

    .globalst-status-icon.success {
        color: #1fb66f !important;
    }

    .globalst-status-icon.error {
        color: #dc3545 !important;
    }

.homebiz-auth-submit {
    width: 100%;
    min-height: 54px;
    margin: 8px 0 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px !important;
    background: var(--primary-color-one) !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

    .homebiz-auth-submit:hover {
        background: var(--primary-color-two) !important;
        color: #fff !important;
    }

.homebiz-auth-footer {
    padding: 0 42px 32px !important;
    border: 0;
    color: #6b7280;
    justify-content: center;
}

    .homebiz-auth-footer a,
    .homebiz-terms a {
        color: var(--primary-color-one) !important;
        font-weight: 700;
    }

.homebiz-terms {
    padding-left: 0;
    color: #697180;
}

    .homebiz-terms input {
        margin-right: 7px;
        accent-color: var(--primary-color-one);
    }

.homebiz-simple-auth-modal .modal-dialog {
    max-width: 430px;
}

.homebiz-simple-auth-card {
    border: 0;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 25px 75px rgba(30,42,58,.22);
}

.homebiz-modal-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 8px 0 22px;
    color: var(--primary-color-two);
    font-family: var(--creote-family-one);
    font-size: 19px;
}

    .homebiz-modal-brand .homebiz-brand-symbol {
        width: 42px;
        height: 42px;
    }

.globalst-simple-input {
    position: relative;
    margin-bottom: 18px;
}

    .globalst-simple-input .input-label {
        display: block;
        margin-bottom: 7px;
        color: var(--primary-color-two);
        font-weight: 700;
    }

    .globalst-simple-input input {
        width: 100%;
        height: 52px;
        padding: 0 45px 0 15px;
        border: 1px solid var(--homebiz-border);
        border-radius: 8px;
        outline: 0;
    }

    .globalst-simple-input i {
        position: absolute;
        right: 16px;
        bottom: 17px;
        color: var(--primary-color-one);
    }

.globalst-simple-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: var(--primary-color-one);
    color: #fff;
    font-weight: 700;
}

.globalst-simple-options a,
.globalst-simple-footer a {
    color: var(--primary-color-one);
    font-weight: 700;
}

/* Responsive */
@media (max-width: 1199px) {
    .homebiz-header .navbar_nav > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

        .homebiz-header .navbar_nav > li > a span {
            font-size: 12px;
        }

    .homebiz-header-action .theme-btn {
        padding: 0 14px;
        font-size: 12px;
    }

    .homebiz-brand-copy {
        font-size: 20px;
    }

    .homebiz-brand-symbol {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 992px) {
    .homebiz-topbar {
        display: none;
    }

    .homebiz-market-label {
        display: none;
    }

    .homebiz-market-strip {
        min-height: 46px;
    }

    .homebiz-market-inner {
        min-height: 46px;
    }

    .homebiz-header .header_logo_box {
        padding: 8px 0;
    }

    .homebiz-legacy-menu-trigger {
        display: none !important;
    }

    .homebiz-hero .slide-item-content {
        min-height: auto;
    }

    .homebiz-hero .slider_content {
        padding: 105px 0 40px;
        text-align: center;
    }

        .homebiz-hero .slider_content h1,
        .homebiz-hero .slider_content .description {
            margin-left: auto;
            margin-right: auto;
        }

    .homebiz-hero-actions {
        justify-content: center;
    }

    .homebiz-slider-illustration {
        padding: 10px 0 80px;
    }

        .homebiz-slider-illustration img {
            max-height: 360px;
        }

    .homebiz-package-visual {
        margin: 20px auto 90px;
    }

    .homebiz-about-image {
        padding-right: 0;
    }

    .homebiz-image-overlay-card {
        right: 15px;
    }

    .homebiz-daily-income-panel {
        padding: 32px;
    }

    .homebiz-table-heading {
        align-items: flex-start;
        flex-direction: column;
    }

        .homebiz-table-heading p {
            text-align: left;
        }

    .homebiz-contact-info-panel {
        padding: 32px;
    }

    .homebiz-footer-cta .inner_stell {
        padding-right: 25px;
    }

    .homebiz-footer-cta .text-lg-end {
        margin-top: 20px;
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .homebiz-market-strip {
        display: none;
    }

    .homebiz-brand-symbol {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .homebiz-brand-copy {
        font-size: 18px;
    }

    .homebiz-hero .slider_content {
        padding: 85px 0 30px;
    }

        .homebiz-hero .slider_content h1 {
            font-size: 40px;
            line-height: 1.12;
            letter-spacing: -1.4px;
        }

        .homebiz-hero .slider_content .description {
            font-size: 15px;
            line-height: 27px;
        }

    .homebiz-hero-actions .theme-btn {
        width: 100%;
    }

    .homebiz-slider-illustration img {
        max-height: 275px;
    }

    .homebiz-package-visual {
        padding: 28px 22px;
    }

        .homebiz-package-visual > strong {
            font-size: 60px;
        }

    .homebiz-process-card .image_box {
        height: 210px;
    }

    .homebiz-image-overlay-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -35px 15px 0;
    }

    .homebiz-about-features .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }

    .homebiz-bnb-tabs .tabs_header .showcase_tabs_btns {
        display: block;
    }

    .homebiz-bnb-tabs .tab_content.one {
        min-height: 520px;
    }

    .homebiz-bnb-tabs .content_image h2 {
        font-size: 31px;
    }

    .homebiz-income-card .icon_content {
        min-height: auto;
    }

    .homebiz-daily-income-panel {
        padding: 26px 20px;
    }

    .homebiz-pool-highlight {
        align-items: flex-start;
        flex-direction: column;
    }

    .homebiz-mini-feature {
        min-height: auto;
    }

    .homebiz-table-panel {
        padding: 22px 15px;
    }

    .homebiz-table-heading h3 {
        font-size: 24px;
    }

    .homebiz-plan-table thead th,
    .homebiz-plan-table tbody td {
        padding: 12px 10px;
        font-size: 13px;
    }

    .homebiz-benefit-content {
        padding: 24px 20px;
    }

    .homebiz-benefit-amount {
        align-items: flex-start;
        flex-direction: column;
    }

    .homebiz-contact-info-panel {
        padding: 27px 20px;
    }

    .homebiz-footer-cta .inner_stell {
        padding: 30px 20px;
    }

    .homebiz-footer-cta .theme-btn {
        width: 100%;
    }

    .homebiz-auth-modal .modal-dialog {
        width: calc(100% - 22px);
        margin: 11px auto;
    }

    .homebiz-auth-header {
        padding: 28px 55px 15px !important;
    }

        .homebiz-auth-header .modal-title {
            font-size: 23px;
        }

        .homebiz-auth-header p {
            font-size: 13px;
            line-height: 21px;
        }

    .homebiz-auth-close {
        top: 18px;
        right: 16px;
        width: 34px;
        height: 34px;
    }

    .homebiz-auth-body {
        padding: 16px 20px 22px !important;
    }

    .homebiz-auth-footer {
        padding: 0 20px 25px !important;
        text-align: center;
    }

    .homebiz-input-wrap .form-control {
        height: 54px !important;
        padding-left: 43px !important;
        padding-right: 112px !important;
        font-size: 12px;
    }

    .homebiz-input-wrap.no-connect .form-control {
        padding-right: 15px !important;
    }

    .homebiz-input-wrap .connect-link {
        min-width: 98px;
        height: 38px;
        font-size: 9px;
    }

    .globalst-status-icon {
        right: 116px !important;
                right: 20px !important;
    }

    .theAddressMy {
        padding-right: 112px !important;
    }
}

@media (max-width: 390px) {
    .homebiz-brand-copy {
        display: none;
    }

    .homebiz-hero .slider_content h1 {
        font-size: 34px;
    }

    .homebiz-package-visual > strong {
        font-size: 52px;
    }

    .homebiz-auth-header {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .homebiz-input-wrap .form-control {
        padding-right: 98px !important;
                padding-right: 18px !important;
    }

    .homebiz-input-wrap .connect-link {
        min-width: 84px;
    }

    .globalst-status-icon {
        right: 101px !important;
                right: 18px !important;
    }

    .theAddressMy {
        padding-right: 98px !important;
    }
}
/* ============================================================
   AUTH MODALS - FIXED RIGHT-SIDE DRAWER
   Keeps Login/Register above header and attached to right edge.
   ============================================================ */

/* Keep the modal and backdrop above every Creote header/topbar layer. */
body.modal-open {
    overflow: hidden !important;
}

    body.modal-open .header_area,
    body.modal-open .homebiz-market-strip,
    body.modal-open .crt_mobile_menu {
        pointer-events: none;
    }

.modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 2147483000 !important;
    background: #111923 !important;
}

    .modal-backdrop.show {
        opacity: .68 !important;
    }

#iq-login-model.homebiz-auth-modal,
#iq-reg-model.homebiz-auth-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483010 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    outline: 0 !important;
}

    /* Override Bootstrap's centered modal layout and slide from the right. */
    #iq-login-model.homebiz-auth-modal .modal-dialog,
    #iq-reg-model.homebiz-auth-modal .modal-dialog {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        display: block !important;
        width: min(50vw, 760px) !important;
        min-width: 590px;
        max-width: 760px !important;
        height: 100vh !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translate3d(100%, 0, 0) !important;
        transition: transform .36s cubic-bezier(.22, 1, .36, 1) !important;
        pointer-events: none;
    }

    #iq-login-model.homebiz-auth-modal.show .modal-dialog,
    #iq-reg-model.homebiz-auth-modal.show .modal-dialog {
        transform: translate3d(0, 0, 0) !important;
        pointer-events: auto;
    }

    /* Full-height connected drawer panel. */
    #iq-login-model.homebiz-auth-modal .modal-content,
    #iq-reg-model.homebiz-auth-modal .modal-content {
        position: relative;
        display: flex !important;
        flex-direction: column;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: -24px 0 70px rgba(13, 24, 36, .24) !important;
    }

/* Decorative circle remains inside the drawer only. */
#iq-login-model .homebiz-auth-shape,
#iq-reg-model .homebiz-auth-shape {
    right: -76px !important;
    top: -76px !important;
    width: 205px !important;
    height: 205px !important;
    z-index: 0;
}

/* Drawer header. */
#iq-login-model .homebiz-auth-header,
#iq-reg-model .homebiz-auth-header {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: block !important;
    padding: 34px 82px 25px 38px !important;
    border: 0 !important;
    border-bottom: 1px solid #e7ebf0 !important;
    background: #ffffff;
    text-align: left !important;
}

    #iq-login-model .homebiz-auth-header > div,
    #iq-reg-model .homebiz-auth-header > div {
        width: 100%;
        text-align: left !important;
    }

#iq-login-model .homebiz-auth-badge,
#iq-reg-model .homebiz-auth-badge {
    margin-bottom: 10px;
}

#iq-login-model .homebiz-auth-header .modal-title,
#iq-reg-model .homebiz-auth-header .modal-title {
    margin: 0 0 8px !important;
    text-align: left !important;
    font-size: 28px;
    line-height: 36px;
}

#iq-login-model .homebiz-auth-header p,
#iq-reg-model .homebiz-auth-header p {
    max-width: none;
    margin: 0 !important;
    text-align: left !important;
    line-height: 24px;
}

/* Close button always remains visible at drawer top-right. */
#iq-login-model .homebiz-auth-close,
#iq-reg-model .homebiz-auth-close {
    position: absolute !important;
    top: 28px !important;
    right: 28px !important;
    z-index: 10 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background-color: var(--primary-color-three) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* Form area scrolls inside the right drawer instead of moving the page. */
#iq-login-model .homebiz-auth-body,
#iq-reg-model .homebiz-auth-body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-height: 0;
    padding: 30px 38px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

#iq-login-model .homebiz-auth-body {
    display: flex;
    align-items: center;
}

    #iq-login-model .homebiz-auth-body > .contact-form {
        width: 100%;
    }

#iq-reg-model .homebiz-auth-body > .contact-form {
    width: 100%;
}

/* Footer stays connected to the bottom of the drawer. */
#iq-login-model .homebiz-auth-footer,
#iq-reg-model .homebiz-auth-footer {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    min-height: 76px;
    margin: 0 !important;
    padding: 20px 38px !important;
    border: 0 !important;
    border-top: 1px solid #e7ebf0 !important;
    background: #ffffff;
    text-align: center;
    justify-content: center;
}

/* Make controls suitable for a wide side panel. */
#iq-login-model .homebiz-input-wrap .form-control,
#iq-reg-model .homebiz-input-wrap .form-control {
    height: 58px !important;
}

#iq-login-model .homebiz-auth-submit,
#iq-reg-model .homebiz-auth-submit {
    min-height: 56px;
}

/* Prevent old centered-dialog rules from being applied. */
#iq-login-model .modal-dialog-centered,
#iq-reg-model .modal-dialog-centered {
    align-items: initial !important;
}

/* Desktop/laptop drawer width. */
@media (max-width: 1199px) {
    #iq-login-model.homebiz-auth-modal .modal-dialog,
    #iq-reg-model.homebiz-auth-modal .modal-dialog {
        width: 62vw !important;
        min-width: 560px;
        max-width: 720px !important;
    }
}

/* Tablet drawer. */
@media (max-width: 767px) {
    #iq-login-model.homebiz-auth-modal .modal-dialog,
    #iq-reg-model.homebiz-auth-modal .modal-dialog {
        width: 100vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
    }

    #iq-login-model .homebiz-auth-header,
    #iq-reg-model .homebiz-auth-header {
        padding: 25px 66px 20px 22px !important;
    }

        #iq-login-model .homebiz-auth-header .modal-title,
        #iq-reg-model .homebiz-auth-header .modal-title {
            font-size: 23px !important;
            line-height: 31px !important;
        }

    #iq-login-model .homebiz-auth-close,
    #iq-reg-model .homebiz-auth-close {
        top: 20px !important;
        right: 18px !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    #iq-login-model .homebiz-auth-body,
    #iq-reg-model .homebiz-auth-body {
        padding: 24px 20px !important;
    }

    #iq-login-model .homebiz-auth-footer,
    #iq-reg-model .homebiz-auth-footer {
        padding: 18px 20px !important;
    }
}

/* Very narrow phones. */
@media (max-width: 390px) {
    #iq-login-model .homebiz-auth-header,
    #iq-reg-model .homebiz-auth-header {
        padding-left: 18px !important;
        padding-right: 58px !important;
    }

    #iq-login-model .homebiz-auth-body,
    #iq-reg-model .homebiz-auth-body {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #iq-login-model .homebiz-auth-footer,
    #iq-reg-model .homebiz-auth-footer {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}




.header .header_content_collapse .navigation_menu .navbar_nav li, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
    position: relative;
    margin-right: 5px;
}
/* ============================================================
   LOGIN DRAWER CONTENT BALANCE
   Adds useful secure-access content and centres the login panel.
   ============================================================ */

#iq-login-model .homebiz-login-drawer-body {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 28px 38px !important;
}

#iq-login-model .homebiz-login-content {
    width: 100%;
    max-width: 660px;
    margin: auto;
}

#iq-login-model .homebiz-login-intro {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px 24px;
    overflow: hidden;
    border: 1px solid rgba(7, 133, 134, .16);
    border-radius: 14px;
    background: radial-gradient(circle at 100% 0, rgba(7, 133, 134, .13), transparent 42%), linear-gradient(135deg, #f5fbfb 0%, #eef8f8 100%);
}

    #iq-login-model .homebiz-login-intro::after {
        content: "";
        position: absolute;
        right: -44px;
        bottom: -55px;
        width: 125px;
        height: 125px;
        border-radius: 50%;
        border: 22px solid rgba(7, 133, 134, .06);
        pointer-events: none;
    }

#iq-login-model .homebiz-login-intro-icon {
    position: relative;
    z-index: 2;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--primary-color-one);
    color: #ffffff;
    font-size: 23px;
    box-shadow: 0 14px 30px rgba(7, 133, 134, .24);
}

#iq-login-model .homebiz-login-intro-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

    #iq-login-model .homebiz-login-intro-copy > span {
        display: block;
        margin-bottom: 6px;
        color: var(--primary-color-one);
        font: 700 11px/1.3 var(--creote-family-one);
        text-transform: uppercase;
        letter-spacing: 1.1px;
    }

    #iq-login-model .homebiz-login-intro-copy h5 {
        margin: 0 0 7px;
        color: var(--primary-color-two);
        font-size: 19px;
        line-height: 27px;
        font-weight: 750;
    }

    #iq-login-model .homebiz-login-intro-copy p {
        margin: 0;
        color: #697180;
        font-size: 14px;
        line-height: 23px;
    }

#iq-login-model .homebiz-login-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

#iq-login-model .homebiz-login-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    min-height: 76px;
    padding: 13px;
    border: 1px solid var(--homebiz-border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 9px 25px rgba(30, 42, 58, .055);
}

    #iq-login-model .homebiz-login-trust-item > i {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        background: var(--primary-color-three);
        color: var(--primary-color-one);
        font-size: 15px;
    }

    #iq-login-model .homebiz-login-trust-item div {
        min-width: 0;
    }

    #iq-login-model .homebiz-login-trust-item strong,
    #iq-login-model .homebiz-login-trust-item small {
        display: block;
    }

    #iq-login-model .homebiz-login-trust-item strong {
        margin-bottom: 3px;
        overflow: hidden;
        color: var(--primary-color-two);
        font-size: 12px;
        line-height: 17px;
        font-weight: 750;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #iq-login-model .homebiz-login-trust-item small {
        color: #7b8390;
        font-size: 10px;
        line-height: 15px;
    }

#iq-login-model .homebiz-login-form-panel {
    padding: 22px;
    border: 1px solid var(--homebiz-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(30, 42, 58, .075);
}

    #iq-login-model .homebiz-login-form-panel .homebiz-input-box {
        margin-bottom: 16px;
    }

    #iq-login-model .homebiz-login-form-panel .homebiz-auth-submit {
        margin-top: 4px !important;
    }

#iq-login-model .homebiz-login-help-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    margin-top: 16px;
    padding: 0 12px;
    color: #737b88;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
}

    #iq-login-model .homebiz-login-help-note i {
        flex: 0 0 auto;
        margin-top: 3px;
        color: var(--primary-color-one);
    }

/* Laptop height adjustment */
@media (max-height: 820px) and (min-width: 768px) {
    #iq-login-model .homebiz-login-drawer-body {
        align-items: flex-start !important;
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    #iq-login-model .homebiz-login-intro {
        padding: 17px 19px;
    }

    #iq-login-model .homebiz-login-intro-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    #iq-login-model .homebiz-login-trust-item {
        min-height: 66px;
        padding: 10px;
    }

    #iq-login-model .homebiz-login-form-panel {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    #iq-login-model .homebiz-login-drawer-body {
        display: block !important;
        padding: 20px !important;
    }

    #iq-login-model .homebiz-login-content {
        max-width: none;
    }

    #iq-login-model .homebiz-login-intro {
        gap: 14px;
        padding: 18px;
        border-radius: 12px;
    }

    #iq-login-model .homebiz-login-intro-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 19px;
    }

    #iq-login-model .homebiz-login-intro-copy h5 {
        font-size: 17px;
        line-height: 24px;
    }

    #iq-login-model .homebiz-login-intro-copy p {
        font-size: 13px;
        line-height: 21px;
    }

    #iq-login-model .homebiz-login-trust-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    #iq-login-model .homebiz-login-trust-item {
        min-height: 62px;
    }

    #iq-login-model .homebiz-login-form-panel {
        padding: 17px;
        border-radius: 12px;
    }
}

@media (max-width: 390px) {
    #iq-login-model .homebiz-login-drawer-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #iq-login-model .homebiz-login-intro {
        padding: 15px;
    }

    #iq-login-model .homebiz-login-intro-icon {
        display: none;
    }

    #iq-login-model .homebiz-login-form-panel {
        padding: 14px;
    }
}










.slider.style_one .slide-item-content .slider_content {
    position: relative;
    padding: 260px 0px 200px;
    z-index: 11;
}


.theme-btn.one:hover {
    background: #117440;
    color: var(--primary-color-one);
        color: #ffffff;
    border-radius: 0px 10px 0px 10px;
}


.theme-btn.one { 
    font-size: 14px; 
}

/* =====================================================================
   BIZZCONNECT BUSINESS MARKETPLACE HOMEPAGE
   Added to latest homebiz.css. Authentication drawer CSS remains intact.
   ===================================================================== */

/* Business ecosystem strip */
.homebiz-business-network-strip {
    position: relative;
    z-index: 102;
    min-height: 46px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: #202936;
}

.homebiz-business-network-inner {
    min-height: 46px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
}

.homebiz-business-network-inner span {
    min-width: 0;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-right: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.8);
    font-size: 11px;
    font-weight: 650;
    text-align: center;
    white-space: nowrap;
}

.homebiz-business-network-inner span:last-child {
    border-right: 0;
}

.homebiz-business-network-inner i {
    color: #67d0d0;
}

/* Hero */
.homebiz-business-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f0f3f9;
}

.homebiz-business-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: .24;
}

.homebiz-business-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 82% 25%, rgba(7,133,134,.13), transparent 28%),
        linear-gradient(90deg, rgba(240,243,249,.99) 0%, rgba(240,243,249,.95) 52%, rgba(240,243,249,.72) 100%);
}

.homebiz-business-hero .auto-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.homebiz-business-hero-content {
    padding: 120px 0 105px;
}

.homebiz-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--primary-color-one);
    font: 700 12px/1.4 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.homebiz-section-label::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--primary-color-one);
}

.homebiz-business-hero h1 {
    max-width: 750px;
    margin: 0 0 18px;
    color: var(--primary-color-two);
    font-size: clamp(48px, 5.4vw, 78px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -3px;
}

.homebiz-business-hero h2 {
    max-width: 760px;
    margin: 0 0 20px;
    color: var(--primary-color-one);
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.42;
    font-weight: 650;
}

.homebiz-business-hero-content > p {
    max-width: 760px;
    margin: 0;
    color: #586170;
    font-size: 16px;
    line-height: 29px;
}

.homebiz-business-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
}

.homebiz-business-hero-actions .theme-btn {
    min-width: 205px;
}

.homebiz-hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 31px;
}

.homebiz-hero-trust-row div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #424b58;
    font-size: 12px;
    font-weight: 650;
}

.homebiz-hero-trust-row i {
    color: var(--primary-color-one);
}

.homebiz-business-hero-visual {
    position: relative;
    max-width: 490px;
    margin-left: auto;
    padding: 70px 20px;
}

.homebiz-hero-image-card {
    position: relative;
    overflow: hidden;
    height: 500px;
    border: 10px solid rgba(255,255,255,.92);
    border-radius: 44% 14% 42% 16%;
    background: #fff;
    box-shadow: 0 30px 70px rgba(40,47,59,.2);
}

.homebiz-hero-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(40,47,59,.18));
}

.homebiz-hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homebiz-hero-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 235px;
    padding: 15px 17px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(7,133,134,.12);
    border-radius: 9px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--homebiz-shadow);
}

.homebiz-hero-floating-card > span {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
}

.homebiz-hero-floating-card small,
.homebiz-hero-floating-card strong {
    display: block;
}

.homebiz-hero-floating-card small {
    margin-bottom: 3px;
    color: #858c96;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.homebiz-hero-floating-card strong {
    color: var(--primary-color-two);
    font: 700 13px/1.45 var(--creote-family-one);
}

.homebiz-hero-floating-card-one {
    left: -38px;
    top: 110px;
}

.homebiz-hero-floating-card-two {
    right: -40px;
    bottom: 105px;
}

/* Highlights */
.homebiz-business-highlights {
    position: relative;
    z-index: 4;
    margin-top: -42px;
}

.homebiz-business-highlights .auto-container {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--homebiz-shadow);
}

.homebiz-highlight-item {
    min-height: 122px;
    padding: 25px 26px;
    display: flex;
    align-items: center;
    gap: 17px;
    border-right: 1px solid var(--homebiz-border);
}

.homebiz-business-highlights .col-lg-4:last-child .homebiz-highlight-item {
    border-right: 0;
}

.homebiz-highlight-item > span {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color-one);
    background: var(--primary-color-three);
    font-size: 20px;
}

.homebiz-highlight-item small {
    display: block;
    margin-bottom: 7px;
    color: var(--primary-color-one);
    font: 700 10px/1 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: .9px;
}

.homebiz-highlight-item h3 {
    margin: 0;
    color: var(--primary-color-two);
    font-size: 16px;
    line-height: 25px;
}

/* About */
.homebiz-business-about {
    background: #fff;
}

.homebiz-business-about-media {
    position: relative;
    padding: 0 45px 40px 0;
}

.homebiz-business-about-media > img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 9px;
}

.homebiz-about-stat-card {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 330px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 4px solid var(--primary-color-one);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--homebiz-shadow);
}

.homebiz-about-stat-card > span {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
}

.homebiz-about-stat-card small,
.homebiz-about-stat-card strong {
    display: block;
}

.homebiz-about-stat-card small {
    margin-bottom: 5px;
    color: var(--primary-color-one);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.homebiz-about-stat-card strong {
    color: var(--primary-color-two);
    font: 700 13px/1.6 var(--creote-family-one);
}

.homebiz-business-copy {
    margin-top: 24px;
}

.homebiz-business-copy p {
    margin-bottom: 15px;
    color: #5c6572;
    line-height: 29px;
}

.homebiz-about-checks {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 11px;
}

.homebiz-about-checks div {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--primary-color-two);
    font-size: 13px;
    font-weight: 650;
}

.homebiz-about-checks i {
    margin-top: 4px;
    color: var(--primary-color-one);
}

/* Vision mission */
.homebiz-purpose-section {
    background: var(--primary-color-three);
}

.homebiz-purpose-card {
    position: relative;
    height: 100%;
    min-height: 320px;
    padding: 38px;
    overflow: hidden;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(30,42,58,.065);
}

.homebiz-purpose-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    border: 25px solid rgba(7,133,134,.055);
    border-radius: 50%;
}

.homebiz-purpose-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
    font-size: 22px;
}

.homebiz-purpose-card > span {
    display: block;
    margin-bottom: 9px;
    color: var(--primary-color-one);
    font: 700 11px/1 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homebiz-purpose-card h3 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
}

.homebiz-purpose-card p {
    margin: 0;
    color: #626b77;
    line-height: 28px;
}

/* Values */
.homebiz-values-section {
    position: relative;
    overflow: hidden;
    background: var(--primary-color-two);
}

.homebiz-values-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: url('/Content/HomeBiz/assets/images/tab-sec-bg.jpg');
    background-position: center;
    background-size: cover;
}

.homebiz-values-section .auto-container {
    position: relative;
    z-index: 2;
}

.homebiz-values-grid {
    margin-top: 35px;
}

.homebiz-value-card {
    height: calc(100% - 24px);
    min-height: 225px;
    margin-bottom: 24px;
    padding: 27px 24px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 8px;
    background: rgba(255,255,255,.055);
    transition: .28s ease;
}

.homebiz-value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(103,208,208,.45);
    background: rgba(255,255,255,.09);
}

.homebiz-value-card i {
    width: 49px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
    font-size: 18px;
}

.homebiz-value-card h3 {
    margin: 19px 0 9px;
    color: #fff;
    font-size: 18px;
}

.homebiz-value-card p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 23px;
}

/* Why choose */
.homebiz-why-section {
    background: #fff;
}

.homebiz-business-feature {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.homebiz-business-feature .content_inner {
    min-height: 290px;
    padding: 31px 26px;
}

.homebiz-business-feature .content_inner > span {
    color: var(--primary-color-one);
    font-size: 37px;
}

.homebiz-business-feature h2 {
    margin-top: 20px;
    font-size: 19px;
    line-height: 28px;
}

.homebiz-business-feature p {
    margin-bottom: 0;
    color: #66707d;
    font-size: 14px;
    line-height: 25px;
}

/* Services */
.homebiz-services-section {
    background: var(--primary-color-three);
}

.homebiz-services-intro {
    padding: 20px 0 8px 35px;
    border-left: 3px solid var(--primary-color-one);
}

.homebiz-services-intro p {
    margin: 0;
    color: #646d7a;
    line-height: 28px;
}

.homebiz-services-grid {
    margin-top: 35px;
}

.homebiz-service-list-card {
    position: relative;
    height: calc(100% - 24px);
    min-height: 285px;
    margin-bottom: 24px;
    padding: 31px 27px;
    overflow: hidden;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 13px 36px rgba(30,42,58,.06);
    transition: .28s ease;
}

.homebiz-service-list-card:hover {
    transform: translateY(-6px);
    border-color: rgba(7,133,134,.35);
    box-shadow: var(--homebiz-shadow);
}

.homebiz-service-list-card > span {
    position: absolute;
    right: 24px;
    top: 22px;
    color: rgba(40,47,59,.09);
    font: 800 37px/1 var(--creote-family-one);
}

.homebiz-service-list-card > i {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color-one);
    background: var(--primary-color-three);
    font-size: 20px;
}

.homebiz-service-list-card h3 {
    margin: 23px 0 11px;
    font-size: 19px;
    line-height: 28px;
}

.homebiz-service-list-card p {
    margin: 0;
    color: #68717e;
    font-size: 14px;
    line-height: 25px;
}

/* Who can join */
.homebiz-join-section {
    background: #fff;
}

.homebiz-join-image {
    position: relative;
    padding-right: 30px;
}

.homebiz-join-image > img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 8px;
}

.homebiz-join-image-label {
    position: absolute;
    right: 0;
    bottom: 35px;
    max-width: 285px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--homebiz-shadow);
}

.homebiz-join-image-label > i {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
}

.homebiz-join-image-label small,
.homebiz-join-image-label strong {
    display: block;
}

.homebiz-join-image-label small {
    color: var(--primary-color-one);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.homebiz-join-image-label strong {
    margin-top: 4px;
    color: var(--primary-color-two);
    font: 700 13px/1.5 var(--creote-family-one);
}

.homebiz-join-tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.homebiz-join-tags span {
    padding: 11px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--homebiz-border);
    border-radius: 999px;
    color: var(--primary-color-two);
    background: #fff;
    font-size: 12px;
    font-weight: 650;
    box-shadow: 0 7px 20px rgba(30,42,58,.045);
}

.homebiz-join-tags i {
    color: var(--primary-color-one);
}

/* Six steps */
.homebiz-process-section {
    background: var(--primary-color-three);
}

.homebiz-six-step-grid {
    position: relative;
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
}

.homebiz-six-step-card {
    position: relative;
    min-height: 275px;
    padding: 31px 27px;
    overflow: hidden;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 13px 36px rgba(30,42,58,.055);
}

.homebiz-six-step-card > span {
    position: absolute;
    right: 22px;
    top: 20px;
    color: rgba(7,133,134,.11);
    font: 800 43px/1 var(--creote-family-one);
}

.homebiz-six-step-card > i {
    width: 57px;
    height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
    font-size: 20px;
}

.homebiz-six-step-card h3 {
    margin: 24px 0 11px;
    font-size: 19px;
    line-height: 28px;
}

.homebiz-six-step-card p {
    margin: 0;
    color: #68717e;
    font-size: 14px;
    line-height: 25px;
}

/* Membership */
.homebiz-membership-section {
    background: #fff;
}

.homebiz-membership-card {
    position: relative;
    height: 100%;
    min-height: 590px;
    padding: 36px 31px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 42px rgba(30,42,58,.075);
}

.homebiz-membership-card.featured {
    border-color: var(--primary-color-one);
    transform: translateY(-12px);
    box-shadow: var(--homebiz-shadow);
}

.homebiz-membership-ribbon {
    position: absolute;
    right: -43px;
    top: 27px;
    width: 170px;
    padding: 7px 0;
    color: #fff;
    background: var(--primary-color-one);
    font: 700 9px/1 var(--creote-family-one);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .8px;
    transform: rotate(38deg);
}

.homebiz-membership-head > span {
    display: block;
    margin-bottom: 11px;
    color: var(--primary-color-one);
    font: 700 11px/1 var(--creote-family-one);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homebiz-membership-head h3 {
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 35px;
}

.homebiz-membership-head p {
    min-height: 78px;
    margin: 0;
    color: #67717e;
    line-height: 26px;
}

.homebiz-membership-card ul {
    margin: 27px 0 0;
    padding: 0;
}

.homebiz-membership-card li {
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border-bottom: 1px solid var(--homebiz-border);
    color: #505966;
    font-size: 13px;
    list-style: none;
}

.homebiz-membership-card li::after {
    display: none;
}

.homebiz-membership-card li i {
    margin-top: 4px;
    color: var(--primary-color-one);
}

.homebiz-membership-note {
    margin: 22px 0;
    padding: 13px 15px;
    border-left: 3px solid var(--primary-color-one);
    border-radius: 5px;
    color: #68717e;
    background: var(--primary-color-three);
    font-size: 11px;
    line-height: 19px;
}

.homebiz-membership-card .theme-btn {
    width: 100%;
    margin-top: auto;
    text-align: center;
}

/* Testimonials */
.homebiz-testimonial-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(40,47,59,.94), rgba(40,47,59,.94)),
        url('/Content/HomeBiz/assets/images/testi-image.jpg') center/cover no-repeat;
}

.homebiz-testimonial-disclaimer {
    margin: 0 0 24px;
    padding: 16px 18px;
    border-left: 3px solid #67d0d0;
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.06);
    font-size: 12px;
    line-height: 21px;
}

.homebiz-testimonial-card {
    position: relative;
    height: calc(100% - 24px);
    min-height: 365px;
    margin-bottom: 24px;
    padding: 31px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 17px 45px rgba(0,0,0,.16);
}

.homebiz-sample-badge {
    position: absolute;
    right: 20px;
    top: 18px;
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--primary-color-one);
    background: var(--primary-color-three);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.homebiz-testimonial-stars {
    margin-bottom: 23px;
    color: #e4a32f;
    font-size: 12px;
}

.homebiz-testimonial-card > p {
    min-height: 150px;
    margin: 0;
    color: #505966;
    font-size: 15px;
    line-height: 28px;
}

.homebiz-testimonial-author {
    margin-top: 25px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid var(--homebiz-border);
}

.homebiz-testimonial-author > span {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
    font: 700 12px/1 var(--creote-family-one);
}

.homebiz-testimonial-author strong,
.homebiz-testimonial-author small {
    display: block;
}

.homebiz-testimonial-author strong {
    color: var(--primary-color-two);
    font: 700 13px/1.4 var(--creote-family-one);
}

.homebiz-testimonial-author small {
    margin-top: 3px;
    color: #858c96;
    font-size: 10px;
}

/* FAQ */
.homebiz-faq-section {
    background: #fff;
}

.homebiz-faq-intro {
    padding-right: 45px;
}

.homebiz-faq-support {
    margin-top: 30px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    background: var(--primary-color-three);
}

.homebiz-faq-support > i {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
}

.homebiz-faq-support small,
.homebiz-faq-support strong {
    display: block;
}

.homebiz-faq-support small {
    color: #7c8490;
    font-size: 10px;
}

.homebiz-faq-support strong {
    margin-top: 4px;
    font: 700 13px/1.4 var(--creote-family-one);
}

.homebiz-faq-accordion .accordion-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--homebiz-border);
    border-radius: 8px;
    background: #fff;
}

.homebiz-faq-accordion .accordion-button {
    min-height: 67px;
    padding: 18px 22px;
    color: var(--primary-color-two);
    background: #fff;
    box-shadow: none;
    font: 700 14px/1.5 var(--creote-family-one);
}

.homebiz-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color-one);
    background: var(--primary-color-three);
}

.homebiz-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.homebiz-faq-accordion .accordion-body {
    padding: 0 22px 22px;
    color: #626b77;
    font-size: 14px;
    line-height: 27px;
}

/* Contact */
.homebiz-business-contact {
    background: var(--primary-color-three);
}

.homebiz-business-contact-list {
    margin-top: 25px;
}

.homebiz-business-contact-list > div {
    margin-bottom: 11px;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 7px;
    background: rgba(255,255,255,.055);
}

.homebiz-business-contact-list > div > span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color-one);
}

.homebiz-business-contact-list p {
    margin: 0;
}

.homebiz-business-contact-list small,
.homebiz-business-contact-list a,
.homebiz-business-contact-list strong {
    display: block;
}

.homebiz-business-contact-list small {
    margin-bottom: 3px;
    color: rgba(255,255,255,.55);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.homebiz-business-contact-list a,
.homebiz-business-contact-list strong {
    color: #fff !important;
    font-size: 12px;
    font-weight: 650;
}

.homebiz-contact-socials {
    display: flex;
    gap: 9px;
    margin-top: 23px;
}

.homebiz-contact-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.055);
}

.homebiz-contact-socials a:hover {
    border-color: var(--primary-color-one);
    background: var(--primary-color-one);
}

.homebiz-business-contact-form .contact_form_box_inner {
    min-height: 100%;
}

.homebiz-business-contact-form input,
.homebiz-business-contact-form select,
.homebiz-business-contact-form textarea {
    color: #596170;
    background: #f8fafc;
}

/* Footer */
.homebiz-footer .widget_nav_menu ul {
    padding: 0;
}

.homebiz-footer .widget_nav_menu li {
    list-style: none;
}

.homebiz-footer .widget_nav_menu li::after {
    display: none;
}

/* Responsive */
@media (max-width: 1199px) {
    .homebiz-business-network-inner {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .homebiz-business-network-inner span:nth-child(2) {
        border-right: 0;
    }

    .homebiz-business-hero h1 {
        font-size: 58px;
    }

    .homebiz-hero-floating-card-one {
        left: 0;
    }

    .homebiz-hero-floating-card-two {
        right: 0;
    }

    .homebiz-membership-card {
        padding: 32px 25px;
    }
}

@media (max-width: 992px) {
    .homebiz-business-network-strip {
        display: none;
    }

    .homebiz-business-hero {
        min-height: auto;
    }

    .homebiz-business-hero-content {
        padding: 95px 0 35px;
        text-align: center;
    }

    .homebiz-business-hero h1,
    .homebiz-business-hero h2,
    .homebiz-business-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .homebiz-section-label,
    .homebiz-business-hero-actions,
    .homebiz-hero-trust-row {
        justify-content: center;
    }

    .homebiz-business-hero-visual {
        margin: 0 auto;
        padding: 20px 25px 100px;
    }

    .homebiz-business-highlights {
        margin-top: 0;
    }

    .homebiz-business-highlights .auto-container {
        border-radius: 0;
    }

    .homebiz-highlight-item {
        padding: 20px;
    }

    .homebiz-business-about-media,
    .homebiz-join-image {
        margin-bottom: 45px;
    }

    .homebiz-services-intro {
        margin-top: 20px;
        padding-left: 20px;
    }

    .homebiz-six-step-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .homebiz-membership-card {
        min-height: 560px;
        margin-bottom: 25px;
    }

    .homebiz-membership-card.featured {
        transform: none;
    }

    .homebiz-faq-intro {
        padding-right: 0;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .homebiz-business-hero-content {
        padding: 75px 0 25px;
    }

    .homebiz-business-hero h1 {
        font-size: 43px;
        line-height: 1.1;
        letter-spacing: -1.6px;
    }

    .homebiz-business-hero h2 {
        font-size: 20px;
    }

    .homebiz-business-hero-content > p {
        font-size: 14px;
        line-height: 26px;
    }

    .homebiz-business-hero-actions .theme-btn {
        width: 100%;
    }

    .homebiz-hero-trust-row {
        align-items: center;
        flex-direction: column;
        gap: 11px;
    }

    .homebiz-hero-image-card {
        height: 380px;
    }

    .homebiz-hero-floating-card {
        min-width: 210px;
        padding: 12px 14px;
    }

    .homebiz-hero-floating-card-one {
        top: 55px;
    }

    .homebiz-hero-floating-card-two {
        bottom: 55px;
    }

    .homebiz-highlight-item {
        border-right: 0;
        border-bottom: 1px solid var(--homebiz-border);
    }

    .homebiz-business-highlights .col-lg-4:last-child .homebiz-highlight-item {
        border-bottom: 0;
    }

    .homebiz-business-about-media,
    .homebiz-join-image {
        padding-right: 0;
    }

    .homebiz-business-about-media > img,
    .homebiz-join-image > img {
        min-height: 390px;
    }

    .homebiz-about-stat-card,
    .homebiz-join-image-label {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: -35px 15px 0;
    }

    .homebiz-about-checks {
        grid-template-columns: 1fr;
    }

    .homebiz-purpose-card {
        min-height: auto;
        margin-bottom: 20px;
        padding: 29px 24px;
    }

    .homebiz-six-step-grid {
        grid-template-columns: 1fr;
    }

    .homebiz-membership-card {
        min-height: auto;
    }

    .homebiz-testimonial-card > p {
        min-height: auto;
    }
}

@media (max-width: 390px) {
    .homebiz-business-hero h1 {
        font-size: 36px;
    }

    .homebiz-business-hero-visual {
        padding-left: 8px;
        padding-right: 8px;
    }

    .homebiz-hero-floating-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 12px 0 0;
    }

    .homebiz-hero-image-card {
        height: 330px;
    }

    .homebiz-highlight-item {
        align-items: flex-start;
    }
}


.homebiz-values-section h2 {
    color:#fff!important;
}

.footer_widgets.about_company .content_box .consulting .image {
    float: left;
    width: auto;
    padding: 20px;
    border-radius: 8px;
}


.homebiz-input-wrap .form-control { 
    padding: 0 43px  0 48px !important;
    border: 1px solid var(--homebiz-border) !important; 
}


@media (max-width: 390px) {
    .homebiz-input-wrap .form-control {
        padding-right: 30px !important;
    }
}
@media (max-width: 767px) {
    .homebiz-input-wrap .form-control { 
        padding-right: 44px !important; 
    }
}

#iq-login-model .homebiz-auth-submit, #iq-reg-model .homebiz-auth-submit {
    min-height: 56px;
    margin-bottom: 55px !important;
}




/* =====================================================================
   BIZZCONNECT BUSINESS ECOSYSTEM SECTION
   Scope: .homebiz-ecosystem-section only.
   ===================================================================== */

.homebiz-ecosystem-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(65, 192, 125, .08), transparent 24%),
        radial-gradient(circle at 92% 78%, rgba(40, 47, 59, .05), transparent 24%),
        #f8faf9;
}

.homebiz-ecosystem-section::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 70px;
    width: 190px;
    height: 190px;
    border: 32px solid rgba(65, 192, 125, .045);
    border-radius: 50%;
    pointer-events: none;
}

.homebiz-ecosystem-section .auto-container {
    position: relative;
    z-index: 2;
}

.homebiz-ecosystem-heading {
    max-width: 760px;
    margin: 0 auto 34px;
}

.homebiz-ecosystem-heading .title_sections h2 {
    margin-bottom: 12px;
}

.homebiz-ecosystem-heading .title_sections p {
    max-width: 650px;
    margin-bottom: 0;
    color: #69727e;
    font-size: 14px;
    line-height: 25px;
}

.homebiz-ecosystem-grid {
    row-gap: 22px;
}

.homebiz-ecosystem-card {
    position: relative;
    height: 100%;
    min-height: 252px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3e9e6;
    border-radius: 14px;
    color: var(--primary-color-two) !important;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 10px 30px rgba(30, 42, 58, .065);
    text-decoration: none !important;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.homebiz-ecosystem-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--primary-color-one);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s ease;
}

.homebiz-ecosystem-card:hover {
    color: var(--primary-color-two) !important;
    border-color: rgba(65, 192, 125, .42);
    box-shadow: 0 18px 42px rgba(30, 42, 58, .11);
    transform: translateY(-5px);
}

.homebiz-ecosystem-card:hover::after {
    transform: scaleX(1);
}

.homebiz-ecosystem-open {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e8e4;
    border-radius: 50%;
    color: #69727e;
    background: rgba(255, 255, 255, .96);
    font-size: 10px;
    transition: .25s ease;
}

.homebiz-ecosystem-card:hover .homebiz-ecosystem-open {
    color: #ffffff;
    border-color: var(--primary-color-one);
    background: var(--primary-color-one);
}

.homebiz-ecosystem-logo {
    width: 100%;
    height: 145px;
    min-height: 145px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #edf1ef;
    border-radius: 10px;
    background: #ffffff;
}

.homebiz-ecosystem-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    transition: transform .25s ease;
}

.homebiz-ecosystem-card:hover .homebiz-ecosystem-logo img {
    transform: scale(1.035);
}

.homebiz-ecosystem-content {
    min-height: 72px;
    padding: 16px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homebiz-ecosystem-content strong,
.homebiz-ecosystem-content small {
    display: block;
}

.homebiz-ecosystem-content strong {
    padding-right: 34px;
    overflow: hidden;
    color: var(--primary-color-two);
    font: 750 15px/1.45 var(--creote-family-one);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homebiz-ecosystem-content small {
    margin-top: 5px;
    color: #7b838d;
    font-size: 10px;
    line-height: 16px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .55px;
}

/* Tablet */
@media (max-width: 991px) {
    .homebiz-ecosystem-section {
        padding-top: 65px !important;
        padding-bottom: 70px !important;
    }

    .homebiz-ecosystem-heading {
        margin-bottom: 28px;
    }

    .homebiz-ecosystem-card {
        min-height: 238px;
    }

    .homebiz-ecosystem-logo {
        height: 138px;
        min-height: 138px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .homebiz-ecosystem-section {
        padding-top: 55px !important;
        padding-bottom: 60px !important;
    }

    .homebiz-ecosystem-heading {
        margin-bottom: 23px;
    }

    .homebiz-ecosystem-heading .title_sections p {
        font-size: 13px;
        line-height: 22px;
    }

    .homebiz-ecosystem-grid {
        row-gap: 14px;
    }

    .homebiz-ecosystem-card {
        min-height: 220px;
        padding: 12px;
        border-radius: 12px;
    }

    .homebiz-ecosystem-logo {
        height: 130px;
        min-height: 130px;
        padding: 13px 16px;
    }

    .homebiz-ecosystem-content {
        min-height: 64px;
        padding-top: 13px;
    }

    .homebiz-ecosystem-content strong {
        font-size: 14px;
    }

    .homebiz-ecosystem-open {
        right: 16px;
        top: 16px;
    }
}






