/* Existing styles */
.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;
}

.navbar>.container {
    flex-direction: row-reverse;
}

.navbar .ms-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}

.nav-pills .nav-link {
    text-align: right;
}

/* Updated text-white-70 to ensure contrast if needed, but primarily used on dark backgrounds */
.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");
}

.bg-home {
    padding: 100px 0px;
    background-color: #fff;
    /* Ensure white background as requested */
}

/* Home Promo Styles */
.home-content {
    position: relative;
    padding-top: 20px;
    border-radius: 10px;
    background-image: url('/lp/thank-you-for-your-service/images/Image1.png');
    background-size: cover;
    background-position-y: -90px;
    background-position-x: center;
    background-repeat: no-repeat;
}

/* Top Right Badge Style */
.home-badge {
    position: relative;
    top: 20px;
    right: 0;
    /* Align to the right inside the relative container */
    background: linear-gradient(rgb(2 22 72 / 70%), rgb(5 42 122 / 50%)) padding-box, linear-gradient(135deg, rgb(79 172 254 / 50%) 0%, rgb(0 242 254 / 50%) 100%) border-box;
    border-radius: 15px 0 0 15px;
    /* Rounded corners */
    padding: 15px 25px;
    text-align: right;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    z-index: 10;
    width: fit-content;
    max-width: 320px;
}

/* Responsive adjustment for badge on small screens */
@media (max-width: 768px) {
    /* .home-badge {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto 20px auto;
        width: fit-content;
        text-align: center;
    } */
}

.home-badge p {
    margin-bottom: 0;
    color: #00f2fe;
    font-size: 1rem;
    line-height: 1.4;
    background-color: transparent;
    border: none;
    text-align: right;
    padding: initial;
}

@media (max-width: 414px) {
    .home-badge p {
        font-size: 0.9rem;
    }
}

.home-badge .text-highlight {
    color: #fff !important;
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
}

@media (max-width: 414px) {
    .home-badge .text-highlight {
        font-size: 1.6rem;
    }
}

/* Main Promo Box Style */
.promo-box {
    width: 60%;
    max-width: 600px;
    margin: 200px auto;
    margin-bottom: 2rem;
    padding: 25px;
    /* Gradient Background + Gradient Border Trick */
    background: linear-gradient(rgb(22 2 72 / 70%), rgb(5 42 122 / 50%)) padding-box, linear-gradient(135deg, rgb(79 128 254 / 50%) 0%, rgb(0 242 254 / 50%) 100%) border-box;
    border: 3px solid transparent;
    border-radius: 20px;
    color: white;
    box-shadow: 0 15px 40px rgba(2, 22, 72, 0.4);
    text-align: center;
    line-height: 1;
}

@media (max-width: 768px) {
    .promo-box {
        width: 90%;
        padding: 20px;
    }
}

.promo-title-main {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    color: #00f2fe;

}

@media (max-width: 768px) {
    .promo-title-main {
        font-size: 3.7rem;
    }
}

@media (max-width: 414px) {
    .promo-title-main {
        font-size: 3rem;
    }
}

@media (max-width: 349px) {
    .promo-title-main {
        font-size: 2.6rem;
    }
}

.promo-discount {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    /* Direction LTR handled in HTML */
}

@media (max-width: 349px) {
    .promo-discount {
        font-size: 2.8rem;
    }
}

.promo-subtitle {
    font-size: 3.7rem;
    font-weight: 600;
    display: block;
    margin-top: 7px;
}

@media (max-width: 768px) {
    .promo-subtitle {
        font-size: 3rem;
    }
}

@media (max-width: 414px) {
    .promo-subtitle {
        font-size: 2.4rem;
    }
}

@media (max-width: 349px) {
    .promo-subtitle {
        font-size: 2.1rem;
    }
}

.promo-subtext {
    font-size: 2.65rem;
    opacity: 0.8;
    display: block;
    /* margin-bottom: 10px; */
}

@media (max-width: 768px) {
    .promo-subtext {
        font-size: 2.15rem;
    }
}

@media (max-width: 414px) {
    .promo-subtext {
        font-size: 1.7rem;
    }
}

@media (max-width: 349px) {
    .promo-subtext {
        font-size: 1.5rem;
    }
}

.promo-subtext-sm {
    font-size: 1.8rem;
    font-weight: normal;
}

/* Button Container on White Background */
.home-cta-container {
    margin-top: 2rem;
    text-align: center;
}

/**/

/* 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;
}

/* Removed old .home-badge styles that conflicted */
/* .home-badge p { margin-bottom: 0.6rem; } */
/* .home-badge .text-primary { color: #4353ff !important; font-weight: 600; } */

/* 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: #262d83;
}

/* Footer */
.footer-link {
    text-align: center;
}

.btn-primary {
    background: #262d83 !important;
    border-color: #262d83 !important;
}




/* 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 */