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

.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 */



/* ABOUT US */


/* ABOUT US SECTION 1*/
.about-hero-img {
	  width: 100%;
	  height: 500px;
	  object-fit: cover;
	  display: block;
	  margin-top: -20px;
	}

	.about-section {
	  position: relative;
	  background-color: #fff;
	  height: auto;
	  padding: 75px 0 100px;
	  overflow: hidden;
	}

	.about-decoration {
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 100%;
	  width: 400px;
	  object-fit: contain;
	  z-index: 0;
	  margin-right: -60px;
	  overflow: visible;
	  margin-top: 70px;
	}

	.about-content {
	  position: relative;
	  z-index: 1;
	}

	.about-content h2 {
	  font-size: 2rem;
	  font-weight: bold;
	  margin-bottom: 1rem;
	}

	.about-description {
	  font-size: 1.3rem;
	  color: #333;
	  max-width: 1080px;
	  margin-bottom: 50px;
	}

	.about-journey {
	  display: flex;
	  gap: 1rem;
	  align-items: flex-start;
	  border-left: 15px solid #4DA6DD;
	  max-width: 900px
	}

	.journey-line {
	  width: 30px;
	  flex-shrink: 0;
	  border-radius: 8px;
	}

	.journey-items {
	  display: flex;
	  flex-direction: column;
	  gap: 2rem;
	}

	.journey-item {
	  display: flex;
	  align-items: flex-start;
	  gap: 1rem;
	}

	.journey-item img {
	  width: 75px;
	  height: 75px;
	  object-fit: contain;
	}

	.journey-item p {
	  font-size: 1rem;
	  color: #333;
	  margin: 0;
	  line-height: 1.5;
	}

	@media (max-width: 768px) {
	  .about-section {
		padding: 50px 0;
	  }

	  .about-decoration {
		display: none;
	  }

	  .journey-item {
		flex-direction: column;
		align-items: flex-start;
	  }

	  .journey-line {
		width: 5px;
	  }
	}

/* ABOUT US SECTION 2*/

	.vision-mission-section {
  background-color: #222124;
  color: white;
  height: 620px;
  padding-top: 25px;
  display: flex;
  align-items: center;
}

.vision-mission-section .container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.vision-section,
.mission-section {
  max-width: 800px;
  margin: 0 auto;
}

.quote-icon {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
}

.quote-left {
  left: 0;
  margin-left: -30px;
}

.quote-right {
  right: 0;
  margin-right: -30px;
}

.section-title {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: normal;
}

.section-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.vision-section .section-text {
  margin: 0 auto;
}

.mission-content {
  margin-top: 70px;
}

.mission-border {
  border-left: 15px solid #4DA6DD;
  padding-left: 30px;
  text-align: left;
}

/* ABOUT US SECTION 3*/

.why-choose-us-section {
  background-color: #F4F5F6;
  margin-top: 50px;
  padding: 60px 0;
}

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

.why-choose-us-title {
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: center;
  color: #222124;
  font-weight: normal;
}

.why-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.why-icon {
  color: #4DA6DD;
  font-size: 1.8rem;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1.2;
}

.why-text-container {
  flex: 1;
}

.why-heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #444243;
  margin-bottom: 10px;
}

.why-description {
  font-size: 1.4rem;
  color: #444243;
  line-height: 1.6;
}

/* ABOUT US SECTION 4*/

.get-to-know-services{
	margin-top: 80px;
	height: 320px;
}
.get-to-know-title {
	color: #444243;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
}
 .service-compare {
      position: relative;
      z-index: 1;
      margin-top: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5rem;
    }

	.service-compare .service-box button {
	  padding: 0.5rem 1.2rem;
	  background: transparent;
	  color: #444243;
	  border: 1px solid #444243;
	  border-radius: 6px;
	  cursor: pointer;
	  font-size: 1rem;
	}

	.service-box a {
			text-decoration: none;
		}

	.service-compare .service-box button:hover{
	  color: white;
	  background-color: #444243;
	  border: 1px solid #444243;
	  border-radius: 6px;
	  cursor: pointer;
	  font-size: 1rem;
	}

    .service-box {
      text-align: center;
      max-width: 200px;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
    }

	.service-box[lang="en"] .icon-text,
	.service-box[lang="id"] .icon-text {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 0.5rem;
	  color: white;
	  font-size: 1.4rem;
	  margin-top: 10px;
	  margin-bottom: 10px;
	}

    .divider {
      height: 150px;
      width: 1px;
      background-color: #444243;
    }

		.icon-text {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 0.5rem;
	  color: #444243;
	  margin-bottom: 1rem;
	}

	.icon-text img {
	  width: 60px;
	}

	.icon-text h3 {
	  margin: 0;
	  font-size: 1.6rem;
	}
