@font-face {
    font-family: ukij_ekran;
    src: url(../fonts/UKIJEkran.ttf);
  }
@font-face {
    font-family: alkatip;
    src: url(../fonts/alkatip.ttf);
}
@font-face {
    font-family: kufi;
    src: url(../fonts/DroidArabicKufiRegular.ttf);
}
@font-face {
    font-family: arabic;
    src: url(../fonts/DroidArabicNaskhRegular.ttf);
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
.ltr {
    direction: ltr;
}
.rtl {
    direction: rtl;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
body {
    color: #445161;
}
header {
    background: #FFFFFF;
    position: relative;
}
.logo {
    color: #25834B !important;
    font-size: 36px;
    text-shadow: 0px 17px 43px rgb(221 26 68 / 36%);
}
/* .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.2);
} */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 20px;
    }
}

.slider-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid-item {
    padding: 40px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.grid-item img {
    border-radius: 4px;
}
.grid-item-title {
    text-transform: capitalize;
}
.grid-item-content {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .grid-item {
        padding: 20px;
    }
    .grid-item-title {
        font-size: 24px;
        text-align: center;
    }
    .grid-item-content {
        margin: 15px 0;
        text-align: center;
    }
}

.divider {
    background: #eee;
    height: 1px;
    display: block;
    margin: 0.5rem 0;
}

.progress{
    height: 25px;
    background: #eee;
    border-radius: 20px;
    overflow: unset;
    line-height: 15px;
    margin: 20px 0 40px 0;
}
.progress .progress-bar{
    border-radius: 20px;
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-value{
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}

.item-money-title {
    color: #888;
    font-size: 13px;
}
.item-money {
    color: #32AE8B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.grid-item-btn {
    background: #32AE8B;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
}
.grid-item-btn a {
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .item-money-title {
        text-align: center;
        display: block;
    }
    .item-money {
        color: #32AE8B;
        text-align: center;
        display: block;
    }
}

.home-layout {
    text-align: center;
    padding: 70px 0;
}
.home-layout-title {
    background: #92A2B3;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    text-transform: capitalize;
}
.home-layout-subtitle {
    margin-top: 30px;
    text-transform: capitalize;
}

.home-grid img {
    opacity: 0.4;
    margin-bottom: 30px;
}
.home-grid-title {
    text-transform: capitalize;
}
.home-grid-text {
    margin-top: 20px;
}

.home-donations {
    background: #E8ECF2;
    text-align: center;
    padding: 1px;
}

/* STK PRO tarzı ana sayfa */
.stk-hero-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.stk-hero-slide {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}
.stk-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.15) 100%);
}
.stk-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 60px 0;
}
.stk-hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}
.stk-hero-text {
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: .95;
    margin-bottom: 1.5rem;
}
.stk-hero-progress .progress {
    margin: 0;
    background: rgba(255,255,255,.25);
}
.stk-hero-goal-label,
.stk-hero-goal-value {
    color: #fff;
    font-size: .95rem;
}
.stk-hero-goal-value {
    font-weight: 700;
}
.stk-hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.stk-btn-primary,
.stk-btn-outline {
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.stk-btn-primary {
    background: #32AE8B;
    border: 2px solid #32AE8B;
    color: #fff !important;
}
.stk-btn-primary:hover {
    background: #2a9477;
    border-color: #2a9477;
    color: #fff;
}
.stk-btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}
.stk-btn-outline:hover {
    background: #fff;
    color: #25834B !important;
}
.stk-cta-band {
    background: #25834B;
    color: #fff;
    padding: 48px 0;
}
.stk-cta-title {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: .75rem;
}
.stk-cta-text {
    margin: 0;
    font-size: 1.05rem;
    opacity: .95;
}
.stk-cta-btn {
    min-width: 180px;
    background: #fff !important;
    border-color: #fff !important;
    color: #25834B !important;
}
.stk-campaigns-section {
    padding: 70px 0 60px;
}
.stk-section-head {
    margin-bottom: 2rem;
}
.stk-section-title {
    font-size: 2rem;
    color: #2d3a4a;
    margin-bottom: .5rem;
}
.stk-section-subtitle {
    color: #6c7a89;
    margin: 0;
}
.stk-campaign-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(17, 38, 63, .08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.stk-campaign-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(17, 38, 63, .12);
}
.stk-campaign-image-link {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.stk-campaign-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stk-campaign-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.stk-campaign-title {
    font-size: 1.1rem;
    margin-bottom: .75rem;
    min-height: 52px;
}
.stk-campaign-title a {
    color: #2d3a4a;
    text-decoration: none;
}
.stk-campaign-amount {
    color: #32AE8B;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: .75rem;
}
.stk-campaign-progress {
    height: 8px;
    margin-bottom: .5rem;
}
.stk-campaign-meta {
    font-size: .85rem;
    color: #7b8794;
    margin-bottom: 1rem;
}
.stk-campaign-btn {
    width: 100%;
    margin-top: auto;
    text-align: center;
}
.stk-view-all {
    min-width: 200px;
    border-color: #32AE8B !important;
    color: #32AE8B !important;
}
.stk-view-all:hover {
    background: #32AE8B !important;
    color: #fff !important;
}
.stk-campaigns-page {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .stk-hero-slide {
        min-height: 460px;
    }
    .stk-hero-title {
        font-size: 1.8rem;
    }
    .stk-hero-actions {
        justify-content: center;
    }
    .stk-hero-content {
        text-align: center;
    }
    .stk-section-title {
        font-size: 1.6rem;
    }
}

.nav-item {
    text-transform: capitalize;
}

.content-text img {
    width: 100% !important;
    margin: 10px 0;
}
.content-text iframe {
    width: 100% !important;
}
.content-text video {
    width: 100% !important;
    max-height: 400px;
}

.donate-form {
    background: #F1F5FA;
    padding: 30px;
}
.donate-form span.error {
    font-size: 11px;
    color: #dc3545;
    display: block;
    margin: 0;
    padding: 0;
}
.donate-label {
    margin-bottom: 5px;
}

.custom-input {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    background-size: 18px;
    background-repeat: no-repeat;
}
.custom-input.active {
    color: #fff;
    background-color: #3AAD8C;
    border: 1px solid #3AAD8C;
}
.custom-input.active::placeholder {
    color: #fff;
}
.custom-input::placeholder {
    text-align: right;
}
.input-user {
    background-image: url(../images/user.png);
    background-position: right 10px center;
    padding-right: 40px;
}
.input-mail {
    background-image: url(../images/mail.png);
    background-position: right 10px center;
    padding-right: 40px;
    direction: ltr;
}
.input-phone {
    background-image: url(../images/phone.png);
    background-position: right 10px center;
    padding-right: 40px;
    direction: ltr;
}
.input-date {
    background-image: url(../images/calendar.png);
    background-position: right 10px center;
    padding-right: 40px;
    direction: ltr;
}
.input-id {
    background-image: url(../images/id.png);
    background-position: right 10px center;    
    padding-right: 40px;
}
.submit-btn {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #40AC8D;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    background-size: 18px;
    background-repeat: no-repeat;
    text-align: center;
}
.submit-btn:hover {
    cursor: pointer;
}
#otherDiv {
    display: none;
}

.page-nav {
    background: #3AAD8C;
    color: #fff;
    padding: 30px;
    text-align: center;
    text-transform: capitalize;
}
.page-text {
    min-height: 650px;
}
footer {
    background: #111111 url(../images/footer.png) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.footer-link {
    display: inline-block;
    padding: 5px 20px;
    color: #BEBEBE;
}
.cards {
    text-align: center;
    padding: 20px;
    background: #fff;
}
@media (max-width: 991px) {
    .cards img {
        width: 80%;
    }
}