
/* CSS */
	html {
  scroll-behavior: smooth;
}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Figtree;
    }

    .container {
      width: 80%;
      max-width: 1200px;
      margin: 0 auto;
    }

		[lang="en"],
	[lang="id"] {
	  display: none; /* Hide all language-specific content by default */
	}

	.lang-en [lang="en"],
	.lang-id [lang="id"] {
	  display: block; /* Show content for the selected language */
	}


/* NAVIGATION BAR */

    header {
      position: sticky;
      top: 0;
      background-color: white;
      z-index: 1000;
    }

    .navbar-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      max-width: 1200px;
      margin: auto;
      flex-wrap: nowrap;
    }

    .logo {
      font-weight: bold;
      font-size: 1.5rem;
	  max-width: 200px;
	  flex-shrink: 0;
    }

		.navigation-logo {
	  width: 150px;
	  height: auto;
	  display: block;
	}

    .hamburger {
      display: none;
      font-size: 1.5rem;
      cursor: pointer;
    }

    nav {
		font-size: 12pt;
    }

    nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 2rem;
    }

    nav ul li a, .dropbtn {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      background: none;
      border: none;
      cursor: pointer;
	  font-size: 12pt;
    }

    .dropdown {
      position: relative;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      min-width: 145px;
      z-index: 999;
      padding: 0.1rem 0;
    }

    .dropdown-content li {
      padding: 0.5rem 1rem;
	  display: flex;
	  align-items: center; 
	  gap: 0.2rem;
    }

	.dropdown-content li a {
	  display: flex;
	  align-items: center;
	  gap: 0.2rem;
	  color: #333;
	  text-decoration: none;
}

	.dropdown-content img {
	  width: 22px;
	  justify-content: center;
      align-items: center;
	}

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .nav-right {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .download-btn {
      background-color: black;
      color: white;
      padding: 0.5rem 1rem;
      display: flex;
      align-items: center;
	  justify-content: center;
      gap: 0.5rem;
      border: none;
      cursor: pointer;
	  max-width: 125px;
	  min-width: 150px;
	  max-height: 30px;
	  font-size: 9pt;
	  text-decoration: none;align-content: 
    }

    .lang-switch {
      display: flex;
      gap: 0.2rem;
	  font-size: 9pt;
    }

    .lang-switch div {
      width: 30px;
      height: 30px;
      border: 1px solid #333;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: black;
      color: white;
      cursor: pointer;
    }

    .floating-bar {
      position: sticky;
      top: 73px;
      height: 15px;
      background-color: white;
      z-index: 999;
    }
	  
	  
    @media (max-width: 960px) {
      .navbar-container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
      }
		
	  .floating-bar {
      position: sticky;
      top: 120px;
      height: 15px;
      background-color: white;
      z-index: 999;
    }
			
    .gap-spacer {
      height: 10px;
    }

      nav {
        display: none;
        width: 100%;
      }

      nav.active {
        display: block;
      }

      nav ul {
        flex-direction: column;
        gap: 1rem;
        margin-top: 0rem;
      }

      .nav-right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        gap: 1rem;
      }

      .download-btn,
      .language-selector {
        flex: 1;
        display: flex;
        justify-content: flex-end;
      }
	  
      .hamburger {
        display: flex;
		padding: 5px;
		border-radius: 5px;
		border: 1px solid black;
      }
    }
	  
	  @media (max-width: 600px) {
  .nav-right {
    flex-direction: row;
    align-items: center;
	  
  }	  
		  
  .download-btn {
    width: 100%;
    justify-content: center;
  }

  .lang-switch {
    justify-content: flex-end;
    width: 100%;
  }
}
/* NAVIGATION BAR END */

/* FOOTER */

 .footer-section {
  background-color: #242325;
  color: white;
  padding: 2rem 5%;
  position: relative;
  z-index: 2;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 170px;
  margin-top: 30px;
}

.footer-col {
  flex: 1;
  min-width: 260px;
  margin: 0.5rem;
}

.logo-col {
  display: flex;
  align-items: flex-start;
}

.footer-logo {
  max-width: 260px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer-icon-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.1rem;
}

.footer-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer-divider {
  height: 2px;
  background-color: #2B4C64;
  margin: 1rem 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 0.9rem;
}

.footer-social a {
  margin-left: 1rem;
}

.footer-social img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 10px;
  }
}
/* FOOTER END */


/* CONTACT US */
.contact-header {
	height: 350px;
	overflow: hidden;
	margin-top: -30px;
}


  .contact-header img {
	min-height: 400px;
	width: 100%;
    display: block;
	z-index: 1;
	position: relative;
	object-fit: cover;
  }

  .contact-intro-section {
    display: flex;
    position: relative;
    background: #ffff;
    padding: 80px 0px;
	flex-direction: column;
  }

  .contact-content {
    max-width: 700px;
	z-index: 2;
	background-color: white;
  }

  .contact-content h2 {
    font-size: 2rem;
	margin-bottom: 1rem;
  }

  .contact-hours {
    margin-top: 20px;
    font-size: 1rem;
  }

  }
body {
}

* {
  box-sizing: border-box;
}

.contact-form-section {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.emailContainer {
  width: 80%;
  padding: 0 0vw;
}

.s1CharacterStyle h1 {
  font-weight: bold;
  font-size: 25px;
  color: black;
  text-align: left;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

input[type=text],
input[type=email],
textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 6px;
  resize: vertical;
  font-size: 1rem;
  display: block;
}

input[type=email],
#subject {
  width: 50%;
}

#name,
#company {
  width: 25%;
  display: inline-block;
  margin-right: 10px;
}

#message {
  width: 95%;
  padding-bottom: 260px;
}

input[type=submit] {
  background-color: #27AAE1;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
}

input[type=submit]:hover {
  background-color: #00C3FF;
}

small {
  font-size: 0.9em;
  color: #777;
}

@media (max-width: 768px) {
  .emailContainer {
    padding: 0 0vw;
	width: 100%;
  }

  input[type=text],
  input[type=email],
  #subject,
  #message {
    width: 100%;
  }

  #name,
  #company {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}

.contact-location-section {
  background: #fff;
  padding: 60px 0vw;
  width: 80%;
  z-index: 2;
  position: relative;
}


.contact-location-content h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 40px;
  color: #black;
  margin-bottom: 30px;
  text-align: left;
}

.location-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.location-icon {
  flex-shrink: 0;
}

.location-text p {
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
  text-align: left;
  margin: 0;
}

.contact-map-container {
  width: 80%;
  height: 600px;
  overflow: hidden;
  border-radius: 10px;
}

.contact-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.svg-decoration {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}

.svg-decoration img {
  height: calc(100% + 650px);
  margin-top: 600px;
  margin-right: 0;
  display: block;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .location-info {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .contact-location-section {
    padding: 60px 5vw;
  }
	
	.contact-map-container {
		width: 100%;
	}
	
}
