body{
    background-color: #fff;
}

.btn-yellow{
    background-color: #fee50f;
    transition: 0.3s;
}

.btn-yellow i{
    color: #333;
}

.btn-yellow:hover{
    background-color: #c9b610;
    transition: 0.3s;
}

.landing-header {
    display: flex;
    align-items: center;
    height: 100px;
    position: sticky;
    padding: 20px;
  }
  .landing-header .logo-default {
    display: block;
  }
  .landing-header .logo-sticky {
    display: none;
  }
  .landing-header .menu .menu-link {
    font-size: 16px;
    font-weight: 700;
    transition: color 0.3s;
  }
  .landing-header .menu .menu-link.active {
    color: #000;
  }
  [data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    color: #f64e60;
    background-color: rgba(239, 242, 245, 0.4);
  }
  [data-kt-sticky-landing-header=on] .landing-header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    height: 70px;
  }
  [data-kt-sticky-landing-header=on] .landing-header .logo-sticky {
    display: block;
  }
  [data-kt-sticky-landing-header=on] .landing-header .logo-default {
    display: none;
  }
  
  body[data-kt-sticky-landing-header=on] {
    padding-top: 100px;
  }
  
  @media (max-width: 991.98px) {
    .landing-header {
      height: 70px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #kt_landing_menu{
        display: none;
    }
    #logo-text{
        display: none;
    }
    .landing-header .landing-menu-wrapper {
      position: relative;
      overflow: auto;
    }
    [data-kt-sticky-landing-header=on] .landing-header {
      height: 70px;
    }
    .landing-header .menu .menu-link.active {
      color: #f64e60;
      background-color: rgba(239, 242, 245, 0.4);
    }
  
    body[data-kt-sticky-landing-header=on] {
      padding-top: 70px;
    }
  }

  /* Fullscreen menu base */
.menu-mobile-full {
    position: fixed;
    top: -1px;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
    z-index: 1055;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
}

/* Show state with slide-in effect */
.menu-mobile-full.show {
    transform: translateX(0%);
}

/* Hide element visually (before JS adds .show) */
.menu-mobile-full.d-none {
    display: none;
}

/* Header */
.menu-header {
    border-bottom: 1px solid #ddd;
}

/* Logo */
.menu-logo {
    height: 40px;
}

/* Close button */
.btn-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Menu links */
.menu-content .menu-link {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: color 0.2s;
}

.menu-content .menu-link:hover {
    color: #f64e60;
}

/* Responsive (hide on desktop) */
@media (min-width: 992px) {
    .menu-mobile-full {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/

.banner-one {
    padding-top: 150px;
    padding-bottom: 80px;
    min-height: 650px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .banner-one .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 1;
  }
  
  /* Pastikan konten di atas overlay */
  .banner-one__content,
  .banner-one .container {
    position: relative;
    z-index: 2;
  }

  .banner-one__content h3 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
  
  .banner-one__content p {
    margin: 0;
    font-size: 22px;
    line-height: 36px;
    color: #c3aedc;
    margin-top: 31px;
  }

  @media(max-width: 992px){
    .banner-one__content h3 {
        margin: 0;
        font-size: 36px !important;
        color: #fff;
        letter-spacing: -0.02em;
        font-weight: 600;
      }

      .banner-one__content p {
        margin: 0;
        font-size: 15px;
        line-height: 26px;
        color: #c3aedc;
        margin-top: 31px;
      }
  }

  .data-report-page{
    height: 100%;
  }

  .site-footer {
    position: relative;
    bottom: 0;
    background-color: #000;
  }
  
  .site-footer__upper {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  
  .footer-widget {
    margin-bottom: 40px;
  }
  
  @media (min-width: 1200px) {
    .footer-widget__links {
      margin-left: -30px;
    }
  
    .footer-widget__contact {
    }
  }
  
  .footer-widget__title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fee50e;
    margin-bottom: 30px;
  }
  
  .footer-widget p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
  }
  
  .footer-widget__links-list li {
    line-height: 1em;
  }
  
  .footer-widget__links-list li + li {
    margin-top: 21px;
  }
  
  .footer-widget__links-list li a {
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
  }
  
  .footer-widget__links-list li a:hover {
    color: var(--thm-base);
  }
  
  .footer-widget__contact-list li {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding-left: 24px;
  }
  
  .footer-widget__contact-list li + li {
    margin-top: 15px;
  }
  
  .footer-widget__contact-list li i {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
  }
  
  .footer-widget__contact-list li a {
    color: inherit;
    transition: all 500ms ease;
  }
  
  .footer-widget__contact-list li a:hover {
    color: var(--thm-primary);
  }
  
  .footer-widget__newsletter p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
  }
  
  .footer-widget__newsletter-form {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px;
  }
  
  .footer-widget__newsletter-form
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: none;
    outline: none;
    width: 100%;
    height: 71px;
    border-radius: 15px;
    background-color: #fff;
    color: #8b7f9a;
    font-size: 16px;
    padding-left: 30px;
  }
  
  .footer-widget__newsletter-form ::placeholder {
    opacity: 1;
    color: #8b7f9a;
  }
  
  .footer-widget__newsletter-form button[type="submit"] {
    border: none;
    outline: none;
    background-position: top;
    background-size: auto 200%;
    width: 47px;
    height: 47px;
    background-image: linear-gradient(
      0deg,
      #7b22b0 0%,
      #e867ff 51%,
      #7b22b0 100%
    );
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 500ms ease;
  }
  
  .footer-widget__newsletter-form button[type="submit"]:hover {
    background-position: bottom;
    color: #fff;
  }
  
  .footer-widget__about a.logo {
    position: relative;
    top: -10px;
  }
  
  .footer-widget__about p {
    margin-top: 10px;
    margin-bottom: 18px;
  }
  
  /* footer bottom */
  .site-footer__bottom .inner-container {
    border-top: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30.5px;
    padding-bottom: 30.5px;
  }
  
  .site-footer__bottom p {
    margin: 0;
    color: #fff;
    font-size: 16px;
  }
  
  .footer-social {
    display: flex;
    align-items: center;
  }
  
  .footer-social a {
    background-color: rgba(250, 143, 24, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-size: auto 200%;
    transition: all 500ms ease;
  }
  
  .footer-social a:hover {
    background-position: bottom;
  }
  
  /* .footer-social a:nth-child(2) {
    background-image: linear-gradient(
      0deg,
      #ff5f5e 0%,
      #ffc52f 51%,
      #ff5f5e 100%
    );
  }
  
  .footer-social a:nth-child(3) {
    background-image: linear-gradient(
      0deg,
      #7b22b0 0%,
      #e867ff 51%,
      #7b22b0 100%
    );
  }
  
  .footer-social a:nth-child(4) {
    background-image: linear-gradient(
      0deg,
      #388e3c 0%,
      #b6e66d 51%,
      #388e3c 100%
    );
  } */
  
  .footer-social a + a {
    margin-left: 10px;
  }
  
  .footer-logo-align {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
