* {
  margin: 0;
  padding: 0;
}
body {
  background-color: rgb(42, 0, 96);
}
.size100 {
  width: 100%;
  height: 100%;
}
.fixd {
  position: fixed;
}
a {
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.navdiv {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 20;
}
.navdiv table {
  width: 100%;
  height: 100%;
  margin: 5px 10px 0 10px;
}
.navdiv td {
  width: 100px;
}

.trancediv {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.203);
  border-radius: 10px;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.tab1 {
  display: block;
}
.tab2 {
  display: none;
}

.menudive {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 200px;
  height: 250px;
  z-index: 5;
}
.menudive table {
  width: 100%;
  height: 100%;
}
.menudive td {
  text-align: right;
}
@media screen and (min-width: 640px) {
  .tab1 {
    display: none;
  }
  .tab2 {
    display: block;
  }
  .menudive {
    display: none;
  }
}
.hidden {
  display: none;
}

.footerdiv {
  width: 100%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.203);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.specelffooter {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
  margin: 80px 0 0 0 !important;
}
.contactdiv {
  position: absolute;
  width: 33.333333%;
  height: 350px;
  left: 0;
}
.linkdiv {
  position: absolute;
  width: 33.333333%;
  height: 350px;
  left: 50%;
  transform: translateX(-50%);
}
.footlogo {
  position: absolute;
  width: 33.333333%;
  height: 350px;
  right: 0;
  text-align: center;
}
.footlogo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.socialmeadiadiv {
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}
.contactdiv th {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.contactdiv table {
  width: 95%;
  height: 80%;
  margin: 20px;
}
.contactdiv td {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-left: 10px;
}
.linkdiv table {
  position: absolute;
  height: 70%;
  margin-top: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.copyrightsdiv {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 403px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 450px) {
  .socialmeadiadiv {
    transform: translateX(-50%) scale(0.7);
  }
}
.contactphone {
  position: absolute;
  width: 60%;
  text-align: center;
  top: 150px;
}
/* Base Layout */
.about-containerone {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: auto;
  border-radius: 10px;
  text-align: right;
}
.about-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: auto;
  border-radius: 10px;
  text-align: right;
}
.textleft {
  text-align: left !important;
}

/* Flex container */
.about-content {
  position: relative;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.about-contentone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 100px 0 50px 0;
}
.specialtrance {
  margin: 0 0 80px 0 !important;
}

/* Image styling */
.company-image {
  width: 40%;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* Text content */
.about-text {
  width: 50%;
}

.about-text h1 {
  color: white;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.about-text p {
  color: white;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.secondtrancedive {
  position: absolute;
  width: 95%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);

  border-radius: 10px;
}
.secondsdivs {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.203);
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 30px 0 30px 0;
}

.secondabout-text {
  width: 95%;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 970px) {
  .about-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-contentone {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .reverse_about-content {
    flex-direction: column-reverse;
  }

  .company-image,
  .about-text {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .contactdiv {
    width: 50%;
  }
  .footerdiv {
    height: 800px;
  }
  .linkdiv {
    width: 100%;
    top: 400px;
  }
  .footlogo {
    width: 50%;
  }
  .copyrightsdiv {
    top: 803px;
  }
}

@media screen and (max-width: 500px) {
  .footerdiv {
    height: 1200px;
  }

  .copyrightsdiv {
    top: 1203px;
  }

  .contactdiv {
    width: 100%;
    top: 400px;
  }
  .linkdiv {
    width: 100%;
    top: 800px;
  }
  .footlogo {
    width: 100%;
  }
}
.cliced {
  width: 75%;
  display: inline-block; /* or block */
  border-bottom: 4px solid red;
}
.nonclicked {
  width: 0%;
  display: inline-block; /* or block */
  border-bottom: 4px solid transparent;
  transition: width 0.5s, border-bottom 0.5s;
}

.nonclicked:hover {
  width: 75%;
  border-bottom: 4px solid red;
}
.underline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
}
