

#topnav .logo{
    float:right;
    display: flex;
    align-items: center;
    min-height: 72px;
}
#topnav .buy-button {
    float:left;
}



.me-2 {
    margin-right: 0.5rem!important;
    margin-left: 0.5rem!important;
}

.ms-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}

#logos .avatar.avatar-ex-sm
{
    max-height: 100px;
    margin: 10px;
}
#logos{
    display: flex;
    flex-wrap: nowrap;
    justify-content: start!important;
    
}
#reviews{
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
    
}
#reviews > div{
    flex: 1 0 25%;
}

.logos-container{
    overflow-x: auto;
}

.logos-container::-webkit-scrollbar {
    display: none;

  }
#logos > div{
    width: auto;
}

img.nice{
    
    border-radius: 14px 0;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 25%);
}

.button-call {
    background: #37C837;
    text-align: center;
    margin: 10px auto;
    max-width: 300px;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    padding: 10px 20px 10px 50px;
    overflow: hidden;
}
.button-call a,
footer .para-desc a {
    color: #fff;
    font-weight: bold;
}

.button-call a > span {
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
    padding: 12px;
}

.footer-text{
    direction: ltr;
    
}

.social-icon{
    margin:0 auto;
    padding-left: 2rem;
}

.feature-list{
    text-align: right;
}

.video-item iframe {
    border-radius: 14px 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}
.video-items{
    display: flex;
    gap: 20px;
}

.accordion .accordion-item .accordion-button:before{
    right:auto;
    left:0;
}

#success, #warning{
    display: none;
}

#success.show, #warning.show{
    display: block;
}

/* Dist-only polish: keep the existing template and materials, but make the
   current Redox pages feel cleaner and less default-template-like. */
:root {
    --redox-blue: #0075dd;
    --redox-cyan: #22b7eb;
    --redox-ink: #2f3a4a;
    --redox-muted: #6d7b91;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    color: var(--redox-ink);
    text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select,
.btn,
.navigation-menu,
.pricing {
    font-family: Tahoma, Arial, sans-serif;
}

.app-home-wrapper {
    position: relative;
    isolation: isolate;
    background: #f8fbff;
}

.app-home-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.68) 0%, rgba(255,255,255,0.9) 42%, rgba(255,255,255,0.98) 100%),
        url("../images/hero-background-modern.jpg") center / cover no-repeat;
}

.app-home-wrapper::after {
    content: "";
    position: absolute;
    left: clamp(24px, 4vw, 72px);
    bottom: clamp(16px, 4vw, 64px);
    width: min(34vw, 520px);
    aspect-ratio: 2816 / 1536;
    z-index: 0;
    pointer-events: none;
    background: url("../images/agent-illustration.png") center / contain no-repeat;
    opacity: 0.14;
    filter: drop-shadow(0 18px 28px rgba(0, 117, 221, 0.12));
}

.app-home-wrapper > .container {
    position: relative;
    z-index: 1;
}

#topnav {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 28px rgba(21, 55, 95, 0.06);
    backdrop-filter: saturate(160%) blur(8px);
}

#topnav .navigation-menu > li > a,
#topnav .buy-button .btn {
    font-weight: 700;
}

#topnav .logo img {
    width: 154px;
    max-width: 34vw;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

#preloader #status .logo img {
    width: min(320px, 72vw);
    height: auto;
}

.btn-primary {
    border-color: var(--redox-blue) !important;
    background: linear-gradient(135deg, var(--redox-blue), #0a86f5) !important;
    box-shadow: 0 10px 22px rgba(0, 117, 221, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0 14px 28px rgba(0, 117, 221, 0.3);
    transform: translateY(-1px);
}

.title-heading .heading {
    color: var(--redox-ink);
    line-height: 1.34;
    letter-spacing: 0;
}

.title-heading .para-desc,
.section-title .para-desc,
.feature .content p {
    color: var(--redox-muted) !important;
    line-height: 1.9;
}

.trial-note {
    color: var(--redox-blue);
    font-weight: 700;
}

img.nice,
.video-item iframe {
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(31, 45, 72, 0.16);
}

.feature > .p-4 {
    border: 1px solid rgba(34, 183, 235, 0.12);
    background: #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.feature:hover > .p-4 {
    border-color: rgba(34, 183, 235, 0.24);
    box-shadow: 0 18px 42px rgba(31, 45, 72, 0.08);
    transform: translateY(-3px);
}

.pricing-trial-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--redox-blue);
    background: linear-gradient(135deg, rgba(0, 117, 221, 0.1), rgba(34, 183, 235, 0.16));
    border: 1px solid rgba(0, 117, 221, 0.14);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
    box-shadow: 0 10px 26px rgba(0, 117, 221, 0.08);
}

.pricing {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(42, 113, 190, 0.14);
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff 0%, #fafdff 100%);
    box-shadow: 0 24px 70px rgba(31, 45, 72, 0.1) !important;
    transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pricing:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 117, 221, 0.28);
    box-shadow: 0 30px 80px rgba(31, 45, 72, 0.16) !important;
}

.pricing-recommended {
    border: 2px solid rgba(0, 117, 221, 0.82);
    box-shadow: 0 28px 90px rgba(0, 117, 221, 0.19) !important;
}

.pricing-badge {
    position: absolute;
    top: -1px;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    color: #075fc8;
    background: #fff;
    padding: 0.45rem 1.45rem;
    border-radius: 0 0 10px 10px;
    font-weight: 800;
    box-shadow: 0 14px 26px rgba(0, 71, 146, 0.22);
}

.pricing .price-header {
    background: linear-gradient(180deg, #ffffff, #f3f9ff) !important;
    border-bottom: 1px solid rgba(0, 117, 221, 0.1);
    padding-top: 3rem !important;
    padding-bottom: 1.6rem !important;
}

.pricing-recommended .price-header {
    background: linear-gradient(135deg, var(--redox-blue), #0a86f5) !important;
    padding-top: 3.35rem !important;
}

.pricing-recommended .price-header .price-title,
.pricing-recommended .price-header p {
    color: #fff !important;
}

.pricing-recommended .price-header p {
    opacity: 0.92;
}

.pricing:not(.pricing-recommended) .price-header .text-white,
.pricing:not(.pricing-recommended) .price-header .text-white-50,
.pricing:not(.pricing-recommended) .price-header .text-light {
    color: var(--redox-ink) !important;
}

.pricing .price-title {
    font-size: 1.22rem;
    font-weight: 900;
    margin-bottom: 0.35rem;
}

.pricing-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--redox-blue);
    background: rgba(0, 117, 221, 0.1);
    border-radius: 50%;
}

.pricing-recommended .pricing-icon {
    color: var(--redox-blue);
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 62, 130, 0.18);
}

.pricing > .d-flex {
    background: #fff !important;
    border-bottom: 0 !important;
    padding-top: 1.7rem !important;
    padding-bottom: 1.5rem !important;
}

.pricing .price {
    color: var(--redox-blue);
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1;
}

.pricing-features {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #fff;
}

.pricing-features .feature {
    padding: 1.4rem 1.45rem !important;
}

.pricing .feature-list {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #536174 !important;
    line-height: 1.55;
    font-size: 0.95rem;
}

.pricing .feature-list i {
    flex: 0 0 auto;
    color: var(--redox-blue) !important;
    stroke-width: 2.4;
}

.pricing-features .border-top {
    margin-top: auto;
    border-top: 1px solid rgba(0, 117, 221, 0.1) !important;
    background: linear-gradient(180deg, #fff, #f2f9ff);
}

.pricing .btn {
    min-width: 72%;
    border-radius: 999px;
    font-weight: 900;
}

.pricing .btn-dark {
    border-color: rgba(0, 117, 221, 0.22);
    color: var(--redox-blue);
    background: #fff;
}

.pricing .btn-dark:hover,
.pricing .btn-dark:focus {
    color: #fff;
    background: var(--redox-blue);
}

.pricing-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--redox-blue);
    font-weight: 800;
    font-size: 0.9rem;
    margin-top: 0.85rem;
}

.logos-container {
    scrollbar-width: none;
}

@media (max-width: 991px) {
    #topnav .navigation-menu {
        text-align: right;
    }

    #topnav .logo img {
        max-height: 46px;
    }
}

@media (max-width: 767px) {
    .app-home-wrapper::before {
        background:
            linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.96) 42%, rgba(255,255,255,1) 100%),
            url("../images/hero-background-modern.jpg") 23% top / auto 50% no-repeat;
    }

    .app-home-wrapper::after {
        display: none;
    }

    .title-heading {
        text-align: center;
    }

    .title-heading .heading {
        font-size: 2rem;
    }

    .watch-video {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    #reviews > div {
        flex-basis: 100%;
    }

    .pricing-badge {
        position: static;
        display: inline-flex;
        transform: none;
        margin: 0.9rem auto 0;
        border-radius: 999px;
    }

    .pricing .btn {
        width: 100%;
    }
}
