﻿body {
}
.container {
    width: 95% !important;
    max-width: 1500px;
}
@media (min-width: 991px) {
    .container._lg {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
        .navbar .mobile-menu {
            display: none;
        }
}
@media (max-width: 1400px) {
    .container.home {
        width: 99vw;
        max-width: 99vw;
    }

    .hero .container {
        width: 99vw;
        max-width: 99vw;
    }
}
@media (max-width: 992px) {
    #hero.hero .hero-content .hero-title {
        font-size: 3rem;
    }

    #hero.hero {
        margin-top: 16px;
    }
    #hero .hero-device {
        width: fit-content;
        margin: 15px auto 0 auto;
    }
}
@media (max-width: 800px) {
    .navbar .nav-container .nav-links {
        gap: 1vw;
    }
}
@media (max-width: 768px) {
    #hero .hero-form {
        width:97%;
    }
    #hero .aos-init {
        padding: 3px 7px;
    }
    #hero .hero-actions {
        order: 2;
        margin-bottom: 7px;
    }
    #hero .hero-metrics {
        order: 1;
        margin-bottom: 20px;
    }
    #hero.hero .hero-content .hero-metrics .metric-item {
        box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 92%);
        padding: 7px 16px;
        width: 218px;
    }
    #hero.hero .hero-content .hero-actions .btn-outline {
        padding: 14px 55px;
    }
    #hero.hero {
        padding: 12px 0 8px 0;
    }
    #hero .hero-badge {
        padding: 4px 12px;
    }
    .jqibox div.jqi {
        width: 300px!important;
    }
    .hero-devive-wrapper .hero-device {
        height: 70vw;
        min-height: 320px;
    }
    .navbar .nav-container .nav-links {
        display: none;
    }
    #services .section-title {
        padding-bottom: 42px;
        padding-left: 0;
        padding-right: 0;
    }
    section.services {
        padding: 12px 0 24px 0;
    }
    .navbar .mobile-menu {
        display: block;
    }
    body #scroll-top.scroll-top {
        display:none!important;
    }
    #hero.hero .hero-content .hero-title {
        font-size: 2.6rem;
    }
}

@media (max-width: 400px) {
    .nav-container .nav-left .logo-link {
        background-size: 34px 58%;
        width: 35px;
    }

    .navbar .nav-container .logotext {
        font-size: 26px;
    }

    .navbar .nav-container .ce-logo {
        padding-left: 0;
        margin-right: 3px;
    }

    .nav-container .headerdemobtn {
        padding: 4px 10px;
        font-size: 13px;
    }

    .nav-right #headerdemobtWrapper {
        width: 115px;
    }

    #hero.hero .hero-content .hero-title {
        font-size: 2.5rem;
    }
    .main .services .services-grid .featured-service-card .feature-highlights .highlight-item {
        margin-left: 18%;
    }
    .hero-form input.demo, .hero-form input#txtEmail, .hero-form #txtareaMessage {
        width: 90%;
    }
    #about.about .action-section {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 350px){
    .navbar .nav-container .logotext {
        font-size: 23px;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .order-lg-1 {
        order: 1 !important;
    }
}
.container .navbar {
    padding-top: 0px;
    margin-top: 8px;
    min-width: 300px;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.nav-container .logo-link {
    display: block;
    height: 59px;
    background: url(../Images/Cubepos-only_logo.png) left center no-repeat;
    background-size: 41px 68%;
    width: 42px;
}
.navbar {
    background: white;
    border-bottom: 1px solid #f1f6f9;
    box-shadow: 0 2px 25px rgba(51, 122, 183, 0.1);
    position: sticky;
    top: 5px;
    z-index: 998;
    font-family: 'Nunito', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    border-radius: 0 0 22px 22px;
}
.navbar .logotext {
    font-family: 'Nunito', sans-serif !important;
    font-size: 29px;
    font-weight: bold;
    color: #4b6066;
}
.logotext.pos {
    font-size: 25px;
    margin-top: 4px;
}
.nav-container .nav-links a {
    text-decoration: none;
    font-family: Roboto,'Nunito','Segoe UI',Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #446588;
    padding: 3px 18px;
}
.nav-container .nav-links a:hover {
    background-color: #edf6ff;
    padding: 3px 18px;
    border-radius: 14px;
    color: #244fd0;
}
.navbar .nav-container {
    margin: 0 auto;
    padding: 8px 12px 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    width: 100%;
}
.nav-container .ce-logo {
    padding-left: 10px;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 1px;
}

.pull-left {
    float: left !important;
}
.nav-container .nav-links {
    display: flex;
    align-items: center;
    gap: 2vw;
}
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.headerdemobtn {
    height: 34px;
    background: #0085c6;
    border: #0085c6;
    padding: 4px 16px;
    border-radius: 17px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: Roboto,'Nunito','Segoe UI',Oxygen, Ubuntu, Cantarell, sans-serif;
    cursor: pointer;
}
.justify-flex-start{
    justify-content: flex-start!important;
}
.hero-device {
    border: 8px solid #e9f2ff;
    border-radius: 26px 0 0 26px;
    height: 430px;
    clip-path: inset(0 2px 0 0);
    overflow: clip;
    border-right: 0;
    margin-top: 10px;
}
.devicdeimg {
    height: 100%;
    /*opacity: 0.9;*/
}
.hero-form {
    border: 1px solid #e0ecfd;
    border-radius: 20px;
    height: 400px;
    margin-top: 20px !important;
    width: 80%;
    margin: 10px auto 10px auto;
    text-align: center;
    box-shadow: 0px 1px 20px #e0eaf0;
}

.hero-actions {
    order: 1;
}
.hero-metrics{
    order: 2;
}
input.demo, input#txtEmail {
    border: 1px solid #e4edf7;
    height: 44px;
    border-radius: 6px;
    width: 80%;
    padding: 7px 3px 7px 8px;
    margin: 12px 0;
    display: inline-block;
    font-size: 16px;
    outline-style: none;
    box-shadow: 0 1px 16px color-mix(in srgb, #4e83e8, transparent 92%);
}
input.demo:active, input#txtEmail:active, input.demo:focus, input#txtEmail:focus {
    border: 1px solid #8bbbe6;
}
#txtareaMessage {
    border: 1px solid #e4edf7;
    border-radius: 6px;
    width: 80%;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    font-size: 16px;
    max-height: 226px;
    min-height: 160px;
    height: 160px;
    outline-style: none;
    box-shadow: 0 1px 16px color-mix(in srgb, #4e83e8, transparent 92%);
}
#txtareaMessage:focus, #txtareaMessage:active {
    border: 1px solid #8bbbe6;
}
.hero-form #btnSubmit {
    border: 2px solid #0c63bf;
    padding: 8px 44px;
    border-radius: 8px;
    background-color: #0c63bf;
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
    font-family: 'Nunito',Roboto,'Segoe UI',Oxygen, Ubuntu, Cantarell, sans-serif;
}
.hero-form #btnClose {
    border: 2px solid #7889a0;
    padding: 8px 26px;
    border-radius: 8px;
    background-color: #7889a0;
    color: #fff;
    margin-right: 10px;
}
#formError{
color: #c13515;
display:none;
}
.hero-form .form-error-wrapper {
    padding: 14px 0 0 0;
}
#successDiv {
    padding: 50px;
    height: calc(100vh - 320px);
    min-height: 470px;
}
#successDiv .header {
    font-size: 30px;
    font-weight: 600;
    color: #5d9707;
}
#successDiv .headermsg {
    font-size: 25px;
    color: #222;
}
section#pricing {
    background-color: #f8fbfd;
}
.jqibox div.jqi {
    border-radius: 16px;
}
.jqibox div.jqi .jqimessage {
    font-size: 16px;
    padding: 12px 10px 8px;
    line-height: 26px;
}
.jqibox div.jqi .jqibuttons {
    border-radius: 0 0 16px 16px;
}
.jqibox div.jqi .jqistate {
    border-radius: 16px;
}
.jqibox div.jqi .jqibuttons button {
    font-size: 14px;
}
.jqibox div.jqi .jqibuttons button:hover {
    border-radius: 0 0 16px 0;
}
.jqibox div.jqi .jqititle {
    color: #cc2323;
    font-weight: bold;
    font-size:15px;
}
#pricing .oldhdprice {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
    color: #3c3c3c;
}

#pricing .newhdprice {
    font-size: 18px;
    font-weight: bold;
    color: #0b9533;
}
#pricing .offtxt {
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #d9572f;
}
.priceoff {
    text-decoration: line-through;
    font-size: 25px;
    font-weight: bold;
    color: #6d6d6d;
    vertical-align: top;
    line-height: 1.5rem;
}
.priceoff-wrapper {
    background-color: #e46f54;
    height: 28px;
    color: #fff;
    margin-top: 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
}
#pricing .section-title {
    padding: 0 0 30px 0;
}
#contact .section-title {
    padding-bottom: 28px;
}
.footer .contact-info .contact-item i {
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}
.footer .contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}
#footer.footer {
    background-color: #f8fbfd;
}
#headerdemobtWrapper {
    text-align: right;
    width: 133px;
}
#services .services-tabs {
    text-align: center;
}
.contactbtnwrapper {
    width: 100%;
    text-align: right;
}
/*****   Mobile menu css ****/
/* General mobile-first reset for the menu */
.mobile-menu {
    background-color: #ececec;
    color: #b9b9b9;
    padding: 4px 5px;
}

/* Hide the checkbox */
.menu-toggle {
    display: none;
}

/* Style the menu icon (the label) */
.menu-icon {
    display: block; /* Important: ensures it's visible on mobile */
    cursor: pointer;
    width: 26px;
    height: 23px;
    position: relative;
    float: right; /* Position on the right side */
    z-index: 10;
}

.bar {
    display: block;
    width: 80%;
    height: 3px;
    background-color: #a4a4a4;
    margin: 4px 3px;
    transition: 0.3s;
}

/* Style the link list */
#menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; /* KEY: Links are hidden by default */
    clear: both; /* Ensures links appear below the icon */
    position: absolute;
    top: 50px; /* Adjust based on your header height */
    right: 0;
    width: 100%;
    background-color: #f1f8fb;
    z-index: 5;
}

    .menu-links li a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        color: #3d669b;
        border-bottom: 1px solid #d0e3ec;
    }

    .menu-links li a:hover {
        background-color: #e9f4f9;
    }

/* When the checkbox is checked, display the links */
#menu-toggle:checked ~ #menu-links {
    display: block;
}

@media (min-width: 768px) {
    .menu-icon, .menu-toggle {
        display: none;
    }

    .menu-links {
        display: flex; 
        position: static;
        width: auto;
        background-color: transparent;
        top: auto;
    }

    .menu-links li a {
        border-bottom: none;
    }
}
.dojowrapper {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #31609d;
}
.dojotext {
    font-size: 26px;
    color: #03a9c4;
    margin-left: 2px;
}
.feature-dojotext {
    font-size: 17px;
    color: #03a9c4;
}
.cubelogo {
    color: #2292b5;
    font-size: 26px;
    font-weight: bold;
}
.poslogo {
    font-size: 25px;
    margin-top: 2px;
    color: #3861ae;
    font-weight: bold;
}
.hdsetupoff {
    color: #516d91;
    font-weight: bold;
    font-size: 15px;
}
.highlights-dojotext {
    font-size: 17px;
    color: #03a9c4;
    margin-left: 3px;
}