/* display: none dekstop  */
.footer-navigation-mobile, .block-footer-mobile{
  display: none;
}
.banner-contact {
    margin: 4% 0;
  }
  
  .contact-title{
    width: 50%;
    margin-top: -36.5%;
    position: relative;
    z-index: 1000;
  }
  
  .contact-text{
    margin-top: 1.2%;
    position: relative;
    z-index: 1000;
    padding-left: 6%;
  }
  .contact-text h1{
    width: 60%;
    margin-bottom: 1%;
  }
  .text-banner-contact{
    margin-top: 8%;
    margin-bottom: 5.15%;
    width: 64%;
  }
  .text-banner-ee{
    margin-top: 8%;
    margin-bottom: 5.15%;
    width: 90%;
  }
  
  .banner-block-contact{
    padding: 18.5% 0 18.7% 0;
    background-color: rgba(255, 255, 255, 0.6);
    margin-top: -27.8%;
    width: 50%;
    position: relative;
    z-index: 100;
  }
  
  
  /* FAQ section */
  .faq-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .faq-left-title,
  .faq-right-title {
    width: 50%;
  }
  
  
  /* Banner - Section 4 */

  .cta-contact {
    margin-top: 6%;
    margin-bottom: -0.1%;
    background-image: url(/wp-content/themes/Aden%20services/assets/cta-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 9%;
  }
  
  .cta-button{
    width: 50%;
  }
  .cta-button img{
    margin-top: 3.8%;
    margin-right: 1%;
    position: relative;
    width: 13%;
    float: right;
  }

/*contact page*/
.sm-contact{
    margin-top: 5%;
    margin-bottom: 10%;
}
.title-contact{
  margin-top: 1%;
  width: 90%;
}
.im-contact{
    margin-top: -2%;
    display: flex;
    gap: 5%;
}
.locations {
    margin: 8% 0 7%;
  }

  .locations-tab {
      margin-bottom: 5%;
    display: flex;
    gap: 7%;
    height: 2.25vw;
  }

  .text {
    margin: 11% 0 0%;
    font-size: clamp(10px, 1.0vw,20px);
    font-weight: 300;
    width: 95%;
  }

  .locations-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: clamp(11px, 1.1vw, 22px);
    color: #D1D1D1;
    cursor: pointer;
  }

  .locations-country.active {
    margin-top: 2.5%;
    display: grid;
    grid-template-columns: repeat(4, 19%);
    grid-template-rows: repeat(7, 1fr);
    gap: 6.5%;
    height: 40vw;
  }

  .locations-country {
    display: none;
  }
.line-contact{
  margin-top: -6.40%;
  opacity: 20%;
}

  /* Hide the line-text-2 for all locations-title by default */
  
  .locations-title.active {
     padding-bottom: 1%;
    height: 2.1vw;
    color: #283948;
    font-weight: 600;
    border-bottom: 1px solid #ED4F18;
  }
  /* Show the line-text-2 for the active locations-title */
  
  
.icon-img-contact{
    margin-top: 5%;
    width: 70%;
    height: 63%;
}
.icon-img-2-contact{
    margin-top: 18%;
    width: 64%;
    height: 53%;
}

.box-contact{
    margin-bottom: 20%;
    padding: 4% 3% 1% 3%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 93%;
    float: right;
}

/* faq-section */
.faq-section-remotesite{
  margin-bottom: 8%;
  display: flex;
  justify-content: space-between;
  gap: 8%;
}
.faq-section{
  display: flex;
  justify-content: space-between;
  gap: 8%;
}
.faq-box{
  padding-top: 1%;
  width: 50%;
}
.answer {
  margin-top: 3%;
  max-height: 0;
  overflow: hidden; /* Add this to hide the content when it's collapsed */
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease 0.2s; /* Adjust the duration and delay */
}

.answer.show {
  margin-top: 3%;
  max-height: 1000px; /* Sesuaikan dengan ketinggian maksimal jawaban */
  opacity: 1;
  transition: max-height 2s ease, opacity 0.5s ease; /* Adjust the duration */
}

.line-faq{
  margin: 2% 0;
  width: 100%;
  background-color: #D1D1D1;
  opacity: 20%;
}


/* Let Us Know - Section 2 */
.luk {
  margin-top: 10%;
  width: 100%;
  display: flex;
}

.luk-right,
.luk-left {
  width: 50%;
}

.luk-title-left {
  width: 100%;
  margin-bottom: 9%;
}


.check-button {
  margin-top: 8%;
  gap: 5%;
}

.checkbox {
  width: 100%;
}

.form-button {
  width: 92%;
}

.btn-form {
  padding: 0.6em 4em 0.6em 4em;
  background-color: #ED4F18;
  color: #ffffff;
  width: 100%;
}

.container-form {
  padding-top: 5%;
  outline: none;
  margin-left: 12%;
}

.contact-locations{
  margin-top: 9.5%;
}

.faq{
  margin-top: -12%;
}
.question{
  cursor: pointer;
}
@media(min-width:640px) and (max-width:1024px){
  .banner-block-contact{
    margin-top: -29.8%;
  }
  .locations-country.active{
    height: 50vw;
  }
  .title-contact{
    width: 106%;
  }
  .btn-watch{
    width: 25.8%;
  }
  .locations-title.active {
    padding-bottom: 1%;
    height: 2.2vw;
  }
}
@media(min-width: 360px) and (max-width: 640px){
  .locations-country.active{
    height: 120vw;
  }
  .container-form{
    margin-left: 0;
  }
  .faq{
    margin-top: 15%;
  }
  .faq-section-remotesite, .faq-section, .luk{
    flex-direction: column;
  }
  .faq-section-remotesite{
    gap: 20px; /* Ubah nilai sesuai dengan kebutuhan jarak */
}

  .faq-section-remotesite{
    margin-bottom: 20%;
  }
  .locations-country.active{
    margin-top: 7%;
    grid-template-columns: repeat(2, 50%)
  }
  .title-contact, .faq-box, .luk-right, .luk-left{
    width: 100%;
  }
  .contact-title{
    margin-top: 7.5%;
  }
  .cta-contact{
    margin-top: 5%;
    background-image: url('/wp-content/themes/Aden%20services/assets/cta-contact-mobile.png');
    height: 61vw;
  }
 .text-banner-contact{
    margin-top: 8%;
    width: 87%;
  }
  .locations-tab{
    overflow: hidden;
    gap: 3%;
  }  
  .line-contact{
    margin-top: -3.6%;
  }
  .locations-title.active{
    height: 4vw;
  }
  .title-contact{
    margin-bottom: 6%;
  }
  .contact-text, .contact-title{
    z-index: 0;
    padding-left: 0;
  }
  .cat-header-list li{
    display: none;
  }

  .footer-navigation-mobile{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
  }
  .logo-footer{
    width: 25%;
  }
  .text-footer-mobile{
    width: 40%;
    color: #ffffff;
  }
  .mobile{
    margin-top: 15%;
  }
  .block-footer-mobile{
    display: block;
  }
  .banner-block-contact{
    width: 0;
  }
  .block-footer-mobile p{
    font-family: 'Figtree', sans-serif;
    font-size: clamp(15px, 4.1vw, 26px); 
    color: #ED4F18;
    font-weight: 600;
  }
  .block-footer{
    display: grid;
    grid-template-columns: repeat(2, 30%);
  }
  .block-footer li{
    list-style-type: none;
  }
  .block-footer li a{
    text-decoration: none;
    color: #ffffff;
    font-size: clamp(12px, 3.3vw, 21px);
  }
  .footer-text-mobile{
    margin-top: 15%;
    display: flex;
    justify-content: space-between;
  }
  .coppyright{
    margin: 5% 0 12% 0;
    text-align: center;
    color: #ffffff;
  }  
  .luk-right{
    margin-top: 10%;
  }
  .faq-section{
    margin-bottom: 20%;
  }
  .contact-title{
    width: 100%;
  }
  .contact-locations{
    margin-top: 12%;
  }
}