#main-header-20 {
  width: 20%;
  float: right;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.mega-menu-inner {
  height: 100%;
  width: 80%;
  /* background-color: gray; */
}

.box {
  display: flex;
  flex-direction: column;
  gap: 0.2vw;
  padding: 4% 0% 0% 3%;
  /* padding-top: 2%; */
  width: 33.33%;
  height: 60%;
  /* border: 1px solid #EEE; */
  /* float: left; */
  line-height: normal;
  /* padding: 38px; */
  background-color: black;
  overflow: auto;
}
.sm-box {
  display: flex;
  flex-direction: column;
  gap: 0.2vw;
  padding: 0% 0% 0% 3%;
  width: 33.33%;
  height: 40%;
  /* border: 1px solid #EEE; */
  /* float: left; */
  line-height: normal;
  /* padding: 38px; */
  background-color: black;
  overflow: auto;
}

.box-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  position: relative;
  width: 100%;
  height: 82%;
  top: 0%;
  right: 0%;
  padding-right: 1.3%;
  /* text-align: center; */
}
.box-1::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 17%;
  height: 50px;
  width: 50px;
  /* background: url("assets/img/arrow-1.png"); */
  background: url("../img/right-arrow.png");
  background-position: center;
  background-size: cover;
}

.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  background-color: black;
  width: 78%;
  height: 100%;
}

.sub-heading {
  color: #eee !important;
  position: relative;
  transition: all 1s ease;
  font-weight: 500;
  width: fit-content;
}

.sub-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: width 0.5s ease;
}

.sub-heading:hover::after {
  width: 100%;
}

.main-heading {
  font-weight: 900;
  color: #eee !important;
  /* text-align: center; */
  text-decoration: none;
}

#services-section1 {
  position: relative;
  right: -100%; /* Initially off the screen to the right */
  opacity: 0; /* Initially invisible */
  transition: right 0.5s ease, opacity 0.5s ease; /* Transition effect */
}

#services-section1.show {
  right: 0%; /* Slides into view */
  opacity: 1; /* Makes it fully visible */
}
#services-section2 {
  position: relative;
  right: -100%; /* Initially off the screen to the right */
  opacity: 0; /* Initially invisible */
  transition: right 0.5s ease, opacity 0.5s ease; /* Transition effect */
}

#services-section2.show {
  right: 0%; /* Slides into view */
  opacity: 1; /* Makes it fully visible */
}

.header-arrow {
  display: inline-block;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.header-arrow:hover {
  transform: translateX(5px);
}

.all-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61%;
  height: 100%;
  position: relative;
  top: 0%;
  right: 0%;
  overflow: hidden;
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
  #main-header-20 {
    overflow: hidden;
  }
  .all-box {
    /* margin: 25px; */
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
    right: 0%;
    overflow: hidden;
  }

  .main-heading {
    margin-left: 44px;
    font-size: 16px !important;
    line-height: 1.3;
  }

  .sub-heading {
    margin-left: 44px;
    font-size: 16px;
    line-height: 1.3;
  }

  .box {
    /* padding: 60px ; */
    height: 60%;
  }
  .sm-box {
    height: 40%;
    padding-top: 2%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .all-box {
    /* margin: 25px; */
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
    right: 0%;
    overflow: hidden;
  }

  .main-heading {
    margin-left: 44px;
    font-size: 0.9vw !important;

    line-height: 1.3;
  }

  .sub-heading {
    margin-left: 44px;
    font-size: 0.9vw;
    line-height: 1.3;
  }

  .box {
    /* padding: 60px ; */
    height: 60%;
  }
  .sm-box {
    height: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-100 {
    width: 28% !important;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    position: absolute;
  }

  .main-heading {
    font-size: 0.9vw !important;
  }
  .unem {
    top: 84px;
    right: 137px;
    position: absolute;
    z-index: 999;
  }

  .all-box {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 20%;
    overflow: auto;
  }

  .box {
    width: 80%;
    height: 40%;
    border: 1px solid #eee;
    float: left;
    line-height: normal;
    padding-top: 3%;
    padding-left: 3%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
  }

  .sm-box {
    width: 80%;
    height: 40%;
    border: 1px solid #eee;
    float: left;
    line-height: normal;
    padding-top: 3%;
    padding-left: 3%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .main-heading {
    font-size: 0.9vw !important;
  }
  .h-100 {
    width: 49% !important;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    position: absolute;
  }

  .sub-heading {
    font-size: 0.9vw;
  }
  .unem {
    top: 84px;
    right: 83px;
    position: absolute;
    z-index: 999;
  }

  .all-box {
    width: 56%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 48%;
    overflow: auto;
  }

  .box-1 {
    justify-content: end;
    height: 100%;
  }
  .box {
    width: 80%;
    height: 40%;
    border: 1px solid #eee;
    float: left;
    line-height: normal;
    padding-top: 3%;
    padding-left: 3%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    z-index: 2000;
  }
  .sm-box {
    width: 80%;
    height: 40%;
    border: 1px solid #eee;
    float: left;
    line-height: normal;
    padding-top: 3%;
    padding-left: 3%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    z-index: 2000;
  }
}
