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

.html {
  scroll-behavior: initial;
}

body {
  background-color: #ffffff;
  font-family: 'kokoro', sans-serif;
  width: 100%;
}

.navbar {
  background-image: url(gambar/Group2.png);
  background-size: cover;
  width: 100%;


}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  padding: 10px;
  z-index: 1001;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.hamburger span {
  width: 30px;
  height: 3px;
  background-color: #000000;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.header-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
}

.header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

.logo-header {
  width: 200px;
  display: block;
  margin-left: 20px;
}

.logo-wrapper1 {
  border-radius: 8px;
  margin-left: 50px;
  height: 100px;
  margin-top: 10px;
}

.nav-container {
  padding-top: 65px;
  align-items: right;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
}

.nav-links li a {
  display: inline-block;
  padding: 5px 15px;
  font-family: 'kokoro', sans-serif;
  font-size: 1.5vw;
  font-weight: normal;
  color: rgb(255, 255, 255);
  border: 2px solid transparent;
  text-decoration: none;
}

.nav-links li a:hover {
  display: inline-block;
  border-color: #000000;
  background-color: #00e0c2;
  color: rgb(0, 0, 0) !important;
  cursor: pointer;
}

.btn-hubungi {
  padding-left: 2rem;
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: #00e0c2;
  color: rgb(0, 0, 0);
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.5vw;

  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-hubungi:hover {
  background-color: #00e0c2c7;
}

.hero {
  display: column;
  color: #fff;
}

.hero-content {
  margin-top: 180px;
  align-items: center;
  justify-items: center;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.hero-content h3 {
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.hero-content p {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  padding-bottom: 180px;
}


.btn-info {
  margin-bottom: 30px;
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #00e0c2;
  color: #000000;

  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
}

.btn-info:hover {
  background-color: #00e0c2c7;
}

.btn-info::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #000000;
  background: #fff url('gambar/right-up.png') no-repeat center center;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
}

.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 60px;
  text-align: center;
}

.wa-float img {
  width: 150px;
  margin-top: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.wa-float img:hover {
  transform: scale(1.2);
}

.deskripsi {
  padding: 40px 60px;
  margin-left: 70px;
  margin-top: 30px;
}

.eyebrow {
  width: 80px;
  height: 6px;
  background: #00E5FF;
  border-radius: 4px;
  margin: 0 0 12px 0;
}


.deskripsi h2 {
  font-size: 35px;
  margin: 0 0 15px 0;
  color: #111;
}

.deskripsi p {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 45px;
  color: #333;
}

.deskripsi ol {
  margin: 0 0 45px 20px;
  padding: 0;
}

.deskripsi li {
  font-size: 25px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.info {
  background-color: #F1F1F1;
  padding: 40px 20px;
  min-height: 100vh;
}

.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.search-bar input {
  flex: 1;
  min-width: 10.4vw;
  max-width: 20.8vw;
  width: auto;
  outline: none;
  font-size: 16px;
  padding: 10px;
  margin-right: 10px;
  border: 2px solid rgb(0, 0, 0);
}

.search-bar button {
  border: 2px solid rgb(0, 0, 0);
  background: #24E7CA;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.search-bar button:hover {
  background: #00bfa5;
}

.title {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}

.form-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}


select {
  width: auto;
  min-width: 300px;
  height: 60px;
  padding: 8px 40px 8px 15px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: left;
  text-align-last: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff url("gambar/right-down.png") no-repeat right 8px center;
  background-size: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  font-weight: bold;
  width: 151px;
  height: 60px;
  font-size: 25px;
  background-color: #7EBEE9;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background-color: #3385cc;
}

.section-header,
.section-header2 {
  background: #7EBEE9;
  color: #000000;
  padding: 1vw 2vw;
  font-size: 3.2vw;
  font-weight: bold;
  border-radius: 2vw;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 3vw;
  transition: background 0.3s ease;
}

.section-header2 {
  background: #24E7CA;
}

.section-header img,
.section-header2 img {
  width: 3vw;
  height: 3vw;
  transition: transform 0.3s ease;
}

.section-header.active img,
.section-header2.active img {
  transform: rotate(0deg);
}



.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3vw;
  margin: 1vw 3vw;
  margin-top: 2vw;
  transition: max-height 0.5s ease;
  align-items: stretch;
}

.card {
  margin-top: 2.5vw;
  background: #fff;
  box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease;
  padding: 0;
  min-height: 28vw;
}

.card:hover {
  transform: translateY(-0.5vw);
}

.card img {
  margin-bottom: 2.5vw;
  width: 100%;
  height: auto;
  display: block;
}

.btn-detail {
  margin: 2.5vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  height: 2.7vw;
  width: 8vw;
  background: #7EBEE9;
  color: #000000;
  text-decoration: none;
  font-size: 1.7vw;
  font-weight: bold;
  margin-top: auto;
}

.btn-detail:hover {
  background: #689fc3;
}

.card h4 {
  margin-bottom: 2.5vw;
  font-size: 1.5vw;
  font-weight: bold;
  min-height: 4.7vw;
  line-height: 1.3;
}

.card p {
  margin-bottom: 2.5vw;
  font-size: 1.4vw;
  min-height: 2vw;
  line-height: 1.3;
}


.footer {
  width: 100%;
  background: #2D3E56;
  color: white;
  padding: 50px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-brand {
  flex: 1;
  min-width: 250px;
}

.footer-brand p {
  margin-top: 10px;
  font-size: 0.9em;
}

.sosmed {
  display: flex;
  gap: 20px;
  padding: 15px;
}

.sosmed img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.sosmed img:hover {
  transform: scale(1.2);

}


.logo-wrapper {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 8px;
}

.footer p {
  font-size: 18px;
}

.logo-footer {
  width: 160px;
  height: auto;
  display: block;
}

.footer-links {
  flex: 2;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-around;

}

.footer-links h4 {
  font-size: 30px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  font-size: 0.9em;
}

.footer-links li {
  margin-bottom: 5px;
  margin-top: 10px;
}

.foot-links {
  font-size: 20em;
}

.foot-links li a {
  color: #F1F1F1;
  text-decoration: none;
}

.foot-links li a:hover {
  color: #000000;
}

.footer-links p {
  font-size: 1.2vw;
}

.footer-links ul {
  font-size: 1.2vw;
}

.kontak-kami p {
  margin-top: 20px;
}

@media (max-width: 1300px) {
  .nav-links {
    gap: 1.5vw;
    margin-right: 20vw;
  }

  .nav-links li a {
    font-size: 2vw;
  }

  .btn-hubungi {
    font-size: 2vw;
    padding: 0.8vw 1.6vw;
    right: 3vw;
  }

  .hero-content h1 {
    font-size: 3.5vw;
  }

  .hero-content h3 {
    font-size: 4vw;
  }

  .hero-content p {
    font-size: 1.8vw;
  }

  .btn-info {
    font-size: 1vw;
    padding: 1vw 2vw;
  }

  .promo-section h1 {
    font-size: 3.5vw;
  }

  .promo-section p {
    font-size: 1.3vw;
  }

  .btn-kami {
    font-size: 1vw;
    padding: 1vw 2vw;
  }

  .section-header,
  .section-header2 {
    font-size: 3vw;
  }

  .card-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .card p {
    font-size: 1.3vw;
  }

  .card h4 {
    font-size: 1.3vw;
    margin-bottom: 1.56vw;
    min-height: 6vw;
  }

  .btn-detail {
    font-size: 1.4vw;
  }

}

@media (max-width: 1024px) {
  .logo-header {
    width: 150px;
  }

  .hero-content h1 {
    font-size: 3.13vw;
  }

  .hero-content h3 {
    font-weight: 600;
    font-size: 3vw;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .hero-content p {
    font-weight: 500;
    font-size: 2vw;
    margin-bottom: 40px;
  }

  .btn-info {
    font-size: 2vw;
  }

  .btn-lihat {
    font-size: 2.5vw;
  }

  .title {
    font-size: 4vw;
  }

  .info p {
    font-size: 2vw;
  }

  .nav-links {
    font-size: 2vw;
    margin-right: 20vw;
  }

  .search-bar input {
    flex: 1;
    min-width: 100px;
    max-width: 200px;
    width: auto;
    min-width: 200px;
    outline: none;
    font-size: 16px;
    padding: 10px;
    margin-right: 10px;
    border: 2px solid rgb(0, 0, 0);
  }

  .btn-hubungi {
    font-size: 2vw;
    padding-left: 1rem;
  }

  .section-header,
  .section-header2 {
    font-size: 25px;
  }


  .deskripsi h2 {
    font-size: 3vw;
  }

  .deskripsi p {
    font-size: 1.6vw;
  }

  .deskripsi li {
    font-size: 1.6vw;
  }

  .form-container {
    position: relative;
    z-index: 3000;
  }

  select {
    width: auto;
    min-width: 200px;
    padding: 0.3vw 2.1vw 0.4vw 0.8vw;
    font-size: 1.5vw;
    height: 4vw;
    background-size: 1.4vw;
  }

  button {
    width: 10vw;
    height: 4vw;
    font-size: 2vw;
  }

  .card-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .card p {
    font-size: 1.3vw;
  }

  .card h4 {
    font-size: 1.5vw;
    margin-bottom: 1.56vw;
  }

  .btn-detail {
    font-size: 1.6vw;
  }

  .footer {
    align-items: center;
  }

  .footer-top {
    flex-direction: column;
    gap: 4vw;
    align-items: center;
  }

  .footer-brand {
    text-align: center;
  }

  .logo-footer {
    width: 1;
    height: 120px;
  }

  .logo-wrapper {
    margin-bottom: 40px;
  }

  .sosmed {
    margin-top: 30px;
    justify-content: center;
  }

  .sosmed img {
    width: 9vw;
    height: 12vw;
  }

  .footer-links {
    width: 100%;
    gap: 4vw;
    text-align: left;
  }

  .footer-brand p {
    font-size: 2.5vw;
  }

  .footer-links h4 {
    font-size: 3vw;
  }

  .footer-links ul {
    font-size: 2vw;
  }

  .footer-links p {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {

  .navbar {
    height: 480px;
  }

  .hamburger {
    margin-top: 20px;
    display: flex;
  }

  .header-background {
    height: 10px;
  }

  .logo-wrapper1 {
    height: 120px;
    position: relative;
    z-index: 2001;
    margin-bottom: 50px;

  }

  .logo-header {
    width: 120px;
  }

  .btn-hubungi {
    font-size: 2.2;
    position: static;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .nav-container {
    padding-left: 50px;
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    z-index: 1000;
    font-size: 1rem;
  }

  .nav-container.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-links {
    margin-top: 70px;
    flex-direction: column;
    width: 100%;
  }

  .nav-links li a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 2.2vw;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .nav-links li a:hover {
    display: inline-block;
    cursor: pointer;
  }

  .hero-content h1 {
    font-size: 2.8vw;
  }

  .hero-content h3 {
    font-size: 5vw;
  }

  .hero-content p {
    font-size: 2.4vw;
  }

  .deskripsi {
    margin-left: 20px;

    padding: 20px;
  }

  .deskripsi h2 {
    font-size: 3.5vw;
  }

  .deskripsi p {
    font-size: 2vw;
  }

  .deskripsi li {
    font-size: 2vw;
  }

  .title {
    font-size: 35px;
  }

  .card-container {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
  }

  .section-header,
  .section-header2 {
    font-size: 20px;
  }

  .form-container {
    align-items: center;
    gap: 15px;
  }

  select {
    font-size: 13px;
    width: 70px;
    height: 35px;
  }

  button {
    width: 100px;
    height: 35px;
    font-size: 16px;
  }

  .card p {
    font-size: 2.3vw;
  }

  .card h4 {
    font-size: 2.5vw;
    margin-bottom: 1.2vw;
    min-height: 12vw;
  }

  .btn-detail {
    font-size: 2.6vw;
    padding: 2vw 6vw;
  }

  .footer {
    padding: 5vw 4vw;
  }

  .footer-top {
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }

  .footer-brand {
    width: 100%;
    text-align: center;
  }

  .logo-footer {
    width: 25vw;
    max-width: 120px;
  }

  .footer-links {
    width: 100%;
    gap: 4vw;
  }

  .footer-links h4 {
    text-align: left;
  }

  .footer-links ul {
    text-align: left;
  }

  .wa-float img {
    width: 20vw;
    right: 60px;
  }
}

@media (max-width: 600px) {

  .navbar {
    height: 450px;
  }

  .hamburger {
    margin-top: 10px;
    display: flex;
  }

  .header-background {
    height: 10px;
  }

  .logo-wrapper1 {
    padding-right: 50px;
    height: 120px;
    position: relative;
    z-index: 2001;
    margin-bottom: 50px;

  }

  .logo-header {
    width: 80px;
    margin: 0 -3vw;
  }

  .btn-hubungi {
    font-size: 2.2;
    position: static;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .nav-container {
    padding-left: 50px;
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    z-index: 1000;
    font-size: 1rem;
  }

  .nav-container.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-links {
    margin-top: 70px;
    flex-direction: column;
    width: 100%;
  }

  .nav-links li a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 2.2vw;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .nav-links li a:hover {
    display: inline-block;
    cursor: pointer;
  }

  .hero-content h1 {
    font-size: 3.3vw;
    margin-top: 10px;
    margin: 0 -10vw 35px;
  }

  .hero-content h3 {
    font-size: 5vw;
  }

  .hero-content p {
    font-size: 2.5vw;
    margin-top: 10px;
  }

  .deskripsi h2 {
    font-size: 3vw;
  }

  .deskripsi p {
    font-size: 2vw;
  }

  .deskripsi li {
    font-size: 2vw;
  }

  .eyebrow {
    width: 50px;
    height: 6px;
  }

  .card-container {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
  }

  .section-header,
  .section-header2 {
    font-size: 17px;
  }

  .form-container {
    align-items: center;
    gap: 15px;
  }

  select {
    min-width: 160px;
    padding: 0.3vw 2.1vw 0.4vw 0.8vw;

    font-size: 2.5vw;

    height: 7vw;

    background-size: 1.4vw;

  }

  button {
    width: 13vw;

    height: 8vw;

    font-size: 3vw;

  }

  .card p {
    font-size: 2.8vw;
  }

  .card h4 {
    font-size: 3vw;
    margin-bottom: 1.2vw;
  }

  .btn-detail {
    font-size: 2.6vw;
  }

  .footer {
    padding: 6vw 4vw;
  }

  .footer-brand p {
    font-size: 3vw;
  }

  .logo-footer {
    align-items: center;
    width: 20vw;
    height: 20vw;
  }

  .footer-links {
    display: flex;
    gap: 5vw;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links h4 {
    font-size: 3vw;
    text-align: left;
  }

  .footer-links ul {
    font-size: 2.5vw;
    list-style: none;
    padding: 0;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 10px;
    text-align: center;
    margin-right: 20px;
  }

  .navbar {
    height: 350px;
  }

  .hamburger {
    margin-top: 15px;
    display: flex;
  }

  .header-background {
    height: 8px;
  }

  .logo-wrapper1 {
    height: 100px;
    position: relative;
    z-index: 2001;
    margin-bottom: 40px;
  }

  .logo-header {
    width: 80px;
  }

  .btn-hubungi {
    font-size: 2vw;
    position: static;
    align-self: flex-start;
    margin-bottom: 15px;
  }

  .nav-container {
    padding-left: 30px;
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    z-index: 1000;
    font-size: 0.9rem;
  }

  .nav-container.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-links {
    margin-top: 60px;
    flex-direction: column;
    width: 100%;
  }

  .nav-links li a {
    display: inline-block;
    padding: 12px 25px;
    font-size: 3vw;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .nav-links li a:hover {
    cursor: pointer;
  }

  .hero-content h1 {
    font-size: 3vw;
  }

  .hero-content h3 {
    font-weight: 600;
    font-size: 4vw;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .hero-content p {
    font-weight: 500;
    font-size: 2vw;
    margin-bottom: 30px;
  }

  .btn-info {
    padding: 1vw 2vw;
    font-size: 3vw;
  }

  .deskripsi h2 {
    font-size: 3vw;
  }

  .deskripsi p {
    font-size: 2vw;
  }

  .deskripsi li {
    font-size: 2vw;
  }

  .title {
    font-size: 25px;
  }

  .section-header,
  .section-header2 {
    font-size: 2.5vw;
  }


  .form-container {
    align-items: center;
    gap: 12px;
  }

  select {
    min-width: 100px;
    padding: 0.3vw 2.1vw 0.4vw 0.8vw;
    font-size: 2.5vw;
    height: 7vw;
    background-size: 1.4vw;

  }

  button {
    width: 13vw;
    height: 8vw;
    font-size: 3vw;

  }

  .search-bar input {
    height: 2vw;
  }
}