:root {
    --b2b-bg: #eef3fb;
    --b2b-surface: #ffffff;
    --b2b-surface-soft: #f7f9fd;
    --b2b-border: #dbe3f0;
    --b2b-border-strong: #c6d2e3;
    --b2b-text: #0f172a;
    --b2b-muted: #64748b;
    --b2b-primary: #1d4ed8;
    --b2b-primary-dark: #123fb1;
    --b2b-primary-soft: #e8f0ff;
    --b2b-accent: #f97316;
    --b2b-accent-soft: #fff3e8;
    --b2b-success: #16a34a;
    --b2b-success-soft: #ecfdf3;
    --b2b-warning: #d97706;
    --b2b-warning-soft: #fffbeb;
    --b2b-danger: #dc2626;
    --b2b-danger-soft: #fff1f2;
    --b2b-radius: 20px;
    --b2b-radius-sm: 12px;
    --b2b-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
    --b2b-shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.06);
}

html,
body {
    min-height: 100%;
}

body.b2b-shell {
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.16), transparent 34%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.11), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, var(--b2b-bg) 100%);
    color: var(--b2b-text);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

body.b2b-shell .header_area {
    position: sticky;
    top: 0;
    z-index: 1020;
    backdrop-filter: blur(12px);
}

body.b2b-shell .header_style_six_nw {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(219, 227, 240, 0.9);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

body.b2b-shell .preloader-wrap {
    display: none !important;
}

body.b2b-shell .b2b-announcement-bar {
    background: linear-gradient(90deg, #0f172a 0%, #123fb1 55%, #1d4ed8 100%);
    color: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
    font-size: 13px;
}

body.b2b-shell .header_area .theme-btn.one,
body.b2b-shell .header_area .theme-btn.two {
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 14px;
    border: 1px solid var(--b2b-border-strong);
    box-shadow: none;
}

body.b2b-shell .header_area .theme-btn.one {
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
    border-color: rgba(29, 78, 216, 0.18);
}

body.b2b-shell .header_area .theme-btn.one:hover,
body.b2b-shell .header_area .theme-btn.one:focus {
    background: var(--b2b-primary);
    border-color: var(--b2b-primary);
    color: #ffffff;
}

body.b2b-shell .header_area .theme-btn.two {
    background: #ffffff;
    color: var(--b2b-text);
}

body.b2b-shell .b2b-announcement-copy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

body.b2b-shell .b2b-announcement-copy i {
    color: #ffffff;
}

body.b2b-shell .b2b-announcement-links {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.b2b-shell .b2b-announcement-links a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.92;
}

body.b2b-shell .b2b-announcement-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

body.b2b-shell .header_topbar,
body.b2b-shell .header-topbar {
    background: linear-gradient(90deg, #0f172a 0%, #123fb1 100%) !important;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
}

body.b2b-shell .header-topbar a,
body.b2b-shell .header-topbar .dropdown-toggle,
body.b2b-shell .header-topbar .fav-dropdown a {
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
}

body.b2b-shell .header-topbar .dropdown-menu {
    border: 1px solid var(--b2b-border);
    border-radius: 16px;
    box-shadow: var(--b2b-shadow);
    padding: 10px !important;
}

body.b2b-shell .main-header .container {
    max-width: 1240px;
}

body.b2b-shell .header_logo_box img {
    max-height: 44px;
    width: auto;
}

body.b2b-shell .navigation_menu .navbar_nav > li > a {
    color: var(--b2b-text);
    font-weight: 600;
    letter-spacing: -0.01em;
}

body.b2b-shell .navigation_menu .navbar_nav > li > a:hover,
body.b2b-shell .navigation_menu .navbar_nav > li > a:focus {
    color: var(--b2b-primary);
}

body.b2b-shell .theme-btn.one,
body.b2b-shell .theme-btn.two {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: none;
}

body.b2b-shell .theme-btn.one {
    background: var(--b2b-primary);
    border-color: var(--b2b-primary);
}

body.b2b-shell .theme-btn.one:hover,
body.b2b-shell .theme-btn.one:focus {
    background: var(--b2b-primary-dark);
    border-color: var(--b2b-primary-dark);
}

body.b2b-shell .theme-btn.two {
    background: #ffffff;
    border-color: var(--b2b-border-strong);
    color: var(--b2b-text);
}

body.b2b-shell .theme-btn.two:hover,
body.b2b-shell .theme-btn.two:focus {
    background: var(--b2b-surface-soft);
    color: var(--b2b-text);
}

body.b2b-shell .btn,
body.b2b-shell input[type="submit"],
body.b2b-shell button {
    font-family: inherit;
}

body.b2b-shell .b2b-auth-card .btn,
body.b2b-shell .b2b-auth-card input[type="submit"],
body.b2b-shell .b2b-auth-card button,
body.b2b-shell .header_area .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

body.b2b-shell .b2b-auth-card input[type="submit"],
body.b2b-shell .b2b-auth-card button[type="submit"] {
    width: 100%;
    min-height: 54px;
}

body.b2b-shell .footer_area {
    background:
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: rgba(255, 255, 255, 0.88);
}

body.b2b-shell .footer_area h3,
body.b2b-shell .footer_area h2,
body.b2b-shell .footer_area h4,
body.b2b-shell .footer_area p,
body.b2b-shell .footer_area a,
body.b2b-shell .footer_area small {
    color: inherit;
}

body.b2b-shell .footer_area a:hover {
    color: #ffffff;
}

body.b2b-shell .footer_area .footer_copy_content a {
    color: #ffffff;
    font-weight: 700;
}

body.b2b-shell .footer_area .social_media_v_one ul li a,
body.b2b-shell .footer_area .nav_link {
    color: rgba(255, 255, 255, 0.9);
}

body.b2b-shell .footer_area .pd_top_90 {
    display: none;
}

body.b2b-shell .footer_area .footer_widgets_wrap {
    padding-top: 50px;
}

body.b2b-shell .footer_area .contact_box_content {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    min-height: 100%;
}

body.b2b-shell .footer_area .contact_box_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
}

body.b2b-shell .footer_area .contact_box_inner.icon_yes {
    min-height: 118px;
    padding: 18px 20px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    padding-left: 20px !important;
}

body.b2b-shell .footer_area .contact_box_inner .icon_bx {
    position: static !important;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin: 0;
    transform: none !important;
}

body.b2b-shell .footer_area .contact_box_inner .contnet {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

body.b2b-shell .footer_area .contact_box_content h3 {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 6px;
    opacity: 1 !important;
}

body.b2b-shell .footer_area .contact_box_content p {
    color: rgba(226, 232, 240, 0.92) !important;
    margin: 0;
    line-height: 1.55;
    opacity: 1 !important;
}

body.b2b-shell .footer_area .contact_box_content a {
    color: #bfdbfe !important;
    opacity: 1 !important;
}

body.b2b-shell .footer_area .contact_box_content a:hover {
    color: #ffffff;
}

body.b2b-shell .footer-contact-lines {
    display: grid;
    gap: 4px;
    color: rgba(226, 232, 240, 0.92) !important;
    line-height: 1.45;
}

body.b2b-shell .footer-contact-lines span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
}

body.b2b-shell .footer-contact-lines i {
    color: #93c5fd;
    text-align: center;
}

body.b2b-shell .footer-contact-lines a {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 13px;
}

body.b2b-shell .footer-contact-lines span:last-child {
    gap: 0;
}

body.b2b-shell .footer-contact-lines span:last-child i {
    display: none;
}

body.b2b-shell .footer-contact-lines span:last-child a {
    font-size: 13px;
    white-space: nowrap;
}

body.b2b-shell .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--b2b-border-strong);
    border-radius: 10px;
    padding: 8px 10px;
    min-height: 38px;
    width: 100%;
    box-shadow: none;
}

body.b2b-shell .select2-container--default .select2-results__option {
    padding: 10px 12px;
    line-height: 1.35;
}

body.b2b-shell .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--b2b-primary);
    color: #ffffff;
}

body.b2b-shell .footer_area .social_media_v_one ul li a {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

body.b2b-shell .b2b-auth-shell {
    position: relative;
    overflow: hidden;
    padding: 36px 0 48px;
}

body.b2b-shell .banner-section,
body.b2b-shell .contact-hero,
body.b2b-shell .process-section,
body.b2b-shell .products-section,
body.b2b-shell .support-box {
    background:
        radial-gradient(circle at top right, rgba(29, 78, 216, 0.10), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #eef3fb 100%) !important;
}

body.b2b-shell .b2b-page {
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 30%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #eef3fb 100%);
}

body.b2b-shell .b2b-page-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0;
}

body.b2b-shell .b2b-page-hero-dark {
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.16), transparent 26%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(238, 243, 251, 0.78) 100%);
}

body.b2b-shell .b2b-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    gap: 34px;
    align-items: start;
}

body.b2b-shell .b2b-page-hero-grid > * {
    min-width: 0;
}

body.b2b-shell .b2b-page-hero-copy {
    position: sticky;
    top: 128px;
    padding: 24px 0;
}

body.b2b-shell .b2b-page-hero-copy .b2b-auth-title {
    max-width: 620px;
    font-size: 44px;
}

body.b2b-shell .b2b-page-hero-dark .b2b-page-hero-copy {
    padding-top: 18px;
}

body.b2b-shell .b2b-page-hero-dark .b2b-page-hero-copy .b2b-auth-title {
    font-size: 46px;
}

body.b2b-shell .b2b-request-card {
    width: 100%;
}

body.b2b-shell .b2b-request-card-hero {
    border-color: rgba(29, 78, 216, 0.14);
}

body.b2b-shell .b2b-request-card .contact_form_box_inner.simple_form {
    padding: 30px;
}

body.b2b-shell .b2b-form-stack {
    display: grid;
    gap: 18px;
}

body.b2b-shell .b2b-form-card-mini {
    padding: 18px;
    border: 1px solid rgba(219, 227, 240, 0.95);
    border-radius: 18px;
    background: rgba(248, 251, 255, 0.92);
}

body.b2b-shell .b2b-form-card-mini-title {
    margin-bottom: 14px;
    color: var(--b2b-text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.b2b-shell .b2b-content-section {
    padding: 58px 0;
}

body.b2b-shell .b2b-content-section-soft {
    background: rgba(255, 255, 255, 0.45);
    border-top: 1px solid rgba(219, 227, 240, 0.8);
}

body.b2b-shell .b2b-section-heading {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

body.b2b-shell .b2b-section-heading h2,
body.b2b-shell .b2b-flow-panel h2,
body.b2b-shell .b2b-support-panel h2,
body.b2b-shell .b2b-location-panel h2 {
    margin: 10px 0 8px;
    color: var(--b2b-text);
    font-size: 30px;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.b2b-shell .b2b-section-heading p,
body.b2b-shell .b2b-flow-panel p,
body.b2b-shell .b2b-support-panel p,
body.b2b-shell .b2b-location-panel p {
    margin: 0;
    color: var(--b2b-muted);
    line-height: 1.65;
}

body.b2b-shell .b2b-card-grid {
    display: grid;
    gap: 16px;
}

body.b2b-shell .b2b-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.b2b-shell .b2b-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

body.b2b-shell .b2b-story-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(219, 227, 240, 0.9);
    box-shadow: var(--b2b-shadow-soft);
}

body.b2b-shell .b2b-story-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

body.b2b-shell .b2b-story-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--b2b-text);
    font-size: 16px;
    font-weight: 800;
}

body.b2b-shell .b2b-story-card p {
    margin: 0;
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.b2b-shell .b2b-info-card,
body.b2b-shell .b2b-contact-card,
body.b2b-shell .b2b-location-panel,
body.b2b-shell .b2b-flow-panel,
body.b2b-shell .b2b-support-panel,
body.b2b-shell .b2b-timeline-card,
body.b2b-shell .b2b-supplier-summary {
    border: 1px solid rgba(219, 227, 240, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--b2b-shadow-soft);
}

body.b2b-shell .b2b-info-card,
body.b2b-shell .b2b-contact-card {
    padding: 22px;
    min-height: 100%;
}

body.b2b-shell .b2b-info-card i,
body.b2b-shell .b2b-contact-icon,
body.b2b-shell .b2b-location-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary);
    font-size: 18px;
    margin-bottom: 14px;
}

body.b2b-shell .b2b-info-card h3,
body.b2b-shell .b2b-contact-card h3 {
    margin: 0 0 7px;
    color: var(--b2b-text);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.b2b-shell .b2b-info-card p,
body.b2b-shell .b2b-contact-card p {
    margin: 0;
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.b2b-shell .b2b-contact-card a {
    display: inline-block;
    margin-top: 12px;
    color: var(--b2b-primary);
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

body.b2b-shell .b2b-timeline-card,
body.b2b-shell .b2b-supplier-summary {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 16px;
}

body.b2b-shell .b2b-timeline-card div,
body.b2b-shell .b2b-supplier-summary div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: var(--b2b-surface-soft);
}

body.b2b-shell .b2b-timeline-card strong {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--b2b-primary);
    color: #ffffff;
}

body.b2b-shell .b2b-timeline-card span,
body.b2b-shell .b2b-supplier-summary span {
    color: var(--b2b-muted);
    font-size: 13px;
    font-weight: 700;
}

body.b2b-shell .b2b-supplier-summary strong {
    min-width: 92px;
    color: var(--b2b-text);
    font-weight: 800;
}

body.b2b-shell .b2b-support-panel .b2b-support-actions {
    align-self: center;
}

body.b2b-shell .b2b-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.b2b-shell .b2b-check-card {
    display: flex !important;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    margin: 0 !important;
    padding: 12px 13px;
    border: 1px solid var(--b2b-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--b2b-text) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    cursor: pointer;
}

body.b2b-shell .b2b-check-card input {
    margin: 0 !important;
    transform: none !important;
}

body.b2b-shell .b2b-check-card span {
    line-height: 1.25;
}

body.b2b-shell .b2b-check-card:hover {
    border-color: rgba(29, 78, 216, 0.22);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

body.b2b-shell .b2b-api-page .b2b-flow-panel {
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,251,255,0.94));
}

body.b2b-shell .b2b-file-control {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
}

body.b2b-shell .contact_form_box_all .b2b-file-control .btn {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(29, 78, 216, 0.72);
    border-radius: 12px !important;
    background: #ffffff;
    color: var(--b2b-primary);
    font-weight: 800;
}

body.b2b-shell .contact_form_box_all .b2b-file-control .form-control {
    width: 100% !important;
    border-radius: 12px !important;
}

body.b2b-shell .b2b-api-review-row {
    align-items: flex-start;
}

body.b2b-shell .b2b-api-review-row .b2b-helper-text {
    margin-top: 8px;
}

body.b2b-shell .b2b-flow-panel,
body.b2b-shell .b2b-support-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 26px;
    align-items: center;
    padding: 28px;
}

body.b2b-shell .b2b-flow-list {
    display: grid;
    gap: 12px;
}

body.b2b-shell .b2b-flow-list div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: var(--b2b-surface-soft);
}

body.b2b-shell .b2b-flow-list strong {
    color: var(--b2b-primary);
    font-weight: 900;
}

body.b2b-shell .b2b-flow-list span {
    color: var(--b2b-text);
    font-weight: 750;
}

body.b2b-shell .b2b-contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: center;
}

body.b2b-shell .b2b-location-panel {
    padding: 26px;
}

body.b2b-shell .b2b-location-panel span {
    color: var(--b2b-primary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.b2b-shell .b2b-support-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

body.b2b-shell .banner-section {
    padding: 42px 0 52px;
}

body.b2b-shell .banner-section .pd_top_90,
body.b2b-shell .banner-section .pd_bottom_90,
body.b2b-shell .banner-section .pd_top_100,
body.b2b-shell .banner-section .pd_bottom_100 {
    display: none;
}

body.b2b-shell .contact_form_box_all,
body.b2b-shell .location-box,
body.b2b-shell .contact-card,
body.b2b-shell .icon_box_all,
body.b2b-shell .products-section .card {
    border: 1px solid var(--b2b-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--b2b-shadow-soft);
}

body.b2b-shell .contact_form_box_inner.simple_form {
    padding: 30px;
}

body.b2b-shell .contact_form_shortcode,
body.b2b-shell .contact_form_shortcode form {
    width: 100%;
    max-width: 100%;
}

body.b2b-shell .contact_form_box_all h6,
body.b2b-shell .contact-hero h2,
body.b2b-shell .section-title,
body.b2b-shell .products-section h2,
body.b2b-shell .process-section h2 {
    color: var(--b2b-text);
    font-weight: 800;
    letter-spacing: 0;
}

body.b2b-shell .contact_form_box_all .before_title,
body.b2b-shell .title_sections .before_title {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.b2b-shell .contact_form_box_all .form-label,
body.b2b-shell .contact_form_box_all label {
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

body.b2b-shell .contact_form_box_all .form-control,
body.b2b-shell .contact_form_box_all .form-select,
body.b2b-shell .contact_form_box_all select,
body.b2b-shell .contact_form_box_all textarea {
    min-height: 52px;
    border: 1px solid var(--b2b-border-strong);
    border-radius: 12px;
    color: var(--b2b-text);
    box-shadow: none;
    text-transform: none;
}

body.b2b-shell .contact_form_box_all .form-control::placeholder,
body.b2b-shell .contact_form_box_all textarea::placeholder {
    text-transform: none;
}

body.b2b-shell .contact_form_box_all textarea.form-control {
    min-height: 120px;
}

body.b2b-shell .contact_form_box_all .form-control:focus,
body.b2b-shell .contact_form_box_all .form-select:focus,
body.b2b-shell .contact_form_box_all select:focus,
body.b2b-shell .contact_form_box_all textarea:focus {
    border-color: var(--b2b-primary);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
    outline: none;
}

body.b2b-shell .contact_form_box_all .input-group .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 52px;
    border-radius: 12px 0 0 12px;
    line-height: 1;
}

body.b2b-shell .contact_form_box_all .input-group,
body.b2b-shell .b2b-upload-card .input-group {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
}

body.b2b-shell .contact_form_box_all .input-group .form-control {
    width: 100% !important;
    min-width: 0;
    border-radius: 0 12px 12px 0;
}

body.b2b-shell .b2b-upload-card .input-group .form-control {
    width: 100% !important;
    min-width: 0;
}

body.b2b-shell .contact_form_box_all input[type="checkbox"] {
    margin-right: 8px;
    transform: translateY(1px);
}

body.b2b-shell .contact_form_box_all .apiCheck + label {
    display: inline;
    font-weight: 700;
}

body.b2b-shell .contact_form_box_all .theme-btn.one,
body.b2b-shell #btnApiRequest,
body.b2b-shell #btnSupplierRegister {
    min-width: 190px;
    min-height: 52px;
    border-radius: 14px;
}

body.b2b-shell .b2b-supplier-review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid rgba(219, 227, 240, 0.95);
}

body.b2b-shell .b2b-supplier-review-row .g-recaptcha {
    min-height: 78px;
}

body.b2b-shell .contact-hero {
    padding: 58px 0;
}

body.b2b-shell .contact-card {
    min-height: 150px;
}

body.b2b-shell .contact-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary);
    font-size: 18px;
}

body.b2b-shell .contact-title {
    color: var(--b2b-text);
    font-weight: 800;
}

body.b2b-shell .contact-email,
body.b2b-shell .contact-card p,
body.b2b-shell .location-box p,
body.b2b-shell .support-box p {
    color: var(--b2b-muted);
}

body.b2b-shell .b2b-auth-shell::before,
body.b2b-shell .b2b-auth-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body.b2b-shell .b2b-auth-shell::before {
    width: 420px;
    height: 420px;
    right: -160px;
    top: -120px;
    background: rgba(29, 78, 216, 0.14);
    filter: blur(10px);
}

body.b2b-shell .b2b-auth-shell::after {
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -140px;
    background: rgba(249, 115, 22, 0.12);
    filter: blur(10px);
}

body.b2b-shell .b2b-shell-container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

body.b2b-shell .b2b-hero-panel,
body.b2b-shell .b2b-auth-card,
body.b2b-shell .b2b-feature-card,
body.b2b-shell .b2b-copy-card {
    border: 1px solid rgba(219, 227, 240, 0.95);
    border-radius: var(--b2b-radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--b2b-shadow);
    backdrop-filter: blur(10px);
}

body.b2b-shell .b2b-hero-panel {
    padding: 34px;
    min-height: 100%;
}

body.b2b-shell .b2b-auth-card {
    padding: 28px;
}

body.b2b-shell .b2b-register-intro {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}

body.b2b-shell .b2b-register-intro .b2b-auth-title {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
}

body.b2b-shell .b2b-register-intro .b2b-auth-subtitle {
    margin-left: auto;
    margin-right: auto;
}

body.b2b-shell .b2b-register-intro .b2b-trust-strip {
    justify-content: center;
}

body.b2b-shell .b2b-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.b2b-shell .b2b-auth-title {
    margin: 14px 0 10px;
    color: var(--b2b-text);
    font-size: 36px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.05em;
}

body.b2b-shell .b2b-auth-subtitle {
    max-width: 640px;
    margin: 0;
    color: var(--b2b-muted);
    font-size: 16px;
    line-height: 1.7;
}

body.b2b-shell .b2b-stat-grid,
body.b2b-shell .b2b-benefit-grid,
body.b2b-shell .b2b-feature-grid {
    display: grid;
    gap: 14px;
}

body.b2b-shell .b2b-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

body.b2b-shell .b2b-stat-card {
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--b2b-border);
}

body.b2b-shell .b2b-stat-value {
    display: block;
    color: var(--b2b-text);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.b2b-shell .b2b-stat-label {
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.b2b-shell .b2b-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

body.b2b-shell .b2b-benefit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(219, 227, 240, 0.85);
}

body.b2b-shell .b2b-benefit-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
}

body.b2b-shell .b2b-benefit-title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 800;
}

body.b2b-shell .b2b-benefit-text {
    margin: 0;
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.6;
}

body.b2b-shell .b2b-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

body.b2b-shell .b2b-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--b2b-border);
    color: var(--b2b-text);
    font-size: 13px;
    font-weight: 700;
}

body.b2b-shell .b2b-pill i {
    color: var(--b2b-primary);
}

body.b2b-shell .b2b-auth-card .title_all_box,
body.b2b-shell .b2b-auth-card .title_sections {
    margin-bottom: 0;
}

body.b2b-shell .b2b-auth-card h6,
body.b2b-shell .b2b-auth-card h4 {
    margin: 0 0 10px;
    color: var(--b2b-text);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.b2b-shell .b2b-auth-card .b2b-card-copy {
    margin: 0;
    color: var(--b2b-muted);
    line-height: 1.65;
}

body.b2b-shell .b2b-auth-card .fInputs,
body.b2b-shell .b2b-auth-card .otpInputs,
body.b2b-shell .b2b-auth-card p {
    margin-bottom: 14px;
}

body.b2b-shell .b2b-auth-card input[type="text"],
body.b2b-shell .b2b-auth-card input[type="email"],
body.b2b-shell .b2b-auth-card input[type="password"],
body.b2b-shell .b2b-auth-card .form-control,
body.b2b-shell .b2b-auth-card select,
body.b2b-shell .b2b-auth-card textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--b2b-border-strong);
    background: #ffffff;
    color: var(--b2b-text);
    box-shadow: none;
    font-size: 15px;
}

body.b2b-shell .b2b-auth-card input:focus,
body.b2b-shell .b2b-auth-card select:focus,
body.b2b-shell .b2b-auth-card textarea:focus {
    outline: none;
    border-color: var(--b2b-primary);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}

body.b2b-shell .b2b-auth-card input::placeholder,
body.b2b-shell .b2b-auth-card textarea::placeholder {
    color: #94a3b8;
}

body.b2b-shell .b2b-auth-card .select2-container {
    width: 100% !important;
}

body.b2b-shell .b2b-auth-card .select2-container--default .select2-selection--single,
body.b2b-shell .b2b-auth-card .select2-container--default .select2-selection--multiple {
    min-height: 54px;
    border: 1px solid var(--b2b-border-strong);
    border-radius: 14px;
    background: #ffffff;
}

body.b2b-shell .b2b-auth-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    padding-left: 16px;
    padding-right: 38px;
    color: var(--b2b-text);
}

body.b2b-shell .b2b-auth-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    right: 10px;
}

body.b2b-shell .b2b-auth-card .select2-container--default.select2-container--open .select2-selection--single,
body.b2b-shell .b2b-auth-card .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--b2b-primary);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}

body.b2b-shell .b2b-auth-card .select2-dropdown {
    border-color: var(--b2b-border-strong);
    border-radius: 14px;
    box-shadow: var(--b2b-shadow);
    overflow: hidden;
}

body.b2b-shell .b2b-auth-card .is-invalid,
body.b2b-shell .b2b-auth-card .input-validation-error {
    border-color: var(--b2b-danger) !important;
    background-color: #fff7f7;
    box-shadow: none;
}

body.b2b-shell .b2b-auth-card .is-invalid:focus,
body.b2b-shell .b2b-auth-card .input-validation-error:focus {
    border-color: var(--b2b-danger);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10);
}

body.b2b-shell .otpInputs {
    display: none;
}

body.b2b-shell .b2b-auth-card .fInputs label {
    position: relative;
    display: block;
}

body.b2b-shell .b2b-auth-card .fInputs label i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

body.b2b-shell .b2b-auth-card .fInputs input {
    padding-right: 42px;
}

body.b2b-shell .b2b-auth-card #SignInBtn,
body.b2b-shell .b2b-auth-card #btnSubmit,
body.b2b-shell .b2b-auth-card #btnNext,
body.b2b-shell .b2b-auth-card #btnBack {
    min-height: 52px;
    border-radius: 14px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

body.b2b-shell .b2b-auth-card #SignInBtn,
body.b2b-shell .b2b-auth-card #btnSubmit,
body.b2b-shell .b2b-auth-card #btnNext {
    background: linear-gradient(135deg, var(--b2b-primary) 0%, var(--b2b-primary-dark) 100%);
    border: 1px solid var(--b2b-primary-dark);
    color: #ffffff;
}

body.b2b-shell .b2b-auth-card #btnBack {
    background: #ffffff;
    border: 1px solid var(--b2b-border-strong);
    color: var(--b2b-text);
}

body.b2b-shell .b2b-auth-card #btnBack,
body.b2b-shell .b2b-auth-card #btnNext,
body.b2b-shell .b2b-auth-card #btnSubmit,
body.b2b-shell .b2b-auth-card #SignInBtn {
    min-width: 160px;
}

body.b2b-shell .b2b-auth-card #SignInBtn:hover,
body.b2b-shell .b2b-auth-card #btnSubmit:hover,
body.b2b-shell .b2b-auth-card #btnNext:hover {
    filter: brightness(1.03);
}

body.b2b-shell .b2b-auth-card .alert {
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 600;
}

body.b2b-shell .b2b-auth-card .otpInputs input {
    letter-spacing: 0.4em;
    font-size: 22px;
    text-align: center;
}

body.b2b-shell .b2b-auth-card .otpInputs {
    margin-top: 4px;
}

body.b2b-shell .b2b-register-card .input-group {
    width: 100%;
}

body.b2b-shell .b2b-form-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

body.b2b-shell .b2b-form-heading .b2b-card-copy {
    max-width: 360px;
    text-align: right;
}

body.b2b-shell .b2b-form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 2px;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(219, 227, 240, 0.95);
    border-radius: 0;
    background: transparent;
}

body.b2b-shell .b2b-form-section-title span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    background: var(--b2b-primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

body.b2b-shell .b2b-form-section-title strong {
    display: block;
    color: var(--b2b-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

body.b2b-shell .b2b-form-section-title small {
    display: block;
    margin-top: 2px;
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.35;
}

body.b2b-shell .b2b-register-card .form-label {
    min-height: 22px;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

body.b2b-shell .b2b-register-card hr {
    margin: 18px 0 8px;
}

body.b2b-shell .b2b-register-card #btnNext {
    min-width: 180px;
}

body.b2b-shell .b2b-phone-field {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    width: 100%;
}

body.b2b-shell .b2b-phone-field > * {
    min-width: 0;
}

body.b2b-shell .b2b-phone-code .select2-container,
body.b2b-shell .b2b-phone-code select {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 0 !important;
    inline-size: 120px !important;
}

body.b2b-shell .b2b-phone-number .form-control {
    min-width: 0;
    max-width: 100%;
}

body.b2b-shell .b2b-phone-number .form-control {
    width: 100% !important;
}

body.b2b-shell .b2b-phone-code .select2-container--default .select2-selection--single,
body.b2b-shell .b2b-phone-code select,
body.b2b-shell .b2b-phone-number .form-control {
    min-height: 54px;
}

body.b2b-shell .b2b-phone-code .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 28px;
}

body.b2b-shell .b2b-phone-code .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 4px;
}

body.b2b-shell .b2b-auth-card a {
    color: var(--b2b-primary);
    font-weight: 700;
    text-decoration: none;
}

body.b2b-shell .b2b-auth-card a:hover {
    color: var(--b2b-primary-dark);
    text-decoration: underline;
}

body.b2b-shell .b2b-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

body.b2b-shell .b2b-feature-card {
    padding: 20px;
    height: 100%;
}

body.b2b-shell .b2b-feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
    margin-bottom: 14px;
    font-size: 18px;
}

body.b2b-shell .b2b-feature-title {
    margin: 0 0 6px;
    color: var(--b2b-text);
    font-size: 16px;
    font-weight: 800;
}

body.b2b-shell .b2b-feature-text {
    margin: 0;
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.65;
}

body.b2b-shell .b2b-split-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 460px);
    gap: 26px;
    align-items: stretch;
}

body.b2b-shell .b2b-split-hero > * {
    min-width: 0;
}

body.b2b-shell .b2b-register-layout {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

body.b2b-shell .b2b-register-layout .b2b-hero-panel,
body.b2b-shell .b2b-register-layout .b2b-auth-card {
    min-height: 0;
    max-width: 100%;
}

body.b2b-shell .b2b-register-layout .b2b-auth-card {
    padding: 32px;
}

body.b2b-shell .b2b-copy-card {
    padding: 28px;
}

body.b2b-shell .b2b-stepper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

body.b2b-shell .b2b-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid var(--b2b-border);
    background: #ffffff;
    color: var(--b2b-muted);
    font-size: 13px;
    font-weight: 700;
}

body.b2b-shell .b2b-step.active {
    background: var(--b2b-primary-soft);
    color: var(--b2b-primary-dark);
    border-color: rgba(29, 78, 216, 0.2);
}

body.b2b-shell .b2b-step-index {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    color: inherit;
}

body.b2b-shell .b2b-upload-card {
    padding: 16px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px dashed var(--b2b-border-strong);
}

body.b2b-shell .b2b-upload-card .input-group {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
}

body.b2b-shell .b2b-upload-card .btn {
    min-height: 54px;
    min-width: 112px;
    border: 1px solid rgba(29, 78, 216, 0.72);
    border-radius: 12px !important;
    background: #ffffff;
    color: var(--b2b-primary);
    font-weight: 800;
}

body.b2b-shell .b2b-upload-card .form-control {
    border-radius: 12px !important;
    background: #ffffff;
}

body.b2b-shell .b2b-helper-text {
    color: var(--b2b-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

body.b2b-shell .b2b-helper-text span {
    display: block;
    margin-top: 3px;
}

body.b2b-shell .b2b-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(219, 227, 240, 0.95);
}

body.b2b-shell .b2b-form-footer .b2b-helper-text {
    max-width: 520px;
}

body.b2b-shell .b2b-form-footer-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

body.b2b-shell .b2b-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.b2b-shell .b2b-link-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--b2b-border);
    background: #ffffff;
    color: var(--b2b-text);
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

body.b2b-shell .b2b-link-row a.primary {
    background: var(--b2b-primary);
    border-color: var(--b2b-primary);
    color: #ffffff;
}

body.b2b-shell .b2b-link-row a:hover {
    box-shadow: var(--b2b-shadow-soft);
}

body.b2b-shell .b2b-announcement-copy,
body.b2b-shell .b2b-announcement-links {
    line-height: 1.2;
}

body.b2b-shell .b2b-modal .modal-content {
    border: 0;
    border-radius: 18px;
    box-shadow: var(--b2b-shadow);
}

body.b2b-shell .b2b-alert-danger {
    border-color: rgba(220, 38, 38, 0.18);
    background: var(--b2b-danger-soft);
    color: #b42318;
}

body.b2b-shell .b2b-alert-success {
    border-color: rgba(22, 163, 74, 0.18);
    background: var(--b2b-success-soft);
    color: #067647;
}

body.b2b-shell .b2b-alert-warning {
    border-color: rgba(217, 119, 6, 0.18);
    background: var(--b2b-warning-soft);
    color: #b54708;
}

body.b2b-shell .contact_form_box_all .input-group.b2b-file-control {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}

body.b2b-shell .contact_form_box_all .input-group.b2b-file-control .btn,
body.b2b-shell .contact_form_box_all .input-group.b2b-file-control .form-control {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 14px !important;
}

@media (max-width: 1199px) {
    body.b2b-shell .b2b-page-hero-grid,
    body.b2b-shell .b2b-flow-panel,
    body.b2b-shell .b2b-support-panel {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-story-grid {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-page-hero-copy {
        position: static;
        padding: 0;
    }

    body.b2b-shell .b2b-card-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.b2b-shell .b2b-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.b2b-shell .b2b-contact-hero-grid {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-support-actions {
        justify-content: flex-start;
    }

    body.b2b-shell .b2b-split-hero {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-register-layout {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-auth-title {
        font-size: 34px;
    }

    body.b2b-shell .b2b-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.b2b-shell .auto-container,
    body.b2b-shell .b2b-shell-container {
        width: 100%;
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    body.b2b-shell .header-topbar .container,
    body.b2b-shell .header-topbar .d-flex,
    body.b2b-shell .header-topbar .d-flex.align-items-center {
        display: block !important;
    }

    body.b2b-shell .header-topbar .dropdown,
    body.b2b-shell .header-topbar .fav-dropdown {
        margin-right: 0 !important;
    }

    body.b2b-shell .b2b-auth-shell {
        padding: 18px 0 28px;
    }

    body.b2b-shell .b2b-page-hero {
        padding: 30px 0;
    }

    body.b2b-shell .b2b-page-hero-grid {
        gap: 18px;
    }

    body.b2b-shell .b2b-page-hero-copy {
        text-align: center;
    }

    body.b2b-shell .b2b-page-hero-copy .b2b-auth-title {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        font-size: 29px;
    }

    body.b2b-shell .b2b-page-hero-copy .b2b-auth-subtitle {
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
        line-height: 1.6;
    }

    body.b2b-shell .b2b-page-hero-copy .b2b-trust-strip {
        justify-content: center;
    }

    body.b2b-shell .b2b-request-card .contact_form_box_inner.simple_form {
        padding: 18px !important;
    }

    body.b2b-shell .b2b-content-section {
        padding: 34px 0;
    }

    body.b2b-shell .b2b-section-heading {
        margin-bottom: 18px;
    }

    body.b2b-shell .b2b-section-heading h2,
    body.b2b-shell .b2b-flow-panel h2,
    body.b2b-shell .b2b-support-panel h2,
    body.b2b-shell .b2b-location-panel h2 {
        font-size: 22px;
    }

    body.b2b-shell .b2b-card-grid-four,
    body.b2b-shell .b2b-check-grid {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-info-card,
    body.b2b-shell .b2b-contact-card,
    body.b2b-shell .b2b-location-panel,
    body.b2b-shell .b2b-flow-panel,
    body.b2b-shell .b2b-support-panel {
        padding: 18px;
        border-radius: 18px;
    }

    body.b2b-shell .b2b-timeline-card,
    body.b2b-shell .b2b-supplier-summary {
        text-align: left;
    }

    body.b2b-shell .b2b-file-control,
    body.b2b-shell .contact_form_box_all .b2b-file-control {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .contact_form_box_all .b2b-file-control .btn,
    body.b2b-shell .contact_form_box_all .b2b-file-control .form-control {
        width: 100% !important;
        border-radius: 14px !important;
    }

    body.b2b-shell .b2b-api-review-row {
        flex-direction: column;
        align-items: stretch;
    }

    body.b2b-shell .b2b-support-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.b2b-shell .b2b-support-actions .theme-btn {
        width: 100%;
    }

    body.b2b-shell .footer_area .footer_widgets_wrap {
        padding-top: 34px;
    }

    body.b2b-shell .footer_area .footer_widgets_wrap .row:first-child > [class*="col-"] {
        margin-bottom: 10px;
    }

    body.b2b-shell .footer_area .contact_box_inner {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    body.b2b-shell .footer_area .contact_box_inner.icon_yes {
        min-height: 0;
        padding: 14px 16px;
        border-radius: 16px;
    }

    body.b2b-shell .footer_area .contact_box_inner .icon_bx {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    body.b2b-shell .footer_area .contact_box_inner .contnet {
        text-align: left;
    }

    body.b2b-shell .footer_area .contact_box_content h3 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    body.b2b-shell .footer_area .contact_box_content p,
    body.b2b-shell .footer-contact-lines,
    body.b2b-shell .footer-contact-lines a {
        font-size: 12px;
        line-height: 1.35;
    }

    body.b2b-shell .footer-contact-lines span {
        justify-content: flex-start;
    }

    body.b2b-shell .b2b-auth-shell,
    body.b2b-shell .banner-section,
    body.b2b-shell .contact-hero,
    body.b2b-shell .process-section,
    body.b2b-shell .products-section,
    body.b2b-shell .support-box {
        overflow-x: hidden;
    }

    body.b2b-shell .b2b-hero-panel,
    body.b2b-shell .b2b-auth-card,
    body.b2b-shell .b2b-copy-card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 18px;
        border-radius: 18px;
    }

    body.b2b-shell .b2b-auth-title {
        font-size: 27px;
        overflow-wrap: break-word;
    }

    body.b2b-shell .b2b-register-intro {
        margin-bottom: 14px;
    }

    body.b2b-shell .b2b-register-intro .b2b-auth-title {
        font-size: 28px;
        max-width: 330px;
    }

    body.b2b-shell .b2b-register-intro .b2b-auth-subtitle {
        font-size: 13px;
        line-height: 1.55;
    }

    body.b2b-shell .b2b-form-heading {
        display: block;
        margin-bottom: 14px;
    }

    body.b2b-shell .b2b-form-heading .b2b-card-copy {
        max-width: none;
        text-align: left;
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    body.b2b-shell .b2b-auth-card h6,
    body.b2b-shell .b2b-auth-card h4 {
        font-size: 21px;
    }

    body.b2b-shell .b2b-stepper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    body.b2b-shell .b2b-step {
        justify-content: center;
        min-width: 0;
        padding: 8px 9px;
        font-size: 11px;
        white-space: normal;
        text-align: center;
    }

    body.b2b-shell .b2b-step-index {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }

    body.b2b-shell .b2b-form-section-title {
        gap: 10px;
        padding-bottom: 9px;
    }

    body.b2b-shell .b2b-form-section-title span {
        width: 28px;
        height: 28px;
        border-radius: 10px;
        font-size: 11px;
    }

    body.b2b-shell .b2b-form-section-title strong {
        font-size: 14px;
    }

    body.b2b-shell .b2b-form-section-title small {
        font-size: 11px;
        line-height: 1.3;
    }

    body.b2b-shell .contact_form_box_all {
        padding: 0 !important;
    }

    body.b2b-shell .contact_form_box_inner.simple_form {
        padding: 18px !important;
    }

    body.b2b-shell .contact_form_box_all form > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.b2b-shell .b2b-stat-grid,
    body.b2b-shell .b2b-benefit-grid,
    body.b2b-shell .b2b-feature-grid {
        grid-template-columns: 1fr;
    }

    body.b2b-shell .contact_form_box_all form > .row > [class*="col-"],
    body.b2b-shell .b2b-register-card form > .row > [class*="col-"] {
        float: none !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.b2b-shell .contact_form_box_all .form-control,
    body.b2b-shell .contact_form_box_all .form-select,
    body.b2b-shell .contact_form_box_all .select2-container,
    body.b2b-shell .b2b-auth-card .form-control,
    body.b2b-shell .b2b-auth-card .form-select,
    body.b2b-shell .b2b-auth-card .select2-container {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.b2b-shell .contact_form_box_all .row.gx-0,
    body.b2b-shell .b2b-register-card .row.gx-0 {
        display: flex;
        flex-wrap: nowrap;
    }

    body.b2b-shell .contact_form_box_all .row.gx-0 > .col-4,
    body.b2b-shell .b2b-register-card .row.gx-0 > .col-4 {
        flex: 0 0 34% !important;
        max-width: 34% !important;
        width: 34% !important;
    }

    body.b2b-shell .contact_form_box_all .row.gx-0 > .col-8,
    body.b2b-shell .b2b-register-card .row.gx-0 > .col-8 {
        flex: 0 0 66% !important;
        max-width: 66% !important;
        width: 66% !important;
    }

    body.b2b-shell .b2b-phone-field {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    body.b2b-shell .b2b-phone-code .select2-container,
    body.b2b-shell .b2b-phone-code select {
        width: 104px !important;
        max-width: 104px !important;
        inline-size: 104px !important;
    }

    body.b2b-shell .b2b-register-card .col-12.d-flex {
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
    }

    body.b2b-shell .b2b-form-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 8px;
        padding-top: 14px;
    }

    body.b2b-shell .b2b-form-footer .b2b-helper-text {
        max-width: none;
    }

    body.b2b-shell .b2b-form-footer-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.b2b-shell .contact_form_box_all .theme-btn.one,
    body.b2b-shell .contact_form_box_all .theme-btn.two,
    body.b2b-shell .b2b-register-card #btnNext,
    body.b2b-shell .b2b-register-card #btnBack,
    body.b2b-shell .b2b-register-card #btnSubmit {
        width: 100%;
        max-width: none;
        justify-content: center;
        text-align: center;
    }

    body.b2b-shell .contact_form_box_all .input-group {
        display: grid !important;
        grid-template-columns: 1fr;
        align-items: stretch;
        width: 100%;
        gap: 8px;
    }

    body.b2b-shell .contact_form_box_all .input-group .btn,
    body.b2b-shell .b2b-upload-card .btn {
        width: 100%;
        min-height: 54px;
    }

    body.b2b-shell .contact_form_box_all .input-group .form-control {
        border-radius: 14px;
    }

    body.b2b-shell .b2b-upload-card .input-group {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.b2b-shell .b2b-upload-card .form-control {
        border-radius: 14px !important;
    }

    body.b2b-shell .b2b-upload-card .btn {
        border-radius: 14px !important;
    }

    body.b2b-shell .g-recaptcha {
        max-width: 100%;
        overflow: hidden;
    }

    body.b2b-shell .b2b-supplier-review-row {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
}
