/*

TemplateMo 581 Kind Heart Charity

https://templatemo.com/tm-581-kind-heart-charity

*/

/* Desktop */
@media (min-width:992px){

    .counter-number{
        font-size:42px;
    }

    .counter-number-text{
        font-size:28px;
    }

    .counter-text{
        font-size:20px;
    }

}

/* Tablet */
@media (max-width:991px){

    .counter-number{
        font-size:36px;
    }

    .counter-number-text{
        font-size:24px;
    }

    .counter-text{
        font-size:18px;
    }

}

/* HP */
@media (max-width:576px){

    .counter-number{
        font-size:30px;
    }

    .counter-number-text{
        font-size:20px;
    }

    .counter-text{
        font-size:16px;
    }

}

/* ==============================
   GOOGLE TRANSLATE - DESKTOP
============================== */

#google_translate_container{
    position:fixed;
    top:10px;
    right:15px;
    z-index:99999;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    border-radius:50px;
    padding:6px 10px;

    box-shadow:0 5px 18px rgba(0,0,0,.18);
    transition:.3s;
}

/* Hilangkan tulisan Google */
.goog-logo-link,
.goog-te-gadget span{
    display:none !important;
}

.goog-te-gadget{
    color:transparent !important;
    font-size:0;
}

.goog-te-combo{
    border:1px solid #60c1ac;
    border-radius:30px;
    padding:5px 10px;
    background:#fff;
    cursor:pointer;
    font-size:14px;
}

/* ==============================
   MOBILE
============================== */

@media (max-width:768px){

    #google_translate_container{

        top:auto;
        left:auto;

        right:15px;
        bottom:20px;

        padding:8px 10px;
        border-radius:40px;

        background:#fff;

        box-shadow:0 8px 25px rgba(0,0,0,.25);
    }

    .goog-te-combo{
        width:95px;
        font-size:13px;
    }
}

/* Paksa ukuran widget agar tidak melebar */
#google_translate_element,
#google_translate_element > div,
.goog-te-gadget{
    display:inline-block !important;
    width:auto !important;
}

.goog-te-gadget-simple{
    border:none !important;
    background:transparent !important;
}

/* Warna saat teks diblok */
::selection {
    background: #5FBEAB;
    color: #ffffff;
}

::-moz-selection {
    background: #5FBEAB;
    color: #ffffff;
}

/* EFEK ICON MEMBESAR */
.featured-block {
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured-block-icon {
    font-size: 70px;
    color: #60c1ac;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

/* Saat mouse diarahkan */
.featured-block:hover .featured-block-icon {
    transform: scale(1.15);
}

/* Saat diklik */
.featured-block:active .featured-block-icon {
    transform: scale(1.25);
}

/* WARNA ICON */
.featured-block-icon {
    font-size: 70px;
    color: #60c1ac;
    margin-bottom: 20px;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ==========================================
   PARTNER LOGO
========================================== */

.partner-section{
    overflow:hidden;
}

.partner-slider{
    width:100%;
    overflow:hidden;
    position:relative;
}

.partner-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation:partnerScroll 45s linear infinite;
}

.partner-item{
    flex:0 0 auto;
    width:180px;
    margin:0 35px;

    display:flex;
    justify-content:center;
    align-items:center;
}

.partner-item img{
    max-width:160px;
    max-height:90px;
    width:auto;
    height:auto;
    object-fit:contain;

    /* Warna asli logo */
    filter:none;
    opacity:1;

    transition:transform .35s ease;
}

/* Hover */
.partner-item img:hover{
    transform:scale(1.18);
    cursor:pointer;
}

/* Animasi slider */
@keyframes partnerScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* Tablet */
@media(max-width:991px){

    .partner-item{
        width:150px;
        margin:0 25px;
    }

    .partner-item img{
        max-width:130px;
    }

}

/* HP */
@media(max-width:576px){

    .partner-item{
        width:120px;
        margin:0 18px;
    }

    .partner-item img{
        max-width:100px;
    }

}

/* ==========================================
   Newsletter
========================================== */
.newsletter-input{
    width:100%;
    padding:12px 18px;
    border:none;
    outline:none;
    border-radius:50px;
    font-size:16px;
}

.newsletter-input:focus{
    outline:none;
    box-shadow:none;
    border:none;
}

/* ==========================================
   BACK TO TOP
========================================== */

.back-to-top{

    position:fixed;

    right:15px;
    bottom:95px; /* Aman di atas Google Translate */

    width:52px;
    height:52px;

    border:none;
    border-radius:50%;

    background:#60c1ac;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    cursor:pointer;

    z-index:99998;

    box-shadow:0 10px 25px rgba(0,0,0,.20);

    opacity:0;
    visibility:hidden;

    transform:translateY(30px) scale(.8);

    transition:
        opacity .35s ease,
        transform .35s ease,
        background .3s ease;
}

.back-to-top i{
    font-size:24px;
}

/* Muncul */

.back-to-top.show{

    opacity:1;
    visibility:visible;

    transform:translateY(0) scale(1);

    animation:bounceUp .8s;
}

.back-to-top{
    transition:
        opacity .35s ease,
        background .3s ease;
}

.back-to-top:hover{
    background:#60c1ac;
    transform:none;
}

.back-to-top:active{
    transform:none;
}

/* Animasi */

@keyframes bounceUp{

    0%{
        transform:translateY(40px) scale(.5);
    }

    60%{
        transform:translateY(-8px) scale(1.08);
    }

    100%{
        transform:translateY(0) scale(1);
    }

}

/* Mobile */

@media(max-width:768px){

    .back-to-top{

        right:15px;
        bottom:95px;

        width:48px;
        height:48px;
    }

    .back-to-top i{
        font-size:20px;
    }

}

/*==================================================
    BACA LEBIH LENGKAP
==================================================*/

.readmore-wrapper{
    position: relative;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    max-height: 180px;
    transition: max-height .45s ease-in-out;
}

/* Saat dibuka */
.readmore-content.expanded{
    max-height: 2000px;
}

/* Efek samar di bagian bawah */
.readmore-content::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,.25),
        rgba(255,255,255,.9)
    );

    pointer-events: none;
    transition: opacity .3s ease;
}

/* Hilangkan efek samar saat dibuka */
.readmore-content.expanded::after{
    opacity: 0;
}

/* Tombol */
.readmore-btn{
    position: relative;
    z-index: 10;

    display: inline-block;
    margin-top: 12px;
    padding: 0;

    background: transparent;
    border: none;
    outline: none;

    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;

    cursor: pointer;

    transition: color .25s ease;
}

/* Hover */
.readmore-btn:hover{
    color: var(--secondary-color);
    text-decoration: none;
}

/* Focus & Active */
.readmore-btn:focus,
.readmore-btn:active{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/* Mobile */
@media (max-width:768px){

    .readmore-content{
        max-height: 160px;
    }

}

/* ===================================================
   STEP WIZARD
=================================================== */
.step-desktop{
    display:block;
}

.step-mobile{
    display:none;
}

/* ==========================
   DESKTOP NAVIGATION
========================== */
.step-nav{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
    margin-bottom:45px;

}

.step-nav::before{

    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:28px;

    height:4px;

    background:#dfe6e9;

    z-index:0;

    border-radius:20px;

}

.step-btn{

    position:relative;
    z-index:2;

    background:none;
    border:none;

    cursor:pointer;

    width:150px;

    display:flex;
    flex-direction:column;
    align-items:center;

    transition:.3s;

}

.step-btn span{

    width:58px;
    height:58px;

    border-radius:50%;

    background:#dfe6e9;

    color:#5b6f82;

    font-size:22px;
    font-weight:bold;

    display:flex;
    justify-content:center;
    align-items:center;

    transition:.3s;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.step-btn label{

    margin-top:12px;

    font-weight:600;

    color:#666;

    cursor:pointer;

}

.step-btn.active span{

    background:#5bc1ac;
    color:#fff;

    transform:scale(1.1);

}

.step-btn.active label{

    color:#5bc1ac;

}

/* ==========================
   CONTENT
========================== */
.step-pane{

    display:none;

    animation:fade .35s ease;

}

.step-pane.active{

    display:block;

}

.step-card{

    background:#fff;

    border-radius:20px;

    padding:45px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.step-number{

    display:inline-block;

    background:#e9faf7;

    color:#5bc1ac;

    font-weight:700;

    padding:8px 18px;

    border-radius:30px;

    margin-bottom:18px;

}

.step-card h3{

    color:#5b6f82;

    font-weight:700;

    margin-bottom:10px;

}

.step-card h5{

    color:#999;

    font-style:italic;

    margin-bottom:25px;

}

.step-card p{

    font-size:17px;

    line-height:2;

    text-align:justify;

    text-indent:35px;

    color:#555;

}

/* ==========================
   MOBILE
========================== */
@media(max-width:991px){

.step-desktop{

    display:none;

}

.step-mobile{

    display:block;

}

.accordion-step{

    background:#fff;

    border-radius:15px;

    margin-bottom:15px;

    overflow:hidden;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

}

.accordion-btn{

    width:100%;

    border:none;

    background:#fff;

    padding:18px;

    text-align:left;

    font-size:17px;

    font-weight:600;

    color:#5b6f82;

    display:flex;
    align-items:center;
    justify-content:space-between;

    cursor:pointer;

    transition:.3s;

}

.accordion-btn span{

    color:#5bc1ac;

    font-size:20px;

    margin-right:10px;

}

.accordion-btn::after{

    content:"▶";

    color:#5bc1ac;

    transition:.3s;

}

.accordion-step.active .accordion-btn{

    background:#5bc1ac;

    color:#fff;

}

.accordion-step.active .accordion-btn span{

    color:#fff;

}

.accordion-step.active .accordion-btn::after{

    content:"▼";

    color:#fff;

}

.accordion-content{

    display:none;

    animation:fade .35s ease;

}

.accordion-step.active .accordion-content{

    display:block;

}

.step-card{

    border-radius:0;

    box-shadow:none;

    padding:25px;

}

.step-card h3{

    font-size:22px;

}

.step-card h5{

    font-size:16px;

}

.step-card p{

    font-size:16px;

    text-indent:25px;

}

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:576px){

.step-card{

    padding:20px;

}

.step-btn{

    width:90px;

}

.step-btn span{

    width:50px;
    height:50px;

}

.step-btn label{

    font-size:14px;

}

}

/* ==========================
   ANIMATION
========================== */
@keyframes fade{

    from{

        opacity:0;
        transform:translateY(20px);

    }

    to{

        opacity:1;
        transform:none;

    }

}


/*---------------------------------------
  NAVBAR ACTIVE
-----------------------------------------*/
/* Menu yang aktif */
.navbar-nav .nav-link.active{
    color:#5bc1ac !important;
    font-weight:700;
}

/* Dropdown aktif */
.dropdown-item.active{
    background:#5bc1ac !important;
    color:#fff !important;
}

.dropdown-item.active:hover{
    background:#4aa892 !important;
    color:#fff !important;
}


/* ==========================
   FORM NASABAH
========================== */
.form-control{
    border-radius:14px;
    border:1px solid #d8d8d8;
    transition:.25s;
    background-color:#fff;
}

.form-control:focus{
    border-color:#55c6b7;
    box-shadow:0 0 0 .15rem rgba(85,198,183,.20);
}


/* ==========================================
   FORM NASABAH - JARAK RAPI & KONSISTEN
========================================== */

#formNasabah {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Setiap grup form */
#formNasabah .form-group-custom {
    margin: 0 !important;
    padding: 0 !important;
}

/* Label */
#formNasabah .form-group-custom label {
    display: block;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

/* Wilayah menggunakan CSS Grid */
#formNasabah .wilayah-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

/* Kolom wilayah */
#formNasabah .wilayah-item {
    margin: 0 !important;
    padding: 0 !important;
}

/* Label wilayah */
#formNasabah .wilayah-item label {
    display: block;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

/* Bagian layanan */
#formNasabah .layanan-box {
    margin: 0 !important;
    padding: 0 !important;
}

/* Informasi */
#formNasabah .info-box {
    margin: 0 !important;
    padding: 0 !important;
}

/* Persetujuan */
#formNasabah .persetujuan-box {
    margin: 0 !important;
    padding: 0 !important;
}

/* Tombol */
#formNasabah .tombol-box {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    #formNasabah {
        gap: 10px;
    }

    #formNasabah .wilayah-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}


/* =========================================================
   ANIMASI NOTIFIKASI PENDAFTARAN
========================================================= */

.notif-daftar-animasi {

    animation:
        notifMuncul .45s ease-out;

}


@keyframes notifMuncul {

    from {

        opacity: 0;

        transform:
            translateY(15px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


/* ==========================
   SELECT / DROPDOWN
========================== */

.form-select{
    height:48px;
    border-radius:14px;
    border:1px solid #d8d8d8;
    background-color:#fff;
    color:#333;
    transition:.25s;
    cursor:pointer;
    padding-left:15px;
    padding-right:40px;
}


/* Saat dropdown dipilih */

.form-select:focus{
    border-color:#55c6b7;
    box-shadow:0 0 0 .15rem rgba(85,198,183,.20);
    outline:none;
}


/* ==========================
   DROPDOWN DISABLED
========================== */

/*
   Kabupaten dan Desa/Kelurahan
   sebelum Kecamatan dipilih.
*/

.form-select:disabled{
    background-color:#fff !important;
    color:#333 !important;
    border-color:#d8d8d8 !important;
    opacity:1 !important;
    cursor:not-allowed;
}


/* ==========================
   OPTION DROPDOWN
========================== */

.form-select option{
    background:#fff;
    color:#333;
}


/* Option pertama / placeholder */

.form-select option[value=""]{
    color:#777;
}


/* ==========================
   LABEL
========================== */

.form-label{
    font-weight:600;
    color:#333;
}


/* ==========================
   CARD
========================== */

.form-card{
    background:#fff;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}


/* ==========================
   ALERT
========================== */

.form-alert{
    border-left:5px solid #4fb2a5;
    background:#e8f8f5;
    color:#2f6b64;
    border-radius:14px;
}


/* ==========================
   TOMBOL
========================== */

.btn-daftar{
    height:52px;
    min-width:220px;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#5ecfc0,#4faea2);
    color:#fff;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}


/* Tombol aktif */

.btn-daftar:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    color:#fff;
}


/* ==========================
   TOMBOL TERKUNCI
========================== */

.btn-daftar:disabled{
    background:#d8d8d8 !important;
    color:#888 !important;
    cursor:not-allowed;
    transform:none;
    box-shadow:none;
    opacity:1;
}


/* ==========================
   CHECKBOX
========================== */

.form-check{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:12px;
    min-height:auto;
    padding-left:0;
}

.form-check-input{
    margin-top:4px !important;
    margin-left:0 !important;
    flex-shrink:0;
}

.form-check-label{
    display:block;
    line-height:1.4;
    padding:0;
    margin:0;
}

/* ==========================
   Radio & Checkbox
========================== */

.form-check{
    display:flex;
    align-items:center;      /* rata tengah */
    gap:10px;
    margin-bottom:12px;
    padding:0;
    min-height:auto;
}

.form-check-input{
    width:20px;
    height:20px;
    margin:0 !important;
    cursor:pointer;
    border:2px solid #b5d9d4;
    transition:.25s;
    flex-shrink:0;
    position:static !important;
}

.form-check-input:focus{
    border-color:#55c6b7;
    box-shadow:0 0 0 .15rem rgba(85,198,183,.20);
}

.form-check-input:checked{
    background-color:#4fb2a5;
    border-color:#4fb2a5;
}

.form-check-label{
    margin:0;
    padding:0;
    font-size:15px;
    line-height:20px;
    cursor:pointer;
}


/* ==========================
   NEWSLETTER COMING SOON
========================== */
.newsletter-coming-soon{
    background:rgba(255,255,255,.08);
    border:1px dashed rgba(255,255,255,.35);
    border-radius:18px;
    padding:28px 20px;
    color:#fff;
    backdrop-filter:blur(8px);
}

.newsletter-coming-soon .coming-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.15);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;
    color:#fff;
}

.newsletter-coming-soon h6{
    font-weight:700;
    color:#fff;
}

.newsletter-coming-soon p{
    color:rgba(255,255,255,.85);
    font-size:14px;
    line-height:1.6;
}


/*---------------------------------------
  NOTIFIKASI SUKSES (NASABAH BARU)
-----------------------------------------*/
.notif-success{
margin-top:30px;
background:#e9fff0;
border-left:6px solid #28a745;
padding:25px;
border-radius:15px;
animation:muncul .6s ease;
box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.notif-success h3{
color:#198754;
font-weight:bold;
margin-bottom:15px;
}

.notif-error{
margin-top:25px;
background:#ffe8e8;
border-left:5px solid red;
padding:20px;
border-radius:12px;
animation:muncul .5s ease;
}

@keyframes muncul{
0%{
opacity:0;
transform:translateY(40px);
}

100%{
    opacity:1;
    transform:translateY(0);
    }
}

#btnDaftar:disabled{
    opacity:.6;
    cursor:not-allowed;
    filter:grayscale(100%);
}


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #5bc1ac;
  --secondary-color:              #5a6f80;
  --section-bg-color:             #f0f8ff;
  --site-footer-bg-color:         #44525d;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #5bc1ac;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;

  --body-font-family:             'Metropolis', sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --btn-font-size:                18px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

html,
body{
    margin:0 !important;
    padding:0 !important;
    background:#5a6f80;
    min-height:100%;
}

body{
    background-color:#5a6f80 !important;
    font-family:var(--body-font-family);
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}


/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
  padding: 30px;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}


/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.logo {
  width: 80px;
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

/* ==============================
   Dropdown Blog & Media
============================== */

.dropdown-menu {
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    border: none;
    border-radius: 10px;
    min-width: 180px;
    padding: 8px 0;
    margin-top: 12px;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-item {
    padding: 5px 18px;
    line-height: 1.2;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(91,193,172,.12);
    color: var(--primary-color);
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background: var(--primary-color);
  padding-top: 15px;
  padding-bottom: 10px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.site-header .social-icon {
  text-align: right;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}


/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
.hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}

.carousel:hover .carousel-control-next-icon, 
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

#hero-slide .carousel-item {
    height: 680px;
    overflow: hidden;
}

#hero-slide .carousel-caption{

    position:absolute;

    left:0;
    right:0;
    bottom:0;
    top:auto;

    width:100%;
    min-width:100%;
    min-height:auto;

    padding:18px 25px;

    background:rgba(0,0,0,.45);
    backdrop-filter:blur(4px);

    clip-path:none;

    color:#fff;

    text-align:center;

    display:flex !important;
    align-items:center;
    justify-content:center;

}

#hero-slide .carousel-caption img{

    width:85px;
    height:auto;
    margin-bottom:10px;

    filter:brightness(0) invert(1);

}

#hero-slide .carousel-caption p{

    margin:0;

    color:#fff;

    font-size:20px;

    font-weight:600;

    line-height:1.5;

    text-shadow:0 2px 8px rgba(0,0,0,.4);

}

@media (max-width: 991px) {

    #hero-slide .carousel-item{
        height: 420px;
    }

    .carousel-image{
        height: 420px;
        object-fit: cover;
        object-position: center center;
    }

}

.carousel-image {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: center center;
}

#hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}

.carousel-control-next, 
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover, 
.carousel-control-prev-icon:hover {
  background-color: var(--primary-color);
}


/* ===============================
   Slider Text Animation
================================ */
.slide-content{
    opacity:0;
    transform:translateY(30px);
    transition:
        opacity .45s ease,
        transform .45s ease;
}

.slide-content.show{
    opacity:1;
    transform:translateY(0);
}

.slide-content.hide{
    opacity:0;
    transform:translateY(25px);
}


/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}


/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

/* Counter Section */
.counter-thumb{
    padding:15px 10px;
}

.counter-thumb .d-flex{
    justify-content:center;
    align-items:center;
    margin-bottom:12px;
}

.counter-number{
    font-size:42px;
    font-weight:700;
    line-height:1;
}

.counter-number-text{
    font-size:28px;
    margin-left:3px;
    line-height:1;
}

.counter-text{
    display:block;
    font-size:20px;
    font-weight:600;
    line-height:1.4;
}


/*---------------------------------------
  VOLUNTEER              
-----------------------------------------*/
.volunteer-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.volunteer-section::after {
  content: "";
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.volunteer-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.volunteer-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.volunteer-section .custom-block-body {
  max-width: 440px;
  margin: 0 auto;
}

.volunteer-section .custom-block-body p {
  line-height: 1.7;
}


/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}


/*---------------------------------------
  BACKGROUD HALAMAN
-----------------------------------------*/
.news-detail-header-section {
  background-image: url('../images/background/bg-tabungan-sampah.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.news-block-top {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.news-block-two-col-image-wrap {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  width: 150px;
  margin-right: 20px;
}

.news-category-block {
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}

.news-category-block .category-block-link {
  color: var(--white-color);
  margin-right: 10px;
}

.news-block-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-block-title-link {
  color: var(--dark-color);
}

.news-detail-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before {
  content: "“";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}

.search-form {
  margin-top: 20px;
}

.category-block,
.subscribe-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-block-link {
  font-size: var(--copyright-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-block-link:hover {
  color: var(--primary-color);
}

.badge {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding-bottom: 2px;
}

.tags-block-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  font-size: var(--copyright-font-size);
  line-height: normal;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags-block-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}


/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.testimonial-section::after {
  content: "";
  background: var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

#testimonial-carousel .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

#testimonial-carousel .carousel-title {
  background: var(--section-bg-color);
  line-height: normal;
  margin-bottom: 30px;
}

#testimonial-carousel .carousel-title::before {
  content: open-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  right: 10px;
}

#testimonial-carousel .carousel-title::after {
  content: close-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  left: 10px;
}

#testimonial-carousel .carousel-title {
  quotes: "“" "”" "‘" "’";
}

#testimonial-carousel .carousel-name {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

#testimonial-carousel .carousel-name::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
}

.carousel-name-title {
  font-weight: var(--font-weight-semibold);
}

#testimonial-carousel .carousel-indicators {
  position: relative;
  top: 150px;
  bottom: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

#testimonial-carousel .carousel-indicators li {
  text-indent: inherit;
  background: transparent;
  margin: 0 10px; 
}

#testimonial-carousel .carousel-indicators li,
#testimonial-carousel .carousel-indicators li::before {
  width: 45px;
  height: 45px; 
}

#testimonial-carousel .carousel-indicators .avatar-image {
  width: 45px;
  height: 45px; 
}

#testimonial-carousel .carousel-indicators .active,
#testimonial-carousel .carousel-indicators .active .avatar-image {
  background: transparent;
  width: 50px; 
  height: 50px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info-wrap {
  padding-top: 40px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--site-footer-bg-color);
  padding-top: 70px;
}

.site-footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer-bottom a {
	color: var(--white-color);
}

.site-footer-bottom a:hover {
	color: #FF6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}


/* ==========================
   FOOTER MOBILE SPACING
========================== */
@media (max-width: 768px) {

    /* Tulisan Design by */
    .site-footer .copyright-text{
        margin-bottom: 15px;
    }

    /* Social media di bawahnya */
    .site-footer .social-icon{
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 14px; /* Jarak antar icon */
    }

    .site-footer .social-icon-item{
        margin: 0;
    }

}


/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  column-count: 2;
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.site-footer .social-icon-link:hover {
    color: #ffffff !important;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }
  
  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .donate-form {
    padding: 35px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    left: 20px;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .hero-section-full-height {
    height: inherit;
  }

  .carousel:hover .carousel-control-next-icon, 
  .carousel:hover .carousel-control-prev-icon {
    opacity: 1;
  }

  #hero-slide .carousel-item {
    height: inherit;
  }

  .carousel-control-prev {
    left: 12px;
  }

  .carousel-control-next {
    right: 12px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    opacity: 1;
    width: 60px;
    height: 60px;
  }

  .news-detail-header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-section::after {
    width: 300px;
    height: 300px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  blockquote {
    padding: 70px 30px 30px 30px;
  }

  .about-image {
    width: inherit;
    height: 450px;
  }

  .volunteer-image {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .custom-text-block {
    padding: 20px 0 0 0;
  }

  .custom-text-box,
  .volunteer-form {
    padding: 30px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .contact-info-wrap {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 520px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
}

/* =========================================
   MOBILE HERO SLIDER
========================================= */

@media (max-width:991px){

    .hero-section-full-height,
    #hero-slide .carousel-item{
        height:420px;
        min-height:420px;
    }

    .carousel-image{
        width:100%;
        height:420px;
        object-fit:cover;
        object-position:center center;
    }

    #hero-slide .carousel-caption{

        left:0;
        right:0;
        bottom:0;
        top:auto;

        width:100%;
        min-width:100%;
        min-height:auto;

        padding:12px 15px;

        background:rgba(0,0,0,.45);

        clip-path:none;

        text-align:center;

        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;

    }

    #hero-slide .carousel-caption img{

        width:55px !important;
        height:auto;
        margin-bottom:8px;

        filter:brightness(0) invert(1);

    }

    #hero-slide .carousel-caption h1,
    #hero-slide .carousel-caption h2,
    #hero-slide .carousel-caption h3{

        color:#fff;
        font-size:22px;
        margin-bottom:6px;

    }

    #hero-slide .carousel-caption p{

        color:#fff;
        font-size:14px;
        line-height:1.5;
        margin:0;

    }

}

/* Section putih */
.section-padding{
    background:#fff;
}

/* Section yang memang abu-abu tetap abu-abu */
.section-padding.section-bg{
    background:var(--section-bg-color) !important;
}

/* Partner tetap putih */
.partner-section{
    background:#fff !important;
}

/* CTA tetap sesuai template */
.cta-section{
    background:var(--section-bg-color) !important;
}

/* Footer */
.site-footer{
    background:#44525d !important;
}

.site-footer-bottom{
    background:#5a6f80 !important;
}

html{
    background:#5a6f80 !important;
}

body{
    background:#5a6f80 !important;
    margin:0 !important;
    padding:0 !important;
}

.site-footer{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.site-footer-bottom{
    margin-bottom:0 !important;
    padding-bottom:25px;
}
