.logo-slider-industries-mobile, .pre-ebook-mic-mobile, .ebooks-mobile{
    display: none;
}
.ebook-mic{
    padding: 3% 0 4%;
    background-color: #F8F8F8;
  }
.box-ebook{
    width: 50%;
}
.img-battery{
    align-self: center;
    width: 5%;
}
.pre-maintenance-section{
    margin-top: 8%;
}
.premaintenance-point, .pre-maintenance-section, .pre-ebook-mic{
    margin-bottom: 10%;
    display: flex;
    justify-content: space-between;
}
.premaintenance-point{
    margin-top: 5%;
}
.banner-micro{
    margin: 4% 0 8%;
}
.box-pre-ebook, .box-premaintenance{
    width: 50%;
}
.box-pre-ebook-2, .box-premaintenance-2{
    margin-left: 5%;
    width: 46%;
}
.box-pre-ebook img,.box-premaintenance img{
    width: 100%;
}
.box-pre-ebook, .box-pre-ebook-2, .box-premaintenance p, .box-premaintenance-2 p{
    margin-top: 8%;
}
.box-pre{
    display: flex;
    width: 100%;
    gap: 5%;
}
.box-pre img{
    margin-top:11%;
    width: 8%;
    height: 100%;
}
.box-premaintenance p{
    width: 90%;
}
.question-img{
    width: 100%;
}
.ebooks{
    background-color: #283948;
}
.ebooks-section{
    margin-top: -7%;
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
}
.box-ebook h3{
    margin-top: 2%;
}

.title-banner-micro{
    padding: 2.5% 0 8%;
}

 .nano-data{
    margin-top: 6%;
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.nano-content{
    padding-left: 3%;
    display: flex;
    justify-content: space-between;
}
.nano-databox{
    width: 50%;
}
.nano-content img{
    margin-top: 10%;
    width: 5%;
    height: 60%;
}
.industries-section{
    display: flex;
    justify-content: space-between;
    padding: 6% 5.5% 5.5%;
    margin-bottom: -4%;
}

  .call-to-action-industries {
    margin-top: -1%;
    background-image: url('/wp-content/themes/Aden%20services/assets/cta-industries.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 33vw;
    position: relative;
  }
  .call-to-action-industries::after {
    content: ''; /* Menambahkan konten pseudo-elemen */
    background-color: #283948;
    opacity: 0.4; /* Mengubah opacity menjadi nilai antara 0 dan 1 */
    position: absolute; /* Menambahkan properti posisi */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .cta-box-industries {
    padding-top: 16.3%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
.logo-industries{
    margin: 5% 0 7%;
}
.logo-slider-industries{
    overflow: hidden;
    margin-top: 2.5%;
}
.logo-industries p{
    text-align: center;
}
.logo-client-industries{
    width: 80%;
}

.industries-content, .box-industries-content-2{
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.box-industries-content p{
    margin-top: 8%;
    line-height: 1.7;
}
.industries-content{
    margin-top: 1%;
}
.industries-img{
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.industries-block {
    overflow: hidden;
    width: 100%;
    height: 97%;
    position: relative;
    transition: transform 0.3s ease-in-out;
  }
.industries-block:hover .industries-img{
    width: 100%;
    transform: scale(1.2);
}
.content-box-industries{
    position: absolute;
    bottom: 0;
    padding-left: 10%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    padding-bottom: 10%;
}
.content-box-industries-2{
    position: absolute;
    bottom: 0;
    padding-left: 10%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    padding-bottom: 10%;
}
.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 22.79%);
    column-gap: 3.1%;
    row-gap: 4.1%;
    margin-top: 2%;
    margin-bottom: 10%;
}

.exp-btn-grid {
  background-color: #ED4F18;
  padding: 0.5em 0.9em;
  display: flex;
  width: 75%;
  justify-content: space-between;
  margin-top: 20%;
}
.exp-btn-grid img{
    width: 10%;
    height: 5%;
    margin-top: 6%;
    margin-left: 7%;
}
.exp-btn-grid-2 {
  background-color: #ED4F18;
  padding: 0.5em 0.9em;
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin-top: 20%;
}
.exp-btn-grid-2 img{
    width: 10%;
    height: 5%;
    margin-top: 6%;
    margin-left: 7%;
}

.content-hide {
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.7s ease-in-out, max-height 0.3s ease-in-out;
    width: 80%;
  }
.next-level-section{
    display: flex;
    margin: 4% 0 11%;
}
.next-level-box{
    width: 50%;
}
  .content-hide p {
    margin: 8% 0 0;
  }
.industries-block:hover .content-hide{
    opacity: 1;
    max-height: 1000px;
}

.next-level-box img{
    width: 104%;
    margin-top: -1%;
}

.next-industries{
    margin-top: 7%;
    margin-bottom: -0.9%;
}

.faq-box-industries {
    width: 100%;
    margin-left: 11%;
    margin-top: -2%;
  }


  .faq-industries{
    display: flex;
    gap: 0;
  }

  .faq-industries img{
    width: 50%;
    display: none;
    margin-top: 30%;
    transition:  0.5s ease 0.2s;
  }

  .faq-industries.active img{
    display: block;
  }
  .faq-industries.active p{
    color: #ED4F18;
  }
@media(min-width: 640px) and (max-width: 1024px){
    .title-banner-micro{
        padding: 2% 0 8%;
    }
     .box-premaintenance-2 h3{
        width: 104%;
     }
     .nano-data{
        margin-top: 1%;
     }
     .icon-3{
        margin-top: 1%;
     }
     .exp-btn-grid {
  background-color: #ED4F18;
  padding: 0.3em 0.9em;
  display: flex;
  width: 58%;
  justify-content: space-between;
  margin-top: 20%;
}
.content-hide {
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.7s ease-in-out, max-height 0.3s ease-in-out;
  width: 86%;
}
}
@media(min-width: 360px) and (max-width: 640px){
    .faq-industries.active img, .logo-slider-industries, .nano-data, .ebooks, .pre-ebook-mic{
        display: none;
    }

    .logo-slider-industries-mobile{
        display: block;
    margin-bottom: 18%;
    overflow: hidden;
    }
    .industries-content, .next-level-section, .ebooks-section, .pre-maintenance-section{
        flex-direction: column;
        gap: 30px;
    }
    .pre-ebook-mic-mobile{
        margin-bottom: 25%;
        display: flex;
        flex-direction: column-reverse;
    }
    .next-level-box, .box-pre-ebook, .box-pre-ebook-2, .box-ebook,.box-premaintenance-2, .box-premaintenance{
        width: 100%;
    }
    .faq-box-industries, .box-pre-ebook-2, .box-premaintenance-2{
        margin-left: 0;
    }
    .premaintenance-point{
        margin-top: 5%;
    }
    .ebooks-mobile{
        display: block;
        background-color: #283948;
    }
    .ebooks-section{
        margin-bottom: 25%;
    }
    .ebook-mic {
        margin-top: -10%;
        background-color: transparent;
    }
    .pre-maintenance-section{
        gap: 20px;
    }
    .industries-section p {
        width: 100%;
      }
      .btn-talk-industries {
        margin-top: 10%;
        margin-left: 0;
        padding: 0.15em 0.6em 0.15em 0;
        background-color: #ED4F18;
        display: flex;
        color: #ffffff;
        width: 28%;
        gap: 15%;
        justify-content: flex-end;
      }
      .industries-section {
        padding: 6% 3.5% 8.5%;
      }

      .industries-grid{
        margin-top: 5%;
        margin-bottom: 28%;
        grid-template-columns: repeat(2, 48%);
        column-gap: 5.1%;
        row-gap: 1.1%;
      }
      .call-to-action-industries{
        margin-top: -1%;
        background-image: url(/wp-content/themes/Aden%20services/assets/Mobile/cta-industries-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        position: relative;
        padding: 7% 0 12%;
      }
      .logo-industries p {
  text-align: center;
  margin-top: 17%;
}
}