body {
    background-color: #f1f1f1f1 !important;
    padding: 0px;
}
#formnotify-signup {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #F7F7F7;
    border: 1px solid #ccc;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    z-index: 99999;
    display: none;
}

#formnotifycontent-signup {
    margin-top: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15pt;
}

#formnotifyok-signup {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #9ec536;
    cursor: pointer;
    opacity: 1.0;
}

    #formnotifyok-signup:hover {
        opacity: 0.7;
    }
.successtitle {
    font-size: 25pt;
}

.show_error {
    display: none;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    padding-top: 250px;
    left: 0px;
    overflow: hidden;
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

#img_loader {
    width: 28px;
    height: 28px;
    margin: 0px auto;
}

#signuprow_success {
    /*width: 500px;
    height: auto;
    margin: 0px auto;
    color: #000;
    line-height: 40px;
    font-size: 28pt;
    text-align: center;
    padding: 10px;
    display: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15pt;*/
}

.logo {
    width: 132px;
    margin-top: -30px;
}

.navbar-nav li {
    display: flex;
}

.navbar-nav {
    display: flex;
}

.container-fluid {
    padding: 0px !important;
}

.nav {
    font-size: 14pt;
}

.navbar-nav a {
    color: black;
}

.nav-top-left li {
    padding: 15px;
}

.navbar-nav .nav-header:hover {
    border-bottom: 2px solid #AAD03C;
    /* background-color: #fff; */
}

.nav-top-right li {
    margin-right: 10px;
}

.navbar-right .active {
    border-bottom: 2px solid #AAD03C;
}

.button-header li {
    list-style: none;
}

.postabs {
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .postabs i {
        margin-right: 10px;
    }

.btn-demo-header {
    color: #fff !important;
    margin: 5px;
    height: 40px;
    align-content: center;
    border-radius: 40px;
}

.header {
    background-color: #fff;
    min-height: 100px;
    height: auto;
    padding: 0px 15px;
    position: sticky;
    top: 0;
    z-index: 1000;
    /* border-bottom: 1px solid #ccc; */
}

.btn-login-header {
    display: none;
    position: relative;
    margin-left: auto;
    z-index: 1000;
    color: #000;
    margin: 5px;
    height: 40px;
    align-content: center;
    border-radius: 40px;
    border: 1px solid #e1e1e1;
}

.btn-login-header1 {
    margin: 5px;
    height: 40px;
    width: 100%;
    color: #000 !important;
    border-radius: 40px;
    border: 1px solid #e1e1e1;
}

.button-header {
    background: linear-gradient(130deg, #1C1A2D 0%, #202040 25%, #2B2B52 50%, #1C1A2D 75%);
    background-size: 300% 300%;
    animation: moveGradient 12s ease infinite;
    padding: 20px;
    transition: all 0.3s ease;
}

.button-header1 {
    /*background: linear-gradient(130deg, #1C1A2D 0%, #202040 25%, #2B2B52 50%, #1C1A2D 75%);
    background-size: 300% 300%;
    padding: 20px;*/
    background-color: #2e2e59;
    padding: 20px;
}

.title-header {
    background: linear-gradient(130deg, #1C1A2D 0%, #202040 25%, #2B2B52 50%, #1C1A2D 75%);
    background-size: 300% 300%;
    padding: 20px;
}

.btn-owner-login {
    color: #fff;
    background-color: #3d97d3;
    align-content: center;
    border-radius: 40px;
    font-size: 1.3em;
    padding: 10px 30px;
}

    .btn-owner-login:hover {
        color: #3d97d3;
        font-weight: 600;
        background-color: #fff;
    }

.btn-salon-login {
    color: #fff;
    background-color: #ed1a75;
    align-content: center;
    border-radius: 40px;
    font-size: 1.3em;
    padding: 10px 30px;
}

    .btn-salon-login:hover {
        color: #ed1a75;
        font-weight: 600;
        background-color: #fff;
    }

.btn-sign-in-app {
    color: #fff;
    background-color: #82bf5a;
    align-content: center;
    border-radius: 40px;
    font-size: 1.3em;
    padding: 10px 30px;
}

    .btn-sign-in-app:hover {
        color: #82bf5a;
        font-weight: 600;
        background-color: #fff;
    }

.stay-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .stay-navbar ul {
        display: flex;
        gap: 15px;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stay-navbar li {
        list-style: none;
    }

    .stay-navbar a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        text-decoration: none;
    }


@media screen and (max-width: 432px) {
    .btn-owner-login {
        color: #fff;
        background-color: #3d97d3;
        height: 30px;
        align-content: center;
        border-radius: 30px;
        font-size: 1em;
        padding: 10px 20px;
    }

    .btn-salon-login {
        color: #fff;
        background-color: #ed1a75;
        height: 30px;
        align-content: center;
        border-radius: 30px;
        font-size: 1em;
        padding: 10px 20px;
    }

    .btn-sign-in-app {
        color: #fff;
        background-color: #82bf5a;
        height: 30px;
        align-content: center;
        border-radius: 30px;
        font-size: 1em;
        padding: 10px 20px;
    }
}

.btn-login {
    color: #000;
    background: #fff;
    margin: 5px;
    border-radius: 40px;
}

.btn-demo {
    background: #AAD03C;
    border-radius: 40px;
    margin: 5px;
}

.banner .btn-demo {
    font-size: 25px;
}

.btn-login:hover {
    color: #AAD03C !important;
    border: 1px solid #AAD03C;
}

.btn-demo:hover {
    background: #abd03ce3 !important;
    color: #fff !important;
}

.btn-free-trial {
    color: #000 !important;
    background: #fff;
    margin: 5px;
    border-radius: 40px;
}

    .btn-free-trial:hover {
        color: #AAD03C !important;
        border: 1px solid #AAD03C;
    }

.navbar {
    margin-bottom: 0 !important;
}

#button-header-collapse {
    display: none !important;
}

    #button-header-collapse.custom-show {
        display: block !important;
    }

.phone-nav i {
    color: #3d97d3;
}

.phone-nav a {
    color: #3d97d3;
    text-decoration: none;
}
/* --------------------------------BANNER-------------------------------- */
.banner {
    background: #000;
    color: #fff;
    width: 100%;
}

.content-video video {
    border-radius: 40px;
    width: 100%;
    height: auto;
}

.element-content h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.hide-trusted-box {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
}

.show-trusted-box {
    opacity: 1;
    animation: fadeIn 2s forwards;
    display: block;
}

.banner-text {
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .element-content p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0.5em;
    }

    .feature .feature-content p {
        color: #92929f;
        font-size: 16px !important;
    }

    .feature-title h2 {
        font-size: 28px;
    }

    .our-customers-title h2 {
        font-size: 28px;
    }

    .marketing .marketing-content p {
        color: #92929f;
        font-size: 16px !important;
    }

    .marketing-title h2 {
        font-size: 28px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .btn-trusted-by {
        margin: 0.5rem !important;
    }

    .modal-hardware .modal-body span {
        font-size: 25px !important;
    }

    .modal-software .modal-body span {
        font-size: 25px !important;
    }

    .stay-navbar ul {
        flex-direction: row;
        gap: 15px;
    }

    .stay-navbar li {
        width: 45%;
        max-width: 100%;
    }

    .stay-navbar a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .marquee {
        margin: 10px !important;
    }

        .marquee img {
            max-width: 80px !important;
        }

    .banner-text {
        font-size: 16px !important;
    }

    .service i {
        font-size: 16px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .contact-content {
        padding-left: 15px !important;
    }
}
/* ---------------------------SERVICE----------------------------------- */
.service p {
    margin-bottom: 20px;
    font-size: 22px;
}

.service i {
    font-size: 22px;
    color: #ed1a75;
    background-color: #ffe4f0;
    padding: 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.service .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 1199px) {
    .service p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .service .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .service i {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
}
/* ---------------------------slicky----------------------------------- */
.slick-carousel .card {
    margin: 5px;
}

.slick-next:before {
    color: #AAD03C;
}

.slick-prev:before {
    color: #AAD03C;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    border: none;
}

    .card p {
        color: #92929f;
    }

.card-body {
    flex-grow: 1;
}

.card img {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-body h4 {
    font-size: 1.5rem;
    color: #000;
}

.card {
    transition: transform 0.3s ease;
}

#marketing-section {
    scroll-margin-top: 100px;
}

.marketing {
    background-color: #f3f9fd;
}

.card:hover {
    transform: scale(1.05) !important;
}

.marketing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 5px;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

    .slick-prev::before, .slick-next::before {
        font-size: 25pt;
    }

.slick-list {
    padding: 20px 0px;
}

@media (max-width: 576px) {
    .slick-prev, .slick-next {
        display: none;
    }

    .nav-footer a {
        font-size: 16px !important;
    }

    .col-sm-6 .txt {
        width: 100% !important;
    }
}
/* -------------modal---------------- */
.btn-close-modal {
    border-radius: 50%;
}

.modal-hardware .modal-dialog-custom {
    max-width: 100%;
    width: 80%;
}

.modal-software .modal-software-dialog {
    max-width: 100%;
    width: 80%;
}

.modal-hardware .modal-body .row {
    display: flex;
    align-items: stretch;
}

.modal-software .modal-body .row {
    display: flex;
    align-items: stretch;
}

.modal-hardware .modal-body .col-md-6 {
    display: flex;
    align-items: stretch;
}

.modal-software .modal-body .col-md-6 {
    display: flex;
    align-items: stretch;
}

.modal-hardware .modal-body .col-md-6 img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.modal-software .modal-body .col-md-6 img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.modal-hardware .modal-body .col-md-6 {
    display: flex;
    align-items: center;
    padding: 0.75rem;
}

.modal-software .modal-body .col-md-6 {
    display: flex;
    align-items: center;
    padding: 0.75rem;
}

.modal-hardware .modal-body .col-md-6 p {
    margin: 0;
    font-size: 20px;
}

.modal-software .modal-body .col-md-6 p {
    margin: 0;
    line-height: 1.5;
    font-size: 20px;
}

.modal-hardware .modal-content {
    pointer-events: auto;
}

.img-thumbnail {
    border: none;
    padding: 3px;
}

.thumbnails .col-3 {
    padding: 3px;
}

.img-thumbnail.active {
    border: 1px solid #AAD03C;
}

.carousel-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}


.video-container {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .play-button.hidden {
        display: none;
    }

.fas {
    font-size: 3rem;
}

@media (max-width: 767px) {
    .modal-hardware .modal-dialog {
        margin: 0 auto;
        top: 10%;
    }

    .modal-software .modal-dialog {
        margin: 0 auto;
        top: 5%;
    }

    .nav-link {
        font-size: 16px;
        flex-direction: column;
        text-align: center;
    }

        .nav-link img {
            margin-bottom: 10px;
        }

    #pills-tab .nav-item .nav-link {
        height: 100%;
    }

    .btn-demo-header, .btn-login-header {
        width: 100%;
    }

    .modal-software .col-md-6 img {
        width: 100%;
        height: auto !important;
        border-radius: 20px;
    }

    .about-image {
        margin-top: 30px !important;
    }

    .service-content1, .service-content2, .service-content3 {
        display: flex;
        flex-direction: row;
    }
}

.modal-software .modal-body span {
    color: #000;
    font-size: 25pt;
    width: 100%;
    font-weight: bold;
    display: block;
}

.modal-hardware .modal-body span {
    color: #000;
    font-size: 25pt;
    font-weight: bold;
    width: 100%;
    display: block;
}

.modal-hardware .modal-header {
    border-bottom: none;
    height: 50px;
    padding: 0;
}

.modal-software .modal-header {
    border-bottom: none;
    height: 50px;
    padding: 0;
}

.modal-software h1 {
    color: #3d97d3;
    padding-bottom: 1.5rem;
}

.modal-software p {
    font-size: 20px;
}
/* .modal-software .col-md-6 img{
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}   */
@media (max-width: 991px) {
    .modal-hardware .modal-body .col-md-6 p {
        font-size: 15px;
    }

    .about-us .about-content p {
        font-size: 16px !important;
    }
}

@media (min-width: 1200px) {
    .modal-hardware .modal-body .col-md-6 p {
        margin: 0;
        font-size: 16pt !important;
        color: #666;
    }

    .custom-div-image {
        min-height: 310px !important;
    }
}
/* -----------------------------------------------about us------------------------------------------------------------ */
.wsp-title {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.benefits-list {
    padding-left: 0;
    color: #fff;
}

    .benefits-list div {
        font-size: 2em;
        margin-bottom: 20px;
    }

.wsp-mobile {
    display: none;
}

.wsp-web {
    display: block;
}

@media (max-width: 767px) {
    .wps-container {
        width: 85%;
    }

    .wsp-title {
        font-size: 1.8em;
        font-weight: 600;
        text-align: center;
    }

    .wsp-mobile {
        display: block;
    }

    .wsp-web {
        display: none;
    }

    .benefits-list {
        text-align: left;
    }

        .benefits-list div {
            display: block;
            font-size: 1.25em;
            line-height: 2;
        }

            .benefits-list div img {
                margin-right: 10px;
                vertical-align: middle;
                height: 1.25em;
                width: auto;
            }
}

.about-content h2 {
    font-family: "serif";
    font-size: 36px;
    color: #000;
    font-weight: 500;
}

.hardware-title h2 {
    font-family: "serif";
    font-size: 36px;
    color: #000;
    font-weight: 500;
}

.hardware-content p {
    color: #000;
    font-size: 16px;
}

.marketing-title h2 {
    font-family: "serif";
    margin-bottom: 0;
    font-size: 36px;
    color: #000;
    font-weight: 500;
}

.marketing-content p {
    color: #000;
    font-size: 16px;
}

.bg-about-us {
    background-color: #f3f9fd;
}

.about-content {
    float: left;
}

.about-image {
    float: right;
    margin-top: 100px;
}

    .about-image img {
        width: 100%;
        height: auto;
    }

.about-us .about-content p {
    font-size: 22px;
}

.feature .feature-title h2 {
    font-family: "serif";
    margin-bottom: 0;
    font-size: 36px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.feature .feature-content p {
    color: #000;
    font-size: 16px;
}

.bg-feature {
    background-color: #f3f9fd;
}

hr {
    height: 1px;
    background-color: #9a9a9a;
    margin: 30px;
}

.bg-wsp {
    background: linear-gradient(130deg, #1C1A2D 0%, #202040 25%, #2B2B52 50%, #1C1A2D 75%);
    background-size: 300% 300%;
    animation: moveGradient 12s ease infinite;
}
/* ----------------------------tab feature--------------------------------- */

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.nav-item .nav-link {
    height: 100%;
}

.nav-link {
    background-color: #fff;
    color: #000;
    font-size: 30px;
}

    .nav-link.active {
        background: linear-gradient(130deg, #1C1A2D 0%, #202040 25%, #2B2B52 50%, #1C1A2D 75%) !important;
        color: #fff;
    }

    .nav-link:hover {
        background-color: #0056b3;
        color: #000;
    }

#pills-tab {
    display: flex;
    width: 100%;
}

    #pills-tab .nav-item {
        justify-content: center;
        align-items: center;
        height: 100%;
    }
/* #pills-tab .nav-item:first-child .nav-link {
    
}

#pills-tab .nav-item:last-child .nav-link {
    
} */

.flex-fill {
    flex: 1 1 !important;
}

/* ----------------------------feature--------------------------------- */
.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

    .custom-row > div {
        flex: 1 0 calc(25% - 1rem);
        display: flex;
        flex-direction: column;
        height: auto;
    }

.custom-div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .custom-div:hover {
        transform: scale(1.05) !important;
    }

.custom-div-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.custom-div-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

    .custom-div-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.custom-div-content {
    width: 100%;
    padding: 8px;
    text-align: center;
}

.custom-div h3 {
    color: #3d97d3;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .custom-div-inner {
        flex-direction: column;
    }

    .custom-div-image {
        min-height: 350px;
    }

    .custom-div-content {
        flex: 1 1 60%;
    }
}


/* ----------------------------trusted by--------------------------------- */
.trusted-loading {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 20px 0;
    width: 100%;
    background: #fff;
}

    .trusted-loading.hidden {
        display: none;
    }

.trusted-content {
    display: none;
    opacity: 0;
    border-radius: 20px;
    background-color: #fff;
    transition: opacity 0.5s ease-in-out;
}

    .trusted-content.show {
        display: block;
        opacity: 1;
    }

.trusted-content-box {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .trusted-content-box.show-trusted-box {
        display: block;
        opacity: 1;
    }

.our-customers .our-customers-title h2,
.trusted-by .trusted-title h2 {
    font-family: "serif";
    font-size: 36px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.trusted-by .trusted-content p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
}

.btn-trusted-by {
    border-radius: 40px;
    background-color: #fff;
    color: #000;
    font-size: medium;
    margin: 0.5rem;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

    .btn-trusted-by:hover,
    .active-btn {
        background-color: #007bff;
        color: #fff !important;
    }

.describe-content {
    padding: 30px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.describe-img {
    padding-right: 0 !important;
    float: right;
    width: 50%;
    box-sizing: border-box;
}

    .describe-img img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.author {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
    text-align: left;
    margin-left: 0;
    width: 100%;
}

.author-img {
    padding-right: 1.5rem;
}

    .author-img img {
        border-radius: 180px;
        width: 64px;
        height: 64px;
        object-fit: cover;
    }

.author-name {
    font-style: italic;
    font-weight: bold;
    line-height: 25px !important;
}

.author-des {
    font-style: italic;
    color: #666;
    font-weight: 100;
}

.item {
    background-color: #ccc;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

    .item[data-aos="fade-left"].aos-animate,
    .item[data-aos="fade-right"].aos-animate {
        opacity: 1;
        transform: translateX(0);
    }

@media (max-width: 991.98px) {
    .describe-content,
    .describe-img {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .describe-content {
        order: 2;
    }

    .describe-img {
        order: 1;
        padding: 0 !important;
    }

        .describe-img img {
            padding-top: 20px;
            border-radius: 50%;
            width: 50%;
            height: auto;
            object-fit: cover;
        }

    .demo-img img {
        border-radius: 20px;
        width: 60% !important;
        max-width: 250px;
    }
}
/* ----------------------------demo form--------------------------------- */
/* .demo{
    background-color: #f3f9fd;
} */
.demo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.time-option {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.radio-option {
    white-space: nowrap;
}

.demo input[type="radio"] {
    display: none;
}

.soft label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    padding-left: 36px;
}

    .soft label::before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background: #ddd;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.2s;
    }

.soft input[type="radio"]:checked + label {
    color: #007BFF;
}

    .soft input[type="radio"]:checked + label::before {
        background: #007BFF;
    }

    .soft input[type="radio"]:checked + label::after {
        content: "✔";
        position: absolute;
        font-size: 12px;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }

.demo .txt {
    border: 1px solid #cbe6f8;
}

/* Image container should stretch to match form height */
.demo-form.d-flex.align-items-stretch > .demo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* On desktop screens, limit image height to be shorter than full form height including submit button */
@media (min-width: 992px) {
    .demo-img {
        max-height: 480px;
    }

        .demo-img img {
            max-height: 440px;
            width: auto;
        }
}

@media (max-width: 991.98px) {
    .demo-img {
        margin-bottom: 2rem;
    }

    .banner-head {
        font-size: 20px !important;
    }

    .banner-text {
        font-size: 16px !important;
        margin-bottom: 0;
    }

    .banner .btn-demo {
        font-size: 22px !important;
    }

    .service p {
        font-size: 16px !important;
    }

    .contact-content {
        padding-left: 50px;
    }

    .modal-owner-login .modal-owner-custom {
        width: 80% !important;
        max-width: 100%;
    }
}

.service-content1, .service-content2 {
    float: left;
}

.service-content3 {
    float: right;
}

.demo-form1 {
    float: left;
}

.demo-form2 {
    float: right;
}

.demo-demo-form {
    float: right;
}

.banner .content {
    float: left;
}

.banner .content-video {
    float: right;
}

.form-language label {
    padding-right: 25px;
}

.form-choose label {
    padding-right: 25px;
}

.demo-form label {
    font-size: 18px;
    font-weight: 400;
}

.demo-img img {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.txt {
    border-radius: 40px;
    height: 50px;
    font-size: 18px;
}

.col-sm-6 .txt {
    width: 98%;
}

.btn-submit {
    color: #fff;
    background: #AAD03C;
    border-radius: 40px;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

    .btn-submit:hover {
        color: #AAD03C;
        background: #fff;
        border: 1px solid #AAD03C;
    }

.demo-title {
    font-family: "serif";
    font-size: 36px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.error-message {
    color: red;
    font-size: 12px;
    display: none;
    margin-top: 5px;
    margin-left: 10px;
}

.form-language {
    background-color: #fff;
    border: 1px solid #cbe6f8;
    border-radius: 60px;
    text-align: center;
}

    .form-language p {
        font-size: 18px;
    }

.form-choose {
    background-color: #fff;
    border: 1px solid #cbe6f8;
    border-radius: 60px;
    text-align: center;
}

    .form-choose p {
        font-size: 18px;
    }

.form-hour {
    background-color: #fff;
    border: 1px solid #cbe6f8;
    border-radius: 60px;
    text-align: center;
}

.select {
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid lightskyblue;
}

.form-hour .title {
    font-size: 18px;
}

.form-hour .require {
    color: red;
}

.form-hour .sub {
    font-size: 14px;
    color: gray;
}
/* ----------------------------FAQs--------------------------------- */
.faq .faq-title h2 {
    color: #000;
    font-weight: 600;
}

.faq-container {
    width: 90%;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.faq-question {
    font-size: 20px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.faq-text {
    font-size: 20px;
    font-weight: 600;
}

.faq-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

    .faq-arrow.open {
        transform: rotate(180deg);
    }

.faq-answer {
    display: none;
    opacity: 0;
    padding: 0 15px 20px;
    font-size: 18px;
    color: #333;
    white-space: normal;
    transition: opacity 0.3s ease;
}

    .faq-answer.show {
        display: block;
        opacity: 1;
    }

    .faq-answer p.faq-text-content {
        visibility: hidden;
    }

@media (max-width: 600px) {
    .faq-question, .faq-text {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 16px;
    }
}
/* ----------------------------footer--------------------------------- */
.footer-line {
    color: #29294c;
}

.nav-footer li {
    list-style: none;
    margin-bottom: 10px;
}

.nav-footer a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

    .nav-footer a:hover {
        font-weight: 600;
    }

.social-media {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .social-media a {
        color: #fff;
        text-decoration: none;
    }

        .social-media a:hover {
            font-weight: 600;
        }

.policy a {
    color: #fff;
    text-decoration: none;
}

    .policy a:hover {
        font-weight: 600;
    }

.social-icon img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s;
}

    .social-icon img:hover {
        transform: scale(1.1);
    }

.social-icon {
    display: inline-block;
}

.copyright p {
    font-size: 9px;
}

.logo-footer {
    width: 150px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(130deg, #1C1A2D 0%, #202040 25%, #2B2B52 50%, #1C1A2D 75%);
    background-size: 300% 300%;
    animation: moveGradient 12s ease infinite;
    color: #fff;
}

    .footer p {
        line-height: 1.75;
    }

@media screen and (max-width: 768px) {
    .btn-demo,
    .btn-login,
    .phone-contact {
        width: 80%;
        margin: 5px auto;
        text-align: center;
    }
    .row.footer {
        align-content: center;
        justify-content: center;
        display: flex;
    }

    .nav-footer ul {
        padding: 0 !important;
    }

    .logo-footer {
        margin-bottom: 20px;
    }

    .logo {
        width: 132px;
        margin-top: 0px !important;
    }

    .navbar-nav a:hover {
        color: #AAD03C;
        border-bottom: none !important;
    }

    .nav-footer li {
        list-style: none;
        margin-bottom: 5px;
    }

    .demo-form {
        padding: 0px 20px;
    }

    .about-us {
        text-align: center;
    }

    .about-content, .about-image {
        width: 100%;
    }

        .about-image img {
            max-width: 100%;
            height: auto;
        }

    .banner .content {
        text-align: center;
    }

    .service-content1, .service-content2, .service-content3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .service .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .service i {
        margin-right: 10px;
    }

    .service p {
        background-color: #f3f9fd;
        padding: 8px 5px;
        border-radius: 10px;
        font-size: 12px !important;
    }

    .service {
        padding-bottom: 10px !important;
    }

    .phone-nav {
        display: none !important;
    }

    .navbar-nav .nav-header:hover {
        border-bottom: 2px solid #AAD03C;
        background-color: none !important;
    }

    .phone-md {
        display: block !important;
        font-size: 18px;
        text-align: center;
        position: sticky;
        z-index: 1001;
    }

    .navbar-collapse.show {
        border-radius: 40px;
        background-color: #3d97d3;
        max-width: 100%;
        width: 80%;
    }

    #myNavbar a {
        color: #fff;
    }

    #myNavbar {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

        #myNavbar ul.nav {
            padding-top: 10px;
            text-align: center;
        }

            #myNavbar ul.nav > li {
                display: inline-block;
                float: none !important;
            }

    .navbar-right .active {
        border-bottom: none;
    }

        .navbar-right .active a {
            margin: 5px;
            background-color: #fff !important;
            width: 80%;
            color: #3d97d3 !important;
            border-radius: 40px;
        }

    .navbar-header {
        margin: 0;
    }

    .container-fluid > .navbar-collapse {
        margin: 0 !important;
    }

    .navbar-header.d-flex-mobile {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    #btn-login-header {
        background-color: #ed1a75;
        border: none;
    }

    #myNavbar li.active {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #btn-login-header:hover {
        color: #fff !important;
        border: none;
    }

    .navbar-brand {
        padding: 0 !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex: 1;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-toggle {
        flex-shrink: 0;
    }

    .phone-contact {
        border-radius: 40px;
        border: 1px solid #fff;
        /*margin: 5px;*/
    }

        .phone-contact:hover {
            background-color: #fff !important;
            color: #3d97d3 !important;
        }

    .nav-header:hover {
        background-color: transparent !important;
    }

    .social-header a:hover {
        background-color: transparent !important;
    }

    .social-header {
        display: block !important;
        display: flex !important;
        justify-content: center;
    }

        .social-header img {
            width: 30px;
            height: 30px;
        }

            .social-header img:hover {
                transform: scale(1.1);
            }

    .phone-md a {
        text-decoration: none;
    }

    .modal-owner-login a {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 430px) {
    .service i {
        font-size: 12px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .service p {
        padding: 8px 5px;
        border-radius: 8px;
        font-size: 10px !important;
    }
}

/* ------------------------------------------------Modal Owner Login--------------------------------------------------- */
.modal-owner-login .modal-header {
    border-bottom: none;
}

.modal-owner-login .modal-title {
    color: #000;
    font-family: serif;
    font-weight: 600;
}

.modal-owner-login a {
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 40px;
    padding: 10px 5px;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-owner-custom .btn-customer-care {
    background-color: #ed1a75;
}

.modal-owner-login .btn-space-pos {
    background-color: #AAD03C;
}

.modal-owner-login .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.modal-owner-login .col-12 {
    padding-bottom: 15px;
}

.modal-owner-login .modal-owner-custom {
    max-width: 100%;
    width: 60%;
    margin: auto;
}

.mpdal-owner-login .btn-close-modal1 {
    border-radius: 10px !important;
}
/* ---------------------------------------------OUR CUSTOMERS------------------------------------------------------ */
.test {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
}

.Marquees {
    overflow-x: hidden;
}

.Marquee {
    display: flex;
    align-items: center;
    justify-content: start;
    width: max-content;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

    .marquee img {
        max-width: 150px;
        margin-right: 50px;
        height: auto;
    }

.FirstRow {
    animation: Scroll 30s linear infinite;
}

.SecondRow {
    animation: Scroll 30s linear infinite;
    animation-direction: reverse;
}

@keyframes Scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* ---------------------------------------------why space pos------------------------------------------------------ */
.why-spacepos-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsp-image img {
    max-width: 100%;
    height: auto;
}

.wsp-image {
    float: left;
    margin-top: 100px;
}

@media screen and (max-width: 991px) {
    .wsp-image {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}

.wsp-page-content {
    font-size: 18px;
    line-height: 1.2;
    float: right;
}

    .wsp-page-content ul {
        margin-top: 20px;
        margin-bottom: 20px;
        list-style-type: none;
        padding-left: 0;
    }

        .wsp-page-content ul li {
            font-size: 18px;
            margin-bottom: 10px;
        }

            .wsp-page-content ul li i {
                margin-right: 5px;
                color: #AAD03C;
            }

.cta {
    font-size: 18px;
}

.wsp-page-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
}
/* ---------------------------------------------pricing------------------------------------------------------ */

table {
    border-collapse: collapse;
    margin-bottom: 2rem;
}

td {
    border: 2px solid #fff;
}

th, td {
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

th {
    color: #fff;
    font-size: 22px;
}

    th p {
        color: #fff;
        font-size: 15px !important;
        font-weight: 300;
    }

td {
    padding-left: 10px;
}

.sub-service td {
    border-top: none;
}

    .sub-service td:first-child {
        padding-left: 2rem;
    }

.sub-a td {
    border-top: none;
    border-bottom: none;
}

.sub-b td {
    border-top: none;
    border-bottom: none;
}

.sub-10c td {
    border-top: none;
    border-bottom: none;
}

.sub-c td {
    border-top: none;
}

.sub-d td {
    border-top: none;
    border-bottom: none;
}

.sub-e td {
    border-top: none;
}

tr.marketing td {
    border-bottom: none;
}

.plans {
    display: none;
}

.customer-care-pricing table {
    width: 100%;
    table-layout: fixed;
}

.customer-care-pricing th:nth-child(1),
.customer-care-pricing td:nth-child(1) {
    width: 40%;
    color: #000;
    font-weight: bold;
}

.customer-care-pricing th:nth-child(2),
.customer-care-pricing td:nth-child(2),
.customer-care-pricing th:nth-child(3),
.customer-care-pricing td:nth-child(3),
.customer-care-pricing th:nth-child(4),
.customer-care-pricing td:nth-child(4) {
    width: 20%;
}

.pos-pricing table {
    width: 100%;
    table-layout: fixed;
}

.pos-pricing th:nth-child(1),
.pos-pricing td:nth-child(1) {
    width: 40%;
    color: #000;
    font-weight: bold;
}

.pos-pricing th:nth-child(2),
.pos-pricing td:nth-child(2),
.pos-pricing th:nth-child(3),
.pos-pricing td:nth-child(3),
.pos-pricing th:nth-child(4),
.pos-pricing td:nth-child(4),
.pos-pricing th:nth-child(5),
.pos-pricing td:nth-child(5) {
    width: 15%;
}

.bg-table-custom {
    background-color: #fff;
}

@media (max-width: 768px) {
    table {
        display: none;
    }

    .plans {
        width: 98%;
        display: block;
    }

    .plan h3 {
        color: white;
        padding: 0.75rem;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
    }

    .hardware-pricings h3 {
        background-color: #3d97d3;
    }

    .hardware-pricingss h3 {
        background-color: #82bf5a;
    }

    .hardware-pricingsss h3 {
        background-color: #f2cf66;
    }

    .plan ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .plan ul li {
            padding: 0.75rem;
            border-top: 1px solid #eee;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            background-color: #fff;
            line-height: 1.8;
            font-size: 15px;
        }

            .plan ul li:hover {
                background-color: #f2f2f2;
            }

    .plan .price {
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }

    .software-pricing .plan li:last-child {
        text-align: center;
    }

    .plan ul li:first-child {
        border-top: none;
    }

    .plan ul li:last-child {
        border-bottom: 1px solid #eee;
    }

    .hardware-pricing .plan li {
        min-height: 43px;
    }

    .bg-table-custom {
        background-color: #f1f1f1f1;
    }

    .feature .feature-content p {
        text-align: center;
    }
}

td i {
    color: #000;
    font-size: 25px;
}

tr td:first-child {
    text-align: left !important;
}

.software-pricing tr th:first-child {
    text-align: left !important;
}

tr td {
    font-size: 16px;
    text-align: center;
}

tr th {
    text-align: center;
}

tfoot td {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.title-pricing h2 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.hardware-pricing tbody tr .price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center !important;
}

.hardware-pricing tbody tr td {
    font-size: 16px;
    text-align: left;
}

.hardware-pricing th {
    text-align: center;
}

.pricingtabs {
    font-weight: bold;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .pricingtabs i {
        margin-right: 10px;
    }

.software-pricing th:nth-child(1), .software-pricing td:nth-child(1) {
    border: none;
}

.software-pricing .customer-care-pricing th:nth-child(2) {
    background-color: #4abc93;
}

.software-pricing .customer-care-pricing td:nth-child(2) {
    background-color: #fff;
}

.software-pricing .customer-care-pricing th:nth-child(3) {
    background-color: #57c8e0;
}

.software-pricing .customer-care-pricing td:nth-child(3) {
    background-color: #f2f2f2;
}

.software-pricing .customer-care-pricing th:nth-child(4) {
    background-color: #5e9ad2;
}

.software-pricing .customer-care-pricing td:nth-child(4) {
    background-color: #fff;
}

.software-pricing .pos-pricing th:nth-child(2) {
    background-color: #8ab5a5;
}

.software-pricing .pos-pricing td:nth-child(2) {
    background-color: #fff;
}

.software-pricing .pos-pricing th:nth-child(3) {
    background-color: #4abc93;
}

.software-pricing .pos-pricing td:nth-child(3) {
    background-color: #f2f2f2;
}

.software-pricing .pos-pricing th:nth-child(4) {
    background-color: #57c8e0;
}

.software-pricing .pos-pricing td:nth-child(4) {
    background-color: #fff;
}

.software-pricing .pos-pricing th:nth-child(5) {
    background-color: #5e9ad2;
}

.software-pricing .pos-pricing td:nth-child(5) {
    background-color: #f2f2f2;
}

.btn-choose {
    color: #fff;
    border-radius: 25px;
}

.basic-title {
    background-color: #8ab5a5;
}

.pro-title {
    background-color: #4abc93;
}

.premium-title {
    background-color: #57c8e0;
}

.elite-title {
    background-color: #5e9ad2;
}

.plan p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.btn-choose-basic {
    background-color: #8ab5a5;
}

    .btn-choose-basic:hover {
        background-color: #8ab5a5;
        color: #fff;
    }

.btn-choose-pro {
    background-color: #4abc93;
}

    .btn-choose-pro:hover {
        background-color: #4abc93;
        color: #fff;
    }

.btn-choose-premium {
    background-color: #57c8e0;
}

    .btn-choose-premium:hover {
        background-color: #57c8e0;
        color: #fff;
    }

.btn-choose-elite {
    background-color: #5e9ad2;
}

    .btn-choose-elite:hover {
        background-color: #5e9ad2;
        color: #fff;
    }

.hardware-pricing .container table {
    width: 100%;
    table-layout: fixed;
}

.hardware-pricing .container th, td {
    width: 33.33%;
}

.hardware-pricing th:nth-child(1) {
    background-color: #3d97d3;
}

.hardware-pricing th:nth-child(2) {
    background-color: #82bf5a;
}

.hardware-pricing td:nth-child(2) {
    background-color: #f2f2f2;
}

    .hardware-pricing td:nth-child(2):hover {
        background-color: #fff;
    }

.hardware-pricing td:nth-child(1):hover, .hardware-pricing td:nth-child(3):hover {
    background-color: #f2f2f2;
}

.hardware-pricing th:nth-child(3) {
    background-color: #f2cf66;
}

.hardware-pricing table, th, td {
    border: 2px solid white;
    border-collapse: collapse;
}

.hardware-pricing td:nth-child(1), .hardware-pricing td:nth-child(3) {
    background-color: #fff;
}

/* ---------------------------------------------contact------------------------------------------------------ */
textarea.form-control {
    border-radius: 40px;
    font-size: 18px;
}

.contact-title {
    color: #AAD03C;
    font-weight: 600;
    text-align: center;
}

.contact-content {
    float: left;
}

    .contact-content p {
        font-size: 15pt;
    }

    .contact-content .social-media a {
        color: #000;
        text-decoration: none;
        font-size: 15pt;
    }

.contact-title {
    display: none;
}

@media screen and (max-width: 768px) {
    .contact-title {
        display: block;
    }

    .contact-content p {
        text-align: center;
    }

    .contact-content .social-media a {
        padding-left: 30px;
    }
}

/* ---------------------------------------------SIGN UP------------------------------------------------------ */
.signup {
    background-color: #cbe6f8;
}

.signup-container {
    background-color: #fff;
    border-radius: 40px;
}

#signup-form {
    font-size: 20px;
    color: #000;
}

    #signup-form label {
        padding-left: 10px;
        font-weight: 500;
    }

.signup .require-tag {
    color: red;
    font-size: 20px;
}

.btn-next-signup {
    color: #fff;
    background: #AAD03C;
    border-radius: 40px;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

    .btn-next-signup:hover {
        color: #fff;
        background: #9ec037;
    }

#signup-form .txt {
    border: 1px solid #cbe6f8;
}

.form-choose-package {
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #cbe6f8;
    border-radius: 60px;
}

#signup-form input[type="radio"] {
    display: none;
}

.rb label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    padding-left: 36px !important;
}

    .rb label::before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background: #ddd;
        position: absolute;
        left: 10px;
        top: 15px;
        transform: translateY(-50%);
        transition: 0.2s;
    }

.rb input[type="radio"]:checked + label {
    color: #007BFF;
}

    .rb input[type="radio"]:checked + label::before {
        background: #007BFF;
    }

    .rb input[type="radio"]:checked + label::after {
        content: "✔";
        position: absolute;
        font-size: 12px;
        left: 14px;
        top: 15px;
        transform: translateY(-50%);
        color: white;
    }

#signup-form .sl {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

#signup-form .select-package {
    flex: 1;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
    background: white url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 16px center;
    background-size: 16px;
    appearance: none;
    cursor: pointer;
}

    #signup-form .select-package:focus {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 0 0 3px rgba(0,123,255,0.15);
    }

#signup-form .show-link {
    white-space: nowrap;
}

#signup-form .styled-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    line-height: 1;
    outline: none;
}

    #signup-form .styled-checkbox:checked {
        background-color: #007bff;
        color: white;
    }

        #signup-form .styled-checkbox:checked::before {
            content: '✔';
            color: white;
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

#signup-form input[type=checkbox] {
    margin-top: 0;
}

#signup-form h1 {
    font-family: serif;
}

#signup-form a:hover {
    text-decoration: none;
}

#signup-form .signup-success {
    line-height: 1.5;
    font-size: 25px;
}

#signup-form .btn-done {
    color: #fff;
    background: #AAD03C;
    border-radius: 40px;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.signup-step2,
.signup-step3 {
    display: none;
}

@media screen and (max-width: 666px) {
    #signup-form {
        font-size: 18px !important;
    }

    .signup .require-tag {
        font-size: 18px !important;
    }
}

/* ---------------------------------------------DOWNLOAD APP------------------------------------------------------ */
.download-app .qr-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease;
    height: 100%;
}

    .download-app .qr-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .download-app .qr-card img {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin-bottom: 15px;
    }

.download-app .qr-title {
    font-weight: 600;
    font-size: 20px;
    color: #3d97d3;
}

.download-app .download-link {
    font-family: serif;
    font-size: 18px;
}

.download-app a:hover {
    text-decoration: none;
}

.download-app {
    background-color: #f8f9fa;
}

/* ---------------------------------------------ACTIVE PAGE------------------------------------------------------ */
.active-account li {
    list-style: none;
}

.active-account .active-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .active-account .active-login ul {
        display: flex;
        gap: 15px;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .active-account .active-login li {
        list-style: none;
    }

    .active-account .active-login a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        text-decoration: none;
    }

.active-login .btn-salon-login:hover {
    border: 2px solid #ed1a75;
}

.active-login .btn-owner-login:hover {
    border: 2px solid #3d97d3;
}

.active-login .btn-sign-in-app:hover {
    border: 2px solid #82bf5a;
}

.active-account p {
    font-size: 25px;
    line-height: 2;
}

.active-account a:hover {
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .active-account p {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    #formnotify-signup {
        width: 90%;
        left: 5%;
        margin-left: 0px;
        margin: auto;
    }
}


.custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Tạo ô checkbox */
.checkmark {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 6px; /* bo góc */
    position: relative;
    transition: all 0.2s ease;
}

/* Khi checkbox được chọn */
.custom-checkbox:checked + .checkmark {
    background-color: #007bff;
    border-color: #007bff;
}

/* Dấu tick */
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Hiện tick khi checked */
.custom-checkbox:checked + .checkmark::after {
    display: block;
}
