.accessibility-widget {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accessibility-trigger {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 14px 0 0 14px;
    background: #4a4648;
    box-shadow: 0 16px 35px rgba(17, 17, 17, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.accessibility-trigger:hover,
.accessibility-trigger:focus-visible {
    transform: translateX(-4px);
    background: #3d393b;
    box-shadow: 0 18px 38px rgba(17, 17, 17, 0.26);
}

.accessibility-trigger-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.accessibility-trigger-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.accessibility-toolbar {
    width: 62px;
    padding: 12px 8px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 22px 45px rgba(17, 17, 17, 0.14);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(28px) scale(0.92);
    transform-origin: right center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.accessibility-widget.is-open .accessibility-toolbar {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

.accessibility-widget.is-open .accessibility-trigger {
    background: #353133;
}

.accessibility-action,
.accessibility-swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #ffffff;
    color: #3a3436;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.accessibility-action span {
    font-size: 18px;
    font-weight: 500;
}

.accessibility-action:hover,
.accessibility-action:focus-visible,
.accessibility-swatch:hover,
.accessibility-swatch:focus-visible {
    transform: scale(1.06);
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.12);
}

.accessibility-action.is-active {
    border-color: #6d2530;
    color: #6d2530;
    box-shadow: inset 0 0 0 3px rgba(109, 37, 48, 0.08);
}

.accessibility-theme-btn i {
    font-size: 16px;
}

.accessibility-theme-btn[data-theme-action="dark"] {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.accessibility-swatch {
    border-width: 1px;
}

.accessibility-swatch-peach {
    background: #f8d4bb;
}

.accessibility-swatch-blue {
    background: #dbebfe;
}

.accessibility-swatch-cream {
    background: #fef9d1;
}

html[data-surface-theme="peach"]:not([data-theme="dark"]) {
    --bg-body: #f4dfd3;
    --bg-page: #f8d4bb;
    --bg-surface: #fff8f3;
    --bg-surface-soft: #f9e4d7;
    --bg-header: rgba(248, 212, 187, 0.94);
    --bg-input: #fffaf6;
}

html[data-surface-theme="blue"]:not([data-theme="dark"]) {
    --bg-body: #edf5ff;
    --bg-page: #dbebfe;
    --bg-surface: #f9fcff;
    --bg-surface-soft: #e8f2ff;
    --bg-header: rgba(219, 235, 254, 0.94);
    --bg-input: #ffffff;
}

html[data-surface-theme="cream"]:not([data-theme="dark"]) {
    --bg-body: #fffbe5;
    --bg-page: #fef9d1;
    --bg-surface: #fffdf1;
    --bg-surface-soft: #fff7dc;
    --bg-header: rgba(254, 249, 209, 0.94);
    --bg-input: #fffef7;
}

body.accessibility-dark section,
body.accessibility-dark .boxed_wrapper,
body.accessibility-dark .main_header,
body.accessibility-dark .sticky_header,
body.accessibility-dark .main_footer,
body.accessibility-dark .main_footer .footer_top,
body.accessibility-dark .main_footer .footer_bottom {
    transition: background-color 0.35s ease, color 0.35s ease;
    background: #000000
}

html[data-theme="dark"] .why_choose_block_two {
    background: #151925 !important;
}

html[data-theme="dark"] .why_choose_block_two::before {
    background: #1d2333 !important;
}

html[data-theme="dark"] .why_choose_block_two h4 {
    color: #f4f5f7 !important;
    -webkit-text-fill-color: #f4f5f7 !important;
    background: none !important;
}

html[data-theme="dark"] .why_choose_block_two p {
    color: #bfc7d6 !important;
}

html[data-theme="dark"] .service_block_one.style_two {
    background: #151925 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .service_block_one h4,
html[data-theme="dark"] .service_block_one h4 a {
    color: #f4f5f7 !important;
}

html[data-theme="dark"] .service_block_one p {
    color: #bfc7d6 !important;
}

html[data-theme="dark"] .service_block_one .link_btn a {
    color: #f4f5f7 !important;
}

html[data-theme="dark"] .service_block_one .link_btn a:hover,
html[data-theme="dark"] .service_block_one h4 a:hover {
    color: #b089ff !important;
}

html[data-theme="dark"] .contact_block_one {
    background: #151925 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .contact_block_title h4 {
    color: #f4f5f7 !important;
}

html[data-theme="dark"] .contact_block_text p,
html[data-theme="dark"] .contact_block_text p a {
    color: #bfc7d6 !important;
}

html[data-theme="dark"] .contact_block_text p a:hover {
    color: #b089ff !important;
}

.contact_section_row {
    row-gap: 30px;
}

.contact_form_panel,
.contact_visual_panel {
    height: 100%;
}

.contact_form_panel {
    padding: 36px 30px;
    border-radius: 20px;
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-color);
}

.contact_visual_panel {
    min-height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-color);
}

.contact_visual_image,
.contact_visual_image img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.contact_visual_image img {
    display: block;
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .contact_visual_panel {
        min-height: 360px;
    }
}

.pricing_tabs_section {
    padding-top: 120px;
}

.pricing_tabs_card {
    padding: 36px;
    border-radius: 28px;
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-color);
}

.pricing_tabs_nav {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 999px;
    background: var(--bg-surface-soft);
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
}

.pricing_tab_btn {
    min-width: 150px;
    border: 0;
    border-radius: 999px;
    padding: 14px 28px;
    background: transparent;
    color: var(--heading-color);
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pricing_tab_btn.active {
    color: var(--text-inverse);
    background: linear-gradient(106deg, var(--secondary-color) 11.27%, var(--theme-color) 88.73%);
    box-shadow: 0 14px 32px rgba(159, 112, 253, 0.24);
}

.pricing_tab_panel {
    display: none;
}

.pricing_tab_panel.active {
    display: block;
}

.pricing_table_header {
    margin-bottom: 22px;
}

.pricing_table_header h3 {
    margin-bottom: 0;
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 700;
}

.pricing_table_wrap {
    overflow-x: auto;
    border-radius: 22px;
    border: 1px solid var(--border-color);
    background: var(--bg-page);
}

.pricing_plan_table {
    width: 100%;
    min-width: 620px;
}

.pricing_plan_table thead th {
    padding: 22px 26px;
    border: 0;
    background: linear-gradient(106deg, rgba(231, 112, 193, 0.12) 11.27%, rgba(159, 112, 253, 0.14) 88.73%);
    color: var(--heading-color);
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 700;
}

.pricing_plan_table tbody td {
    padding: 24px 26px;
    border-top: 1px solid var(--border-color);
    color: var(--text-color);
    font-family: var(--secondary-font);
    font-size: 17px;
    font-weight: 500;
    vertical-align: middle;
}

.pricing_plan_table tbody tr:hover {
    background: rgba(159, 112, 253, 0.06);
}

.pricing_plan_table tbody td:first-child,
.pricing_plan_table tbody td:nth-child(2) {
    font-weight: 600;
}

.pricing_plan_table .btn_style_one {
    min-width: 132px;
    justify-content: center;
}

html[data-theme="dark"] .pricing_tabs_card {
    background: #151925 !important;
}

html[data-theme="dark"] .pricing_tabs_nav {
    background: #1d2333 !important;
}

html[data-theme="dark"] .pricing_table_wrap {
    background: #111622 !important;
}

html[data-theme="dark"] .pricing_plan_table thead th {
    background: linear-gradient(106deg, rgba(231, 112, 193, 0.18) 11.27%, rgba(159, 112, 253, 0.22) 88.73%);
}

html[data-theme="dark"] .pricing_plan_table tbody tr:hover {
    background: rgba(176, 137, 255, 0.08);
}

@media (max-width: 767px) {
    .pricing_tabs_section {
        padding-top: 90px;
    }

    .pricing_tabs_card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .pricing_tabs_nav {
        width: 100%;
        gap: 8px;
        padding: 6px;
    }

    .pricing_tab_btn {
        min-width: 0;
        flex: 1 1 0;
        padding: 12px 14px;
        font-size: 16px;
    }

    .pricing_table_header h3 {
        font-size: 24px;
    }

    .pricing_plan_table thead th,
    .pricing_plan_table tbody td {
        padding: 18px 16px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .accessibility-widget {
        right: 10px;
        gap: 8px;
    }

    .accessibility-trigger {
        width: 46px;
        height: 46px;
    }

    .accessibility-toolbar {
        width: 58px;
        padding: 10px 7px;
        border-radius: 28px;
    }

    .accessibility-action,
    .accessibility-swatch {
        width: 38px;
        height: 38px;
    }
}
