body.website-public-theme {
    --website-header-offset: 96px;
    background: var(--website-background-color);
    color: var(--website-text-color);
    font-family: var(--website-font-family) !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    overflow-x: hidden;
}

body.website-public-theme .fullheight_ads {
    display: none !important;
}

body.website-public-theme #main-wrapper {
    margin-top: var(--website-header-offset) !important;
}

body.website-public-theme #navbar {
    top: 0 !important;
}

body.website-public-theme .main-header {
    padding-bottom: 0 !important;
}

body.website-public-theme :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, b, small, label, li, button, input, select, textarea, summary) {
    font-family: var(--website-font-family) !important;
    letter-spacing: 0 !important;
}

body.website-public-theme :where(h1, h2, h3, h4, h5, h6) {
    color: var(--website-heading-color);
    font-weight: 800;
    line-height: 1.15;
    text-transform: none !important;
}

body.website-public-theme p {
    color: var(--website-text-color);
    font-size: 16px;
    line-height: 1.7;
}

body.website-public-theme a {
    color: var(--website-primary-color);
    text-decoration: none;
    margin-top: 0;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.website-public-theme a:hover {
    color: var(--website-primary-hover);
    text-decoration: none;
}

body.website-public-theme:not(.website-home-page) .width90 {
    width: var(--website-container-width);
    max-width: var(--website-container-max-width);
    margin-left: auto;
    margin-right: auto;
}

body.website-public-theme:not(.website-home-page) #main-wrapper > section.distance-top {
    display: none;
}

body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) {
    width: 100% !important;
    margin: 0 auto;
    padding: 32px 0 var(--website-section-spacing);
    background: #fff;
}

body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) > .container-fluid {
    width: var(--website-container-width);
    max-width: var(--website-container-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) > .container-fluid .container-fluid {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.website-public-theme .header-title.header-background {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 217px;
    margin: 0 0 18px;
    padding: 36px 24px;
    overflow: hidden;
    /* border: 1px solid #f1dede; */
    border-radius: var(--website-border-radius-xl);
    background-color: var(--website-section-background);
    /* background-image: linear-gradient(180deg, #fff8f8 0%, #fff1f1 100%) !important; */
    background-position: center;
    background-size: cover;
    /* box-shadow: var(--website-box-shadow); */
}

body.website-public-theme .header-title.header-background:has(.slick-carousel) {
    display: block;
    min-height: 0;
    padding: 0;
    border-color: var(--website-border-color);
    background: transparent !important;
    box-shadow: none;
}

body.website-public-theme .header-title .slick-carousel,
body.website-public-theme .header-title .slick-list,
body.website-public-theme .header-title .slick-track {
    border-radius: var(--website-border-radius-lg);
    overflow: hidden;
}

body.website-public-theme .header-title img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--website-border-radius-lg);
}

body.website-public-theme .breadcrumb1 {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    color: #fff;
    font-size: clamp(34px, 3.6vw, 52px) !important;
    font-weight: 800 !important;
    line-height: 1.1;
    text-align: center;
    text-shadow: none !important;
}

body.website-public-theme :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) > .container-fluid > .col-12.d-flex-start {
    margin: 0 0 26px !important;
    padding: 0 !important;
}

body.website-public-theme :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #products, #careers) > .container-fluid > .col-12.d-flex-start p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    color: var(--website-muted-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

body.website-public-theme :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #products, #careers) > .container-fluid > .col-12.d-flex-start a {
    color: var(--website-muted-color) !important;
}

body.website-public-theme :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #products, #careers) > .container-fluid > .col-12.d-flex-start .bold,
body.website-public-theme :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #products, #careers) > .container-fluid > .col-12.d-flex-start span {
    color: var(--website-primary-color) !important;
    font-weight: 700 !important;
}

body.website-public-theme :where(.top-button-register, .btn-submit, .btn-primary, .submit-button, .contact-us-button, .button.btn.btn-primary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 14px 24px !important;
    border: 1px solid var(--website-primary-color) !important;
    border-radius: var(--website-border-radius-md) !important;
    background: var(--website-primary-color) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: var(--website-primary-shadow);
    cursor: pointer;
}

body.website-public-theme :where(.top-button-register, .btn-submit, .btn-primary, .submit-button, .contact-us-button, .button.btn.btn-primary):hover {
    border-color: var(--website-primary-hover) !important;
    background: var(--website-primary-hover) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(168, 0, 0, 0.22);
}

body.website-public-theme :is(#pricing-order, #pricing-payment) :where(
    .btn-s,
    .pricing-subscription-btn-submit,
    .submit-button,
    #detail_pricing_payment,
    #cancel_pricing_payment,
    #cancel_pricing_payment_mobile
) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 18px !important;
    border: 1px solid var(--website-primary-color) !important;
    border-radius: var(--website-border-radius-md) !important;
    background: var(--website-primary-color) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: var(--website-primary-shadow);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.website-public-theme :is(#pricing-order, #pricing-payment) :where(
    .btn-s,
    .pricing-subscription-btn-submit,
    .submit-button,
    #detail_pricing_payment,
    #cancel_pricing_payment,
    #cancel_pricing_payment_mobile
)::before {
    display: none !important;
}

body.website-public-theme :is(#pricing-order, #pricing-payment) :where(
    .btn-s,
    .pricing-subscription-btn-submit,
    .submit-button,
    #detail_pricing_payment,
    #cancel_pricing_payment,
    #cancel_pricing_payment_mobile
):hover,
body.website-public-theme :is(#pricing-order, #pricing-payment) :where(
    .btn-s,
    .pricing-subscription-btn-submit,
    .submit-button,
    #detail_pricing_payment,
    #cancel_pricing_payment,
    #cancel_pricing_payment_mobile
):focus {
    border-color: var(--website-primary-hover) !important;
    background: var(--website-primary-hover) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 16px 32px rgba(168, 0, 0, 0.22);
}

body.website-public-theme :is(#pricing-order, #pricing-payment) .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.website-public-theme :is(#pricing-order, #pricing-payment) .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body.website-public-theme :is(#pricing-order, #pricing-payment) .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid var(--website-primary-color) !important;
    background: var(--website-primary-color) !important;
}

body.website-public-theme :where(.top-button-login, .singroll-secondary-button, .btn-outline-primary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 14px 24px !important;
    border: 1px solid rgba(168, 0, 0, 0.45) !important;
    border-radius: var(--website-border-radius-md) !important;
    background: #fff !important;
    color: var(--website-primary-color) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: none;
}

body.website-public-theme :where(.form-control, input[type="text"], input[type="email"], input[type="number"], input[type="password"], select, textarea) {
    min-height: 46px;
    border: 1px solid var(--website-border-color) !important;
    border-radius: var(--website-border-radius-md) !important;
    background: #fff;
    color: var(--website-heading-color);
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none !important;
}

body.website-public-theme textarea.form-control,
body.website-public-theme textarea {
    min-height: 120px;
    resize: vertical;
}

body.website-public-theme :where(.form-control, input, select, textarea):focus {
    border-color: rgba(168, 0, 0, 0.45) !important;
    box-shadow: var(--website-focus-ring) !important;
    outline: 0;
}

body.website-public-theme label {
    color: var(--website-heading-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4;
}
body.website-public-theme #contactForm .label {
      color: var(--website-heading-color) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4;
}
.select2-container--default .select2-selection--single {
    height: 42px;
    padding: 6px 8px;
    border-radius: 6px;
}
body.website-public-theme :where(.wrap-function, .function-products, .tile-pricing, .et_pb_testimonial, .event-card, .single-blog, .panel) {
    border: 1px solid var(--website-border-soft) !important;
    border-radius: var(--website-border-radius-lg) !important;
    background: #fff;
    box-shadow: var(--website-box-shadow);
}

body.website-public-theme :where(.wrap-function, .function-products, .tile-pricing, .et_pb_testimonial, .event-card, .single-blog) {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.website-public-theme :where(.wrap-function, .function-products, .tile-pricing, .et_pb_testimonial, .event-card, .single-blog):hover {
    border-color: rgba(168, 0, 0, 0.22) !important;
    box-shadow: var(--website-box-shadow-hover);
    transform: translateY(-2px);
}

body.website-public-theme .wrap-function {
    padding: 18px !important;
    margin-bottom: 20px !important;
}

body.website-public-theme .wrap-function img {
    border-radius: var(--website-border-radius-md);
}

body.website-public-theme .function-products {
    min-height: 100%;
    padding: 24px 20px;
    text-align: center;
}

body.website-public-theme .function-products h4,
body.website-public-theme .tile_pricing-header h3,
body.website-public-theme .getting-started-text h3,
body.website-public-theme .contact-wrap h3 {
    margin: 0 0 14px;
    color: var(--website-heading-color);
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 800;
    line-height: 1.18;
}

body.website-public-theme .function-products p,
body.website-public-theme .pricing-content p,
body.website-public-theme .et_pb_testimonial_content,
body.website-public-theme .contact-wrap p {
    color: var(--website-muted-color) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

body.website-public-theme #functionalities-section .image-grid-container,
body.website-public-theme #updates-section .image-grid-container,
body.website-public-theme #promotions-section,
body.website-public-theme #partners-section,
body.website-public-theme #testimonials,
body.website-public-theme .pricings,
body.website-public-theme .comparison_table,
body.website-public-theme .careers-section {
    margin-top: 0;
}

body.website-public-theme #masonryGrid .grid-item,
body.website-public-theme .grid-sizer,
body.website-public-theme .grid-item {
    padding: 8px !important;
}

body.website-public-theme .promotions-section .wrap-content-item,
body.website-public-theme .wrap-content-item {
    border-radius: var(--website-border-radius-lg);
    box-shadow: var(--website-box-shadow);
}

body.website-public-theme .img-slider-item,
body.website-public-theme .works-slider-item__image {
    border-radius: var(--website-border-radius-md);
}

body.website-public-theme .show-figcaption {
    background: var(--website-primary-color) !important;
    font-weight: 700;
}

body.website-public-theme #pricing-page .mb-8 {
    margin-bottom: 34px !important;
    padding: 28px;
    border: 1px solid #f2dddd !important;
    border-radius: var(--website-border-radius-xl);
    background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
}

body.website-public-theme .companysize-select-wrap {
    min-width: min(360px, 100%);
}

body.website-public-theme .tile-pricing {
    overflow: hidden;
    padding: 28px 22px !important;
}

body.website-public-theme .tile-pricing--recommended {
    border-color: rgba(168, 0, 0, 0.34) !important;
}

body.website-public-theme .tile_pricing-recommended-content {
    background: var(--website-primary-color) !important;
    color: #fff !important;
    font-weight: 800;
}

body.website-public-theme .tile_pricing-pricing-price,
body.website-public-theme .tile_pricing-pricing-price-free,
body.website-public-theme .tile_pricing-contact-price {
    color: #111318 !important;
    font-weight: 700 !important;
}
.tile_pricing-pricing-price-free{
    font-size: 32px;
}
/* Pricing Card Description Hover Workflow */
body.website-public-theme .pricing-content {
    height: 150px;
    overflow: hidden;
}

body.website-public-theme .pricing-content > p {
    margin-bottom: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

body.website-public-theme .pricing-content:hover {
    height: auto !important;
    min-height: 150px !important;
    overflow: visible !important;
    position: relative;
    z-index: 5;
}

body.website-public-theme .pricing-content:hover > p {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

/* Pricing CTA Buttons Base Style (Standard Packages) */
body.website-public-theme .tile_pricing-cta .h-button--v_contained.h-button--c_default,
body.website-public-theme .comparison_table .h-button--v_contained.h-button--c_default {
    background: #E1E1E1 !important;
    border-color: #E1E1E1 !important;
    color: #171214 !important;
    border-radius: 0.375rem !important;
}

body.website-public-theme :where(.tile_pricing-cta, .comparison_table) .h-button--v_contained.h-button--c_default :is(.h-button-content, span, .text-align, .svg-icon) {
    background: transparent !important;
    color: inherit !important;
}

/* Hover State for Standard Buttons -> Red background, White text */
body.website-public-theme :where(.tile_pricing-cta, .comparison_table) .h-button--v_contained.h-button--c_default:hover {
    background-color: #a80000 !important;
    border-color: #a80000 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

body.website-public-theme :where(.tile_pricing-cta, .comparison_table) .h-button--v_contained.h-button--c_default:hover :is(.h-button-content, span, .text-align, .svg-icon) {
    background: transparent !important;
    color: #ffffff !important;
}

/* Recommended / Active / Highlighted Package Buttons -> Red background, White text */
body.website-public-theme .tile-pricing--recommended .tile_pricing-cta .h-button--v_contained.h-button--c_default,
body.website-public-theme .tile_pricing-cta.tile_pricing-cta-active .h-button--v_contained.h-button--c_default,
body.website-public-theme .comparison_table .tile_pricing-cta-active .h-button--v_contained.h-button--c_default,
body.website-public-theme .comparison_table .is-highlight .h-button--v_contained.h-button--c_default {
    background: #a80000 !important;
    border-color: #a80000 !important;
    color: #ffffff !important;
}

body.website-public-theme :is(.tile-pricing--recommended, .tile_pricing-cta-active, .is-highlight) .h-button--v_contained.h-button--c_default :is(.h-button-content, span, .text-align, .svg-icon) {
    background: transparent !important;
    color: #ffffff !important;
}

/* Recommended / Active / Highlighted Package Hover -> Light Grey background, Black text */
body.website-public-theme .tile-pricing--recommended .tile_pricing-cta .h-button--v_contained.h-button--c_default:hover,
body.website-public-theme .tile_pricing-cta.tile_pricing-cta-active .h-button--v_contained.h-button--c_default:hover,
body.website-public-theme .comparison_table .tile_pricing-cta-active .h-button--v_contained.h-button--c_default:hover,
body.website-public-theme .comparison_table .is-highlight .h-button--v_contained.h-button--c_default:hover {
    background-color: #E1E1E1 !important;
    border-color: #E1E1E1 !important;
    color: #000000 !important;
}

body.website-public-theme :is(.tile-pricing--recommended, .tile_pricing-cta-active, .is-highlight) .h-button--v_contained.h-button--c_default:hover :is(.h-button-content, span, .text-align, .svg-icon) {
    background: transparent !important;
    color: #000000 !important;
}

body.website-public-theme .tile_pricing-wrapper.is-highlight .tile_pricing-cta:not(.pricing-option-disabled) .h-button--v_contained.h-button--c_default {
    background: #E1E1E1 !important;
    border-color: #E1E1E1 !important;
    color: #171214 !important;
}

body.website-public-theme .tile_pricing-wrapper.is-highlight .tile_pricing-cta:not(.pricing-option-disabled) .h-button--v_contained.h-button--c_default :is(.h-button-content, span, .text-align, .svg-icon) {
    background: transparent !important;
    color: #171214 !important;
}

body.website-public-theme .tile_pricing-wrapper.is-highlight .tile_pricing-cta:not(.pricing-option-disabled) .h-button--v_contained.h-button--c_default:hover {
    background-color: #a80000 !important;
    border-color: #fff !important;
    color: #ffffff !important;
}

body.website-public-theme .tile_pricing-wrapper.is-highlight .tile_pricing-cta:not(.pricing-option-disabled) .h-button--v_contained.h-button--c_default:hover :is(.h-button-content, span, .text-align, .svg-icon) {
    background: transparent !important;
    color: #ffffff !important;
}

body.website-public-theme .comparison_table {
    margin-top: var(--website-section-spacing);
}

body.website-public-theme .comparison_table .table-responsive,
body.website-public-theme .comparison_table table {
    border-radius: var(--website-border-radius-lg);
}

body.website-public-theme .comparison_table table {
    overflow: hidden;
    background: #fff;
    box-shadow: var(--website-box-shadow);
}

body.website-public-theme .table :where(td, th) {
    border-color: rgba(17, 24, 39, 0.08) !important;
    color: var(--website-text-color);
    font-size: 16px;
    vertical-align: middle;
}

body.website-public-theme .nav-tabs {
    gap: 8px;
    border: 0;
}

body.website-public-theme .nav-tabs .nav-link {
    border: 1px solid var(--website-border-color) !important;
    border-radius: var(--website-border-radius-md) !important;
    color: var(--website-text-color);
    font-weight: 700;
}

body.website-public-theme .nav-tabs .nav-link.active {
    border-color: var(--website-primary-color) !important;
    background: var(--website-primary-color) !important;
    color: #fff !important;
}

body.website-public-theme .info-wrap.bg-contact-us {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
}

body.website-public-theme .info-wrap.bg-contact-us :where(h1, h2, h3, h4, p, a) {
    color: #fff !important;
}

body.website-public-theme .file-uploader {
    border-radius: var(--website-border-radius-lg);
    background: var(--website-section-background);
}

body.website-public-theme .pagination {
    gap: 8px;
    flex-wrap: wrap;
}

body.website-public-theme .page-link {
    border: 1px solid var(--website-border-color);
    border-radius: var(--website-border-radius-sm) !important;
    color: var(--website-primary-color);
    font-weight: 700;
}

body.website-public-theme .page-item.active .page-link {
    border-color: var(--website-primary-color);
    background: var(--website-primary-color);
    color: #fff;
}

body.website-public-theme .modal-content {
    border: 1px solid var(--website-border-color);
    border-radius: var(--website-border-radius-xl);
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.16);
}

body.website-public-theme .modal-header,
body.website-public-theme .modal-footer {
    border-color: rgba(17, 24, 39, 0.08);
}

body.website-public-theme #popupAdv .modal-dialog {
    display: block;
    width: 800px !important;
    max-width: 95vw !important;
    height: 90vh !important;
    margin: 8px auto !important;
}

body.website-public-theme #popupAdv .modal-content {
    height: 100% !important;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.16) !important;
    border-radius: 4px !important;
    background: #fff;
}

body.website-public-theme #popupAdv .modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 0 0 auto;
    padding: 14px 16px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12) !important;
}

body.website-public-theme #popupAdv .modal-header::before,
body.website-public-theme #popupAdv .modal-header::after {
    display: none !important;
    content: none !important;
}

body.website-public-theme #popupAdv .modal-header strong {
    flex: 1 1 auto;
    margin: 0;
    color: var(--website-text-color);
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 1.3;
    text-align: left;
}

body.website-public-theme #popupAdv .modal-header .close {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin: 0 0 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    opacity: 1;
    transform: none !important;
}

body.website-public-theme #popupAdv .modal-body {
    height: calc(100% - 57px);
    padding: 20px 16px !important;
    overflow-y: auto !important;
}

body.website-public-theme #popupAdv .form-group {
    margin-bottom: 15px !important;
}

body.website-public-theme #popupAdv .form-group .row {
    align-items: center;
}

body.website-public-theme #popupAdv .control-label {
    color: var(--website-text-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.35;
}

body.website-public-theme #popupAdv .form-control {
    min-height: 38px;
    border-radius: 4px !important;
    font-size: 16px;
}

body.website-public-theme #popupAdv textarea.form-control {
    min-height: 100px;
}

body.website-public-theme #popupAdv .btn-submit {
    width: auto !important;
    min-height: 36px;
    padding: 8px 15px !important;
    border-radius: 4px !important;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    body.website-public-theme #popupAdv .modal-dialog {
        max-width: calc(100vw - 24px) !important;
        height: calc(100vh - 24px) !important;
        margin: 12px auto !important;
    }

    body.website-public-theme #popupAdv .modal-body {
        padding: 16px !important;
    }

    body.website-public-theme #popupAdv .form-group .row > label {
        margin-bottom: 6px;
    }
}

body.website-public-theme .singroll-website-footer {
    overflow-x: hidden;
    background: #f7f8f8;
    color: var(--website-footer-text);
    font-family: var(--website-font-family) !important;
}

body.website-public-theme .singroll-website-footer[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

body.website-public-theme .singroll-website-footer__main.footer-main.sky-blue-bg {
    background: #f7f8f8 !important;
    color: var(--website-footer-text);
}

body.website-public-theme .singroll-website-footer__inner {
    width: var(--website-container-width);
    max-width: var(--website-container-max-width);
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 0;
}

body.website-public-theme .singroll-website-footer__top {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(34px, 4vw, 72px);
    align-items: start;
}

body.website-public-theme .singroll-website-footer__top--newsletter-hidden {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
}

body.website-public-theme .singroll-website-footer__brand,
body.website-public-theme .singroll-website-footer__newsletter,
body.website-public-theme .singroll-website-footer__menu-group {
    min-width: 0;
}

body.website-public-theme .singroll-website-footer__newsletter[hidden],
body.website-public-theme .singroll-website-footer__newsletter--hidden {
    display: none !important;
}

body.website-public-theme .singroll-website-footer__logo-link {
    display: inline-flex;
    align-items: center;
}

body.website-public-theme .singroll-website-footer__logo {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

body.website-public-theme .singroll-website-footer__tagline {
    margin: 10px 0 16px;
    color: #22252b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

body.website-public-theme .singroll-website-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

body.website-public-theme .singroll-website-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(17, 24, 39, 0.16);
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.website-public-theme .singroll-website-footer__social-link:hover {
    border-color: var(--website-primary-color);
    transform: translateY(-1px);
}

body.website-public-theme .singroll-website-footer__social-link--disabled {
    cursor: default;
}

body.website-public-theme .singroll-website-footer__social-link--disabled:hover {
    border-color: rgba(17, 24, 39, 0.16);
    transform: none;
}

body.website-public-theme .singroll-website-footer__social-icon {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

body.website-public-theme .singroll-website-footer__menus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 28px clamp(26px, 3vw, 54px);
    align-items: start;
}

body.website-public-theme .singroll-website-footer__menu-heading,
body.website-public-theme .singroll-website-footer__newsletter-heading {
    margin: 0 0 16px;
    color: #111318 !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

body.website-public-theme .singroll-website-footer__menu-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.website-public-theme .singroll-website-footer__menu-item {
    margin: 0;
}

body.website-public-theme .singroll-website-footer__menu-link {
    color: #22252b !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

body.website-public-theme .singroll-website-footer__menu-link:hover {
    color: var(--website-primary-color) !important;
}

body.website-public-theme .singroll-website-footer__newsletter-description {
    margin: 0 0 28px;
    color: #343840;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body.website-public-theme .singroll-website-footer__newsletter-form {
    display: flex;
    gap: 10px;
    align-items: stretch;
    width: 100%;
}

body.website-public-theme .singroll-website-footer__newsletter-input {
    min-width: 0;
    height: 48px;
    flex: 1 1 auto;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 6px;
    background: #fff;
    color: var(--website-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 0 16px;
}

body.website-public-theme .singroll-website-footer__newsletter-input::placeholder {
    color: #5f6875;
}

body.website-public-theme .singroll-website-footer__newsletter-input:focus {
    border-color: var(--website-primary-color);
    box-shadow: var(--website-focus-ring);
    outline: none;
}

body.website-public-theme .singroll-website-footer__newsletter-button {
    min-width: 118px;
    height: 48px;
    border: 1px solid var(--website-primary-color);
    border-radius: 6px;
    background: var(--website-primary-color);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 22px;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.website-public-theme .singroll-website-footer__newsletter-button:hover {
    border-color: var(--website-primary-hover);
    background: var(--website-primary-hover);
    transform: translateY(-1px);
}

body.website-public-theme .singroll-website-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 24px;
    align-items: center;
    margin-top: 48px;
    padding: 24px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.1);
}

body.website-public-theme .singroll-website-footer__copyright,
body.website-public-theme .singroll-website-footer__meta {
    margin: 0;
    color: #17191f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body.website-public-theme .singroll-website-footer__copyright {
    flex: 1 1 260px;
    min-width: 0;
    text-align: left;
}

body.website-public-theme .singroll-website-footer__meta {
    display: flex;
    flex: 1 1 420px;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
    min-width: 0;
    max-width: 100%;
    text-align: right;
    white-space: normal;
}

body.website-public-theme .singroll-website-footer__meta span {
    white-space: nowrap;
}

body.website-public-theme .singroll-website-footer__meta span + span::before {
    content: "|";
    margin-right: 18px;
    color: #17191f;
}

body.website-public-theme .singroll-website-footer__meta--mobile {
    display: none;
}

body.website-public-theme .cookie_div {
    right: 18px;
    bottom: 18px;
    max-width: min(420px, calc(100vw - 36px));
    border: 1px solid var(--website-border-color);
    border-radius: var(--website-border-radius-lg);
    background: #fff;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
    color: var(--website-text-color);
}
body.website-public-theme .singroll-site-header .singroll-user-trigger.dropdown-toggle::after {
    content: "";
    display: none;
    border: none;
}
@media (max-width: 1199.98px) {
    body.website-public-theme .singroll-website-footer__top {
        grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
        gap: 36px 48px;
    }

    body.website-public-theme .singroll-website-footer__newsletter {
        grid-column: 1 / -1;
        max-width: 560px;
    }

    body.website-public-theme .singroll-website-footer__menus {
        grid-template-columns: repeat(3, minmax(120px, 1fr));
        gap: 28px;
    }
}

@media (max-width: 991.98px) {
    body.website-public-theme:not(.website-home-page) .width90,
    body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) > .container-fluid,
    body.website-public-theme .singroll-website-footer__inner {
        width: 100%;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) {
        padding-top: 24px;
        padding-bottom: var(--website-section-spacing-tablet);
    }

    body.website-public-theme .header-title.header-background {
        min-height: 140px;
        border-radius: var(--website-border-radius-lg);
    }

    body.website-public-theme .singroll-website-footer__inner {
        padding-top: 52px;
    }

    body.website-public-theme .singroll-website-footer__bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    body.website-public-theme .singroll-website-footer__copyright {
        position: static;
        max-width: none;
        flex: 1;
        text-align: center;
    }

    body.website-public-theme .singroll-website-footer__meta {
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

}

@media (max-width: 767.98px) {
    body.website-public-theme .breadcrumb1 {
        font-size: 30px !important;
    }

    body.website-public-theme .header-title.header-background {
        min-height: 116px;
        padding: 28px 18px;
    }

    body.website-public-theme .grid-sizer,
    body.website-public-theme .grid-item,
    body.website-public-theme #masonryGrid .grid-sizer,
    body.website-public-theme #masonryGrid .grid-item {
        width: 100% !important;
    }

    body.website-public-theme #pricing-page .mb-8 {
        padding: 22px 18px !important;
    }

    body.website-public-theme #pricing-page .company-size .d-flex,
    body.website-public-theme .css_contact_mb {
        display: block !important;
    }

    body.website-public-theme .companysize-select-wrap,
    body.website-public-theme .submit-button,
    body.website-public-theme .top-button-register,
    body.website-public-theme .contact-us-button {
        width: 100% !important;
    }

    body.website-public-theme .singroll-website-footer__inner {
        padding-top: 42px;
    }

    body.website-public-theme .singroll-website-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.website-public-theme .singroll-website-footer__menus {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.website-public-theme .singroll-website-footer__newsletter {
        grid-column: auto;
        max-width: none;
    }

    body.website-public-theme .singroll-website-footer__newsletter-description {
        margin-bottom: 18px;
    }

    body.website-public-theme .singroll-website-footer__newsletter-form {
        flex-direction: column;
    }

    body.website-public-theme .singroll-website-footer__newsletter-input,
    body.website-public-theme .singroll-website-footer__newsletter-button {
        width: 100%;
    }

    body.website-public-theme .singroll-website-footer__bottom {
        gap: 12px;
        margin-top: 40px;
        text-align: center;
    }

    body.website-public-theme .singroll-website-footer__copyright,
    body.website-public-theme .singroll-website-footer__meta {
        text-align: center;
    }

    body.website-public-theme .singroll-website-footer__meta {
        justify-content: center;
    }

    body.website-public-theme .singroll-website-footer__meta--desktop {
        display: none;
    }

    body.website-public-theme .singroll-website-footer__meta--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        flex: none;
        width: 100%;
    }

    body.website-public-theme .singroll-website-footer__meta--mobile span + span::before {
        content: none;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    body.website-public-theme:not(.website-home-page) .width90,
    body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) > .container-fluid,
    body.website-public-theme .singroll-website-footer__inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.website-public-theme:not(.website-home-page) :is(#about-us, #functionalities, #promotions, #pricing-page, #pricing-order, #pricing-payment, #partners, #updates, #contact-us, #products, #careers) {
        padding-top: 18px;
        padding-bottom: var(--website-section-spacing-mobile);
    }

    body.website-public-theme :where(.top-button-register, .btn-submit, .btn-primary, .submit-button, .contact-us-button, .button.btn.btn-primary) {
        min-height: 44px;
        padding: 13px 18px !important;
        font-size: 14px !important;
    }

    body.website-public-theme .cookie_div {
        right: 12px;
        bottom: 12px;
        max-width: calc(100vw - 24px);
    }
}
