/* FOTOĞRAF VE VİDEO GALERİ */
.galeri {
    overflow: hidden; /* tasan kisimlari gizle */
}

    .galeri img {
        width: 100%;
        height: auto;
        object-fit: cover; /* resim oranini korumak icin kirp */
        height: 350px !important;
    }


/* SAYFALAMA */
.sayfalama { /* width: 400px; */
    height: 20px;
    float: right;
    text-align: right;
    margin-top: 8px;
}

    .sayfalama a, .sayfalama a:visited, .sayfalama a:active {
        border: 1px solid #D7D7D7;
        text-decoration: none;
        color: #000000;
        padding: 7px;
    }

        .sayfalama a:hover {
            border: 1px solid #D9D9D9;
            color: #000;
            background-color: #EBE9ED;
        }

            .sayfalama a.disabled, .sayfalama a:hover.disabled { /*Style for "disabled" previous or next link*/
                background-color: white;
                cursor: default;
                color: #929292;
                border-color: transparent;
            }

        .sayfalama a.currentpage { /*Style for previous and next link*/
            font-weight: bold;
            font-size: 12pt
        }

.sayfalama_yok {
    border: 1px solid #D7D7D7;
    text-decoration: none;
    color: #ffffff;
    padding: 7px;
    background-color: #b96e07;
    margin-right: 3px
}


/* YÖNETİM PANELİNE DÖNÜŞ BUTONU */
.yonetimPanelSerit {
    position: fixed; /* sabit konum */
    top: -1; /* en üstte */
    right: 10px; /* en solda */
    width: 120px; /* genişlik */
    height: 10px; /* yükseklik */
    background-color: #cf245f;
    background-image: linear-gradient(to bottom right, #fcd34d, #ef4444, #ec4899);
    color: white; /* metin rengi */
    text-align: center; /* metin ortalanacak */
    transition: all 0.5s ease; /* geçiş efekti */
    z-index: 999999;
    border: 2px solid white; /* Beyaz ince çerçeve */
    border-radius: 0 0 10px 10px; /* Kenarları ovalleştir */
}

    .yonetimPanelSerit:hover {
        height: 50px; /* mouse üzerine gelince yükseklik artırılacak */
        line-height: 5px; /* dikey hizalama */
    }

.yonetimPanelyazi {
    visibility: hidden; /* metin gizli */
    color: white;
    text-align: center;
    line-height: 100px; /* dikey hizalama */
    font-size:12px;
}

.yonetimPanelSerit:hover .yonetimPanelyazi {
    visibility: visible; /* metin görünür */
    line-height: 45px;
    transition: all 1.0s ease; /* geçiş efekti */
}

/* WhatsApp Kodları */
@media screen and (max-width: 800px) {
    .whatsapp-mobile {
        position: fixed;
        z-index: 99999999;
        bottom: 10px;
        left: 10px;
        visibility: visible;
    }

    .whatsapp {
        visibility: hidden;
        position: fixed;
    }
}

@media screen and (min-width: 801px) {
    .whatsapp {
        position: fixed;
        z-index: 99999999;
        bottom: 10px;
        left: 10px;
        visibility: visible;
    }

    .whatsapp-mobile {
        visibility: hidden;
        position: fixed;
    }
}

/*-- Arama Sonuçları Sayfası --*/
.adr-stats-body {
    padding: 20px 0;
    font-family: Arial, sans-serif;
    border-radius: 12px;
}

.adr-results-header {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .adr-results-header h3 {
        margin: 0;
        color: #333;
        font-weight: 600;
    }

.adr-stats-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.adr-stat-item {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}

.adr-stat-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

    .adr-stat-link:hover,
    .adr-stat-link:focus {
        text-decoration: none;
        color: inherit;
    }

.adr-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .adr-stat-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(168, 85, 247, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

.adr-stat-link:hover .adr-stat-card::before {
    opacity: 1;
}

.adr-stat-link:hover .adr-stat-card {
    transform: translateY(-4px);
    border-color: #cbd5e0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.adr-stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    position: relative;
    z-index: 2;
}

.adr-stat-card.adr-un-no .adr-stat-icon {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.adr-stat-card.adr-tablo-a .adr-stat-icon {
    background: linear-gradient(135deg, #ef4444, #f87171);
}

.adr-stat-card.adr-referans .adr-stat-icon {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.adr-stat-card.adr-kitap .adr-stat-icon {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.adr-stat-card.adr-tablo-b .adr-stat-icon {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}

.adr-stat-number {
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
}

.adr-stat-label {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
}

.adr-stat-progress {
    width: 80%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    backdrop-filter: blur(10px);
}

.adr-stat-progress-bar {
    height: 100%;
    border-radius: 2px;
    transition: width 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* Progress bar genişlikleri - rakama orantılı */
.adr-stat-card.adr-un-no .adr-stat-progress-bar {
    background: linear-gradient(90deg, #10b981, #34d399);
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.5);
    width: 8.33%; /* 1/12 * 100 */
}

.adr-stat-card.adr-tablo-a .adr-stat-progress-bar {
    background: linear-gradient(90deg, #ef4444, #f87171);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
    width: 8.33%; /* 1/12 * 100 */
}

.adr-stat-card.adr-referans .adr-stat-progress-bar {
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.5);
    width: 25%; /* 3/12 * 100 */
}

.adr-stat-card.adr-kitap .adr-stat-progress-bar {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    width: 58.33%; /* 7/12 * 100 */
}

.adr-stat-card.adr-tablo-b .adr-stat-progress-bar {
    background: linear-gradient(90deg, #8b5cf6, #a78bfa);
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.5);
    width: 25%; /* 3/12 * 100 */
}

.adr-stat-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: adr-pulse 2s infinite;
}

/* Tüm kartlar için pulse göster (0'dan büyük olduklarında) */
.adr-stat-card.adr-un-no .adr-stat-pulse {
    border-color: rgba(16, 185, 129, 0.3);
    animation: adr-pulse-green 2s infinite;
}

.adr-stat-card.adr-tablo-a .adr-stat-pulse {
    border-color: rgba(239, 68, 68, 0.3);
    animation: adr-pulse-red 2s infinite;
}

.adr-stat-card.adr-referans .adr-stat-pulse {
    border-color: rgba(245, 158, 11, 0.3);
    animation: adr-pulse-orange 2s infinite;
}

.adr-stat-card.adr-kitap .adr-stat-pulse {
    border-color: rgba(59, 130, 246, 0.3);
    animation: adr-pulse-blue 2s infinite;
}

.adr-stat-card.adr-tablo-b .adr-stat-pulse {
    border-color: rgba(139, 92, 246, 0.3);
    animation: adr-pulse-purple 2s infinite;
}

@keyframes adr-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes adr-pulse-green {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
        box-shadow: 0 0 0 20px rgba(16, 185, 129, 0);
    }
}

@keyframes adr-pulse-red {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
        box-shadow: 0 0 0 20px rgba(239, 68, 68, 0);
    }
}

@keyframes adr-pulse-orange {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
        box-shadow: 0 0 0 20px rgba(245, 158, 11, 0);
    }
}

@keyframes adr-pulse-blue {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
        box-shadow: 0 0 0 20px rgba(59, 130, 246, 0);
    }
}

@keyframes adr-pulse-purple {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
        box-shadow: 0 0 0 20px rgba(139, 92, 246, 0);
    }
}

.adr-colorful-divider {
    height: 6px;
    background: linear-gradient(90deg, #ff6b6b 0%, #4ecdc4 20%, #45b7d1 40%, #96ceb4 60%, #feca57 80%, #ff9ff3 100% );
    border-radius: 3px;
    margin: 40px 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .adr-colorful-divider::before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        right: 0;
        height: 10px;
        background: linear-gradient(90deg, rgba(255, 107, 107, 0.3) 0%, rgba(78, 205, 196, 0.3) 20%, rgba(69, 183, 209, 0.3) 40%, rgba(150, 206, 180, 0.3) 60%, rgba(254, 202, 87, 0.3) 80%, rgba(255, 159, 243, 0.3) 100% );
        border-radius: 5px;
        filter: blur(4px);
        z-index: -1;
    }

@media (max-width: 768px) {
    .adr-stats-wrapper {
        display: block;
    }

    .adr-stat-item {
        display: block;
        width: 50%;
        float: left;
        padding: 0 5px;
    }

    .adr-stat-card {
        margin-bottom: 15px;
        padding: 20px 10px;
    }

    .adr-stat-icon {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .adr-stat-number {
        font-size: 28px;
    }

    .adr-stat-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .adr-stat-item {
        width: 100%;
        float: none;
    }
}

.adr-row {
    margin: 0 -10px;
}

.adr-col-xs-12 {
    padding: 0 10px;
}
.tiklama {
    cursor: no-drop;
}
/*-- /Arama Sonuçları Sayfası --*/

