.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   🌟 GLOBAL STYLE LAPORAN BPR SAS
   Berlaku untuk semua section laporan
   ================================ */

/* SECTION UTAMA LAPORAN */
.section-laporan {
  background-color: #f8f8f8;
  padding: 60px 0;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
}

/* JUDUL UTAMA & TAHUN */
.section-laporan h2,
.section-laporan .elementor-heading-title {
  color: #C21B18;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

/* DIVIDER MERAH */
.section-laporan .elementor-divider-separator {
  border-color: #C21B18 !important;
  border-width: 2px !important;
  width: 80px;
  margin: 0 auto 30px;
}

/* KARTU LAPORAN */
.section-laporan .laporan-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/* EFEK HOVER KARTU */
.section-laporan .laporan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ICON BOX DALAM KARTU */
.section-laporan .laporan-card .elementor-icon-box-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #333;
}

/* TOMBOL DOWNLOAD */
.section-laporan .elementor-button {
  background-color: #E67E22;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

/* HOVER TOMBOL */
.section-laporan .elementor-button:hover {
  background-color: #C86A17;
}

/* RESPONSIVE (MOBILE) */
@media (max-width: 768px) {
  .section-laporan {
    padding: 40px 15px;
  }
  .section-laporan .laporan-card {
    padding: 15px;
  }
}/* End custom CSS */