@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --black-color: #000000;
  --green-color: #16e703;
  --green-light-color: #65ff28;
  --orange-light-color: #fd9b40;
  --orange-color: #ff6600;
  --bacground-color: #fafafa;
  --blue-color: #0533ffbb;
  --white-color: #ffffff;
  --yellow-stars: #ffd700;
  --dark-blue: #2c3e50;
  --dark-green: #009e60;

  --font-family: "Lato", "sans-serif";
  --font-size: 0.94rem;

  --normal-font: 400;
  --bold-font: 600;

  --z-tool: 1;
  --z-fixed: 10;
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: var(--font-family);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
h1 {
  color: var(--dark-green);
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f9f9f9;
  z-index: var(--z-fixed);
  height: 100px;
  box-shadow: 0 8px 11px rgb(14 55 54 / 15%);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav_logo,
.nav_open,
.nav_close {
  color: var(--dark-blue);
}

.nav_data {
  height: 100%;
  display: flex;
}
.nav_logo {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 130px;
  height: 130px;
}
.nav_logo img {
  width: 130px;
}
.nav_toggle {
  position: absolute;
  right: 40px;
  align-self: center;
  width: 40px;
  height: 40px;
}
.nav_open,
.nav_close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 2rem;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.4s;
}
.nav_close {
  opacity: 0;
}

.nav_link {
  color: #444;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.2s;
  padding: 20px 10px;
}

.nav-layanan {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px 20px !important;
}

.layanan-menu {
  position: absolute;
  background-color: #f9f9f9;
  color: #444;
  top: 3.7rem;
  left: -3.5rem;
  width: 200px;
  list-style: none;
  transition: all 1s ease;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 110px;
}
.layanan-menu a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
}

.layanan-menu.active {
  display: block;
}
.layanan-list {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
.list-icon {
  transition: transform 0.2s ease;
}
.layanan-list:hover {
  cursor: pointer;
  background: var(--dark-green);
}
.layanan-list:hover {
  transition: background-color 0.3s, color 0.3s;
}

.admin {
  padding: 10px 15px;
  background-color: var(--dark-green);
  border-radius: 5px;
  color: var(--white-color);
}
.admin:hover {
  background-color: var(--dark-blue);
}

@media screen and (min-width: 1118px) {
  .nav_toggle {
    display: none;
  }
  .nav_list {
    height: 100%;
    display: flex;
    column-gap: 5rem;
    font-size: 1rem;
  }
  .nav_link {
    height: 100%;
    justify-content: initial;
  }
  .nav_link:hover {
    color: var(--dark-green);
  }
  .admin:hover {
    color: var(--white-color);
  }
}
/* For Mobile Device */
@media screen and (max-width: 1118px) {
  .header {
    height: 100px;
    box-shadow: 0 8px 11px rgb(14 55 54 / 15%);
  }
  .nav {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav_logo {
    position: absolute;
    top: -5px;
    left: 0;
    width: 120px;
    height: 120px;
  }
  .nav_logo img {
    object-fit: cover;
    width: 120px;
    align-self: center;
  }

  .nav_menu {
    position: absolute;
    left: -100%;
    top: 0;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    height: 100vh;
    transition: left 0.4s, opacity 0.3s;
    padding: 110px 20px 0px 20px;
    background-color: var(--black-color);
    box-sizing: border-box;
    z-index: 1;
    overflow-y: auto;
  }
  .nav_menu::-webkit-scrollbar {
    display: block;
    width: 2px;
  }
  .nav_data {
    z-index: 10;
    background: none;
  }
  .nav_list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    background: none;
  }
  .nav_link {
    color: white;
    background-color: var(--black-color);
  }
  .nav_link:hover {
    color: var(--dark-green);
  }
  .nav-layanan {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: none;
    padding: 10px 10px !important;
  }
  .layanan-header {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }
  .layanan-menu {
    position: relative;
    width: 100%;
    height: fit-content;
    background: none;
    display: none;
    margin-bottom: -40px;
    padding: 0;
    top: -30px;
    left: 20px;
    transform: translate(0%, 0%);
  }
  .layanan-menu.active {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .layanan-list:hover {
    cursor: pointer;
    color: var(--dark-green);
    background: none;
  }
  .layanan-menu a {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.767);
  }
  .admin {
    position: relative;
    background-color: var(--dark-green);
    border-radius: 5px;
  }
  .admin:hover {
    background-color: var(--dark-blue);
  }
}


.show-menu {
  opacity: 1;
  left: -0px;
  top: 0;
  width: 100%;
  pointer-events: initial;
}
.show-icon .nav_open {
  opacity: 0;
}
.show-icon .nav_close {
  opacity: 1;
}
.rotate-down {
  transform: rotate(90deg);
}

.box{
    width: 100%;
    height: 97vh;
    padding: 40px 20px;
    overflow: hidden;
}

/* title */
.title{
    position: relative;
    background-color:#2c3e50;
    display: block;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.title-design{
    background-color: #009e60;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 20%;
}
.title h1{
    font-size: 3rem;
    color: white;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}
.title h1 i{
    margin-right: 15px;
}

/* description services */
.desc{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
    max-width: 1250px;
    height: 100%;
}
.profil{
    padding: 20px;
}
.profil h1{
    font-size: 1.7rem;
    margin-bottom: 20px;
}
.profil p{
    font-size: 1.4rem;
    text-align: justify;
    color: #2c3e50;
}
.desc img{
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 450px;
    border-radius: 5px;
    object-fit: cover;
}

/* various services */
.various-srv{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
    min-height: 400px;
    padding: 40px 20px;
}
.various-srv h1{
    margin-bottom: 20px;
    text-align: left;
}
.various-srv i{
    margin-right: 10px;
}
.box-list-srv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.list-srv{
    display: flex;
    flex-direction: column;
    background-color: #2c3e50;
    height: 100%;
    min-height: 220px;
    width: 100%;
    max-width: 220px;
}
.list-srv:hover{
    cursor: pointer;
    transform: scale(1.02);
    .dsg-list{
        background-color: #16e703;
    }
}
.list-srv h2{
    min-height: 100px;
    text-align: center;
    font-size: 1.4rem;
}
.dsg-list{
    height: 70%;
    min-height: 100px;
    background-color: #009e60;
    color: #000000;
}
.dsg-list h2{
    font-size: 4rem;
    text-align: center;
}
.list-srv h2{
    flex: 30%;
    color: white;
    padding: 20px;
}

/* Benefit */
.benefit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background-color: #2c3e502d;
}
.benefit h1{
    font-size: 3rem;
    color: #009e60;
    margin-bottom: 25px;
}
.benefit-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
}

.benefit-list {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(10, 226, 2, 0.699);
    padding: 25px 20px;
    width: 100%;
    max-width: 350px;
    height: 100%;
    min-height: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    flex-direction: column;
    flex: 30%;
}
.benefit-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.benefit-list i {
    font-size: 5rem;
    color: #16e703;
    margin-bottom: 25px;
    height: 50%;
    min-height: 50%;
}

.benefit-list h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.benefit-list p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

/* CTA */
#cta {
  background-color: var(--dark-blue); 
  color: white;
  padding: 60px 20px;
  background-image: url('../../img/indonesia.svg'); 
  background-size: cover;
  background-position: center;
}

.cta-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cta-text {
  flex: 1 1 60%;
}

.cta-text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-button {
  flex: 1 1 30%;
  text-align: right;
}

.btn-cta {
  background-color: var(--orange-color);
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-cta:hover {
  background-color: var(--dark-green);
}



/* FAQ */
.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.faq-container h1 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: center;
    color: #009e60;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #009e60;
}
.question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 15px;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}
.question i{
    font-size: 20px;
    color:#2c3e50;
}

.question:hover {
    background-color: #009e60;
}

.answer {
    padding: 0 15px 15px;
    font-size: 0.95rem;
    line-height: 1.5;
    display: none;
    color: #444;
}

.faq-item.active .answer {
    display: block;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
    transform: rotate(180deg);
}

/* footer */
.footer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--black-color);
    color: white;
}
.footer-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding: 2rem;
    gap: 50px;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.footer-logo{
    text-align: center;
 }
 .footer-box img{
    margin: 0 auto;
    display: block;  
    height: 200px;
}
.footer-box h3{
    color: var(--dark-green);
    margin-bottom: 15px;
    min-height: 30px;
}
.footer-box p{
    text-align: justify;
}
.footer-box a{
    color: var(--white-color);
}
.footer-box a:hover{
    cursor: pointer;
    color: var(--dark-green);
}
#parent{
    color: var(--yellow-stars);
}
#parent:hover{
    color: var(--dark-green);
}
.tentang-kami, .social-media, .informasi{
    padding: 5px;
    max-width: 300px;
}
.tentang-kami hr{
    border: 1px solid var(--dark-green);
}
.social-media{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.social-media i{
    font-size: 20px;
    margin-right: 10px;
}
.informasi{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copyright{
    width: 100%;
    background-color: var(--dark-green);
    padding: 10px 10px;
    color: white;
}
.copyright p{
    font-size: 14px;
    text-align: right;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
  }
  



/* Responsive */
@media screen and (max-width: 1024px){
    .benefit-list {
        width: 30%;
    }
    
}
@media screen and (max-width: 768px){
    .desc{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 2;
        justify-items: center;
    }
    .profil{
        grid-area: 2;
    }
    .profil p{
        padding: 0;
    }
    .benefit-list {
        flex: 45%;
    }
    .benefit-list {
        width: 45%;
    }
    .benefit h1{
        font-size: 1.5rem;
    }
    .cta-content{
        flex-direction:column;
        gap: 40px;
    }
    .faq-container h1 {
        font-size: 1.5rem;
    }

    .question {
        font-size: 0.85rem;
    }

    .answer {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 480px){
    .question{
        gap: 10px;
    }
    .question p{
        max-width: 300px;
        text-align: left;
    }
    .profil{
        padding: 0px;
    }
    .list-srv{
        height: 100%;
        min-height: 0;
        width: 100%;
        max-width: 450px;
    }
    .cta-text h2{
        font-size: 1.1rem;
    }
    .footer-logo{
       text-align: center;
    }
    .footer-box img{
        margin: 0 auto;
        display: block;  
        margin-bottom: -40px; 
    }
    .copyright p{
        font-size: 12px;
    }
    .footer-box h3{
        font-size: 1rem;
        margin-bottom: -7px;
    }
    .footer-box p{
        font-size: 0.75rem ;
    }
    .footer-box a{
        font-size: 0.75rem;
    }
    .social-media i{
        font-size: 0.9rem;
    }
}
edia i{
        font-size: 0.9rem;
    }
}
