* {
  font-family: arial;
}

a {
  box-sizing: content-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  background-color: #ededef;
  margin: 0;
  transition: 0.5s;
}

header {
  background-color: #0e0e18;
  padding: 3px 5px 2px 20px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 5px 7px #181d21;
}

.tite-main-working {
  color: #d72121;
  font-size: 76px;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-top: 70px;
}

.title-second-working {
  text-align: center;
  margin-bottom: 320px;
  text-shadow: none;
}


h1 {
  color: #000;
  font-size: 45px;
  margin: 12px;
  display: inline-block;
  margin: 20px 10px;
}

.hdr-title_name {
  text-transform: capitalize;
}

h2 {
  color: #0b346a;
}

h3 {
  color: #2f6f9f;
}


.in-block {
  display: inline-block;
}

.logo_img {
  width: 100%;
  height: 100px;
}

.logo_h1 {
  font-size: 45px;
  margin: 0;
}

.hdr-cont {
  position: fixed;
  width: 100%;
  z-index: 50000;
}

.nav_back {
  height: 109px;
  width: 100%;
}

.hdr-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  color: #f0d4a9;
  font-size: 18px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  /* margin-left: 50%; */
  /* top: 77%; */
}

.menu {
  list-style: none;
  padding: 0;
}

.menu li {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.menu li a {
  text-decoration: none;
  color: #f0d4a9;
}

.menu a {
  text-decoration: none;
  color: #f0d4a9;
}

/* Styles for the submenu */
.submenu:hover .sub-menu {
  display: block;
}

.submenu p {
  margin: 0;
}

.sub-menu {
  display: none;
  position: absolute;
  background-color: #252464;
  color: #f0d4a9;
  list-style: none;
  padding: 0;
  margin-top: 45px;
  border-radius: 4px;
  width: 122%;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
}

.step {
  font-size: 20px;
  text-align: center;
  color: #888;
}

.current-step {
  color: #4773d9 !important;
  font-weight: 700;
}

.alert-title {
  width: 100%;
  font-size: 65px;
  text-align: center;
  margin-bottom: 5px;
}

.go-back_a-cont {
  width: 100%;
  display: flex;
  justify-content: center;
}

.go-back_btn {
  font-size: 60px;
  padding: 10px;
  border: none;
  border-radius: 7px;
  color: #fff;
  background-color: #2ab767;
  margin: 40px 0;
}

.alert-body {
  font-size: 24px;
  text-align: center;
}

.title-steps_cont {
  grid-column: 1 / 4;
  width: 100%;
}

.title-steps {
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.text-alert_join2 {
  text-align: center;
  font-size: 18px;
}

.sub__menu__cont {
  display: none;
  position: absolute;
  background-color: #252464;
  color: #f0d4a9;
  list-style: none;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
  transition: 0.5s;
}

.sub__menu {
  display: none;
  position: absolute;
  background-color: #13082e;
  ;
  color: #f0d4a9;
  list-style: none;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
}

.sub-menu li {
  display: block;
  padding: 7px 0px;
}

/* Active item styles */
.menu li.active {
  background-color: #252464;
}

.sub__menu__cont:hover .sub___menu {
  display: block;
  position: relative;
  transition: 0.5s;
}

.sub___menu .sub__menu:hover .sub__menu {
  display: block;
}

.sub___menu:hover .sub__menu {
  display: block;
  margin-left: 70px;
  position: absolute;
  top: 5px;
  transition: 0.5s;
}

.submenu:hover .sub__menu__cont {
  display: block;
}

.sec-menu:hover .sub__menu__cont {
  display: block;
}

.menu {
  height: 100%;
  margin: 0;
  display: inline-block;
  border-radius: 5px;
}

li.submenu {
  z-index: 70;
  transition: 0.5s;
}

.sec-menu {
  border-radius: 5px;
  margin: 2px;
  /* margin-left: 60px; */
  position: relative;
  display: inline-block;
  z-index: 500;
  list-style: none;
  padding: 0;
  height: 90%;
  display: inline-block;
  /* margin-bottom: 15px; */
  transition: 0.5s;
}


.sm-li {
  width: 110px;
  border-bottom: 2px solid #ddd;
  transition: 0.5s;
}

.li_a {
  color: #f0d4a9;
  padding: 5px;
}

.sub___menu p {
  display: block;
  padding: 5px 10px;
  width: 100px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #ddd;
  margin: 0;
}

.sub___menu a {
  display: block;
  padding: 5px 5px;
  width: 100px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #ddd;
}

.li_ul {
  margin-left: 60px !important;
  position: absolute;
  top: 5px;
  z-index: 400;
}

.sub__menu li a {
  color: #fff;
}

/*
.ul_1{
    top: 5px !important;
}

.ul_2{
    top: 35px !important;
}

.ul_3{
    top: 70px !important;
}

.ul_4{
    top: 125px !important;
}*/

.sec-sub {
  padding: 8px;
  border-radius: 5px;
  transition: 0.5s;
}

.submenu:hover {
  background-color: #3f85a5;
  border-radius: 4px;
  transition: 0.5s;
}

.sm-li:hover {
  background-color: #3f85a5;
  border-radius: 4px;
  transition: 0.5s;
}

.sub___menu:hover {
  background-color: #3f85a5;
  border-radius: 4px;
  transition: 0.5s;
}

.center {
  display: flex;
  justify-content: center;
}

.no-border {
  border: none;
}

.principal_cont {
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.profile_ul {
  border: none;
  border-radius: 5px;
  background-color: #1b232a;
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 400;
}

.profile_img {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0px 0px 0px 5px #000;
}

.profile_cont:hover .profile_img {
  filter: brightness(1.2);
}

.profile_cont {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 200;
}

.profile_cont:hover .profile_ul {
  display: block !important;
}

.profile_a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  display: block;
  padding: 5px;
}

.profile_a:hover {
  background-color: #1f3345;
  color: #ffe993;
  border: none;
  border-radius: 5px;
}

.divisor_hr {
  width: 95%;
  color: #3f85a5;
  margin: 2px 0;
}

.img_shadow {
  position: absolute;
  z-index: 400;
  width: 80px;
  box-shadow: inset -6px 0px 14px 2px #121212;
  height: 80px;
  border: none;
  border-radius: 10px;
}

.profile_word {
  position: relative;
  color: #f0d4a9;
  top: 0;
  margin: 0;
  font-size: 12px;
  z-index: 300;
}

.chat_image {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 3px 3px 7px #111;
  transition: 0.5s;
}

.hdr-cont {
  position: fixed;
  width: 100%;
  z-index: 50000;
}

.current1 {
  background-color: #319f62;
  border-radius: 5px;
  position: relative;
  z-index: 50 !important;
}

.cont_chatbot {
  display: inline-block;
}

.cont_chat_cont {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 555555;
}

.copy_cont {
  display: inline-block;
}

.chatbot_cont_after {
  border: none;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  width: 500px;
  overflow: auto;
}

.selectors {
  width: 250px;
  margin-bottom: 15px;
  height: 32px;
  border: 3px solid #091118;
  border-radius: 12px;
  padding: 0 10px;
  font-size: 22px;
  background-color: #fffad7;
}

.chat_title {
  color: #fff;
  font-size: 30px;
}

.selector2 {
  width: 430px;
}

.answer_you {
  background-color: #fff;
  padding: 5px;
  border: none;
  border-radius: 3px;
  color: #091118;
  font-size: 18px;
  display: inline-block;
  max-width: 250px;
  margin-top: 0;
}

.answer_bot {
  background-color: #091118;
  padding: 5px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  max-width: 250px;
  margin-top: 0;
}

.ans_u_cont {
  display: flex;
  justify-content: right;
}


.ans_bot_cont {
  display: flex;
  justify-content: left;
}

.form_chat {
  max-height: 350px;
  min-height: 350px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #091118;
  border-radius: 5px;
  background-color: #19465a;
}

.close_img {
  height: 35px;
  width: 35px;
  position: relative;
  right: 10px;
  top: 10px;
  display: inline-block;
  filter: invert(1);
  cursor: pointer;
}

.phone_menu {
  display: none;
}

.cont_title__cont {
  display: inline-block;
  max-width: 450px;
  min-width: 450px;
}

.menu_img {
  display: none;
}

.current2 li {
  background-color: #1f4e69;
}

.red_circle {
  width: 20px;
  height: 20px;
  z-index: 10000;
  position: absolute;
  right: 66px;
  top: 66px;
}

::-webkit-scrollbar-track {
  background-color: #181f27;
}

::-webkit-scrollbar-thumb {
  background-color: #495059;
  border-radius: 2px;
}

::-webkit-scrollbar {
  width: 10px;
}


.first_row {
  /* border-bottom: 3px solid #fff; */
  display: grid;
  grid-template-columns: 25% 32% 43%;
}

.else_cont {
  display: grid;
  grid-template-columns: 30% 40% 30%;
}

.else__body {
  color: #ddd;
  margin-left: 10px;
  display: block;
  margin-bottom: 2px;
  text-align: center;
  margin-top: 0;
}

.phone {
  color: #fff;
  margin: 0;
  text-align: center;
}

.acquire_call-to-action {
  margin: 2px 0;
}

.link2 {
  margin-top: 25px;
}

.last_menus_cont {
  display: inline-block;
}

.last_menus {
  display: grid;
  grid-template-columns: 80px;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
}

.third-submenu {
  border-radius: 5px;
  margin: 2px;
  /* margin-left: 60px; */
  position: relative;
  display: inline-block;
  z-index: 300;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background-color: #2e54bf55;
}

.third-submenu:hover {
  background-color: #3f85a5;
  transition: 0.5s;
}

.call-to-action {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.call-to-action {
  margin: 0;
  color: #f7e9b8;
  font-size: 22px;
}

a {
  color: #000;
}


/*-------------------------------------------------------------------------------------------*/

.hdr_timer_back {
  width: 100%;
  height: 35px;
  display: inline-block;
  position: relative;
}

.timer_hdr_cont {
  background-color: #222;
  height: 40px;
  box-shadow: 2px 0 12px 4px #000;
}

#countdownHdr {
  font-size: 25px;
  padding: 5px;
  color: #fff;
  margin-left: 3%;
}

#countdownHdr {
  font-size: 25px;
  padding: 5px;
  color: #fff;
  margin-left: 3%;
  display: inline-block;
  background-color: #1d1d1d;
}

.btn_count_cont {
  display: flex;
  /* position: absolute; */
  right: 0px;
  top: 0;
  align-items: center;
  justify-content: center;
}

.btn_count_hdr2 {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 100%;
}

.see_more_hdr_btn {
  font-size: 20px;
  border-radius: 7px;
  border: none;
  background: #7fb54d;
  color: #fff;
  cursor: pointer;
}

#alternateText {
  display: inline-block;
  margin: 0 40px;
  color: #fff;
  font-size: 20px;
}

#changeTextDiv {
  display: inline-block;
  margin: 0 25px;
  padding: 10px;
  color: #ffe14c;
  font-size: 20px;
}




.menu {
  height: 100%;
  margin: 0;
  display: grid;
  border-radius: 5px;
  grid-template-columns: repeat(6, 95px);
  grid-template-rows: 50px;
  position: relative;
}

.menu li {
  position: relative;
  display: inline-block;
  z-index: 100;
  height: 100%;
  text-align: center;
  display: grid;
}

.navbar {
  color: #f0d4a9;
  font-size: 18px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  right: 25px;
}

.submenu-title_a {
  display: grid;
  align-items: center;
  color: #fff !important;
}

.working-text {
  color: #000;
  font-size: 70px;
  text-align: center;
  width: 100%;
}

.img_logo-working {
  width: 500px;
}

.working_text2 {
  text-align: center;
  font-size: 36px;
}

.go-back_a {
  font-size: 30px;
  padding: 10px;
  background-color: #1e5ab3;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

header {
  display: grid;
  grid-template-columns: 16% 84%;
}

.install-button {
  position: relative;
  overflow: hidden;
  animation: pulse 2s infinite;
}

.install-button::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  animation: shimmer 3s infinite;
}






.sound-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  animation: sound-wave 1.5s linear infinite;
}

.sound-waves::before,
.sound-waves::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.sound-waves::before {
  width: 30px;
  height: 30px;
  animation: sound-wave 1.5s linear infinite 0.25s;
}

.sound-waves::after {
  width: 50px;
  height: 50px;
  animation: sound-wave 1.5s linear infinite 0.5s;
}

@keyframes vibrate {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-1px, 1px);
  }

  40% {
    transform: translate(1px, -1px);
  }

  60% {
    transform: translate(-1px, -1px);
  }

  80% {
    transform: translate(1px, 1px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes sound-wave {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}







@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');




.title-steps {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 600;
}

.steps {
  display: flex;
  justify-content: space-between;
}

.step {
  text-align: center;
  flex: 1;
  position: relative;
}

.step-number {
  background: #3498db;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.step p {
  color: #34495e;
  font-weight: 400;
  font-size: 15px;
  margin: 8px;
}

.step::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.step:last-child::after {
  display: none;
}


@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.floating {
  animation: float 6s ease-in-out infinite;
}






@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }

  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

#darkModeToggle {
  background-color: #2c3e50;
}

#translateToggle {
  background-color: #3498db;
}

#installApp {
  background-color: #e74c3c;
}



.icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: white;
  background-color: #555;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  position: relative;
}


.sound-button {
  position: relative;
  background-color: #9b59b6;
  animation: vibrate 0.3s linear infinite;
}

.icon-button:hover {
  background-color: #666;
  transform: scale(1.1);
}

.icon-label {
  font-size: 10px;
  margin-top: 5px;
}

.nocturno,
.nocturno h2,
.nocturno h4,
.nocturno h5,
.nocturno p,
.nocturno span {
  color: #fff !important;
  transition: 0.5;
}

.nocturno section,
.nocturno article,
.nocturno form {
  background-color: #1d1d1d !important;
  transition: 0.5s;
}

.nocturno {
  background-color: #1d1d1d;
}

body * {
  transition: 0.5s;
}

.dark-mode_btn {
  font-size: 25px;
  background-color: #1f1f73;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  top: 30px;
  transition: 0.5s;
}


h3 {
  color: #fff;
}

.purple_text {
  color: #f39c12;
}

#shiftPrompt {
  position: fixed;
  width: calc(100%);
  height: calc(100% - 250px);
  background-color: #000b;
  display: grid;
  padding: 30px 0 600px 0;
  z-index: 555;
  grid-template-rows: min-content;
  grid-template-columns: 100%;
}


#workNoShift {
  width: fit-content;
  justify-self: center;
  padding: 7px;
  height: fit-content;
  font-size: 15px;
  border: none;
  background-color: #321d54;
  color: #fff;
  cursor: pointer;
}

/*
#shiftMorning {
  background-color: #4db0d1;
}

#shiftAfternoon {
  background-color: #713199;
}
*/
.shifts_title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 10px;
  height: fit-content;
  grid-column: 1 / 4;
}

#shiftConts {
  width: 50%;
  justify-self: center;
  display: flex;
  justify-content: space-around;
  height: fit-content;
}

.shift_btn {
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 5px;
  border-radius: 2px;
  font-weight: 500;
  width: 175px;
  background-color: #4d76d1;
  cursor: pointer;
  justify-self: center;
}

#shiftPrompt2 {
  position: absolute;
  width: 100%;
  height: fit-content;
  padding: 5px 0;
  margin: 0;
  background-color: #0006;
  top: 110px;
  z-index: 205;
}

#finishShift {
  background-color: #a00a0a;
  border: none;
  border-radius: 2px;
  padding: 2px 12px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: fit-content;
}




/* shift alerts */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
}

.popup h2 {
  color: #007bff;
  margin-bottom: 20px;
}

.btn-primary_shift {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary_shift:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

button#continueButton {
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  padding: 7px 20px;
  margin-top: 20px;
  cursor: pointer;
}







.title-box {
  background-color: #f39c12;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  width: 52%;
  justify-self: center;
  grid-column: 1 / 3;
}


#clock-box {
  background-color: #333;
  color: white;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  grid-column: 1 / 3;
}

#clock {
  font-size: 2em;
  font-weight: bold;
}

#clock-box {
  background-color: #333;
  color: white;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  width: 52%;
  justify-self: center;
  height: min-content;
}

.card {
  background-color: #2a4a73;
  border-radius: 10px;
  box-shadow: 0 4px 6px #0000001a;
  padding: 20px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  align-items: center;
  justify-content: center;
  grid-column: 1 / 3;
  width: 52%;
  justify-self: center;
  height: min-content;
  margin-top: 20px;
}











:root {
  --primary-color: #333;
  --text-color: #fff;
  --hover-color: #ddd;
  --hover-text-color: #000;
}

body.dark-mode {
  --primary-color: #1a1a1a;
  --text-color: #f0f0f0;
  --hover-color: #444;
  --hover-text-color: #fff;
  background-color: #121212;
  color: var(--text-color);
}




.nav-container {
  color: var(--text-color);
  align-items: center;
  width: 100%;
  display: grid;
  grid-template-columns: 31% 68%;
  gap: 10px;
  justify-items: right;
}

.nav-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: fit-content;
  gap: 10px;
  max-width: 100%;
  margin-right: 30px;
}

.nav-menu li {
  position: relative;
  width: 100%;
}

.nav-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color);
  text-align: center;
  padding: 0px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  height: 75px;
  padding: 0 10px;
  padding-top: 10px;
}

.nav-menu a i {
  font-size: 24px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
}

.nav-menu a span {
  font-size: 10px;
  text-align: center;
}

.nav-menu a:hover {
  background-color: #38426a;
  color: #fffdfd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--primary-color);
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-content a {
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: left;
  height: fit-content;
  padding: 5px;
}

.dropdown-content a i {
  font-size: 12px;
  width: 25px;
  height: 25px;
}

.dropdown-content a:hover {
  background-color: #39476c;
}

.nav-menu li:hover .dropdown-content {
  display: block;
}

.nav-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.control-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  margin-left: 10px;
  transition: color 0.3s;
}

.control-button:hover {
  color: var(--hover-text-color);
}

.control-button span {
  font-size: 10px;
  margin-top: 5px;
}

.translate-toggle {
  width: 30px;
  height: 20px;
  background-size: cover;
  background-position: center;
  border: none;
  cursor: pointer;
}

.nav-menu a i.fa-home {
  background-color: #4CAF50;
  color: white;
}

.nav-menu a i.fa-cogs {
  background-color: #2196F3;
  color: white;
}

.nav-menu a i.fa-images {
  background-color: #FF9800;
  color: white;
}

.nav-menu a i.fa-users {
  background-color: #9C27B0;
  color: white;
}

.nav-menu a i.fa-calendar-alt {
  background-color: #E91E63;
  color: white;
}

.nav-menu a i.fa-clock {
  background-color: #00BCD4;
  color: white;
}

.nav-menu a i.fa-id-card {
  background-color: #795548;
  color: white;
}

.nav-menu a i.fa-ban {
  background-color: #F44336;
  color: white;
}

.nav-menu a i.fa-check-circle {
  background-color: #4CAF50;
  color: white;
}

.nav-menu a i.fa-info-circle {
  background-color: #607D8B;
  color: white;
}

.nav-menu a i.fa-briefcase {
  background-color: #FF5722;
  color: white;
}

/* Submenu icon styles */
.dropdown-content a i.fa-users {
  background-color: #3F51B5;
  color: white;
}

.dropdown-content a i.fa-bullseye {
  background-color: #FF4081;
  color: white;
}

.dropdown-content a i.fa-eye {
  background-color: #009688;
  color: white;
}

.dropdown-content a i.fa-flag {
  background-color: #FFC107;
  color: white;
}

.dropdown-content a i.fa-quote-right {
  background-color: #8BC34A;
  color: white;
}

.dropdown-content a i.fa-user-cog {
  background-color: #673AB7;
  color: white;
}

.dropdown-content a i.fa-user-plus {
  background-color: #03A9F4;
  color: white;
}

.dropdown-content a i.fa-address-book {
  background-color: #FF5722;
  color: white;
}

.dropdown-content a i.fa-comments {
  background-color: #795548;
  color: white;
}

.dropdown-content a i.fa-eye {
  background-color: #9E9E9E;
  color: white;
}

.dropdown-content a i.fa-file-invoice-dollar {
  background-color: #FFEB3B;
  color: black;
}

.dropdown-content a i.fa-user-circle {
  background-color: #3F51B5;
  color: white;
}

.dropdown-content a i.fa-sign-out-alt {
  background-color: #F44336;
  color: white;
}









/*------------------------------- footer --------------------------------------------*/





.social-media_link {
  display: flex;
  color: #6ea9a4;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}

.social-media_link:hover>.media-icon {
  transition: 0.2s;
  background-color: #bda359;
}

.media-icon {
  width: 35px;
  height: 35px;
  filter: invert(1);
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
}

.social-media_link:hover {
  color: #Fff;
}

.social_media-cont {
  display: inline-block;
  position: relative;
}

.social-media_link p {
  margin-bottom: 0;
}

.social-icons {
  display: flex;
  gap: 10px;
}


#endShiftModal {
  display: flex !important;
  height: 100%;
  width: 100%;
  align-items: center;
}

.modal-content {
  background-color: #214d8f !important;
  color: #fff !important;
}

footer {
  background-color: #651111;
  color: #fff;
  font-size: 12px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 55px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
}

footer.expanded {
  max-height: 300px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 15% 0 2%;
  padding: 5px 20px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links a,
.footer-contacts a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.social-icons a {
  margin-left: 10px;
}

.social-icons svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.footer-toggle {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 5px;
}

.footer-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.footer-column h4 {
  margin-bottom: 10px;
}

.footer-column a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 5px;
}


/*---------------------------------------------------------------------------*/



.modal {
  display: none;
  position: fixed;
  z-index: 9999999999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  border-radius: 5px;
  text-align: center;
}

.modal-buttons {
  margin-top: 20px;
}

.modal-btn {
  padding: 8px 16px;
  margin: 0 10px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.modal-btn-cancel {
  background-color: #ccc;
}

.modal-btn-continue {
  background-color: #4CAF50;
  color: white;
}






header a .in-block {
  display: flex;
}







/*---------------------------  Chat Floating  --------------------------*/


#floatingChatIcon {
  /* position: fixed; */
  /* bottom: 20px; */
  /* right: 20px; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2ecc71;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#floatingChatIcon i {
  font-size: 28px;
  color: white;
}

#floatingChatIcon .icon-label {
  font-size: 12px;
  color: white;
  margin-top: 4px;
}

#floatingChatIcon .notification-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff4136;
  color: white;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
  display: none;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 8px #ff4136;
  }

  50% {
    box-shadow: 0 0 25px #ff4136;
  }

  100% {
    box-shadow: 0 0 8px #ff4136;
  }
}

.notification-active {
  animation: vibrate 0.3s linear infinite, glow 1s ease-in-out infinite;
}

/*---------------------------  Chat Floating  --------------------------*/











@media screen and (max-width: 1000px) {

  .footer-links a,
  .footer-contacts a {
    font-size: 12px;
  }

  .footer-toggle {
    font-size: 16px;
  }

  #img_menu_cont {
    display: flex;
    justify-content: right;
    margin-right: 10px;
  }

  .nav-container {
    justify-content: flex-end;
    gap: 5px;
  }

  footer {
    max-height: 72px;
  }

  .footer-column h4 {
    font-size: 18px;
  }

  .footer-column a {
    font-size: 12px;
  }

  .footer-content {
    margin: 0 5% 0 2%;
    padding: 0;
  }

  .footer-links {
    display: none;
  }

  .social-media_link {
    flex-direction: column;
  }

  .social-icons {
    top: 10px;
    position: relative;
  }

  .menu_img {
    display: inline-block;
    filter: invert(1);
    height: 30px;
    width: 30px;
  }

  .icon-button {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .icon-label {
    font-size: 7px;
  }

  .logo_img {
    height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .navbar {
    position: absolute;
    top: 20px;
    right: 150px;
  }

  #img_menu_cont:hover>.phone_menu {
    display: inline-block;
    padding: 0px;
    margin: 0;
    position: absolute;
    top: 54px;
    background-color: #09152b;
    right: 25px;
  }

  .menu__obj {
    color: #47a3ad;
    font-size: 18px;
    margin-bottom: 5px;
    border: none;
    border-radius: 5px;
  }


  .menu__obj li {
    padding: 10px;
    border-bottom: 1px solid;
    margin-top: 8px;
  }

  .menu__obj:hover {
    color: #68d0db;
  }

  .account_cont {
    padding: 0;
    padding-left: 5px;
  }

  .no_top_pad {
    padding-top: 0 !important;
  }

  .type_title {
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
  }


  .menu {
    display: none;
  }

  .sec-menu {
    display: none;
  }

  .profile_word {
    font-size: 19px;
    display: inline-block;
  }

  .chat_image {
    width: 50px;
    height: 50px;
  }

  .chatbot_cont_after {
    padding: 14px;
    width: 90%;
    max-width: 350px;
  }

  .chat_title {
    font-size: 22px;
    margin: 10px;
  }

  .close_img {
    height: 25px;
    width: 25px;
  }

  .form_chat {
    min-height: 400px;
  }

  .answer_bot {
    font-size: 16px;
    max-width: 80%;
  }

  .selectors {
    font-size: 16px;
    width: 90%;
    height: 35px;
  }

  .answer_you {
    font-size: 16px;
  }



  .else__body {
    color: #ddd;
    margin-left: 10px;
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    text-align: center;
  }

  .else_cont {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 30px;
  }

  .link_footer {
    color: #48c1bd;
    font-size: 11px;
    text-align: center;
  }

  .phone {
    font-size: 12px;
  }

  .web_cont {
    grid-column: 1 / 3;
  }

  .obj_footer_cont {
    margin: 10px 0;
  }

  .footer__else_title2 {
    font-size: 16px;
  }

  .footer__else_title {
    font-size: 16px;
  }

  .copyright {
    font-size: 14px;
  }

  .first_row {
    /* border-bottom: 3px solid #fff; */
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100px 100px;
  }

  .mails {
    font-size: 8px;
  }







  .nav-menu {
    display: none;
  }

  .dark-mode_btn {
    right: 250px;
  }

  .footer {
    position: fixed;
    width: 100%;
  }

  .footer_cel-hide {
    width: 100%;
    height: 431px;
  }


  header {
    grid-template-columns: 30% 70%;
    align-items: center;
  }

  .nav-container {
    justify-content: space-around;
    grid-template-columns: 72% 26%;
  }

  #shiftPrompt {
    position: fixed;
    width: calc(100% - 240px);
    height: calc(100% - 630px);
    background-color: #000b;
    display: inline-block;
    padding: 50px 120px;
    z-index: 555;
  }

  .shifts_title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 15px;
    height: fit-content;
  }

  .shift_btn {
    font-size: 20px;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 2px;
    font-weight: 500;
    width: 200px;
    background-color: #4d76d1;
    cursor: pointer;
  }

  #shiftConts {
    width: calc(100%);
    display: flex;
    justify-content: space-around;
    height: fit-content;
  }

  #workNoShift {
    display: inline-block;
    width: fit-content;
    margin: 0px 27%;
    padding: 7px;
    height: fit-content;
    font-size: 35px;
    border: none;
    background-color: #321d54;
    color: #fff;
    cursor: pointer;
  }
}

/* ===================================================================
   TAILWIND DARK MODE OVERRIDES — Global (.nocturno class on body)
   Covers ALL modernised pages: index, about_us, services, galery, join-us
   =================================================================== */

/* ---------- Standard White / Light-Gray Backgrounds ---------- */
.nocturno .bg-white { background-color: #1f2937 !important; }
.nocturno .bg-gray-50 { background-color: #111827 !important; }
.nocturno .bg-gray-100 { background-color: #1a2332 !important; }
.nocturno .bg-slate-50 { background-color: #111827 !important; }
.nocturno .bg-white\/90 { background-color: rgba(31, 41, 55, 0.92) !important; }
.nocturno .bg-white\/95 { background-color: rgba(31, 41, 55, 0.95) !important; }

/* ---------- Custom Design-Token Surface Colours ---------- */
.nocturno .bg-surface { background-color: #1f2937 !important; }
.nocturno .bg-surface-container { background-color: #111827 !important; }
.nocturno .bg-surface-container-low { background-color: #0f172a !important; }
.nocturno .bg-surface-container-lowest { background-color: #1e293b !important; }
.nocturno .bg-surface-container-high { background-color: #1a2332 !important; }
.nocturno .bg-surface-container-highest { background-color: #1e293b !important; }
.nocturno .bg-primary-fixed { background-color: rgba(59, 130, 246, 0.25) !important; }

/* ---------- Custom Design-Token Text Colours ---------- */
.nocturno .text-on-surface { color: #f9fafb !important; }
.nocturno .text-on-surface-variant { color: #d1d5db !important; }
.nocturno .text-on-primary-fixed { color: #93c5fd !important; }
.nocturno .text-primary { color: #60a5fa !important; }

/* ---------- Standard Gray Text ---------- */
.nocturno .text-gray-900 { color: #f3f4f6 !important; }
.nocturno .text-gray-800 { color: #f3f4f6 !important; }
.nocturno .text-gray-700 { color: #d1d5db !important; }
.nocturno .text-gray-600 { color: #d1d5db !important; }
.nocturno .text-gray-500 { color: #9ca3af !important; }
.nocturno .text-gray-400 { color: #9ca3af !important; }
.nocturno .text-gray-300 { color: #e5e7eb !important; }
.nocturno .text-slate-800 { color: #f3f4f6 !important; }

/* ---------- Headings (any selector weight) ---------- */
.nocturno h1, .nocturno h2, .nocturno h3, .nocturno h4 { color: #f9fafb; }

/* ---------- Borders ---------- */
.nocturno .border-gray-100 { border-color: #374151 !important; }
.nocturno .border-gray-200 { border-color: #374151 !important; }
.nocturno .border-white { border-color: #374151 !important; }
.nocturno .border-white\/50 { border-color: rgba(55, 65, 81, 0.5) !important; }
.nocturno .border-primary { border-color: #3b82f6 !important; }
.nocturno .border-primary\/20 { border-color: rgba(59, 130, 246, 0.3) !important; }

/* ---------- Ring ---------- */
.nocturno .ring-gray-100 { --tw-ring-color: #374151 !important; }
.nocturno .ring-white { --tw-ring-color: #374151 !important; }

/* ---------- Shadows ---------- */
.nocturno .shadow-2xl,
.nocturno .shadow-xl,
.nocturno .shadow-lg,
.nocturno .shadow-md,
.nocturno .shadow-sm {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5) !important;
}

/* ---------- Tinted Backgrounds (About Us decoratives, etc.) ---------- */
.nocturno .bg-blue-50 { background-color: rgba(29, 78, 216, 0.15) !important; }
.nocturno .bg-blue-100 { background-color: rgba(29, 78, 216, 0.15) !important; }
.nocturno .bg-cyan-100 { background-color: rgba(6, 182, 212, 0.15) !important; }
.nocturno .bg-gray-900 { background-color: #030712 !important; }

/* ---------- Gradient Sections (about_us from-gray-50 to-white) ---------- */
.nocturno .from-gray-50 { --tw-gradient-from: #111827 !important; }
.nocturno .to-white { --tw-gradient-to: #1f2937 !important; }

/* ---------- Links ---------- */
.nocturno a.text-blue-600 { color: #60a5fa !important; }
.nocturno .text-blue-600 { color: #60a5fa !important; }
.nocturno .hover\:bg-primary\/5:hover { background-color: rgba(59, 130, 246, 0.12) !important; }
.nocturno .bg-outline-variant\/30 { background-color: rgba(75, 85, 99, 0.5) !important; }

/* ---------- Gallery video cards (bg-gradient-to-t overlays are fine) ---------- */

/* ---------- Services page filter buttons ---------- */
.nocturno button.bg-white { background-color: #1f2937 !important; color: #d1d5db !important; }
.nocturno button.bg-white:hover { background-color: #2563eb !important; color: #fff !important; }

/* ---------- Footer in dark mode ---------- */
.nocturno footer { background-color: #0b0f19 !important; }

/* ---------- Body background ---------- */
.nocturno { background-color: #111827 !important; }

/* ---------- Dark Mode Color Overrides ---------- */
.nocturno .text-emerald-900 { color: #6ee7b7 !important; }
.nocturno .text-emerald-700 { color: #a7f3d0 !important; }
.nocturno .text-rose-500 { color: #fb7185 !important; }
.nocturno .text-orange-500 { color: #fb923c !important; }
.nocturno .text-cyan-500 { color: #22d3ee !important; }
.nocturno .text-purple-500 { color: #a855f7 !important; }
.nocturno .text-indigo-600 { color: #818cf8 !important; }

.nocturno .bg-emerald-50 { background-color: rgba(16, 185, 129, 0.1) !important; }
.nocturno .bg-purple-50 { background-color: rgba(168, 85, 247, 0.1) !important; }
.nocturno .bg-blue-50 { background-color: rgba(30, 64, 175, 0.1) !important; }

.nocturno .f_h3, .nocturno .f_h5, .nocturno .noti_title, .nocturno .download_title, .nocturno .comment_title { color: #f3f4f6 !important; }
.nocturno .username, .nocturno .sec1-info_title, .nocturno .name-personal { color: #f9fafb !important; }

.nocturno .swiper-button-next, .nocturno .swiper-button-prev { background-color: #1f2937 !important; color: #60a5fa !important; }

.nocturno .text-transparent.bg-clip-text {
    background-image: linear-gradient(to right, #60a5fa, #818cf8) !important;
}

/* More colors and UI elements */
.nocturno .text-emerald-800 { color: #a7f3d0 !important; }
.nocturno .text-emerald-600 { color: #34d399 !important; }
.nocturno .text-rose-900 { color: #fda4af !important; }
.nocturno .text-orange-400 { color: #fdba74 !important; }
.nocturno .text-cyan-400 { color: #67e8f9 !important; }
.nocturno .text-purple-900 { color: #d8b4fe !important; }
.nocturno .text-purple-700 { color: #e9d5ff !important; }
.nocturno .text-indigo-500 { color: #a5b4fc !important; }

.nocturno .bg-rose-50 { background-color: rgba(225, 29, 72, 0.1) !important; }
.nocturno .bg-cyan-50 { background-color: rgba(6, 182, 212, 0.1) !important; }

.nocturno .border-emerald-500 { border-color: #10b981 !important; }
.nocturno .border-purple-500 { border-color: #a855f7 !important; }
.nocturno .border-rose-500 { border-color: #f43f5e !important; }
.nocturno .border-cyan-500 { border-color: #06b6d4 !important; }
.nocturno .border-white { border-color: #374151 !important; }
.nocturno .ring-1.ring-gray-100 { --tw-ring-color: #374151 !important; }
.nocturno .f_p, .nocturno .step_text, .nocturno .about-us-content { color: #d1d5db !important; }
.nocturno .p_scores { color: #e5e7eb !important; }

.nocturno .swiper-pagination-bullet { background: #4b5563 !important; opacity: 0.5; }
.nocturno .swiper-pagination-bullet-active { background: #60a5fa !important; opacity: 1; }

/* ---------- Overrides for inline bg-gradient hero sections (already dark — keep them) ---------- */
.nocturno .bg-gradient-to-r.from-emerald-900,
.nocturno .bg-gradient-to-r.from-blue-900,
.nocturno .bg-gradient-to-r.from-purple-900 { /* already dark, no change needed */ }