@charset "UTF-8";
/* ========== Google Fonts =========== */
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap");

/* ========== CSS Variables =========== */

/* Mendefinisikan variabel warna di :root */
:root {
  --primary-color: rgb(23 37 84); /* Biru */
  --secondary-color: #4cee90; /* Hijau */
  --third-color: #f25185; /* Hijau */
  --fourth-color: #f3af71; /* Hijau */
  --text-color: #333; /* Warna teks */
  --background-color: #f4f4f4; /* Warna latar belakang */
  --color2:#acffca;
      --body-font: 'Figtree', sans-serif;

}
/* Custom CSS styles */
/* Reset margin dan padding standar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
    font-family: "Figtree", sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.hero {
  background-color: #ffffff !important; /* Biru Langit */
  background-size: cover;
  background-position: bottom center;
  color: var(--primary-color) !important;
  padding: 0 22%;
  text-align: center;
}

.hero .container{
  border: 1px solid #dedede;
  padding: 5% 0 0 0;
}

.hero .btn{
  background-color: #25418f;
  color: #ffffff;
}
.hero .btn .bi{
  color: #eeff00;
}

.hero h1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.35rem;
}

.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;
}

/* 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: 2px solid #4A90E2;
  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;
  padding: 0% 22%;
  background-color: #ffffff !important;
}

#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: 100%;
  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{
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0%;

}

#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;
  padding: 0 22% !important;
}

footer .container{
  background-color: #4A90E2;
}

footer p {
  margin: 0;
}

/* Media Queries untuk responsif */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero{
    padding: 0;
  }

  #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 h2 {
    font-size: 2rem;
  }

  footer{
    padding: 0 !important;
  }
  .card {
    margin-bottom: 20px;
  }
}


.keunggulan-boxide {
  font-family: 'Figtree', sans-serif;
  padding: 50px 20px;
}

.container-custom {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 70px;
 
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.icon-wrap {
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d4af37, #f5d76e);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap i {
  font-size: 42px;
  color: #ffffff;
  font-weight: 900;
}

.content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
  }

  .icon-wrap {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .content h3 {
    font-size: 20px;
  }

  .content p {
    font-size: 15px;
  }
}

.benefit-section {
    background-color: #7d7d7d;
    padding: 100px 0;
    position: relative;
    color: #fff;
}

/* Segitiga atas */
.benefit-section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #7d7d7d;
}

.benefit-title {
    font-weight: 600;
    font-size: 2.2rem;
}

.divider {
    width: 80px;
    height: 4px;
    background-color: #f4c542;
    border-radius: 5px;
}

.benefit-list li {
    font-size: 1.2rem;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit-list i {
    font-size: 1.5rem;
    color: #ffffff;
}

.product-section {
    background: #ffffff;
    padding: 0% 22%;
}
.product-section .container{
  padding: 5% ;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.product-item {
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s ease;
        border: 1px solid #dedede;

}

.product-item img {
    width: 100%;
    transition: transform 0.5s ease;
}

.product-item:hover img {
    transform: scale(1.08);
}

.testimonial-section {
    background: #ffffff;
    padding: 0% 22% !important;
}
.testimonial-section .container{
    padding: 10% 5%;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.testimonial-title {
  font-weight: 900;
  font-size: 2rem;

  background: linear-gradient(
    90deg,
    #2563eb,   /* biru */
    #ffa200,   /* kuning */
    #7c3aed    /* ungu */
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  letter-spacing: 1px;
}

.testimonial-item {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.testimonial-item img {
    width: 100%;
    transition: transform 0.5s ease;
}

.testimonial-item:hover img {
    transform: scale(1.05);
}

.consultation-section {
    position: relative;
    padding:  0 22%;
}
.consultation-section .container{
    position: relative;
    padding:  10% 22%;
    color: #003049;
    background: radial-gradient(circle at center, #fff176 0%, #f4d03f 40%, #f1c40f 100%);
    overflow: hidden;
}

/* Efek sinar */
.consultation-section .container::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-conic-gradient(
        rgba(255,255,255,0.15) 0deg,
        rgba(255,255,255,0.15) 10deg,
        transparent 10deg,
        transparent 20deg
    );
    animation: rotateBg 40s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.consultation-section .container {
    position: relative;
    z-index: 2;
}

.consultation-icon img {
    width: 130px;
    border-radius: 50%;
}

.consultation-title {
    font-size: 2.3rem;
    font-weight: 600;
}

.consultation-list {
    max-width: 500px;
    text-align: left;
    font-size: 1.2rem;
}

.consultation-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.consultation-list i {
    color: #00c853;
    font-size: 1.4rem;
}

.floating-cta {
  position: fixed;
  bottom: 0px !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 9999;
}

.cta-btn {
  font-family: 'Figtree', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.cta-btn i {
  font-size: 18px;
}

/* WhatsApp */
.whatsapp-btn {
  background: #25D366;
  color: #fff;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

/* Konsultasi */
.konsultasi-btn {
  background: #111;
  color: #fff;
}

.konsultasi-btn:hover {
  background: #333;
  transform: translateY(-3px);
}

/* Mobile tetap sejajar */
@media (max-width: 480px) {
  .floating-cta {
    gap: 10px;
    bottom: 15px;
  }

  .cta-btn {
    padding: 12px 16px;
    font-size: 13px;
  }

  .cta-btn i {
    font-size: 16px;
  }
}


/* ================= SECTION TYPOGRAPHY ================= */
.about-section p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #333;
}

.about-section .fs-4 {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.about-section .fs-5 {
  font-size: 16px !important;
}

/* ================= 1998 BOX ================= */
.about-section .year-box {
  font-size: 70px !important;
}

/* ================= IMAGE FIX ================= */
.about-section .image-wrapper {
  height: 320px;
  overflow: hidden;
  border-radius: 20px;
}

.about-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

/* ================= ORANGE BOX ================= */
.about-section .orange-card {
  padding: 30px !important;
  border-radius: 20px !important;
}

/* ================= SMILE BOX ================= */
.about-section .smile-circle {
  width: 130px !important;
  height: 130px !important;
  font-size: 48px !important;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .about-section .year-box {
    font-size: 55px !important;
  }

  .about-section p {
    font-size: 15px !important;
  }
}

/* ================= ICON FOOTER ================= */

footer .benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

footer .benefit-list li i {
  font-size: 20px;
  padding: 20px;
  line-height: 1;
  margin-top: 4px;
  color: #120202;
  min-width: 24px;
  width: 36px !important;
  height: 36px !important;
}

/* Versi lebih premium (icon dalam circle halus) */
footer .benefit-list li i {
  width: 36px !important;
  height: 36px !important;
  background: rgba(255,255,255,0.15);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 0;
}