body {
  background-size: cover;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding-bottom: 10%;
  margin: 0%;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif
}

body::before {
  filter: blur(30px);
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.433);
  z-index: -100;
}

.intro {
  display: inline-block;
  color: white;
  position: absolute;
  top: 40%;
}

.logo-cont {
  display: flex;
}

.logo {
  background-image: url("img/StechMech.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: relative;
  padding: 0%;
  margin: 0%;
  bottom: -33.55px;
}

.comp {

  font-size: 28pt;
  padding: 0%;
  margin-bottom: 0%;
  color: #FF5538;
  font-family: calibri;
  font-weight: bold;
}

.un-text {
  font-size: 14pt;
  padding: 0%;
  margin-bottom: 0%;
  color: #FF5538;
  font-family: calibri;
  font-weight: bold;
  position: relative;
  bottom: 20px;
}

.under-line {
  height: 1.5pt;
  background-color: #FF5538;
}

.introContent {
  text-align: left;
  animation: slideLeft 0.8s ease-in;
  position: relative;
  width: 65%;
  font-size: 18px;
}

.intro-head {
  font-size: 30px;
  animation: fadeIn 0.8s ease-in;
  position: relative;
}

.banner {
  margin: 5%;
  z-index: 100;
}

.responsive-nav {
  background-color: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0px 5px;
  color: white;
  position: relative;
  background-color: none;
}

.nav-toggle {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.nav-menu {
  display: flex;
  gap: 6px;
  margin: 0px;
  padding: 5px;
  position: absolute;
}

a {
  display: flex;
  background-color: none;
  text-decoration: none;
  color: white;
  padding: 5px;
  border-radius: 10px;
  margin: 2px;
  cursor: pointer;
}

.nav-menu div {
  background-color: none;
  align-items: center;
  justify-content: center;
  justify-items: center;

}

/* Responsive Rules */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
    cursor: pointer;
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    padding: 0px 7px 2px 6px;
    margin: 0px;
    position: absolute;
    align-items: center;
    justify-content: center;
    justify-items: center;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 12, 45, 0.822);
    box-shadow: 0px 0px 20px 10px black;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
    margin-left: 60px;
    z-index: 1000;
  }

  .nav-menu div a {
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }

  .nav-menu.show {
    display: flex;
    animation: zoom 0.2s ease-in-out;
  }

  .line {
    display: none;
  }

  .nav-menu div a:hover {
    background-color: none;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(255, 94, 0, 0.736);
  }
}

.agenda {
  font-size: 22px;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  text-shadow: 0px 0px 10px white;
  font-weight: 100;
  animation: slideUp 0.6s ease-in-out;
  position: relative;
}

.nav-toggle:hover {
  animation: pop 0.1s ease-in-out;
  background-color: rgba(193, 39, 0, 0.203);
  border-radius: 10px;
  box-shadow: 2px 2px 10px black;
  transform: scale(1.1);
}

.opt {
  background-color: #0100276a;
  border-left: 5px solid #0d0a66;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 2px 2px 10px black;
  padding: 20px;
  display: block;
  position: relative;
  animation: slideLeft 1s ease-in-out;
  margin-right: 10px;
}

.opt-order {
  list-style: none;
  font-size: 16px;
  font-family: sans-serif;
  display: block;
}

.opt-order div {
  position: relative;
  animation: slideLeft 0.8s ease-in-out;
  align-items: center;
  display: block;
  border-radius: 10px;
  background-color: rgba(193, 39, 0, 0.282);
  margin: 5px;
  padding: 10px;
  border: 2px solid rgba(206, 82, 51, 0.536);
}

.serv {
  background-color: #000b1ecc;
  border-bottom: 5px solid #00489a;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px -2px 10px black;
  padding: 20px;
  position: relative;
  animation: slideUp 1s ease-in-out;
  margin-right: 10px;
}

.serv-order {
  list-style: none;
  font-size: 16px;
  font-family: sans-serif;
  display: block;
  position: relative;
  animation: slideUp 0.8s ease-in-out;
}

.serv-order div {
  position: relative;
  align-items: center;
  display: block;
  border-radius: 10px;
  background-color: rgba(5, 11, 20, 0.708);
  margin: 5px;
  padding: 10px;
  border: 2px solid rgba(24, 92, 170, 0.536);
}

.contact {
  margin-bottom: 15px;
  padding: 5px;
}

.cont {
  width: fit-content;
  background-color: #003d498c;
  border-top: 5px solid #0a7d9d;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px -2px 10px black;
  padding: 20px;
  display: block;
  position: relative;
  margin-right: 10px;
  justify-items: left;
  animation: slideDown 0.8s ease-in-out;
}

.cont-order div {
  border: 2px solid rgba(0, 153, 150, 0.567);
  display: block;
  border-radius: 10px;
  margin: 5px;
  padding: 10px;
  font-size: 16px;
}

.cont-order {
  padding: 5px;
  list-style: none;
  font-size: 18px;
  font-family: sans-serif;
  display: block;
}

.line {
  width: 0px;
  height: 3px;
  bottom: 0px;
  background-color: rgb(179, 71, 44);
  position: absolute;
  transition: all 0.3s ease;
  border-radius: 20px;
  z-index: 1000;
}

.line-hov {
  width: 30px;
  border-radius: 20px;
  display: block;
  height: 3px;
  background-color: #009a6e00;
  top: 5px;
  position: relative;
}

.nav-menu div:hover {
  .line-hov {
    width: 35px;
    border-radius: 20px;
    display: block;
    height: 3px;
    background-color: rgba(219, 219, 219, 0.349);
    top: 5px;
    position: relative;
    transition: all 0.3s ease;
  }
}

@media (max-width: 768px) {
  .nav-menu div:hover {
    .line-hov {
      width: 35px;
      border-radius: 20px;
      display: block;
      height: 3px;
      background-color: rgba(0, 0, 0, 0);
      top: 5px;
      position: relative;
      transition: all 0.3s ease;
    }
  }
}

.profile-pic1 {

  margin: 10px;
  width: 200px;
  height: 200px;
  background-image: url(img/Director1.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.profile-pic2 {
  margin: 10px;
  width: 200px;
  height: 200px;
  background-image: url(img/Director2.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.prof-cont {
  justify-content: space-between;
  display: inline;
  padding: 20px;
}

.profile {
  background-color: #000b1ecc;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px -2px 10px black;
  padding-top: 2px;
  position: relative;
  animation: slideUp 1s ease-in-out;
  margin-right: 7%;
  margin-top: 50px;
  width: fit-content;

}

.prof-head {
  margin: 20px;
  font-size: 30px;
  animation: fadeIn 0.8s ease-in;
  position: relative;
}

.pic-cont1 {
  display: flex;
  border-radius: 10px;
  margin: 10px 10px 10px 10px;
  background-color: #6366ff1f;
  box-shadow: 0px 2px 10px black;
  justify-items: center;
  padding: 10px;
}

.pic-cont2 {
  display: flex;
  margin: 10px 10px 10px 10px;
  border-radius: 10px;
  background-color: #6366ff1f;
  box-shadow: 0px 2px 10px black;
  justify-items: center;
  padding: 10px;
}

@media (max-width: 768px) {
  .pic-cont1 {
    display: block;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
    background-color: #6366ff1f;
    box-shadow: 0px 2px 10px black;
    justify-items: center;
    padding: 10px;
  }

  .pic-cont2 {
    display: block;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
    background-color: #6366ff1f;
    box-shadow: 0px 2px 10px black;
    justify-items: center;
    padding: 10px;
  }
}

.pro-name-cont {
  margin-top: 32.5px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  display: block;
  background-color: none;
}

.prof-det {
  margin: 5px;
  font-size: 18px;
  animation: fadeIn 0.8s ease-in;
  position: relative;

}

.pic1-det {
  padding: 10px;
  margin-top: 10px;
}

.pic2-det {
  padding: 10px;
  margin-top: 10px;
}

.read-more-toggle {
  display: none;
}

.read-more-section {
  padding-right: 10px;
  opacity: 0;
  transform: translateY(20px);
  text-align: left;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.read-more-section.play {
  opacity: 1;
  transform: translateY(0);
}

.read-more-content {
  overflow: hidden;
  margin: 0px;
  position: relative;
  bottom: 20px;
  max-height: 0px;
  transition: max-height 0.6s ease;
  width: 100%;
  text-align: left;
}

.read-more-toggle:checked+.read-more-content {
  max-height: fit-content;
  /* adjust as needed */
}

.read-more-label {
  position: relative;
  bottom: 20px;
  color: #FF5538;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.read-more-toggle:checked+.read-more-content+.read-more-label::after {
  content: " Read Less";
}

.read-more-label::after {
  content: " Read More";
}

@keyframes slideLeft {
  from {
    left: -20px;
    opacity: 0;
  }

  to {
    left: 0px;
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    top: 10px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    top: -10px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pop {
  from {
    background-color: rgba(193, 39, 0, 0);
    transform: scale(1);
    border-radius: 10px;
  }

  to {
    background-color: rgba(193, 39, 0, 0.203);
    border-radius: 10px;
    transform: scale(1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0.75);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }

}