:root {
    --light-gray: #eeeeee;
    --medium-gray: #d0d0d0;
    --dark-gray: #30353c;
    --blue: #3855BE;
    --dark-blue: #2F48A0;
    --hot-pink: #ff0066;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.2;
    font-size: 18px;
    margin: 0px;
    height: 100%;
    color: var(--dark-gray);
}

body h1 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}

/* Hack to prevent page from scrolling sideways in Bootstrap 5.3 */
.row {
    --bs-gutter-x: 0rem;
}

/* Make the audio controls background a little darker */
audio::-webkit-media-controls-panel {
    background-color: var(--medium-gray) !important;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: white;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}


.navbar {
    padding: 0.5% 8%;
    font-size: 20px;
    width: 100%;
    position: fixed;
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
    background-color: white !important;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.navbar-branding-text {
    color: var(--hot-pink);
    font-size: 21px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-logo-image {
    height: 50px;
}

.navbar-link {
    display: block;
    color: var(--dark-gray);
    padding: 1rem 0.5rem 0 0.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-link:hover {
    color: var(--blue);
    outline: none;
    text-decoration: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}


.site-content {
    padding-top: 70px;
}

#landing-page-home {
    padding-bottom: 5%;
    display: -webkit-box;
    background: var(--light-gray);
}

.hero-header {
    margin-top: 7%;
    font-size: 60px;
    text-align: center;
    font-weight: 650;
    line-height: 1;
    justify-content: space-around;
    color: var(--dark-gray);
}

.hero-logo {
    vertical-align: middle;
    height: 80px;
    width: auto;
}

.hero-highlight-text {
    color: var(--blue);
}

.hero_buttons {
    text-align: center;
}

.basic-button {
    display: inline-block;
    padding: 0 1.2rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.8;
    transition: 0.2s;
    border-radius: 7px;
    text-decoration: none;
    white-space: nowrap;
}

a.basic-button:hover,
a.basic-button:focus,
a.basic-button:active,
button.basic-button:hover,
button.basic-button:focus,
button.basic-button:active {
    text-decoration: none;
    background: var(--medium-gray);
    color: var(--dark-gray);
}

.basic-button-hero {
    font-size: 20px;
    font-weight: 400;
    padding: 0rem 2rem;
    margin: 0.8rem 1.5rem;
    color: var(--dark-gray);
    border: 1px solid var(--medium-gray);
}

.blue-button {
    border: none;
    background: var(--blue);
    color: white;
}

a.blue-button:hover,
a.blue-button:focus,
a.blue-button:active
button.blue-button:hover,
button.blue-button:focus,
button.blue-button:active {
    background: var(--dark-blue);
    color: white;
}

.blue-button-hero {
    font-size: 20px;
    font-weight: 400;
    padding: 0rem 2rem;
}


.new-section {
    text-align: center;
}

.new-section p {
    text-align: center;
    font-size: 20px;
    padding: 2% 5% 3% 5%;
}

#intro {
    padding: 6% 5% 0% 5%;
}

#intro .iframe-container {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 8%;
    padding-bottom: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

#intro iframe {
    position: absolute;
    width: 100%;
    height: 87.3%;
    top: 0;
    left: 0;
}

#intro .new-section {
    text-align: center;
    margin-top: 30px;
}


#usecases {
    width: 100%;
    padding: 6%;
    text-align: center;
}

#usecases .img-fluid {
    max-width: 100px;
}

#usecases .table-cell {
    padding: 6% 3%;
    height: 90%;
    margin: 10% 3% 0% 3%;
    border: 1px solid var(--medium-gray);
}

#usecases .table-left {
    border-radius: 0.75rem;
}

#usecases .table-middle {
    border-radius: 0.75rem;
}

#usecases .table-right {
    border-radius: 0.75rem;
}

#usecases .table-left h1,
#usecases .table-middle h1,
#usecases .table-right h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 30px 0;
    color: var(--blue);
}

#usecases li {
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    color: var(--dark-gray);
}


#technology {
    width: 100%;
    height: 100%;
    padding: 6% 5% 4% 5%;
    background: var(--light-gray);
}

#technology .img-fluid {
    max-width: 50px;
    padding-right: 2%;
}

#technology .table-cell {
    padding: 1% 6%;
    height: 95%;
    background-color: white;
    margin: 2%;
}

#technology .table-left {
    border-radius: 0.75rem;
}

#technology .table-middle {
    border-radius: 0.75rem;
}

#technology .table-right {
    border-radius: 0.75rem;
}

#technology .table-left h1,
#technology .table-middle h1,
#technology .table-right h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 30px 0;
}

#technology li {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    color: var(--dark-gray);
}




#media {
    padding: 6% 0%;
    text-align: center;
}

#media .table-cell {
    height: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border: transparent;
    padding-bottom: 20px;
}

#media .img-fluid {
    padding: 8% 0;
    max-width: 40%;
}

#media .media-style {
    width: 60%;
    margin-top: 0%;
}



#pricing {
    width: 100%;
    height: 100%;
    padding: 6% 5% 3% 5%;
    background: var(--light-gray);
    text-align: center;
    text-decoration: none;
}

#pricing .img-fluid {
    width: 35px;
}

#pricing .table-cell {
    padding: 6% 3%;
    height: 90%;
    margin: 10% 3% 0% 3%;
    border: 1px solid var(--medium-gray);
    border-radius: 0.75rem;
    background-color: white;
}

#pricing .table-left h1,
#pricing .table-middle h1,
#pricing .table-right h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    color: var(--blue);
}

#pricing .table-left h2,
#pricing .table-middle h2,
#pricing .table-right h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 40px 0;
    color: var(--blue);
}

#pricing .table-middle h2 {
    margin: 5px 0 5px 0;
    color: var(--blue);
}

#pricing .table-middle .most-popular {
    color: var(--hot-pink);
    font-size: 18px;
    margin: 5px 0 15px 0;
    font-weight: 700;
    display: block;
}

#pricing li {
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    color: var(--dark-gray);
}



.accordion {
    --bs-accordion-active-bg: var(--light-gray);
    --bs-accordion-btn-focus-box-shadow: var(--light-gray);
    --bs-accordion-bg: none;
}

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-gray);
    text-decoration: none;
    background-color: var(--light-gray);
}

.accordion-button:not(.collapsed) {
    background-color: var(--light-gray);
    color: var(--dark-gray);
    box-shadow: none;
}

.accordion-item {
    border: var(--light-gray);
}


#faq {
    padding: 6% 0% 5% 0%;
    background-color: var(--light-gray);
}

.faq_inner {
    padding-bottom: 5px;
    background: var(--light-gray);
}

#faq .media-style {
    width: 60%;
    margin: 3%;
}

#faq a {
    text-decoration: none;
}



#contactus {
    padding: 6% 0 1% 0;
    background-color: var(--light-gray);
    text-align: center;
}

/*------------ Carousel styling ----------------------*/
.carousel-item {
    transition: all 0.5s ease;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-inner {
    margin-top: -10% !important;
}

/*1st slider*/
.imageSliderX {
    background: url("../images/icons/rev1.png") no-repeat;
    height: 120px;
    width: 120px;
    background-size: cover;
    border-radius: 50%;
}

/*2nd slider*/
.imageSliderXX {
    background: url("../images/icons/rev2.png") no-repeat;
    height: 120px;
    width: 120px;
    background-size: cover;
    border-radius: 50%;
}

/*3rd slider*/
.imageSliderXXX {
    background: url("../images/icons/rev3.png") no-repeat;
    height: 120px;
    width: 120px;
    background-size: cover;
    border-radius: 50%;
}

.sliderDots {
    height: 14px;
    width: 10px;
    border-radius: 50%;
    margin-left: 2.5px;
    margin-right: 2.5px;
    outline: 0 !important;
    border: 1px solid;
}

.carousel-control-prev {
    width: 8%;
}

.carousel-control-next {
    width: 8%;
}

.nameAndOtherInfo {
    float: left;
}

.carousel-indicators .active {
    background-color: var(--light-blue);
    border-radius: 50%;
    outline: none;
}

.carousel-control-prev {
    border: none;
}

.carousel-control-next {
    border: none;
}

.carousel {
    position: relative;
    height: 390px;
    position: relative;
}

.carousel-indicators .active {
    /* background-color: black; */
    border-radius: 50%;
    outline: none;
}

.carousel-control-prev-icon {
    background-image: url("icons/previous-arrow.png");
}

.carousel-control-next-icon {
    background-image: url("icons/next-arrow.png");
}

.carousel-control-next {
    background-color: transparent;
}

.carousel-control-prev {
    background-color: transparent;
}

.quoteSVGimg {
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 5;
}

.carousel {
    margin-top: 150px;
}

.innerTextCustom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.carousel-caption {
    position: unset;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: white;
    text-align: center;
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: black; */
}

.carousel-item {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}


footer img {
    width: 30px;
}

.footer-heading {
    font-size: 17px;
    font-weight: 600;
}

.footer-link {
    display: block;
    color: var(--dark-gray);
    padding: 0.5rem 0.5rem 0 0;
    text-decoration: none;
    font-size: 17px;
}

.footer-link:hover {
    color: var(--blue);
    outline: none !important;
    text-decoration: none;
}


.copyright-text {
    padding-top: 2rem;
    margin: 2rem 0rem 0rem 0rem;

}


.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 0.9rem 1.2rem;
    font-size: 1.4rem;
    color: white;
    margin-top: 0;
    border-radius: 50%;
    background: var(--blue);
    background-size: 20px 20px;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    z-index: 99;
    text-decoration: none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    color: white;
    background: var(--dark-blue);
    text-decoration: none;
}

.table-middle p {
    margin-bottom: inherit;
}

.table-right p {
    margin-bottom: inherit;
}

.site-content .description-text {
    text-align: center;
    font-size: 20px;
    padding: 3% 5% 3% 5%;
    line-height: 1.5;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay-target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 300px auto;
    padding: 20px;
    background: white;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 400ms ease-in-out;
    max-height: 30%;
    overflow: auto;
}

.popup-text {
    margin-top: 7px;
    padding-bottom: 40px;
    font-size: 20px;
    text-align: center;
    color: var(--dark-gray);
}


.dashboard-home {
    padding: 7% 5% 5% 5%;
}

.dashboard-home .description-text {
    padding: 0;
    font-size: 20px;
}

.blue-link {
    color: var(--blue);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 40px 0 20px 0;
    text-decoration: underline;
}

.dashboard-home .green-button {
    margin: 15px 0 0 0;
}

.dashboard-home .contact-form-element {
    margin-right: 50px;
}

.dashboard-home .drop-down-option {
    color: var(--dark-gray);
}

.dashboard-home table {
    font-size: 18px;
    width: 50%;
}

.dashboard-home table th {
    font-weight: bold;
    color: var(--dark-gray);
}

.dashboard-home .qr-code {
    width: 200px;
    height: 200px;
}

/* -------------- CSS for Mobile --------------- */

@media only screen and (max-width: 990px) {

    #usecases { padding-top: 20%; padding-bottom: 20%; }
    #technology { padding-top: 20%; padding-bottom: 10%;}
    #intro { padding-top: 12%; }
    #pricing { padding-top: 20%; padding-bottom: 10%;}
    #faq { padding-top: 20%; }
    #media { padding-top: 20%; padding-bottom: 20%; }
    #contactus { padding-top: 20%; }

    .hero-header {
        font-size: 40px;
    }
    
    .navbar {
        padding: 1% 3%;
        transition: 0.5s all ease;
        margin: 0;
        overflow: hidden;
    }

    .navbar .blue-button {
        margin: 7% 0% 0% 2% !important;
    }

    .navbar-nav {
        height: auto;
        padding: 0 1.5rem;
        display: flex;
        align-items: left;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .navbar-link {
        padding: 0.5rem 0 0 0;
    }

    .navbar-link:hover {
        color: var(--blue);
        outline: none !important;
        text-decoration: none;
    }

    #navbar-button {
        margin-top: 10px;
    }

    .navbar-collapse {
        position: fixed;
        top: 69px;
        padding-left: 20px;
        padding-top: 10px;
        width: 70%;
        height: 100%;
        box-shadow: 0 0 8px rgb(0 0 0 / 16%);
        background-color: white;
    }

    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }


    .team-inner {
        margin: 3%;
        padding: 5%;
        background: var(--light-gray);
        text-align: center;
        display: block;
    }

    #media .img-fluid {
        padding: 3%;
        max-width: 50%;
    }
    
    .contact-form-element {
        width: 70%;
    }

    .footer {
        max-width: 1320px;
    }

    .footer-logo {
        text-align: center;
        width: 100%;
        display: block;
    }

    .footer-menu {
        margin: 20px 0;
        text-align: center;
        max-width: 100%;
    }

    .footer ul {
        text-align: center;
    }

    .dashboard-home {
        padding: 20% 5% 5% 5%;
    }
}

/* -------------- Privacy Page --------------- */

#privacy-page {
    display: -webkit-box;
    padding-bottom: 4%;
    line-height: 1.8;
    color: var(--dark-gray);
}

#privacy-page .privacy-link {
    margin-top: 2%;
    display: block;
    font-weight: bold;
}

#privacy-page .title {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 36px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    justify-content: space-around;
    color: var(--dark-gray);
}

#privacy-page h1 {
    padding-top: 2%;
    font-size: 18px;
    font-weight: 600;
}

#privacy-page h1 {
    padding-top: 2%;
    font-size: 15px;
    font-weight: 600;
}

#privacy-page b {
    font-weight: 600;
}
