html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow-x: hidden;
    color: #243a4a;
}

.main-area{
    width: 100%;
    height: 100vh;
}

.text-white{color: #ffffff !important;}
.text-grey{color: #808080 !important;}
.text-black{color: #000000 !important;}
.text-primary{color: #243a4a !important;}
.text-blue1{color: #91d4d8 !important;}
.text-blue2{color: #6ac9d0 !important;}
.text-blue3{color: #21bcc3 !important;}
.text-blue4{color: #02424c !important;}
.text-orange1{color: #f2ae47 !important;}
.text-orange2{color: #ed8359 !important;}
.text-danger{color: #e7094c !important;}
.text-error{color: #cf1111 !important;}

.bg-white{background-color: #ffffff !important;}
.bg-green0{background-color: #fefffe !important;}
.bg-green1{background-color: #87c080 !important;}
.bg-green2{background-color: #7daf75 !important;}
.bg-blue1{background-color: #91d4d8 !important;}
.bg-blue2{background-color: #6ac9d0 !important;}
.bg-blue3{background-color: #21bcc3 !important;}
.bg-blue4{background-color: #02424c !important;}
.bg-orange1{background-color: #f2ae47 !important;}
.bg-orange2{background-color: #ed8359 !important;}
.bg-orange3{background-color: #9c4f60 !important;}
.bg-warning {background-color: #fb6340 !important;}
.bg-danger {background-color: #f12d68 !important;}

.font-alan{
    font-family: "Alan Sans", sans-serif;
    font-optical-sizing: auto;
}

.font-roboto{
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
}

.font-ibm{
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
}

.content p{
    font-size: 15px !important;
    line-height: 18px;
}

strong,
.strong{
    font-weight: 600;
}

.nomarg {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.valign {
    display: flex;
    align-items: center;
}

.halign{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Notification */
.notification{
    z-index: 1001;
    position: absolute;
    width: 100%;
    background-color:#05928d;
}

.notification .notification-text{
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Navigation */
.nav{
    background: transparent;
    box-shadow: none;
    z-index: 2;
    position: absolute;
    top: 0;
    padding-top: 50px;
    height: 80px;
}

.nav-container {
    width: 95% !important;
    position: relative !important;
    margin: 0 auto !important;
}

.brand img{
    width: 135px;
    margin-top:  15px;
}

.nav ul {
    padding-left: 0;
    list-style-type: none;
}

.nav ul li{
    margin-right: -2px !important;
    margin-left: -2px !important;
}

.nav ul li a {
    font-size: 14px;
    color: #F5F5F5;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: transparent;
}

.nav .center-menu a:hover,
.nav .center-menu a:focus,
.nav .center-menu a:active {
    background: transparent;
}

/* Header */
.header{
    width: 100%;
    height: calc(100vh);

    background-image: url("../images/9.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: #21bcc3 !important;
}

.header-wrapper {
    position: absolute;
    top: calc(20% + 30px);
    width: 100%;
    text-align: center;
}

.header-container{
    width: 90%;
    margin: auto;
}

.header-wrapper img{
    width: 100%;
    max-width: 700px;
}

/* section */
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.container {
    width: 85% !important;
    max-width: 100% !important;
    position: relative !important;
    margin: 0 auto !important;
}

.section h6{
    font-size: 18px;
    line-height: 23px;
    color: #243a4a;
    margin-bottom: 5px;
}

.section h5{
    font-size: 24px;
    line-height: 30px;
    color: #243a4a;
    margin-bottom: 5px;
}

.section h6 sup{
    font-size: 0.5em;      /* atur ukuran lebih kecil */
    vertical-align: super; /* default: bisa diganti ke baseline, top, text-top, dll */
    position: relative;
    top: -0.3em; 
}

.cause-wrapper{
    max-width: 1000px;
    margin: auto;
}

.card-cause{
    border-radius: 10px;
    box-shadow: none;
    background-color: #fefffe;
}

.cause-data{
    padding-top: 80px;
}

.card-cause img{
    width: 80%;
    max-width: 150px;
}

.cause-text{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.cause-text p{
    font-size: 15px;
    line-height: 18px;
    color: #243a4a;
}

.bottom-head{
    width: calc(100%);
    height: calc(70vh);

    background-color: #87c080 !important;
    background-image: url("../images/18.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.bottom-head-area{
    max-width: 850px; 
    margin: auto; 
    padding-top: 20px; 
}

.about-home{
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: left;
}

.how{
    margin-top: 70px;
}

.card-how{
    border-radius: 10px;
    box-shadow: none;
    background-color: #fefffe;
}

.card-how .card-content{
    padding: 50px;
}

.how img{
    padding-top: 20px;
    width: 80%;
    max-width: 150px;
    margin: auto;
}

.how i{
    font-size: 40px;
}

.how-text{
    padding-top: 40px;
}

.how-text p{
    font-size: 15px !important;
    line-height: 18px;
    color: #243a4a;
}

.mission{
    margin-top: 70px;
}

.card-mission{
    border-radius: 10px;
    box-shadow:
        0 0 6px rgba(20,25,35,0.08);
    margin-left: 5px;
    margin-right: 5px;
}

.card-mission .card-content{
    padding: 20px;
}

.mission img{
    border-radius: 10px;;
}

.mission .title{
    font-size: 18px !important;
    line-height: 23px;
    font-weight: 600;
    padding-top: 30px;
}

.mission .text{
    font-size: 14px !important;
    padding-top: 15px;
}

.mission .keterangan-area{
    margin-top: 20px;
}

.mission .keterangan{
    display: inline-flex;       /* agar lebar hanya sebesar konten */
    align-items: flex-start;        /* center vertikal antara ikon & teks */
    gap: 8px;                   /* jarak antara ikon dan teks */
    margin: 0;
    font-size: 0.95rem;          /* pastikan teks single-line */
    color: #222;
    font-size: 12px !important;
    line-height: 16px;
}

.modal-mission {
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 10px;
}

/* atur ukuran ikon Material Symbols */
.mission .keterangan .material-symbols-outlined{
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 15px;            /* sesuaikan ukuran ikon */
    display: inline-block;
    vertical-align: middle;     /* fallback */
}

.owl-dots {
    display: none;
}


/* Auth */
.auth{
    width: 100%;
    height: calc(100vh);

    background-image: url("../images/27.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: #21bcc3 !important;
}

.background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-auth{
    width: 100%;
    max-width: 400px;
    margin:auto;
    border-radius: 10px;
}

.card-auth .card-content{
    padding: 40px;
}

.card-auth img{
    width: 70%;
    max-width: 200px;
}

.card-auth form{
    padding-top: 30px;
}

.card-auth .judul-form,
.card-register .judul-form{
    font-size: 13px;
    font-weight: bolder;
}

.card-auth form input,
.card-register form input{
    margin-bottom: 15px;
    margin-top: 5px;
}

.forgot-password{
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.card-register{
    width: 100%;
    max-width: 800px;
    margin:auto;
    border-radius: 10px;
}

/* Form */
.form-search,
.select2-container .select2-selection--single {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #272727;
    border: 1px solid #272727;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
    margin-top: 30px;
}

.area-tulis {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 150px;
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #272727;
    border: 1px solid #272727;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

.form-search:focus {
    border-color: #000000;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}

.area-tulis:focus {
    border-color: #000000;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}

form [type="radio"]:not(:checked)+span:before,
form [type="radio"]:not(:checked)+span:after {
    border: 2px solid #000000 !important;
}

form [type="radio"]:checked+span:after,
form [type="radio"].with-gap:checked+span:before,
form [type="radio"].with-gap:checked+span:after {
    border: 2px solid #000000;
}

form [type="radio"]:checked+span:after,
form [type="radio"].with-gap:checked+span:after {
    background-color: #000000;
}

/* Button */
.btn {
    text-transform: capitalize;
    margin-top: 5px;
    margin-right: 8px;
    border-radius: 5px;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-rounded{
    border-radius: 50px !important;
}

.btn-noshad {
    box-shadow: none !important;
    outline: none !important;
}

.btn-nopad{
    padding-left: 4px;
    padding-right: 4px;
}

.btn-xs {
    height: 28px;
    line-height: 24px;
    font-size: 13px !important;
}

.btn-vxs {
    height: 25px;
    line-height: 20px;
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-vvxs {
    height: 20px;
    line-height: 16px;
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-white {
    background-color: #ffffff !important;
    color: #000 ;
    border: 1px solid #ffffff !important;
}

.btn-blue {
    background-color: #0d949b !important;
    border: 1px solid #0d949b !important;
}

.btn-green {
    background-color: #7daf75 !important;
    border: 1px solid #7daf75 !important;
}

.btn-black {
    background-color: #243a4a !important;
    border: 1px solid #243a4a !important;
}

.btn-outline {
    background-color: transparent !important;
    color: #fff ;
    border: 2px solid #ffffff !important;
}

.btn-floating{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.tap-target{
    background-color: #7daf75 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* Alert */
.alert {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 10px !important;
    color: #ffffff;
}

.alert p{
    font-size: 1rem !important;
}

.alert-la{
    position: fixed !important;
    right: 0px !important;
    bottom: -20px !important;
    z-index: 99999;
    width: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
}

.uk-alert-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: 0.4;
}

.uk-alert-close:first-child + * {
    margin-top: 0;
}

.uk-alert-close:hover,
.uk-alert-close:focus {
    color: inherit;
    opacity: 0.8;
}

/* Cursor */
.uk-alert-close{
    cursor: pointer;
}

a{
    cursor: pointer;
}

.pointer{
    cursor: pointer !important;
}

/*Scroll Bar*/
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent !important;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #05928d;
}