﻿/* Ana Kapsayıcı */
.fesih-premium-wrapper {
    overflow-x: hidden;
    min-height: 70vh;
}

/* Süreç Kartları (Process Cards) */
.process-card {
    border-radius: 8px !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .process-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.08) !important;
    }

/* Kart Arkasındaki Devasa Sayılar */
.watermark-number {
    position: absolute;
    right: -10px;
    bottom: -20px;
    font-size: 130px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    z-index: 1;
    line-height: 1;
    transition: transform 0.24s ease, color 0.24s ease;
    user-select: none;
}

.process-card:hover .watermark-number {
    transform: translateY(-3px);
    color: rgba(0, 0, 0, 0.05);
}

/* ==================================
   FESİH İŞLEM MERKEZİ BUTONLARI
   ================================== */
.action-hub-card {
    border-radius: 8px !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

/* e-Devlet Hover */
.action-edevlet:hover {
    border-color: #dc3545 !important;
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.15) !important;
    transform: translateY(-3px);
}

    .action-edevlet:hover .btn {
        background-color: #dc3545;
        color: white;
    }

/* Portal Hover */
.action-portal:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 15px 30px rgba(13, 110, 253, 0.15) !important;
    transform: translateY(-3px);
}

    .action-portal:hover .btn {
        background-color: #0d6efd;
        color: white;
    }

/* Form Hover */
.action-form:hover {
    border-color: #212529 !important;
    box-shadow: 0 15px 30px rgba(33, 37, 41, 0.15) !important;
    transform: translateY(-3px);
}

    .action-form:hover .btn {
        background-color: #212529;
        color: white;
    }

/* Yardımcı Renkler */
.bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-primary-subtle {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-warning-subtle {
    background-color: rgba(255, 193, 7, 0.15) !important;
}

.bg-info-subtle {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

.tracking-wider {
    letter-spacing: 0;
}

.z-index-2 {
    z-index: 2;
}
