.header-left{
    max-width: 140px !important;
    width: 100%;
}
.navbar-brand {
    display: block;
}
img{
    width: 100%;
}

.features-section .features-preview img
{
    width: 100%;
}

.navbar-brand img.landing_logo
{
    width: 100%;
    height: 50px;
}

.container img.landing_logo
{
    width: 100%;
    height: 50px;
}

.features-section .features-preview{
    max-width: 80%;
    margin: 0 auto -390px;
}
.img-wrapper{
    position: relative;
    padding-top: 50%;
    width: 100%;
}
.img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: scale-down;*/
    display: block;
    margin: 0 !important;
}
.features-preview .img-fluid{
    border-radius: 15px;
}
.screenshot-card  h5{
    margin-top: 20px;
}

.screenshot-card  .img-wrapper{
    margin-bottom: 20px;
    padding-top: 60% ;
}

.footer-logo a{
    display: block;
    max-width: 180px;
    width: 100%;
}

.announcement p {
    margin-bottom: 0rem !important;
}

.img-wrapper{
box-shadow: 0 0.125rem 1rem 1px rgb(0 0 0 / 11%) !important;
    border-radius: 10px;
}
html[dir="rtl"] .container-offset{
    margin-right: calc((100% - 1540px) / 2);
    margin-left: 0;
    padding-right: 15px;
    padding-left: 0;
}
html[dir="rtl"]  .main-banner .dash-preview{
right: 0;
    left: -80px;
}

@media (max-width:1500px) {
    .container {
        max-width: 1320px;
    }
    .main-banner .container-offset{
        margin-left: calc((100% - 1320px) / 2);
    }
    html[dir="rtl"] .container-offset{
        margin-right: calc((100% - 1320px) / 2);
    }
}

@media (max-width:1260px) {
    .main-banner .container-offset{
        margin-left: 0;
    }
    html[dir="rtl"] .container-offset{
        margin-right:0;
    }
}
@media (max-width:991px) {
    html[dir="rtl"] .main-banner .dash-preview{
        left:-15px;
    }
}
@media (max-width:767px){
    html[dir="rtl"] .main-banner .dash-preview{
        left:0;
    }
    .container-offset{
        padding: 0 15px !important;
    }
}
body.landing-dark .bg-gray-100{
    background: linear-gradient(141.55deg, #22242C 3.46%, #22242C 99.86%);
    color: var(--bs-body-color);
}
body.landing-dark  .site-footer .footer-row .ftr-col .list-unstyled li a{
    color: var(--bs-body-color);
}
body.landing-dark  .site-footer{
    border-top: 1px solid #9d9d9d4a;
}

/* Custom landing pages */
.custom-page-body {
    --cp-ink: #111827;
    --cp-muted: #5b6472;
    --cp-line: #dce3ea;
    --cp-surface: #ffffff;
    --cp-mist: #f5f7fa;
    --cp-teal: #0f766e;
    --cp-gold: #b7791f;
    --cp-rose: #a43f4b;
    background: var(--cp-mist);
    color: var(--cp-ink);
}

.custom-page-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(246, 248, 250, 0.94);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(18px);
}

.custom-page-header .header-left {
    max-width: 132px !important;
    flex: 0 0 132px;
}

.custom-page-header .navbar-brand img.landing_logo,
.custom-page-header .container img.landing_logo {
    width: auto !important;
    max-width: 132px !important;
    height: 48px !important;
    object-fit: contain;
}

.custom-page-header .custom-page-navbar {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 8px;
    padding: 10px 18px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.custom-page-header .navbar .navbar-nav .nav-item .nav-link {
    color: var(--cp-ink);
}

.custom-page-header .navbar .navbar-nav .nav-item .nav-link.active,
.custom-page-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--cp-teal);
}

.custom-page-shell {
    overflow: hidden;
}

.custom-page-hero {
    position: relative;
    padding: 58px 0 54px;
    background:
        linear-gradient(135deg, #f7f9fb 0%, #eef7f5 58%, #fff8eb 100%);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.custom-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.custom-page-hero-copy {
    max-width: 980px;
}

.custom-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cp-teal);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.custom-page-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--cp-gold);
    display: inline-block;
}

.custom-page-hero h1 {
    color: var(--cp-ink);
    font-size: 56px;
    line-height: 1.02;
    font-weight: 800;
    margin: 0;
    max-width: 880px;
}

.custom-page-hero p {
    color: var(--cp-muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
    margin: 22px 0 0;
}

.custom-page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.custom-page-primary-action,
.custom-page-secondary-action,
.custom-page-side-cta {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 18px;
    font-weight: 700;
}

.custom-page-primary-action {
    background: var(--cp-ink);
    color: #ffffff;
}

.custom-page-primary-action:hover {
    color: #ffffff;
    background: #243046;
}

.custom-page-secondary-action {
    color: var(--cp-ink);
    border: 1px solid rgba(17, 24, 39, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

.custom-page-secondary-action:hover {
    color: var(--cp-teal);
    border-color: rgba(15, 118, 110, 0.40);
}

.custom-page-brand-panel {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 22px 55px rgba(17, 24, 39, 0.10);
}

.custom-page-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    margin-bottom: 18px;
}

.custom-page-brand-logo img {
    width: auto !important;
    max-width: 170px;
    max-height: 72px;
    object-fit: contain;
}

.custom-page-brand-panel dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.custom-page-brand-panel dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.custom-page-brand-panel dt {
    color: var(--cp-muted);
    font-size: 13px;
    font-weight: 600;
}

.custom-page-brand-panel dd {
    color: var(--cp-ink);
    font-weight: 800;
    margin: 0;
    text-align: right;
}

.custom-page-content-section {
    padding: 48px 0 72px;
    background: #f5f7fa;
}

.custom-page-content-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.custom-page-content-grid-centered {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

.custom-page-side-panel {
    position: sticky;
    top: 112px;
    background: var(--cp-surface);
    border: 1px solid var(--cp-line);
    border-radius: 8px;
    padding: 22px;
}

.custom-page-side-panel span {
    display: block;
    color: var(--cp-muted);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.custom-page-side-panel ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-page-side-panel a {
    color: var(--cp-ink);
    font-weight: 600;
}

.custom-page-side-panel a:hover {
    color: var(--cp-teal);
}

.custom-page-side-cta {
    width: 100%;
    background: rgba(15, 118, 110, 0.10);
    color: var(--cp-teal) !important;
    margin-top: 20px;
}

.custom-page-article {
    background: var(--cp-surface);
    border: 1px solid var(--cp-line);
    border-radius: 8px;
    padding: 54px 58px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.custom-page-layout-policy .custom-page-article {
    max-width: 980px;
}

.custom-page-layout-product .custom-page-article {
    border-top: 4px solid var(--cp-gold);
}

.custom-page-intro {
    color: var(--cp-ink);
    font-size: 20px;
    line-height: 1.65;
    margin: 0 0 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--cp-line);
}

.custom-page-richtext {
    color: #233044;
    font-size: 18px;
    line-height: 1.78;
}

.custom-page-richtext > *:first-child {
    margin-top: 0;
}

.custom-page-richtext > *:last-child {
    margin-bottom: 0;
}

.custom-page-richtext p {
    margin: 0 0 20px;
}

.custom-page-richtext h2,
.custom-page-richtext h3,
.custom-page-richtext h4 {
    color: var(--cp-ink);
    font-weight: 800;
    margin: 34px 0 14px;
}

.custom-page-richtext h2 {
    font-size: 30px;
}

.custom-page-richtext h3 {
    font-size: 24px;
}

.custom-page-richtext ul,
.custom-page-richtext ol {
    padding-left: 22px;
    margin-bottom: 24px;
}

.custom-page-richtext li + li {
    margin-top: 8px;
}

.custom-page-richtext blockquote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--cp-teal);
    background: #f1f7f6;
    border-radius: 8px;
}

.custom-page-richtext table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
}

.custom-page-richtext th,
.custom-page-richtext td {
    border: 1px solid var(--cp-line);
    padding: 12px 14px;
    vertical-align: top;
}

.custom-page-richtext th {
    background: #f2f5f8;
    color: var(--cp-ink);
}

.custom-page-richtext img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--cp-line);
}

.custom-page-proof {
    padding: 0 0 64px;
}

.custom-page-proof-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 34px;
    align-items: center;
    color: #ffffff;
    background: #14213d;
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 22px 55px rgba(17, 24, 39, 0.16);
}

.custom-page-proof-card .custom-page-kicker {
    color: #9be3d7;
}

.custom-page-proof-card h2 {
    color: #ffffff;
    font-size: 30px;
    margin: 0 0 12px;
}

.custom-page-proof-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.custom-page-proof-person {
    display: grid;
    justify-items: end;
    text-align: right;
    gap: 6px;
}

.custom-page-proof-person img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.28);
    margin-bottom: 8px;
}

.custom-page-proof-person strong {
    color: #ffffff;
}

.custom-page-proof-person span {
    color: rgba(255, 255, 255, 0.74);
}

.custom-page-stars {
    display: flex;
    gap: 4px;
    color: var(--cp-gold);
}

.custom-page-stars svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
}

.custom-page-footer {
    margin-top: 0;
}

body.landing-dark.custom-page-body {
    --cp-ink: #f6f7fb;
    --cp-muted: #b9c1cc;
    --cp-line: rgba(255, 255, 255, 0.12);
    --cp-surface: #22242c;
    --cp-mist: #171922;
    background: var(--cp-mist);
}

body.landing-dark .custom-page-header {
    background: rgba(23, 25, 34, 0.90);
}

body.landing-dark .custom-page-header .custom-page-navbar,
body.landing-dark .custom-page-brand-panel,
body.landing-dark .custom-page-article,
body.landing-dark .custom-page-side-panel {
    background: #22242c;
    border-color: rgba(255, 255, 255, 0.12);
}

body.landing-dark .custom-page-hero {
    background: #171922;
}

body.landing-dark .custom-page-richtext {
    color: #d8dde7;
}

@media (max-width: 1199px) {
    .custom-page-hero-grid {
        grid-template-columns: 1fr;
    }

    .custom-page-brand-panel {
        max-width: 620px;
    }
}

@media (max-width: 991px) {
    .custom-page-header .custom-page-navbar {
        margin-top: 10px;
    }

    .custom-page-hero {
        padding: 48px 0 58px;
    }

    .custom-page-hero h1 {
        font-size: 42px;
    }

    .custom-page-content-grid {
        grid-template-columns: 1fr;
    }

    .custom-page-side-panel {
        position: relative;
        top: auto;
    }

    .custom-page-proof-card {
        grid-template-columns: 1fr;
    }

    .custom-page-proof-person {
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .custom-page-hero h1 {
        font-size: 34px;
    }

    .custom-page-hero p,
    .custom-page-richtext {
        font-size: 16px;
    }

    .custom-page-article {
        padding: 28px;
    }

    .custom-page-proof-card {
        padding: 26px;
    }
}
