.industries-make-section {
    width: 100%;
    padding: 70px 0px 0px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.industries-make-section .industries-make-section__title {
    width: 100%;
    font-weight: bold;
    color: #01155A;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.industries-make-section .industries-make-section__content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01155A;
}

.industries-make-section .industries-make-section__content-wrapper {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.industries-make-section .industries-make-section__left {
    width: 48%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.industries-make-section .industries-make-section__left .left-image {
    width: 100%;
    overflow: hidden;
}

.industries-make-section .industries-make-section__left .left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industries-make-section .industries-make-section__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px;
    box-sizing: border-box;
}

.industries-make-section .industries-make-section__right-title {
    font-weight: bold;
    color: #FF6600;
    margin-bottom: 20px;
}

.industries-make-section .industries-make-section__right-description {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.industries-services-section {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 70px 0px 70px;
}

.industries-services-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: #01155A;
}

.industries-services-section .industries-services-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.industries-services-section .industries-services-section__desc {
    width: 100%;
    font-weight: 400;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.industries-services-section .industries-services-section__title {
    width: 100%;
    font-weight: bold;
    color: #01155A;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.industries-services-section .industries-services-section__top {
    width: 100%;
    background: #FF5E16;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.industries-services-section .industries-services-section__left {
    width: 48%;
    max-width: 450px;
    flex-shrink: 0;
}

.industries-services-section .industries-services-section__left .left-image {
    width: 100%;
    overflow: hidden;
}

.industries-services-section .industries-services-section__left .left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industries-services-section .industries-services-section__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    font-weight: 400;
    color: #FDFAFA;
    line-height: 26px;
}

.industries-services-section .industries-services-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.industries-services-section .industries-services-section__item .item-image {
    width: 256px;
}

.industries-services-section .industries-services-section__item .item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


@media screen and (max-width:760px) {
    .industries-make-section .industries-make-section__content-wrapper {
        flex-direction: column;
    }

    .industries-make-section .industries-make-section__left {
        width: 100%;
    }

    .industries-make-section .industries-make-section__right {
        padding: 20px 20px;
    }

    .industries-services-section .industries-services-section__top {
        flex-direction: column;
        padding: 20px 20px;
    }

    .industries-services-section .industries-services-section__left {
        width: 100%;
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .industries-make-section .industries-make-section__content-wrapper {
        flex-direction: column;
    }

    .industries-make-section .industries-make-section__left {
        width: 100%;
    }

    .industries-services-section .industries-services-section__top {
        flex-direction: column;
    }

    .industries-services-section .industries-services-section__left {
        width: 100%;
    }
}

@media screen and (min-width:1020px) and (max-width:1350px) {
    .industries-make-section .industries-make-section__content-wrapper {
        flex-direction: column;
    }

    .industries-make-section .industries-make-section__left {
        width: 100%;
    }

    .industries-services-section .industries-services-section__top {
        flex-direction: column;
    }

    .industries-services-section .industries-services-section__left {
        width: 100%;
    }
}

/* css Code Added By Nas */
.industries-parts-section {
  position: relative;
  padding: 50px 20px;
  background: #000000bb;
  color: #fff;
}

.industries-parts-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}

.industries-parts-section .container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.parts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.parts-list li {
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.check {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ff5a2c;
  color: #fff;
  font-size: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 12px;
}

/* Responsive */

@media (max-width: 992px) {
  .parts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .parts-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 26px;
  }
}