:root {
    --nearme-primary: #16A34A;
    --nearme-primary-dark: #15803D;
    --nearme-blue: #1E3A8A;
    --nearme-heading: var(--nearme-blue);
    --nearme-slate: #1E3A8A;
    --nearme-text: #64748B;
    --nearme-bg: #F8FAFC;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.navbar-nav > li > a,
.btn,
button,
.theme-btn,
.addlist,
.title-content h1,
.heading h2,
.listing-box-header h3,
.widgettitle,
.widget-title {
    font-family: "Poppins", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading h2,
.title-content h1,
.listing-box-header h3,
.widgettitle,
.widget-title {
    color: var(--nearme-heading);
}

a.btn.btn-package,
button.btn.btn-package,
#register .btn[type="submit"] {
    background: var(--nearme-primary);
    border-color: var(--nearme-primary);
    color: #ffffff;
}

a.btn.btn-package:hover,
a.btn.btn-package:focus,
button.btn.btn-package:hover,
button.btn.btn-package:focus,
#register .btn[type="submit"]:hover,
#register .btn[type="submit"]:focus {
    background: var(--nearme-primary-dark);
    border-color: var(--nearme-primary-dark);
    color: #ffffff;
}

.nearme-package-card {
    position: relative;
    min-height: 100%;
}

.nearme-pricing-packages .nearme-package-card {
    border: 0;
}

.nearme-pricing-packages .nearme-package-starter {
    background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 64%);
    box-shadow: 0 10px 28px rgba(22, 163, 74, 0.14);
}

.nearme-pricing-packages .nearme-package-growth {
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 64%);
    box-shadow: 0 10px 28px rgba(30, 58, 138, 0.16);
}

.nearme-pricing-packages .nearme-package-premium {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 64%);
    box-shadow: 0 10px 28px rgba(217, 119, 6, 0.16);
}

.nearme-pricing-packages .nearme-package-starter .package-header {
    background: linear-gradient(135deg, #16A34A, #0f766e);
}

.nearme-pricing-packages .nearme-package-growth .package-header {
    background: linear-gradient(135deg, #1E3A8A, #2563eb);
}

.nearme-pricing-packages .nearme-package-premium .package-header {
    background: linear-gradient(135deg, #92400e, #d97706);
}

.nearme-pricing-packages .nearme-package-card .package-header i,
.nearme-pricing-packages .nearme-package-card .package-header h3,
.nearme-pricing-packages .nearme-package-card .package-header p {
    color: #ffffff !important;
}

.nearme-package-card .package-header p {
    min-height: 38px;
    margin: 8px 18px 0;
    font-size: 14px;
    line-height: 1.45;
}

.nearme-package-card .package-price span {
    display: block;
    margin-top: -6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.nearme-package-ribbon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 999px;
    background: #16A34A;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.provider-plan-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.provider-plan-summary-card {
    padding: 12px;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
}

.provider-plan-summary-card.is-selected {
    border-color: #16A34A;
    background: #f0fdf4;
}

.provider-plan-summary-card strong,
.provider-plan-summary-card span,
.provider-plan-summary-card small {
    display: block;
}

.provider-plan-summary-card strong {
    color: var(--nearme-blue);
    font-size: 15px;
}

.provider-plan-summary-card span {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
}

.provider-plan-summary-card small {
    margin-top: 7px;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
}

.provider-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.provider-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.provider-gallery-header p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.provider-gallery-header > span {
    display: inline-flex;
    min-width: 68px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-weight: 800;
}

.provider-gallery-grid a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #e8eef5;
}

.provider-gallery-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    background: #edf3f8;
}

.provider-gallery-note {
    margin: 14px 0 0 !important;
    color: #64748b;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.category-coming-soon {
    cursor: default;
    opacity: 0.8;
}

.provider-onboarding-steps .add-listing-box {
    display: flex;
    min-height: 118px;
    margin-bottom: 22px;
    padding: 22px 18px 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.provider-onboarding-steps h4 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

.provider-onboarding-steps p {
    max-width: 360px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
}

.provider-onboarding-steps > [class*="col-"] {
    margin-bottom: 22px;
}

.provider-trust-box strong {
    display: block;
    margin-bottom: 8px;
    color: var(--nearme-heading);
}

.contact-service-areas {
    margin: 0 0 22px;
    padding: 16px;
    border-left: 3px solid var(--nearme-primary);
    background: #f8fafc;
}

.contact-service-areas h4 {
    margin-top: 0;
}

.local-blog-intro {
    margin-bottom: 28px;
}

.local-blog-intro h3 {
    margin-top: 0;
}

.newsletter-alert {
    display: inline-block;
    margin: 0 0 16px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(22, 163, 74, 0.16);
    color: #ffffff;
    font-weight: 600;
}

.footer-newsletter-alert {
    margin-bottom: 12px;
    font-size: 13px;
}

.home-category-shortcuts {
    width: min(980px, 100%);
    margin: 18px auto 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(9, 22, 45, 0.3);
    backdrop-filter: blur(8px);
}

.home-category-shortcuts-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: left;
}

.home-category-shortcuts-head span {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.home-category-shortcuts-head a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-category-shortcuts ul.popular-categories-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-category-shortcuts ul.popular-categories-list li {
    float: none;
    margin: 0;
}

.home-category-shortcuts ul.popular-categories-list li a {
    width: 100%;
    height: auto;
    min-height: 62px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.home-category-shortcuts .pc-box {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 5px;
    height: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

.home-category-shortcuts .pc-box > div {
    justify-self: start;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    text-align: left;
}

.home-category-shortcuts .pc-box i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--nearme-blue);
    font-size: 16px;
}

.home-category-shortcuts .pc-box p {
    display: block;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left !important;
    white-space: nowrap;
}

.home-category-shortcuts .pc-box small {
    display: block;
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.05;
    text-align: left !important;
}

.home-category-shortcuts ul.popular-categories-list li a:hover,
.home-category-shortcuts ul.popular-categories-list li a:focus {
    background: rgba(22, 163, 74, 0.22);
    border-color: rgba(255, 255, 255, 0.36);
    transform: translateY(-2px);
}

.working-hours-builder {
    padding: 18px;
    border: 1px solid #e5eaf2;
    background: #f8fafc;
}

.working-hours-mode {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.working-hours-mode label {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #dbe4f0;
    background: #ffffff;
    color: var(--nearme-heading);
    font-weight: 600;
}

.working-hours-mode input {
    margin-right: 6px;
}

.working-hours-panel label {
    font-size: 13px;
    color: var(--nearme-heading);
}

.working-hours-note {
    margin: 12px 0 0;
}

.working-hours-days {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.working-hours-day {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid #e5eaf2;
    background: #ffffff;
}

.working-hours-day-name {
    margin: 0;
    color: var(--nearme-heading);
    font-weight: 600;
}

.working-hours-day-name input {
    margin-right: 6px;
}

.working-hours-list {
    margin: 0;
}

.working-hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #edf2f7;
}

.working-hours-list li:last-child {
    border-bottom: 0;
}

.working-hours-list strong {
    color: var(--nearme-heading);
}

.working-hours-list span {
    text-align: right;
}

nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav.no-background.white ul.nav > li > a,
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
nav.navbar.bootsnav.navbar-transparent ul.nav > li > a {
    color: #ffffff !important;
}

nav.navbar.bootsnav:not(.navbar-transparent) ul.nav > li:not(.active) > a {
    color: var(--nearme-blue) !important;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a:hover,
nav.navbar.bootsnav.navbar-transparent ul.nav > li > a:hover {
    color: #16A34A !important;
}

nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.active > a,
nav.navbar.bootsnav.navbar-transparent ul.nav > li.active > a,
nav.navbar.bootsnav:not(.navbar-transparent) ul.nav > li.active > a {
    color: #16A34A !important;
}

.navbar-brand .nearme-template-logo {
    width: min(205px, 62vw);
    max-height: 64px;
    height: auto;
    object-fit: contain;
}

.navbar-brand .nearme-header-logo {
    gap: 9px;
    align-items: center;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.navbar-brand .nearme-header-logo-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.navbar-brand .nearme-header-logo-title {
    display: block;
}

.navbar-brand .nearme-header-logo-tagline {
    display: block;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
}

nav.navbar.bootsnav.navbar-transparent .navbar-brand .nearme-header-logo-normal,
nav.navbar.bootsnav.no-background .navbar-brand .nearme-header-logo-normal {
    display: inline-flex !important;
}

nav.navbar.bootsnav.navbar-transparent .navbar-brand .nearme-header-logo-sticky,
nav.navbar.bootsnav.no-background .navbar-brand .nearme-header-logo-sticky {
    display: none !important;
}

nav.navbar.bootsnav:not(.navbar-transparent):not(.no-background) .navbar-brand .nearme-header-logo-normal {
    display: none !important;
}

nav.navbar.bootsnav:not(.navbar-transparent):not(.no-background) .navbar-brand .nearme-header-logo-sticky {
    display: inline-flex !important;
}

.navbar-brand .nearme-header-logo-normal img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.navbar-brand .nearme-header-logo-sticky img {
    width: 54px;
    height: 64px;
    object-fit: cover;
    object-position: left center;
}

.navbar-brand .nearme-header-logo-normal {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.navbar-brand .nearme-header-logo-normal strong {
    color: #ffffff;
}

.navbar-brand .nearme-header-logo-normal .nearme-header-logo-title,
.navbar-brand .nearme-header-logo-sticky .nearme-header-logo-title {
    color: #34d063;
}

.navbar-brand .nearme-header-logo-normal .nearme-header-logo-tagline {
    color: #ffffff;
}

.navbar-brand .nearme-header-logo-sticky {
    color: var(--nearme-blue);
    text-shadow: none;
}

.navbar-brand .nearme-header-logo-sticky strong,
.navbar-brand .nearme-header-logo-sticky .nearme-header-logo-tagline {
    color: var(--nearme-blue);
}

nav.navbar.bootsnav .navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 8px 15px;
    border-radius: 8px;
    background: transparent;
}

nav.navbar.bootsnav .container-fluid {
    position: relative;
}

.nearme-nav-form {
    margin: 0;
}

nav.navbar.bootsnav ul.nav > li > .nearme-nav-form > button {
    display: inline-block;
    padding: 13px 15px;
    border: 0;
    background: var(--nearme-heading);
    color: #fff;
    font: inherit;
    font-weight: 600;
    text-transform: uppercase;
}

nav.navbar.bootsnav ul.nav > li > .nearme-nav-form > button:hover {
    color: #16A34A;
}

.provider-account-page {
    padding: 70px 0;
}

.provider-account-card {
    padding: 0;
    overflow: hidden;
}

.provider-account-card .provider-account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(30, 58, 138, 0.1);
}

.provider-account-card .provider-account-header h3 {
    margin: 0 0 6px;
    color: var(--nearme-blue);
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
}

.provider-account-card .provider-account-header p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
}

.provider-account-add-btn {
    flex: 0 0 auto;
    min-width: 168px;
    padding: 13px 22px;
    text-align: center;
}

.provider-account-listing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(30, 58, 138, 0.12);
}

.provider-account-listing:last-child {
    border-bottom: 0;
}

.provider-account-listing h4 {
    margin: 0 0 8px;
    color: var(--nearme-blue);
    font-size: 22px;
    line-height: 1.25;
}

.provider-account-listing p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.45;
}

.provider-account-listing-copy {
    min-width: 0;
}

.provider-account-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 86px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.provider-account-status-pending {
    background: rgba(245, 158, 11, 0.14);
    color: #a16207;
}

.provider-account-status-approved {
    background: rgba(22, 163, 74, 0.14);
    color: #15803d;
}

.provider-account-status-rejected {
    background: rgba(220, 38, 38, 0.12);
    color: #b91c1c;
}

.provider-account-empty {
    padding: 28px 32px;
}

.provider-account-empty p {
    margin: 0;
    color: #64748b;
}

.provider-dashboard-panel {
    margin: 0 32px 28px;
    padding: 24px;
    border: 1px solid rgba(30, 58, 138, 0.12);
    border-radius: 8px;
    background: #fff;
}

.provider-dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.provider-dashboard-header h4 {
    margin: 0 0 6px;
    color: var(--nearme-blue);
    font-size: 22px;
    line-height: 1.25;
}

.provider-dashboard-header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.provider-dashboard-view-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 148px;
    padding: 9px 12px;
    border-radius: 6px;
    background: var(--nearme-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.provider-dashboard-view-link:hover,
.provider-dashboard-view-link:focus {
    color: #fff;
    background: #16a34a;
}

.provider-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.provider-dashboard-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 104px;
    padding: 14px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 8px;
    background: #f8fafc;
}

.provider-dashboard-stat.is-highlighted {
    border-color: rgba(245, 158, 11, 0.3);
    background: #fffbeb;
}

.provider-dashboard-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(30, 58, 138, 0.1);
    color: var(--nearme-blue);
}

.provider-dashboard-stat.is-highlighted .provider-dashboard-stat-icon {
    background: rgba(245, 158, 11, 0.16);
    color: #a16207;
}

.provider-dashboard-stat-copy {
    min-width: 0;
}

.provider-dashboard-stat-copy strong {
    display: block;
    color: var(--nearme-blue);
    font-size: 22px;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.provider-dashboard-stat-copy em {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.provider-dashboard-stat-copy small {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.2;
}

.provider-dashboard-status-approved {
    border-color: rgba(22, 163, 74, 0.22);
    background: #f0fdf4;
}

.provider-dashboard-status-pending {
    border-color: rgba(245, 158, 11, 0.28);
    background: #fffbeb;
}

.provider-dashboard-status-rejected {
    border-color: rgba(220, 38, 38, 0.2);
    background: #fef2f2;
}

.provider-enquiry-panel {
    margin-top: 18px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.provider-enquiry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: #f8fafc;
    border-bottom: 1px solid rgba(30, 58, 138, 0.1);
}

.provider-enquiry-header h5 {
    margin: 0;
    color: var(--nearme-blue);
    font-size: 16px;
    line-height: 1.25;
}

.provider-enquiry-header a {
    color: #16a34a;
    font-size: 13px;
    font-weight: 700;
}

.provider-enquiry-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(30, 58, 138, 0.08);
}

.provider-enquiry-row:last-child {
    border-bottom: 0;
}

.provider-enquiry-row strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.25;
}

.provider-enquiry-row span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
}

.provider-enquiry-row small {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.35;
}

.provider-enquiry-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 360px;
}

.provider-enquiry-actions > a,
.provider-enquiry-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 9px;
    border: 1px solid #dbe5ef;
    border-radius: 6px;
    background: #ffffff;
    color: var(--nearme-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.provider-enquiry-actions form {
    margin: 0;
}

.provider-enquiry-actions button {
    cursor: pointer;
}

.provider-enquiry-actions > a:hover,
.provider-enquiry-actions > a:focus,
.provider-enquiry-actions button:hover,
.provider-enquiry-actions button:focus {
    border-color: #16A34A;
    color: #16A34A;
}

.provider-enquiry-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 82px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.provider-enquiry-status-new {
    background: rgba(245, 158, 11, 0.14);
    color: #a16207;
}

.provider-enquiry-status-contacted,
.provider-enquiry-status-accepted,
.provider-enquiry-status-completed {
    background: rgba(22, 163, 74, 0.14);
    color: #15803d;
}

.provider-enquiry-status-cancelled {
    background: rgba(220, 38, 38, 0.12);
    color: #b91c1c;
}

.provider-enquiry-empty {
    padding: 16px;
}

.provider-enquiry-empty p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.provider-growth-cockpit {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.provider-score-card,
.provider-plan-card,
.provider-share-card {
    display: flex;
    min-height: 148px;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 8px;
    background: #f8fafc;
}

.provider-score-card span,
.provider-plan-card span,
.provider-share-card span,
.provider-lead-trend span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.provider-score-card strong,
.provider-plan-card strong,
.provider-share-card strong {
    color: var(--nearme-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 27px;
    line-height: 1.1;
}

.provider-score-card small,
.provider-plan-card small,
.provider-share-card small {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

.provider-plan-card a,
.provider-share-card a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 32px;
    padding: 8px 10px;
    border-radius: 6px;
    background: var(--nearme-blue);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.provider-plan-card a:hover,
.provider-plan-card a:focus,
.provider-share-card a:hover,
.provider-share-card a:focus {
    background: #16A34A;
    color: #ffffff;
}

.provider-lead-trend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.provider-lead-trend div {
    padding: 14px;
    border: 1px solid #e2eaf3;
    border-radius: 8px;
    background: #ffffff;
}

.provider-lead-trend strong {
    display: block;
    margin-bottom: 3px;
    color: var(--nearme-blue);
    font-size: 22px;
    line-height: 1.1;
}

.provider-trust-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(30, 58, 138, 0.1);
}

.provider-trust-extra span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.provider-guarantee-box p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.provider-response-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 2px 0 0;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.provider-contact-card .provider-response-pill {
    margin-top: 12px;
}

.provider-client-cta-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
}

.provider-client-cta-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    color: var(--nearme-blue);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.provider-client-cta-bar a.provider-client-cta-primary {
    border-color: #16A34A;
    background: #16A34A;
    color: #ffffff;
}

.provider-client-cta-bar a:hover,
.provider-client-cta-bar a:focus {
    border-color: var(--nearme-blue);
    background: var(--nearme-blue);
    color: #ffffff;
}

.request-service-form .form-group {
    display: block;
    margin-bottom: 15px;
}

.request-service-form label {
    display: block;
    width: 100%;
    margin: 0 0 7px;
    color: var(--nearme-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}

.request-service-form .form-control {
    width: 100%;
}

.request-service-time-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 8px;
}

.provider-card-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0;
}

.provider-card-trust-badges .provider-status-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.provider-status-verified {
    background: #eaf2ff;
    color: #0f4fb0 !important;
    border: 1px solid #b9d5ff;
}

.provider-status-open {
    background: #e8f8ee;
    color: #13833d !important;
    border: 1px solid #b9eccb;
}

.provider-status-closed {
    background: #fef2f2;
    color: #dc2626;
}

.provider-status-reply {
    background: #fffbeb;
    color: #b45309;
}

.provider-status-active {
    background: #f8fafc;
    color: #475569;
}

.marketplace-quick-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 15px;
}

.marketplace-quick-filters label {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    margin: 0;
    padding: 10px;
    border: 1px solid #dbe5ef;
    border-radius: 6px;
    background: #ffffff;
    color: var(--nearme-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.marketplace-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 9px;
}

.marketplace-active-filters span {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.nearme-review-photo {
    display: block;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
    border-radius: 8px;
    object-fit: cover;
}

.provider-growth-tool {
    margin: 0 32px 28px;
    padding: 24px;
    border: 1px solid rgba(30, 58, 138, 0.12);
    border-radius: 8px;
    background: #f8fafc;
}

.provider-growth-tool-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.provider-growth-tool-header h4 {
    margin: 0 0 6px;
    color: var(--nearme-blue);
    font-size: 22px;
    line-height: 1.25;
}

.provider-growth-tool-header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.provider-growth-score {
    flex: 0 0 auto;
    min-width: 98px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.provider-growth-score strong {
    display: block;
    color: var(--nearme-blue);
    font-size: 20px;
    line-height: 1.1;
}

.provider-growth-score span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.provider-growth-progress {
    height: 8px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.provider-growth-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #16a34a;
}

.provider-growth-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.provider-growth-task {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 14px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 8px;
    background: #fff;
}

.provider-growth-task.is-complete {
    border-color: rgba(22, 163, 74, 0.22);
    background: #f0fdf4;
}

.provider-growth-task-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
}

.provider-growth-task.is-complete .provider-growth-task-icon {
    background: #16a34a;
    color: #fff;
}

.provider-growth-task-copy h5 {
    margin: 0 0 5px;
    color: var(--nearme-blue);
    font-size: 15px;
    line-height: 1.25;
}

.provider-growth-task-copy p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.provider-growth-task-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 8px 10px;
    border-radius: 6px;
    background: var(--nearme-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.provider-growth-task-action:hover,
.provider-growth-task-action:focus {
    color: #fff;
    background: #16a34a;
}

@media (max-width: 767px) {
    .provider-account-page {
        padding: 42px 0;
    }

    .provider-account-card .provider-account-header,
    .provider-account-listing {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .provider-account-card .provider-account-header h3 {
        font-size: 24px;
    }

    .provider-account-add-btn {
        width: 100%;
    }

    .provider-dashboard-panel {
        margin: 0 22px 22px;
        padding: 18px;
    }

    .provider-dashboard-header {
        flex-direction: column;
    }

    .provider-dashboard-view-link {
        width: 100%;
    }

    .provider-dashboard-stats {
        grid-template-columns: 1fr;
    }

    .provider-dashboard-stat {
        min-height: 92px;
    }

    .provider-enquiry-header,
    .provider-enquiry-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-growth-tool {
        margin: 0 22px 22px;
        padding: 18px;
    }

    .provider-growth-tool-header,
    .provider-growth-task {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .provider-growth-tool-header {
        flex-direction: column;
    }

    .provider-growth-score {
        width: 100%;
    }

    .provider-growth-checklist {
        grid-template-columns: 1fr;
    }

    .provider-growth-task-action {
        grid-column: 1 / -1;
        width: 100%;
    }
}

nav.navbar.bootsnav.menu-center .navbar-collapse {
    text-align: center;
}

nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

nav.navbar.bootsnav.navbar-fixed {
    top: 0 !important;
}

body.home-2 .banner {
    margin-top: 0 !important;
    padding-bottom: 64px;
}

body.home-2 .banner .popular-categories.home-category-shortcuts {
    display: block;
    position: relative;
    z-index: 2;
}

body.home-2 nav.navbar.bootsnav ul.nav > li.add-listing-menu > a.addlist,
body.home-2 nav.navbar.bootsnav.navbar-transparent ul.nav > li.add-listing-menu > a.addlist,
body.home-2 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.add-listing-menu > a.addlist {
    min-height: 68px;
    height: 100%;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: #16A34A !important;
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: none !important;
}

body.home-2 nav.navbar.bootsnav ul.nav > li.add-listing-menu > a.addlist i,
body.home-2 nav.navbar.bootsnav.navbar-transparent ul.nav > li.add-listing-menu > a.addlist i,
body.home-2 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.add-listing-menu > a.addlist i {
    color: #ffffff !important;
    margin-right: 0;
}

body.home-2 nav.navbar.bootsnav ul.nav > li.add-listing-menu > a.addlist:hover,
body.home-2 nav.navbar.bootsnav.navbar-transparent ul.nav > li.add-listing-menu > a.addlist:hover,
body.home-2 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.add-listing-menu > a.addlist:hover {
    background: #15803D !important;
    color: #ffffff !important;
}

body.home-2 nav.navbar.bootsnav ul.nav > li.add-listing-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    margin-left: 0;
    padding: 0 !important;
}

button.w3-button.w3-teal.w3-xlarge.w3-right {
    right: 28px !important;
    bottom: 82px !important;
    z-index: 9998;
}

#back2Top {
    right: 28px !important;
    bottom: 24px !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 50% !important;
    z-index: 9999;
}

#back2Top i,
#back2Top:before {
    color: #ffffff !important;
    font-family: themify !important;
    font-size: 18px;
    line-height: 44px;
}

.nearme-footer-logo {
    width: 220px;
    max-width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.footer-widget .nearme-footer-logo + p {
    margin-top: 8px;
}

.footer .footer-widget .widgettitle,
.footer .footer-widget .widget-title {
    color: #ffffff !important;
}

.footer.dark-footer {
    position: relative;
    overflow: hidden;
    background: #10233f !important;
}

.footer.dark-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(22, 163, 74, 0.14), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(15, 98, 201, 0.2), transparent 30%);
    pointer-events: none;
}

.footer.dark-footer > .container,
.footer.dark-footer .footer-copyright {
    position: relative;
    z-index: 1;
}

.nearme-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.nearme-footer-cta span {
    display: block;
    margin-bottom: 6px;
    color: #86efac;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nearme-footer-cta h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.nearme-footer-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.nearme-footer-cta-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 8px;
    background: #16A34A;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
}

.nearme-footer-cta-actions a + a {
    background: #ffffff;
    color: var(--nearme-blue);
}

.nearme-footer-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 34px;
}

.nearme-footer-trust-strip div {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #dbeafe;
    font-weight: 700;
}

.nearme-footer-trust-strip i {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.16);
    color: #86efac;
}

.nearme-footer-service-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.nearme-footer-service-chips span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.footer.dark-footer .footer-widget p,
.footer.dark-footer .footer-navigation li a,
.footer.dark-footer .sing-add,
.footer.dark-footer .sing-add a {
    color: #cbd5e1;
}

.footer.dark-footer .footer-navigation li a:hover,
.footer.dark-footer .footer-navigation li a:focus,
.footer.dark-footer .sing-add a:hover,
.footer.dark-footer .sing-add a:focus {
    color: #86efac;
}

.footer.dark-footer .address-box .sing-add {
    position: relative;
    margin-bottom: 10px;
    padding-left: 42px;
    line-height: 1.45;
}

.footer.dark-footer .address-box .sing-add i {
    position: absolute;
    left: 0;
    top: -3px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #86efac;
}

.footer.dark-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.footer.dark-footer .footer-social li {
    margin: 0;
}

.footer.dark-footer .footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.footer.dark-footer .footer-social a i {
    display: inline-flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
    color: inherit;
}

.footer.dark-footer .footer-social a:hover,
.footer.dark-footer .footer-social a:focus {
    border-color: #16A34A;
    background: #16A34A;
    color: #ffffff;
}

.footer.dark-footer .sup-form {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    background: #ffffff;
}

.footer.dark-footer .sup-form .sigmup-me,
.footer.dark-footer .sup-form .sigmup-me:hover,
.footer.dark-footer .sup-form .sigmup-me:focus {
    height: 28px !important;
    min-height: 28px;
    border: 0 !important;
    padding: 8px 48px 0px 14px !important;
    line-height: 20px;
}

.footer.dark-footer .sup-form .btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: auto;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: #16A34A !important;
    color: #ffffff !important;
}

.footer.dark-footer .sup-form .btn i {
    margin: 0;
    line-height: 1;
    color: inherit;
}

.nearme-footer-mini-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 700;
}

.nearme-footer-mini-note i {
    color: #86efac;
}

.footer.dark-footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 13, 28, 0.32);
}

.footer.dark-footer .footer-copyright p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer.dark-footer .footer-copyright span {
    color: #cbd5e1;
}

.search-listing-page nav.navbar.navbar-transparent.white {
    background: #ffffff !important;
    border-bottom: 1px solid #edf1f5;
    box-shadow: 0 4px 20px rgba(36, 47, 63, 0.06);
}

.search-listing-page nav.navbar.bootsnav ul.nav > li > a,
.search-listing-page nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a {
    color: #ffffff !important;
}

.search-listing-page nav.navbar.bootsnav:not(.navbar-transparent) ul.nav > li:not(.active) > a {
    color: var(--nearme-blue) !important;
}

.search-listing-page nav.navbar.bootsnav ul.nav > li > a:hover,
.search-listing-page nav.navbar.bootsnav ul.nav > li.active > a {
    color: #16A34A !important;
}

.search-listing-page .listing-search-section {
    padding-top: 96px;
    background: #f7f9fb;
}

.search-listing-page .search-listing-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.search-listing-page .search-results-panel {
    padding: 28px 24px 40px;
    background: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(36, 47, 63, 0.08);
}

.search-listing-page .search-results-panel > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.search-listing-page .search-results-panel [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.search-listing-page .form-verticle {
    display: block;
}

.search-listing-page .range-slider {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.search-listing-page .range-slider input {
    min-width: 160px;
    max-width: 100%;
}

.search-listing-page .listing-shot {
    width: 100%;
    margin-bottom: 22px;
    background: #ffffff;
}

.search-listing-page .grid-style .listing-shot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-listing-page .listing-detail-info {
    display: grid;
    gap: 6px;
}

.search-listing-page .search-map-panel {
    padding: 0 0 0 24px;
}

.search-listing-page .nearme-map-placeholder {
    position: sticky !important;
    top: 94px;
    left: auto !important;
    right: auto !important;
    float: none !important;
    width: 100% !important;
    min-height: calc(100vh - 120px);
    height: auto;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f4ef, #eef5ff);
    border: 1px solid #dde8e1;
    z-index: 1 !important;
}

.search-listing-page .nearme-map-placeholder #main-full-map {
    min-height: 360px;
    height: 100%;
}

.search-listing-page .map-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
    color: #334e68;
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        repeating-linear-gradient(45deg, rgba(15, 81, 50, 0.08) 0 2px, transparent 2px 18px);
}

.search-listing-page .map-fallback i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    color: #ffffff;
    background: #0f5132;
    font-size: 26px;
}

.listing-search-ui .add-listing-box,
.listing-grid-page .white-box {
    padding: 28px 30px !important;
    border-radius: 8px;
    overflow: visible;
}

.listing-search-ui .add-listing-box form.form-verticle,
.listing-grid-page .white-box form.form-verticle {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    width: 100%;
}

.listing-search-ui .add-listing-box form.form-verticle:before,
.listing-search-ui .add-listing-box form.form-verticle:after,
.listing-grid-page .white-box form.form-verticle:before,
.listing-grid-page .white-box form.form-verticle:after {
    display: none;
}

.listing-search-ui .add-listing-box form.form-verticle > [class*="col-"],
.listing-grid-page .white-box form.form-verticle > [class*="col-"] {
    float: none;
    padding: 6px;
}

.listing-search-ui .form-box,
.listing-grid-page .form-box {
    position: relative;
    height: 100%;
}

.listing-search-ui .form-box .banner-icon,
.listing-grid-page .form-box .banner-icon {
    top: 14px;
    left: 18px;
    transform: none;
    z-index: 2;
    color: #8796a8;
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.listing-search-ui .form-control,
.listing-grid-page .white-box .form-control {
    height: 52px;
    min-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #e5ebf1;
    border-radius: 4px !important;
    box-shadow: none;
    line-height: 52px;
    font-size: 15px;
}

.listing-search-ui .bootstrap-select,
.listing-grid-page .bootstrap-select {
    width: 100% !important;
}

.listing-search-ui .bootstrap-select > .dropdown-toggle,
.listing-grid-page .bootstrap-select > .dropdown-toggle {
    width: 100%;
    height: 52px;
    padding-left: 50px;
    border: 1px solid #e5ebf1;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none;
}

.listing-search-ui .nice-select.form-control,
.listing-grid-page .nice-select.form-control {
    width: 100%;
    padding-left: 50px;
    line-height: 52px;
}

.listing-search-ui .nice-select .list,
.listing-grid-page .nice-select .list {
    width: 100%;
}

.listing-search-ui .nice-select .current,
.listing-grid-page .nice-select .current {
    display: block;
    height: 52px;
    line-height: 52px;
}

.listing-search-ui .nice-select:after,
.listing-grid-page .nice-select:after {
    top: 50%;
    margin-top: -5px;
}

.listing-search-ui .form-box .form-control,
.listing-grid-page .form-box .form-control {
    padding-left: 50px;
}

.marketplace-category-page .form-box input[list].form-control {
    padding-right: 50px;
}

.marketplace-category-page .form-box input[list].form-control::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.category-discovery-hero {
    position: relative;
    padding: 142px 0 74px;
    background-position: center;
    background-size: cover;
}

.category-discovery-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 20, 44, 0.72);
}

.category-discovery-hero .container {
    position: relative;
    z-index: 1;
}

.category-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 34px;
    align-items: center;
}

.category-hero-copy span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #86efac;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.category-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.12;
}

.category-hero-copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.75;
}

.category-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
    margin-top: 28px;
}

.category-hero-stats div,
.category-hero-search {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.category-hero-stats div {
    padding: 16px;
}

.category-hero-stats strong,
.category-hero-stats small {
    display: block;
}

.category-hero-stats strong {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.1;
}

.category-hero-stats small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.25;
}

.category-hero-search {
    padding: 24px;
    background: rgba(255, 255, 255, 0.96);
}

.category-hero-search h3 {
    margin: 0 0 16px;
    color: var(--nearme-blue);
    font-size: 24px;
}

.category-hero-search .form-group {
    margin-bottom: 14px;
}

.category-hero-search label {
    display: block;
    margin-bottom: 7px;
    color: var(--nearme-blue);
    font-size: 13px;
    font-weight: 700;
}

.category-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.category-hero-chips a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 6px 9px;
    border-radius: 999px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.marketplace-category-page .location-form-box:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #425466;
    transform: translateY(-45%);
    pointer-events: none;
}

.listing-search-ui select.form-control,
.listing-grid-page select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
}

.listing-search-ui .btn.theme-btn,
.listing-grid-page .btn.theme-btn {
    height: 52px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.marketplace-category-page .gray-bg {
    padding-top: 72px;
}

.category-discovery-page {
    padding-bottom: 76px;
}

.category-section-head {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.category-section-head h2 {
    margin: 0 0 10px;
    color: var(--nearme-blue);
    font-size: 34px;
    line-height: 1.22;
}

.category-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.featured-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 44px;
}

.featured-category-grid.category-popular-slider {
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}

.category-popular-slider .slick-track {
    display: flex;
}

.category-popular-slider .slick-slide {
    height: auto;
    padding: 0 6px;
}

.category-popular-slider .slick-slide > div,
.category-popular-slide {
    height: 100%;
}

.featured-category-card {
    display: flex;
    min-height: 148px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 12px;
    border: 1px solid #e2eaf3;
    border-radius: 8px;
    background: #ffffff;
    color: var(--nearme-blue);
    text-align: center;
    box-shadow: 0 10px 24px rgba(36, 47, 63, 0.06);
}

.featured-category-card i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.12);
    color: #16A34A;
    font-size: 20px;
}

.featured-category-card strong {
    color: var(--nearme-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25;
}

.featured-category-card span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.featured-category-card:hover,
.featured-category-card:focus {
    border-color: #16A34A;
    color: var(--nearme-blue);
    transform: translateY(-3px);
}

.category-popular-slider .slick-prev,
.category-popular-slider .slick-next {
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #16A34A;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.24);
}

.category-popular-slider .slick-prev {
    left: -12px;
}

.category-popular-slider .slick-next {
    right: -12px;
}

.category-popular-slider .slick-prev:before,
.category-popular-slider .slick-next:before {
    color: #ffffff;
    font-size: 18px;
    opacity: 1;
}

.category-popular-slider .slick-prev:hover,
.category-popular-slider .slick-prev:focus,
.category-popular-slider .slick-next:hover,
.category-popular-slider .slick-next:focus {
    background: #15803D;
}

.marketplace-category-page .heading {
    margin-bottom: 24px;
}

.marketplace-category-page .category-search-panel {
    padding-top: 24px !important;
}

.marketplace-category-page .category-search-summary {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #4b5f78;
    text-align: center;
}

.marketplace-category-page .category-search-summary strong {
    color: #16A34A;
    font-size: 26px;
    line-height: 1;
}

.marketplace-category-page .category-search-panel .nice-select .list {
    max-height: 220px;
    overflow-y: auto;
}

.marketplace-category-page .category-filter-clear {
    margin-top: 12px;
    text-align: center;
}

.marketplace-category-page .category-filter-clear a {
    color: #16A34A;
    font-size: 13px;
    font-weight: 700;
}

.marketplace-category-page .nearme-category-card {
    min-height: 245px;
    padding: 28px 24px 24px;
    border: 1px solid #e8eef5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(36, 47, 63, 0.07);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marketplace-category-page .category-box-2-icon {
    text-align: center;
}

.marketplace-category-page .nearme-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(36, 47, 63, 0.11);
}

.marketplace-category-page .category-box-2-icon i {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.1);
    color: #16A34A;
    font-size: 26px;
}

.marketplace-category-page .category-box-2-detail h4 {
    margin-bottom: 8px;
    color: #263f5e;
    font-weight: 700;
}

.marketplace-category-page .category-box-2-detail p {
    min-height: 46px;
    margin-bottom: 12px;
    color: #6f7f91;
}

.category-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 14px;
}

.category-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
}

.marketplace-category-page .category-card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.marketplace-category-page .category-card-action span {
    display: inline-flex;
    margin-bottom: 0;
    color: #334e68;
    font-weight: 700;
    line-height: 32px;
    white-space: nowrap;
}

.marketplace-category-page .category-card-action .btn-btn-wrowse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin: 0;
    padding: 6px 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.category-load-more-item.is-hidden {
    display: none;
}

.category-load-more-action {
    margin-top: 8px;
    text-align: center;
}

.category-load-more-btn {
    min-width: 150px;
}

.category-how-section,
.category-trust-section,
.category-provider-cta {
    margin-top: 48px;
}

.category-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.category-how-grid div {
    padding: 26px 22px;
    border: 1px solid #e2eaf3;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 10px 24px rgba(36, 47, 63, 0.06);
}

.category-how-grid i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(30, 58, 138, 0.1);
    color: var(--nearme-blue);
    font-size: 20px;
}

.category-how-grid strong,
.category-how-grid span {
    display: block;
}

.category-how-grid strong {
    margin-bottom: 8px;
    color: var(--nearme-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
}

.category-how-grid span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.category-trust-section,
.category-provider-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(36, 47, 63, 0.07);
}

.category-trust-copy h2,
.category-provider-cta h2 {
    margin: 0 0 10px;
    color: var(--nearme-blue);
    font-size: 28px;
    line-height: 1.25;
}

.category-trust-copy p,
.category-provider-cta p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.category-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.category-trust-grid div {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px;
    border-radius: 8px;
    background: #f8fafc;
    color: var(--nearme-blue);
    font-weight: 700;
}

.category-trust-grid i {
    color: #16A34A;
}

.category-provider-cta {
    background: linear-gradient(135deg, #102a56, #0f766e);
}

.category-provider-cta span,
.category-provider-cta h2,
.category-provider-cta p {
    color: #ffffff !important;
}

.category-provider-cta > div > span {
    display: inline-flex;
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.category-provider-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.author-detail-page section.overlap {
    padding-bottom: 34px !important;
}

.author-detail-page .translateY-60 {
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
}

.author-detail-page .trending-list {
    clear: both;
    overflow: hidden;
    padding-bottom: 4px;
}

.author-detail-page .trending-slick .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.nearme-why-section {
    position: relative;
    padding: 78px 0 82px;
    overflow: hidden;
}

.nearme-why-section .heading {
    margin-bottom: 34px;
}

.nearme-why-section .heading h2,
.nearme-why-section .heading h2 span,
.nearme-why-section .heading p {
    color: #ffffff !important;
}

.nearme-website-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.nearme-website-cards > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
}

.nearme-website-card {
    position: relative;
    width: 100%;
    min-height: 242px;
    padding: 30px 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
    box-shadow: 0 18px 42px rgba(7, 18, 38, 0.2);
    overflow: hidden;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nearme-website-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: #16A34A;
}

.nearme-website-cards > [class*="col-"]:nth-child(2) .nearme-website-card:before,
.nearme-website-cards > [class*="col-"]:nth-child(5) .nearme-website-card:before {
    background: #1E3A8A;
}

.nearme-website-cards > [class*="col-"]:nth-child(3) .nearme-website-card:before,
.nearme-website-cards > [class*="col-"]:nth-child(6) .nearme-website-card:before {
    background: #0f766e;
}

.nearme-website-card:hover {
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(7, 18, 38, 0.27);
}

.nearme-website-card-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #16A34A;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.24);
}

.nearme-website-cards > [class*="col-"]:nth-child(2) .nearme-website-card-icon,
.nearme-website-cards > [class*="col-"]:nth-child(5) .nearme-website-card-icon {
    background: #1E3A8A;
    box-shadow: 0 12px 24px rgba(30, 58, 138, 0.24);
}

.nearme-website-cards > [class*="col-"]:nth-child(3) .nearme-website-card-icon,
.nearme-website-cards > [class*="col-"]:nth-child(6) .nearme-website-card-icon {
    background: #0f766e;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.24);
}

.nearme-website-card h3 {
    margin: 0 0 10px;
    color: #1E3A8A;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.nearme-website-card p {
    margin: 0;
    color: #52657d;
    font-size: 15px;
    line-height: 1.7;
}

.nearme-why-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
    backdrop-filter: blur(6px);
}

.nearme-why-trust-row > div {
    min-height: 104px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.1);
}

.nearme-why-trust-row strong,
.nearme-why-trust-row span {
    display: block;
    color: #ffffff;
}

.nearme-why-trust-row strong {
    margin-bottom: 7px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.25;
}

.nearme-why-trust-row span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .nearme-why-section {
        padding: 62px 0 66px;
    }

    .nearme-why-trust-row {
        grid-template-columns: 1fr;
    }

    .nearme-why-trust-row > div {
        min-height: 0;
    }

    .provider-detail-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-listing-page .listing-search-section {
        padding-top: 82px;
    }

    .search-listing-page .search-listing-shell {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-listing-page .search-results-panel {
        padding: 22px 15px 30px;
    }

    .search-listing-page .search-map-panel {
        padding: 24px 0 0;
    }

    .search-listing-page .nearme-map-placeholder {
        position: relative;
        top: auto;
        min-height: 260px;
    }

    .listing-search-ui .add-listing-box,
    .listing-grid-page .white-box {
        padding: 22px 18px !important;
    }

    .listing-search-ui .add-listing-box form.form-verticle > [class*="col-"],
    .listing-grid-page .white-box form.form-verticle > [class*="col-"] {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .nearme-website-cards {
        margin-left: 0;
        margin-right: 0;
    }

    .nearme-website-cards > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .nearme-website-card {
        min-height: 0;
        padding: 26px 22px 24px;
    }

    .nearme-website-card-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
        font-size: 22px;
    }

    .nearme-why-trust-row > div {
        padding: 18px 20px;
    }

    .provider-detail-hero-card .listing-shot-img {
        min-height: 240px;
    }

    .provider-detail-hero-card .listing-shot-img img {
        height: 240px;
    }

    .provider-detail-page .listing-shot-caption {
        padding: 24px 20px;
    }

    .provider-detail-title-row {
        flex-direction: column;
        gap: 12px;
    }

    .provider-detail-page .listing-shot-caption h2 {
        font-size: 27px;
    }

    .provider-detail-plan-badge {
        align-self: flex-start;
    }

    .provider-detail-stat-grid,
    .provider-detail-info-grid {
        grid-template-columns: 1fr;
    }

    .provider-detail-stat-grid div,
    .provider-detail-info-grid div {
        min-height: 0;
    }

    .search-listing-page .listing-search-section {
        padding-top: 72px;
    }

    .search-listing-page .search-results-panel h3 {
        font-size: 24px;
        line-height: 1.25;
    }

    .search-listing-page .custom-radio {
        display: inline-flex;
        margin-bottom: 10px;
    }

    .search-listing-page .form-control,
    .search-listing-page .bootstrap-select,
    .search-listing-page .bootstrap-select .btn {
        width: 100% !important;
    }

    .search-listing-page .search-map-panel {
        display: none;
    }

    .listing-search-ui .add-listing-box form.form-verticle > [class*="col-"],
    .listing-grid-page .white-box form.form-verticle > [class*="col-"] {
        width: 100%;
    }

    .marketplace-category-page .category-search-summary {
        display: block;
    }

    .marketplace-category-page .category-search-summary strong {
        display: block;
        margin-bottom: 4px;
    }

    .author-detail-page .translateY-60 {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .nearme-website-cards {
        display: block;
    }

    .nearme-website-cards > [class*="col-"] {
        display: block;
    }

    .nearme-website-card {
        min-height: 0;
    }
}

.title-transparent .title-content {
    padding: 88px 0 72px;
    color: #ffffff;
    text-align: center;
}

.title-transparent .title-content h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 700;
}

.title-transparent .breadcrumbs,
.title-transparent .breadcrumbs a,
.title-transparent .breadcrumbs span {
    color: #ffffff;
}

.title-transparent .breadcrumbs a:after {
    content: "/";
    display: inline-block;
    margin: 0 8px;
    opacity: 0.75;
}

.nearme-provider-card {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
}

.home-favourite-listings.is-static {
    display: flex;
    flex-wrap: wrap;
}

.home-favourite-listings.is-static .list-slide-box {
    width: 33.3333%;
}

.nearme-provider-card .listing-shot-img {
    height: 170px;
    min-height: 170px;
    max-height: 170px;
    overflow: visible;
}

.search-listing-page .nearme-provider-card .listing-shot-img {
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    overflow: visible;
}

.nearme-provider-card .listing-shot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nearme-provider-card .provider-card-avatar {
    position: absolute;
    left: auto;
    right: 12px;
    bottom: -29px;
    top: auto;
    z-index: 5;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(36, 47, 63, 0.18);
}

.nearme-provider-card .provider-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.nearme-provider-card .listing-badge.now-open {
    top: 12px;
    left: 12px;
    z-index: 4;
    display: inline-flex;
    width: auto;
    min-width: 0;
    align-items: center;
    gap: 6px;
    float: none;
    margin: 0;
    padding: 7px 11px;
    border-radius: 999px;
    transform: none;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.nearme-provider-card .provider-card-premium-badge {
    background: linear-gradient(135deg, #b7791f 0%, #d99a25 48%, #f2c14e 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(183, 121, 31, 0.26);
}

.nearme-provider-card .provider-card-featured-badge {
    background: linear-gradient(135deg, #0f766e 0%, #0f9fba 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.24);
}

.nearme-provider-card .provider-card-starter-badge {
    border: 1px solid #cbd5e1;
    background: rgba(248, 250, 252, 0.96) !important;
    color: #334155 !important;
    box-shadow: 0 8px 18px rgba(51, 65, 85, 0.14);
}

.nearme-provider-card .provider-card-premium-badge i,
.nearme-provider-card .provider-card-featured-badge i {
    color: #ffffff;
}

.nearme-provider-card .provider-card-starter-badge i {
    color: #334155;
}

.nearme-provider-card .like-listing {
    z-index: 4;
}

.nearme-provider-card .listing-shot-caption {
    padding: 12px 15px 8px;
}

.nearme-provider-card .listing-shot-caption h4 {
    display: -webkit-box;
    min-height: 22px;
    margin: 0 0 4px;
    overflow: hidden;
    color: #243f5f;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nearme-provider-card .listing-shot-caption h4 a {
    color: inherit;
}

.nearme-provider-card .listing-shot-caption h4 a:hover,
.nearme-provider-card .listing-shot-caption h4 a:focus {
    color: #16469d;
}

.nearme-provider-card .listing-location {
    display: -webkit-box;
    min-height: 20px;
    overflow: hidden;
    color: #4a5f7a;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nearme-provider-card .provider-category-tag {
    display: inline-flex;
    max-width: 100%;
    margin-top: 8px;
    padding: 4px 10px;
    overflow: hidden;
    border-radius: 3px;
    background: #16469d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nearme-provider-card a.provider-category-tag:hover,
.nearme-provider-card a.provider-category-tag:focus {
    color: #ffffff;
    background: #0f3272;
}

.nearme-provider-card .provider-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 7px 18px;
    margin-top: 12px;
    color: #52657d;
    font-size: 13px;
    line-height: 1.35;
}

.nearme-provider-card .provider-card-meta span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nearme-provider-card .provider-card-meta span:nth-child(1),
.nearme-provider-card .provider-card-meta span:nth-child(2) {
    flex-basis: 100%;
}

.nearme-provider-card .provider-card-meta i {
    width: 15px;
    margin-right: 6px;
    color: #9aa8b8;
    text-align: center;
}

.nearme-provider-card .author-img-box {
    display: none !important;
}

.nearme-provider-card .listing-shot-info {
    padding: 8px 15px;
}

.nearme-provider-card .listing-detail-info {
    display: grid;
    gap: 5px;
}

.nearme-provider-card .listing-detail-info span {
    display: block;
    margin: 0;
    overflow: hidden;
    color: #65728a;
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nearme-provider-card .listing-detail-info span i {
    width: 15px;
    margin-right: 6px;
    text-align: center;
}

.nearme-provider-card .listing-shot-info.rating {
    padding: 8px 15px;
}

.nearme-provider-card .listing-shot-info.rating .row {
    display: flex;
    align-items: center;
}

.nearme-provider-card .provider-rating-stars {
    width: 100%;
}

.nearme-provider-card .provider-open-status {
    display: inline-block;
    color: #dc2626;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.nearme-provider-card .provider-open-status.is-open {
    color: #008c2f;
}

.nearme-provider-card .listing-info ul {
    margin: 0;
}

.nearme-provider-card .listing-info li {
    font-size: 13px;
}

.nearme-provider-card span.rating-count {
    font-size: 13px;
}

.nearme-category-card {
    min-height: 250px;
    margin-bottom: 30px;
}

.detail-wrap {
    margin-bottom: 30px;
    background: #ffffff;
}

.detail-wrap .listing-shot-img {
    max-height: 360px;
    overflow: hidden;
}

.detail-wrap .listing-shot-img img {
    width: 100%;
}

.nearme-service-row,
.nearme-review-row {
    padding: 16px 0;
    border-bottom: 1px solid #edf1f5;
}

.nearme-service-row:last-child,
.nearme-review-row:last-child {
    border-bottom: 0;
}

.provider-detail-page .gray-bg {
    padding-top: 70px;
    padding-bottom: 76px;
}

.provider-detail-page .detail-wrap {
    overflow: hidden;
    border: 1px solid rgba(30, 58, 138, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(36, 47, 63, 0.1);
}

.provider-detail-hero-card .listing-shot-img {
    position: relative;
    min-height: 360px;
    background: #e8eef5;
}

.provider-detail-hero-card .listing-shot-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.5));
    pointer-events: none;
}

.provider-detail-hero-card .listing-shot-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.provider-detail-page .listing-shot-img .pcat-name {
    z-index: 3;
    border-radius: 999px;
    background: var(--nearme-blue);
    color: #ffffff;
    font-weight: 700;
}

.provider-detail-hero-card .approve-listing {
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 4px solid #ffffff;
    background: #16A34A;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.provider-detail-page .listing-shot-caption {
    padding: 28px 30px 30px;
}

.provider-detail-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.provider-detail-eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    color: #16A34A;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.provider-detail-page .listing-shot-caption h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--nearme-blue);
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
}

.provider-detail-page .listing-shot-caption .listing-location {
    margin-bottom: 0;
    color: #52657d;
    font-size: 16px;
    line-height: 1.45;
}

.provider-detail-page .listing-shot-caption .listing-location i {
    margin-right: 6px;
    color: #16A34A;
}

.provider-detail-plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-width: 104px;
    padding: 10px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1E3A8A, #16A34A);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
}

.provider-detail-plan-badge i {
    color: inherit;
}

.provider-detail-plan-premium {
    background: linear-gradient(135deg, #b7791f 0%, #d99a25 48%, #f2c14e 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(183, 121, 31, 0.26);
}

.provider-detail-plan-featured {
    background: linear-gradient(135deg, #0f766e 0%, #0f9fba 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
}

.provider-detail-plan-listed {
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #334155;
    box-shadow: none;
}

.provider-detail-status-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.provider-detail-status-chips .provider-status-chip {
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.provider-detail-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.provider-detail-stat-grid-basic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.provider-detail-stat-grid-promoted {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.provider-detail-stat-grid div,
.provider-detail-info-grid div {
    border: 1px solid #e2eaf3;
    border-radius: 8px;
    background: #f8fafc;
}

.provider-detail-stat-grid div {
    min-height: 92px;
    padding: 16px 14px;
}

.provider-detail-stat-grid strong {
    display: block;
    color: var(--nearme-blue);
    font-size: 26px;
    line-height: 1.05;
}

.provider-detail-stat-grid span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.provider-detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.provider-detail-info-grid div {
    position: relative;
    min-height: 92px;
    padding: 16px 16px 16px 54px;
}

.provider-detail-info-grid i {
    position: absolute;
    left: 16px;
    top: 18px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(22, 163, 74, 0.12);
    color: #16A34A;
}

.provider-detail-info-grid span,
.provider-detail-info-grid strong {
    display: block;
}

.provider-detail-info-grid span {
    margin-bottom: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.provider-detail-info-grid strong {
    color: #263f5e;
    font-size: 14px;
    line-height: 1.35;
}

.provider-basic-listing-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #52657d;
    font-size: 14px;
    line-height: 1.55;
}

.provider-basic-listing-note i {
    margin-top: 2px;
    color: #1e3a8a;
}

.provider-featured-growth-box {
    overflow: hidden;
    border: 1px solid rgba(15, 118, 110, 0.2) !important;
    border-top: 4px solid #0f766e !important;
    background:
        linear-gradient(135deg, rgba(240, 253, 244, 0.86), rgba(239, 246, 255, 0.92)),
        #ffffff !important;
}

.provider-featured-grid,
.provider-starter-grid {
    display: grid;
    gap: 14px;
}

.provider-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.provider-featured-grid div {
    min-height: 142px;
    padding: 18px;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

.provider-featured-grid i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 17px;
}

.provider-featured-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
}

.provider-featured-grid p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

.provider-starter-box {
    border-top: 4px solid #94a3b8 !important;
}

.provider-starter-box > p {
    margin-bottom: 18px !important;
}

.provider-starter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.provider-starter-grid span {
    display: flex;
    min-height: 72px;
    gap: 9px;
    align-items: center;
    padding: 12px;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #52657d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.provider-detail-page .add-listing-box {
    padding: 30px 34px !important;
    margin-bottom: 26px;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(36, 47, 63, 0.06);
}

.provider-detail-page .listing-box-header {
    margin: -30px -34px 24px;
    padding: 24px 34px;
    border-bottom: 1px solid #e8eef5;
    background: #ffffff;
    text-align: left;
}

.provider-detail-page .listing-box-header h3 {
    margin: 0;
    color: #263f5e;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
}

.provider-detail-page .add-listing-box > p {
    margin-bottom: 0;
    color: #677782;
    font-size: 16px;
    line-height: 1.8;
}

.provider-detail-page .nearme-service-row,
.provider-detail-page .nearme-review-row {
    padding: 4px 0 22px;
    margin-bottom: 22px;
}

.provider-detail-page .nearme-service-row h4,
.provider-detail-page .nearme-review-row h4 {
    margin: 0 0 10px;
    color: #263f5e;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.provider-detail-page .nearme-service-row span.theme-cl {
    display: block;
    margin-bottom: 8px;
    color: #16A34A !important;
    font-size: 15px;
}

.provider-detail-page .nearme-service-row p,
.provider-detail-page .nearme-review-row p {
    margin-bottom: 0;
    color: #677782;
    font-size: 15px;
    line-height: 1.7;
}

.provider-detail-page .rating-count {
    margin-left: 8px;
    color: #263f5e;
    font-size: 14px;
    font-weight: 700;
}

.provider-detail-page .sidebar .widget-boxed {
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(36, 47, 63, 0.06);
}

.provider-detail-page .sidebar .widget-boxed-header h4 {
    margin: 0;
}

.provider-detail-page .sidebar .btn + .btn {
    margin-top: 10px;
}

.provider-location-map-card .widget-boxed-body {
    padding-top: 18px;
}

.provider-location-map {
    height: 220px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    background: #edf3f8;
}

.provider-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.provider-location-map-card p {
    margin: 0 0 12px;
    color: #52657d;
    font-size: 14px;
    line-height: 1.5;
}

.provider-detail-page .provider-contact-card {
    overflow: hidden;
    border: 1px solid #dbe7f3;
    border-top: 4px solid var(--nearme-blue);
}

.provider-contact-card .widget-boxed-header {
    padding: 22px 20px 8px;
    border-bottom: 0;
    background: #ffffff;
}

.provider-contact-card .widget-boxed-header h4,
.provider-contact-card .widget-boxed-header h4 i {
    color: var(--nearme-blue);
}

.provider-contact-card .widget-boxed-header h4 {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 22px;
}

.provider-contact-card .widget-boxed-body {
    padding: 10px 20px 18px;
}

.provider-contact-summary {
    margin: 0 0 18px;
}

.provider-contact-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 11px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f8ee;
    color: #13833d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
}

.provider-contact-summary strong {
    display: block;
    color: var(--nearme-blue);
    font-size: 20px;
    line-height: 1.25;
}

.provider-contact-summary p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.provider-contact-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.provider-contact-action {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.provider-contact-action i {
    font-size: 18px;
    color: #ffffff;
}

.provider-contact-action:hover,
.provider-contact-action:focus {
    color: #ffffff;
    transform: translateY(-1px);
}

.provider-contact-whatsapp {
    background: #16A34A;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.22);
}

.provider-contact-call {
    background: #0f62c9;
    box-shadow: 0 8px 18px rgba(15, 98, 201, 0.2);
}

.provider-contact-request-link {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
    border: 1px solid #dbe7f3;
    border-radius: 8px;
    background: #f8fafc;
    color: var(--nearme-blue);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.provider-contact-request-link:hover,
.provider-contact-request-link:focus {
    border-color: var(--nearme-blue);
    background: #eef5ff;
    color: var(--nearme-blue);
}

.provider-contact-meta {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5edf5;
}

.provider-contact-meta p {
    position: relative;
    margin: 0 0 10px;
    padding-left: 30px;
    color: #4f6077;
    font-size: 14px;
    line-height: 1.5;
}

.provider-contact-meta p:last-child {
    margin-bottom: 0;
}

.provider-contact-meta i {
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5ff;
    color: var(--nearme-blue);
    font-size: 12px;
}

.widget-boxed .btn-block + .btn-block {
    margin-top: 10px;
}

.contact-page {
    padding-top: 72px;
    padding-bottom: 78px;
}

.contact-map {
    height: 360px;
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dfe8f1;
    background: #edf3f8;
    box-shadow: 0 10px 28px rgba(36, 47, 63, 0.07);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-info-panel,
.contact-form-panel {
    min-height: 100%;
    padding: 32px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(36, 47, 63, 0.07);
}

.contact-info-panel h3,
.contact-form-panel h3 {
    margin-top: 0;
    margin-bottom: 14px;
    color: #263f5e;
    font-weight: 700;
}

.contact-info-panel p {
    margin-bottom: 24px;
    color: #677782;
    font-size: 15px;
    line-height: 1.7;
}

.contact-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.contact-list li {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #edf1f5;
}

.contact-list li:first-child {
    padding-top: 0;
}

.contact-list i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.1);
    color: #16A34A;
    font-size: 20px;
}

.contact-list span {
    display: block;
    margin-bottom: 3px;
    color: #65728a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-list a {
    color: #263f5e;
    font-weight: 700;
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #263f5e;
    color: #ffffff;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #65728a;
    font-weight: 600;
}

.contact-form .form-control {
    width: 100% !important;
    height: 48px;
    border: 1px solid #dbe5ef;
    border-radius: 3px;
    background-color: #fbfdff;
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .text-danger {
    display: block;
    margin-top: 7px;
    font-size: 13px;
}

.wrapper > section:first-of-type:not(.title-transparent) {
    padding-top: 120px;
}

.wrapper > section.padd-0,
.wrapper > section.overlap {
    padding-bottom: 44px !important;
}

.wrapper > section.padd-top-0:not(.overlap) {
    padding-top: 28px !important;
}

.upload-btn-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.upload-btn-wrapper input[type="file"] {
    width: 100% !important;
    max-width: 100% !important;
    right: 0;
}

.edit-info .form-control,
.add-listing-box .form-control,
.widget-boxed .form-control {
    max-width: 100%;
}

.provider-listing-form {
    padding: 0 42px 42px;
}

.provider-listing-form .listing-box-header {
    margin: 0 -42px 34px;
    padding: 28px 32px 24px;
    border-bottom: 1px solid #eaeff5;
}

.provider-listing-form .listing-box-header h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
}

.provider-listing-form .row {
    margin-left: -18px;
    margin-right: -18px;
}

.provider-listing-form [class*="col-"] {
    padding-left: 18px;
    padding-right: 18px;
}

.provider-listing-form .form-group {
    display: block;
    margin-bottom: 24px;
}

.provider-listing-form label {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 9px;
    color: #65728a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.provider-listing-form .form-control,
.provider-listing-form select.form-control {
    display: block;
    float: none;
    width: 100% !important;
    min-width: 0;
    height: 48px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid #dbe5ef;
    border-radius: 3px;
    background-color: #fbfdff;
    color: #243f5f;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none;
}

.provider-listing-form .bootstrap-select,
.provider-listing-form .bootstrap-select.form-control {
    display: block;
    float: none;
    width: 100% !important;
    height: auto;
    margin: 0;
}

.provider-listing-form .bootstrap-select > .dropdown-toggle,
.provider-listing-form .bootstrap-select button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border: 1px solid #dbe5ef;
    border-radius: 3px;
    background: #fbfdff;
    color: #243f5f;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none;
}

.provider-listing-form .bootstrap-select .filter-option {
    line-height: 26px;
}

.provider-listing-form .nice-select.form-control {
    display: block;
    float: none;
    width: 100% !important;
    height: 48px;
    margin: 0;
    padding: 10px 42px 10px 16px;
    border: 1px solid #dbe5ef;
    border-radius: 3px;
    background-color: #fbfdff;
    color: #243f5f;
    font-size: 15px;
    line-height: 26px;
    box-shadow: none;
}

.provider-listing-form .nice-select .current {
    display: block;
    line-height: 26px;
}

.provider-listing-form .nice-select .list {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
}

.provider-listing-form textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.provider-listing-form .text-danger {
    display: block;
    margin-top: 7px;
    font-size: 13px;
}

.provider-listing-form .btn.theme-btn {
    margin-top: 4px;
}

.marketplace-filter-sidebar .widget-boxed {
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(36, 47, 63, 0.06);
}

.marketplace-filter-sidebar label {
    display: block;
    margin: 0 0 8px;
    color: #65728a;
    font-size: 14px;
    font-weight: 600;
}

.marketplace-filter-sidebar .form-control,
.marketplace-filter-sidebar .nice-select.form-control {
    width: 100% !important;
    height: 46px;
    border: 1px solid #dbe5ef;
    border-radius: 3px;
    background-color: #fbfdff;
}

.marketplace-filter-sidebar .nice-select.form-control {
    float: none;
    line-height: 24px;
    padding: 10px 40px 10px 14px;
}

.marketplace-filter-sidebar .nice-select .current {
    line-height: 24px;
}

.marketplace-filter-sidebar .nice-select .list {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
}

.listing-filter-list {
    max-height: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.listing-filter-list li {
    border-bottom: 1px solid #edf2f7;
}

.listing-filter-list li:last-child {
    border-bottom: 0;
}

.listing-filter-list a {
    display: block;
    padding: 7px 0;
    color: #53657d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.listing-filter-list li.active a,
.listing-filter-list a:hover {
    color: #16A34A;
}

.listing-filter-list::-webkit-scrollbar {
    width: 6px;
}

.listing-filter-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
}

.listing-filter-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.marketplace-results-header {
    padding: 18px 20px;
    border: 1px solid #eaeff5;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(36, 47, 63, 0.05);
}

.marketplace-results-header h4 {
    margin: 0 0 4px;
    color: #243f5f;
}

.marketplace-results-header p {
    margin: 0;
    color: #718096;
}

.marketplace-empty-state {
    padding: 36px 24px;
}

.layout-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.layout-option a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe5ef;
    border-radius: 4px;
    background: #ffffff;
    color: var(--nearme-text) !important;
    font-size: 17px;
}

.layout-option a.active,
.layout-option a:hover,
.layout-option a:focus {
    background: #f8fafc;
}

.provider-results-list .nearme-provider-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 210px;
}

.provider-results-list .nearme-provider-card > a {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.provider-results-list .nearme-provider-card .listing-shot-img {
    width: 260px;
    min-width: 260px;
    height: auto !important;
    min-height: 210px !important;
    max-height: none !important;
}

.provider-results-list .nearme-provider-card .listing-shot-caption {
    flex: 1 1 auto;
    padding: 24px 24px 18px;
}

.provider-results-list .nearme-provider-card .listing-shot-caption h4 {
    -webkit-line-clamp: 2;
    font-size: 21px;
}

.provider-results-list .nearme-provider-card .listing-shot-info {
    width: 100%;
    display: block;
    border-top: 1px solid #edf1f5;
    border-left: 0;
}

.provider-results-list .nearme-provider-card .listing-shot-info.rating {
    width: 100%;
}

.latest-listing-widget .widget-boxed-body {
    padding-left: 18px;
    padding-right: 18px;
}

.latest-listing-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f5;
}

.latest-listing-item:last-child {
    border-bottom: 0;
}

.latest-listing-thumb {
    width: 68px;
    height: 58px;
    flex: 0 0 68px;
    overflow: hidden;
    border-radius: 6px;
    background: #edf3f8;
}

.latest-listing-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-listing-content {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.latest-listing-content strong {
    overflow: hidden;
    color: var(--nearme-heading);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-listing-content small,
.latest-listing-content em {
    overflow: hidden;
    color: var(--nearme-text);
    font-size: 12px;
    font-style: normal;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nearme-pagination-wrap {
    margin-top: 18px;
}

.pagination.nearme-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
}

.pagination.nearme-pagination > li > a,
.pagination.nearme-pagination > li > span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dbe5ef;
    border-radius: 50% !important;
    background: #ffffff;
    color: var(--nearme-heading) !important;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    line-height: 40px;
}

.pagination.nearme-pagination > li > a i,
.pagination.nearme-pagination > li > span i {
    color: inherit !important;
    font-size: 16px;
    line-height: 1;
}

.pagination.nearme-pagination > li.active > a,
.pagination.nearme-pagination > li.active > span,
.pagination.nearme-pagination > li > a:hover,
.pagination.nearme-pagination > li > a:focus {
    color: #16A34A !important;
}

.pagination.nearme-pagination > li.active > a,
.pagination.nearme-pagination > li.active > span {
    border-color: #16A34A;
}

.pagination.nearme-pagination > li.disabled > span {
    cursor: not-allowed;
    opacity: 0.55;
}

.blog-category-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
}

.blog-category-filter a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid #dfe8f2;
    border-radius: 4px;
    background: #ffffff;
    color: #31506f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.blog-category-filter a span {
    min-width: 22px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #edf7f1;
    color: #16A34A;
    text-align: center;
    font-size: 12px;
}

.blog-category-filter a.active,
.blog-category-filter a:hover,
.blog-category-filter a:focus {
    border-color: #16A34A;
    background: #16A34A;
    color: #ffffff;
}

.blog-category-filter a.active span,
.blog-category-filter a:hover span,
.blog-category-filter a:focus span {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .home-category-shortcuts ul.popular-categories-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-hero-grid,
    .category-trust-section,
    .category-provider-cta {
        grid-template-columns: 1fr;
    }

    .featured-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .category-provider-actions {
        justify-content: flex-start;
    }

    .title-transparent .title-content {
        padding: 76px 0 58px;
    }

    .translateY-60 {
        transform: translateY(-36px);
        -webkit-transform: translateY(-36px);
    }

    .wrapper > section.padd-0,
    .wrapper > section.overlap {
        padding-bottom: 36px !important;
    }
}

@media (max-width: 767px) {
    .wrapper > section:first-of-type:not(.title-transparent) {
        padding-top: 96px;
    }

    .home-favourite-listings.is-static .list-slide-box {
        width: 50%;
    }

    .title-transparent .title-content {
        padding: 70px 0 48px;
    }

    .title-transparent .title-content h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .translateY-60 {
        transform: translateY(-24px);
        -webkit-transform: translateY(-24px);
    }

    .wrapper > section.padd-0,
    .wrapper > section.overlap {
        padding-bottom: 30px !important;
    }

    .nearme-provider-card .listing-shot-img {
        height: 200px;
    }

    .listing-badge.now-open {
        left: 8px;
    }

    .nearme-provider-card .listing-badge.now-open {
        top: 10px;
        left: 10px;
    }

    .invoice-wrapper,
    .detail-wrapper,
    .add-listing-box,
    .white-box {
        margin-left: 0;
        margin-right: 0;
    }

    .provider-listing-form {
        padding: 0 20px 28px;
    }

    .provider-listing-form .listing-box-header {
        margin: 0 -20px 24px;
        padding: 22px 18px 20px;
    }

    .provider-listing-form .listing-box-header h3 {
        font-size: 24px;
    }

    .provider-listing-form .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .provider-listing-form [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .provider-listing-form .form-group {
        margin-bottom: 18px;
    }

    .home-category-shortcuts {
        margin-top: 14px;
        padding: 12px;
    }

    .home-category-shortcuts-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-category-shortcuts ul.popular-categories-list {
        grid-template-columns: 1fr;
    }

    .home-category-shortcuts ul.popular-categories-list li a {
        min-height: 58px;
    }

    .working-hours-days {
        grid-template-columns: 1fr;
    }

    .working-hours-day {
        grid-template-columns: 1fr;
    }

    .marketplace-results-header .layout-option {
        float: none !important;
        margin-top: 12px;
    }

    .category-discovery-hero {
        padding: 112px 0 54px;
    }

    .category-hero-copy h1 {
        font-size: 34px;
    }

    .category-hero-stats,
    .category-how-grid,
    .category-trust-grid,
    .featured-category-grid {
        grid-template-columns: 1fr;
    }

    .category-trust-section,
    .category-provider-cta {
        padding: 24px 20px;
    }

    .provider-results-list .nearme-provider-card,
    .provider-results-list .nearme-provider-card > a {
        display: block;
    }

    .provider-results-list .nearme-provider-card .listing-shot-img,
    .provider-results-list .nearme-provider-card .listing-shot-info,
    .provider-results-list .nearme-provider-card .listing-shot-info.rating {
        width: 100%;
        min-width: 0;
        border-left: 0;
    }

    .provider-results-list .nearme-provider-card .listing-shot-img {
        min-height: 200px !important;
    }

    .provider-growth-cockpit,
    .provider-lead-trend,
    .provider-client-cta-bar,
    .marketplace-quick-filters,
    .provider-plan-summary,
    .provider-gallery-grid,
    .request-service-time-grid {
        grid-template-columns: 1fr;
    }

    .provider-enquiry-row,
    .provider-dashboard-header,
    .provider-growth-tool-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-enquiry-actions {
        justify-content: flex-start;
        max-width: none;
    }

    .provider-detail-page .add-listing-box {
        padding: 24px 20px !important;
    }

    .provider-detail-page .listing-box-header {
        margin: -24px -20px 20px;
        padding: 20px;
    }

    .provider-detail-page .listing-box-header h3 {
        font-size: 24px;
    }

    .contact-page {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    .contact-map {
        height: 260px;
    }

    .contact-info-panel {
        margin-bottom: 24px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 24px 20px;
    }
}

.contact-info-panel h3,
.contact-form-panel h3,
.listing-box-header h3,
.widgettitle,
.widget-title,
.marketplace-category-page .category-box-2-detail h4,
.provider-detail-page .nearme-service-row h4,
.provider-detail-page .nearme-review-row h4 {
    color: var(--nearme-heading) !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-weight: 600 !important;
}

.contact-info-panel p,
.contact-form label,
.provider-listing-form label,
.marketplace-results-header p,
.nearme-provider-card .listing-location,
.nearme-provider-card .listing-detail-info span,
.provider-detail-page .nearme-service-row p,
.provider-detail-page .nearme-review-row p {
    color: var(--nearme-text) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-weight: 400;
}

.sticky-contact-buttons {
    position: fixed;
    right: 0;
    top: 58%;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-50%);
}

.sticky-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 56px;
    min-height: 132px;
    padding: 14px 0;
    border-radius: 6px 0 0 6px;
    color: #ffffff !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-direction: column;
}

.sticky-contact-btn:hover,
.sticky-contact-btn:focus {
    color: #ffffff !important;
    transform: translateX(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
}

.sticky-contact-btn i {
    width: 18px;
    font-size: 18px;
    text-align: center;
}

.sticky-contact-btn span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.sticky-contact-call {
    background: #0f766e;
}

.sticky-contact-whatsapp {
    background: #16A34A;
}

@media (max-width: 575px) {
    .home-favourite-listings.is-static .list-slide-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sticky-contact-buttons {
        right: 12px;
        top: auto;
        bottom: 18px;
        transform: none;
        flex-direction: column;
    }

    .sticky-contact-btn {
        width: 52px;
        min-height: 112px;
        padding: 12px 0;
        border-radius: 28px;
    }
}

.services-page nav.navbar.navbar-transparent.white,
.service-detail-page nav.navbar.navbar-transparent.white {
    background: #ffffff !important;
    border-bottom: 1px solid #edf1f5;
    box-shadow: 0 4px 20px rgba(36, 47, 63, 0.06);
}

.services-page nav.navbar.bootsnav ul.nav > li > a,
.services-page nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
.service-detail-page nav.navbar.bootsnav ul.nav > li > a,
.service-detail-page nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a {
    color: var(--nearme-blue) !important;
    text-shadow: none !important;
}

.services-page nav.navbar.bootsnav ul.nav > li.active > a,
.services-page nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.active > a,
.service-detail-page nav.navbar.bootsnav ul.nav > li.active > a,
.service-detail-page nav.navbar.bootsnav.navbar-transparent.white ul.nav > li.active > a {
    color: #16A34A !important;
}

.services-page nav.navbar.bootsnav .navbar-brand .nearme-header-logo-normal,
.service-detail-page nav.navbar.bootsnav .navbar-brand .nearme-header-logo-normal {
    display: none !important;
}

.services-page nav.navbar.bootsnav .navbar-brand .nearme-header-logo-sticky,
.service-detail-page nav.navbar.bootsnav .navbar-brand .nearme-header-logo-sticky {
    display: inline-flex !important;
}

.service-hero,
.service-detail-hero {
    padding: 136px 0 78px;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(240, 253, 244, 0.96)),
        #f8fafc;
}

.service-hero-grid,
.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 46px;
    align-items: center;
}

.service-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #16A34A;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-hero h1,
.service-detail-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: var(--nearme-heading);
    font-size: 48px;
    line-height: 1.12;
}

.service-hero p,
.service-detail-hero p,
.service-section-head p,
.service-card p,
.service-approach-item p,
.service-cta p,
.service-related-card span {
    color: var(--nearme-text);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.service-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbe5ef;
    background: #ffffff;
    color: var(--nearme-blue) !important;
    font-weight: 700;
}

.service-hero-media,
.service-detail-media {
    position: relative;
}

.service-hero-media img,
.service-detail-media img,
.service-card-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-hero-media img,
.service-detail-media img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(30, 58, 138, 0.16);
}

.service-hero-panel {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.service-hero-panel strong {
    display: block;
    margin-bottom: 10px;
    color: var(--nearme-heading);
    font-family: "Poppins", Arial, sans-serif;
}

.service-hero-panel ul,
.service-deliverable-list,
.service-structure-list {
    margin: 0;
    padding-left: 18px;
}

.service-hero-panel li,
.service-deliverable-list li,
.service-structure-list li {
    margin-bottom: 8px;
    color: #52677f;
    line-height: 1.55;
}

.service-section {
    padding: 76px 0;
}

.service-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.service-section-head h2,
.service-content-panel h2,
.service-cta h2 {
    margin: 0 0 12px;
    color: var(--nearme-heading);
    font-size: 34px;
    line-height: 1.2;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-card,
.service-content-panel,
.service-sidebar-box,
.service-approach-item,
.service-related-card {
    border: 1px solid #e2eaf3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(36, 47, 63, 0.06);
}

.service-card {
    overflow: hidden;
}

.service-card-media {
    display: block;
    background: #edf3f8;
}

.service-card-media img {
    aspect-ratio: 13 / 8;
    transition: transform 0.25s ease;
}

.service-card:hover .service-card-media img {
    transform: scale(1.035);
}

.service-card-body {
    padding: 24px 22px 26px;
}

.service-card-body > i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 8px;
    background: rgba(22, 163, 74, 0.1);
    color: #16A34A;
    font-size: 22px;
}

.service-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
}

.service-card h3 a,
.service-related-card {
    color: var(--nearme-heading);
}

.service-tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 20px;
}

.service-tech-list span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #31506f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.service-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #16A34A;
    font-weight: 700;
}

.service-approach-grid,
.service-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.service-approach-item,
.service-related-card {
    padding: 24px;
}

.service-approach-item strong,
.service-related-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--nearme-heading);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
}

.service-cta-section {
    padding: 0 0 76px;
    background: #ffffff;
}

.service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #102a56, #0f766e);
}

.service-cta h2,
.service-cta p,
.service-cta .service-kicker {
    color: #ffffff !important;
}

.service-cta p {
    margin-bottom: 0;
}

.service-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    color: #16A34A;
    font-weight: 700;
}

.service-content-panel {
    margin-bottom: 24px;
    padding: 30px;
}

.service-benefit-list {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.service-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #52677f;
    font-size: 16px;
    line-height: 1.55;
}

.service-benefit i {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.12);
    color: #16A34A;
    font-size: 13px;
}

.service-sidebar {
    position: sticky;
    top: 104px;
}

.service-sidebar-box {
    margin-bottom: 24px;
    padding: 26px;
}

.service-sidebar-box h3 {
    margin: 0 0 16px;
    font-size: 22px;
}

.service-tech-list-large {
    margin-bottom: 0;
}

.service-related-card {
    display: block;
    min-height: 190px;
}

.service-related-card i {
    display: inline-flex;
    margin-bottom: 14px;
    color: #16A34A;
    font-size: 25px;
}

@media (max-width: 1199px) {
    .service-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-approach-grid,
    .service-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .service-hero-grid,
    .service-detail-grid {
        grid-template-columns: 1fr;
    }

    .service-hero h1,
    .service-detail-hero h1 {
        font-size: 40px;
    }

    .service-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .service-hero,
    .service-detail-hero {
        padding: 112px 0 54px;
    }

    .service-hero h1,
    .service-detail-hero h1 {
        font-size: 32px;
    }

    .service-section {
        padding: 54px 0;
    }

    .service-card-grid,
    .service-approach-grid,
    .service-related-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-panel {
        position: static;
        margin-top: 16px;
    }

    .service-section-head h2,
    .service-content-panel h2,
    .service-cta h2 {
        font-size: 27px;
    }

    .service-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 26px 22px;
    }

    .service-cta .btn {
        width: 100%;
    }

    .service-content-panel,
    .service-sidebar-box {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .nearme-footer-cta {
        display: block;
        padding: 18px;
    }

    .nearme-footer-cta h3 {
        font-size: 20px;
    }

    .nearme-footer-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .nearme-footer-trust-strip {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 24px;
    }

    .footer.dark-footer .footer-widget {
        margin-bottom: 26px;
    }

    .footer.dark-footer .footer-copyright p {
        text-align: center;
        line-height: 1.5;
    }
}

/* Refined web development service pages */
.services-page,
.service-detail-page {
    background: #ffffff;
}

.service-hero,
.service-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 148px 0 84px;
    background:
        radial-gradient(circle at 16% 18%, rgba(22, 163, 74, 0.12), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef8f2 54%, #fff8ed 100%);
}

.service-hero::after,
.service-detail-hero::after {
    position: absolute;
    right: -120px;
    bottom: -170px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 50%;
    content: "";
}

.service-hero .container,
.service-detail-hero .container {
    position: relative;
    z-index: 1;
}

.service-hero-grid,
.service-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 54px;
}

.service-kicker {
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(22, 163, 74, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #0f766e;
    letter-spacing: 0;
}

.service-kicker::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f59e0b;
    content: "";
}

.service-hero h1,
.service-detail-hero h1 {
    max-width: 820px;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 0;
}

.service-hero p,
.service-detail-hero p {
    max-width: 730px;
    color: #475569;
    font-size: 17px;
}

.service-hero-actions .btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 800;
}

.service-btn-secondary {
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.service-hero-stats,
.service-detail-facts {
    display: grid;
    gap: 12px;
}

.service-hero-stats {
    max-width: 560px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}

.service-hero-stats div,
.service-detail-fact {
    border: 1px solid rgba(219, 229, 239, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.07);
}

.service-hero-stats div {
    padding: 16px;
}

.service-hero-stats strong {
    display: block;
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 25px;
    line-height: 1;
}

.service-hero-stats span {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.service-hero-media img,
.service-detail-media img {
    border: 8px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
}

.service-hero-badge,
.service-detail-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(226, 234, 243, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.15);
}

.service-hero-badge {
    top: 20px;
    left: -18px;
    max-width: 270px;
    padding: 13px 16px;
    color: #102a56;
    font-weight: 800;
}

.service-hero-badge i,
.service-detail-floating-card i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff7ed;
    color: #ea580c;
}

.service-hero-panel {
    left: 28px;
    right: 28px;
    bottom: 28px;
    border: 1px solid rgba(226, 234, 243, 0.9);
}

.service-card-grid {
    gap: 26px;
}

.service-card,
.service-content-panel,
.service-sidebar-box,
.service-approach-item,
.service-related-card,
.service-process-step {
    border-color: #dfe8f2;
    box-shadow: 0 14px 34px rgba(36, 47, 63, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover,
.service-approach-item:hover,
.service-related-card:hover,
.service-process-step:hover {
    border-color: rgba(22, 163, 74, 0.35);
    box-shadow: 0 20px 44px rgba(36, 47, 63, 0.11);
    transform: translateY(-4px);
}

.service-card-media {
    overflow: hidden;
}

.service-card-body {
    padding: 24px;
}

.service-card-icon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.service-card-icon-row > i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
    font-size: 22px;
}

.service-card-icon-row span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.service-card-body > i {
    display: none;
}

.service-card h3 {
    font-size: 23px;
}

.service-tech-list span {
    border-color: #d6e1ec;
    background: #ffffff;
}

.service-text-link {
    color: #0f766e;
}

.service-process-band {
    padding: 0 0 76px;
    background: #f8fafc;
}

.service-process-section {
    background: #ffffff;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.service-process-step {
    min-height: 210px;
    padding: 26px;
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    background: #ffffff;
}

.service-process-step span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 8px;
    background: #102a56;
    color: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 800;
}

.service-process-step strong {
    display: block;
    margin-bottom: 10px;
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 20px;
}

.service-process-step p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.service-detail-floating-card {
    right: 24px;
    bottom: 24px;
    max-width: 360px;
    padding: 16px;
}

.service-detail-floating-card strong,
.service-detail-floating-card span {
    display: block;
}

.service-detail-floating-card strong {
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.2;
}

.service-detail-floating-card span {
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.service-detail-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.service-detail-fact {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
}

.service-detail-fact i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ecfdf5;
    color: #16a34a;
}

.service-detail-fact strong,
.service-detail-fact span {
    display: block;
}

.service-detail-fact strong {
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
}

.service-detail-fact span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.3;
}

.service-content-panel,
.service-sidebar-box {
    border-top: 4px solid #16a34a;
}

.service-deliverable-list li,
.service-structure-list li {
    padding-left: 4px;
}

.service-related-card {
    min-height: 210px;
    text-decoration: none !important;
}

.service-cta {
    background:
        linear-gradient(135deg, rgba(16, 42, 86, 0.96), rgba(15, 118, 110, 0.94)),
        #102a56;
    box-shadow: 0 18px 44px rgba(16, 42, 86, 0.2);
}

@media (max-width: 1199px) {
    .service-hero h1,
    .service-detail-hero h1 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .service-hero,
    .service-detail-hero {
        padding-top: 126px;
    }

    .service-hero-grid,
    .service-detail-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .service-hero-media,
    .service-detail-media {
        max-width: 720px;
    }

    .service-process-grid,
    .service-detail-facts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .service-hero,
    .service-detail-hero {
        padding: 112px 0 52px;
    }

    .service-hero h1,
    .service-detail-hero h1 {
        font-size: 32px;
        line-height: 1.18;
    }

    .service-hero p,
    .service-detail-hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .service-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-hero-stats {
        grid-template-columns: 1fr;
    }

    .service-hero-badge,
    .service-detail-floating-card {
        position: static;
        max-width: none;
        margin-top: 14px;
    }

    .service-hero-media img,
    .service-detail-media img {
        border-width: 5px;
    }

    .service-hero-panel {
        margin-top: 14px;
    }

    .service-card-icon-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-process-band {
        padding-bottom: 54px;
    }

    .service-process-step {
        min-height: 0;
        padding: 22px;
    }

    .service-detail-facts {
        margin-top: 22px;
    }
}

/* Lead conversion additions for service pages */
.service-outcome-section {
    padding: 0 0 34px;
    background: #f8fafc;
}

.service-outcome-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: -34px;
    position: relative;
    z-index: 3;
}

.service-outcome-card {
    min-height: 170px;
    padding: 20px;
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(36, 47, 63, 0.08);
}

.service-outcome-card i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #16a34a;
    font-size: 18px;
}

.service-outcome-card strong,
.service-outcome-card span {
    display: block;
}

.service-outcome-card strong {
    margin-bottom: 8px;
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.service-outcome-card span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.service-price-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
}

.service-price-strip strong {
    color: #0f766e;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1;
}

.service-price-strip span {
    padding: 6px 9px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.service-pricing-section,
.service-lead-section,
.service-faq-section {
    background: #f8fafc;
}

.service-package-grid,
.service-portfolio-grid {
    display: grid;
    gap: 22px;
}

.service-package-grid,
.service-portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-package-card,
.service-portfolio-card,
.service-lead-form-card,
.service-mini-price,
.service-faq-item {
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(36, 47, 63, 0.07);
}

.service-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-faq-item {
    min-height: 172px;
    padding: 24px;
}

.service-faq-item h3 {
    margin: 0 0 10px;
    color: #102a56;
    font-size: 19px;
    line-height: 1.3;
}

.service-faq-item p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.service-package-card {
    display: block;
    padding: 26px;
    color: #102a56;
    text-decoration: none !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-package-card:hover {
    border-color: rgba(22, 163, 74, 0.38);
    box-shadow: 0 20px 44px rgba(36, 47, 63, 0.11);
    transform: translateY(-4px);
}

.service-package-card span,
.service-package-card strong,
.service-package-card small {
    display: block;
}

.service-package-card span {
    color: #64748b;
    font-weight: 800;
    line-height: 1.2;
}

.service-package-card strong {
    margin: 14px 0 10px;
    color: #0f766e;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 31px;
    line-height: 1.1;
}

.service-package-card small {
    color: #c2410c;
    font-size: 13px;
    font-weight: 800;
}

.service-portfolio-card {
    overflow: hidden;
}

.service-portfolio-card img {
    display: block;
    width: 100%;
    aspect-ratio: 13 / 8;
    object-fit: cover;
}

.service-portfolio-card div {
    padding: 20px 22px 24px;
}

.service-portfolio-card span {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 800;
}

.service-portfolio-card h3 {
    margin: 0;
    color: #102a56;
    font-size: 20px;
    line-height: 1.2;
}

.service-price-box span,
.service-price-box strong,
.service-price-box p {
    display: block;
}

.service-price-box span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.service-price-box strong {
    margin: 10px 0;
    color: #0f766e;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1;
}

.service-price-box p {
    margin-bottom: 18px;
    color: #64748b;
}

.service-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
    gap: 32px;
    align-items: center;
}

.service-lead-copy h2 {
    margin: 0 0 14px;
    color: #102a56;
    font-size: 36px;
    line-height: 1.18;
}

.service-lead-copy p {
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
}

.service-mini-price {
    max-width: 360px;
    margin: 22px 0;
    padding: 18px;
}

.service-mini-price strong,
.service-mini-price span {
    display: block;
}

.service-mini-price strong {
    color: #0f766e;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 29px;
}

.service-mini-price span {
    color: #64748b;
    font-weight: 700;
}

.service-lead-form-card {
    padding: 28px;
}

.service-lead-form label {
    display: block;
    margin: 0 0 7px;
    color: #102a56;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.service-lead-form .row > [class*="col-"] {
    margin-bottom: 16px;
}

.service-lead-form .form-control {
    width: 100%;
    min-height: 46px;
    border-color: #d6e1ec;
    border-radius: 6px;
    box-shadow: none;
}

.service-lead-form select.form-control {
    height: 48px;
    padding-right: 34px;
}

.service-lead-form textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

@media (max-width: 991px) {
    .service-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-package-grid,
    .service-portfolio-grid,
    .service-faq-grid,
    .service-lead-grid {
        grid-template-columns: 1fr;
    }

    .service-lead-grid {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .service-outcome-section {
        padding-bottom: 22px;
    }

    .service-outcome-grid {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .service-outcome-card {
        min-height: 0;
    }

    .service-package-card,
    .service-lead-form-card,
    .service-faq-item {
        padding: 22px;
    }

    .service-package-card strong,
    .service-price-box strong,
    .service-mini-price strong {
        font-size: 26px;
    }

    .service-lead-copy h2 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .provider-featured-grid,
    .provider-starter-grid,
    .provider-detail-stat-grid-basic,
    .provider-detail-stat-grid-promoted {
        grid-template-columns: 1fr;
    }

    .provider-featured-grid div,
    .provider-starter-grid span {
        min-height: 0;
    }
}
