/* former assets/css/frontend.css */
:root {
    --ot-primary: #050099;
    --checkout-primary: #5b58ff;
    --checkout-primary-dark: #4743ea;
    --checkout-primary-light: #f0f0ff;
    --checkout-success: #10b981;
    --checkout-card-bg: #ffffff;
    --checkout-border: #e2e8f0;
    --checkout-text-dark: #0f172a;
    --checkout-text-muted: #64748b;
    --checkout-bg-subtle: #f8fafc;
    --price-primary: #5b58ff;
    --price-primary-dark: #4743ea;
    --price-primary-light: #f0f0ff;
    --price-accent: #10b981;
    --price-card-bg: #ffffff;
    --price-border: #e2e8f0;
    --price-border-hover: #cbd5e1;
    --price-text-dark: #0f172a;
    --price-text-muted: #64748b;
    --price-bg-subtle: #f8fafc;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900;1000&display=swap");

body {
    font-family: "Nunito Sans", sans-serif;
    color: var(--ot-primary-paragraph);
    font-size: 14px;
    overflow-x: hidden;
    margin: 0;
    background: none;
}

a {
    transition: 0.3s;
    text-decoration: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}

.copy-right p {
    margin-bottom: 0px;
}

.landing_header .navbar-nav {
    grid-gap: 20px;
}

.landing_header .navbar-nav .nav-item .nav-link {
    transition: 0.3s;
}

.landing_header .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color) !important;
}

.landing_header nav.fixed-header {
    top: -70px !important;
    transform: translateY(70px);
    transition:
        transform 500ms ease,
        background 500ms ease;
    -webkit-transition:
        transform 500ms ease,
        background 500ms ease;
}

.navbar-toggler-icon {
    flex: 20px 0 0;
}

/* video section  */

.video-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-section video {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .landing_header nav {
        padding: 20px 15px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        border-radius: 4px;
    }
}

/* slick slider  */

.slick-client .slick-next::before,
.slick-prev::before {
    color: #4f46e5;
}
.slick-next:before,
.slick-prev:before {
    font-size: 30px;
}
.slick-client button.slick-prev {
    left: -40px;
}
.slick-slide.slick-current.slick-active.slick-center {
    border-bottom: 2px solid #4f46e5;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
}
.slick-client button.slick-next {
    right: -40px;
}

@media screen and (max-width: 840px) {
    .slick-client button.slick-next {
        right: -20px;
    }

    .slick-client button.slick-prev {
        left: -20px;
    }
}

@media screen and (max-width: 778px) {
    .slick-client button.slick-next,
    .slick-client button.slick-prev {
        display: none !important;
    }
}

/* common elements */

.btn:hover {
    color: #fff;
}

/*

.__logo {
    margin-top: 110px;
    margin-left: -143px;
    margin-bottom: -131px;
    text-align: center;
} */

.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #7f58fe;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #7f58fe;
}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default
    .select2-search--inline
    .select2-search__field:focus {
    outline: 0;
    border: 1px solid #7f58fe;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #7f58fe;
    color: #fff !important;
}

.btns,
.btns_management {
    text-align: center;
    margin-bottom: 30px;
}

.btns button,
.btns_management button {
    padding: 8px 20px;
    border: none;
    outline: none;
    border-radius: 8px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
}

.btns button:hover,
.btns button.active,
.btns_management button:hover,
.btns_management button.active {
    background: #045de7;
    color: #fff;
}

img {
    max-width: 100%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

/* toaster */

#toast-container > .toast-success {
    background-color: #a5dc86 !important;
}

#toast-container > .toast-error {
    background-color: #f27474 !important;
}

#toast-container > .toast-warning {
    background-color: #e7e622 !important;
}

#toast-container > .toast-info {
    background-color: #3fc3ee !important;
}

#toast-container > div {
    width: 351px !important;
    padding: 10px 10px 10px 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.form-control:focus {
    box-shadow: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ocrm-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-toggler {
    background: #fff !important;
}

.feature-section {
    background: #f7f7f7;
    padding-bottom: 100px;
}

.count span {
    top: 0;
}

.testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f7f7f7;
}

/* the slides */
.slick-slide {
    margin-top: 30px !important;
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}

.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.theme_accordian .accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #444444;
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 10px;
    border: 0 !important;
    padding: 12px 0;
    box-shadow: none !important;
}

.theme_accordian .accordion-button::after {
    color: #1b1c31;
    font-size: 14px;
    background-image: none !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f067" !important;
}

.theme_accordian .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: transparent;
    box-shadow: none;
}

.theme_accordian .accordion-item:first-of-type .accordion-button,
button.accordion-button.collapsed,
.accordion-body {
    border-bottom: 0;
}

.theme_accordian .accordion-button:not(.collapsed)::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068" !important;
}

.theme_accordian .accordion-item {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

footer {
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    z-index: 0;
    background-size: cover;
    background-position: center center;
}

.footer-logo a {
    display: inline-block;
    color: var(--primary-color);
}

.footer-logo a img {
    max-width: 120px;
}

.footer-logo p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .footer-logo p {
        font-size: 14px;
    }
}

.footer-middle {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(220 242 237 / 20%);
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bg-transparent.fixed-header {
    position: fixed !important;
    width: 100%;
    background-color: #fff !important;
    padding-top: 10px;
    box-shadow: 0px 0px 10px 2px #a8a8a8;
    z-index: 9;
    top: 0;
    left: 0;
    padding: 18px 0;
}

.footer-bottom {
    padding-top: 60px;
}

.copy-right p,
.copy-right a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    color: var(--ot-primary-title);
}
.copy-right p span {
    color: rgba(234, 88, 12, 1);
}

.mb-10 {
    margin-bottom: 10px;
}

div#navbarSupportedContent {
    border-radius: 8px;
}

.primary_btn {
    background: var(--primary-color);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border: 1px solid var(--primary-color);
    text-transform: capitalize;
    display: inline-flex;
    transition: 0.3s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    grid-gap: 10px;
}

.primary_btn:hover {
    text-decoration: none;
    color: var(--primary-color);
    border-color: #fff;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--primary-color);
}

.section__title h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 17px;
}

/* SECTION_PADDING  */

/* BG_COLOR  */

.mb_30 {
    margin-bottom: 30px;
}

.section__title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #525252;
}

.section__title .faq_content_text {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
}

.faq_content_text a {
    color: #5b58ff;
}

.faq_content_text a:hover {
    text-decoration: underline;
}

.theme_accordian .accordion-item .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}

.theme_accordian .accordion-button:after {
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_accordian .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    div#navbarSupportedContent {
        padding-top: 8px;
        margin-top: 10px;
    }
    .navbar-collapse {
        background: #fff !important;
        color: #333333 !important;
        padding: 16px;
    }

    .responsive-collapse-btn {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ocrm-item a {
        color: #333333 !important;
    }

    .navbar-nav {
        gap: 0px !important;
    }

    li.nav-item.ocrm-item a {
        text-align: left;
        padding-left: 30px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.bg-transparent.fixed-header {
        padding: 10px 15px;
    }
}

/* frontend  */

.gap-12x {
    --bs-gutter-x: 30px !important;
}

.header-custom-color .ocrm-item a {
    color: var(--ot-primary) !important;
}

/* former lili-frontend.css — chrome/theme */
.default-theme {
    --primary-color: #050099;
    --secondary: #fa5f1c;
    --border-color: #3c726530;
    --gradient-bg: linear-gradient(130.57deg, #3c7265 -0.48%, #3c7265de 71.79%);
    --ot-primary: var(--primary-color);
    --primary-title: #42425a;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-montserrat);
}

p {
    font-family: var(--font-montserrat);
}

::-moz-selection {
    color: #fff;
    background: var(--primary-color);
}

::selection {
    color: #fff;
    background: var(--primary-color);
}
/*  Style  */

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.text-white {
    color: #fff;
}
.min-height-200 {
    min-height: 200px;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 45px;
    height: 45px;
}

.bg-2 {
    background-color: #0500991c;
}

.custom-title {
    text-align: left;
    font-style: normal;
    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.single-saas-feature {
    border-radius: 8px;
    border: 1px solid #dce2ee;
    display: flex;
    padding: 16px;
    gap: 15px;
    transition: all 0.2s ease;
}

.single-saas-feature:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    border-color: transparent;
}

.single-saas-feature .icon {
    font-size: 45px;
    color: var(--primary-color);
    line-height: 1;
    min-width: 60px;
    max-width: 60px;
}

.single-saas-feature .catContent .title {
    color: #2a3e53;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
    .single-saas-feature .catContent .title {
        font-size: 22px;
    }
}

.single-saas-feature .catContent .pera {
    font-size: 16px;
    color: #2a3e53;
    margin-bottom: 0;
}

ul.nav.ot-feature-nav-pills {
    gap: 2px;
}

.ot-feature-nav {
    margin-top: 0;
}

.ot-feature-nav-pills.nav-pills .nav-link {
    padding: 6px 20px;
}

li.footer-list-item a {
    color: var(--ot-primary-title);
}

.with-bg-page-title h3 {
    color: var(--ot-primary-title);
}

.with-bg-page-content p {
    color: var(--ot-primary-title);
}

/*youtube-video  */
.youtube-video {
    border-radius: 12px;
    overflow: hidden;
}

.with-bg-screen-padding {
    background: #f2f2f2;
    padding: 100px 0px;
}

.testimonial-wrapper {
    max-height: 700px;
    overflow-y: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
}

.testmonial_area .single_testmonial {
    border: 1px solid #ededed;
    border-radius: 12px;
    background: #fff;
    padding: 23px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .testmonial_area .single_testmonial {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .section__title h3 {
        font-size: 29px;
        line-height: 1.5;
    }
}

.testmonial_area .single_testmonial .testmonial_header .thumb {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 60px 0 0;
}

@media (max-width: 767.98px) {
    .testmonial_area .single_testmonial .testmonial_header .thumb {
        width: 50px;
        height: 50px;
        -webkit-box-flex: 50px;
        -ms-flex: 50px 0 0px;
        flex: 50px 0 0;
    }
}

.testmonial_area .single_testmonial .testmonial_header .thumb img {
    width: 100%;
    border-radius: 50%;
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #19191b;
    margin-bottom: 7px;
}

.testmonial_area .single_testmonial .testmonial_header .reviewer_name span {
    font-size: 14px;
    color: #6a6a80;
    font-weight: 400;
    display: block;
}

.testmonial_area .single_testmonial p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #42425a;
}

.testmonial_area .single_testmonial:hover {
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-color: transparent;
}

/* Testimonial */

/* Technology */

.single-technology {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white);
    border-radius: 13.3362px;
    padding: 18px 22px;
    min-height: 81px;
    -webkit-box-shadow:
        rgba(17, 17, 26, 0.05) 0px 4px 16px,
        rgba(17, 17, 26, 0.01) 0px 8px 32px;
    box-shadow:
        rgba(17, 17, 26, 0.05) 0px 4px 16px,
        rgba(17, 17, 26, 0.01) 0px 8px 32px;
    cursor: pointer;
}

.single-technology img {
    max-width: 80%;
}

.single-technology:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
}

.bannar_area .single_banner_wrapper {
    min-height: 100vh;
}

.single_banner_wrapper .banner_info {
    max-width: 640px;
    position: relative;
    z-index: 12;
}

.single_banner_wrapper .banner_info .banner_subtext {
    font-size: 1.375rem;
    line-height: 1.8;
}

.single_banner_wrapper .banner_info .banner_text {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.single_banner_wrapper .banner_info .banner_description {
    font-size: 1.125rem;
    font-weight: 400;
}

.banner_wrapper_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #003253;
    z-index: 0;
    object-fit: fill;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.landing_main_header {
    position: absolute;
    z-index: 12;
    width: 100%;
}

.landing_header {
    background: transparent;
}
.o-hidden {
    overflow: hidden;
}

.fixed-header .ocrm-item a {
    color: #42425a !important;
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-pagination {
    bottom: 0%;
    left: 0%;
    max-width: 1250px;
    grid-column-gap: 3rem;
    grid-row-gap: 3.25rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    justify-items: start;
    width: 100%;
    display: grid;
    position: absolute;
    top: auto;
    right: 0%;
    margin: auto;
}

.swiper-pagination h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 15px;
    display: block;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}

.swiper-pagination-bullet .progressbar {
    position: relative;
}

.swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
    padding-bottom: 8px;
}

.swiper-pagination-bullet em {
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: -0.38px;
    color: #111;
}

.swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4);
}

.swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 3px;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
}

.swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes countingBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .swiper-pagination h3 {
        display: none !important;
    }

    .swiper-pagination {
        max-width: 300px;
        grid-gap: 15px;
        left: 0 !important;
        margin: auto;
        right: 0;
        bottom: 20px;
    }

    .single_banner_wrapper .banner_info .banner_text {
        font-size: 30px;
    }

    .single_banner_wrapper .banner_info .banner_description {
        font-size: 1rem;
        font-weight: 400;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .swiper-pagination {
        max-width: 600px;
    }
}
.video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.video-overlay::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.683);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
}
.video-cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 0;
}
.footer-list h6 {
    color: var(--ot-primary-title);
    font-weight: 800;
}

/* Modules/Saas/resources/views/arun/frontend/layouts/master.blade.php */
#contact-whatsApp {
    bottom: 123px;
    position: fixed;
    right: 12px;
}

#contact-whatsApp img {
    max-width: 80px;
}

.lang-switcher-icon {
    width: 24px;
}

.accounting-feature-icon {
    width: 70px;
    height: 70px;
}
/* Modules/Saas/resources/views/arun/frontend/pages/index.blade.php */

.custom-pera {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 36px;
}

.custom-image {
    margin-bottom: 15px;
}
/* Modules/Saas/resources/views/arun/frontend/pages/checkout.blade.php */

.checkout-page-section {
    padding: 50px 0 90px;
    background-color: #f8fafc;
    min-height: 85vh;
}

.checkout-header-bar {
    margin-bottom: 35px;
}

.checkout-steps-wrapper {
    gap: 12px;
    margin-bottom: 24px;
}

.checkout-step {
    gap: 8px;
    font-size: 13.5px;
    color: var(--checkout-text-muted);
}

.checkout-step.completed {
    color: var(--checkout-success);
}

.checkout-step.active {
    color: var(--checkout-primary);
}

.step-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    background: #e2e8f0;
    color: #64748b;
}

.checkout-step.completed .step-circle {
    background: #dcfce7;
    color: #15803d;
}

.checkout-step.active .step-circle {
    background: var(--checkout-primary);
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(91, 88, 255, 0.18);
}

.step-divider {
    width: 32px;
    height: 2px;
    background: #e2e8f0;
}

.checkout-main-card {
    background: var(--checkout-card-bg);
    border-radius: 16px;
    border: 1px solid var(--checkout-border);
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
}

.section-header-title {
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--checkout-border);
}

.section-header-title .icon-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--checkout-primary-light);
    color: var(--checkout-primary);
    font-size: 18px;
}

.section-header-title h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--checkout-text-dark);
    margin: 0;
    letter-spacing: -0.01em;
}

.checkout-form-group {
    margin-bottom: 20px;
}

.checkout-form-label {
    font-size: 13px;
    color: #334155;
    margin-bottom: 6px;
}

.ot-contact-form .form-control,
.ot-contact-form .ot-input,
.ot-contact-form .ot-contact-input {
    height: 46px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--checkout-text-dark);
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.ot-contact-form .form-control:focus,
.ot-contact-form .ot-input:focus,
.ot-contact-form .ot-contact-input:focus {
    background: #ffffff;
    border-color: var(--checkout-primary);
    box-shadow: 0 0 0 3px rgba(91, 88, 255, 0.12);
    outline: none;
}

.ot-contact-form textarea.form-control,
.ot-contact-textarea {
    height: auto !important;
    min-height: 80px;
}

.subdomain-input-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.subdomain-suffix-badge {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 12px;
    font-size: 13px;
    color: var(--checkout-primary);
    white-space: nowrap;
}

.field-error-msg {
    font-size: 12px;
    color: #ef4444;
    margin-top: 4px;
}

.select2-container--default .select2-selection--single {
    height: 46px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px !important;
    padding-left: 14px !important;
    color: var(--checkout-text-dark) !important;
    font-size: 14px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 44px !important;
    right: 10px !important;
}

.payment-methods-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--checkout-border);
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
}

.radio-inputs {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .radio-inputs {
        grid-template-columns: 1fr;
    }
}

.radio-tile-label {
    cursor: pointer;
    margin: 0;
}

.radio-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-tile {
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1.5px solid var(--checkout-border);
    background-color: #ffffff;
    transition: all 0.2s ease;
    position: relative;
    user-select: none;
}

.radio-tile:hover {
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.radio-input:checked + .radio-tile {
    border-color: var(--checkout-primary);
    background: linear-gradient(135deg, #f8f8ff 0%, #f0f0ff 100%);
    box-shadow: 0 2px 8px rgba(91, 88, 255, 0.12);
}

.radio-tile .tile-icon-box {
    width: 30px;
    height: 30px;
}

.radio-tile .tile-icon-box img {
    max-width: 100%;
    max-height: 24px;
    object-fit: contain;
}

.radio-tile .tile-name {
    font-size: 13px;
    color: var(--checkout-text-dark);
    margin: 0;
    line-height: 1.2;
}

.radio-input:checked + .radio-tile .tile-name {
    color: var(--checkout-primary);
}

.radio-tile .tile-check-indicator {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--checkout-primary);
    color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.radio-input:checked + .radio-tile .tile-check-indicator {
    display: flex;
}

.gateway-fields-box {
    background: var(--checkout-bg-subtle);
    border: 1px solid var(--checkout-border);
    border-radius: 12px;
    padding: 18px;
    margin-top: 16px;
}

.stripe-card-mount-box {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 14px;
    transition: all 0.2s ease;
}

.stripe-card-mount-box:focus-within {
    border-color: var(--checkout-primary);
    box-shadow: 0 0 0 3px rgba(91, 88, 255, 0.12);
}

.checkout-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--checkout-border);
    padding: 26px 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 100px;
}

.sidebar-plan-badge {
    gap: 5px;
    padding: 3px 10px;
    background: #eef2ff;
    color: var(--checkout-primary);
    border-radius: 16px;
    font-size: 11.5px;
    text-transform: uppercase;
}

.sidebar-price-hero {
    padding: 14px 0;
    margin: 12px 0 16px;
    border-top: 1px solid var(--checkout-border);
    border-bottom: 1px dashed var(--checkout-border);
}

.sidebar-price-val {
    font-size: 2rem;
    font-weight: 800;
    color: var(--checkout-text-dark);
    line-height: 1;
    letter-spacing: -0.02em;
}

.sidebar-specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    gap: 8px;
}

.sidebar-spec-row {
    font-size: 12.5px;
    color: var(--checkout-text-muted);
}

.sidebar-spec-val {
    color: var(--checkout-text-dark);
}

.checkout-guarantee-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.checkout-submit-btn {
    background: linear-gradient(135deg, #5b58ff 0%, #4338ca 100%);
    color: #ffffff !important;
    border: 0;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 15px;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(91, 88, 255, 0.3);
    transition: all 0.25s ease;
    cursor: pointer;
}

.checkout-submit-btn:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
    box-shadow: 0 6px 20px rgba(91, 88, 255, 0.4);
    transform: translateY(-1px);
}

.checkout-submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}
/* Modules/Saas/resources/views/arun/frontend/pages/prices.blade.php */

.pricing-hero-section {
    padding: 70px 0 90px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.pricing-hero-section::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(91, 88, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    pointer-events: none;
    z-index: 0;
}

.pricing-hero-header {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto 40px;
}

.pricing-hero-badge {
    gap: 6px;
    padding: 6px 16px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: var(--price-primary);
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pricing-hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--price-text-dark);
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.pricing-hero-subtitle {
    font-size: 1.1rem;
    color: var(--price-text-muted);
    line-height: 1.6;
    margin: 0;
}

.pricing-nav-container {
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
}

.pricing-nav-pills {
    background: #ffffff;
    padding: 6px;
    border-radius: 40px;
    border: 1.5px solid var(--price-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    gap: 4px;
    list-style: none;
    margin: 0;
}

.pricing-nav-pills .nav-link {
    border: 0;
    border-radius: 30px;
    padding: 10px 24px;
    font-size: 14.5px;
    color: var(--price-text-muted);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 8px;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

.pricing-nav-pills .nav-link:hover {
    color: var(--price-primary);
}

.pricing-nav-pills .nav-link.active {
    background: linear-gradient(135deg, #5b58ff 0%, #4338ca 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(91, 88, 255, 0.35);
}

.pricing-discount-badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
    background: #dcfce7;
    color: #15803d;
    line-height: 1;
    transition: all 0.2s ease;
}

.pricing-nav-pills .nav-link.active .pricing-discount-badge {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.pricing-card-col {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1.5px solid var(--price-border);
    padding: 32px 26px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pricing-card:hover {
    transform: translateY(-6px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.09);
}

.pricing-card.is-popular {
    background: #ffffff;
    border: 2px solid var(--price-primary) !important;
    box-shadow: 0 16px 40px -10px rgba(91, 88, 255, 0.2);
}

.pricing-card.is-popular:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px -10px rgba(91, 88, 255, 0.28);
}

.popular-floating-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #5b58ff 0%, #4338ca 100%);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(91, 88, 255, 0.35);
    gap: 5px;
    white-space: nowrap;
    z-index: 3;
}

.plan-card-header {
    margin-bottom: 22px;
}

.plan-title-row {
    margin-bottom: 14px;
}

.plan-name {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--price-text-dark);
    margin: 0;
    letter-spacing: -0.01em;
}

.plan-pill-tag {
    font-size: 11.5px;
    padding: 3px 10px;
    border-radius: 20px;
    background: var(--price-bg-subtle);
    color: var(--price-text-muted);
    border: 1px solid var(--price-border);
}

.plan-price-wrapper {
    gap: 4px;
    margin-bottom: 6px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--price-text-dark);
    line-height: 1;
    letter-spacing: -0.03em;
}

.price-period {
    font-size: 0.875rem;
    color: var(--price-text-muted);
}

.discount-comparison {
    gap: 8px;
    font-size: 0.825rem;
    margin-top: 4px;
}

.original-price-del {
    color: #94a3b8;
    text-decoration: line-through;
}

.save-badge {
    background: #dcfce7;
    color: #166534;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 10px;
}

.plan-cta-wrapper {
    margin: 22px 0 26px;
}

.plan-cta-btn {
    gap: 8px;
    padding: 13px 20px;
    border-radius: 14px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.plan-cta-btn.btn-popular {
    background: linear-gradient(135deg, #5b58ff 0%, #4338ca 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(91, 88, 255, 0.35);
    border: 0;
}

.plan-cta-btn.btn-popular:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
    box-shadow: 0 6px 20px rgba(91, 88, 255, 0.45);
    transform: translateY(-2px);
}

.plan-cta-btn.btn-outline-custom {
    background: #ffffff;
    color: var(--price-text-dark) !important;
    border: 1.5px solid var(--price-border);
}

.plan-cta-btn.btn-outline-custom:hover {
    background: var(--price-text-dark);
    color: #ffffff !important;
    border-color: var(--price-text-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.plan-specs-box {
    background: var(--price-bg-subtle);
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 22px;
    gap: 9px;
}

.spec-item {
    font-size: 12.5px;
    color: var(--price-text-muted);
}

.spec-label {
    gap: 7px;
    font-weight: 500;
}

.spec-label i {
    font-size: 14px;
}

.spec-value {
    color: var(--price-text-dark);
}

.spec-value.is-unlimited {
    background: #dcfce7;
    color: #166534;
    padding: 2px 7px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
}

.features-header-title {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 14px;
    padding-top: 10px;
    border-top: 1px dashed var(--price-border);
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.feature-item {
    font-size: 13.5px;
    font-weight: 500;
    color: #334155;
    padding: 3px 0;
    transition: color 0.15s ease;
}

.feature-item.feature-disabled {
    color: #94a3b8;
    opacity: 0.65;
}

.feature-icon-wrapper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.feature-icon-wrapper.icon-active {
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
}

.feature-icon-wrapper.icon-inactive {
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 11px;
}

.pricing-trust-strip {
    margin-top: 50px;
    padding: 24px 30px;
    background: #ffffff;
    border: 1px solid var(--price-border);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.trust-item {
    gap: 12px;
}

.trust-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef2ff;
    color: var(--price-primary);
    font-size: 20px;
}

.trust-title {
    color: var(--price-text-dark);
    font-size: 14px;
    margin: 0 0 2px;
}

.trust-desc {
    font-size: 12px;
    color: var(--price-text-muted);
    margin: 0;
}

/* Modules/Saas/resources/views/arun/frontend/pages/invoice.blade.php */
.invoice-page-wrapper {
    padding: 50px 0 80px;
    background-color: #f8fafc;
    min-height: 80vh;
}

.invoice-container {
    max-width: 820px;
    margin: 0 auto;
}

.invoice-notice-card {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
    gap: 12px;
    color: #166534;
}

.invoice-notice-card i {
    font-size: 20px;
    line-height: 1.2;
    color: #16a34a;
}

.invoice-notice-title {
    font-size: 14.5px;
    margin: 0 0 2px;
    color: #14532d;
}

.invoice-notice-text {
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
    color: #166534;
}

.temp-login-card {
    background-color: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.temp-login-header {
    font-size: 14px;
    color: #92400e;
    margin-bottom: 12px;
    gap: 8px;
}

.temp-login-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    background: #ffffff;
    border: 1px solid #fef3c7;
    border-radius: 8px;
    padding: 12px 16px;
}

.temp-login-item {
    font-size: 13px;
}

.temp-login-label {
    color: #78350f;
    margin-bottom: 2px;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.temp-login-value {
    font-family: monospace;
    color: #1e293b;
}

.invoice-action-bar {
    margin-bottom: 16px;
    gap: 10px;
}

.btn-simple-action {
    gap: 6px;
    padding: 8px 16px;
    font-size: 13.5px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-action-outline {
    background-color: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.btn-action-outline:hover {
    background-color: #f1f5f9;
    color: #0f172a;
    border-color: #94a3b8;
}

.btn-action-primary {
    background-color: #4f46e5;
    color: #ffffff !important;
    border: 1px solid #4f46e5;
}

.btn-action-primary:hover {
    background-color: #4338ca;
    border-color: #4338ca;
}

.invoice-paper {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.invoice-header-row {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 24px;
}

.invoice-company-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.invoice-company-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.invoice-label-tag {
    font-size: 20px;
    font-weight: 800;
    color: #4f46e5;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}

.invoice-meta-line {
    font-size: 13px;
    color: #475569;
    margin-bottom: 3px;
}

.invoice-meta-line strong {
    color: #0f172a;
}

.invoice-address-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.address-box-col h6 {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 6px;
}

.address-box-col .target-name {
    font-size: 14.5px;
    color: #0f172a;
    margin-bottom: 4px;
}

.address-box-col .target-details {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

.invoice-items-table {
    border-collapse: collapse;
    margin-bottom: 24px;
}

.invoice-items-table thead th {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 14px;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    color: #475569;
}

.invoice-items-table tbody td {
    padding: 14px;
    font-size: 13px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.invoice-items-table tbody tr:last-child td {
    border-bottom: 1px solid #e2e8f0;
}

.invoice-totals-wrapper {
    margin-bottom: 24px;
}

.invoice-totals-list {
    width: 280px;
}

.totals-item-row {
    font-size: 13px;
    color: #64748b;
    padding: 4px 0;
}

.totals-item-row.grand-total-row {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    padding-top: 8px;
    margin-top: 6px;
    border-top: 1px solid #e2e8f0;
}

.grand-total-price {
    color: #4f46e5;
    font-size: 17px;
}

.status-pill-badge {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.invoice-paper-footer {
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    font-size: 12px;
    color: #94a3b8;
}

@media print {
    body {
        background-color: #ffffff !important;
    }
    .invoice-page-wrapper {
        padding: 0 !important;
        background-color: transparent !important;
    }
    .invoice-action-bar,
    .invoice-notice-card,
    .temp-login-card,
    header,
    footer,
    #contact-whatsApp {
        display: none !important;
    }
    .invoice-paper {
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
}
