:root {
  --primary-green: #1f9d55; /* hijau utama */
  --secondary-green: #e6f4ec; /* hijau muda lembut */
  --text-dark: #222;
  --text-muted: #6b7280;
  --bg-light: #f9fafb;
  --white: #fff;
  --border-color: #e5e7eb;
  --shadow-soft: 0 4px 12px rgba(0,0,0,0.05);
  --radius-lg: 16px;
  --radius-md: 8px;
  --radius-sm: 4px;
  --transition: all 0.3s ease;
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Montserrat", sans-serif;
}


body{
        overflow-x: hidden;
}

section {
  padding: 60px 0;
}

.section-inside{
    padding-top:0;
  padding-bottom: 60px;
}

.section-heading{
    margin-bottom: 40px !important;
}

.section-heading span {
  color: var(--primary-green);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.section-heading h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  color: var(--text-dark);
}

.section-bg {
  background: var(--secondary-green);
}

#widget {
  margin-bottom: 25px;
  background: none;
    padding: 0;
}

.widget {
  background: var(--secondary-green);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 16px;
  transition: var(--transition);
}

.widget_title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-green);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.widget_body img,
.widget_body iframe {
  border-radius: var(--radius-md);
  width: 100%;
  display: block;
}

.testimonial-content {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 14px;
  box-shadow: var(--shadow-soft);
}


#listticker {
  float: left;
  height: 25px;
  overflow: hidden;
}
#listticker li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
#listticker a:link,
#listticker a:visited {
  text-decoration: none;
  font-weight: 400;
}
#listticker a:hover {
  text-decoration: none;
  color: #0000cc;
  font-weight: 400;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}



.main-image{
    border-radius: 8px;
}

.sambutan h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sambutan p{
        text-align: justify;
}

.single-blog-post {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  border: 1px solid #eaeaea;
  padding: 18px;
  transition: all 0.3s ease;
}

.single-blog-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.blog-post-thumb img {
  border-radius: 10px;
  margin-bottom: 15px;
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-post-content .post-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  transition: color 0.3s;
}

.blog-post-content .post-title a:hover {
  color: #2e7d32; /* hijau aksen */
}

.blog-post-content .post-meta {
  font-size: 0.9rem;
  color: #388e3c; /* hijau aksen lembut */
  font-weight: 500;
}

.single-blog-post .post-meta, .single-blog-post{
    margin-bottom: 0;
}

/* CTA SECTION — bold version */
.cta-bold-section {
  background: linear-gradient(to right, #61ba6d, #83c331); /* hijau lebih tegas */
  color: #ffffff;
}

.cta-bold-text h3 {
  font-size: 1.5rem;
  color: #ffffff;
}

.cta-bold-text p {
  color: #e8f5e9; /* sedikit lebih muda dari teks utama */
  font-size: 1rem;
}

.cta-bold-btn {
  border-radius: 8px;
  padding: 10px 26px;
  font-weight: 600;
  color: #388e3c;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.cta-bold-btn:hover {
  transform: translateY(-2px);
  padding: 10px 26px;
  font-weight: 600;
  color: #388e3c;
  background-color: #ffffff;
  font-size: 1rem;
}


.bg-light-green {
  background-color: #eef3f6b0;
}

.kegiatan-item {
  text-align: center;
}

.kegiatan-box {
  border-radius: var(--radius-md);
  background-color: #fff;
  padding: 8px;
  transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.kegiatan-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.kegiatan-img {
  border-radius: 8px;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.team-img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.kegiatan-title {
  background: linear-gradient(to right, #61ba6d, #83c331);
  color: white;
  font-weight: 500;
  padding: 6px 10px;
  margin-top: 8px;
  border-radius: 8px;
  font-size: 0.95rem;
}


    /* SECTION CONTACT */
#contact {
  background-color: #fff;
}

#contact .kegiatan-box {
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  border-radius: var(--radius-md);
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

#contact .kegiatan-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

#contact h2 {
  font-weight: 600;
  color: #2e7d32;                     /* hijau tua */
}

/* FORM CONTROL */
#contact .form-control {
  border: 1.5px solid #e3e3e3;
  border-radius: 8px;
  padding: 10px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#contact .form-control:focus {
  border-color: #66bb6a;
  box-shadow: 0 0 0 0.15rem rgba(102, 187, 106, 0.25);
}

/* BUTTON */
#contact .btn-success {
  background-color: #66bb6a;
  border-color: #66bb6a;
  border-radius: 8px;
  padding: 8px 24px;
  font-weight: 500;
}

#contact .btn-success:hover {
  background-color: #57a65b;
  border-color: #57a65b;
}

/* TEKS & ALIGNMENT */
#contact .form-label {
  color: #2e7d32;
  font-weight: 600;
}


  .unit-stat-section {
  background: #eef3f659;
  text-align: center;
}

.text-green {
  color: #2e7d32;
}

.unit-stat-card {
  border-radius: 12px;
  padding: 50px 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.unit-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* Icon bulat */
.unit-icon-circle {
  background: rgba(255, 255, 255, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unit-icon-circle img {
  width: 70px;
  height: 70px;
  opacity: 0.9;
}

.unit-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b5e20;
  margin-bottom: 4px;
}

.unit-name {
  font-size: 1rem;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 10px;
}

.unit-desc {
  font-size: 0.9rem;
  color: #555;
}

/* Gradient background */
.gradient-green {
  background: linear-gradient(145deg, #e8f5e9, #d4edda);
}
.gradient-yellow {
  background: linear-gradient(145deg, #fff8e1, #ffeaa7);
}
.gradient-blue {
  background: linear-gradient(145deg, #e3f2fd, #bbdefb);
}
.gradient-pink {
  background: linear-gradient(145deg, #fce4ec, #f8bbd0);
}

/* Hover animasi gradient lebih kuat */
.gradient-green:hover { background: linear-gradient(145deg, #d0ebd2, #b2dfdb); }
.gradient-yellow:hover { background: linear-gradient(145deg, #ffefb1, #ffe57f); }
.gradient-blue:hover { background: linear-gradient(145deg, #cfe0fc, #90caf9); }
.gradient-pink:hover { background: linear-gradient(145deg, #f8cdd8, #f48fb1); }

       .video-thumb {
  position: relative;
}
/* ikon play di tengah */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-button span {
  color: #fff;
  font-size: 28px;
  margin-left: 3px; /* biar segitiga agak ke tengah */
}

/* efek hover */
.video-thumb:hover .play-button {
  background-color: rgba(56, 142, 60, 0.8); /* hijau sesuai tema */
  transform: translate(-50%, -50%) scale(1.1);
}
.site-title {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 2px;
}

.site-subtitle {
  font-size: 16px;
  font-weight: 400;
}

.breadcumb-area{
    height: 80px;
}

.breadcumb-area .bradcumbContent {
  display: inline-block;
  min-width: 500px;
  width: inherit;
  max-width: 100%;
  height:auto;
  transition: width 0.3s ease;
}

.breadcumb-area .bradcumbContent h1 {
    line-height: 50px;
    margin: 20px auto;
}

.latest-blog-posts .latest-blog-post-thumb {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
}

.latest-blog-posts .latest-blog-post-content{
    width: 100%;
}

.single-latest-blog-post{
    margin-bottom: 24px;
}

.post-title h6{
    text-align:justify;
}

/* Responsif untuk smartphone */
@media (max-width: 768px) {
  .site-title {
    font-size: 20px;
  }
  .site-subtitle {
    font-size: 14px;
  }
  .breadcumb-area {
           margin-top: 45px;
    }
    .breadcumb-area .bradcumbContent{
        bottom: 0;
    }
}

/* ==== HERO SLIDES AUTO HEIGHT ==== */
.hero-slides2 {
    position: relative;
    z-index: 1;
}

/* Hapus height fix – biarkan mengikuti gambar */
.hero-slides2 .single-hero-slide {
    position: relative;
    width: 100%;
}

/* Gambar responsif */
.hero-slides2 .single-hero-slide .slide-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay content bebas tinggi */
.hero-slides2 .hero-slides-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 5;
    color: #fff;
}

@media (max-width: 767px) {
    .hero-slides2 .hero-slides-content {
        bottom: 20px;
        left: 20px;
    }
}

/* Heading */
.hero-slides2 .single-hero-slide h4 {
    color: #ffffff;
    margin-bottom: 10px;
}

.hero-slides2 .single-hero-slide h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .hero-slides2 .single-hero-slide h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-slides2 .single-hero-slide h2 {
        font-size: 28px;
    }
}

/* ==== NAVIGATION ==== */

.hero-slides2 .owl-prev,
.hero-slides2 .owl-next {
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition-duration: 500ms;
}

@media (max-width: 767px) {
    .hero-slides2 .owl-prev,
    .hero-slides2 .owl-next {
        display:none;
    }
    
    .hero-slides-content .academy-btn{
        display: none;
    }
    
    .hero-area{
        margin-top: 32px;
    }
}

.hero-slides2 .owl-next {
    left: auto;
    right: 5%;
}

.hero-slides2 .owl-prev:hover,
.hero-slides2 .owl-next:hover {
    background: #141414;
    color: #ffffff;
}

.hero-slides2:hover .owl-prev,
.hero-slides2:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

/* Container dots berada di dalam slide */
.hero-slides2 .owl-dots {
    position: absolute;
    bottom: 15px;               /* jarak dari bawah gambar */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;   /* d-flex */
    gap: 8px;                   /* jarak antar dots */
    z-index: 20;                /* di atas gambar */
    justify-content: center;
    align-items: center;
}

/* Dot style */
.hero-slides2 .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5); /* putih transparan */
    display: block;
    border-radius: 50%;
    transition: 300ms;
}

/* Dot aktif */
.hero-slides2 .owl-dot.active span {
    background: #61ba6d; /* warna hijau kamu */
}

 /* Default: Tampilan Mobile (Gambar di atas, teks di bawah) */
    .kepsek-image-float {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .kepsek-image-float img {
        max-width: 100%;
        height: auto;
    }

    /* Tampilan Desktop/Tablet (Layar > 768px) */
    @media (min-width: 768px) {
        .kepsek-image-float {
            float: left;        /* Kuncinya di sini */
            width: 350px;       /* Atur lebar gambar sesuai selera */
            margin-right: 30px; /* Jarak antara gambar dan teks di kanannya */
            margin-bottom: 10px;/* Jarak bawah biar teks gak nempel banget */
        }
    }

    /* Justify biar teksnya rata kanan-kiri rapi seperti koran */
    .sambutan-text {
        text-align: justify;
    }


/* Responsif */
@media (max-width: 767px) {
  .unit-stat-card {
    padding: 40px 20px;
  }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}