@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ==========================================
   DESIGN SYSTEM
========================================== */

:root {

    --primary: #238E65;
    --primary-hover: #1C7753;

    --heading: #2F3B4B;

    --text: #2F3B4B;

    --radius-card: 20px;

    --radius-large: 28px;

    --radius-button: 12px;

    --shadow:
        0 12px 35px rgba(0, 0, 0, .08);

    --shadow-hover:
        0 20px 45px rgba(0, 0, 0, .12);

}

body {

    font-family: 'Poppins', sans-serif;

    color: var(--text);

}

section {

    padding: 72px 0;

}

.container {

    max-width: 1240px;

}

.row {

    --bs-gutter-x: 1.5rem;

    --bs-gutter-y: 1.25rem;

}

/* =====================================================
   Navbar26
===================================================== */

.navbar26 {

    font-family: 'Poppins', sans-serif;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    padding: 18px 0;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        opacity .35s ease;

    background: rgba(255, 255, 255, .95);

    backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(0, 0, 0, .05);

}

.navbar26-wrapper {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.navbar26-logo img {

    height: 24px;

}

.navbar26-menu ul {

    display: flex;

    gap: 36px;

    list-style: none;

    margin: 0;

    padding: 0;

}

.navbar26-menu a {
    position: relative;
    color: #6B7280;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
}

.navbar26-menu a:hover {
    color: #238E65;
    text-decoration: none;
}

.navbar26-menu a.active {
    color: #238E65;
    font-weight: 600;
    text-decoration: none;
}

.navbar26-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;

    width: 0;
    height: 3px;

    background: #238E65;
    border-radius: 20px;

    transition: width .3s ease;
    text-decoration: none;
}

.navbar26-menu a:hover::after,
.navbar26-menu a.active::after {
    width: 100%;

}

.btn-navbar26 {

    border: 0.5px solid #238E65;

    color: #238E65;

    border-radius: 8px;

    padding: 6px 16px;

    font-weight: 600;

}

.btn-navbar26:hover {

    background: #157347;

    color: #fff;

}

/* ======================================
   HERO
====================================== */

#hero26 {

    min-height: 100vh;

    display: flex;

    align-items: center;

    background: radial-gradient(ellipse at left bottom,
            #dff5ed 0%,
            #eef8f5 35%,
            #ffffff 75%);

    /* Jarak dari navbar */
    padding-top: 110px;
    padding-bottom: 60px;

}

#hero26>.container {

    display: flex;

    align-items: center;

    min-height: calc(100vh - 120px);

}

.hero26-wrapper {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 70px;

}

.hero26-left {

    width: 42%;

}

.hero26-right {

    width: 58%;

    padding: 0 60px;

    text-align: right;

}

.hero26-right img {

    width: 100%;

    max-width: 700px;

}

.hero26-left h1 {

    font-family: 'Poppins', sans-serif;

    font-size: 36px;

    line-height: 1.2;

    font-weight: 700;

    color: #2F3B4B;

    margin-bottom: 20px;

}

.hero26-left h1 span {

    color: #238E65;

}

.hero26-text p {

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.9;

    color: #6B7280;

    max-width: 540px;

    margin-bottom: 32px;

}

/* ===========================
   HERO STATISTIC
=========================== */

.hero26-statistic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
    max-width: 620px;
}

.stat-card26 {
    background: #fff;
    border: 1px solid #E8EEF2;
    border-radius: 18px;

    padding: 24px 18px;
    min-height: 220px;

    display: grid;
    grid-template-rows: 80px 50px 1fr;
    justify-items: center;
    align-items: start;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    transition: .3s;
}

.stat-card26:hover {
    transform: translateY(-6px);
    border-color: #238E65;
    box-shadow: 0 18px 40px rgba(35, 142, 101, .15);
}

.stat-icon-wrap26 {
    width: 56px;
    height: 56px;

    margin-bottom: 14px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 16px;

    background: #EEF8F5;
    color: #238E65;

    font-size: 24px;
}

.stat-card26 h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #238E65;
    line-height: 1.2;
}

.stat-card26 small {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    line-height: 1.5;
}

#heroCarousel26 {

    position: relative;

}

#heroCarousel26 .carousel-item {

    min-height: 580px;

}

.hero26-prev,
.hero26-next {

    width: 50px;
    height: 50px;

    top: 25%;

    background: transparent;
    transform: translateY(-50%);


}

.hero26-prev {

    left: -75px;

}

.hero26-next {

    right: -75px;

}

.hero26-prev i,
.hero26-next i {

    font-size: 28px;

    color: #258E5A;

}

.btn-hero26 {

    font-weight: 600;

    margin-top: 24px;

    padding: 6px 28px;

    border-radius: 10px;

    background: #238E65;

    color: white;

}

.btn-hero26:hover {

    background: #238E65;

    color: #fff;

    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(14, 118, 70, .38);

}


/* ==========================================
   PRODUCT26
========================================== */

#product26 {

    padding: 60px 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;

}

/* Title Section 26 */
.section-title26 {
    font-size: 40px;
    margin-bottom: 14px;

    line-height: 1.25;

}

.section-title26 p {

    font-size: 16px;

    max-width: 780px;

    line-height: 1.8;

}

.about-card26,
.mobile-feature26,
.mitra-card26,
.article-card26,
.stat-card26 {

    border-radius: 20px;

    padding: 24px;

}

.title-heading26 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-family: 'Poppins', sans-serif;
}

.title-leaf-icon26 {
    font-size: 42px;
    color: #238E65;
    vertical-align: middle;
    display: inline-block;
}

.text-dark-custom26 {
    color: #1e293b;
}

.text-success-custom26 {
    color: #238E65;
}

.subtitle-text26 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1f2937;
    max-width: 660px;
    margin: 0 auto 40px;

    line-height: 1.65;
    font-family: 'Poppins', sans-serif;
}

.product-wrapper26 {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 2px;

    position: relative;

}

/* Featured */

#featuredCard26 {

    padding: 36px;

    width: 760px;

    overflow: hidden;

}

#featuredImage26 {

    width: 100%;

    display: block;

    border-radius: 28px;

    transition: .45s;

}

/* Thumbnail */

.product-side-card26 {

    width: 210px;

    cursor: pointer;

    transition: .35s;

}

.product-side-card26 img {

    width: 100%;

    display: block;

    border-radius: 18px;

    transition: .35s;

}

.product-side-card26:hover {

    transform: translateY(-8px);

}

.product-side-card26:hover img {

    transform: scale(1.04);

}

/* Arrow */

.product-prev26,
.product-next26 {

    width: 50px;
    height: 50px;

    padding: 0;

    border: none;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 50px;

    background: #fff;

    cursor: pointer;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);

}

.product-prev26:hover,
.product-next26:hover {

    background: #d3d3d3;
    transform: translateY(-3px);

}

.product-prev26 i,
.product-next26 i {

    font-size: 20px;
    line-height: 1;
    color: #1E8E5A;

    transition: .3s;

}

.product-prev26 i,
.product-next26 i {

    font-size: 22px;

    line-height: 1;

}

/* Background Lingkaran Hijau */
.product-bg-blob26 {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    width: 850px;
    height: 850px;
    background: radial-gradient(circle, rgba(220, 246, 228, 0.85) 0%, rgba(235, 250, 240, 0.5) 60%, rgba(255, 255, 255, 0) 90%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* Controls Footer & Indikator (- - - - -) */
.product-controls26 {
    margin-top: -18px;
}

.product-indicators26 {
    margin-top: 0;
}

.indicator-bar26 {
    display: inline-block;
    width: 44px;
    height: 6px;
    background-color: #d1d5db;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator-bar26.active {
    background-color: #238E65;
    width: 52px;
}

.indicator-bar26:hover {
    background-color: #238E65;
    opacity: 0.7;
}

/* Counter (1 / 5) */
.product-counter26 {
    color: #6b7280;
    font-size: 16px;
    letter-spacing: 1px;
}

/* ==========================================
   CUSTOM ACTION BUTTONS
========================================== */

/* Base Style */
.btn-success-custom26,
.btn-outline-success-custom26 {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;

    min-height: 48px;

    border-radius: 12px;

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all .3s ease;

}

/* ==========================================
   OUTLINE BUTTON
========================================== */

.btn-outline-success-custom26 {

    background: #ffffff;

    color: #238E65;

    border: 2px solid #238E65;

    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);

}

.btn-outline-success-custom26:hover {

    background: #F3FBF7;

    color: #238E65;

    border-color: #238E65;

    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(14, 118, 70, .18);

}

/* ==========================================
   FILLED BUTTON
========================================== */

.btn-success-custom26 {

    background: #238E65;

    color: #ffffff;

    border: 2px solid #238E65;

    box-shadow: 0 6px 18px rgba(14, 118, 70, .28);

}

.btn-success-custom26:hover {

    background: #095B37;

    border-color: #095B37;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(14, 118, 70, .38);

}


/* ==========================================
   MITRA SECTION 26
========================================== */

#mitra26 {
    padding: 60px 0;
    background-color: #ffffff;
}

.mitra-card26 {

    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);

    transition: .35s;

}

.mitra-card26:hover {
    transform: translateY(-4px);

    box-shadow: 0 18px 38px rgba(0, 0, 0, .10);

    border-color: #238E65 !important;
}

.mitra-logo26 {
    max-height: 65px;
    max-width: 100%;
    object-fit: contain;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        opacity .35s ease;
}

#mitra26 .subtitle-text26 {

    max-width: 1000px;

    margin: 0 auto 50px;

}


/* ==========================================
   ABOUT26
========================================== */

#about26 {

    padding: 70px 0;

    font-family: 'Poppins', sans-serif;

}

.about-tag26 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #238E65
}

.about-title26 {
    line-height: 1.15;
    margin-bottom: 20px;
}

.about-title26 span {

    color: #238E65;

}

.about-desc-text26 {
    font-size: 15px;
    line-height: 1.75;
    color: #5F6B7A;
}

.about-desc-text26 p {
    margin-bottom: 18px;
}

.btn-outline-success-custom26 {

    border: 2px solid #238E65;
    color: #238E65;

    padding: 10px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;


    font-family: 'Poppins', sans-serif;
    font-weight: 600;


    transition:
        transform .35s ease,
        box-shadow .35s ease,
        opacity .35s ease;

}

.btn-outline-success-custom26:hover {

    background: #238E65;
    color: #fff;

}

.about-card26 {

    padding: 24px;
    border-radius: 20px;

    box-shadow: 0 10px 28px rgba(0, 0, 0, .06);

    transition: .35s;

}

.about-card26:hover {

    transform: translateY(-4px);

    box-shadow: 0 18px 38px rgba(0, 0, 0, .10);

}


.about-card26 h3 {

    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2F3B4B
}

.title-line-green26 {

    width: 90px;
    height: 3px;

    margin: 14px 0 18px;

    background: #19A974;

    border-radius: 20px;

}

.card-desc26 {

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.75;

    color: #6B7280;

}

.icon-circle26 {

    width: 50px;
    height: 50px;

    border-radius: 50%;

    background: #EEF8F5;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #238E65;

}

.icon-circle26 iconify-icon {

    font-size: 26px;

}

.misi-num26 {

    width: 22px;
    height: 22px;

    font-size: 11px;
    border-radius: 6px;

    background: #238E65;

    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'Poppins', sans-serif;
    font-weight: 600;

    flex-shrink: 0;

}

.impact-section26 {

    background: #F8FBFA !important;

    border-radius: 20px !important;
    padding: 24px !important;

}

.impact-section26 h4 {

    font-family: 'Poppins', sans-serif;


    font-size: 20px;
    margin-bottom: 12px;

    font-weight: 600;

    color: #2F3B4B;

}

.impact-section26 p {

    font-family: 'Poppins', sans-serif;


    font-size: 14px;
    line-height: 1.7;


    color: #6B7280;

}

.bg-deco-icon26 {

    position: absolute;

    left: 15px;

    bottom: 10px;

    font-size: 90px;

    color: #238E65;

    opacity: .08;

}

/* ============================
   ABOUT STATISTIC
============================ */

.about-stat-card26 {
    background: #fff;
    border: 1px solid #E7EDF1;
    border-radius: 18px;

    min-height: 120px;
    padding: 20px;

    display: flex;
    align-items: center;
    gap: 16px;

    transition: .3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}

.about-stat-card26:hover {
    transform: translateY(-4px);
    border-color: #238E65;
    box-shadow: 0 14px 30px rgba(35, 142, 101, .12);
}

/* Icon */
.about-stat-icon26 {
    width: 58px;
    height: 58px;
    border-radius: 16px;

    flex-shrink: 0;

    background: #EEF8F5;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #238E65;
    transition: .35s ease;
}

.about-stat-icon26 iconify-icon {
    font-size: 32px;
    transition: .35s ease;
}

.about-stat-card26:hover .about-stat-icon26 {
    transform: rotate(-8deg) scale(1.08);
    background: #238E65;
    color: #fff;
}

.about-stat-card26:hover .about-stat-icon26 iconify-icon {
    transform: scale(1.15);
}

/* Text */
.about-stat-content26 h3 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 4px;
    font-weight: 700;
    color: #238E65;
    line-height: 1.1;
    transition: .35s;
}

.about-stat-card26:hover h3 {
    transform: translateY(-2px);
    letter-spacing: .5px;
}

.about-stat-content26 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #64748B;
}


/* ---------- Statistik hero ---------- */

.stat-card26 {

    border-radius: 20px;

    box-shadow: var(--shadow);

}

.stat-card26:hover {

    box-shadow: var(--shadow-hover);

}

.stat-icon-wrap26 {
    width: 72px;
    height: 72px;

    margin-bottom: 16px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 18px;

    background: #EEF8F5;
}

.stat-icon-wrap26 iconify-icon {
    font-size: 40px;
    color: #238E65;
}

/* Bootstrap Icons */
.stat-icon-wrap26 i {
    font-size: 40px;
    color: #238E65;
}

.stat-card26 h3 {
    font-size: 20px;
}

.stat-card26 small {
    font-size: 10px;
}


/*=========================================
ARTICLE26
=========================================*/

#article26 {
    padding: 50px 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

/*=========================
HEADER
=========================*/

.article-header26 {
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}

.article-tag26 {
    display: inline-block;
    color: #238E65;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 13px;
}

.article-header26 h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #24364D;
    margin-bottom: 12px;
}

.article-header26 h2 span {
    color: #238E65;
}

.article-header26 p {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.7;
}

/*=========================
FILTER
=========================*/

.article-filter26 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.article-filter26 button {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-width: 130px;
    height: 42px;

    border: 1px solid #E5E7EB;
    background: #fff;
    border-radius: 10px;

    font-size: 13px;
    font-weight: 600;

    transition: .3s;
}

.article-filter26 button:hover {
    border-color: #238E65;
    color: #238E65;
}

.article-filter26 button.active {
    background: #238E65;
    color: #fff;
}

/*=========================
FEATURED
=========================*/

.featured-article26 {
    position: relative;
    height: 480px;
    /* tinggi tetap */
    overflow: hidden;
    border-radius: 16px;
}

.featured-article26 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay26 {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 16px 24px 18px;
    /* top right/left bottom */

    background: linear-gradient(90deg,
            rgba(7, 55, 35, .78),
            rgba(7, 55, 35, .32) 58%,
            transparent);
}

.featured-badge26 {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    width: max-content;

    padding: 5px 11px;

    margin-bottom: 10px;

    border-radius: 30px;

    background: rgba(255, 255, 255, .92);

    color: #24364D;

    font-size: 11px;

    font-weight: 600;
}

.featured-meta26 {

    color: #fff;

    opacity: .85;

    font-size: 12px;

    font-weight: 500;

    margin-bottom: 8px;
}

.overlay26 h3 {

    max-width: 400px;

    color: #fff;

    font-size: clamp(20px, 2.4vw, 32px);

    line-height: 1.25;

    font-weight: 700;

    margin-bottom: 12px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.overlay26 p {

    max-width: 380px;

    color: #fff;

    opacity: .9;

    line-height: 1.7;

    margin-bottom: 18px;

    font-size: 14px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.overlay26 a,
.btn-featured26 {

    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: max-content;

    padding: 10px 18px;

    border: none;

    border-radius: 10px;

    background: #fff;

    color: #238E65;

    text-decoration: none;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;
}

.overlay26 a:hover,
.btn-featured26:hover {

    background: #238E65;

    color: #fff;
}

/*=========================
LIST
=========================*/

.article-list26 {

    display: flex;
    flex-direction: column;
    gap: 8px;

    height: 100%;
}

/*=========================
CARD
=========================*/

.article-card26 {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 8px;

    flex: 1;

    min-height: 0;

    overflow: hidden;

    border: 1px solid #EEF2F5;

    border-radius: 14px;

    background: #fff;

    box-shadow: 0 6px 22px rgba(0, 0, 0, .05);

    transition: .35s;
}

.article-card26:hover {

    transform: translateY(-3px);

    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
}

.article-card26 img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    display: block;
    background: #eef2f5;
}

.article-info26 {

    flex: 1;

    min-height: 0;

    display: flex;

    flex-direction: column;
}

.article-info26 .top26 {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 6px;
}

.article-info26 small {

    color: #238E65;

    font-size: 11px;

    font-weight: 700;
}

.category26 {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 3px 9px;

    background: #238E65;

    color: #fff;

    border-radius: 30px;

    font-size: 10px;

    font-weight: 600;
}

.article-info26 h5 {

    font-size: 12px;

    line-height: 1.4;

    font-weight: 700;

    color: #24364D;

    margin: 3px 0 6px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.meta26 {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: auto;
}

.article-meta26 {

    display: flex;

    align-items: center;

    gap: 5px;


    font-size: 11px;
}

.article-read26 {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #EEF8F5;
    color: #238E65;

    border: none;
    outline: none;
    box-shadow: none;
    filter: none;
    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
    transition: .3s;
}

.article-read26:hover {
    background: #238E65;
    color: #fff;
}


/*=========================================
LIHAT SEMUA BUTTON
=========================================*/

.btn-lihat-semua26 {

    display: inline-flex;
    align-items: center;
    gap: 8px;


    color: #238E65;
    font-weight: 700;
    text-decoration: none;

    transition: .3s;
}

.btn-lihat-semua26:hover {
    color: #064b3c;
}


/* ==========================================
   MOBILE26
========================================== */

#mobile26 {

    padding: 80px 0;

    background: linear-gradient(180deg,
            #ffffff 0%,
            #F8FBFA 100%);

    position: relative;

    overflow: hidden;

}

#mobile26::before {

    content: "";

    position: absolute;

    top: -180px;
    right: -250px;

    width: 700px;
    height: 700px;

    border-radius: 50%;

    background: #EEF8F5;

    z-index: 0;

}

#mobile26 .container {

    position: relative;

    z-index: 2;

}

/* ==========================================
   SECTION TITLE
========================================== */

#mobile26 .section-title26 {

    max-width: 1200px;

    margin: 0 auto 70px;

}

#mobile26 .subtitle26 {

    display: inline-block;

    padding: 8px 20px;

    border-radius: 100px;

    background: #EEF8F5;

    color: #238E65;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 18px;

}

#mobile26 .section-title26 h2 {

    font-family: 'Poppins', sans-serif;

    font-size: 48px;

    font-weight: 700;

    line-height: 1.2;

    color: #2F3B4B;

    margin-bottom: 20px;

}

#mobile26 .section-title26 h2 span {

    color: #238E65;

}

#mobile26 .section-title26 p {

    font-family: 'Poppins', sans-serif;

    font-size: 17px;

    font-weight: 500;

    line-height: 1.9;

    color: #6B7280;

}

/* ==========================================
   MOBILE26
========================================== */

#mobile26 {
    padding: 70px 0;
    background: linear-gradient(180deg, #fff 0%, #F8FBFA 100%);
    position: relative;
    overflow: hidden;
}

#mobile26::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -250px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: #EEF8F5;
    z-index: 0;
}

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

/* ==========================================
   HEADER (Sama seperti Product, Mitra, Article)
========================================== */

.mobile-header26 {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.mobile-tag26 {
    display: inline-block;
    margin-bottom: 12px;

    color: #238E65;
    font-size: 16px;
    font-weight: 600;
}

.mobile-header26 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.5px;
    color: #2F3B4B;
    margin-bottom: 16px;
}

.mobile-header26 h2 span {
    color: #238E65;
}

.mobile-header26 p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #2F3B4B;
}

/* ==========================================
   PHONE MOCKUP
========================================== */

.mobile-phone26 {

    max-width: 420px;

    transition: .45s;

}

.mobile-phone26:hover {

    transform: translateY(-8px);

}

/* ==========================================
   FEATURE CARD
========================================== */

.mobile-feature26 {

    display: flex;
    align-items: center;
    gap: 14px;

    min-height: 110px;

    padding: 18px 20px;

    background: #ffffff;

    border-radius: 18px;

    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);

    transition: all .35s ease;

}

.mobile-feature26:hover {

    transform: translateY(-5px);

    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);

}

.mobile-icon26 {

    display: flex;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;

    width: 52px;
    height: 52px;

    background: #EEF8F5;

    border-radius: 16px;

    color: #238E65;

    font-size: 24px;

}

.mobile-feature26 h5 {

    margin-bottom: 6px;

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.3;

    color: #238E65;

}

.mobile-feature26 p {

    margin: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.6;

    color: #6B7280;

}

/* ==========================================
   STORE BUTTON
========================================== */

.store-buttons26 {

    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 36px;

}

.store-buttons26 a {

    width: 180px;
    /* Samakan lebar */
    height: 58px;
    /* Samakan tinggi */

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    transition: .3s;

}

.store-buttons26 a:hover {

    transform: translateY(-4px);

}

.store-buttons26 img {

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    display: block;

}

.google-store26 {

    width: 180px;

}

.apple-store26 {

    width: 170px;

}

/* ==========================================
   CONSULTATION26
========================================== */

#consultation26 {

    padding: 80px 0;

    background: #fff;

}

.consultation-box26 {

    background: #F9FCFB;

    border-radius: 32px;

    padding: 56px;

    overflow: hidden;

    position: relative;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .06);

}

/* Decoration */

.consultation-box26::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    right: -120px;

    top: -80px;

    border-radius: 50%;

    background: #EAF8F1;

}

/* Badge */

.consultation-tag26 {

    display: inline-block;

    padding: 8px 18px;

    border-radius: 50px;

    background: #EAF8F1;

    color: #238E65;

    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    margin-bottom: 20px;

}

/* Title */

.consultation-title26 {

    font-family: 'Poppins', sans-serif;

    font-size: 42px;

    font-weight: 700;

    color: #2F3B4B;

    line-height: 1.2;

    margin-bottom: 24px;

}

.consultation-title26 span {

    color: #238E65;

}

/* Description */

.consultation-desc26 {

    font-family: 'Poppins', sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.9;

    color: #6B7280;

    margin-bottom: 30px;

}

/* Feature */

.consultation-feature26 {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-bottom: 36px;

}

.consultation-feature26 span {

    display: flex;

    align-items: center;

    gap: 8px;

    background: #fff;

    padding: 10px 18px;

    border-radius: 50px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);

    font-family: 'Poppins';

    font-size: 14px;

    font-weight: 500;

}

.consultation-feature26 iconify-icon {

    color: #238E65;

    font-size: 18px;

}

/* ==========================================
   CONSULTATION BUTTON GROUP
========================================== */

.consultation-button26 {

    display: flex;

    align-items: center;

    gap: 14px;

    flex-wrap: wrap;

    margin-top: 32px;

}

.consultation-button26 .btn-success-custom26,
.consultation-button26 .btn-outline-success-custom26 {

    min-width: 170px;

    min-height: 48px;

    justify-content: center;

}

/* Image */

.consultation-image26 {

    position: relative;

}

.consultation-circle26 {

    position: absolute;

    width: 420px;

    height: 420px;

    background: #EAF8F1;

    border-radius: 50%;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}

.consultation-image26 img {

    position: relative;

    width: 95%;

    z-index: 2;

}

/* ==========================================
   SCROLL ANIMATION
========================================== */

.fade-up26,
.fade-left26,
.fade-right26,
.fade-scale26 {

    opacity: 0;

    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.22, .61, .36, 1);

    will-change: transform, opacity;

}

/* Fade Up */

.fade-up26 {

    transform: translateY(45px);

}

/* Fade Left */

.fade-left26 {

    transform: translateX(-45px);

}

/* Fade Right */

.fade-right26 {

    transform: translateX(45px);

}

/* Scale */

.fade-scale26 {

    transform: scale(.94);

}

/* Active */

.show26 {

    opacity: 1;

    transform: none;

}

.fade-delay-1 {

    transition-delay: .1s;

}

.fade-delay-2 {

    transition-delay: .2s;

}

.fade-delay-3 {

    transition-delay: .3s;

}

.fade-delay-4 {

    transition-delay: .4s;

}

.fade-delay-5 {

    transition-delay: .5s;

}

html {
    scroll-behavior: smooth;
}

/* =====================================================
   Footer26
===================================================== */

.footer26 {

    background: #064b3c;

    color: #fff;

    padding: 45px 0;

    font-family: 'Poppins Light';

}


.footer26 h2 {

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 10px;

}


.footer26 p {

    font-size: 12px;

    line-height: 1.7;

    color: rgba(255, 255, 255, .75);

    margin-bottom: 18px;

}


/* Heading */

.footer26 h5 {

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 18px;

}



/* Link */

.footer26 ul {

    padding: 0;

    margin: 0;

    list-style: none;

}


.footer26 ul li {

    margin-bottom: 10px;

}


.footer26 ul li a {

    text-decoration: none;

    font-size: 12px;

    color: rgba(255, 255, 255, .75);

    transition: .3s ease;

}


.footer26 ul li a:hover {

    color: #fff;

}



/* Social */

.footer26-social {

    display: flex;

    gap: 12px;

}


.footer26-social a {

    color: white;

    font-size: 16px;

    transition: .3s ease;

}


.footer26-social a:hover {

    opacity: .7;

}



/* Newsletter */

.footer26-form input {

    width: 100%;

    height: 34px;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, .25);

    border-radius: 5px;

    padding: 0 12px;

    color: white;

    font-size: 11px;

    margin-bottom: 8px;

}


.footer26-form input::placeholder {

    color: rgba(255, 255, 255, .5);

}



.footer26-form button {

    width: 100%;

    height: 34px;

    border: none;

    border-radius: 5px;

    background: #087a5c;

    color: white;

    font-size: 12px;

    font-weight: 600;

    transition: .3s ease;

}


.footer26-form button:hover {

    background: #0a906d;

}

/* Article Detail Page 26 */
.navbar26-solid {
    position: relative;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

/* Container tombol back */
.article-detail-section26 .mb-4.d-flex {
    position: relative;
    z-index: 10;

    display: flex !important;
    align-items: center;
    gap: 10px;

    margin-bottom: 30px !important;
}

/* ==========================================
   ARTICLE BACK NAVIGATION 26
========================================== */

.article-back-navigation26 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;

    margin-top: 10px;
    padding-top: 24px;

    border-top: 1px solid #e2e8f0;
}


/* Base Button */

.btn-back26 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 44px;
    padding: 10px 20px;

    border-radius: 12px;

    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;

    text-decoration: none;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.btn-back26 i {
    font-size: 16px;
}


/* ==========================================
   PRIMARY - SEMUA ARTIKEL
========================================== */

.btn-back-primary26 {
    background-color: #238E65;
    color: #ffffff;

    border: 1px solid #238E65;

    box-shadow: 0 4px 12px rgba(35, 142, 101, 0.15);
}

.btn-back-primary26:hover {
    background-color: #1d7654;
    border-color: #1d7654;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(35, 142, 101, 0.22);
}


/* ==========================================
   SECONDARY - KEMBALI KE BERANDA
========================================== */

.btn-back-secondary26 {
    background-color: #eef8f4;
    color: #238E65;

    border: 1px solid #b8dfce;
}

.btn-back-secondary26:hover {
    background-color: #238E65;
    border-color: #238E65;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(35, 142, 101, 0.16);
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

    .article-title26 {
        font-size: 1.9rem;
        line-height: 1.25;
        letter-spacing: -0.02em;
    }

    .article-back-navigation26 {
        gap: 8px;
        padding-top: 20px;
    }

    .btn-back26 {
        min-height: 42px;
        padding: 9px 15px;

        font-size: 0.82rem;
        border-radius: 10px;
    }

}


.bg-bitanic26 {
    background-color: #238E65 !important;
    color: #ffffff !important;
}

.badge-article {
    background-color: #238E65;
    color: #ffffff;
}

.article-title26 {
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    .article-title26 {
        font-size: 1.65rem;
    }
}

.article-content-html26 {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    font-family: 'Inter', sans-serif;
}

.article-content-html26 p {
    margin-bottom: 1.5rem;
}

.article-content-html26 h1,
.article-content-html26 h2,
.article-content-html26 h3,
.article-content-html26 h4 {
    color: #0f172a;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content-html26 img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.article-content-html26 ul,
.article-content-html26 ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.article-content-html26 blockquote {
    border-left: 4px solid #238E65;
    padding-left: 1.25rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #475569;
}

.btn-back-secondary26 {
    background-color: #f1f5f9;
    color: #475569;
    border-color: #cbd5e1;
}

.btn-back-secondary26:hover {
    background-color: #e2e8f0;
    color: #0f172a;
    border-color: #94a3b8;
}

.article-list-section26 {
    background-color: #f8fafc;
    min-height: 85vh;
}

.badge-filter26 {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
    background-color: #f1f5f9;
    text-decoration: none;
    transition: all 0.2s ease;
}

.badge-filter26:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

.badge-filter26.active {
    background-color: #238E65;
    color: #ffffff;
}

/* ==========================================
   ARTICLE PAGINATION 26
========================================== */

.article-pagination26 {
    font-family: 'Poppins', sans-serif;
}

.article-pagination26 nav {
    display: flex;
    justify-content: center;
}

.article-pagination26 .pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

/* ==========================================
   PAGINATION BUTTON
========================================== */

.article-pagination26 .pagination .page-link {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #E5E7EB !important;
    border-radius: 10px !important;

    background-color: #FFFFFF !important;
    color: #64748B !important;

    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;

    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

/* ==========================================
   ACTIVE
========================================== */

.article-pagination26 .pagination .page-item.active .page-link {
    background-color: #238E65 !important;
    border-color: #238E65 !important;
    color: #FFFFFF !important;

    box-shadow: 0 6px 16px rgba(35, 142, 101, .25) !important;
}

/* ==========================================
   HOVER
========================================== */

.article-pagination26 .pagination .page-item:not(.active):not(.disabled) .page-link:hover {

    background-color: #EEF8F5 !important;
    color: #238E65 !important;
    border-color: #238E65 !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(35, 142, 101, .12);
}

/* ==========================================
   DISABLED
========================================== */

.article-pagination26 .pagination .page-item.disabled .page-link {

    background-color: #F8FAFC !important;
    border-color: #E5E7EB !important;
    color: #CBD5E1 !important;

    box-shadow: none !important;
    transform: none;
}

/* ==========================================
   PREVIOUS & NEXT
========================================== */

.article-pagination26 .pagination .page-item:first-child .page-link,
.article-pagination26 .pagination .page-item:last-child .page-link {

    width: auto;
    min-width: 40px;

    padding: 0 14px;
}

/* ==========================================
   FOCUS
========================================== */

.article-pagination26 .pagination .page-link:focus {

    background-color: #FFFFFF !important;
    color: #64748B !important;

    outline: none;

    box-shadow:
        0 0 0 3px rgba(35, 142, 101, .12) !important;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

    .article-pagination26 .pagination {
        gap: 4px;
    }

    .article-pagination26 .pagination .page-link {

        width: 36px;
        height: 36px;

        font-size: 12px;
    }

    .article-pagination26 .pagination .page-item:first-child .page-link,

    .article-pagination26 .pagination .page-item:last-child .page-link {

        padding: 0 10px;
    }

}

/* ==========================================
   ARTICLE TITLE 26
========================================== */

.article-detail-header26 {
    width: 100%;
}

.article-detail-title26 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
    font-weight: 700;

    color: #334155;
    text-align: center;

    word-break: normal;
    overflow-wrap: break-word;
}

/* ========================================= ARTICLE CATEGORY FILTER ========================================= */
.article-filter26 {
    width: 100%;
}

.filter-label26 {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #6c757d;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 6px;
}

.filter-label26 i {
    color: #238E65;
    font-size: 0.9rem;
}

.filter-items26 {
    flex: 1;
}

/* Category Button */
.category26 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 15px;
    border: 1px solid #dfe7e3;
    border-radius: 50px;
    background: #f8faf9;
    color: #5f6b65;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Hover */
.category26:hover {
    border-color: #238E65;
    background: #eef8f3;
    color: #238E65;
    transform: translateY(-1px);
}

/* Active */
.category26.active {
    border-color: #238E65;
    background: #238E65;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(35, 142, 101, 0.18);
}

/* ========================================= MOBILE ========================================= */
@media (max-width: 767.98px) {
    .article-filter26 {
        margin-top: 4px;
    }

    .filter-label26 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }

    .filter-items26 {
        width: 100%;
        flex: none;
    }

    .category26 {
        min-height: 32px;
        padding: 5px 13px;
        font-size: 0.78rem;
    }
}