@font-face {
    font-family: Assistant;
    src: url(/css/fonts/Assistant-Regular.ttf);
}
@font-face {
    font-family: Assistant;
    src: url(/css/fonts/Assistant-Bold.ttf);
    font-weight: bold;
}

body {
    text-align: center;
    font-family: Assistant;
    margin: 0px;
}
.grecaptcha-badge {
    display: none;
}
input, button, select, textarea {
    font-family: Assistant;
    font-weight: bold;
}
select {
    padding: 3px 7px;
    font-size: 16px;
    border-radius: 7px;
}
hr {
    margin-top: 25px;
}
.textbox {
    padding: 6px 15px;
    font-family: Assistant;
}
.link {
    color: #006e56;
    text-decoration: none;
    cursor: pointer;
}
.link:hover {
    color: #00bb92a9;
    text-decoration: underline; 
}
.valigned > * {
    vertical-align: middle;
}
.clickable {
    cursor: pointer;
}
.text-large {
    font-size: 20px;
}
#loader {
    display: none;
}
.overlay {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    z-index:9999;
}
.overlay img {
    max-width: 100px; 
    max-height: 100px;
}
#login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); 
    align-items: center;
    flex-direction: column; 
    padding-top: 40px;
    z-index: 1000;
} 
#div-footer{
    background-color: #eeeeee;
    border-top:1px solid #d1d1d1;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 30px;
    padding-top: 8px;
    z-index: 9998;
}
#div-no-camera,#div-no-transcript {
    display: none;
    margin: auto;
    margin-top: 40px;
    width: 90%;
    max-width: 900px;
 }
 #div-change-language {
    display: none;
    position: fixed;
    width: 200px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 24px 40px;
    padding-bottom: 45px;
    border-radius: 30px;
 }
 #div-change-language > a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #a40ffa;
 }
#div-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0px;
    box-sizing: border-box;
    color: white;
    background: linear-gradient(135deg, #005845, #00ca9e);
}
#promo-main-title {
    font-size: 42px;
    width:80%;
    margin-top: 30px;
}
#promo-sub-title{
    font-size: 26px;
    margin: 20px 0px;
    text-align: left;
    line-height: 40px;
}
#promo-sub-title > table td {
    font-size: 22px;
    color: white;
}
#table-promo-features{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 19px;
    float: left;
    width: 440px;
}
#table-promo-features td{
    vertical-align: top;
    padding: 10px;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: semi-bold;
}
#button-promo-start-top {
    position: fixed;
    top: 22px;
    right: 27px;
}
.promo-feature-title{
    font-weight: bold;
    font-size: 19px;
    color: #ffffff;
}
.promo-feature-icon{
    font-size: 24px;
    margin-top: 5px;
}
#promo-phone-img{
    width: 260px;
    float: right;
    margin-left: 120px;
    margin-top: -30px;
}
#promo-video-section {
    width:80%;
    max-width: 1200px;
    margin-top: 70px;
}
#promoVideo {
    border-radius: 12px; 
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    width: 90%;
    max-width: 530px;
}
#promo-bullets{
    direction: ltr;
    text-align: left;
    min-width: 240px;
    float: right;
    font-size: 19px;
}

#promo-clients {
    padding: 40px;
    margin-top: 70px;
    background: white;
    color: #272727;
    border-radius: 40px;
}
#promo-clients-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
#promo-clients-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
}
.customerImg {
    margin-right: 20px;
    width: 90px;
}
#promo-testimonials-table {
    width: 90%;
    max-width: 800px;
    margin-top: 80px;
    margin-bottom: 50px;
}
#promo-testimonials-table td {
    padding: 10px;
    padding-bottom: 32px;
    vertical-align: middle;
}
.testimonial-text-td {
    font-size: 19px;
    color: #ededed;
}
.testimonial-name {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 8px;
    font-weight: bold;
}
.promo-testimonials-image {
    width: 74px;
    border-radius: 999px;
    border: 3px solid white;
}
#promo-tablet-image {
    width:96%;
    max-width: 720px;
}
#button-login {
    position: absolute;
    top: 74px;
    right: 4px;
    color: #edf0ff;
    border-radius: 10px;
    border: 2px solid transparent;
}
#button-login:hover {
    color: #ffffff;
    border: 2px solid #edf0ff;
}
#logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
}
#mobile-logo {
    display: none;
}


/* Menu */
/* Background overlay */
#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: fit-content;
    background-color: white;
    padding: 20px 30px;
    padding-top: 80px;
    z-index: 999;
    transition: opacity 0.3s ease;
}
.menu-item {
  font-size: 1.1em;
  padding: 15px 0px;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
}
.menu-item:hover {
  color: #008f64;
}
.highlight {
  background: #20ffb4;
  color: #000;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
}

/* When menu is open */
#hamburger-toggle:checked ~ .menu-panel {
  left: 0;
}

#hamburger-toggle:checked ~ .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}




/* button styles */
input {
    font-family:Assistant;
}
.button {
    margin: 0px 10px;
    padding: 13px 22px;
    background-color: #00d4a6;
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 19px;
    transition: all 0.6s;
}.button:hover {
    background-color: #520081;
}
.button-bordered {
    margin: 0px 10px;
    padding: 9px 15px;
    background-color: white;
    color: #007057;
    border: 2px solid #007057;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.6s;
}.button-bordered:hover {
    background-color: #00a782;
    color: white;
}
.button-bordered-smaller {
    margin: 0px 5px;
    padding: 6px 11px;
    background-color: white;
    color: #a40ffa;
    border: 2px solid #a40ffa;
    border-radius: 7px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.6s;
}.button-bordered-smaller:hover {
    background-color: #a40ffa;
    color: white;
}
.button-link {
    margin: 0px 10px;
    padding: 12px 19px;
    background-color: transparent;
    color: #007057;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.6s;
}.button-link-small {
    margin: 0px 10px;
    background-color: transparent;
    color: #007057;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.6s;
}.button-link:hover {
    color: #00a17e;
}
.button-promo {
    margin: 0px 10px;
    padding: 15px 24px;
    background-color: #20ffb4;
    color: #007057;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 23px;
    transition: all 0.6s;
    margin-top: 20px;
}.button-promo:hover {
    background-color: #00e7b5;
}
.btnLink {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s;
}
.btnLink:hover {
    text-decoration: underline;
    color: #00e7b5;
}

/* Menu button */
/* Hamburger Container */
.hamburger {
  position: fixed;
  top: 20px;
  left: 17px;
  z-index: 1000;
}

/* Hide input */
#hamburger-toggle {
  display: none;
}

/* Circular button */
.hamburger-label {
  width: 50px;
  height: 50px;
  background-color: #20ffb4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* Lines */
.hamburger-label span {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
}

/* Line positions */
.hamburger-label span:nth-child(1) {
  top: 14px;
}
.hamburger-label span:nth-child(2) {
  top: 23.5px;
}
.hamburger-label span:nth-child(3) {
  top: 33px;
}

/* X Animation */
#hamburger-toggle:checked + .hamburger-label span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 23.5px;
}
#hamburger-toggle:checked + .hamburger-label span:nth-child(2) {
  opacity: 0;
}
#hamburger-toggle:checked + .hamburger-label span:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
  top: 23.5px;
}



/* color styles */
.green {
    color: #20ffb4;
}
.orange { 
    color: #eed600; 
    font-weight: bold;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
    h1 {
        font-size: 30px;
        width: 80%;
    }
    h2 {
        font-size: 22px;
        width: 84%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 20px;
        width: 84%;
        margin: auto;
        margin-bottom: 10px;
    }
    select {
        padding: 3px 7px;
        font-size: 14px;
        border-radius: 7px;
    }
    .dektop-only {
        display: none;
    }
    #logo {
        display: none;
    }
    #mobile-logo {
        display: block;
        margin-bottom: 20px;
        width: 200px;
    }
    #promo-main-title {
        font-size: 36px;
    }
    #promo-sub-title{
        width: 82%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #promo-sub-title > table td {
        font-size: 18px;
        color: white;
    }
    #promo-clients-subtitle {
        margin-bottom: 15px;
    }
    #promoVideo {
        margin-top: 60px;
    }
    #promo-phone-img{
        width: 70%;
        float: none;
        margin-left: 0px;
        margin-top: 40px;
    }
    #button-promo-start-top {
        display: none;
    }
    #table-promo-features{
        margin: auto;
        float: none;
        margin-top: 40px;
        margin-bottom: 20px;
        width: 90%;
    }
    #button-login {
        top: 20px;
        font-size: 16px;
    }
    #promo-clients {
        border-radius: 0px;
        border-top: 4px solid rgb(209, 209, 209);
        border-bottom: 4px solid rgb(209, 209, 209);
    }
    .customerImg {
        margin-top: 8px;
        float: none;
        width: 75px;
    }
}