/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css Start */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

:root {
    --clr-primary: #00987f;
    /* --clr-primary: #FF9500; */
    --clr-secondary: #0071bc;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-dark: #101828;
    --clr-light: #344054;
    --clr-light-sm: #dee2e6;
    --title-font: "Instrument Sans", serif;
}

body {
    font-family: "Instrument Sans", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--clr-dark);
    background-color: var(--clr-white);
}
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;
}
/* body img {
  width: 100%;
} */
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: 40px;
}
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: 500;
}
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;
}

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-image: url('../web/images/banner/play-icon.png') !important; */
}
/* body .modal-custom-design .btn-close::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
} */
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;
}
/* .font-monospace {
  font-family: monospace;
} */
.text-lg-end {
    text-align: right;
}
.banner-bg {
    background-image: url("../web/images/banner/page-header-bg.svg");
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 40px; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.banner-bg p {
    font-size: 20px;
    text-align: center;
}
.page-header {
    /* margin-top: 100px !important; */
}
.text-orange {
    color: #f37121;
}
.bg-0d0d16 {
    background-color: #fff !important;
}
.bg-F6F7F9 {
    background-color: #f6f7f9;
}
.section-gradient-bg {
    padding-top: 80px;
}

.bg-FFFFFF {
    background-color: #ffffff;
    /* background-color: red; */
}
.nav-logo {
    height: 60px;
    width: 215px;
    object-fit: contain;
}
.max-w-600 {
    max-width: 600px;
}
.max-width-362 {
    max-width: 362px;
}

.section-description {
    font-size: 17px !important;
    line-height: 26px;
    font-weight: 400;
    color: #475467;
    padding-top: 16px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

/* 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: 14px 30px !important;
}
.custom-primary-btn,
.custom-message-btn,
.custom-generate-btn,
.custom-downloads-btn,
.custom-downloads-btn:hover {
    color: var(--clr-white);
    background: var(--clr-primary);
}
.custom-outline-btn {
    color: var(--clr-primary);
    background: transparent;
}
.custom-btn {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    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.3s !important;
}
.custom-btn:hover {
    background-color: var(--clr-primary) !important;
    color: #fff;
}
.custom-btn svg path {
    transition: 0.3s;
}

.custom-btn:hover svg path {
    fill: #fff !important;
}
.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;
}
.blog-data {
    color: #7b7c84;
}
.blog-details-content .large-img {
    height: 400px !important;
    width: auto;
    object-fit: cover;
}
.blog-title {
    font-family: var(--title-font);
    font-size: 17px;
    font-weight: 700;
    color: #09160c;
}
.blog-shadow {
    overflow: hidden;
}

.blog-img-1 {
    transition: transform 0.3s ease;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.blog-shadow:hover .blog-img-1 {
    transform: scale(1.05);
}
/* move image */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

.move-image {
    animation: moveUpDown 5s infinite;
}
/* ----------------------------------------------- */
/* Header Css Start */
/* ----------------------------------------------- */
.header-section {
    padding: 12px 0px;
    background: var(--clr-white);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #b7b7b73d;
}
.header-section.home-header {
    background: rgba(255, 255, 255, 0.712) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 32;
    transition: box-shadow 0.1s ease-in-out; /* Smooth transition */
}

.header-scrolled {
    box-shadow: 10px 10px 15px rgba(209, 209, 209, 0.3);
}
.header-section.home-header a {
    color: var(--clr-black);
}
.header-section a {
    color: #101828 !important;
    font-size: 15px;
    font-weight: 400;
    /* padding: 0px 15px !important; */
}
.header-section a:hover {
    color: var(--clr-primary) !important;
}
.header-section .nav-link {
    padding: 10px;
    padding-right: 24px !important;
    padding-left: 0px !important;
    font-weight: 500;
}
/* dropdown */
.header-section .menu-dropdown {
    position: relative;
}
.hero-img-container {
    margin: auto;
    height: 515px !important;
}
.custom-container {
    margin: auto;
    width: 100%;
    padding: 0 70px;
}
.hero-img-container img {
    width: 1150px;
    height: 530px;
    object-fit: cover;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-top: 7px solid #464c540d;
    border-left: 7px solid #464c540d;
    border-right: 7px solid #464c540d;
    position: absolute;
    bottom: 0px;
}
.header-section .dropdown-content {
    display: none;
    padding: 20px;
    min-width: 200px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    background-color: var(--clr-white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.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;
    transition: 0.3s;
}
.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;
}
.logo-lg-device {
    position: relative;
    left: -135px;
}
.login-sm-device {
    display: none;
}
.header-sm-container {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 12px 0 12px 0;
}
@media (max-width: 991px) {
    .navbar-lg-device {
        display: none !important;
    }
    .login-sm-device {
        display: block;
    }
    .header-sm-container {
        display: flex;
        margin: 0;
    }
    .header-section .header-logo {
        margin: 0 !important;
    }
}

/* bootstrap custom code */
.header-section .navbar-toggler {
    border: none !important;
    background-color: var(--clr-white);
}
.header-section .navbar-toggler-icon {
    background-image: url("../images/icons/bar.svg") !important;
    /* filter: invert(0%) grayscale(100%); */
}
.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 .offcanvas-header img {
    /* background-color: #0d0d16; */
    padding: 5px 20px;
    border-radius: 10px;
}
.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 {
    padding: 0px 20px !important;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed,
.header-section .accordion-body a {
    color: var(--clr-dark) !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: 15px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 8px;
    padding: 14px 18px !important;
    text-align: center;
}
.ps-custom-btn {
    box-shadow: 0px 3px 5px 0px #ffffff73 inset !important;
    background-color: var(--clr-primary) !important;
    color: #ffff !important;
    padding: 12px 20px !important;
    border-radius: 9px;
    border: transparent;
}
/* .get-btn-container a{
    color: white !important;
} */
.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;
}
/* .app-slide img {
  width: 100%;
} */
.slick-slider-section img {
    /* width: 100%;
    height: 70vh; */
    width: 252px;
    height: 520px;
    object-fit: contain;
}

/* ----------------------------------------------- */
/* footer-section Css Start */
/* ----------------------------------------------- */
.footer-section {
    background-color: #00241e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section .footer-title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px !important;
}
.footer-section .footer-shape2 {
    height: 300px;
    z-index: 0 !important;
}
.footer-section .footer-shape1 {
    z-index: 0 !important;
}
.features-section-container {
    z-index: 20 !important;
}

.footer-section p,
.footer-section li,
.footer-section li a {
    color: var(--clr-white);
    opacity: 0.8;
    font-size: 17px !important;
}
.footer-section .social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-section .social-icon a {
    background-color: #ffffff25;
    z-index: 20 !important;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    transition: 0.3s !important;
}
.footer-section .social-icon a:hover {
    background-color: #ffff;
    border-radius: 50px;
}
.footer-section .social-icon img {
    height: 28px !important;
    width: 28px !important;
    object-fit: contain !important;
    padding: 5px !important;
}
.footer-section .footer-logo {
    width: 220px;
    height: 50px;
    object-fit: contain;
}
.footer-shape1 {
    position: absolute;
    top: 0;
    left: -120px;
}
.footer-shape2 {
    position: absolute;
    top: 0;
    right: 0px;
}
/* .footer-section li {
    margin-bottom: 12px;
}
.footer-section li a:hover {
    opacity: 1 !important;
}

.footer-section .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .social-icon a:hover {
    background-color: var(--clr-white);
    transition: 0.5s;
} */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css End */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* .global-companies .image {
  height: 60px;
}
.global-companies .image img {
  width: 110px;
} */
/* ----------------------------------------------- */
/* Banner Css Start */
/* ----------------------------------------------- */
/* Home Banner */
.home-banner-section {
    padding-top: 92px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    position: relative;
}
.home-banner-section .hero-bg {
    background-image: url("../web/images/banner/hero-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}

/* new css for scanner text Start*/
.banner-scan {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 300px;
}
.scan-text {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #09160c !important;
}
/* new css for scanner text ENd */

.home-banner-section .banner-content h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: #09160c;
    margin-bottom: 20px;
    font-family: var(--title-font);
    max-width: 1000px !important;
    text-align: center;
    margin: auto;
    padding-top: 80px;
    z-index: 8 !important;
}
.home-banner-section .banner-content h1 span {
    color: var(--clr-primary) !important;
    background: none !important;
}

.home-banner-section .banner-content p {
    color: #4a4a52;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 17px;
    max-width: 650px;
    font-weight: 400;
    margin: auto;
    text-align: center;
    padding-top: 16px;
}
.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;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}

.home-banner-section .banner-content .banner-checkMark span {
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-white);
}
.play-button {
    width: 52px;
    height: 52px;
    background: #fdecd0;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #fff;
}
.watch-text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.banner-scan p {
    font-size: 18px;
    font-weight: 500;
    color: #09160c !important;
    max-width: 200px;
    margin-bottom: 0px !important;
}
.footer-scan p {
    color: white !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    opacity: 100%;
}
.footer-scan img {
    height: 86px;
    width: 86px;
    object-fit: contain;
}
.scan-img {
    height: 86px !important;
    width: 86px !important;
    object-fit: contain !important;
}
.download-option img {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

/* .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 var(--clr-primary);
    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::after {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    /* background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzE2NDEgNC41ODE2N0M1LjMxNjQxIDMuNzkwNSA2LjE5MTY1IDMuMzEyNjYgNi44NTcxNiAzLjc0MDQ5TDE2Ljg0MTIgMTAuMTU4OEMxNy40NTM2IDEwLjU1MjUgMTcuNDUzNiAxMS40NDc1IDE2Ljg0MTIgMTEuODQxMkw2Ljg1NzE2IDE4LjI1OTVDNi4xOTE2NSAxOC42ODczIDUuMzE2NDEgMTguMjA5NSA1LjMxNjQxIDE3LjQxODNWNC41ODE2N1oiIGZpbGw9IiMwMTk5MzQiLz4KPC9zdmc+'); */
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.316406%201.58167C0.316406%200.790499%201.19165%200.312658%201.85716%200.740487L11.8412%207.15882C12.4536%207.55246%2012.4536%208.44754%2011.8412%208.84118L1.85716%2015.2595C1.19165%2015.6873%200.316406%2015.2095%200.316406%2014.4183V1.58167Z%22%20fill%3D%22%23FF9500%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 8;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.dot {
    position: relative;
    width: fit-content;
    background: linear-gradient(135deg, #7932f6, #805ad5 48%, #342662);
    border-radius: 40px;
    width: 3.75rem;
    height: 3.75rem;
}

.heartbeat {
    position: absolute;
    width: fit-content;
    background-color: #7932f6;
    border-radius: 40px;
    width: 3.75rem;
    height: 3.75rem;
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.ps-custom-btn:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

/* Base styles for the SVG icon */
.btn-icon {
    transition: transform 0.3s ease; /* Smooth transition for the icon */
}

/* Hover effect for the SVG icon */
.ps-custom-btn:hover .btn-icon {
    transform: translateX(5px); /* Move the icon 5px to the right */
}
.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: #fff3de;
}
.home-banner-section .stat-container {
    position: relative;
    bottom: -70px;
    background: #ffff;
    z-index: 5;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 60px 0px #0000001a;
}
.home-banner-section .stat-container .stat-content {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(
        90deg,
        rgba(59, 88, 251, 0.075) 11.89%,
        rgba(0, 203, 51, 0.075) 36.24%,
        rgba(255, 124, 3, 0.075) 61.7%,
        rgba(251, 5, 238, 0.075) 87.66%
    ) !important;
    border-radius: 8px;
    border: 2px solid white;
    z-index: 10 !important;
}
.blog-section-title {
    max-width: 500px !important;
}
.payment-pera {
    color: white;
    font-size: 17px;
    max-width: 650px;
    margin: auto;
    padding-top: 10px;
}
@media (max-width: 1400px) {
    .payment-img img {
        max-width: 900px !important;
        height: 280px !important;
    }
    .invoice-img img {
        max-width: 400px !important;
        max-height: 400px !important;
        object-fit: contain;
    }
}
@media (max-width: 991px) {
    .payment-img img {
        max-width: 600px !important;
        height: 220px !important;
    }
    .invoice-left-content {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .payment-img img {
        max-width: 400px !important;
        height: 140px !important;
    }
    .video-wrapper img {
        width: 400px !important;
        height: 320px !important;
    }
    .payment-method-container {
        padding: 60px 0 !important;
    }
}
@media (max-width: 576px) {
    .invoice-img img {
        max-width: 300px !important;
        max-height: 210px !important;
    }
    .payment-img img {
        max-width: 300px !important;
        height: 105px !important;
    }
    .video-wrapper img {
        width: 300px !important;
        height: 280px !important;
    }
    .langing-section-title {
        font-size: 28px !important;
    }
}
@media (max-width: 1200px) {
    .home-banner-section .stat-container .stat-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .home-banner-section
        .stat-container
        .stat-content
        .single-item:nth-child(-n + 4) {
        border-right: none !important;
    }
    .home-banner-section .stat-container {
        /* position: inherit; */
        bottom: 18px;
        margin-top: 35px;
    }
    .home-banner-section .stat-container .stat-content .single-item h2 {
        font-size: 26px !important;
        font-weight: 600;
    }
    .home-banner-section .stat-container .stat-content .single-item p {
        font-size: 14px !important;
    }
    .feature-header {
        margin-top: 0px !important;
    }
    .langing-section-title {
        font-size: 32px !important;
    }
    .watch-video-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .payment-title {
        font-size: 32px !important;
    }
}
@media (max-width: 576px) {
    .home-banner-section .stat-container .stat-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}

.langing-section-title {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 44px;
}
.langing-section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #fd7f0b;
    margin-bottom: 8px;
}
.feature-header {
    margin-top: 80px;
}
/* Sob gulo item-er jonno padding */
.home-banner-section .stat-container .stat-content .single-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.home-banner-section .stat-container .stat-content .single-item h2 {
    font-family: "Noto Serif", serif;
    font-size: 32px;
    font-weight: 600;
}
.home-banner-section .stat-container .stat-content .single-item p {
    font-size: 16px;
    color: #7b7c84;
    margin-bottom: 0px;
}

/* Prothom 3 ta item-er jonno border-right */
.home-banner-section
    .stat-container
    .stat-content
    .single-item:nth-child(-n + 3) {
    border-right: 1px solid gray;
}
.home-banner-section .stat-container img {
    height: 56px;
    width: 56px;
    object-fit: contain;
}

@-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;
    }
}

/* right */
.home-banner-section .banner-img {
    position: relative;
    z-index: 8 !important;
}
.home-banner-section .element1 {
    position: absolute;
    height: 90px !important;
    width: 90px !important;
    top: 130px;
    left: 150px;
    animation: combinedAnimation 3s infinite alternate-reverse;
    z-index: 4 !important;
}
.home-banner-section .element3 {
    position: absolute;
    top: 100px;
    left: 250px;
    /* z-index: 4 !important; */
}

.home-banner-section .element2 {
    position: absolute;
    height: 90px !important;
    width: 90px !important;
    top: 50px;
    right: 60px;
    animation: combinedAnimation 4s infinite alternate-reverse;
    z-index: 4 !important;
}
@media (max-width: 991px) {
    .home-banner-section .element1 {
        display: none;
    }
    .home-banner-section .element2 {
        display: none;
    }
    .home-banner-section .element3 {
        display: none;
    }
}
@keyframes combinedAnimation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatey(50px);
    }
}
.home-banner-section .banner-img img {
    height: 650px !important;
    width: 650px !important;
    object-fit: contain;
    z-index: 8 !important;
}
.payment-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-img img {
    max-width: 1300px;
    height: 350px;
    object-fit: contain;
}
@media (max-width: 1400px) {
    .home-banner-section .banner-img img {
        height: 500px !important;
        width: 500px !important;
    }
}
.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;
    transition: transform 0.3s ease-in-out;
    height: 100%;
}
.service-section .service-card:hover {
    transform: scale(1.05) !important;
}
.service-section .service-content h6 {
    color: var(--clr-dark) !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 12px;
}

.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: 70px;
    width: 70px;
    text-align: center;
}
.footer-features {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
@media (max-width: 768px) {
    .footer-features {
        align-items: start;
    }
}
@media (max-width: 992px) {
    .quick-footer {
        margin-top: 12px !important;
    }
}

/* ----------------------------------------------- */
/* 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 */
/* ----------------------------------------------- */
.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 .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: transparent !important;
    color: #464c54 !important;
    border: 1px solid #e0e0e0 !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 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;
}
.blogs-section .home-blog-small-image {
    height: 133px;
    width: 140px !important;
    object-fit: cover !important;
    border-radius: 0px !important;
}
.home-blog-small-image {
    border-radius: 8px !important;
}
.blogs-section .blog-small-image {
    height: 98px;
    width: 105px;
}
.blog-shadow {
    box-shadow: 0px 4px 24px 0px #c3d0e44d;
    overflow: hidden;
}

/* ----------------------------------------------- */
/* customer-section Css Start */
/* ----------------------------------------------- */

.customer-section {
    position: relative;
    overflow: hidden;
}

.customer-section .customer-card {
    background-color: var(--clr-white);
    border-radius: 10px;
    padding: 25px;
    position: relative;
    margin: 30px 10px 10px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.customer-section .customer-card img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    border: 2px solid var(--clr-white);
}
.customer-section .customer-card .star {
    color: #ffa800;
}

/* ----------------------------------------------- */
/* 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;
    width: 550px !important;
    object-fit: cover !important;
}

.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: transparent;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    line-height: 60px;
    z-index: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .play-btn::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);
} */
.video-wrapper {
    max-width: 820px;
    margin: 0 auto;
    /* background: #e6d9f7; */
    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: 530px;
    height: 380px;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 16px;
}
.download-btn {
    background-color: var(--clr-primary);
    color: var(--clr-white) !important;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    padding: 14px 18px !important;
    text-align: center;
    margin-top: 40px !important;
}

/* 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: #8424ff;
    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(auto-fit, minmax(190px, 1fr)); */
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.lang-item {
    /* aspect-ratio: 16/9; */
    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: none !important;
    border-radius: 16px;
    border: 1px solid #eaecf0 !important;
    height: 100%;
}
.see-more-btn {
    color: var(--clr-primary);
}
.see-less-btn {
    color: var(--clr-primary);
}
.see-less-btn:hover {
    color: var(--clr-primary);
}
.see-more-btn:hover {
    color: var(--clr-primary);
}
.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: 0;
    margin-top: -5px;
    border: 1px solid var(--clr-primary);
}

.plans-list .card-header {
    /* height: 120px; */
}
.plans-list .card-header {
    background: linear-gradient(
        180deg,
        rgba(0, 152, 127, 0.04) 0%,
        rgba(0, 152, 127, 0.1) 69.76%,
        rgba(0, 152, 127, 0.23) 100%
    );
}

.plans-list .card-header p {
    color: #051826 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.card-header .plan-title {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.card-header {
    text-align: center;
}
.card-header p {
    margin-bottom: 0px;
    color: #019934;
    font-weight: 600;
    line-height: 44px;
    font-size: 32px;
    margin-top: 12px;
    font-family: var(--title-font);
}

.card-header h4 {
    /* line-height: 48px; */
    color: var(--clr-primary);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0px;
    margin-top: 12px;
    font-family: var(--title-font);
    line-height: 35px;
}

.card-header .price-span {
    font-size: 20px;
    color: #4a4a52;
    font-weight: 600;
    line-height: 24px;
    font-family: var(--title-font);
}

.card-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #101828;
}

.plans-list .card h2 {
    color: #9039ff;
    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;
}
.single-features {
    font-size: 18px;
    color: #475467;
}
.subscribe-plan {
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    font-weight: bold;
    transition: 0.3s !important;
    border-radius: 8px;
    padding: 12px 28px;
}

.plans-list .subscribe-plan {
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
}

.plans-list .subscribe-plan:hover {
    color: #fff !important;
    background: var(--clr-primary) !important;
    box-shadow: 0px 3px 5px 0px #ffffff73 inset;
    border: transparent;
}

.plans-list .card .subscribe-plan:hover {
    color: #fff !important;
    background: var(--clr-primary) !important;
    font-weight: bold;
    cursor: pointer;
}
.watch-video-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
    justify-content: center;
}

/* PRICING PLAN END */

/* ----------------------------------------------- */
/* customer-section Css Start */
/* ----------------------------------------------- */

.customer-section {
    position: relative;
    overflow: hidden;
}

.customer-section .customer-card {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    padding: 25px;
    margin: 30px 10px 10px;
    background-color: var(--clr-white);
    position: relative;
    /* box-shadow: 0px 16px 54px 0px #05310512; */
}

.customer-section .customer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    /* border: 1px solid #e6e6e9; */
    mask-composite: exclude;
    box-shadow: 0px 4px 42px 0px #61616124;
}
.customer-section .customer-card img {
    width: 80px;
    height: 80px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    border: 1px solid var(--clr-white);
}
.customer-section .customer-card .star {
    color: #ffa800;
}

.customer-section .customer-slider-section p {
    text-align: center;
    color: #4a4a52;
    size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    margin-top: 30px;
    overflow: hidden;
}

.customer-section .customer-card h5 {
    font-size: 24px;
    color: #101828;
    line-height: 32px;
    font-weight: 600;
}

.customer-section .customer-card small {
    color: #7b7c84;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.customer-section .customer-star {
    color: #ffa800 !important;
    margin-bottom: 0;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
}
.plan-icon {
    height: 22px;
    width: 22px;
}
.watch-video-title {
    line-height: 44px;
    max-width: 570px;
}

/* ----------------------------------------------- */
/* About section Css Start */
/* ----------------------------------------------- */
.about-section {
    padding-top: 0 !important;
}
.about-section h2 {
    max-width: 600px;
}
.about-section ul li {
    list-style: inside;
}
/* ----------------------------------------------- */
/* 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: transparent !important;
    color: #464c54 !important;
    border: 1px solid #e0e0e0 !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;
}
.blog-header {
    /* margin-top: 100px !important; */
}
.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;
}
.title-span-color {
    color: var(--clr-primary) !important;
}
.payment-color-span {
    color: #ff8c34 !important;
}
@media (max-width: 1700px) {
    .video-wrapper {
        max-width: 650px;
    }
}
.get-app-content h4 span {
    color: var(--clr-primary) !important;
}
/* payment method code start */
.payment-method-container {
    background-image: url("../web/images/banner/payment-bg.svg");
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.payment-title {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--title-font);
    color: #ffff;
}
.payment-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
/* payment method code end */

.invoice-img img {
    width: 600px;
    height: 500px;
    object-fit: contain;
}

.about-img img {
    height: 450px;
    width: 450px;
    object-fit: cover;
    border-radius: 16px;
}

.watch-video {
    transform: translateX(0%) translateY(0%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    top: 40%;
    left: 40%;
    position: absolute !important;
}

.watch-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(0%) translateY(0%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fffffffa;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.watch-video:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--clr-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.watch-video p {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    /* background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzE2NDEgNC41ODE2N0M1LjMxNjQxIDMuNzkwNSA2LjE5MTY1IDMuMzEyNjYgNi44NTcxNiAzLjc0MDQ5TDE2Ljg0MTIgMTAuMTU4OEMxNy40NTM2IDEwLjU1MjUgMTcuNDUzNiAxMS40NDc1IDE2Ljg0MTIgMTEuODQxMkw2Ljg1NzE2IDE4LjI1OTVDNi4xOTE2NSAxOC42ODczIDUuMzE2NDEgMTguMjA5NSA1LjMxNjQxIDE3LjQxODNWNC41ODE2N1oiIGZpbGw9IiMwMTk5MzQiLz4KPC9zdmc+'); */
    /* background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.316406%201.58167C0.316406%200.790499%201.19165%200.312658%201.85716%200.740487L11.8412%207.15882C12.4536%207.55246%2012.4536%208.44754%2011.8412%208.84118L1.85716%2015.2595C1.19165%2015.6873%200.316406%2015.2095%200.316406%2014.4183V1.58167Z%22%20fill%3D%22%23FF9500%22%2F%3E%3C%2Fsvg%3E'); */
    background-image: url("../web/images/banner/play-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 8;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video-play-button {
    transform: translateX(0%) translateY(0%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(0%) translateY(0%);
    display: block;
    width: 50px;
    height: 50px;
    background: #00987fb7;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--clr-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button p {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    /* background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzE2NDEgNC41ODE2N0M1LjMxNjQxIDMuNzkwNSA2LjE5MTY1IDMuMzEyNjYgNi44NTcxNiAzLjc0MDQ5TDE2Ljg0MTIgMTAuMTU4OEMxNy40NTM2IDEwLjU1MjUgMTcuNDUzNiAxMS40NDc1IDE2Ljg0MTIgMTEuODQxMkw2Ljg1NzE2IDE4LjI1OTVDNi4xOTE2NSAxOC42ODczIDUuMzE2NDEgMTguMjA5NSA1LjMxNjQxIDE3LjQxODNWNC41ODE2N1oiIGZpbGw9IiMwMTk5MzQiLz4KPC9zdmc+'); */
    /* background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.316406%201.58167C0.316406%200.790499%201.19165%200.312658%201.85716%200.740487L11.8412%207.15882C12.4536%207.55246%2012.4536%208.44754%2011.8412%208.84118L1.85716%2015.2595C1.19165%2015.6873%200.316406%2015.2095%200.316406%2014.4183V1.58167Z%22%20fill%3D%22%23FF9500%22%2F%3E%3C%2Fsvg%3E'); */
    background-image: url(../web/images/banner/play-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 8;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.footer-menu ul li {
    padding-bottom: 16px;
}

/* CSS for email verification pin */

.pin-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pin-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.pin-input:focus {
    border-color: #007bff;
}

.verify-modal-body .code-input input {
    width: 51px;
    height: 58px;
    padding: 14px 15px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none !important;
}
.verification-title {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.verify-modal-body .code-input input:focus {
    border: 1px solid var(--clr-primary) !important;
}

.verify-modal-body .code-input input:focus-visible {
    border: 1px solid var(--clr-primary) !important;
}

.verify-modal-body .des span {
    color: #121212;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* CSS for email verification pin End */

/***************** Get app section start *****************/
.get-app-content {
    background-image: url("../web/images/banner/get-app-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 80px 30px;
}
.get-app-content .get-app-logo {
    height: 108px;
    width: 108px;
    object-fit: contain;
}
.get-app-content .get-app-logo {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.get-app-content h4 {
    font-size: 38px;
    color: #051826;
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.get-app-content h4 span {
    color: var(--clr-primary) !important;
}
.get-app-content p {
    color: #464c54;
    font-size: 17px;
    max-width: 600px;
    text-align: center;
    margin: 0;
}
.get-arrow {
    position: absolute;
    top: 242px;
    right: 170px;
    width: 400px;
    height: 200px;
    object-fit: contain;
    z-index: 0 !important;
}
@media (max-width: 1200px) {
    .get-arrow {
        top: 250px;
        right: 80px !important;
        width: 350px;
        height: 150px;
    }
}
.get-app-content .download-on {
    z-index: 5 !important;
    height: 45px;
    width: 150px;
    object-fit: contain;
}
/****************** Get app section end ******************/

.quick-footer h6 {
    z-index: 30 !important;
}
.quick-footer ul li a {
    z-index: 30 !important;
}
.footer-section .footer-shape2 {
    z-index: 0 !important;
}

.indicate-text {
    font-size: 12px;
    color: red;
}

.form-control.error {
    border-color: red;
    padding: 0.375rem 0.75rem;
}

.image-wrapper.error {
    border-color: red;
    padding: 0.375rem 0.75rem;
}

.error-alert {
    font-size: 11px;
    color: red;
}

.error {
    color: red !important;
}
