* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.touch-disabled {
  touch-action: manipulation;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-header {
  background-color: #c9b16a;
  color: white;
  padding: 8px 0px 16px 0px;
  text-align: center;

  position: relative;
}

.top-contents {
  width: 80%;
  margin: auto;
}

.bottom-header {
  top: 46px;
  right: 0;
  left: 0;

  background-color: #000;
  color: white;
  width: 80%;

  position: absolute;

  z-index: 999;
  display: flex;
  align-items: baseline;
  margin: auto;
}

.social-media-icons {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.mail-link {
  padding: 0px;
  display: flex;
  align-items: center;
}

.sticky {
  position: fixed;
  top: 0%;
  left: 0;
  transform: none;
  width: 100%;
}

main {}

.banner-img img {
  width: 100%;
  height: 87vh;
  object-fit: cover;

  display: block;
}

.banner-img {
  position: relative;
  width: 100%;
  height: 87vh;
  overflow: hidden;
}



.banner-img img {
  width: 100%;
  height: 87vh;
  object-fit: cover;
  display: block;

}

.banner-img video {
  width: 100%;
  height: 92vh;
  object-fit: cover;
  display: block;

}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.main-logo {
  display: flex;


  height: 100px;


}

.main-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
  margin-right: 200px;
  padding: 10px 0px;
}




.banner-section {
  width: 100%;
}

.banner-img {
  position: relative;
  width: 100%;
  height: auto;
}



.banner-content {
  position: absolute;
  left: 10%;
  color: white;
  max-width: 700px;

  bottom: 6%;

}

.banner-content h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.banner-content h2 {
  font-size: 35px;
  color: #ffff;
}

.banner-content p {
  font-size: 14px;
  color: #ffff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {

  color: #fff !important;
  font-size: 14px;
}

.nav-link:focus {
  color: #fff !important;
}

.nav-link {

  color: #fff;
  font-size: 14px;
}

.nav-link:hover {
  color: white;
}

button.enguiry-button {

  background-color: #62e972;
  color: black;
  padding: 6px 10px;
  border: navajowhite;
  margin-left: 40px;
  font-size: 14px;
}

.mail-links {
  text-align: start;
}

.mail-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.mail-links a:hover {
  color: #000;
}

.mail-links a:hover i {
  color: #fff;
}

.mail-links a i {
  color: #000;
}

.social-media-links {
  display: flex;
  justify-content: end;
}

.social-media-links ul {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.social-media-links ul li {
  list-style-type: none;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 4px;
}

.social-media-links ul li a {}

.social-media-links ul li a i {
  font-size: 14px;
  color: #000;
}

.social-media-links ul li:hover {
  border: 1px solid #fff;
}

.social-media-links ul li:hover a i {
  color: #fff;
}





.button-50 {
  appearance: button;
  background-color: #c9b16a;
  background-image: none;
  border: 1px solid #c9b16a;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0, #c9b16a 4px 4px 0 1px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 10px 0px;
  overflow: visible;
  padding: 8px 20px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {

  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #62e972 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

.button-50 a {
  color: white;
  text-decoration: none;
}



.padding-div {
  padding-top: 100px;
}

.service-contents h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

.service-contents h1 {
  font-weight: bold;
  font-size: 40px;
}

.service-contents p {
  font-size: 14px;
}

.service-contents {
  padding-right: 100px;
}

.service-image {
  overflow: hidden;
  width: 100%;

}

.service-image img {
  width: 100%;
  margin: 120px 0px 120px 0px;
  padding-right: 30px;

  transition: transform 0.5s ease;
}

.service-image:hover img {
  transform: scale(1.04);
}

.service-icon {
  margin-bottom: 50px;
  width: 80%;
  height: auto;

  display: flex;
  align-items: center;

  border-radius: 30px;
}

.service-head {
  margin-right: 30px;
  margin-bottom: 30px;
}

.service-head h1 {
  font-size: 24px;
  font-weight: bold;
}

.service-icon img {
  width: 100%;
  background: black;
  padding: 10px;
  border-radius: 5px;

}

.service-head p {
  font-size: 14px;
}






.feature-content-image {
  position: relative;
  min-height: 550px;
}

.feature-content-image img:nth-child(1) {
  width: 338px;
  height: 367px;
  object-fit: cover;

  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

.feature-content-image img {
  -webkit-box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
  box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
}


.feature-content-image img:nth-child(2) {
  width: 301px;
  height: 372px;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 180px;
  left: 250px;
}

.feature-content-image img {
  -webkit-box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
  box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


.logistics img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.image-overlay-container {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.image-overlay-container img {
  width: 100%;
  height: 500px;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
  max-width: 80%;
}

.content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.content p {
  font-size: 14PX;

}






.gradient-overlay-mission {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);

  z-index: 1;
}

.mission {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;

}

.mission-bg {
  position: relative;
  width: 100%;
  height: 500px;
}

.mission-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.mission-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;

  z-index: 2;
  color: white;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}


.mission-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.mission-head img {
  width: 40px;
  height: 40px;
}

.m-head {
  color: #fff;
  font-size: 40px;

  font-weight: bold;
}

.mission-para p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  text-align: start;
}




.vision {

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-right: 30px;
}

.vision-main {
  padding-right: 30px;
}

.vision-head {
  margin-bottom: 20px;
}

.vision-head img {
  width: 100px;
}

.vision-para P {
  font-size: 14px;
}

.v-head {
  color: #000;
  font-size: 40px;
  margin-left: 30px;
  font-weight: bold;
}






.img img {
  width: 100%;
}

.conversation-section {
  background-image: url('/images/network/2-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;

  z-index: 1;
}

.overlay-form {


  background: rgba(0, 0, 0, 0.6);
  padding: 60px 0px 60px 0px;

}

.let-chat-with-conversation-head h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
}

.conversation-form {
  max-width: 600px;

}

.conversation-form input,
.conversation-form textarea {
  width: 100% !important;
  padding: 12px !important;
  margin-bottom: 8px !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000;
}

.conversation-form input:focus {}

.conversation-form input:active,
.conversation-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid black;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}


.conversation-form input::placeholder,
.conversation-form textarea::placeholder {
  color: #000;
  font-size: 14px;
}

.conversation-form button {

  padding: 12px 24px;
  border: none;

  cursor: pointer;

}



.footer-section-with-bg {
  background-image: url('../images/footer/footer-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 20px;
  color: white;
}



.footer-section-with-bg p {
  margin: 0;
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  text-decoration: underline;
}


.bottom-footer {
  background-color: #252730;
}

.footer-last-contents {
  padding: 30px 0px;
}

.footer-last-contents p {
  color: white;
  font-size: 12px;
}

.footer-contents-img {
  text-align: start;
  width: 150px;
  margin-bottom: 10px;

}

.footer-contents-img img {
  width: 100%;
}

.footer-content-para {
  text-align: start;
}

.information-links {
  text-align: start;
}

.information-links h5 {
  font-size: 16px;
  color: #c9b16a;
}

.footer-address-div h5 {
  font-size: 16px;
  color: #c9b16a;
}

.footer-support-link ul {
  padding-left: 0px;
}

.footer-support-link ul li {
  list-style-type: none;

}

.footer-support-link ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.footer-address-div {
  text-align: start;
}

.footer-address-div address {
  font-size: 14px;
}

.footer-address-div ul {
  padding-left: 0;
}

.footer-address-div ul li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 6px;
  color: white;
}

.footer-address-div ul li a {
  text-decoration: none;
  color: white;
}

.brand-section h1 {
  font-weight: bold;
  font-size: 40px;
  text-align: start;
  margin-bottom: 40px;
}

.why-choose-heading h1 {
  font-weight: bold;
  font-size: 40px;
  text-align: start;
  margin-bottom: 20px;
}





.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid black;


}

.owl-carousel .owl-item .home-brands img {
  display: block;

  border: 1px solid black;
  padding: 20px 60px;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #04042c;
}


.why-choose-box {
  border: 2px solid #00000033;
  padding: 40px 30px;
  height: 300px;
  margin: 20px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-choose-box i {
  font-size: 34px;
  color: #000;
  margin-bottom: 15px;
}

.why-choose-box:hover {
  background-color: #000;
}

.why-choose-box:hover i {
  color: #fff;
}

.why-choose-box:hover h1 {
  color: #fff;
}

.why-choose-box:hover p {
  color: #fff;
}

.why-choose-box h1 {
  font-size: 24px;
  text-align: center;
  color: #000;
  ;
  font-weight: bold;
}

.why-choose-box p {
  font-size: 14px;
  text-align: center;
  color: #000;
}


#scrollToTopBtn {
  display: block;
}

#scrollToTopBtn {
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background-color: #000;
  color: #c9b16a;
  border: none;

  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

#scrollToTopBtn:hover {
  background-color: #e65c00;
}

.home-banner-carousel .owl-nav {}

.home-banner-carousel .owl-prev {

  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 4px !important;
  background-color: #c9b16a !important;

}

.home-banner-carousel .owl-next {

  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 4px !important;
  background-color: #c9b16a !important;
}




.nav-item {
  position: relative;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.dropdown-menu-toplink {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  padding: 10px 0;
  min-width: 200px;
  list-style: none;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

.dropdown-menu-toplink li a {
  border-bottom: 1px solid #c9b16a;
  font-size: 14px;
  padding: 6px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu-toplink li a:hover {
  background-color: #c9b16a;
}


.nav-item.dropdown-toplink:hover .dropdown-menu-toplink {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}




.btn-whatsapp-pulse {
  z-index: 999;
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


.popular-brand-carousel .owl-prev {

  position: absolute;
  left: 0;
  top: 35%;
  width: 30px;
  height: 30px;
  border-radius: 4px !important;
  background-color: #c9b16a !important;

}

.popular-brand-carousel .owl-next {

  position: absolute;
  right: 0;
  top: 35%;
  width: 30px;
  height: 30px;
  border-radius: 4px !important;
  background-color: #c9b16a7e !important;
}



/* about */
.about-banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.about-banner img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
}

.about-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000070;
  z-index: 2;
}

.about-head-inner h1 {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;

  color: white;
  z-index: 999;
  font-size: 60px;
  font-weight: bold;
}


.about-img img {
  width: 100%;
}

.about-para h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

.about-para p {

  font-size: 14px;

}

.about-services {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.about-service {
  width: 20%;
}

.about-service img {
  width: 50%;
}

.about-service h6 {
  font-size: 12px;
  margin-top: 10px;
}

.our-story {
  background-color: #c9b16a;

  text-align: center;
  padding: 60px 0px;
}

.our-story-info h1 {

  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.our-story-info p {
  font-size: 14px;
  color: #fff;

}


/* conatact */

.contact-map-img img {
  width: 100%;
}

.contact-map-img {
  margin-bottom: 60px;
}

.address {
  display: flex;
  gap: 10px;
}

.number {
  display: flex;
  gap: 10px;
}

.number-info {
  margin-bottom: 20px;
}

.number-info a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.number-info p {
  font-size: 12px;
}

.conatct-information h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-address-main i {
  font-size: 20px;
}

.footer-address-main address {
  font-size: 14px;
}

.footer-address-main .number-info a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.footer-address-main ul {
  padding-left: 0px;
}

.footer-address-main ul li {
  list-style-type: none;
}

.footer-address-main ul li a {
  text-decoration: none;
  font-size: 14px;
}



.conversation-form-contact {

  margin: 0 auto;
}

.conversation-form-contact input,
.conversation-form-contact textarea {
  width: 100% !important;
  padding: 12px !important;
  margin-bottom: 15px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: no-repeat !important;
}

.conversation-form-contact input:active,
.conversation-form-contact textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid black;
  border-radius: 0;
  background: no-repeat;
  box-shadow: none;
}


.conversation-form-contact input::placeholder,
.conversation-form-contact textarea::placeholder {

  font-size: 14px;
}

.conversation-form-contact button {

  padding: 12px 24px;
  border: none;

  cursor: pointer;

}




/* careers */
.careers-img-first {
  height: 420px;
}

.careers-img-second {
  height: 420px;
}

.careers-img-first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.careers-img-contents {
  position: absolute;
  width: 45%;
  bottom: -232px;
  border: 1px solid black;
  padding: 20px;
  background: #000000bf;
  color: aliceblue;
}

.careers-img-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-join img {
  width: 100%;
}

.careers-join {
  padding-right: 30px;
}

.careers-icons {
  display: flex;
  gap: 20px;

}

.careers-join-para h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

.careers-join-para p {
  font-size: 14px;
}

.careers-img i {
  background: #c9b16a;
  padding: 10px;
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.careers-img h6 {
  font-size: 12px;
}

.more-info {
  margin-top: 30px;
  text-align: center;
  padding: 60px 0px;
}

.more-info h1 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.more-info p {
  font-size: 14px;
  color: #fff;
}

.want-to-more-info {
  background-color: #333;
}


/* building material */

.buildng-construction-material h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}

.buildng-construction-material h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.materials-main {
  display: flex;

  flex-direction: column;
  width: 25%;
  margin-bottom: 20px;
}

.material img {
  width: 100%;
}

.material {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid black;
}

.material img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  height: 170px;
  object-fit: contain;
}

.material .material-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.material .material-overlay h1 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0 1rem;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.material:hover img {
  transform: scale(1.05);
}

.material:hover .material-overlay {
  opacity: 1;
}

.material:hover .material-overlay h1 {
  transform: scale(1);
  opacity: 1;
}



.material-flex-main {
  display: flex;
  gap: 4%;
  justify-content: center;

}

.material-content {
  background: black;
  padding: 12px;
  height: 80px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}

.material-content ul {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0px;
}

.material-content ul li {
  list-style-type: none;
  color: #c9b16a;
  font-size: 12px;
}

.materials-main h1 {
  font-size: 14px;
  color: white;
  margin-bottom: 4px;
  line-height: 20px;
  /*  */
}

.building-popular-brand {}

.building-popular-brand img {
  width: 80% !important;
}

.building-popular-brand h1 {
  font-size: 16px;
  margin-bottom: 0px;
}


/* mep material */

.mep-list-box {
  display: flex;
  width: 100%;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;


}

.mep-list-box:nth-child(4) {

  margin-bottom: 0px;


}

.mep-list-box:nth-child(5) {

  margin-bottom: 0px;


}

.mep-list-box-head {
  background-color: #c9b16a;
}

.mep-list-box-head h1 {
  color: #fff;
  padding: 20px 10px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}

.mep-list-box-contents {

  background-color: white;
}

.mep-list-box-contents {
  background-color: #fff;
}

.mep-list-box-contents ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.mep-list-box-contents ul li {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 60px;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
}

.mep-list-box-contents ul li:last-child {
  border-bottom: none;
}

.mep-list-box-contents ul li:first-child {
  border-top: none;
}

.mep-list-box-contents {
  background: #fff;
  border: 1px solid #000;
}

.mep-list-box-one {
  width: 32%;

}

.mep-list-box-one:hover .mep-list-box-head {
  background-color: #fff;

  border: 1px solid #000;

}

.mep-list-box-one:hover .mep-list-box-head h1 {
  color: #000;

}

.mep-list-box-one:hover .mep-list-box-contents {
  background-color: #c9b16a;

}

.mep-list-box-one:hover .mep-list-box-contents ul li {
  color: #fff;

}

.mep-list-box-one:hover .mep-list-box-head {
  border-bottom: none;

}

.mep-popular-products ul {
  padding-left: 0px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.mep-popular-products ul li {
  border-radius: 5px;
  list-style-type: none;
  padding: 10px 15px;
  margin-bottom: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mep-popular-products ul li:hover {
  background-color: #c9b16a;
  color: #fff;
}

.mep-popular-products ul li:nth-child(even) {}




.error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

.is-invalid {
  border-color: red;
  background-color: transparent !important;
}

.import-export-main p {
  font-size: 20px;
  font-weight: 500;
}

.importexport-img img {

  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.import-export-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;

  transition: transform 0.5s ease;
  margin-bottom: 20px;
}

.import-export-img:hover img {

  transform: rotate(2deg) scale(1.05);


}

.import-export-img h1 {
  font-size: 24px;
  font-weight: bold;
}

.import-export-service-img img {
  width: 90%;
  margin-bottom: 100px;
  height: 350px;
  object-fit: cover;
}

.import-export-service-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.import-export-service-contents h2 {
  font-size: 60px;
  font-weight: bold;
}

.import-export-service-contents p {
  font-size: 14px;
}

.electric-main-div {
  display: flex;
  align-items: anchor-center;

  background: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.electric-main-div img {
  height: 88.8px;
  width: 30%;
  margin: 8px;
  border-radius: 5px;
  object-fit: contain;
}

.electric-main-div h1 {
  font-size: 15px;
  height: 50px;
  margin-bottom: 0px;
  padding: 10px 10px;
  color: #000;
  display: flex;
  align-items: center;
}






.hamburger {
  font-size: 24px;
  cursor: pointer;
  padding: 10px;

  top: 55px;
  right: 10px;
  z-index: 1000;


}

.translate-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 99999;
  display: flex;
  align-items: center;
  flex-direction: column;

  padding-top: 100px;
}



.translate-box.active {
  transform: translateX(0);
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  color: #fff;
}