.work-box .arrow {
    left: unset;
    right: 77%;
}

.topbar-link a>i {
    vertical-align: top;
}

.client-images>img {
    max-height: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.nav-pills .nav-link {
    text-align: right;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Opened navbar "hamburger" to "X" */
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' d='M6 6l18 18M24 6L6 24'/%3E%3C/svg%3E");
}

/**/

/* Pricing Badge and Blog Lable position RTL fix*/
.pricing-box .pricing-lable,
.blog-box .blog-lable {
    right: unset;
    left: 0px;
    top: 8px;
    border-radius: 0 20px 20px 0;
}

.pricing-box {
    padding: 35px 42px;
}

.pricing-plan>h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pricing-plan>h1>sup.text-muted {
    text-decoration: line-through;
    display: inline-block;
    top: auto;
    margin-left: 8rem;
    font-weight: 400;
}

.pricing-plan>h1>span {
    display: flex;
    align-items: baseline;
}

.home-badge p {
    margin-bottom: 0.6rem;
}

/* Owl Carousel RTL fix*/
[dir="rtl"] .owl-item {
    float: right !important;
    min-height: 310px;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav,
.owl-dots {
    display: none;
}


/* Contact form RTL fix*/

.custom-form .contact-lable {
    left: unset;
    right: 17px;
    position: relative;
    top: 12px;
}

#success_page h3 {
    color: #4353ff;
}

/* Footer */
.footer-link {
    text-align: center;
}




/* Cookies bottom line */
#bottomCookiesContentWrapper {
    background-color: white;
    position: fixed;
    width: 100%;
    max-width: 350px;
    bottom: 7px;
    left: 10px;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    z-index: 1000000;
    box-shadow: 0 6px 16px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 6px 16px rgb(0 0 0 / 40%);
    padding: 10px;
}

.footer.rtl .bottomCookiesContent {
    direction: ltr;
}

.bottomCookiesContent {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: auto;
}

.bottomCookiesContent .closeButtonContainer {
    font-size: 30px;
    padding-right: 5px;
}

.bottomCookiesContent .closeButtonContainer>svg {
    vertical-align: top;
}

.cookiesText {
    text-align: right;
    direction: rtl;
}

.cookiesText .cookiesHeader {
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 6px;
}

.cookiesDescriptText {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.privacyPolicyLink {
    font-size: inherit;
    color: #4353ff;
}

/* End of Cookies bottom line */





:root {
    --bg-color: #f8fafc;
    --dark-blue: #4353ff;
    --dark-blue-hover: #3240cc;
    --light-blue: #4353ff33;
    --arrow-color: #4353ff;
    --text-main: inherit;
}

.custom-badge {
    background-color: #e0e7ff;
    color: #4338ca;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.main-title {
    color: var(--text-main);
    font-weight: 700;
}

.offer-card>div>div {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    max-width: 1000px;
    width: 100%;
}

/* Стили для блоков "Причина" (Темно-синие внутри голубого) */
.cause-block {
    background-color: var(--dark-blue);
    flex: 1;
    color: white;
    transition: background-color 0.3s ease;
}

.cause-block:hover {
    background-color: var(--dark-blue-hover);
}

/* Стили для блоков "Следствие" (Голубые) */
.effect-block {
    background-color: var(--light-blue);
    color: var(--text-main);
    flex: 1;
    transition: background-color 0.3s ease;
}

.effect-block:hover {
    background-color: #4353ff4d;
}

/* Иконка стрелки */
.arrow-icon {
    color: var(--arrow-color);
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Нижний полноширинный блок */
.bottom-banner {
    /* background-color: var(--light-blue);
    color: var(--text-main); */
}

/* Адаптивность для мобильных устройств */
@media (max-width: 767.98px) {
    .arrow-icon {
        /* На мобильных стрелка указывает вниз */
        transform: rotate(-90deg);
        margin: 10px 0;
    }
}

.list-unstyled li {
    display: inline-block
}