.element-FAQ {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.element-FAQ .navigasi {
  width: 100%;
  height: 90px;
  background-color: #1c1e53;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.element-FAQ .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin-right: -40px;
}


.site-title {
  font-family: var(--heading-6-bold-font-family);
  font-size: var(--heading-6-bold-font-size);
  font-weight: var(--heading-6-bold-font-weight);
  color: #ffffff;
}

/*
.element-FAQ .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.element-FAQ .rectangle-2 {
  width: 54px;
  height: 42px;
  object-fit: cover;
  margin-right: 15px;
}

.element-FAQ .ai-training-hub {
  width: 189px;
  height: 26px;
}
*/
.element-FAQ .navbar ul {
  display: flex;
  list-style-type: none;
  margin-left: auto;
  margin-right: 40px;
  padding: 0;
}

.element-FAQ .navbar li {
  margin-left: 30px;
}

.element-FAQ .navbar a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--body1-regular-font-family);
  font-size: var(--body1-regular-font-size);
  font-weight: var(--body1-regular-font-weight);
  line-height: var(--body1-regular-line-height);
  transition: color 0.3s ease;
  position: relative;
}

.element-FAQ .navbar a:hover {
  color: #fcd980;
}

.element-FAQ .navbar a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fcd980;
  transition: width 0.3s ease;
}

.element-FAQ .navbar a:hover::after {
  width: 100%;
}

.element-FAQ .button {
  text-decoration: none;
}

.element-FAQ .div-wrapper {
  width: 126px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.element-FAQ .div-wrapper:hover {
  background-color: #ffffff;
}

.element-FAQ .text-wrapper-18 {
  color: #ffffff;
  font-family: var(--body1-regular-font-family);
  font-size: var(--body1-regular-font-size);
  font-weight: var(--body1-regular-font-weight);
  line-height: var(--body1-regular-line-height);
  transition: color 0.3s ease;
}

.element-FAQ .div-wrapper:hover .text-wrapper-18 {
  color: #1c1e53;
}



/* Breadcrumb */
.breadcrumb {
  width: 100%;
  height: 86px;
  background-color: #eef4fa;
  display: flex;
  align-items: center;
  /*padding: 28px 166px;*/
}

.breadcrumb ol {
  display: flex;
  gap: 5px;
  color: var(--dark-blue);
  margin-left: 70px;
  opacity: 0.7;
  font-family: var(--body-2-font-family);
  font-size: var(--body-2-font-size);
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}



.element-FAQ .home-FAQ {
  opacity: 0.7;
  font-family: var(--body-2-font-family);
  font-weight: var(--body-2-font-weight);
  color: var(--dark-blue);
  font-size: var(--body-2-font-size);
  line-height: var(--body-2-line-height);
}

.element-FAQ .home-FAQ a {
  color: var(--dark-blue);
  text-decoration: none;
}

.element-FAQ .home-FAQ a:hover {
  text-decoration: underline;
}

.element-FAQ .FA-qs {
  width: 1170px;
  margin: 74px auto 48px;
  font-family: var(--heading-h1-font-family);
  font-weight: var(--heading-h1-font-weight);
  color: #000000;
  font-size: var(--heading-h1-font-size);
  line-height: var(--heading-h1-line-height);
  text-align: left;
  position: relative;
}

.element-FAQ .FA-qs::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #2405f2;
  border-radius: 2px;
}

.element-FAQ .questions {
  display: flex;
  flex-wrap: wrap;
  width: 1170px;
  gap: 30px;
  margin: 0 auto;
  justify-content: space-between;
}

.element-FAQ .div-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 570px;
}

.element-FAQ .div-3 {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px 30px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.element-FAQ .div-3:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.element-FAQ .div-3[open] {
  background-color: #f8f9ff;
  border-left: 3px solid #2405f2;
}

.element-FAQ .t-itle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.element-FAQ .placehoder,
.element-FAQ .placehoder-2 {
  font-family: var(--h5-font-family);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  color: #000000;
  margin: 0;
  flex: 1;
}

/*.element-FAQ .placehoder-2 {
  color: #2405f2;
}*/

.element-FAQ .icon,
.element-FAQ .vector-wrapper,
.element-FAQ .img-wrapper,
.element-FAQ .icon-2,
.element-FAQ .icon-3,
.element-FAQ .icon-4,
.element-FAQ .icon-5,
.element-FAQ .icon-6 {
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element-FAQ .vector {
  position: static;
  width: 12px;
  height: 7px;
  transition: transform 0.3s ease;
}

details[open] .vector {
  transform: rotate(180deg);
}

/* Remove all the negative margins and absolute positioning that was causing layout issues */
.element-FAQ .lorem-ipsum-dolor {
  font-family: var(--p-font-family);
  font-weight: var(--p-font-weight);
  color: #555555;
  font-size: var(--p-font-size);
  letter-spacing: var(--p-letter-spacing);
  line-height: var(--p-line-height);
  font-style: var(--p-font-style);
  margin-top: 20px;
  text-align: justify;
}

.element-FAQ .frame {
  width: 1170px;
  margin: 65px auto;
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
}

.element-FAQ .img {
  width: 50%;
  height: auto;
  object-fit: cover;
  display: block;
}


/* Footer */
.main-footer {
  background-color: #1c1e53;
  color: #ffffff;
  padding-top: 80px;
  width: 100%;
}

.footer-content {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 0 20px 60px;
}

.footer-branding {
  max-width: 300px;
}

.footer-logo {
  width: 54px;
  height: auto;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}



.footer-logo-tagline {
  display: flex;
  align-items: center;
  gap: 12px; 
}

.footer-tagline {
  margin-bottom: 0; 
}



.footer-description {
  opacity: 0.9;
}

.footer-contact h3,
.footer-social h3,
.footer-legal h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-contact p {
  margin-bottom: 10px;
}

.footer-social ul,
.footer-legal ul {
  list-style: none;
}

.footer-social li,
.footer-legal li {
  margin-bottom: 15px;
}

.footer-social a,
.footer-legal a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-social a:hover,
.footer-legal a:hover {
  opacity: 0.8;
}

.footer-bottom {
  background-color: #ffffff;
  padding: 20px 0;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.copyright {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 500;
}

.footer-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.footer-nav a {
  color: #282938;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #2405f2;
}

/* Responsive styles for smaller screens */
@media (max-width: 1200px) {
  .element-FAQ .questions,
  .element-FAQ .frame,
  .element-FAQ .FA-qs {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .element-FAQ .div-2 {
    width: 100%;
  }
  
  .element-FAQ .questions {
    flex-direction: column;
  }
  
  .element-FAQ .navigasi {
    padding: 0 30px;
  }
  
  .element-FAQ .overlap-group {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .element-FAQ .group-2 {
    flex-direction: column;
  }
  
  .element-FAQ .support,
  .element-FAQ .support-2 {
    margin-bottom: 30px;
  }
  
  .element-FAQ .group-3 {
    flex-direction: column;
    text-align: center;
  }
  
  .element-FAQ .copyright-AI {
    margin-bottom: 20px;
  }
  
  .element-FAQ .navbar-item ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .element-FAQ .navbar-item li {
    margin: 5px 15px;
  }
}
