/* Mobile First */
.legal-certification {
  padding: 40px 0;

}

.logo-box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 24px;
  margin-right: auto;
  background-color: #F9F9F9;
  border-radius: 40px;
}

.logo-isolation {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

/* .logo-halal {
  width: 50px;
  height: 100%;
  object-fit: contain;
  display: block;
} */

.logo-bnsp {
  width: 120px;
  height: 45px;
  object-fit: contain;
  display: block;
}


.content-box h1 {
  font-size: 32px;
  margin: 20px 0;
   font-family: "Funnel Display", sans-serif;
}

.content-box p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #121212;
  line-height: 1.4;
}

.icon-drop-mobile{
  display: none !important;
}

.icon-drop-mobile{
  transition: transform 0.3s ease;
}
.icon-drop-mobile.rotated{ transform: rotate(180deg); }

/* Mobile */
@media (max-width: 768px) {
   .content-box h1{
    font-size: 28px !important;
   }
   .content-box p{
    font-size: 20px !important;
   }
   .text-mobile{
    display: none !important;
   }
   .text-mobile2{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
   }
   .text-mobile2.text-active {
    max-height: 100%;
    opacity: 1;
    }
   .icon-drop-mobile{
  display: flex !important;
}
}

/* Mobile Small */
@media (max-width: 320px) {
  .text-mobile{
    display: none !important;
   }
   .text-mobile2{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
   }
   .text-mobile2.text-active {
  max-height: 100%;
  opacity: 1;
  }

   .icon-drop-mobile{
  display: flex !important;
  }

  .logo-box {
    gap: 20px;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .logo-isolation {
    width: 50px;
    height: 50px;
  }

  /* .logo-halal {
    width: 35px;
    height: 60px;
  } */

  .logo-bnsp {
    width: 121px;
    height: 80px;
  }

  .content-box h2 {
    font-size: 28px;
  }

  .content-box p {
    font-size: 14px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
  .legal-certification {
    padding: 60px 0;
  }
  .content-box h1{
    font-size: 36px !important;
   }
   .content-box p{
    font-size: 20px !important;
   }
   .logo-halal{
      height: 130px;
   }
   .text-mobile{
    display: none !important;
   }
   #testiMessage{
    font-size: 16px !important;
    margin-top: 50px !important;
   }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .legal-certification {
    padding: 60px 0;
  }
}

/* Desktop Large Styles */
@media (min-width: 1440px) {
  .legal-certification {
    padding: 100px 0;
  }

  .logo-box {
    gap: 40px;
  }

  .logo-isolation {
    width: 80px;
    height: 80px;
  }

  /* .logo-halal {
    width: 45px;
    height: 80px;
  } */

  .logo-bnsp {
    width: 212px;
    height: 80px;
  }

  .content-box h2 {
    font-size: 44px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .content-box p {
    font-size: 20px;
  }
}
