* {
    transition: all 0.3s ease;
}
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
      --bg: #0f1115;
      --panel: #1F2937;
      --panel-2: #1F2937;
      --border: #2b3140;
      --text: #f4f7fb;
      --muted: #9aa4b2;
      --accent: #ffb547;
      --accent-2: #ff8a1f;
      --good: #3ccf91;
      --warn: #f4c542;
      --bad: #ff6b6b;
      --shadow: 0 10px 30px rgba(0,0,0,.25);
      --radius: 18px;
    }

body {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}  

button, .flex-button-a, .flex-button, .flex-button-b, .flex-button-b2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#background-video {
  position: fixed; /* Fixes the video to the viewport */
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1; /* Puts the video behind other elements */
  object-fit: cover; /* Ensures the video covers the entire area while maintaining aspect ratio */
  background: rgba(0, 0, 0, 0.6);
}

#home {
  width: 100px;
}

#open {
  width: 100px;
}

#approve {
  width: 100px;
}

#log {
    width: 100px;
}

#settings {
    width: 100px;
}

#office {
    width: 850px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #F97316;
}

/* Hide scrollbars in components */
div, section, table, tbody {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

div::-webkit-scrollbar,
section::-webkit-scrollbar,
table::-webkit-scrollbar,
tbody::-webkit-scrollbar {
  display: none;
}

/* Keep main page scrollbar */
html, body {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: block;
}

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.mobile-menu-container, #myLinks {
    display: none;
    background-color: black;
}

.mobile-menu-content {
    font-size: 1.25rem;
}

.mobile-menu-link li {
    color: #FFFFFF;
    list-style-type: none;
}

.mobile-menu-link a {
    color: #FFFFFF;
}

.mobile-menu-link a:visited {
    color: #FFFFFF;
}

.mobile-menu-link a:hover {
    color: #F97316;
}

.landing-menu-container {
    width: 100%;
    display: flex;
    background-color: black;
}

.landing-menu-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 25px;
    font-size: 1.25rem;
}

.land-menu-link {
    color: #FFFFFF;
}

.land-menu-link a {
    color: #FFFFFF;
}

.land-menu-link a:visited {
    color: #FFFFFF;
}

.land-menu-link a:hover {
    color: #F97316;
}

.menu-container {
    width: 100vw;
    height: 100vh;
    background-color: black;
    align-content: center;
    position: fixed;
    overflow: auto;
}

.menu-logo {
    display: flex;
    align-items: flex-start;
}

#menulogo {
    width: 100px;
}

.menu-content {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.menu-content li, .landing-menu-content li {
    list-style-type: none;
}

.menu-link a {
  display: flex;
  align-items: center;   
  gap: 5px;
  text-decoration: none;
  color: white;
}

.menu-link a:visited {
    color: white;
}

.menu-link img {
  width: 100px;
  height: auto;
  display: block;     
}

.menu-link p {
  display: flex;
  align-items: center;   
  gap: 5px;
  color: white;    
}

.hidden-menu-link {
  display: inline-block;
}

.hero-h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 5rem;
  width: 50%;
  padding: 40px;
  z-index: 200;
  position: relative;
  color: #FFFFFF;
}

.hero-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: -100px;
}

.hero-left {
    flex-direction: column;
    width: 100%;
}

.product-frame {
  background: #f8f8f8;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.landing-main-body-container {
    background-color: black;
}

.main-body-container {
    z-index: 100;
    width: 80%;
    position: relative;
    background-color: white;
    min-height: 95vh;
    border-radius: 40px;
    float: right;
    margin: 25px;
    /*box-shadow: 5px 5px 7px 5px orange,
                10px 10px 7px 5px yellow;*/
   
}

.main-body-content blockquote {
    text-align: center;
    font-weight: 700;
    font-size: 1.65rem;
}

.main-body-content h1, h2 {
    text-align: center;
}

.land-body-p {
    width: 75%;
    font-size: 1.42rem;
    text-align: center;
    margin: auto;
    padding: 30px;
    color: #FFFFFF;
}

.land-title {
    color: #FFFFFF;
}

.main-body-p {
    width: 75%;
    font-size: 1.42rem;
    text-align: center;
    margin: auto;
    padding: 30px;
}

.main-body-ul {
    width: 75%;
    margin: auto;
    padding: 30px;
    text-align: center;
    gap: 0;
}

.main-body-ul li {
    font-size: 1.42rem;
    margin: auto;
}

.cta {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cta-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cta-button {
    padding: 15px;
    font-size: 1.35rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #FACC15, #F97316);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: 35%;
    cursor: pointer;
}

.cta-button:hover {
    background-position: right center;
}

.cta-button:active {
    background-color: #C2410C;
}

.cta-button2 {
    padding: 15px;
    font-size: 1.35rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #1F2937, #9CA3AF);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: 35%;
    cursor: pointer;
}

.cta-button2:hover {
    background-position: right center;
}

.cta-button3 {
    padding: 10px;
    font-size: 1.15rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #FACC15, #F97316);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: auto;
    cursor: pointer;
}

.cta-button3:hover {
    background-position: right center;
}

.cta-button3:active {
    background-color: #C2410C;
}

.filter-button-container {
    display: flex;
    align-items: center;
}

.flex_login {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
}

.flex_login-vertical {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
    align-items: center;
}



.flex_login a {
    width: 100%;
    text-align: center;
    overflow: hidden;
}



.flex-button {
    padding: 15px;
    font-size: 1.35rem;
    border-radius: 20px;
    border: none;
    background-image: linear-gradient(to bottom right, #FACC15, #F97316);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: 50%;
    cursor: pointer;
}

.flex-button:hover {
    background-position: right center;
}

.flex-button-a {
    padding: 15px;
    font-size: 1.35rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #FACC15, #F97316);
    background-size: 150% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: 50%;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    overflow: hidden;
}

.flex-button-a:hover {
    background-position: right center;
}

.flex-button-a:active {
    background-color: #C2410C;
}


.flex-button-b {
    padding: 15px;
    font-size: 1.35rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #1F2937, #9CA3AF);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: 50%;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.flex-button-b:hover {
    background-position: right center;
}

.flex-button-b:active {
    background-color: #020617;
}

.flex-button-b2 {
    padding: 15px;
    font-size: 1.35rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #1F2937, #9CA3AF);
    background-size: 200% auto; 
    color: #FFFFFF;
    width: 35%;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.flex-button-b2:hover {
    background-position: right center;
}

.flex-button-b2:active {
    background-color: #020617;
}

.flex-button-b3 {
    padding: 10px;
    font-size: 1.15rem;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #1F2937, #9CA3AF);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    width: auto;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.flex-button-b3:hover {
    background-position: right center;
}

.flex-button-b3:active {
    background-color: #020617;
}

.what {
    height: 700px;
    margin: auto;
    padding-top: 250px;
}

.header-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-logo {
    width: 450px;
    margin: auto;
    overflow: hidden;
    margin-top: -50px;
}


.header-logo-2 {
    width: 650px;
    margin: auto;
    overflow: hidden;
}

.header-logo-3 {
    width: 350px;
    margin: auto;
    overflow: hidden;
}

.thanks-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}

.thanks-logo {
    width: 450px;
    margin: auto;
    margin-top: -200px;
}

.pop-up-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
}

.pop-up-content {
    height: 75%;
    width: 75%;
    background-color: white;
    margin: auto;
    border-radius: 40px;
    padding: 75px;
    overflow: scroll;
}

.pop-up-content2 {
    height: 75%;
    width: 75%;
    margin: auto;
    border-radius: 40px;
    padding: 75px;
    overflow: scroll;
}

.pop-up-form2 {
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    background-color: #FFFFFF;
}

.pop-up-form2 input[type=text], input[type=email], input[type=password], input[type=date], select{
    width: 100%;
    padding: 10px;
}

.pop-up-form {
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);;
}

.pop-up-form input[type=text], input[type=email], input[type=password], input[type=date], select{
    width: 100%;
    padding: 10px;
}

.pop-logo {
    width: 200px;
}

.pop-up-button-submit {
    padding: 12px;
    border-radius: 20px;
    border: none;
    background-image: linear-gradient(to bottom right, #FACC15, #F97316);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 25%;
    cursor: pointer;
}

.pop-up-button-submit:hover {
    background-position: right center;
}

.pop-up-button-submit:active {
    background-color: #C2410C;
}

.pop-up-button-cancel {
    padding: 12px;
    border-radius: 20px;
    border: none;
    background-image: linear-gradient(to bottom right, #1F2937, #9CA3AF);
    background-size: 200% auto;
    transition: background-position 0.5s ease;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 25%;
    cursor: pointer;
}

.pop-up-button-cancel:hover {
    background-position: right center;
}

.pop-up-button-cancel:active {
    background-color: #020617;
}

.alert-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
}

.alert-content {
    height: 75%;
    width: 75%;
    background-color: white;
    margin: auto;
    border-radius: 40px;
    padding: 75px;
    overflow: scroll;
}

.alert-form {
    padding: 20px;
}

.table-container {
    border-radius: 30px;
    overflow-x: scroll;
    width: auto;
    display: block;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

.table-container2 {
    border-radius: 30px;
    overflow-x: scroll;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

.table {
    width: auto;
    padding: 60px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 1px solid black;
    border-radius: 30px;
    /*background-image: url('pictures/laboriq_no_wordmark.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position-x: 70px;*/
}

/*tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

.table tr {
    background-color: rgba(255,255,255, 0.5);
}

tr:hover {
    background-color: #fafafa;
}

.table caption {
    font-size: 1.88rem;
    padding: 15px;
    background-color: #9CA3AF;
    display: none;
}

.table th {
    font-size: 1.45rem;
    background-color: #1F2937;
    color: #FFFFFF;
    position: sticky;
    padding: 20px;
}


.table td {
    text-align: center;
    padding: 10px;
    font-size: 1.25rem;
}

.table2 {
    width: auto;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    /* border-collapse: collapse; */
    border: 1px solid black;
    border-radius: 30px;
    border-collapse: separate; /* Essential for border-spacing to take effect */
    border-spacing: 0 10px; /* 0 for horizontal spacing, 10px for vertical spacing */
    box-shadow: var(--shadow);
}

.table2 th {
    font-size: 1.15rem;
    padding: 12px;
    background-color: #f2f2f2;
}

.table2 caption {
    display: none;
}

.table2 tr {
    text-align: center;
    border: 2px solid black;
    border-radius: 20px;
}

.table2 td {
    padding: 25px;
}

.table2 thead, th {
    text-align: center;
}

.deleteButton {
    padding: 12px;
    border-radius: 20px;
    background-color: #1F2937;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 100%;
    cursor: pointer;
}

.deleteButton:hover {
    background-color: #111827;
}

.deleteButton:active {
    background-color: #020617;
}

.updateButton {
    padding: 12px;
    border-radius: 20px;
    background-color: #F97316;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 100%;
    cursor: pointer;
}

.updateButton:hover {
    background-color: #EA580C;
}

.updateButton:active {
    background-color: #C2410C;
}

.updateButton2 {
    padding: 0px;
    color: #F97316;
    width: 100%;
    cursor: pointer;
    font-size: 30px;
}

.updateButton4 {
    padding: 0px;
    color: #F97316;
    width: 100%;
    font-size: 30px;
}

.updateButton2:hover {
    cursor: pointer;
}

.updateButton3 {
    padding: 0px;
    color: #F97316;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
}

.updateButton3:hover {
    cursor: pointer;
}

.deleteButton2 {
    padding: 0px;
    color: red;
    width: 100%;
    cursor: pointer;
    font-size: 30px;
}

.deleteButton4 {
    padding: 0px;
    color: red;
    width: 100%;
    font-size: 30px;
}

.deleteButton2:hover {
    cursor: pointer;
}

.badge-container {
    position: relative;
    display: inline-block;
    }

.count {
    position: absolute;
    top: -8px;
    right: -25px;
    padding: 5px 8px;
    border-radius: 50%;
    background: #F97316;
    color: #FFFFFF;
    font-size: 15px;
    }
    
.hero-img-container {
    width: 100%;
}

.body-no-logo {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.body-no-logo-img img {
    width: 600px;
}
.body-no-logo-right {
    display: flex;
    flex-direction: column;
}

.chart-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.chart-content {
    width: 550px;
}

.log-container {
    width: 100%;
}

.log-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 550px;
    margin-top: -60px;
}

.hidden-input {
    display: none;
}

.table-container::-webkit-scrollbar {
  display: none; /* or width: 0; */
}

.about-img-container {
    width: 100%;
}

.about-img-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.about-caption {
    text-align: center;
    font-size: 10px;
    margin-top: 0;
}

.loader {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100vw;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-content: center;
            background-color: rgba(0, 0, 0, 1.0);
            transition: opacity 1s, visibility 1s;
        }
        
        .loader-hidden {
            opacity: 0;
            visibility: hidden;
        }
        
        .loader::after{
            content: "";
            width: 100px;
            height: 100px;
        }
        
        .loader img{
            position: fixed;
            top: 50%;
            left: 50%;
            width: 1000px;
            
            margin:-300px 0 0 -500px;
            -webkit-animation:spin 4s linear infinite;
            -moz-animation:spin 4s linear infinite;
            animation:spin 4s linear infinite;
        }
        
        @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
        @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
        @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
       
.analytics {
    margin: 20px;
    margin-bottom: 40px;
} 

.grid-kpis {
      display: grid;
      grid-template-columns: repeat(4, minmax(180px, 1fr));
      gap: 16px;
      margin-bottom: 20px;
    } 
    
.grid-kpis2 {
        display: flex;
        flex-direction: row;
    }
        
.card {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 18px;
      box-shadow: var(--shadow);
    }        
 
.kpi .label {
      color: var(--muted);
      font-size: .82rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 12px;
    }

    .kpi .value {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .kpi .delta {
      font-size: .9rem;
      color: var(--muted);
    }

    .good { color: var(--good) !important; }
    .warn { color: var(--warn) !important; }
    .bad { color: var(--bad) !important; }   
    
    .main-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 18px;
      margin-bottom: 18px;
    }
    
    .panel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 14px;
      gap: 12px;
      flex-wrap: wrap;
    }

    .panel-header h2 {
      margin: 0;
      font-size: 1.05rem;
    }

    .panel-header span {
      color: var(--muted);
      font-size: .86rem;
    }

    .chart-wrap {
      height: 320px;
    }
    
    .chart-wrap * {
        pointer-events: auto;
    }

    .mini-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-bottom: 18px;
    }
    
    .chart-wrap2 {
        height: 260px;
        width: 100%;
    }
    
    .mini-grid2 {
      display: grid;
      gap: 18px;
      margin-bottom: 18px;
      width: 100%;
    }
    
    #PPH {
        height: 100%;
        width: 100%;
    }
    
    
    .filters {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center;
    }
    
    .filter {
      background: var(--panel);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      min-width: 150px;
      box-shadow: var(--shadow);
    }

    .filter label {
      display: block;
      color: var(--muted);
      font-size: .75rem;
      margin-bottom: 6px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .filter select {
      width: 100%;
      background: transparent;
      color: var(--text);
      border: none;
      outline: none;
      font-size: .95rem;
    }
    
    .example {
        width: 100%;
        display: flex;
        margin-left: -200px;
    }
        
    .exampleLeft {
        width: 700px;
    }
    
    .example2 {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .exampleLeft2 {
        width: 700px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }
    
    
    .arrow {
        color: #F97316;
        font-size: 7.5rem;
        font-weight: 900;
    }
    
    .content {
        flex: 1;
    }
    
    .footer-container {
        width: 100%;
        background-color: black;
        height: auto;
        text-align: center;
    }
    
    .footer-content {
        color: #ffffff;
    }
    
    .problem-section {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .problem-content {
        padding: 25px;
        background-color: white;
        margin: 2rem;
        border-radius: 20px;
        box-shadow: 4px 4px 8px #F97316;
    }
    
    .problem-card {
        padding: 15px;
        text-align: center;
    }
    
    .problem-card h3 {
        font-size: 2.3rem;
    }
    
    .problem-p, .problem-list {
        font-size: 1.3rem;
        padding: 15px;
    }
    
    .problem-list li {
        
        line-height: 2.8rem
    }
    
    .land-body-ul {
        color: #FFFFFF;
        text-align: center;
        list-style-type: none;
        font-size: 1.5rem;
        line-height: 2.8rem;
    }
    
    #land-split {
        font-size: 2.4rem;
    }
    
    .call-section {
        display: flex;
        flex-direction: column;
        margin: 35px;
        border-radius: 20px;
    }
    
    .call-container {
        display: flex;
        background: linear-gradient(135deg, #fff6e7, #ffffff);
        justify-content: space-around;
        border-radius: 30px;
    }
    
    .eyebrow {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 0.82rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }
    
    .eyebrow2 {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 1.82rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 18px;
      color: #FFFFFF;
      margin-left: 3rem;
    }
    
    .how-section {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    
    .how-content {
        padding: 25px;
        background-color: white;
        margin: 2rem;
        border-radius: 20px;
        box-shadow: 4px 4px 8px #F97316;
    }
    
    .how-card {
        padding: 15px;
        text-align: center;
    }
    
    .how-card h3 {
        font-size: 2.3rem;
    }
    
    .gradient-text {
        color: #F97316;
        background-image: linear-gradient(to bottom right, #FACC15, #F97316);
        background-clip: text;
        -webkit-background-clip: text;
        text-fill-color: transparent;
        -webkit-text-fill-color: transparent;
    }
    
@media only screen and (max-width: 1366px) {
.hero-section {
    flex-direction: column;
    justify-content: space-around;
    margin-top: -100px;
}

.example {
    width: unset;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.exampleLeft {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.example2 {
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.exampleLeft2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
}

@media only screen and (max-width: 992px) {
    html {
        background-color: black;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
.hero-section {
    flex-direction: column;
    justify-content: space-around;
    margin-top: -100px;
}

.hero-h1 {
    width: auto;
    font-size: 2rem !important;
}

    
.menu-container {
    height: auto;
    width: auto;
    position: relative;
}

.menu-content {
    flex-direction: row;
    gap: -10px;
}

.main-body-container {
    z-index: 0;
    border-radius: 0px;
    float: none;
    width: auto;
}

.example {
    flex-direction: column;
    vertical-align: middle;
}

.exampleLeft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.example2 {
    margin-top: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.exampleLeft2 {
    width: 400px;
}

.product-frame {
    padding-top: 24px;
    max-height: 400px;
}

.hero-img-container {
    margin-top: 50px;
}

.arrow {
    display: none;
}
    
#office {
    width: 250px;
}

.menu-container {
    background: transparent;
}

.menu-link a {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.main-body-content p {
    font-size: 1.25rem;
}

.main-body-content blockquote {
    font-size: 1.50rem;
}

.cta {
    flex-direction: column;
}


.cta-button {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.flex_login {
    flex-direction: column;
}

.flex_login a {
    width: 70%;
}

.flex_login-vertical {
    margin-bottom: 0px;
}

.flex-button-a {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.flex-button-b {
    font-size: 1.15rem;
}

.flex-button-b2 {
    font-size: 1.15rem;
    width: 80%;
    margin: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.body-no-logo {
    flex-direction: column-reverse;
}

.body-no-logo-img img {
    width: 300px;
    display: block;
    margin: auto;
}

.chart-container {
    flex-direction: column;
    margin-bottom: 40px;
}

.chart-content {
    width: 300px;
    display: block;
    margin: auto;
}

.table-container {
    overflow: scroll;
    padding: 0px;
}

.table {
    font-size: 0.89rem;
}

.pop-up-button-cancel {
    width: 50%;
}

.pop-up-button-submit {
    width: 50%;
}

.pop-up-container {
    padding: 0px;
    padding-top: 50px;
}

.log-image {
    width: 250px;
}

#hello-user {
    display: none;
}

.pop-up-content {
    width: auto;
}

.pop-up-content .table-container {
    width: 70vw;
}

.table-container {
    width: 85vw;
    padding: 0px;
}

.table {
    width: auto;
    margin: 5px;
}

.about-img-container {
    display: none;
}

#excelUpload {
    display: none;
}

.mini-grid {
    display: block;
    width: auto;
}

.mini-grid2 {
    display: block;
    width: auto;
    padding-bottom: 25px;
}

.grid-kpis {
    display: block;
    width: auto;
}

.card {
    margin-bottom: 20px;
}

.filters {
    flex-direction: column;
}

.problem-section {
    display: flex;
    flex-direction: column;
}

.problem-content {
    max-height: 500px;
}

.problem-p, .problem-list {
    font-size: 0.85rem;
}

#land-split {
    font-size: 1.4rem;
}

.land-body-ul {
    text-align: unset;
    font-size: 1.25rem;
}

.call-section {
    margin: 0;
}

.call-container {
    border-radius: 0;
}

.landing-menu-content {
    gap: 10px;
    font-size: 1.05rem;
}

.how-section {
    display: flex;
    flex-direction: column;
}

.how-card {
    margin-top: 10px;
}

.problem-list li {
    line-height: 1.7rem;
}

.problem-card h3 {
    font-size: 1.5rem;
}
}
