/*
Theme Name: OceanWP Child - YCIS
Theme URI: https://ycis.or.id/
Description: Custom lightweight homepage Yayasan Citra Insan Sejahtera
Author: YCIS
Template: oceanwp
Version: 1.2.0
*/

/* =========================================================
   YCIS GLOBAL
   ========================================================= */

:root{
    --ycis-primary:#176b4d;
    --ycis-primary-dark:#0e5039;
    --ycis-primary-soft:#e8f3ee;

    --ycis-secondary:#d8a83e;
    --ycis-secondary-dark:#bd8f28;

    --ycis-text:#26332d;
    --ycis-muted:#66736d;

    --ycis-light:#f5f8f6;
    --ycis-white:#ffffff;

    --ycis-border:#e4ebe7;

    --ycis-radius:16px;
    --ycis-radius-lg:22px;

    --ycis-shadow:0 8px 30px rgba(20,50,40,.08);
    --ycis-shadow-hover:0 14px 40px rgba(20,50,40,.12);
}


/* =========================================================
   RESET / BOX SIZING
   ========================================================= */

.ycis-home *,
.ycis-home *::before,
.ycis-home *::after,

.ycis-donasi-page *,
.ycis-donasi-page *::before,
.ycis-donasi-page *::after{

    box-sizing:border-box;
}


.ycis-home,
.ycis-donasi-page{

    font-family:inherit;
    color:var(--ycis-text);
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}


.ycis-home{

    width:100%;
    background:#fff;
    overflow:hidden;
}


.ycis-home img,
.ycis-donasi-page img{

    max-width:100%;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.ycis-container{

    width:min(1160px,92%);
    margin-left:auto;
    margin-right:auto;
}


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

.ycis-section{

    padding:75px 0;
}


.ycis-section-light{

    background:var(--ycis-light);
}


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

.ycis-section-title{

    width:100%;
    max-width:760px;
    margin:0 auto 42px;
    text-align:center;
}


.ycis-section-title .eyebrow{

    display:inline-block;
    margin-bottom:10px;

    color:var(--ycis-primary);

    font-size:13px;
    line-height:1.4;
    font-weight:800;

    letter-spacing:.09em;
    text-transform:uppercase;
}


.ycis-section-title h2{

    margin:0 0 14px;

    color:var(--ycis-text);

    font-size:clamp(28px,4vw,40px);
    line-height:1.2;

    font-weight:800;
    letter-spacing:-.02em;
}


.ycis-section-title p{

    margin:0;

    color:var(--ycis-muted);

    font-size:17px;
    line-height:1.7;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ycis-buttons{

    display:flex;
    flex-wrap:wrap;
    gap:12px;
}


.ycis-btn{

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

    min-height:50px;

    padding:0 24px;

    border:1px solid transparent;
    border-radius:9px;

    font-family:inherit;
    font-size:15px;
    font-weight:700;
    line-height:1.2;

    text-align:center;
    text-decoration:none !important;

    cursor:pointer;

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


.ycis-btn:hover{

    transform:translateY(-2px);
}


/* PRIMARY */

.ycis-btn-primary{

    background:var(--ycis-secondary);
    color:#fff !important;

    box-shadow:0 5px 15px rgba(216,168,62,.18);
}


.ycis-btn-primary:hover{

    background:var(--ycis-secondary-dark);
    color:#fff !important;

    box-shadow:0 8px 20px rgba(216,168,62,.25);
}


/* OUTLINE */

.ycis-btn-outline{

    border-color:rgba(255,255,255,.65);

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

    color:#fff !important;
}


.ycis-btn-outline:hover{

    border-color:#fff;

    background:#fff;

    color:var(--ycis-primary) !important;
}


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

.ycis-hero{

    position:relative;

    min-height:650px;

    display:flex;
    align-items:center;

    background:

        linear-gradient(
            90deg,
            rgba(7,43,30,.92) 0%,
            rgba(7,43,30,.76) 45%,
            rgba(7,43,30,.32) 100%
        ),

        url("https://ycis.or.id/wp-content/uploads/2026/08/hero-ycis.jpg")
        center center / cover no-repeat;
}


.ycis-hero-content{

    max-width:760px;

    padding:100px 0;

    color:#fff;
}


.ycis-hero-badge{

    display:inline-flex;
    align-items:center;

    gap:8px;

    padding:8px 14px;
    margin-bottom:20px;

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

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

    color:#fff;

    font-size:14px;
    font-weight:700;

    backdrop-filter:blur(4px);
}


.ycis-hero h1{

    margin:0 0 20px;

    color:#fff;

    font-size:clamp(38px,6vw,68px);
    line-height:1.05;

    font-weight:800;

    letter-spacing:-.025em;
}


.ycis-hero p{

    max-width:680px;

    margin:0 0 30px;

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

    font-size:19px;
    line-height:1.75;
}


/* =========================================================
   TRUST BAR
   ========================================================= */

.ycis-trust{

    position:relative;

    z-index:5;

    margin-top:-50px;
}


.ycis-trust-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:18px;
}


.ycis-trust-item{

    min-height:110px;

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

    padding:25px;

    border:1px solid rgba(228,235,231,.9);

    border-radius:var(--ycis-radius);

    background:#fff;

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

    text-align:center;
}


.ycis-trust-item strong{

    display:block;

    margin-bottom:6px;

    color:var(--ycis-primary);

    font-size:18px;
    line-height:1.35;
}


.ycis-trust-item span{

    color:var(--ycis-muted);

    font-size:14px;
    line-height:1.5;
}


/* =========================================================
   PROGRAM
   ========================================================= */

.ycis-program-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:22px;
}


.ycis-program{

    display:flex;
    flex-direction:column;

    min-height:100%;

    padding:30px;

    border:1px solid var(--ycis-border);

    border-radius:var(--ycis-radius);

    background:#fff;

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


.ycis-program:hover{

    transform:translateY(-4px);

    border-color:#d6e5de;

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


.ycis-program-icon{

    width:52px;
    height:52px;

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

    margin-bottom:20px;

    border-radius:14px;

    background:var(--ycis-primary-soft);

    color:var(--ycis-primary);

    font-size:24px;
}


.ycis-program h3{

    margin:0 0 10px;

    color:var(--ycis-text);

    font-size:21px;
    line-height:1.35;
}


.ycis-program p{

    flex-grow:1;

    margin:0 0 18px;

    color:var(--ycis-muted);

    font-size:15px;
    line-height:1.7;
}


.ycis-link{

    display:inline-block;

    color:var(--ycis-primary) !important;

    font-size:15px;
    font-weight:700;

    text-decoration:none !important;

    transition:color .2s ease;
}


.ycis-link:hover{

    color:var(--ycis-primary-dark) !important;
}


/* =========================================================
   ABOUT / TENTANG YCIS
   ========================================================= */

.ycis-about{

    display:grid;

    grid-template-columns:minmax(0,1fr) minmax(0,1fr);

    gap:60px;

    align-items:center;
}


/*
===========================================================
GAMBAR ABOUT
===========================================================

PENTING:

Gambar TIDAK diberi height tetap.
Tidak menggunakan object-fit:cover.

Dengan demikian gambar akan mengikuti rasio asli
dan tidak terpotong.

===========================================================
*/


.ycis-about-image{

    width:100%;

    overflow:hidden;

    border-radius:20px;

    background:#e9efec;

    line-height:0;
}


.ycis-about-image img{

    display:block;

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

    height:auto !important;

    min-height:0 !important;

    object-fit:contain !important;

    object-position:center center;

    border:0;

    border-radius:20px;

    box-shadow:none;

}


/* ABOUT CONTENT */

.ycis-about-content .eyebrow{

    display:inline-block;

    margin-bottom:5px;

    color:var(--ycis-primary);

    font-size:14px;
    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;
}


.ycis-about-content h2{

    margin:10px 0 18px;

    color:var(--ycis-text);

    font-size:clamp(30px,4vw,44px);

    line-height:1.2;

    font-weight:800;

    letter-spacing:-.02em;
}


.ycis-about-content p{

    margin:0 0 18px;

    color:var(--ycis-muted);

    font-size:16px;

    line-height:1.8;
}


/* CHECK LIST */

.ycis-checks{

    display:grid;

    gap:10px;

    margin:25px 0;

    padding:0;

    list-style:none;
}


.ycis-checks li{

    position:relative;

    padding-left:28px;

    color:var(--ycis-text);

    font-weight:600;

    line-height:1.5;
}


.ycis-checks li::before{

    content:"✓";

    position:absolute;

    left:0;
    top:0;

    color:var(--ycis-primary);

    font-weight:800;
}


/* =========================================================
   POST / KEGIATAN TERBARU
   ========================================================= */

.ycis-post-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:24px;
}


.ycis-post{

    display:flex;
    flex-direction:column;

    min-width:0;

    overflow:hidden;

    border:1px solid var(--ycis-border);

    border-radius:var(--ycis-radius);

    background:#fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.ycis-post:hover{

    transform:translateY(-3px);

    box-shadow:var(--ycis-shadow);
}


/* POST IMAGE */

.ycis-post-image{

    display:block;

    width:100%;

    aspect-ratio:16/10;

    overflow:hidden;

    background:#e9efec;

    line-height:0;
}


.ycis-post-image img{

    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    object-position:center center;

    transition:transform .3s ease;
}


.ycis-post:hover .ycis-post-image img{

    transform:scale(1.03);
}


/* POST BODY */

.ycis-post-body{

    display:flex;
    flex-direction:column;

    flex-grow:1;

    padding:24px;
}


.ycis-post-date{

    display:block;

    margin-bottom:8px;

    color:var(--ycis-primary);

    font-size:13px;

    font-weight:700;
}


.ycis-post h3{

    margin:0 0 12px;

    font-size:20px;

    line-height:1.4;
}


.ycis-post h3 a{

    color:var(--ycis-text) !important;

    text-decoration:none !important;
}


.ycis-post h3 a:hover{

    color:var(--ycis-primary) !important;
}


.ycis-post p{

    flex-grow:1;

    margin:0 0 18px;

    color:var(--ycis-muted);

    font-size:14px;

    line-height:1.7;
}


/* =========================================================
   TRANSPARANSI
   ========================================================= */

#transparansi .ycis-buttons{

    justify-content:center;
}


/*
Menggantikan style inline:
style="background:#fff;color:#176b4d;"
*/

#transparansi .ycis-btn:not(.ycis-btn-primary){

    border:1px solid var(--ycis-border);

    background:#fff;

    color:var(--ycis-primary) !important;
}


#transparansi .ycis-btn:not(.ycis-btn-primary):hover{

    border-color:var(--ycis-primary);

    background:var(--ycis-primary);

    color:#fff !important;
}


/* =========================================================
   DONATION CTA
   ========================================================= */

.ycis-donation{

    position:relative;

    padding:70px 30px;

    border-radius:24px;

    overflow:hidden;

    background:

        linear-gradient(
            135deg,
            var(--ycis-primary-dark),
            var(--ycis-primary)
        );

    color:#fff;

    text-align:center;

    box-shadow:0 12px 35px rgba(14,80,57,.12);
}


.ycis-donation h2{

    margin:0 0 14px;

    color:#fff;

    font-size:clamp(28px,4vw,42px);

    line-height:1.2;

    font-weight:800;
}


.ycis-donation p{

    max-width:720px;

    margin:0 auto 26px;

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

    line-height:1.7;
}


/* =========================================================
   CONTACT STRIP
   ========================================================= */

.ycis-contact-strip{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:25px;
}


.ycis-contact-strip h2{

    margin:0 0 8px;

    color:var(--ycis-text);

    font-size:28px;

    line-height:1.3;
}


.ycis-contact-strip p{

    margin:0;

    color:var(--ycis-muted);

    line-height:1.6;
}


/* =========================================================
   GOOGLE MAPS / LOKASI YCIS
   ========================================================= */

.ycis-location{

    padding:75px 0;

    background:#fff;
}


.ycis-location-grid{

    display:grid;

    grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);

    gap:35px;

    align-items:stretch;
}


.ycis-location-info{

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:35px;

    border:1px solid var(--ycis-border);

    border-radius:var(--ycis-radius-lg);

    background:var(--ycis-light);
}


.ycis-location-info .eyebrow{

    display:inline-block;

    margin-bottom:10px;

    color:var(--ycis-primary);

    font-size:13px;

    font-weight:800;

    letter-spacing:.08em;

    text-transform:uppercase;
}


.ycis-location-info h2{

    margin:0 0 15px;

    color:var(--ycis-text);

    font-size:clamp(28px,4vw,40px);

    line-height:1.2;

    font-weight:800;
}


.ycis-location-info p{

    margin:0 0 20px;

    color:var(--ycis-muted);

    font-size:16px;

    line-height:1.75;
}


.ycis-location-map{

    width:100%;

    min-height:360px;

    overflow:hidden;

    border:1px solid var(--ycis-border);

    border-radius:var(--ycis-radius-lg);

    background:#e9efec;

    box-shadow:var(--ycis-shadow);
}


.ycis-location-map iframe{

    display:block;

    width:100% !important;

    height:100% !important;

    min-height:360px;

    border:0 !important;
}


/* =========================================================
   HALAMAN DONASI
   ========================================================= */

.ycis-donasi-page{

    padding:70px 20px;

    background:#f6f9f7;
}


.ycis-donasi-container{

    width:min(1000px,100%);

    margin:0 auto;
}


.ycis-donasi-header{

    max-width:750px;

    margin:0 auto 45px;

    text-align:center;
}


.ycis-donasi-header span,
.ycis-qris-label{

    display:inline-block;

    margin-bottom:10px;

    color:var(--ycis-primary);

    font-size:13px;

    font-weight:800;

    letter-spacing:.08em;
}


.ycis-donasi-header h1{

    margin:0 0 16px;

    color:var(--ycis-text);

    font-size:clamp(32px,5vw,48px);

    line-height:1.15;

    font-weight:800;
}


.ycis-donasi-header p{

    margin:0;

    color:var(--ycis-muted);

    font-size:17px;

    line-height:1.8;
}


/* =========================================================
   REKENING DONASI
   ========================================================= */

.ycis-rekening-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:24px;

    margin-bottom:30px;
}


.ycis-rekening-card{

    padding:32px;

    border:1px solid #e1e9e5;

    border-radius:18px;

    background:#fff;

    box-shadow:0 8px 30px rgba(20,50,40,.06);

    text-align:center;
}


.ycis-bank-icon{

    margin-bottom:10px;

    font-size:30px;
}


.ycis-rekening-card h2{

    margin:0 0 18px;

    color:var(--ycis-text);

    font-size:23px;
}


.ycis-rekening-number{

    display:inline-block;

    max-width:100%;

    padding:13px 18px;

    margin-bottom:12px;

    border-radius:9px;

    background:#f1f6f3;

    color:var(--ycis-primary);

    font-size:22px;

    font-weight:800;

    letter-spacing:.03em;

    overflow-wrap:anywhere;
}


.ycis-rekening-card p{

    margin:0 0 20px;

    color:var(--ycis-muted);
}


/* COPY BUTTON */

.ycis-copy-btn{

    border:0;

    padding:11px 18px;

    border-radius:8px;

    background:var(--ycis-primary);

    color:#fff;

    cursor:pointer;

    font-family:inherit;

    font-size:14px;

    font-weight:700;

    transition:
        background-color .2s ease,
        transform .2s ease;
}


.ycis-copy-btn:hover{

    background:var(--ycis-primary-dark);

    transform:translateY(-1px);
}


/* =========================================================
   QRIS
   ========================================================= */

.ycis-qris{

    padding:40px 25px;

    margin-top:25px;

    border:1px solid #e1e9e5;

    border-radius:20px;

    background:#fff;

    box-shadow:0 8px 30px rgba(20,50,40,.06);

    text-align:center;
}


.ycis-qris h2{

    margin:0 0 10px;

    color:var(--ycis-text);

    font-size:30px;
}


.ycis-qris > p{

    max-width:600px;

    margin:0 auto 25px;

    color:var(--ycis-muted);

    line-height:1.7;
}


.ycis-qris-image{

    width:min(360px,100%);

    margin:20px auto 0;

    padding:15px;

    border:1px solid #e1e9e5;

    border-radius:14px;

    background:#fff;
}


.ycis-qris-image img{

    display:block;

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

    height:auto !important;

    min-height:0 !important;

    object-fit:contain !important;

    border:0;
}


/* =========================================================
   KONFIRMASI DONASI
   ========================================================= */

.ycis-konfirmasi{

    margin-top:25px;

    padding:40px 25px;

    border-radius:20px;

    background:var(--ycis-primary);

    color:#fff;

    text-align:center;
}


.ycis-konfirmasi h2{

    margin:0 0 12px;

    color:#fff;

    font-size:30px;
}


.ycis-konfirmasi p{

    max-width:680px;

    margin:0 auto 24px;

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

    line-height:1.7;
}


.ycis-wa-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:48px;

    padding:13px 22px;

    border-radius:9px;

    background:var(--ycis-secondary);

    color:#fff !important;

    font-weight:800;

    text-decoration:none !important;

    transition:
        transform .2s ease,
        filter .2s ease;
}


.ycis-wa-btn:hover{

    transform:translateY(-2px);

    filter:brightness(.96);
}


/* =========================================================
   CATATAN DONASI
   ========================================================= */

.ycis-donasi-note{

    margin-top:25px;

    padding:20px;

    border-left:4px solid var(--ycis-secondary);

    background:#fff;
}


.ycis-donasi-note p{

    margin:5px 0 0;

    color:var(--ycis-muted);

    line-height:1.7;
}


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

.ycis-home a:focus-visible,
.ycis-donasi-page a:focus-visible,
.ycis-home button:focus-visible,
.ycis-donasi-page button:focus-visible{

    outline:3px solid rgba(216,168,62,.55);

    outline-offset:3px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:900px){

    .ycis-hero{

        min-height:580px;
    }


    .ycis-program-grid,
    .ycis-post-grid{

        grid-template-columns:repeat(2,minmax(0,1fr));
    }


    .ycis-about{

        grid-template-columns:1fr;

        gap:35px;
    }


    .ycis-about-image img{

        height:auto !important;

        min-height:0 !important;

        object-fit:contain !important;
    }


    .ycis-location-grid{

        grid-template-columns:1fr;

        gap:25px;
    }


    .ycis-location-info{

        padding:30px;
    }


    .ycis-contact-strip{

        flex-direction:column;

        align-items:flex-start;
    }

}


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

@media(max-width:650px){

    .ycis-section{

        padding:55px 0;
    }


    .ycis-container{

        width:min(92%,560px);
    }


    /* HERO */

    .ycis-hero{

        min-height:620px;

        background-position:center center;
    }


    .ycis-hero-content{

        padding:80px 0;
    }


    .ycis-hero-badge{

        font-size:13px;
    }


    .ycis-hero h1{

        font-size:42px;
    }


    .ycis-hero p{

        font-size:16px;

        line-height:1.7;
    }


    /* BUTTON */

    .ycis-buttons{

        flex-direction:column;

        align-items:stretch;
    }


    .ycis-btn{

        width:100%;
    }


    /* TRUST */

    .ycis-trust{

        margin-top:-30px;
    }


    .ycis-trust-grid{

        grid-template-columns:1fr;

        gap:12px;
    }


    .ycis-trust-item{

        min-height:auto;

        padding:20px;
    }


    /* PROGRAM */

    .ycis-program-grid,
    .ycis-post-grid,
    .ycis-rekening-grid{

        grid-template-columns:1fr;
    }


    .ycis-program{

        padding:25px;
    }


    /* ABOUT */

    .ycis-about{

        gap:28px;
    }


    .ycis-about-image{

        border-radius:16px;
    }


    .ycis-about-image img{

        display:block;

        width:100%;

        height:auto !important;

        min-height:0 !important;

        object-fit:contain !important;

        border-radius:16px;
    }


    /* POST */

    .ycis-post-body{

        padding:22px;
    }


    /* DONATION */

    .ycis-donation{

        padding:50px 22px;

        border-radius:20px;
    }


    /* LOCATION */

    .ycis-location{

        padding:55px 0;
    }


    .ycis-location-info{

        padding:25px 20px;

        border-radius:16px;
    }


    .ycis-location-map{

        min-height:300px;

        border-radius:16px;
    }


    .ycis-location-map iframe{

        min-height:300px;
    }


    /* DONASI PAGE */

    .ycis-donasi-page{

        padding:45px 15px;
    }


    .ycis-rekening-card{

        padding:25px 18px;
    }


    .ycis-rekening-number{

        font-size:18px;
    }


    .ycis-qris{

        padding:32px 18px;
    }


    .ycis-qris h2{

        font-size:25px;
    }


    .ycis-konfirmasi{

        padding:32px 18px;
    }

}


/* =========================================================
   EXTRA SMALL
   ========================================================= */

@media(max-width:380px){

    .ycis-hero h1{

        font-size:36px;
    }


    .ycis-hero-content{

        padding:65px 0;
    }


    .ycis-program{

        padding:24px;
    }


    .ycis-donation{

        padding:40px 18px;
    }


    .ycis-location-info h2{

        font-size:28px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media(prefers-reduced-motion:reduce){

    .ycis-home *,
    .ycis-home *::before,
    .ycis-home *::after,
    .ycis-donasi-page *,
    .ycis-donasi-page *::before,
    .ycis-donasi-page *::after{

        scroll-behavior:auto !important;

        transition:none !important;

        animation:none !important;
    }

}


/* =========================================================
   YCIS - PROGRAM AIR BERSIH
   Halaman: /program/air-bersih/
   Versi: 1.0
========================================================= */


/* =========================================================
   GLOBAL PROGRAM PAGE
========================================================= */

.ycis-program-page{
    --ycis-primary:#176b4d;
    --ycis-primary-dark:#0e5039;
    --ycis-secondary:#d8a83e;
    --ycis-text:#26332d;
    --ycis-muted:#66736d;
    --ycis-light:#f5f8f6;
    --ycis-white:#ffffff;
    --ycis-border:#e1e9e5;
    --ycis-shadow:0 8px 30px rgba(20,50,40,.07);

    width:100%;
    margin:0;
    padding:0;
    color:var(--ycis-text);
    background:#fff;
    font-family:inherit;
    line-height:1.7;
    overflow:hidden;
}

.ycis-program-page *,
.ycis-program-page *::before,
.ycis-program-page *::after{
    box-sizing:border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.ycis-program-container{
    width:min(1160px,92%);
    margin:0 auto;
}


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

.ycis-program-hero{
    position:relative;
    display:flex;
    align-items:center;
    min-height:540px;
    padding:90px 0;

    background:
        linear-gradient(
            90deg,
            rgba(7,43,30,.94) 0%,
            rgba(7,43,30,.82) 48%,
            rgba(7,43,30,.55) 100%
        ),
        url("https://ycis.or.id/wp-content/uploads/2026/08/hero-ycis.jpg")
        center center / cover no-repeat;
}

.ycis-program-hero::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:5px;
    background:var(--ycis-secondary);
}

.ycis-program-hero .ycis-program-container{
    position:relative;
    z-index:1;
}

.ycis-program-eyebrow{
    display:inline-block;
    margin-bottom:18px;
    padding:7px 14px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-size:13px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.ycis-program-hero h1{
    max-width:850px;
    margin:0 0 22px;
    color:#fff;
    font-size:clamp(34px,5.5vw,62px);
    line-height:1.08;
    font-weight:800;
    letter-spacing:-.025em;
}

.ycis-program-hero p{
    max-width:720px;
    margin:0 0 30px;
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.ycis-program-buttons{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}

.ycis-program-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 24px;
    border-radius:9px;
    font-size:15px;
    font-weight:800;
    line-height:1.2;
    text-align:center;
    text-decoration:none !important;

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

.ycis-program-btn-primary{
    background:var(--ycis-secondary);
    color:#fff !important;
    box-shadow:0 5px 18px rgba(0,0,0,.10);
}

.ycis-program-btn-primary:hover{
    transform:translateY(-2px);
    color:#fff !important;
    filter:brightness(.96);
}

.ycis-program-btn-outline{
    border:1px solid rgba(255,255,255,.65);
    background:rgba(255,255,255,.06);
    color:#fff !important;
}

.ycis-program-btn-outline:hover{
    background:#fff;
    border-color:#fff;
    color:var(--ycis-primary) !important;
}


/* =========================================================
   GENERAL SECTION
========================================================= */

.ycis-program-section{
    padding:78px 0;
    background:#fff;
}

.ycis-program-light{
    background:var(--ycis-light);
}


/* =========================================================
   LABEL / EYEBROW
========================================================= */

.ycis-program-label{
    display:inline-block;
    margin-bottom:12px;
    color:var(--ycis-primary);
    font-size:13px;
    font-weight:800;
    letter-spacing:.09em;
    line-height:1.4;
    text-transform:uppercase;
}


/* =========================================================
   INTRO
========================================================= */

.ycis-program-intro{
    max-width:820px;
    margin:0 auto;
    text-align:center;
}

.ycis-program-intro h2{
    margin:0 0 20px;
    color:var(--ycis-text);
    font-size:clamp(29px,4vw,44px);
    line-height:1.2;
    font-weight:800;
}

.ycis-program-intro p{
    margin:0 0 17px;
    color:var(--ycis-muted);
    font-size:17px;
    line-height:1.85;
}

.ycis-program-intro p:last-child{
    margin-bottom:0;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.ycis-program-heading{
    max-width:800px;
    margin:0 auto 45px;
    text-align:center;
}

.ycis-program-heading h2{
    margin:0 0 16px;
    color:var(--ycis-text);
    font-size:clamp(29px,4vw,44px);
    line-height:1.2;
    font-weight:800;
}

.ycis-program-heading p{
    margin:0;
    color:var(--ycis-muted);
    font-size:17px;
    line-height:1.8;
}


/* =========================================================
   BENEFITS
========================================================= */

.ycis-program-benefits{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.ycis-program-benefit{
    padding:32px 28px;
    border:1px solid var(--ycis-border);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--ycis-shadow);
    text-align:center;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.ycis-program-benefit:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 35px rgba(20,50,40,.10);
}

.ycis-program-benefit > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:62px;
    height:62px;
    margin:0 auto 20px;
    border-radius:17px;
    background:#e8f3ee;
    font-size:29px;
}

.ycis-program-benefit h3{
    margin:0 0 10px;
    color:var(--ycis-text);
    font-size:21px;
    line-height:1.35;
}

.ycis-program-benefit p{
    margin:0;
    color:var(--ycis-muted);
    font-size:15px;
    line-height:1.75;
}


/* =========================================================
   FEATURE PROGRAM
========================================================= */

.ycis-program-feature{
    max-width:950px;
    margin:0 auto;
    padding:45px;
    border:1px solid var(--ycis-border);
    border-radius:22px;
    background:#fff;
    box-shadow:var(--ycis-shadow);
}

.ycis-program-feature-content{
    max-width:850px;
    margin:0 auto;
}

.ycis-program-feature h2{
    margin:0 0 20px;
    color:var(--ycis-text);
    font-size:clamp(29px,4vw,43px);
    line-height:1.2;
    font-weight:800;
}

.ycis-program-feature p{
    margin:0 0 17px;
    color:var(--ycis-muted);
    font-size:16px;
    line-height:1.85;
}


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

.ycis-program-list{
    display:grid;
    gap:13px;
    margin:28px 0 0;
    padding:0;
    list-style:none;
}

.ycis-program-list li{
    position:relative;
    padding:14px 18px 14px 48px;
    border-radius:10px;
    background:#f4f8f6;
    color:var(--ycis-text);
    font-size:15px;
    font-weight:600;
}

.ycis-program-list li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:13px;
    color:var(--ycis-primary);
    font-size:17px;
    font-weight:900;
}


/* =========================================================
   PROJECT
========================================================= */

.ycis-project{
    max-width:950px;
    margin:0 auto;
}

.ycis-project > h2{
    max-width:850px;
    margin:0 0 18px;
    color:var(--ycis-text);
    font-size:clamp(28px,4vw,42px);
    line-height:1.2;
    font-weight:800;
}

.ycis-project > p{
    max-width:850px;
    margin:0 0 17px;
    color:var(--ycis-muted);
    font-size:16px;
    line-height:1.85;
}


/* =========================================================
   PROJECT NOTE
========================================================= */

.ycis-project-note{
    margin-top:32px;
    padding:25px 28px;
    border-left:4px solid var(--ycis-secondary);
    border-radius:0 14px 14px 0;
    background:#fff;
    box-shadow:0 5px 20px rgba(20,50,40,.05);
}

.ycis-project-note strong{
    display:block;
    margin-bottom:7px;
    color:var(--ycis-text);
    font-size:17px;
}

.ycis-project-note p{
    margin:0 0 12px;
    color:var(--ycis-muted);
    font-size:15px;
    line-height:1.7;
}


/* =========================================================
   PROJECT TIMELINE
========================================================= */

.ycis-project-timeline{
    display:grid;
    gap:18px;
    margin:35px 0;
}

.ycis-timeline-item{
    display:grid;
    grid-template-columns:55px minmax(0,1fr);
    gap:18px;
    align-items:start;
    padding:20px;
    border:1px solid var(--ycis-border);
    border-radius:15px;
    background:#fff;
}

.ycis-timeline-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#e8f3ee;
    color:var(--ycis-primary);
    font-size:14px;
    font-weight:900;
}

.ycis-timeline-item h3{
    margin:2px 0 5px;
    color:var(--ycis-text);
    font-size:19px;
    line-height:1.35;
}

.ycis-timeline-item p{
    margin:0;
    color:var(--ycis-muted);
    font-size:15px;
    line-height:1.7;
}


/* =========================================================
   DOCUMENTATION
========================================================= */

.ycis-documentation{
    display:grid;
    grid-template-columns:minmax(0,600px);
    justify-content:center;
}

.ycis-documentation-card{
    padding:38px 30px;
    border:1px solid var(--ycis-border);
    border-radius:20px;
    background:#fff;
    box-shadow:var(--ycis-shadow);
    text-align:center;
}

.ycis-documentation-card > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:65px;
    height:65px;
    margin:0 auto 20px;
    border-radius:18px;
    background:#e8f3ee;
    font-size:30px;
}

.ycis-documentation-card h3{
    margin:0 0 12px;
    color:var(--ycis-text);
    font-size:23px;
    line-height:1.35;
}

.ycis-documentation-card p{
    max-width:550px;
    margin:0 auto 18px;
    color:var(--ycis-muted);
    font-size:15px;
    line-height:1.75;
}


/* =========================================================
   LINKS
========================================================= */

.ycis-program-link{
    display:inline-block;
    color:var(--ycis-primary) !important;
    font-size:15px;
    font-weight:800;
    line-height:1.5;
    text-decoration:none !important;
}

.ycis-program-link:hover{
    color:var(--ycis-primary-dark) !important;
    text-decoration:underline !important;
}


/* =========================================================
   QUOTE
========================================================= */

.ycis-program-quote{
    position:relative;
    margin:30px 0 0;
    padding:25px 28px 25px 32px;
    border-left:4px solid var(--ycis-secondary);
    border-radius:0 14px 14px 0;
    background:#f5f8f6;
    color:var(--ycis-primary-dark);
    font-size:18px;
    font-style:italic;
    font-weight:600;
    line-height:1.7;
}


/* =========================================================
   DONATION SECTION
========================================================= */

.ycis-program-donation{
    padding:80px 0;
    background:var(--ycis-light);
}

.ycis-program-donation-box{
    position:relative;
    max-width:950px;
    margin:0 auto;
    padding:65px 45px;
    overflow:hidden;
    border-radius:25px;

    background:
        linear-gradient(
            135deg,
            var(--ycis-primary-dark),
            var(--ycis-primary)
        );

    color:#fff;
    text-align:center;
    box-shadow:0 12px 40px rgba(20,50,40,.12);
}

.ycis-program-donation-box::before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    right:-100px;
    top:-100px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.ycis-program-donation-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    left:-90px;
    bottom:-90px;
    border-radius:50%;
    background:rgba(216,168,62,.10);
}

.ycis-program-donation-box > *{
    position:relative;
    z-index:1;
}

.ycis-program-donation-box .ycis-program-label{
    color:#f1d88e;
}

.ycis-program-donation-box h2{
    max-width:760px;
    margin:0 auto 18px;
    color:#fff;
    font-size:clamp(29px,4.5vw,45px);
    line-height:1.2;
    font-weight:800;
}

.ycis-program-donation-box p{
    max-width:730px;
    margin:0 auto 16px;
    color:rgba(255,255,255,.90);
    font-size:16px;
    line-height:1.8;
}

.ycis-program-donation-box .ycis-program-buttons{
    justify-content:center;
    margin-top:28px;
}


/* =========================================================
   BANK
========================================================= */

.ycis-program-bank-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    max-width:900px;
    margin:0 auto;
}

.ycis-program-bank{
    padding:32px 25px;
    border:1px solid var(--ycis-border);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--ycis-shadow);
    text-align:center;
}

.ycis-program-bank-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    margin:0 auto 15px;
    border-radius:15px;
    background:#e8f3ee;
    font-size:25px;
}

.ycis-program-bank h3{
    margin:0 0 12px;
    color:var(--ycis-text);
    font-size:21px;
}

.ycis-program-bank strong{
    display:block;
    margin-bottom:8px;
    color:var(--ycis-primary);
    font-size:22px;
    line-height:1.4;
    overflow-wrap:anywhere;
}

.ycis-program-bank p{
    margin:0;
    color:var(--ycis-muted);
    font-size:14px;
    line-height:1.6;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ycis-program-final-cta{
    max-width:800px;
    margin:30px auto 0;
    padding:22px 25px;
    border-radius:14px;
    background:#fff;
    text-align:center;
}

.ycis-program-final-cta p{
    margin:0 0 7px;
    color:var(--ycis-muted);
    font-size:15px;
}


/* =========================================================
   CLOSING
========================================================= */

.ycis-program-closing{
    max-width:800px;
    margin:0 auto;
    text-align:center;
}

.ycis-program-closing h2{
    margin:0 0 22px;
    color:var(--ycis-text);
    font-size:clamp(29px,4vw,43px);
    line-height:1.2;
    font-weight:800;
}

.ycis-program-closing p{
    margin:0 auto 17px;
    color:var(--ycis-muted);
    font-size:16px;
    line-height:1.85;
}

.ycis-program-closing strong{
    display:block;
    margin-top:20px;
    color:var(--ycis-primary);
    font-size:20px;
}


/* =========================================================
   OCEANWP COMPATIBILITY
========================================================= */

/*
 * Mengurangi kemungkinan style bawaan OceanWP
 * mengubah tampilan halaman program.
 */

.ycis-program-page a{
    box-shadow:none;
}

.ycis-program-page img{
    max-width:100%;
}

.ycis-program-page h1,
.ycis-program-page h2,
.ycis-program-page h3,
.ycis-program-page p{
    word-wrap:break-word;
}

.ycis-program-page ul{
    margin-top:0;
}

.ycis-program-page blockquote{
    margin-left:0;
    margin-right:0;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:900px){

    .ycis-program-hero{
        min-height:500px;
        padding:80px 0;
    }

    .ycis-program-hero h1{
        font-size:clamp(34px,6vw,52px);
    }

    .ycis-program-section{
        padding:65px 0;
    }

    .ycis-program-benefits{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .ycis-program-benefit:last-child{
        grid-column:1 / -1;
        max-width:calc(50% - 11px);
        width:100%;
        margin:0 auto;
    }

    .ycis-program-feature{
        padding:38px 32px;
    }

    .ycis-program-donation{
        padding:65px 0;
    }

    .ycis-program-donation-box{
        padding:55px 35px;
    }

}


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

@media(max-width:650px){

    .ycis-program-container{
        width:min(92%,560px);
    }

    .ycis-program-hero{
        min-height:590px;
        padding:75px 0;
        background-position:center center;
    }

    .ycis-program-hero h1{
        font-size:40px;
        line-height:1.08;
    }

    .ycis-program-hero p{
        font-size:16px;
        line-height:1.7;
    }

    .ycis-program-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .ycis-program-btn{
        width:100%;
    }

    .ycis-program-section{
        padding:55px 0;
    }

    .ycis-program-intro h2,
    .ycis-program-heading h2{
        font-size:30px;
    }

    .ycis-program-intro p,
    .ycis-program-heading p{
        font-size:16px;
        line-height:1.75;
    }

    .ycis-program-benefits{
        grid-template-columns:1fr;
    }

    .ycis-program-benefit:last-child{
        grid-column:auto;
        max-width:none;
    }

    .ycis-program-benefit{
        padding:28px 22px;
    }

    .ycis-program-feature{
        padding:30px 22px;
        border-radius:18px;
    }

    .ycis-program-feature h2{
        font-size:30px;
    }

    .ycis-program-feature p{
        font-size:15px;
    }

    .ycis-program-list li{
        padding:13px 15px 13px 44px;
        font-size:14px;
    }

    .ycis-program-list li::before{
        left:15px;
    }

    .ycis-project > h2{
        font-size:30px;
    }

    .ycis-project > p{
        font-size:15px;
        line-height:1.75;
    }

    .ycis-project-note{
        padding:21px 18px;
    }

    .ycis-timeline-item{
        grid-template-columns:45px minmax(0,1fr);
        gap:13px;
        padding:17px;
    }

    .ycis-timeline-number{
        width:42px;
        height:42px;
        font-size:12px;
    }

    .ycis-timeline-item h3{
        font-size:17px;
    }

    .ycis-timeline-item p{
        font-size:14px;
    }

    .ycis-documentation-card{
        padding:30px 20px;
    }

    .ycis-program-quote{
        padding:20px 18px 20px 22px;
        font-size:16px;
    }

    .ycis-program-donation{
        padding:55px 0;
    }

    .ycis-program-donation-box{
        padding:45px 22px;
        border-radius:20px;
    }

    .ycis-program-donation-box h2{
        font-size:30px;
    }

    .ycis-program-donation-box p{
        font-size:15px;
    }

    .ycis-program-bank-grid{
        grid-template-columns:1fr;
    }

    .ycis-program-bank{
        padding:27px 20px;
    }

    .ycis-program-bank strong{
        font-size:19px;
    }

    .ycis-program-closing h2{
        font-size:30px;
    }

    .ycis-program-closing p{
        font-size:15px;
        line-height:1.75;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media(max-width:380px){

    .ycis-program-hero{
        min-height:620px;
    }

    .ycis-program-hero h1{
        font-size:35px;
    }

    .ycis-program-hero p{
        font-size:15px;
    }

    .ycis-program-section{
        padding:48px 0;
    }

    .ycis-program-feature{
        padding:25px 18px;
    }

    .ycis-program-donation-box{
        padding:40px 18px;
    }

    .ycis-program-bank strong{
        font-size:17px;
    }

}


/* =========================================================
   YCIS - PROGRAM PAGE FULL WIDTH
   Menghilangkan sidebar kosong OceanWP
   ========================================================= */

/* Halaman program YCIS */
body.page-template-default .ycis-program-page,
body.page-template-default .ycis-air-bersih-page,
body.page-template-default .ycis-donasi-page{
    width:100%;
}

/* Sembunyikan sidebar OceanWP pada halaman YCIS */
body:has(.ycis-program-page) #right-sidebar,
body:has(.ycis-air-bersih-page) #right-sidebar,
body:has(.ycis-donasi-page) #right-sidebar{
    display:none !important;
}

/* Konten utama menjadi full width */
body:has(.ycis-program-page) #primary,
body:has(.ycis-air-bersih-page) #primary,
body:has(.ycis-donasi-page) #primary{
    width:100% !important;
    max-width:100% !important;
    float:none !important;
    margin:0 !important;
    padding:0 !important;
}

/* Wrapper OceanWP */
body:has(.ycis-program-page) .content-area,
body:has(.ycis-air-bersih-page) .content-area,
body:has(.ycis-donasi-page) .content-area{
    width:100% !important;
    max-width:100% !important;
}

/* Container halaman */
body:has(.ycis-program-page) .container,
body:has(.ycis-air-bersih-page) .container{
    width:100%;
    max-width:1200px;
}

/* Hilangkan padding berlebihan dari OceanWP */
body:has(.ycis-program-page) .site-main,
body:has(.ycis-air-bersih-page) .site-main{
    margin:0 !important;
    padding:0 !important;
}


/* =========================================================
   YCIS PROGRAM PAGE
   ========================================================= */

.ycis-program-page,
.ycis-air-bersih-page{
    width:100%;
    max-width:100%;
    margin:0;
    padding:70px 20px;
    background:#f5f8f6;
    color:#26332d;
}


/* Container */

.ycis-program-page .ycis-program-container,
.ycis-air-bersih-page .ycis-program-container{
    width:min(1100px,100%);
    margin:0 auto;
}


/* Header */

.ycis-program-header{
    max-width:850px;
    margin:0 auto 45px;
    text-align:center;
}

.ycis-program-header .eyebrow{
    display:inline-block;
    margin-bottom:12px;
    color:#176b4d;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.ycis-program-header h1{
    margin:0 0 18px;
    color:#26332d;
    font-size:clamp(34px,5vw,52px);
    line-height:1.15;
    font-weight:800;
}

.ycis-program-header p{
    margin:0;
    color:#66736d;
    font-size:17px;
    line-height:1.8;
}


/* =========================================================
   PROGRAM CONTENT
   ========================================================= */

.ycis-program-content{
    background:#fff;
    border:1px solid #e4ebe7;
    border-radius:20px;
    padding:45px;
    box-shadow:0 8px 30px rgba(20,50,40,.06);
}

.ycis-program-content h2{
    margin:35px 0 15px;
    color:#176b4d;
    font-size:30px;
    line-height:1.3;
}

.ycis-program-content h2:first-child{
    margin-top:0;
}

.ycis-program-content h3{
    margin:28px 0 12px;
    color:#26332d;
    font-size:23px;
    line-height:1.4;
}

.ycis-program-content p{
    margin:0 0 18px;
    color:#52615a;
    font-size:16px;
    line-height:1.8;
}

.ycis-program-content ul{
    margin:20px 0;
    padding-left:22px;
}

.ycis-program-content li{
    margin-bottom:10px;
    color:#52615a;
    line-height:1.7;
}


/* =========================================================
   GAMBAR PROGRAM
   ========================================================= */

.ycis-program-content img{
    display:block;
    width:auto;
    max-width:100%;
    height:auto !important;
    margin:25px auto;
    border-radius:14px;
}


/* Gambar yang sangat besar */

.ycis-program-content figure{
    margin:30px 0;
}

.ycis-program-content figure img{
    width:100%;
    height:auto !important;
    object-fit:contain !important;
}


/* =========================================================
   GALERI
   ========================================================= */

.ycis-program-gallery{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    margin-top:30px;
}

.ycis-program-gallery img{
    width:100%;
    height:auto !important;
    object-fit:contain !important;
    border-radius:14px;
    background:#f1f5f3;
}


/* =========================================================
   DONASI CTA
   ========================================================= */

.ycis-program-donation{
    margin-top:45px;
    padding:45px 30px;
    border-radius:20px;
    background:
        linear-gradient(
            135deg,
            #0e5039,
            #176b4d
        );
    color:#fff;
    text-align:center;
}

.ycis-program-donation h2{
    margin:0 0 14px;
    color:#fff;
    font-size:32px;
}

.ycis-program-donation p{
    max-width:700px;
    margin:0 auto 25px;
    color:rgba(255,255,255,.9);
}


/* Tombol */

.ycis-program-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 25px;
    border-radius:9px;
    background:#d8a83e;
    color:#fff !important;
    font-weight:800;
    text-decoration:none !important;
    transition:.2s ease;
}

.ycis-program-btn:hover{
    transform:translateY(-2px);
    filter:brightness(.96);
}


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

@media(max-width:900px){

    .ycis-program-content{
        padding:35px 25px;
    }

    .ycis-program-gallery{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}


@media(max-width:650px){

    .ycis-program-page,
    .ycis-air-bersih-page{
        padding:45px 15px;
    }

    .ycis-program-header{
        margin-bottom:30px;
    }

    .ycis-program-header h1{
        font-size:34px;
    }

    .ycis-program-header p{
        font-size:16px;
    }

    .ycis-program-content{
        padding:28px 20px;
        border-radius:16px;
    }

    .ycis-program-content h2{
        font-size:26px;
    }

    .ycis-program-content h3{
        font-size:21px;
    }

    .ycis-program-content p{
        font-size:15px;
    }

    .ycis-program-gallery{
        grid-template-columns:1fr;
        gap:15px;
    }

    .ycis-program-donation{
        padding:38px 20px;
    }

    .ycis-program-donation h2{
        font-size:27px;
    }

}


/* =========================================================
   HILANGKAN ELEMENT KOSONG OCEANWP
   ========================================================= */

/* Sidebar kosong */
#right-sidebar:empty{
    display:none !important;
}

/* Widget area kosong */
.widget-area:empty{
    display:none !important;
}

/* Spacer sidebar OceanWP */
.sidebar-container:empty{
    display:none !important;
}


/* =========================================================
   YCIS - PAGE TITLE OCEANWP
   ========================================================= */

/*
 * Karena kita membuat heading sendiri,
 * title bawaan OceanWP tidak diperlukan.
 */

.ycis-program-page ~ .page-header,
.ycis-air-bersih-page ~ .page-header{
    display:none !important;
}


