/* grecaptcha üçün */
.grecaptcha-badge {
    width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
}

/* Event Slider arxa fon və yazı rəngi */
.charity-event-area {
    background-color: #007bff !important; /* göy rəng */
}

.charity-event-area .section-title .title {
    color: #ffffff !important; /* title ağ rəng */
}

.charity-event-area .section-title .subtitle {
    color: #ffdd57 !important; /* subtitle sarı rəng */
}

.charity-single-event-item-wrap .content .title a {
    color: #ffffff !important; /* event başlıq ağ rəng */
}

.charity-single-event-item-wrap .description {
    color: #e0e0e0 !important; /* description açıq boz */
}

.charity-single-event-item-wrap ul li {
    color: #f1f1f1 !important; /* location və time açıq rəng */
}

.charity-single-event-item-wrap ul li i {
    color: #ffdd57 !important; /* icon sarı rəng */
}