/*
Theme Name: Lebah
Theme URI: https://example.com
Author: Lebah
Author URI: https://example.com
Description: Starter WordPress Theme using Underscores and Bootstrap 4
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starter-bs4
*/

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
    font-family: Work Sans;;
    min-height: 100%;
    padding-top: 90px;
}

a {
  color: #0a963d;
  transition: color .2s ease;
}

a:hover {
  color: #03080f;
  text-decoration: none;
}

h1, h2, h3 , h4, h5, h6 {
    font-family: Changa !important;
}

p {
  font-family: Work Sans;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.2rem;
}

.entry-content blockquote {
  border-left: 4px solid #0a963d;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
}

.entry-content table {
  width: 100%;
}

.entry-content table th {
  font-weight: 600;
}

.site-main {
    padding-top: 0px !important;
}

/* Header Sticky + Transparent */
.site-header {
    font-family: Changa !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

.site-header.is-transparent {
    background: transparent;
}

.site-header.is-transparent .navbar {
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
}

.site-header.is-sticky {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.site-header.is-sticky .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-header .navbar-brand,
.site-header .nav-link {
    color: #ffffff;
    transition: color 0.3s ease;
}

.site-header.is-sticky .navbar-brand,
.site-header.is-sticky .nav-link {
/*    color: #333333;*/
}

.site-header .nav-link:hover {
    color: #007bff;
}

.dropdown-menu a {
    color: #333 !important;
}

.dropdown-menu a:hover {
    background: transparent;
}

.navbar {
  position: relative;
}

.site-logo-left {
  max-height: 50px;
  width: auto;
  margin-right: 10px;
}

.site-identity-text {
	font-family: Changa !important;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-title-text {
  font-size: 34px;
  font-weight: 700;
}

.site-description-text {
  font-size: 12px;
  font-weight: 400;
}

/* Mobile */
@media (max-width: 991.98px) {
  .site-title-text {
    font-size: 20px;
  }

  .site-description-text {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .site-description-text {
    display: none;
  }
}

/* Logo center di mobile */
@media (max-width: 991.98px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Icon kanan */
.navbar-mobile-right {
  display: flex;
  align-items: center;
}

/* Icon style */
.nav-icon-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 6px;
}

/* Navbar terang */
.navbar-light .nav-icon-btn {
  color: #03080f;
}

.navbar-right {
  gap: 12px;
}

.nav-icon-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 6px;
  cursor: pointer;
  transition: all .2s ease;
}

.nav-icon-btn:hover {
  color: #5ee28a;
}

.nav-search-box {
  position: absolute;
  top: 100%;
  right: 20px;
  width: 260px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  display: none;
  z-index: 999;
}

.nav-search-box input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
}

.nav-search-box.show {
  display: block;
}

/* OFFCANVAS BASE */
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(21, 87, 36, 66%);
  z-index: 1050;
  transform: translateX(-100%);
  transition: transform .35s ease;
  padding: 20px;
}

/* ACTIVE */
.offcanvas-menu.active {
  transform: translateX(0);
}

/* OVERLAY */
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* MENU STYLE */
.offcanvas-nav {
  list-style: none;
  padding: 40px 0 0;
}

.offcanvas-nav li {
  margin-bottom: 12px;
}

.offcanvas-nav a {
  font-size: 18px;
  font-weight: 600;
  color: #03080f;
  text-decoration: none;
}

/* Home */
/* FORCE FULL WIDTH walau di dalam .container */
.breakout {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -2vw;
}

/* hero base */
.home-hero {
  overflow: hidden;
  color: #ffffff;
}

/* konten */
.home-hero .container {
  position: relative;
  z-index: 2;
}

.hero-desc {
    font-weight: 700 !important;
    line-height: 1 !important;
}

@media (max-width: 991.98px) {

    .breakout {
        margin-top: -20vw;
    }
    .home-hero {
        padding-top: 100px; /* aman dari sticky header */
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-desc {
        max-width: 90%;
        margin: 0 auto 20px;
        
        font-weight: 700 !important;
        line-height: 1 !important;
    }
}

.section-title {
  font-size: 3rem;            /* BESAR */
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
  
}

.description {
  font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

/* Gradient text */
.gradient-text {
  background: linear-gradient(
    to right,
    #0a963d 0%,   /* kiri - terang */
    #03080f 100%  /* kanan - gelap */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.2rem;
    text-align: center;
  }
}

/* Service */
.service-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.service-box {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  transition: all .3s ease;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

.service-icon-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.service-icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-title {
  font-weight: 700;
  color: #03080f;
  margin-bottom: 10px;
}

.service-text {
  font-size: 14px;
  color: #6c757d;
}

/* CTA */
.home-cta {
  background: linear-gradient(
    to right,
    #0a963d 0%,
    #03080f 100%
  );
  color: #fff;
}

.home-cta-small {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .85;
}

.home-cta-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.home-cta-btn {
  padding: 12px 36px;
}

/* Mobile */
@media (max-width: 767px) {
  .home-cta-title {
    font-size: 22px;
  }
}

.leader-section {
    background: #0a8f4e;
}

/* Mobile Views */
@media (max-width: 991px) {
    .site-header .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Home news, Related post */
.home-news .card-img-top {
  height: 200px;
  object-fit: cover;
}

.related-posts .card-img-top {
  height: 200px;
  object-fit: cover;
}

/* Single */
.single-article .entry-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #03080f;
}

.single-article .entry-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #212529;
}

.single-article .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.single-article .entry-meta i {
  margin-right: 4px;
}

.post-tags .badge {
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .single-article .entry-title {
    font-size: 1.8rem;
  }
}

/* Social share */

.post-social-share {
  /* font-size: 14px; */
}

.post-social-share .share-btn {
  display: inline-block;
  margin-right: 12px;
  font-size: 32px;
  color: #555;
  transition: opacity .2s ease;
}

.post-social-share .share-btn:hover {
  opacity: .75;
}

.share-btn.facebook { color: #1877f2; }
.share-btn.twitter { color: #1da1f2; }
.share-btn.whatsapp { color: #25d366; }
.share-btn.linkedin { color: #0a66c2; }

/* Breadcrumb */
.breadcrumb {
	font-size: xx-small;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

.breadcrumb a {
  color: #0a963d;
  font-weight: 500;
}

.breadcrumb .active {
  color: #6c757d;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}

.entry-date, .published, .updated {
    display: none !important;
}
.posted-on {
    display: none !important;
}

/* Related post */
.related-posts h4 {
  color: #03080f;
}

.related-posts .card-title a:hover {
  color: #0a963d;
  text-decoration: none;
}

/* Post nav */
.post-navigation .nav-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all .2s ease;
}

.post-navigation .nav-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.post-navigation h6 a {
  color: #03080f;
  text-decoration: none;
}

.post-navigation h6 a:hover {
  color: #0a963d;
}

/* Comments */
.comment-list .media {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.comment-text {
  font-size: 14px;
  line-height: 1.6;
  color: #212529;
}

.comment-form-wrapper {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 10px;
}

#wp-comment-cookies-consent {
    width: auto;
}

.comment-form label {
  font-weight: 600;
}

.comment-form .btn-success {
  background-color: #0a963d;
  border-color: #0a963d;
}

/* Sidebar */
.sidebar-widget-area {
  background: #fff;
  border: 1px solid #e9ecef;
  padding: 20px;
  border-radius: 8px;
}

.widget-title {
  font-weight: 700;
  color: #03080f;
  border-left: 4px solid #0a963d;
  padding-left: 10px;
}

.sidebar-widget-area ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-widget-area ul li {
  margin-bottom: 8px;
}

.sidebar-widget-area ul li a {
  color: #212529;
  text-decoration: none;
}

.sidebar-widget-area ul li a:hover {
  color: #0a963d;
}

.pkb-latest-posts a {
  text-decoration: none;
}

.latest-post-item {
  align-items: center;
}

.latest-post-thumb {
  width: 70px;
  flex-shrink: 0;
}

.latest-post-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.latest-post-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #03080f;
}

.latest-post-item:hover .latest-post-title {
  color: #0a963d;
}

/* Card Horizontal */
.card-title a {
  color: #03080f;
  font-weight: 700;
  text-decoration: none;
}

.card-title a:hover {
  color: #0a963d;
}

.home-dpr .card-img-top {
  height: 350px;
  object-fit: cover;
}

/* 404 */
.error404 .display-1 {
  font-size: 7rem;
}

.error404 .btn-lg {
  min-width: 200px;
}

/* Footer */
.footer-top {
  background: #03080f;
  font-size: 14px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-post-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-post-list a:hover {
  text-decoration: underline;
}

.site-footer .custom-logo {
  max-height: 300px;
  width: auto;
}

.site-footer {
  background: #0a963d;
  color: #fff;
}

.footer-main {
  background: #165915;
}

.footer-bottom {
  background: #103b03;
  font-size: 14px;
  color: #ffffff;
}

.footer-social-icon {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  transition: opacity .2s ease;
}

.footer-social-icon:hover {
  opacity: .8;
  color: #ffffff;
}

.footer-post-item {
  align-items: flex-start;
}

.footer-post-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.footer-post-title a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
}

.footer-post-title a:hover {
  text-decoration: none;
}

/* Pagination */
.pagination {
  justify-content: center;
}

.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #ddd;
  color: #0a963d;
  border-radius: 4px;
}

.page-numbers.current {
  background: #0a963d;
  color: #fff;
  border-color: #0a963d;
}

.page-numbers:hover {
  background: #03080f;
  color: #fff;
}
