/* ----------------------------------------------- */
/* Global Css Start */
/* ----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
    --clr-primary: var(--dynamic-primary, #c52127);
    --secondary-color: var(--dynamic-secondary, #0071bc);
    --sidebar-color: var(--dynamic-sidebar, #201415);
    --clr-secondary: #0071bc;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-dark: #101828;
    --clr-light: #344054;
    --clr-light-sm: #dee2e6;
}

/* Theme - dark mode variables (overrides :root when html[data-theme="dark"]) */
html[data-theme="dark"] {
    --clr-white: #171530;
    --clr-black: #0c0a1f;
    --clr-dark: #f4f3ff;
    --clr-light: #b7b2dc;
    --clr-light-sm: rgba(255,255,255,0.09);
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--clr-dark);
    background-color: var(--clr-white);
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* Smooth theme transition for main sections */
.header-section,
.footer-section,
.banner-bg,
.modules-section,
.faq-section,
.module-card,
.faq-item,
.customer-section .customer-card,
.testi-card,
.package-section .package {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1;
    color: var(--clr-dark);
}
body h2 {
    margin: 0;
    color: var(--clr-dark);
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}
body h4 {
    font-size: 30px;
    line-height: 40px;
}
body h5 {
    font-size: 25px;
    line-height: 32px;
}
body h6 {
    font-size: 16px;
    line-height: 24px;
}
body p {
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-light);
}
a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    transition: 1s;
}

.slick-slide {
    height: auto !important;
}
section {
    padding: 60px 0px;
}
body ul {
    padding: 0;
}
body li {
    list-style: none;
}

/* table */
body table {
    width: 100%;
}
body th {
    background-color: #f7f7f7;
}
body td {
    color: var(--clr-light);
    white-space: nowrap;
}
body td,
body th {
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: left;
    padding: 8px;
}

body .cursor-pointer {
    cursor: pointer;
}
body .text-sky {
    color: var(--clr-primary);
}
body .section-title {
    margin-bottom: 50px;
}
body .section-title.section-title-limit {
    max-width: 700px;
}
.theme-icon-light {
    display: none;
}
body .bg-transparent-border {
    border: 1px solid var(--clr-secondary) !important;
    color: var(--clr-secondary) !important;
    background-color: transparent !important;
}
body .bg-transparent-border:hover {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
}
body .custom-clr-primary {
    color: var(--clr-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
body .custom-clr-secondary {
    color: var(--clr-secondary) !important;
}
body .custom-bg-secondary {
    background-color: var(--clr-secondary) !important;
}
body .custom-clr-white {
    color: var(--clr-white) !important;
}
body .custom-clr-dark {
    color: var(--clr-dark) !important;
}
body .custom-bg-dark {
    background-color: var(--clr-dark) !important;
}
body .custom-bg-light {
    background-color: var(--clr-light) !important;
}
body .custom-bg-primary {
    background-color: var(--clr-primary) !important;
}
body .custom-clr-light {
    color: var(--clr-light) !important;
}

body .h6-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
body .p-2nd-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

body .cursor-pointer {
    cursor: pointer !important;
}
body .custom-btn-secondary {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
    border: none !important;
    padding: 0.375rem 1rem;
}
body .modal-custom-design .btn-close {
    background: transparent url("../images/icons/modal-cross-btn.svg") !important;
}
body .modal-custom-design .btn-close:focus {
    box-shadow: none !important;
}
body .modal-custom-design .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}
body .modal-custom-design .cancel-btn {
    width: 120px !important;
    border-color: var(--clr-primary) !important;
    color: var(--clr-primary) !important;
}
body .modal-custom-design .cancel-btn:hover {
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}
body .modal-custom-design .save-btn {
    width: 120px !important;
    background-color: var(--clr-secondary) !important;
}
body .modal-custom-design .save-btn {
    width: 120px !important;
    background-color: var(--clr-secondary) !important;
}


.text-lg-end {
    text-align: right;
}
.banner-bg {
    background: #f9fafb;
    transition: background-color 0.3s ease;
    padding-top: 140px !important;
    padding-bottom: 18px !important;
}

.section-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--clr-primary);
    background: rgba(197, 33, 39, 0.08);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}

/* Modules Section */
.modules-section {
    background-color: var(--clr-white);
    transition: background-color 0.3s ease;
}

.module-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    transition: all 0.3s ease;
}

.module-card:hover {
    border-color: var(--clr-primary);
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -18px rgba(197, 33, 39, 0.35);
}

.module-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(197, 33, 39, 0.08);
    color: var(--clr-primary);
    margin-bottom: 14px;
}

.module-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.module-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--clr-dark);
    margin-bottom: 8px;
    line-height: 1.3;
}

.module-card p {
    font-size: 14px;
    color: var(--clr-light);
    margin: 0;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    background-color: #f9fafb;
    transition: background-color 0.3s ease;
}

.faq-item {
    background: var(--clr-white);
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--clr-primary);
}

.faq-item[open] {
    border-color: var(--clr-primary);
    box-shadow: 0 12px 28px -16px rgba(197, 33, 39, 0.3);
}

.faq-item summary {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-dark);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
    color: var(--clr-primary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item p {
    margin: 12px 0 0;
    font-size: 14.5px;
    color: var(--clr-light);
    line-height: 1.7;
}
.text-orange {
    color: #f37121;
}
.bg-0d0d16 {
    background-color: #0d0d16 !important;
}
.bg-F6F7F9 {
    background-color: #f6f7f9;
}

.bg-FFFFFF {
    background-color: #ffffff;
}

.max-w-600 {
    max-width: 600px;
}
.max-width-362 {
    max-width: 362px;
}

.section-description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #475467;
    padding-top: 16px;
    margin-bottom: 0px;
}

.gap-60 {
    gap: 60px;
}

/* scroll bar */
*,
body,
html {
    scrollbar-width: thin !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    background: #ccc;
}
::-webkit-scrollbar-track-piece {
    background: #888;
}
::-webkit-scrollbar-thumb {
    background: #eee;
}
.title-gradient {
    background: linear-gradient(to right, #89ceff, #89ceff, #ff8900);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.mb-40 {
    margin-bottom: 40px;
}
.px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.h-400 {
    height: 400px;
}
.rounded-16 {
    border-radius: 16px !important;
}
.rounded-8 {
    border-radius: 8px !important;
}
.rounded-top-16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.custom-message-btn {
    padding: 9px 30px !important;
}
.custom-primary-btn,
.custom-message-btn,
.custom-generate-btn,
.custom-downloads-btn,
.custom-downloads-btn:hover {
    color: var(--clr-white) !important;
    background: var(--clr-primary);
}
.custom-outline-btn {
    color: var(--clr-primary);
    background: transparent;
}
.custom-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: inline-flex;
    padding: 16px 28px 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--clr-primary);
    background: var(--clr-primary);
    color: var(--clr-primary);
}
.custom-btn:hover i {
    transform: translateX(10px);
    transition: 1s;
}

.custom-btn i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid var(--clr-white);
    font-size: 13px;
    text-align: center;
}
.custom-btn.custom-outline-btn i {
    border: 1px solid var(--clr-primary) !important;
}

/* move image */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

.move-image {
    animation: moveUpDown 5s infinite;
}
/* ----------------------------------------------- */
/* Header Css Start */
/* ----------------------------------------------- */

.btn-close i {
    color: #ffffff;
    font-size: 26px;
}
.btn-close-commmon i {
    color: #000;
    font-size: 26px;
}
.header-section {
    padding: 5px 0px;
    background: var(--clr-white);
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #b7b7b73d;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.header-section.home-header {
    position: fixed !important;
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.header-section.scrolled,
.header-section.home-header.scrolled {
    background: var(--clr-white);
    border-bottom-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.header-section .login-btn {
    display: none;
}
@media (max-width: 991px) {
    .header-section .login-btn {
        display: block;
    }
}
.header-section.home-header a {
    /* color: var(--clr-dark) !important; */
}

.home-header .header-logo img,
.header-logo img {
    height: 44px;
    width: auto;
}
.home-header .header-logo,
.home-header .home-offcanvas-header .header-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
}
.home-header .header-logo .header-logo-mark {
    height: 32px;
    width: auto;
}
.home-header .header-logo .header-logo-text {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #101828;
    white-space: nowrap;
    transition: color 0.18s ease;
}
.header-section a {
    color: #101828 !important;
    font-size: 15px;
    font-weight: 500;
}
.header-section a:hover {
    color: var(--clr-primary) !important;
}
.header-section .nav-link {
    padding: 20px 15px !important;
}
/* dropdown */
.header-section .menu-dropdown {
    position: relative;
}
.header-section .dropdown-content {
    display: none;
    padding: 20px;
    min-width: 200px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--clr-white);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header-section .dropdown-content a {
    border-radius: 8px;
    color: var(--clr-dark) !important;
    padding: 7px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.header-section .menu-dropdown a span {
    font-family: monospace;
    margin-left: 20px;
}
.header-section .menu-dropdown .arrow {
    margin-left: 10px !important;
    transform: rotate(90deg);
    display: inline-block;
}
.header-section .menu-dropdown:hover .dropdown-content {
    display: block;
}

.header-section .dropdown-item:hover,
.header-section .dropdown-item.active,
.header-section .dropdown-item:active {
    color: var(--clr-white) !important;
    background-color: var(--clr-primary) !important;
}

/* bootstrap custom code */

.accordion-flush .accordion-item {
    border: none;
}

.accordion-flush .accordion-item .accordion-button {
    padding: 10px 15px !important;
}

.accordion-flush .accordion-item .accordion-button:hover {
    background: var(--clr-primary) !important;
    border-radius: 8px !important;
    color: #fff !important;
}

.accordion-flush .accordion-item a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #344054;
}
.offcanvas-header {
    padding: 0px 15px;
}
.home-offcanvas-header {
    background-color: #000;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler i {
    font-size: 22px;
    color: var(--clr-dark);
}
.header-section .mobile-menu .btn-close {
    color: var(--clr-dark) !important;
    background-image: none !important;
    font-size: 30px;
    opacity: 1;
}
.header-section .navbar-toggler:focus,
.header-section .mobile-menu .btn-close:focus {
    box-shadow: none !important;
}

.header-section .accordion-button:not(.collapsed),
.header-section .accordion-button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}
.header-section .accordion-button {
    padding: 7px 0px !important;
}
.header-section .accordion-body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.header-section .accordion-body li:hover {
    background: #fef0f1 !important;
    /* padding: 5px 10px; */
    border-radius: 8px;
    color: #fff !important;
}
.header-section .accordion-body li:hover a,
.header-section .accordion-body li:hover .arrow {
    color: var(--clr-primary) !important;
}
.header-section .accordion-body li .arrow {
    font-size: 20px;
    color: #344054 !important ;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed,
.header-section .accordion-body a {
    color: #344054 !important;
}
.header-section .without-sub-menu::after {
    display: none !important;
}
.header-section .form-control,
.header-section .form-control:focus {
    border-color: var(--clr-secondary) !important;
    box-shadow: none !important;
}
.header-section .input-group input {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.header-section .input-group button {
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary) !important;
    color: var(--clr-white);
    border-radius: 20px;
}

.header-section .get-app-btn {
    background-color: var(--clr-primary);
    color: var(--clr-white) !important;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 24px !important;
    text-align: center;
}
.header-section .get-app-btn:hover {
    color: var(--clr-white) !important;
}
.header-section .get-app-btn i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid var(--clr-white);
    margin-left: 5px !important;
    font-size: 13px;
}
.header-section .get-app-btn:hover:hover i {
    transform: translateX(10px);
    transition: 1s;
}

/* ----------------------------------------------- */
/* slick-slider-section Css Start */
/* ----------------------------------------------- */

.slick-slider-section .slick-prev,
.slick-slider-section .slick-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: var(--clr-primary);
}
.slick-slider-section .slick-prev {
    left: -35px !important;
}
.slick-slider-section .slick-next {
    right: -35px !important;
}
.slick-slider-section .slick-prev:before,
.slick-slider-section .slick-next:before {
    font-family: monospace !important;
    line-height: inherit !important;
    opacity: 1 !important;
    color: var(--clr-white) !important;
}
.slick-slider-section .slick-prev:hover,
.slick-slider-section .slick-prev:focus,
.slick-slider-section .slick-next:hover,
.slick-slider-section .slick-next:focus {
    background: var(--clr-secondary) !important;
}

.slick-slider-section img {
    width: 80%;
    height: 515px;
}

/* ----------------------------------------------- */
/* footer-section Css Start */
/* ----------------------------------------------- */
.footer-details {
    width: 275px;
    line-height: 28px;
}
.footer-section {
    border-top: 1px solid var(--clr-light-sm);
    position: relative;
    overflow: hidden;
}

.footer-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.footer-blob.b1 {
    width: 420px;
    height: 420px;
    background: rgba(197, 33, 39, 0.35);
    bottom: -160px;
    left: -120px;
}

.footer-blob.b2 {
    width: 340px;
    height: 340px;
    background: rgba(197, 33, 39, 0.35);
    bottom: -80px;
    right: -100px;
}

.footer-section > .container {
    position: relative;
    z-index: 1;
}
.footer-section .footer-logo {
    height: 44px;
    width: auto;
}
.footer-play-store {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-play-store img {
    height: 45px;
    width: auto;
}
.footer-section p,
.footer-section li,
.footer-section li a {
    color: var(--clr-dark);
}
.social-link {
    display: flex;
    gap: 10px;
}
.social-link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #f9f9f926;
    border-radius: 50%;
}

.social-link li a img {
    width: 25px;
    height: auto;
}

/* aendly-style footer */
.footer-section .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 40px;
    padding-top: 60px;
}
.footer-section .foot-brand p {
    font-size: 13.5px;
    color: var(--clr-light);
    margin: 14px 0 20px;
    max-width: 240px;
    line-height: 1.6;
}
.footer-section .foot-brand .foot-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
}
.footer-section .foot-brand .foot-brand-logo .header-logo-mark {
    height: 30px;
    width: auto;
}
.footer-section .foot-brand .foot-brand-logo .header-logo-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #101828;
    white-space: nowrap;
    transition: color 0.18s ease;
}
.footer-section .foot-col h4 {
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--clr-light);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.footer-section .foot-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-section .foot-col a {
    font-size: 13.5px;
    color: var(--clr-light);
    transition: color 0.18s ease;
}
.footer-section .foot-col a:hover {
    color: var(--clr-primary);
}
.footer-section .social-row {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.footer-section .social-row li {
    list-style: none;
}
.footer-section .social-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--clr-light-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-light);
    transition: border-color 0.18s ease, color 0.18s ease;
}
.footer-section .social-row a:hover {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}
.footer-section .social-row a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.footer-section .foot-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 0 30px;
    border-top: 1px solid var(--clr-light-sm);
    font-size: 12.5px;
    color: var(--clr-light);
    flex-wrap: wrap;
    gap: 14px;
    text-align: center;
}

/* ----------------------------------------------- */
/* Banner Css Start */
/* ----------------------------------------------- */
/* Home Banner */
.home-banner-section {
    padding-top: 96px;
    background-color: #f9fafb;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.hero-blob.b1 {
    width: 420px;
    height: 420px;
    background: rgba(197, 33, 39, 0.35);
    top: -140px;
    left: -120px;
}

.hero-blob.b2 {
    width: 340px;
    height: 340px;
    background: rgba(197, 33, 39, 0.35);
    bottom: 80px;
    right: -100px;
}

.home-banner-section > .container {
    position: relative;
    z-index: 1;
}

/* Logo Marquee */
.logo-strip {
    padding: 32px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
    background-color: #fff;
}

.logo-strip p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--clr-light);
    margin-bottom: 20px;
}

.logo-strip .marquee {
    display: flex;
    width: max-content;
    animation: marquee-scroll 26s linear infinite;
}

.logo-strip .marquee span {
    font-weight: 800;
    font-size: 19px;
    color: var(--clr-light);
    margin: 0 34px;
    white-space: nowrap;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.video-wrapper .fa {
    line-height: inherit !important;
    margin-left: 3px;
}

/* new css for scanner text Start*/
.banner-scan {
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-scan img {
    height: 86px;
    width: 86px;
}
.banner-scan p {
    margin-bottom: 0px !important;
    width: 118px;
}
/* new css for scanner text ENd */

.home-banner-section .banner-content h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    color: var(--clr-dark);
    margin-bottom: 20px;
}
.home-banner-section .banner-content h1 span {
    color: var(--clr-primary) !important;
    background: none !important;
}

.home-banner-section .banner-content p {
    color: var(--clr-dark);
    opacity: 0.9;
    margin-bottom: 20px;
}
.home-banner-section .banner-content .demo-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.home-banner-section .banner-content .banner-checkMark span {
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-dark);
}

/* Hero left - aendly style */
.home-banner-section .banner-content .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-banner-section .banner-content .eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16a34a;
    flex-shrink: 0;
}

.home-banner-section .banner-content .hero-sub {
    max-width: 500px;
    margin-bottom: 26px;
}

.home-banner-section .banner-content .hero-ctas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 28px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.hero-btn-primary {
    background: linear-gradient(120deg, var(--clr-primary), #9c1f24);
    color: #fff !important;
    box-shadow: 0 14px 26px -12px rgba(197, 33, 39, 0.6);
}

.hero-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px -12px rgba(197, 33, 39, 0.65);
    color: #fff !important;
}

.hero-btn-outline {
    border: 1.5px solid #e3e6ec;
    background: var(--clr-white);
    color: #101828 !important;
}

.hero-btn-outline:hover {
    border-color: var(--clr-primary);
    background: #fef0f1;
    color: var(--clr-primary) !important;
}

/* CTA banner (aendly style) */
.cta-banner-section {
    padding: 30px 0 70px;
}

.cta-banner {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 64px 48px;
    text-align: center;
    background: linear-gradient(125deg, rgba(197, 33, 39, 0.08), #ffffff 55%, #e4faf5);
    border: 1px solid rgba(197, 33, 39, 0.18);
    transition: background-color 0.35s ease, border-color 0.35s ease;
}

.cta-banner::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(197, 33, 39, 0.1);
    border-radius: 50%;
    filter: blur(60px);
    top: -100px;
    right: -60px;
    pointer-events: none;
}

.cta-banner h2 {
    position: relative;
    font-weight: 800;
    font-size: clamp(24px, 3.4vw, 34px);
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: var(--clr-dark);
    margin-bottom: 14px;
}

.cta-banner p {
    position: relative;
    color: var(--clr-light);
    margin-bottom: 28px;
}

.cta-banner .hero-btn-primary {
    position: relative;
}

.home-banner-section .banner-content .hero-note {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-light);
}

.home-banner-section .banner-content .avatar-stack {
    display: flex;
    align-items: center;
}

.home-banner-section .banner-content .avatar-stack span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--clr-white);
    margin-left: -9px;
    background: linear-gradient(135deg, var(--clr-primary), #14b8a6);
}

.home-banner-section .banner-content .avatar-stack span:first-child {
    margin-left: 0;
}
.play-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: var(--clr-primary);
}

.play-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 17px solid #fff;
    z-index: 8;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-button:before {
    content: "";
    position: absolute;
    width: 155%;
    height: 155%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.75);
    top: -15px;
    left: -14px;
    background-color: var(--clr-primary);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow:
            inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
            0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.7;
        box-shadow:
            inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
            0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.home-banner-section .banner-content .play-store {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-banner-section .banner-content .play-store img {
    height: 45px;
    width: auto;
}

/* right */

.home-banner-section .banner-img {
    position: relative;
}
.banner-img {
    max-width: 500px;
    max-height: 520px;
}
.banner-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.home-banner-section .banner-img .button-one {
    position: absolute;
    width: 185px;
    left: 0;
    top: 152px;
    animation-delay: 0.2s;
}
.home-banner-section .banner-img .button-two {
    position: absolute;
    width: 162px;
    left: 40px;
    top: 192px;
    animation-delay: 0.6s;
}
.home-banner-section .banner-img .button-three {
    position: absolute;
    width: 162px;
    left: 20px;
    top: 233px;
    animation-delay: 1s;
}

/* ----------------------------------------------- */
/* Payroll Css Start */
/* ----------------------------------------------- */
.payroll-section {
    position: relative;
    overflow: hidden;
}

.payroll-section h2 {
    max-width: 550px;
    margin-bottom: 20px;
}

.payroll-section ul {
    margin-left: 18px;
    margin-bottom: 35px;
}
.payroll-section ul li {
    list-style: unset;
    font-size: 15px;
    line-height: 25px;
    color: var(--clr-light);
}

/* ----------------------------------------------- */
/* Service Css Start */
/* ----------------------------------------------- */
.service-section {
    position: relative;
    overflow: hidden;
}

.service-section .service-card {
    padding: 24px;
    border-radius: 8px;
}
.service-section .service-content h6 {
    color: var(--clr-dark) !important;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 8px;
}

.service-section .image {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: white;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-section .image img {
    height: 50px;
    width: 50px;
    text-align: center;
}

/* ----------------------------------------------- */
/* Service Css End */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* package-section Css Start */
/* ----------------------------------------------- */
.package-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgba(255, 137, 0, 0.12),
        rgba(13, 154, 255, 0.12)
    );
}

.package-section h2 {
    max-width: 510px;
    margin-bottom: 20px;
}
.package-section .form-switch .form-check-input:checked {
    background-color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}
.package-section .package-arrow {
    position: absolute;
    top: 25px;
    right: 0;
    width: 25px;
}
.package-section .package {
    background-color: var(--clr-white);
    border: 1px solid #d0d5dd;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.package-section .package .month {
    border-bottom: 1px solid #00000033;
    padding-bottom: 15px;
    margin-bottom: 27px;
    position: relative;
    z-index: 0;
}
.package-section .package .month:after {
    position: absolute;
    content: "";
    width: 189px;
    height: 18px;
    background-color: var(--clr-primary);
    z-index: -1;
    opacity: 0.2;
    border-radius: 20px;
    bottom: 25px;
}
.package-section .package small {
    font-weight: 600;
}
.package-section .package .package-content img {
    width: 20px;
}
.package-section .package .package-content p {
    color: #101828;
}
.package-section .package .package-content button {
    width: 100%;
    background-color: var(--clr-primary);
    color: var(--clr-white);
    padding: 12px 0;
    border: 1px solid var(--clr-primary);
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}
.package-section .package .package-content button:hover {
    background-color: transparent;
    color: var(--clr-primary);
    transition: 1s;
}

/* ----------------------------------------------- */
/* Blogs section Css Start */
/* ----------------------------------------------- */
.col-xl-4 .blog-shadow:hover {
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.2s;
    cursor: pointer;
}
.blogs-section {
    position: relative;
    overflow: hidden;
}

.blogs-section .btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(120deg, var(--clr-primary), color-mix(in srgb, var(--clr-primary) 72%, #000000));
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 14px 26px -12px color-mix(in srgb, var(--clr-primary) 60%, transparent);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}

.blogs-section .btn-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px -12px color-mix(in srgb, var(--clr-primary) 65%, transparent);
}

.blogs-section .tags-btn {
    border: none !important;
    color: var(--clr-dark);
    background-color: #e3dedf;
}
.blogs-tag-btn-selected {
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}

.blogs-tag-btn-unselected {
    background-color: #e3dedf !important;
}
/* pagination */
.blogs-section .pagination .page-link {
    color: var(--clr-primary) !important;
}
.blogs-section .pagination .page-link:focus {
    box-shadow: none !important;
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}
.blogs-section .pagination .page-item {
    margin-right: 10px;
}
.blogs-section .pagination .page-item:first-child .page-link,
.blogs-section .pagination .page-item:last-child .page-link,
.blogs-section .pagination .page-item .page-link {
    border-radius: var(--bs-pagination-border-radius) !important;
    border-color: var(--clr-primary) !important;
}
/* blog-details */
.blogs-section .blog-details-content .details-img {
    height: 408px;
    width: 100%;
    object-fit: cover;
}
.blogs-section .blog-details-content ul li {
    list-style: disc;
}
.blogs-section .blog-details-content p {
    color: var(--clr-light);
}
.blogs-section .blog-details-content p span {
    color: var(--clr-dark);
    font-weight: 600;
}
.blogs-section .blog-details-content .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.blogs-section .user-image {
    width: 50px;
}
.blogs-section .blog-image {
    height: 264px;
    border-radius: 16px;
    overflow: hidden;
}

.blogs-section .blog-image img {
    border-radius: 16px !important;
    transition: transform 0.35s ease;
}

.blogs-section .blog-thumb {
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 16px;
    width: 150px;
    height: 143px;
}

.blogs-section .blog-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blogs-section .blog-shadow:hover .blog-image img,
.blogs-section .blog-shadow:hover .blog-thumb img {
    transform: scale(1.08);
}
.blogs-section .home-blog-small-image,
.home-blog-small-image {
    height: 143px;
    width: 150px;
}
.blogs-section .blog-small-image {
    height: 143px;
    width: 150px;
    object-fit: cover;
}
.blog-shadow {
    box-shadow: 0px 4px 24px 0px #c3d0e44d;
    border: 1px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-shadow:hover {
    border-color: var(--clr-primary);
}
/* ----------------------------------------------- */
/* customer-section Css Start */
/* ----------------------------------------------- */

.customer-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.customer-section .customer-card {
    background-color: var(--clr-white);
    border-radius: 20px;
    padding: 50px 28px 28px;
    position: relative;
    margin: 35px 10px 10px;
    height: auto !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.customer-section .customer-card:hover {
    transform: translateY(-4px);
    border-color: var(--clr-primary);
    box-shadow: 0 20px 40px -16px rgba(197, 33, 39, 0.25);
}

.customer-section .customer-card .quote-icon {
    position: absolute;
    top: 16px;
    right: 24px;
    font-family: Georgia, serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: var(--clr-primary);
    opacity: 0.12;
    pointer-events: none;
    user-select: none;
}

.customer-section .customer-card img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid var(--clr-primary);
    object-fit: cover;
    background: var(--clr-white);
}

.customer-section .customer-slider-section p {
    text-align: center;
    color: var(--clr-light);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.customer-section .customer-card .customer-footer {
    width: 100%;
    padding-top: 16px;
    border-top: 1px dashed #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-section .customer-card h5 {
    font-size: 17px;
    color: var(--clr-dark);
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.customer-section .customer-card small {
    color: var(--clr-light);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin: 4px 0 10px;
}

.customer-section .customer-card .customer-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.customer-section .customer-card .customer-stars li {
    color: #ffa800;
    font-size: 14px;
    text-shadow: 0 0 6px rgba(255, 168, 0, 0.35);
}

/* Testimonial marquee (aendly style) */
.testi-track-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.testi-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: testi-scroll 42s linear infinite;
}
.testi-track:hover {
    animation-play-state: paused;
}
@keyframes testi-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.testi-card {
    width: 340px;
    flex-shrink: 0;
    background: var(--clr-white);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.06);
}
.testi-card .stars {
    color: #ffb020;
    font-size: 13px;
    letter-spacing: 1px;
}
.testi-card p {
    font-size: 14px;
    color: var(--clr-light);
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testi-who {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.testi-who .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-primary), #f68a3d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12.5px;
    font-weight: 800;
    flex-shrink: 0;
}
.testi-who .avatar.avatar-img {
    overflow: hidden;
}
.testi-who .avatar.avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testi-who b {
    font-size: 13.5px;
    display: block;
    color: var(--clr-dark);
    line-height: 1.3;
}
.testi-who span {
    font-size: 11.5px;
    color: var(--clr-light);
}

/* ----------------------------------------------- */
/* faq section Css Start */
/* ----------------------------------------------- */
.faqs-section {
    position: relative;
    overflow: hidden;
}

.faqs-section .accordion-item {
    margin-bottom: 20px !important;
    border: 1px solid #d0d5dd !important;
    padding: 16px;
    gap: 8px;
    border-radius: 8px;
    background: var(--clr-white);
    box-shadow: 0px 4px 28px 0px #0000000d;
}
.faqs-section .accordion-button:focus {
    box-shadow: none !important;
}
.faqs-section .accordion-button:not(.collapsed) {
    color: var(--clr-black) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.faqs-section .accordion-button {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 10px !important;
}
.faqs-section .accordion-body {
    padding: 2px 25px 2px 10px !important;
}
.faqs-section .accordion-body p {
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}
.faqs-section .accordion-button::after {
    background-image: url("../images/faq/circle-plus.svg") !important;
}
.faqs-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/faq/circle-minus.svg") !important;
    transform: rotate(0deg) !important;
}
.faqs-section .custom-accordion {
    width: 80%;
    margin: 0 auto;
}

/* ----------------------------------------------- */
/* Contact section Css Start */
/* ----------------------------------------------- */
.contact-section .section-title p {
    max-width: 505px;
    margin: 0 auto;
}
.contact-section .contact-image img {
    height: 550px;
}
.contact-section .form-control:focus {
    border-color: #c0babc !important;
    box-shadow: none !important;
}
.contact-section form input,
.contact-section form textarea {
    border-color: #c0babc !important;
    border-radius: 5px !important;
}
.location-section {
    background: linear-gradient(
        to right,
        rgba(255, 137, 0, 0.12),
        rgba(13, 154, 255, 0.12)
    );
    position: relative;
    overflow: hidden;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    background: var(--clr-primary);
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    line-height: 60px;
    z-index: 3;
    cursor: pointer;
}
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid white;
    top: -15px;
    left: -16px;
    background-color: var(--clr-primary);
}
.video-wrapper {
    max-width: 820px;
    margin: 0 auto;
    background: #e6d9f7;
    border: 4px solid #ffffff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.video-wrapper:after {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}
.video-wrapper img {
    aspect-ratio: 16/9;
    width: 100%;
}

/* slider css start */
.slider-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}
.slider-container .swiper-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    background-color: var(--clr-primary) !important;
}
.slider-container .next,
.slider-container .next2,
.slider-container .next3,
.slider-container .next4,
.slider-container .next5,
.slider-container .next1 {
    right: 0 !important;
    left: auto !important;
}
.slider-container .swiper-scrollbar {
    background: none;
    z-index: 1;
}
.slider-container .swiper-scrollbar::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 6px;
    width: 100%;
    background: #d0d5dd;
    height: 2px;
    z-index: -1;
}
.slider-container .swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 2px;
    height: 14px;
    max-width: 400px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-container .swiper-scrollbar-drag {
    background: #98a2b3;
    border-radius: 24px;
    opacity: 1;
}
.slider-container .swiper-wrapper img {
    width: 100%;
}

.swiper-btn {
    width: 44px;
    height: 44px;
    text-align: center;
    background: #0062ff;
    border-radius: 50%;
    line-height: 44px;
    color: #fff;
    -webkit-box-shadow: 0px 14px 30px rgba(148, 148, 148, 0.25);
    box-shadow: 0px 14px 30px rgba(148, 148, 148, 0.25);
    opacity: 0;
}
.swiper-btn:hover {
    opacity: 1 !important;
}

section:hover .swiper-btn {
    opacity: 0.5;
}

.swiper-button-disabled {
    background: #fff;
    color: #667085;
}

/* Need-customization-section style start */

.need-customization-section {
    background-image: url(../images/payment/2.jpg);
    background-size: cover; /* Cover the entire viewport */
    background-position: center; /* Center the background image */
    /* Other background properties can be added as needed */
}

.need-customization-section h2 {
    color: #fff;
}
.need-customization-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 32px;
}

/* Need-customization-section style End */

.theme-btn,
.theme-btn:hover {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    background-color: var(--clr-primary);
    color: white;
    display: inline-flex;
    padding: 16px 28px 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--clr-primary);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: 0.5s;
}

.theme-btn:hover i {
    transform: translateX(10px);
    transition: 1s;
}

.theme-btn span {
    vertical-align: middle;
}

.theme-btn i {
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid white;
    padding: 5px;
}

/* User-panel-section css start */
.slider-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}
.slider-container .swiper-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}
.slider-container .next,
.slider-container .next2,
.slider-container .next3,
.slider-container .next4,
.slider-container .next5,
.slider-container .next1 {
    right: 0 !important;
    left: auto !important;
}
.slider-container .swiper-scrollbar {
    background: none;
    z-index: 1;
}
.slider-container .swiper-scrollbar::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 6px;
    width: 100%;
    background: #d0d5dd;
    height: 2px;
    z-index: -1;
}
.slider-container .swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 2px;
    height: 14px;
    max-width: 400px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-container .swiper-scrollbar-drag {
    background: #98a2b3;
    border-radius: 24px;
    opacity: 1;
    text-align: center;
}
.slider-container .swiper-wrapper img {
    width: auto;
    height: 100vh;
}

.admin-panel-item {
    border-radius: 16px;
    aspect-ratio: 16/9;
    overflow: hidden;
    text-align: center;
}

/* Multiple-Languages-section style start */
.lang-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.lang-item {
    background: #ffffff;
    box-shadow: 0px 4px 60px 0px #0000001a;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}
.lang-item img {
    height: 60px;
}
.lang-item h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #101828;
    white-space: nowrap;
}

.coming-soon {
    background: #dfdfdf;
    position: relative;
}
.coming-soon::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(223, 223, 223, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    height: 100%;
    width: 100%;
}

.coming-soon .theme-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 160px;
}

/* Multiple-Languages-section style start */

.compatible-img {
    max-width: 825px;
    margin: 0 auto;
}

/* PRICING PLAN START */

/* PRICING PLAN START */

.pricing-plan-section input[type="radio"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.pricing-plan-section input[type="radio"]:checked {
    accent-color: var(--clr-primary);
}
.pricing-plan-section label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
    cursor: pointer;
}

.pricing-plan-section .section-description {
    margin-bottom: 32px !important;
}

.pricing-plan-section .nav-tabs,
.pricing-plan-section .nav-tabs .nav-link,
.pricing-plan-section .nav-tabs .nav-item.show .nav-link,
.pricing-plan-section .nav-tabs .nav-link.active {
    border: none !important;
}

.plans-list .card {
    transition: 0.3s ease;
    border: 1px solid #eaecf0;
    border-radius: 16px;
}
.plans-list .card .card-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.plans-list .card:hover {
    box-shadow: 0px 14px 20px 0px #94949426;
    border-color: var(--clr-primary);
    margin-top: -5px;
}

.plans-list .col-sm-6 .card-header {
    background: #f9e9e9;
}

.card-header {
    text-align: center;
    /* background-color: #f9e9e9; */
}
.card-header p {
    margin-bottom: 0px;
    color: #1d2939;
    font-weight: 700;
    line-height: 18px;
    font-size: 18px;
}

.card-header h4 {
    line-height: 48px;
    color: var(--clr-primary);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.card-header .price-span {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    line-height: 20px;
}

.card-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
}

.plans-list .card h2 {
    color: var(--clr-primary);
    font-weight: bold;
    font-size: 35px;
}

.plans-list .card h6 {
    color: #212121;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    margin: 15px 0;
    background: #ecf1f9;
}

.plans-list .card ul li {
    margin: 5px 0;
}

.subscribe-plan {
    color: var(--clr-primary) !important;
    border: 2px solid var(--clr-primary);
    font-weight: bold;
    transition: 0.4s ease;
    border-radius: 8px;
    padding: 12px 28px 12px 28px;
}
.plans-list .card .subscribe-plan:hover {
    color: #fff !important;
    background: var(--clr-primary) !important;
    font-weight: bold;
    cursor: pointer;
}

/* PRICING PLAN END */

/* ----------------------------------------------- */
/* customer-section Css Start */
/* ----------------------------------------------- */

.customer-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.customer-section .customer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 28px 28px;
    margin: 35px 10px 10px;
    background-color: var(--clr-white);
    position: relative;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.customer-section .customer-card:hover {
    transform: translateY(-4px);
    border-color: var(--clr-primary);
    box-shadow: 0 20px 40px -16px rgba(197, 33, 39, 0.25);
}

.customer-section .customer-card .quote-icon {
    position: absolute;
    top: 16px;
    right: 24px;
    font-family: Georgia, serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: var(--clr-primary);
    opacity: 0.12;
    pointer-events: none;
    user-select: none;
}

.customer-section .customer-card .star {
    color: #ffa800;
}

.customer-section .customer-slider-section p {
    text-align: center;
    color: var(--clr-light);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.customer-section .customer-card h5 {
    font-size: 17px;
    color: var(--clr-dark);
    line-height: 24px;
    font-weight: 700;
}

.customer-section .customer-card small {
    color: var(--clr-light);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin: 4px 0 10px;
}

.customer-section .customer-star {
    color: #ffa800 !important;
    margin-bottom: 0;
}

/* ----------------------------------------------- */
/* About section Css Start */
/* ----------------------------------------------- */
.about-section h2 {
    max-width: 420px;
}
.about-section ul li {
    list-style: inside;
}
.about-section .about-img {
    height: 388px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
/* ----------------------------------------------- */
/* Blogs section Css Start */
/* ----------------------------------------------- */

.blogs-section {
    position: relative;
    overflow: hidden;
}

.blogs-section .tags-btn {
    border: none !important;
    color: var(--clr-dark);
    background-color: #e3dedf;
}
.blogs-tag-btn-selected {
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}

.blogs-tag-btn-unselected {
    background-color: #e3dedf !important;
}
/* pagination */
.blogs-section .pagination .page-link {
    color: var(--clr-primary) !important;
}
.blogs-section .pagination .page-link:focus {
    box-shadow: none !important;
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}
.blogs-section .pagination .page-item {
    margin-right: 10px;
}
.blogs-section .pagination .page-item:first-child .page-link,
.blogs-section .pagination .page-item:last-child .page-link,
.blogs-section .pagination .page-item .page-link {
    border-radius: var(--bs-pagination-border-radius) !important;
    border-color: var(--clr-primary) !important;
}

@media (max-width: 1700px) {
    .video-wrapper {
        max-width: 650px;
    }
}

.modal-body .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e4e5e7;
    border-radius: 6px;
    padding: 12px 15px;
    font-weight: 400;
}

.modal-body .form-control:focus {
    border: 1px solid #d7d9de !important;
}

.modal-body label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #191919;
    background: #fff;
    position: relative;
    left: 10px;
    top: 7px;
    padding: 0 10px;
    z-index: 2;
    line-height: 1;
}

.gpt-up-down-arrow span {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 30%;
    right: 16px;
    height: 10px;
    width: 10px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.font-size-update p {
    font-size: 22px;
}

/* plan modal css start */
.p-24-0 {
    padding: 24px 0px;
}

.p-8-0 {
    padding: 8px 0px;
}
.mb-30 {
    margin-bottom: 30px;
}
/*---------------- payment section style start ------------------------*/
.success-modal-body h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #121212;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.create-account-body {
    padding: 0 24px 24px 24px;
}
.create-account-body h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #121212;
    margin-top: 20px;
    margin-bottom: 6px;
}
.setup-account-body h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    color: #121212;
    margin-bottom: 6px;
}
.custom-label {
    color: #121535 !important;
    font-weight: 600 !important;
}
.create-account-body p {
    color: #4b5563;
}
.login-social {
    border: 1px solid #9999994d !important;
    background-color: transparent !important;
    border-radius: 10px !important;
    padding: 10px !important;
    color: #121535 !important;
    font-size: 14px !important;
    font-weight: 500;
}
.login-social img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    border-radius: 20px !important  ;
}
.have-account {
    color: #4b5563;
}
.have-account a {
    color: var(--clr-primary);
    font-weight: 500;
}
.verify-modal-body h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #212121;
}

.verify-modal-body .des,
.verify-modal-body .des span {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.verify-modal-body .des {
    font-weight: 400 !important;
    margin: 0;
}

.verify-modal-body .des .reset {
    color: var(--clr-primary);
}

.verify-modal-body .code-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.verify-modal-body .code-input input {
    width: 51px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none !important;
    text-align: center;
}

.verify-modal-body .code-input input:focus {
    border: 1px solid var(--clr-primary) !important;
    outline: none !important;
}

.verify-modal-body .code-input input:focus-visible {
    border: 1px solid var(--clr-primary) !important;
    outline: none !important;
}

.verify-modal-body .code-input input::-webkit-inner-spin-button,
.verify-modal-body .code-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.verify-modal-body .code-input input {
    -moz-appearance: textfield;
}

.verify-modal-body .des span {
    color: #121212;
}

.success-modal-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4d4d4d;
    margin-bottom: 24px;
}

.modal-body button {
    width: 100%;
    padding: 12px 20px;
    background: var(--clr-primary);
    border-radius: 8px;
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
}
.modal-body button:focus-visible {
    border: 0 !important;
}

.success-content {
    border-radius: 16px;
}

#registration-modal .cancel-btn {
    width: 80px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
    text-align: center;
}

#registration-modal .submit-btn {
    width: 80px;
    /* border: 1px solid var(--clr-primary); */
}

.error {
    color: red;
}

/* plan modal css end */

/* banner img responsive */
@media (min-width: 992px) {
    .banner-img.text-center img {
        height: 440px;
        width: auto;
    }

    .home-banner-section .banner-img {
        margin-left: auto;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-img.text-center img {
        height: 400px;
        width: auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .banner-img.text-center img {
        height: 300px;
        width: auto;
    }
}
.social-login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 768px) {
    .social-login {
        grid-template-columns: 1fr;
    }
}
.create-account-body .create-account-logo {
    height: 48px;
    width: 150px;
    object-fit: contain;
}
.login-btn {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff !important;
    background: var(--clr-primary) !important;
    border-radius: 8px;
    padding: 12px 20px;
    width: 100%;
    margin-top: 15px;
    height: 50px;
}
.login-btn {
    background-color: var(--clr-primary) !important;
}
.mobile-lang-container {
    display: none;
}
@media (max-width: 991px) {
    .lang-name {
        display: none;
    }
    .home-page-language-change .language-btn {
        border: 1px solid transparent !important;
    }
    .mobile-lang-container {
        display: block;
    }
    .home-page-language-change {
        margin: 0px !important;
    }
}
.home-page-language-change {
    margin-right: 20px;
}
.home-page-language-change .language-btn {
    background: transparent;
    border: 1px solid var(--clr-dark);
    padding: 10px 16px !important;
    border-radius: 8px;
    color: var(--clr-dark);
    position: relative;
}
.home-page-language-change .language-btn::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.home-page-language-change .language-btn img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.home-page-language-change .dropdown-menu .language-li .dropdown-item {
    color: #4b5563 !important;
}
.home-page-language-change .dropdown-menu .language-li .dropdown-item img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.home-page-language-change .dropdown-menu .language-li .dropdown-item:hover {
    color: #fff !important;
}
.home-page-language-change .dropdown-menu .language-li {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-menu-scroll {
    max-height: 400px;
    overflow-y: auto;
}
.mobile-lang-container .language-btn {
    padding: 0 !important;
}

.custom-file-box {
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    padding: 18px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    height: 60px;
    box-sizing: border-box;
}

.custom-file-box:hover {
    border-color: #3b82f6;
    background: #f9fafb;
}

.custom-file-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
}

.preview-file {
    font-size: 14px;
    color: #111827;
    font-weight: 500;
}

.preview-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* ----------------------------------------------- */
/* Floating Capsule Nav (home header) Css Start */
/* ----------------------------------------------- */

.header-section.home-header {
    padding: 0;
    z-index: 1000;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

.header-section.home-header.scrolled {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
}

.header-section.home-header .nav-shell {
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 20px;
}

.header-section.home-header .nav-capsule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 66px;
    padding: 0 12px 0 20px;
    background: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid #e3e6ec;
    border-radius: 999px;
    box-shadow: 0 18px 40px -22px rgba(23, 15, 15, 0.35);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.header-section.home-header.scrolled .nav-capsule {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 44px -24px rgba(23, 15, 15, 0.42);
}

.header-section.home-header .nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.header-section.home-header .nav-links > a,
.header-section.home-header .nav-drop-toggle {
    color: #5b6272 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: color 0.18s ease;
}

.header-section.home-header .nav-links > a:hover,
.header-section.home-header .nav-links > a.active,
.header-section.home-header .nav-drop-toggle:hover {
    color: var(--clr-primary) !important;
}

.header-section.home-header .nav-drop {
    position: relative;
}

.header-section.home-header .nav-drop .arrow {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    font-family: monospace;
    transform: rotate(90deg);
    transition: transform 0.18s ease;
}

.header-section.home-header .nav-drop-content {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 220px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 16px;
    box-shadow: 0 24px 48px -20px rgba(23, 15, 15, 0.35);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 60;
}

.header-section.home-header .nav-drop:hover .nav-drop-content {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.header-section.home-header .nav-drop-content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    border-radius: 10px;
    color: #5b6272 !important;
    font-size: 13.5px;
    font-weight: 600;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.header-section.home-header .nav-drop-content a:hover {
    background: #fef0f1;
    color: var(--clr-primary) !important;
}

.header-section.home-header .nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-section.home-header .lang-switch {
    position: relative;
}

.header-section.home-header .lang-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1.5px solid #e3e6ec;
    background: #ffffff;
    color: #5b6272;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.18s ease, color 0.18s ease;
}

.header-section.home-header .lang-btn::after {
    display: none;
}

.header-section.home-header .lang-btn:hover {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}

.header-section.home-header .lang-btn .flag-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.header-section.home-header .lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    min-width: 200px;
    max-height: 500px;
    overflow-y: auto;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #e3e6ec;
    border-radius: 16px;
    box-shadow: 0 24px 48px -20px rgba(23, 15, 15, 0.35);
    z-index: 60;
}

.header-section.home-header .lang-menu .language-li {
    position: relative;
}

.header-section.home-header .lang-menu .lang-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 34px 9px 10px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #5b6272 !important;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.header-section.home-header .lang-menu .lang-opt:hover {
    background: #fef0f1 !important;
    color: var(--clr-primary) !important;
}

.header-section.home-header .lang-menu .lang-opt .flag-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
}

.header-section.home-header .lang-menu .lang-opt .code {
    margin-left: auto;
    font-family: monospace;
    font-size: 11px;
    color: #9aa1b1;
}

.header-section.home-header .lang-menu .language-check {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: var(--clr-primary);
}

.header-section.home-header .theme-toggle-web {
    padding-right: 0;
}

.header-section.home-header .btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--clr-primary);
    background: linear-gradient(120deg, var(--clr-primary), color-mix(in srgb, var(--clr-primary) 72%, #000000));
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 14px 26px -12px rgba(23, 15, 15, 0.4);
    box-shadow: 0 14px 26px -12px color-mix(in srgb, var(--clr-primary) 60%, transparent);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.header-section.home-header .btn-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px -12px rgba(23, 15, 15, 0.45);
    box-shadow: 0 18px 30px -12px color-mix(in srgb, var(--clr-primary) 65%, transparent);
}

.header-section.home-header .btn-login {
    background: rgba(16, 24, 40, 0.04);
    border: 1px solid rgba(16, 24, 40, 0.12);
    box-shadow: none;
}

.header-section.home-header .btn-login:hover {
    background: rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.15);
}

.header-section.home-header .btn-login svg {
    opacity: 0.85;
}

.header-section.home-header .btn-trial {
    background: linear-gradient(120deg, var(--clr-primary), color-mix(in srgb, var(--clr-primary) 72%, #000000));
}

.header-section.home-header .btn-trial:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px -12px color-mix(in srgb, var(--clr-primary) 65%, transparent);
}

.header-section.home-header .login-text-link {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 8px;
    color: var(--clr-dark) !important;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.18s ease;
}

.header-section.home-header .login-text-link:hover {
    color: var(--clr-primary) !important;
}

.header-section.home-header .burger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1.5px solid #e3e6ec;
    border-radius: 999px;
    background: #ffffff;
    color: var(--clr-dark);
    font-size: 16px;
    cursor: pointer;
    transition: border-color 0.18s ease, color 0.18s ease;
}

.header-section.home-header .burger:hover {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
}

/* ----------------------------------------------- */
/* Floating Capsule Nav - Mobile Menu Css Start */
/* ----------------------------------------------- */

.header-section.home-header .mobile-menu {
    top: 94px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(1320px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    height: auto;
    max-height: calc(100vh - 120px);
    padding: 10px;
    transform: translateX(-50%) translateY(-12px);
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid #e3e6ec;
    border-radius: 20px;
    box-shadow: 0 24px 48px -20px rgba(23, 15, 15, 0.35);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.header-section.home-header .mobile-menu.showing,
.header-section.home-header .mobile-menu.show:not(.hiding) {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.header-section.home-header .mobile-menu .offcanvas-header {
    padding: 6px 8px 12px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 6px;
}

.header-section.home-header .mobile-menu .home-offcanvas-header {
    background: transparent;
}

.header-section.home-header .mobile-menu .home-offcanvas-header .header-logo img {
    height: 32px;
    width: auto;
}

.header-section.home-header .mobile-menu .btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1.5px solid #e3e6ec;
    border-radius: 999px;
    background: #ffffff;
    opacity: 1;
}

.header-section.home-header .mobile-menu .btn-close i {
    color: var(--clr-dark);
    font-size: 15px;
    line-height: 1;
}

.header-section.home-header .mobile-menu .btn-close:hover {
    border-color: var(--clr-primary);
}

.header-section.home-header .mobile-menu .btn-close:hover i {
    color: var(--clr-primary);
}

.header-section.home-header .mobile-menu .offcanvas-body {
    padding: 4px;
}

.header-section.home-header .mobile-menu .accordion-flush .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 2px;
}

.header-section.home-header .mobile-menu .accordion-flush .accordion-item a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #5b6272 !important;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.header-section.home-header .mobile-menu .accordion-button {
    padding: 12px 14px !important;
    border-radius: 10px;
}

.header-section.home-header .mobile-menu .accordion-flush .accordion-item a.accordion-button:hover,
.header-section.home-header .mobile-menu .accordion-flush .accordion-item a.accordion-button.active {
    background: #fef0f1 !important;
    color: var(--clr-primary) !important;
}

.header-section.home-header .mobile-menu .accordion-button:not(.without-sub-menu)::after {
    content: ">";
    font-family: monospace;
    font-weight: 700;
    font-size: 13px;
    color: #9aa1b1;
    background-image: none;
    width: auto;
    height: auto;
    margin-left: auto;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.header-section.home-header .mobile-menu .accordion-button:not(.without-sub-menu):not(.collapsed)::after {
    transform: rotate(-90deg);
}

.header-section.home-header .mobile-menu .accordion-body {
    margin: 0 0 8px !important;
    padding: 0;
}

.header-section.home-header .mobile-menu .accordion-body li a.active {
    color: var(--clr-primary) !important;
}

.header-section.home-header .mobile-menu .accordion-body li {
    margin-left: 12px;
    margin-bottom: 4px;
    padding: 9px 12px;
    border-radius: 10px;
}

.header-section.home-header .mobile-menu .accordion-body li:hover {
    background: #fef0f1;
    border-radius: 10px;
}

.header-section.home-header .mobile-menu .accordion-body li .arrow {
    font-size: 13px;
    color: #9aa1b1 !important;
}

.header-section.home-header .mobile-menu .accordion-body li:hover a,
.header-section.home-header .mobile-menu .accordion-body li:hover .arrow {
    color: var(--clr-primary) !important;
}

.header-section.home-header .mobile-menu .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    margin-top: 12px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    background: rgba(16, 24, 40, 0.04) !important;
    background-color: rgba(16, 24, 40, 0.04) !important;
    border: 1px solid rgba(16, 24, 40, 0.12) !important;
    color: var(--clr-dark) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.header-section.home-header .mobile-menu .login-btn svg {
    width: 18px;
    height: 18px;
}

.header-section.home-header .mobile-menu .login-btn:hover {
    background: rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.header-section.home-header .mobile-menu .btn-trial-mobile {
    background: linear-gradient(120deg, var(--clr-primary), color-mix(in srgb, var(--clr-primary) 72%, #000000)) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 14px 26px -12px rgba(23, 15, 15, 0.4) !important;
}

.header-section.home-header .mobile-menu .btn-trial-mobile:hover {
    box-shadow: 0 18px 30px -12px color-mix(in srgb, var(--clr-primary) 65%, transparent);
}

/* ----------------------------------------------- */
/* Floating Capsule Nav - Mobile Menu Css End */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* Floating Capsule Nav (home header) Css End */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* How it Works Section Css Start */
/* ----------------------------------------------- */

#modules,
#pricing,
#testimonials,
#how {
    scroll-margin-top: 110px;
}

.how-it-works-section {
    background-color: #f9fafb;
    transition: background-color 0.3s ease;
}

.step-card {
    text-align: left;
}

.step-num-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(197, 33, 39, 0.08);
    color: var(--clr-primary);
    font-family: monospace;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
}

.step-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--clr-dark);
    margin-bottom: 8px;
    line-height: 1.3;
}

.step-card p {
    font-size: 14px;
    color: var(--clr-light);
    margin: 0;
    line-height: 1.6;
}

.stats-band {
    background: rgba(197, 33, 39, 0.06);
    border: 1px solid rgba(197, 33, 39, 0.12);
    border-radius: 24px;
    padding: 40px 32px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.stat b {
    display: block;
    font-family: monospace;
    font-size: 28px;
    font-weight: 600;
    color: var(--clr-primary);
    margin-bottom: 6px;
}

.stat span {
    font-size: 12.5px;
    color: var(--clr-light);
}

@media only screen and (max-width: 768px) {
    .stats-band {
        grid-template-columns: 1fr 1fr;
        padding: 28px 20px;
    }
}

/* ----------------------------------------------- */
/* How it Works Section Css End */
/* ----------------------------------------------- */
