.full-animal-action {
  width: 100%;
  text-align: center;
top: 60px;
position: relative;
z-index:1;
}

.btn-full-animal {
  width: 100%;
  min-height: 46px;
  border: 1.5px solid #0a9fd8;
  background: #ffffff;
  color: #087db5;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: all 0.2s ease;

}

.btn-full-animal:hover {
  background: #eefaff;
  border-color: #008fcb;
  color: #006fa3;
  box-shadow: 0 6px 14px rgba(0, 159, 216, 0.15);
}

.btn-full-animal:active {
  transform: scale(0.98);
}

.btn-full-animal-icon {
  font-size: 18px;
  line-height: 1;
}

.btn-full-animal-text {
  line-height: 1;
}

.full-animal-info {
  margin-top: 5px;
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 500;
}
.section .article .donation-list .item .text {

    height: 350px !important;
}
.section .article .donation-list .item .text .donate-bottom {

    bottom: 85px !important;

}
.section .article .donation-list .item .text .donate-bottom .add-donation-btn a {
    z-index: 2 !important;
}


.tamHayvanBTN {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border: 1.5px solid #0a9fd8;
    background: #ffffff;
    color: #087db5;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tamHayvanBTN:hover {
    background: #eefaff;
    border-color: #008fcb;
    color: #006fa3;
    box-shadow: 0 6px 14px rgba(0, 159, 216, 0.15);
    text-decoration: none;
}

.tamHayvanBTN:active {
    transform: scale(0.98);
}

.tamHayvanBTN i {
    font-size: 16px;
}
.kurbanLBL{    border: 1px solid #00a1e3;
    border-radius: 15px;
    padding: 9px;display: block;
    margin-bottom: 3px;}

.organizasyon-video-bedeli {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    background: #fff7e6;
    color: #b45309;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.organizasyon-video-label {
    display: block;
    font-weight: 700;
    color: #92400e;
}

.organizasyon-video-detail {
    display: block;
    margin-top: 2px;
    color: #b45309;
}
.ek-video-bedeli-notu {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff7e6;
    color: #b45309;
    font-size: 13px;
    font-weight: 600;
}

.ek-video-bedeli-notu i {
    color: #d97706;
    margin-right: 5px;
}

.ek-video-bedeli-notu strong {
    color: #92400e;
}
.kvkk-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.kvkk-label input {
    margin: 0;
}

.kvkk-tooltip {
    position: relative;
    color: #333;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

.kvkk-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    width: 320px;
    background: #1f2937;
    color: #fff;
    font-size: 11px;
    line-height: 1.45;
    padding: 10px 12px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
    z-index: 9999;
    pointer-events: none;
}

.kvkk-tooltip::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: calc(100% + 4px);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #1f2937 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 9999;
}

.kvkk-tooltip:hover::after,
.kvkk-tooltip:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}@media (max-width: 576px) {
    .kvkk-tooltip::after {
        width: 260px;
        left: -20px;
        font-size: 10px;
    }
}
.video-toast-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.video-toast-container.show {
    opacity: 1;
    transform: translateY(0);
}

.video-toast {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    max-width: 420px;
    background: #ffffff;
    border-left: 5px solid #28a745;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    border-radius: 10px;
    padding: 14px 16px;
    font-family: inherit;
}

.video-toast-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #28a745;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.video-toast-content {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.video-toast-content strong {
    font-size: 14px;
    color: #222;
    margin-bottom: 3px;
}

.video-toast-content span {
    font-size: 13px;
    color: #555;
}
.video-kvkk-modal-wrap {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-kvkk-modal {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
    font-family: inherit;
}

.video-kvkk-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 16px;
}

.video-kvkk-header i {
    color: #dc3545;
}

.video-kvkk-body {
    padding: 18px 20px;
    color: #444;
    font-size: 14px;
    line-height: 1.55;
}

.video-kvkk-body p {
    margin: 0 0 12px;
}

.video-kvkk-body p:last-child {
    margin-bottom: 0;
}

.video-kvkk-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.video-kvkk-btn {
    border: 0;
    border-radius: 7px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
}

.video-kvkk-btn.hayir {
    background: #e9ecef;
    color: #333;
}

.video-kvkk-btn.evet {
    background: #28a745;
    color: #fff;
}