/* Base styles */
.element-contact-us {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

/* Navigation styles */
.navigasi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 70px;
  background-color: #1c1e53;
  position: relative;
}



.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;
}

.navbar {
  flex: 1;
  display: flex;
  justify-content: center;
}

.navbar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.navbar a {
  font-family: var(--body1-regular-font-family);
  font-weight: var(--body1-regular-font-weight);
  color: #ffffff;
  font-size: var(--body1-regular-font-size);
  letter-spacing: var(--body1-regular-letter-spacing);
  line-height: var(--body1-regular-line-height);
  white-space: nowrap;
  font-style: var(--body1-regular-font-style);
  text-decoration: none;
}



.group-4 {
  display: flex;
  align-items: center;
}

.vector-wrapper {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
}

.vector {
  width: 15px;
  height: 15px;
}

.overlap-group-wrapper {
  text-decoration: none;
}

.div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}

.text-wrapper-23 {
  font-family: var(--body1-regular-font-family);
  font-weight: var(--body1-regular-font-weight);
  color: #ffffff;
  font-size: var(--body1-regular-font-size);
  letter-spacing: var(--body1-regular-letter-spacing);
  line-height: var(--body1-regular-line-height);
  white-space: nowrap;
  font-style: var(--body1-regular-font-style);
}

/* 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;
}

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

.home-contact-us {
  display: flex;
  list-style: none;
  padding: 0;
  margin-left: 70px;
  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);
  letter-spacing: var(--body-2-letter-spacing);
  line-height: var(--body-2-line-height);
  font-style: var(--body-2-font-style);
}

.home-contact-us li + li::before {
  content: ">";
  margin: 0 5px;
}*/

/* Main content styles */
main {
  width: 100%;
  max-width: 1440px;
  padding: 0 70px;
  margin: 0 auto;
  position: relative;
}

.frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  width: 100%;
  max-width: 1070px;   
  margin-left: auto;   
  margin-right: auto;  
  padding: 0;          
}

.contact-info {
  display: flex;
  flex-direction: column;
  width: 410px;
  align-items: flex-start;
  gap: 24px;
}

.need-a-direct-line {
  font-family: var(--heading-h1-font-family);
  font-weight: var(--heading-h1-font-weight);
  color: #000000;
  font-size: var(--heading-h1-font-size);
  letter-spacing: var(--heading-h1-letter-spacing);
  line-height: var(--heading-h1-line-height);
  font-style: var(--heading-h1-font-style);
}

.info-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.text-wrapper-20 {
  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);
}

.phone {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 10px;
}

.icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.img {
  width: 32px;
  height: 32px;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.text-wrapper-19 {
  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);
  white-space: nowrap;
  font-style: var(--p-font-style);
}

.text-wrapper-21 {
  font-family: var(--h5-font-family);
  font-weight: var(--h5-font-weight);
  color: #000000;
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
  white-space: nowrap;
  font-style: var(--h5-font-style);
}

.text-wrapper-22 {
  font-family: "Exo", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.map {
  width: 630px;
  height: 369px;
  object-fit: cover;
}

/* Contact form styles */
.LEAVE-a-COMMENT {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1070px;
  align-items: flex-start;
  gap: 30px;
  margin: 60px auto;
}

.top-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.contact-us {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: #000000;
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  white-space: nowrap;
  font-style: var(--h2-font-style);
}

.text-wrapper-18 {
  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);
  white-space: nowrap;
  font-style: var(--p-font-style);
}

.form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.input-group {
  width: calc(50% - 10px);
}

.button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #9d9d9d;
}

.button-2 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 110px;
  align-items: flex-start;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #9d9d9d;
  opacity: 0.9;
}

.cate {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.component {
  width: 16px;
  height: 16px;
}

.posts-comment-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background-color: #1c1e53;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 10px;
}

.posts-comment {
  font-family: var(--a-font-family);
  font-weight: var(--a-font-weight);
  color: #ffffff;
  font-size: var(--a-font-size);
  letter-spacing: var(--a-letter-spacing);
  line-height: var(--a-line-height);
  white-space: nowrap;
  font-style: var(--a-font-style);
}

/* Footer styles 
.footer {
  width: 100%;
  margin-top: auto;
}

.overlap-group {
  display: flex;
  justify-content: space-between;
  padding: 60px 70px;
  background-color: #1c1e53;
}

.overlap-2 {
  width: 458px;
}

.text-wrapper {
  width: 327px;
  margin-top: 48px;
  margin-left: 36px;
  opacity: 0.9;
  font-family: var(--body1-regular-font-family);
  font-weight: var(--body1-regular-font-weight);
  color: #ffffff;
  font-size: var(--body1-regular-font-size);
  letter-spacing: var(--body1-regular-letter-spacing);
  line-height: var(--body1-regular-line-height);
  font-style: var(--body1-regular-font-style);
}

.group {
  position: relative;
  width: 458px;
  height: 294px;
}

.info-wrapper {
  position: absolute;
  width: 420px;
  height: 88px;
  top: 206px;
  left: 36px;
  background-color: #fcd980;
  border-radius: 5px 5px 0px 0px;
}

.info {
  position: relative;
  width: 367px;
  height: 58px;
  top: 15px;
  left: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.text-wrapper-2 {
  grid-column: 1;
  grid-row: 2;
  opacity: 0.8;
  font-family: var(--body1-regular-font-family);
  font-weight: var(--body1-regular-font-weight);
  color: var(--dark-blue);
  font-size: var(--body1-regular-font-size);
  letter-spacing: var(--body1-regular-letter-spacing);
  line-height: var(--body1-regular-line-height);
  font-style: var(--body1-regular-font-style);
}

.text-wrapper-3 {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--heading-8-medium-font-family);
  font-weight: var(--heading-8-medium-font-weight);
  color: var(--dark-blue);
  font-size: var(--heading-8-medium-font-size);
  letter-spacing: var(--heading-8-medium-letter-spacing);
  line-height: var(--heading-8-medium-line-height);
  font-style: var(--heading-8-medium-font-style);
}

.p {
  grid-column: 2;
  grid-row: 2;
  opacity: 0.8;
  font-family: var(--body1-regular-font-family);
  font-weight: var(--body1-regular-font-weight);
  color: var(--dark-blue);
  font-size: var(--body1-regular-font-size);
  letter-spacing: var(--body1-regular-letter-spacing);
  line-height: var(--body1-regular-line-height);
  font-style: var(--body1-regular-font-style);
}

.text-wrapper-4 {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--heading-8-medium-font-family);
  font-weight: var(--heading-8-medium-font-weight);
  color: var(--dark-blue);
  font-size: var(--heading-8-medium-font-size);
  letter-spacing: var(--heading-8-medium-letter-spacing);
  line-height: var(--heading-8-medium-line-height);
  font-style: var(--heading-8-medium-font-style);
}

.overlap-3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.AI-training-hub {
  margin-left: 15px;
  font-family: var(--heading-6-bold-font-family);
  font-weight: var(--heading-6-bold-font-weight);
  color: #ffffff;
  font-size: var(--heading-6-bold-font-size);
  letter-spacing: var(--heading-6-bold-letter-spacing);
  line-height: var(--heading-6-bold-line-height);
  font-style: var(--heading-6-bold-font-style);
}

.rectangle {
  width: 54px;
  height: 42px;
  object-fit: cover;
}

.group-2 {
  display: flex;
  justify-content: space-between;
  width: 397px;
}

.support, .support-2 {
  width: 45%;
}

.support ul, .support-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support a, .support-2 a {
  display: block;
  margin-bottom: 15px;
  font-family: var(--heading-8-regular-font-family);
  font-weight: var(--heading-8-regular-font-weight);
  color: #ffffff;
  font-size: var(--heading-8-regular-font-size);
  letter-spacing: var(--heading-8-regular-letter-spacing);
  line-height: var(--heading-8-regular-line-height);
  font-style: var(--heading-8-regular-font-style);
  text-decoration: none;
}

.text-wrapper-8, .text-wrapper-11 {
  display: block;
  margin-bottom: 20px;
  font-family: var(--heading-7-medium-font-family);
  font-weight: var(--heading-7-medium-font-weight);
  color: #ffffff;
  font-size: var(--heading-7-medium-font-size);
  letter-spacing: var(--heading-7-medium-letter-spacing);
  line-height: var(--heading-7-medium-line-height);
  font-style: var(--heading-7-medium-font-style);
}
*/


/* 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-tagline {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.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;
}

/* Accessibility styles */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .frame, .LEAVE-a-COMMENT {
    padding: 0 20px;
  }
  
  .map {
    width: 50%;
    height: auto;
  }
  
  .contact-info {
    width: 45%;
  }
}

@media (max-width: 992px) {
  .navigasi {
    padding: 0 20px;
  }
  
  .navbar ul {
    gap: 15px;
  }
  
  .overlap-group {
    flex-direction: column;
    gap: 40px;
  }
  
  .group-2 {
    margin-left: 36px;
  }
}

@media (max-width: 768px) {
  .frame {
    flex-direction: column;
    align-items: center;
  }
  
  .contact-info, .map {
    width: 100%;
  }
  
  .map {
    margin-top: 30px;
  }
  
  .navigasi {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
  
  .navbar {
    margin: 20px 0;
  }
  
  .navbar ul {
    flex-direction: column;
    align-items: center;
  }
  
  .navbar li {
    margin-bottom: 10px;
  }
  
  .input-group {
    width: 100%;
  }
  
  .group-3 {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .navbar-item ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .home-contact-us {
    margin-left: 20px;
  }
  
  .overlap-group {
    padding: 40px 20px;
  }
  
  .group, .overlap-2 {
    width: 100%;
  }
  
  .info-wrapper {
    width: 90%;
    left: 0;
  }
  
  .text-wrapper {
    margin-left: 0;
  }
}
