.hero-area {
  background-color: #fff;
}

.left-service {
  width: 65%;
}

.right-service {
  width: 32%;
}

.new-service-area {
  display: flex;
  justify-content: space-between;
}

.hero-area .new-service-area {
  margin-top: 110px;
  padding: 30px 0;
}

.left-service h1 {
  color: #000000;
  font-size: 90px;
}

.left-service h1 span {
  color: #ff9d00;
  font-size: 130px;
}

.left-service p {
  color: #bdbdbd;
  margin: 20px 0;
}

.left-service .services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 20px;
}

.left-service .service-box {
  padding: 2rem 1rem 10rem 1rem;
}

.left-service .service-box a {
  text-decoration: underline;
}

.left-service .service-manufacturing {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../imgs/gallery/ser1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #444;
  border-radius: 8px;
  transition: transform 0.3s, border-color 0.3s;
  text-align: left;
}

.left-service .service-manufacturing:hover {
  transform: scale(1.05);
  /* background-color: #222;
    background-image: none; */
  border-color: #ff9d00;
  transition: transform 0.6s, border-color 0.6s;
}

.left-service .service-warehouse {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../imgs/gallery/ser2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #444;
  border-radius: 8px;
  transition: transform 0.3s, border-color 0.3s;
  text-align: left;
}

.left-service .service-warehouse:hover {
  transform: scale(1.05);
  /* background-color: #222;
    background-image: none; */
  border-color: #ff9d00;
  transition: transform 0.6s, border-color 0.6s;
}

.left-service .service-mining {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../imgs/gallery/ser3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #444;
  border-radius: 8px;
  transition: transform 0.3s, border-color 0.3s;
  text-align: left;
}

.left-service .service-mining:hover {
  transform: scale(1.05);
  /* background-color: #222;
    background-image: none; */
  border-color: #ff9d00;
  transition: transform 0.6s, border-color 0.6s;
}

.left-service .service-energy {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../imgs/gallery/ser4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #444;
  border-radius: 8px;
  transition: transform 0.3s, border-color 0.3s;
  text-align: left;
}

.left-service .service-energy:hover {
  transform: scale(1.05);
  /* background-color: #222;
    background-image: none; */
  border-color: #ff9d00;
  transition: transform 0.6s, border-color 0.6s;
}

.left-service .service-realestate {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../imgs/gallery/ser5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #444;
  border-radius: 8px;
  transition: transform 0.3s, border-color 0.3s;
  text-align: left;
}

.left-service .service-realestate:hover {
  transform: scale(1.05);
  /* background-color: #222;
    background-image: none; */
  border-color: #ff9d00;
  transition: transform 0.6s, border-color 0.6s;
}

.left-service .service-retail {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../imgs/gallery/ser6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #444;
  border-radius: 8px;
  transition: transform 0.3s, border-color 0.3s;
  text-align: left;
}

.left-service .service-retail:hover {
  transform: scale(1.05);
  /* background-color: #222;
    background-image: none; */
  border-color: #ff9d00;
  transition: transform 0.6s, border-color 0.6s;
}

.left-service .service-box h3 {
  font-size: 24px;
  color: #fff;
}

.left-service .service-box h3 a:hover {
  color: #fff;
}

.left-service .service-box p {
  color: #bdbdbd;
}

.left-service .service-box h3 a img {
  width: 26px;
  margin-left: 16px;
}

@media (max-width: 1400px) {
  .left-service {
    width: 100%;
  }

  .left-service h1 {
    font-size: 60px;
  }

  .left-service h1 span {
    font-size: 90px;
  }

  .left-service .services {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .right-service {
    display: none;
  }
}

@media (max-width: 1260px) {
  .left-service {
    width: 100%;
  }

  .left-service h1 {
    font-size: 50px;
  }

  .left-service h1 span {
    font-size: 80px;
  }

  .left-service .services {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .right-service {
    display: none;
  }
}

@media (max-width: 991px) {
  .left-service {
    width: 100%;
  }

  .left-service h1 {
    font-size: 40px;
  }

  .left-service h1 span {
    font-size: 80px;
  }

  .left-service .services {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .right-service {
    display: none;
  }
}

@media (max-width: 768px) {
  .left-service {
    width: 100%;
  }

  .left-service h1 {
    font-size: 40px;
  }

  .left-service h1 span {
    font-size: 80px;
  }

  .left-service .services {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .right-service {
    display: none;
  }
}

@media (max-width: 480px) {
  .left-service {
    width: 100%;
  }

  .left-service h1 {
    font-size: 40px;
  }

  .left-service h1 span {
    font-size: 80px;
  }

  .left-service .services {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .right-service {
    display: none;
  }
}

.social-btn a {
  margin-left: 20px;
  font-size: 22px;
}

.process-area .section-header {
  display: grid;
  gap: 20px 60px;
  margin-top: 50px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .process-area .section-header {
    grid-template-columns: auto;
  }
}
.process-area .section-header .text {
  max-width: 420px;
}
.process-area .section-title {
  max-width: 630px;
}
.process-area .process-wrapper-box {
  margin-top: 87px;
}
@media only screen and (max-width: 1399px) {
  .process-area .process-wrapper-box {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-area .process-wrapper-box {
    margin-top: 57px;
  }
}
/* .process-area .process-wrapper {
  display: grid;
  gap: 100px 95px;
  grid-template-columns: repeat(3, 1fr);
} */

@media only screen and (max-width: 1999px) {
  .process-area .process-wrapper {
    gap: 100px 95px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1399px) {
  .process-area .process-wrapper {
    gap: 100px 95px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1199px) {
  .process-area .process-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .process-area .process-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .process-area .process-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-box .thumb img {
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .process-box .thumb img {
    height: 70px;
  }
}
.process-box .content {
  margin-top: 44px;
}
@media only screen and (max-width: 1199px) {
  .process-box .content {
    margin-top: 34px;
  }
}
.process-box .title {
  font-size: 26px;
  line-height: 1.28;
}
.process-box .text {
  margin-top: 19px;
}
