.btn {
  padding: 16px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 0.3s;
}
.btn i {
  margin-left: 4px !important;
}

.btn-primary {
  background-color: #1F5AB8;
  color: #ffffff;
  border-color: #1F5AB8;
}

.btn-primary:hover {
  background-color: #13428f;
  color: #ffffff;
  border-color: #1F5AB8;
}

.btn-secondary {
  background-color: #FDB726;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #d79b23;
  color: #ffffff;
}

.label {
  color: #13428f;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.label-light {
  color: #7DC3EE;
  margin-bottom: 12px !important;
}

#google_translate_element {
  font-family: "Chillax", sans-serif;
}
#google_translate_element .goog-te-gadget {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  color: #131313;
}
#google_translate_element img {
  display: none;
}
#google_translate_element .goog-te-gadget-simple {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  padding: 8px 12px;
}
#google_translate_element .goog-te-gadget-simple a span {
  margin-right: 4px;
}
#google_translate_element .goog-te-gadget-simple a span:nth-of-type(2) {
  display: none;
}
#google_translate_element .goog-te-gadget-simple a span:nth-of-type(3) {
  font-size: 10px;
  margin-left: 4px;
}

.skiptranslate iframe {
  visibility: hidden !important;
}

@media (max-width: 620px) {
  #google_translate_element {
    margin-right: 45px;
  }
}
.whatsapp-button .badge {
  background: #48d366;
  padding: 16px 20px;
  border-radius: 99px;
  font-weight: 500;
}

#header {
  padding: 16px 0;
}

.mobile-nav-toggle {
  top: 24px !important;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #13428f;
  font-weight: unset;
}

#hero p {
  color: #CCCCCC;
}

section .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section .container .section-heading {
  max-width: 620px !important;
}
section .container .section-heading .label {
  margin-bottom: 12px;
}
section .container .section-heading h2 {
  font-size: 40px;
}
section p {
  color: #4B4B4B;
}

#features {
  background-color: #f8fbff;
  margin-top: 0;
  padding: 100px 0;
}
#features .card-wrapper {
  justify-content: center !important;
  justify-content: center;
}
#features .card-wrapper .feature-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 24px;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #F0F0F0;
  max-width: 300px;
  cursor: pointer;
}
#features .card-wrapper .feature-card:hover {
  background-color: #1F5AB8;
  color: #ffffff;
}
#features .card-wrapper .feature-card:hover p {
  color: #fafafa;
}
#features .card-wrapper .card {
  height: 100%;
  border-radius: 14px;
}
#features h2 {
  font-size: 48px;
}

@media (max-width: 1200px) {
  #features {
    padding: 50px 0;
  }
  #features h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #features {
    padding: 60px 20px;
  }
  #features h2 {
    font-size: 32px;
  }
  #features .feature-card {
    padding: 16px;
  }
}
@media (max-width: 576px) {
  #features {
    padding: 40px 15px;
  }
  #features h2 {
    font-size: 32px;
  }
  #features .feature-card {
    margin-bottom: 20px;
    max-width: unset !important;
  }
}
#about {
  padding: 100px 0;
}
#about .about-content .feature-section h5 {
  margin-bottom: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#about .about-content .feature-section h5 i {
  font-size: 24px;
  color: #d79b23;
  margin-right: 12px;
}
#about .heading {
  font-size: 48px;
  margin-bottom: 20px;
}
#about .description {
  font-size: 16px;
  color: #4B4B4B;
}
#about .container p {
  font-size: 16px;
  line-height: 1.5;
}
#about .equal-height {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

#pricing {
  background-color: #f8fbff;
  margin-top: 0;
  padding: 100px 0;
}
#pricing .pricing-list {
  align-items: center;
  justify-content: center;
}
#pricing .pricing-list .pricing-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 0;
  transition: all 0.3s;
  border: 1px solid #F0F0F0;
  overflow: hidden;
  cursor: pointer;
}
#pricing .pricing-list .pricing-card:hover {
  transform: scale(1.05);
  border: 1px solid #1F5AB8;
  box-shadow: 0px 117px 33px 0px rgba(0, 0, 0, 0), 0px 75px 30px 0px rgba(0, 0, 0, 0.01), 0px 42px 25px 0px rgba(0, 0, 0, 0.04), 0px 19px 19px 0px rgba(0, 0, 0, 0.06), 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
}
#pricing .pricing-list .pricing-card .card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fafafa;
  background-size: cover;
  background-position: center;
  padding: 32px 24px;
  text-align: left;
  position: relative;
}
#pricing .pricing-list .pricing-card .card-header p {
  font-size: 20px !important;
  color: #FDB726;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#pricing .pricing-list .pricing-card .card-header h2 {
  font-size: 32px !important;
  margin-bottom: 0;
  color: #fafafa;
}
#pricing .pricing-list .pricing-card .card-header span {
  position: relative;
  font-weight: 500px !important;
  background-color: #d79b23 !important;
  border-radius: 0 0 0 14px;
  padding: 8px 16px !important;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
#pricing .pricing-list .pricing-card .card-body {
  text-align: left;
}
#pricing .pricing-list .pricing-card .card-body ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
#pricing .pricing-list .pricing-card .card-body ul li {
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
}
#pricing .pricing-list .pricing-card .card-body ul li i {
  font-size: 30px;
  margin-left: -4px;
}
#pricing .pricing-list .pricing-card .card-body .btn {
  width: 100%;
}

@media (max-width: 992px) {
  #pricing {
    padding: 80px 20px;
  }
  #pricing h2 {
    font-size: 36px;
  }
  #pricing .pricing-card h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #pricing {
    padding: 60px 15px;
  }
  #pricing h2 {
    font-size: 32px;
  }
  #pricing .pricing-card h2 {
    font-size: 24px;
  }
}
.clients {
  padding: 100px 0;
  overflow: visible;
}
.clients .clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}
.clients .clients-grid .clients-box {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #F0F0F0;
  align-items: center;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.clients .clients-grid .clients-box img {
  width: 100%;
  max-height: 100px;
}
.clients .clients-grid .clients-box:hover {
  border: 2px solid #d79b23;
  box-shadow: 0px 117px 33px 0px rgba(0, 0, 0, 0), 0px 75px 30px 0px rgba(0, 0, 0, 0.01), 0px 42px 25px 0px rgba(0, 0, 0, 0.04), 0px 19px 19px 0px rgba(0, 0, 0, 0.06), 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  transform: translatey(-10px);
}
.clients .client-wrapper .owl-stage {
  display: flex;
}
.clients .client-wrapper .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.clients .client-wrapper .owl-stage .owl-item a {
  display: flex;
  justify-content: center;
}
.clients .client-wrapper .owl-stage .owl-item a img {
  width: 100%;
  height: auto;
  max-width: 120px;
  max-height: 116px;
  opacity: 0.5;
  transition: 0.3s;
}
.clients .client-wrapper .owl-stage .owl-item a img:hover {
  opacity: 1;
}
.clients .client-wrapper .owl-dots {
  margin-top: 3rem;
  text-align: center;
}
.clients .client-wrapper .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.clients .client-wrapper .owl-dot.active {
  background-color: #0880e8 !important;
}

.header-page {
  width: 100%;
  padding: 100px 0 !important;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.header-page .container {
  display: flex;
  align-items: start;
}
.header-page .container .content {
  max-width: 550px;
  z-index: 2;
}
.header-page .container .content h1 {
  color: #fafafa;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
}
.header-page .container .content p {
  color: #CCCCCC; /* Warna font putih */
  margin-bottom: 40px;
  font-size: 16px;
}
.header-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 14, 17, 0.8);
  z-index: 1; /* Di belakang konten utama */
}

#Payment_methods .container {
  display: block;
}
#Payment_methods .sidebar {
  overflow: hidden;
  height: 55vh;
  max-height: 540px;
  min-height: 400px;
  border: 1px solid #F0F0F0;
  border-radius: 14px;
  padding: 0;
}
#Payment_methods .sidebar .content {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  margin-left: 12px;
  padding: 24px 24px 24px 12px;
}

.cakupan-area-section {
  padding: 100px 0;
}
.cakupan-area-section .row {
  margin-bottom: unset;
}

#services {
  padding: 100px 0 !important;
}
#services #service-tabs {
  border: 1px solid #F0F0F0;
}
#services #service-tabs .nav-link {
  border-bottom: 1px solid #F0F0F0;
}
#services #service-tabs .active {
  background-color: #d6efff !important;
}
#services .service-content .service-detail .service-title {
  color: #13428f;
}
#services .service-content .service-detail p {
  color: #4B4B4B !important;
}

#Term_and_conditions, #Payment_methods {
  padding: 100px 0;
}
#Term_and_conditions .nav-link.active, #Payment_methods .nav-link.active {
  color: #1F5AB8;
}

#footer .footer-top {
  border: 1px solid #F0F0F0;
}

@media (max-width: 768px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
}
@media (max-width: 576px) {
  #hero {
    margin-top: 80px;
    height: 91vh;
  }
  #hero h1 {
    font-size: 40px;
  }
  #hero .hero-content {
    text-align: center;
    align-items: center;
  }
  .header-page .content {
    text-align: center;
    align-items: center;
  }
  .header-page .content h1 {
    font-size: 32px !important;
  }
  .header-page .container {
    justify-content: center;
    align-items: center;
  }
  #header-page {
    padding: 60px 15px !important;
  }
  #service, #client {
    margin-top: 86px;
  }
  .cakupan-area-section h2 {
    text-align: center;
  }
  #features, #about, #clients, #Term_and_conditions, #Payment_methods {
    padding: 60px 15px;
  }
  #features h2, #about h2, #clients h2, #Term_and_conditions h2, #Payment_methods h2 {
    font-size: 32px !important;
  }
  #features .feature-card, #about .feature-card, #clients .feature-card, #Term_and_conditions .feature-card, #Payment_methods .feature-card {
    margin-bottom: 20px;
    max-width: unset !important;
  }
  #Payment_methods .sidebar {
    max-height: unset;
    height: -moz-fit-content;
    height: fit-content;
    min-height: unset;
  }
  #Payment_methods h2 {
    margin-top: 12px;
  }
}/*# sourceMappingURL=update.css.map */