/**
* Template Name: SoftLand - v4.10.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  /* color: #777; */
  color: #2d71a1;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 4rem 0;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-selengkapnya {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-pencarianlanjut {
  font-size: 1rem;
  font-weight: 400;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #3842b1, #ff4c3c);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.btn.btn-primary:hover {
  background: linear-gradient(-45deg, #ff4c3c, #3842b1);
  color: #fff;
  box-shadow: 0 15px 40px 0 rgba(45, 113, 161, 0.25);
  filter: brightness(1.08);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #ff8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(
    to right,
    rgb(39, 70, 133) 0%,
    rgb(61, 179, 197) 100%
  );
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #3842b1;
  /* background: linear-gradient(to right, #1d3d84, #33b2cc); */
}

#header.header-scrolled {
  background: #fff;
  /* background: linear-gradient(to right, #1d3d84, #33b2cc); */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  height: 60px;
}

#header.header-scrolled a {
  color: #625d5d;
}

#header.header-scrolled .logo-text a {
  color: #625d5d;
}

#header.header-scrolled a:hover {
  color: #474545;
}

#header .logo h1 {
  font-size: 17px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 600;
}

#header.scrolled .logo-text a {
  color: #fff !important; /* gunakan !important jika tidak berubah karena override */
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #c9d2d8;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: radial-gradient(
    ellipse 90% 140% at 50% -25%,
    #3842b1 60%,
    #ff4c3c 85%,
    #f7ff1a 90%
  );

  /* background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg); */
  /* background: linear-gradient(
    to right,
    rgb(29 63 133) 0%,
    rgb(50 175 202) 100%
  ); */
  /* position: relative; */
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  height: 55vh;
  min-height: 650px;
}

@media (max-width: 767.98px) {
  .hero-section,
  .hero-section > .container > .row {
    min-height: 350px;
  }
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  /* margin-bottom: 30px; */
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  /* top: -100%; */
  top: -130px;
  overflow: hidden;
  left: 0;
  /* box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); */
  border-radius: 35px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 200px;
  margin-left: 70px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 40px;
  /* margin-top: -100px; */
  margin-left: -20px;
  width: 200px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 150px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

/*TAMBAHAN*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  /* margin-bottom: 15px; */
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 12px;
  /* line-height: 28px; */
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/* pagination */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff;
}
.pagination a:hover {
  background-color: #5dade2;
  color: #fff;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
}

/* Develop Costum */
/*--------------------------------------------------------------
# search box on hero section
--------------------------------------------------------------*/
.search-box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  max-width: 650px;
  border: 1px solid #fff;
}
.search-box input {
  border: none;
  background: transparent;
  flex: 1;
  color: white;
}
.search-box input::placeholder {
  color: #e0e0e0;
}
.search-box button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: white;
  border-radius: 20px;
  padding: 5px 20px;
  transition: background 0.3s, color 0.3s;
}
.search-box button:hover {
  background: #fff;
  color: #1d3d84;
  border-color: #1d3d84;
}

.filter-bar {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  max-width: 500px;
  border: 1px solid #fff;
}

.filter-btn,
.filter-input {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  transition: background-color 0.3s;
  font-weight: 500;
  font-size: 13px; /* Ubah ini agar ukuran teks lebih kecil */
}

/* Tambahkan ini agar placeholder di input/filter-input berwarna putih */
.filter-input::placeholder {
  color: #fff;
  opacity: 1;
}

.filter-btn:hover,
.filter-input:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.filter-bar .dropdown-menu {
  background-color: #ffffff;
  color: #243e78;
  border-radius: 10px;
}

.filter-bar .dropdown-item {
  color: #243e78;
}

.filter-bar .dropdown-item:hover {
  background-color: #e0e0e0;
  color: #1d3d84;
}

.filter-bar .btn,
.filter-bar .btn:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 15px !important;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  font-size: 13px;
}

.btn:hover,
.btn:active {
  background-color: rgba(255, 255, 255, 0.3);
  color: #1d3d84;
}

/* Responsive for mobile screens */
@media (max-width: 767.98px) {
  .search-box {
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 20px;
  }
  .search-box input {
    font-size: 1rem;
    padding: 6px 0;
  }
  .search-box button {
    padding: 4px 12px;
    font-size: 0.95rem;
    border-radius: 16px;
  }
  .filter-bar {
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 20px;
    flex-wrap: wrap;
    gap: 6px;
  }
  .filter-btn,
  .filter-input,
  .filter-bar .btn {
    padding: 4px 8px !important;
    font-size: 0.95rem;
    border-radius: 16px;
    min-width: 80px;
  }
}

/*--------------------------------------------------------------
# search box on hero section new
--------------------------------------------------------------*/
/* .search-bar {
      border: 2px solid #ffffffcc;
      border-radius: 50px;
      display: flex;
      align-items: center;
      padding: 10px 20px;
      gap: 15px;
      background-color: rgba(255, 255, 255, 0.1);
    }

    .search-bar input {
      background: transparent;
      border: none;
      outline: none;
      color: #ffffffcc;
      font-size: 1.25rem;
      font-weight: bold;
      flex-grow: 1;
    }

    .btn-outline-custom {
      border: 2px solid #ffffffcc;
      color: white;
      background: transparent;
      border-radius: 30px;
      font-weight: 600;
      padding: 6px 20px;
      transition: all 0.3s ease;
    }

    .btn-outline-custom:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .filter-bar {
      display: flex;
      gap: 12px;
      margin-top: 15px;
      border: 2px solid #ffffffcc;
      border-radius: 30px;
      padding: 6px 10px;
      background-color: rgba(255, 255, 255, 0.1);
      flex-wrap: wrap;
    }

    .filter-btn,
    .filter-input {
      background-color: rgba(255, 255, 255, 0.2);
      color: white;
      border: none;
      border-radius: 30px;
      padding: 6px 16px;
      min-width: 140px;
      text-align: center;
      transition: background-color 0.3s;
      font-weight: 500;
    }

    .filter-btn:hover,
    .filter-input:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }

    .dropdown-menu {
      background-color: #4e4376;
      color: white;
      border-radius: 10px;
    }

    .dropdown-item:hover {
      background-color: #2b5876;
    } */

/*--------------------------------------------------------------
# peraturan on peraturan section
--------------------------------------------------------------*/

.icon-box-peraturan {
  background-color: #243e78; /* warna biru icon */
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

a.btn-custom {
  background-color: #ddd;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
  padding: 5px 20px !important;
  font-size: 14px;
  transition: background-color 0.3s;
}

.btn-custom:hover {
  color: #2f2d2d;
  background-color: #bbb;
}

.lihat-semua {
  font-weight: bold;
  color: gray;
  text-decoration: none;
}

.lihat-semua:hover {
  color: black;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# instagram span heading  on instagram section
--------------------------------------------------------------*/
.section-heading-ig {
  display: block; /* agar bisa turun ke baris baru dan melebar */
  margin-bottom: 0.5rem; /* biar ada jarak antar teks */
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------------
# survey ikm on survey ikm section
--------------------------------------------------------------*/

/* LINGKARAN RATING */
.rating-wrapper {
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #3842b1, #ff4c3c); /* Gradasi biru */
  /* background: radial-gradient(ellipse at 50% -25%, #3842B1 0%, #FF4C3C 60%, #F7FF1A 100%);  */
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rating-inner {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rating-value {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}

.stars {
  color: #fbc02d;
  font-size: 16px;
  margin-bottom: 4px;
}

.rating-count {
  font-size: 13px;
  color: #777;
}

/* PROGRESS BAR + ANGKA */
.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.bar-label {
  width: 12px;
  font-size: 14px;
  color: #555;
  text-align: right;
}

.bar {
  flex-grow: 1;
  height: 8px;
  border-radius: 4px;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(
    to right,
    #1d3d84,
    #33b2cc
  ); /* gradasi solid tanpa transparan */
}

.service-name {
  color: #243e78;
  font-weight: 500;
  font-size: 14px;
}

.bar-title {
  font-size: 13px;
  color: #666;
  text-align: right;
}

@media (max-width: 767.98px) {
  .rating-wrapper {
    width: 100px;
    height: 100px;
  }

  .rating-value {
    font-size: 22px;
    padding-top: 5px;
  }

  .stars {
    font-size: 10px;
  }

  .rating-count {
    font-size: 10px;
    color: #777;
  }
}

/*--------------------------------------------------------------
# WhatsApp Floating Button
--------------------------------------------------------------*/

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  box-shadow: 2px 2px 10px #888;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  cursor: pointer;
  position: fixed;
}

.whatsapp-float:hover {
  background: #20ba5a;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .whatsapp-float {
    width: 30px;
    height: 30px;
    font-size: 18px;
    bottom: 15px;
    right: 15px;
  }
}

/* Tooltip styles */
.whatsapp-float::after {
  content: "Jam Kerja \A Senin - Jumat\A 09:00 - 16:00 WIB";
  white-space: pre;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  color: #000000;
  padding: 6px 14px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  font-size: 14px;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 1001;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.whatsapp-float:hover::after {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Logo Costum navbar
--------------------------------------------------------------*/

.logo {
  display: flex;
  align-items: left;
  gap: 0px; /* jarak antara logo dan teks */
}

.logo-img {
  max-height: 60px; /* atur sesuai kebutuhan */
  width: auto;
}

.logo-text {
  font-size: 20px; /* atur sesuai desain */
  margin: 0;
  line-height: 1.2;
}

.logo-text a {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
# Costum Hero section for mobile
--------------------------------------------------------------*/
/* === HERO SECTION RESPONSIVE FIX === */

@media (max-width: 1199.98px) {
  .hero-section,
  .hero-section > .container > .row {
    min-height: unset !important;
    height: auto !important;
    padding: 4rem 0;
  }
  .hero-section {
    background: radial-gradient(
      ellipse 100% 100% at 50% top,
      #3842b1 50%,
      #ff4c3c 85%,
      #f7ff1a 95%
    ) !important;
  }

  .hero-section .hero-text {
    text-align: center;
    margin-bottom: 2rem;
  }

  .hero-section h1 {
    font-size: 2rem;
    text-align: center;
  }

  .hero-section p {
    font-size: 1rem;
    text-align: center;
  }

  .hero-section .iphone-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    position: relative;
  }

  .hero-section .iphone-wrap .phone-1,
  .hero-section .iphone-wrap .phone-2 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 140px !important;
    margin: 0 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    background: radial-gradient(
      ellipse 100% 100% at 50% top,
      #3842b1 50%,
      #ff4c3c 85%,
      #f7ff1a 95%
    ) !important;
  }
  .hero-section h1 {
    font-size: 1.75rem;
  }

  .hero-section .iphone-wrap {
    flex-direction: column;
  }

  .hero-section .iphone-wrap .phone-1,
  .hero-section .iphone-wrap .phone-2 {
    width: 110px !important;
  }
}

@media (max-width: 450px) {
  .hero-section {
    background: radial-gradient(
      ellipse 100% 100% at 50% top,
      #3842b1 50%,
      #ff4c3c 85%,
      #f7ff1a 95%
    ) !important;
  }
  .hero-section h1 {
    font-size: 1.5rem;
  }

  .hero-section .iphone-wrap .phone-1,
  .hero-section .iphone-wrap .phone-2 {
    width: 90px !important;
  }

  .hero-section p {
    font-size: 0.95rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-section {
    background: radial-gradient(
      ellipse 100% 100% at 50% top,
      #3842b1 50%,
      #ff4c3c 85%,
      #f7ff1a 95%
    ) !important;
  }
  .hero-section .hero-text {
    text-align: center;
    padding: 0 2rem;
  }

  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .search-box,
  .filter-bar {
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-section .iphone-wrap {
    justify-content: center;
    margin-top: 2rem;
    gap: 1rem;
  }

  .hero-section .iphone-wrap .phone-1,
  .hero-section .iphone-wrap .phone-2 {
    width: 120px !important;
    position: relative !important;
    top: 0;
    left: 0;
    margin: 0 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  .logo-text {
    font-size: 16px;
  }
}

/* ======== RESPONSIVE LOGO TEXT NAVBAR ======== */

@media (max-width: 991.98px) {
  .logo-text {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .logo-text {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 450px) {
  .logo-text {
    font-size: 14px;
  }
}

.judul-utama {
  font-size: 48px;
  font-weight: 700;
}

.judul-instansi {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
}

/* ======== Costum Card pks dan mou ======== */

.custom-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
}

.card-header-top {
  display: flex;
  justify-content: end;
  gap: 8px;
  margin-bottom: 10px;
}

.status-pill {
  background-color: #28a745;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 10px;
}

.status-pill-primary {
  background-color: #132d74;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 10px;
}

.status-pill-danger {
  background-color: #8b9004;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 10px;
}

.status-pill-warning {
  background-color: #b61b1b;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px 10px;
}
.doc-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.doc-icon {
  flex-shrink: 0; /* Jangan izinkan ikon mengecil */
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-icon i {
  color: white;
  font-size: 20px;
}

.doc-text {
  flex: 1; /* Biarkan teks menyesuaikan sisa ruang */
  min-width: 0; /* Agar teks wrapping bisa bekerja */
}

.doc-title a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  display: inline-block;
}

.doc-title a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.doc-subtitle {
  font-size: 13.5px;
  color: #6c757d;
  line-height: 1.4;
}

.data-footer {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.data-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.view-count {
  background-color: #e8f9ff;
  color: #007bff;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.download-btn {
  background-color: #4198fa;
  color: white;
  border: none;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.download-btn i {
  margin-left: 6px;
}

@media (max-width: 576px) {
  .data-footer {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .card-header-top {
    justify-content: start;
  }
}

/*--------------------------------------------------------------
# Costum Card section link 
--------------------------------------------------------------*/
/* .card-link-box {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  background-color: #f0f0f0; 

    
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-link-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.card-link-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: bold;
  font-size: 1.7rem;
}
    .card-wrapper {
      padding: 10px;
    } */

.app-title {
  font-weight: bold;
  font-size: 1.2rem;
}
.card-link {
  text-decoration: none;
  color: inherit;
}
.card-app {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #1c2a48;
  color: white;
  height: 180px;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.card-app:hover {
  transform: scale(1.03);
}
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.card-subtitle {
  font-size: 0.9rem;
  color: #ffffff;
  opacity: 0.9;
}
