@charset "UTF-8";
/* ========== Google Fonts =========== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
/* ========== CSS Variables =========== */

/* Mendefinisikan variabel warna di :root */
:root {
  --primary-color: #009A46; /* Biru */
  --secondary-color: #4cee90; /* Hijau */
  --third-color: #5A4EF6; /* Hijau */
  --fourth-color: #F84034; /* Hijau */
  --text-color: #333; /* Warna teks */
  --background-color: #f4f4f4; /* Warna latar belakang */
  --color2:#acffca;
}
/* Custom CSS styles */
/* Reset margin dan padding standar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.navbar{
  background-color: #ffffff !important;
  color: var(--primary-color);
  padding: 2% 0;
}

.navbar a{
  color: var(--primary-color) !important;
}

/* Hero Section */
.hero {
  background-color: var(--primary-color) !important; /* Biru Langit */
  background-image: url(../asset/bg-miru.png);
  background-position: right top;
  background-size: cover;
  background-position: bottom center;
  color: #ffffff !important;
  padding: 0% 5% 0% 5%;
}

.hero .container{
  border: 1px solid #dedede;
  padding: 5% 10%;
}

.hero .btn .bi{
  color: #eeff00;
}

.hero h1 {
  font-size: 2.1rem;
  font-weight: bold;
}
.hero img {
  width: 100%;
  padding: 0 0 0 10%;
  height: auto;
  text-align: right !important;
}


.hero p {
  font-size: 17px;
  margin-bottom: 5%;
}
.hero p a{
  text-decoration: none;
  color: #25418f !important;
  font-weight: 700;
}

.hero ol{
  background-color: #f3f8ff !important;
  padding: 3% 7%;
}
.hero ol li{
  color: red;
  font-style: italic;
  font-size: 14px;
}

.section-title {
      margin: 60px 0 30px;
      font-weight: bold;
    }

    .product-card {
      transition: transform 0.3s;
    }

    .product-card:hover {
      transform: translateY(-5px);
    }

    .client-logo {
      opacity: 0.7;
      transition: opacity 0.3s;
    }

    .client-logo:hover {
      opacity: 1;
    }

    .whatsapp-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }


/* highlight */

#highlight{
  background-color: #fdfdfd;
}

#highlight img{
  width: 100%;
  height: auto;
}

#highlight h6{
  font-weight: 600;
}

#highlight p{
  font-size: 14px;
  line-height: 14px;
}
#highlight .col-md-9 .bi{
  margin-right: 5px;
  color: gold;
}


/* why us */

#whyus{
  background-color: #222222;
  color: var(--background-color);
}

#whyus .col{
  background-color: #222222 !important;
  color: var(--background-color);
  
}
#whyus .col .card{
  background-color: #323232 !important;
  color: var(--background-color);
  border: 1px solid #606060 !important;
}
#whyus .col .card .card-body{
  padding: 7%;
}
#whyus .col .card p{
  color: var(--background-color);
}

.whyus .col-md-4{
  margin-bottom: 2%;
}

#whyus ul li{
  list-style: none;
}

/* paket */

.paket h3{
  font-weight: 700;
}
.paket h5{
  font-weight: 500;
}

.paket ol li{
  font-size: 14px;
}

/* klien */

#klien{
  padding:10% 1%;
}

#klien .col-md-4 .client-logo{
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 5% 2%;
}

/* cta */

#cta{
  background-image: url(../asset/bg-miru.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Btn Style */

.btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Card Style */
.card {
  border: 1px solid #dedede;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 20px;
}

.card h4 {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
}

.card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}


/* Section umum */
section {
  padding: 60px 0;
}

section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/* Card Styling untuk Layanan */
#services .card {
  margin-bottom: 30px;
}

#services .card-body {
  background-color: #F4F6F9; /* Warna terang untuk latar belakang card */
}

/* About Section */
#about {
  color: #333;
}

#about .container{
  background-color: var(--background-color); /* Biru Muda */
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 10% 5%;

}

#about .btn{
  background-color: var(--primary-color);
  color: var(--background-color);
  padding: 2% 5% !important;
}
#about .btn .bi{
  margin-right: 10px;
  color: #eeff00;
}

#about .cntr{
  background-color:var(--primary-color);
  margin-top: 3%;
  padding: 5%;
  border-radius: 5px;
  border: 2px dashed #ebff0d;
  font-size: smaller;
  color: var(--background-color);
  border-radius: 15px;
}

#about h3{
  font-weight: 700;
  color: var(--primary-color);
}

#about p {
  font-size: 1.1rem;
  line-height: 1.7;
}

#about img{
  width: 90%;
  height: auto;
}

/* Vision & Mission Section */
#vision-mission {
  background-color: rgb(23 37 84); /* Biru Langit */
  color: var(--background-color);
  padding: 10% 0 0 0;
}

#vision-mission h3 {
  font-size: 2rem;
}

#vision-mission img {
  width: 100%;
  height: auto;
}
#vision-mission ul {
  padding-left: 20px;
}

#vision-mission li {
  font-size: 1.1rem;
  margin: 10px 0;
}

/* Services Section */
#services {
  background-color: #ffffff;
  padding: 10% 0 0 0;
  font-size: smaller;
}

#services .cntr{
  background-color: rgb(23 37 84); /* Biru Langit */
  color: var(--background-color);
  padding: 5% 5% 10% 5%;
  border-radius: 25px;
}
#services .cntr-a{
  padding: 0% 5% 10% 5%;
  margin-top: -8%;
}

#services .bi{
  border-radius: 5px;
  padding: 10px;
  background-color: rgb(210, 219, 250);
}

#services .card {
  border: none;
  border-radius: 25px;
  min-height: 400px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

#services .card-body {
  background-color: #F0F8FF; /* Biru Muda */
  padding: 10% !important;
}

/* Keunggulan Section */
#keunggulan {
  color: #333;
  padding: 0 22%;
}

#keunggulan .container{
  background-color: #E3F6F5 !important; /* Hijau Laut Muda */
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 10% 5%;

}

#keunggulan h3{
  font-weight: 700;
  color: var(--primary-color);
}

#keunggulan ul {
  list-style-type: none;
}

#keunggulan li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
#keunggulan li .bi{
  padding: 12px;
  background-color: rgb(210, 219, 250);
  border-radius: 10px;
  margin-right: 10px;
}

#keunggulan img{
  width: 100%;
  height: auto;
}

#keunggulan .col-md-12 img{
  width: 100px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 2%;
}
#keunggulan .col-md-12 img:hover{
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Contact Section */
#contact {
  color: var(--background-color);
  text-align: left;
  padding: 0% 22%;
}

#contact .container{
  background-color: var(--primary-color);
  padding: 10% 5%;
}

#contact .col-md-8{
  padding-left: 10%;
}

#contact .col-md-4 img{
  width: 100%;
  height: auto;
}

#contact iframe{
  width: 100%;
  height: 330px;
}

#contact p {
  font-size: 1.1rem;
}

/*Table*/

table {
  width: 100%; /* Makes the table occupy full width */
  border-collapse: collapse; /* Ensures table borders collapse together */
  margin: 20px 0; /* Adds space above and below the table */
}
th, td {
  padding: 12px; /* Adds padding inside each table cell */
  text-align: center; /* Centers the text inside each cell */
  border: 1px solid #ddd; /* Adds a light gray border to each cell */
}
th {
  background-color: #f2f2f2; /* Gives a light gray background color to header cells */
}
.note {
  font-style: italic; /* Makes the text in the .note class italic */
  color: #ff6600; /* Sets the text color to orange */
  font-size: 14px !important;
  text-align: left !important;
}

/* Footer */
footer {
  color: white !important;
  padding: 0 22% !important;
}

footer p {
  margin: 0;
}
footer p a{
  color: #F84034;
}

/* Media Queries untuk responsif */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero{
    padding: 15% 5% 5% 5%;
  }

  #highlight{
    padding: 10% 5%;
  }

  #highlight .row .col-md-4{
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #dedede;
  }
  #highlight .row .col-md-3{
    width: 25%;
  }
  
  #highlight .row .col-md-3 img{
    width: 80%;
  }

  #highlight .row .col-md-9{
    width: 75%;
  }

  #keunggulan{
    padding: 0;
  }

  #about{
    padding: 0;
  }

  #keunggulan .container{
    padding:10% 5%;
  }

  #about .container{
    padding: 10% 5%;
  }
  #about .container .col-md-4{
    padding: 0;
    margin-top: 10%;
  }

  
  #contact{
    padding: 0;
  }

  #contact .container{
    padding:10% 5%;
  }

  #contact .col-md-4 img{
    width: 100%;
  }

  .hero p {
    font-size: 1.1rem;
  }

  #vision-mission{
    padding: 0;
  }

  #vision-mission .misi{
    margin-top: 5%;
  }

  #services {
    padding: 0;
  }

  #services .lead{
    font-size: 1rem;
  }
  #services .cntr {
    border-radius: 0 0 25px 25px;
    padding-top: 15%;
    border-top: 1px solid var(--color2);
  }
  
  #services .cntr-a {
    padding: 0px 10%;
    margin-top: -10%;
  }

  #contact .col-md-4{
    width: 40%;
  }
  #contact .col-md-8{
    width: 60%;
    padding: 0 !important;
  }
  #contact .col-md-8 img{
    width: 50%;
    padding: 0 !important;
  }
  section  {
    padding: 5%;
  }
  section h2 {
    font-size: 2rem;
  }

  footer{
    padding: 0 !important;
  }
  .card {
    margin-bottom: 20px;
  }
}

