.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}
.transition-all {
    transition: all 0.3s ease;
}

/* Hizmet kartları hover efektleri */
.hizmet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(195, 0, 47, 0.2);
}

.hizmet-icon {
    transition: all 0.3s ease;
}

.hizmet-card:hover .hizmet-icon {
    transform: scale(1.1);
}

.ek-hizmet-icon {
    transition: all 0.3s ease;
}

.d-flex:hover .ek-hizmet-icon {
    transform: scale(1.1);
}

/* Ek Hizmet Icon Styles */
.ek-hizmet-icon-danger {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6f61 0%, #c3002f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ek-hizmet-icon-warning {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ffb366, #ff8a50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ek-hizmet-icon-info {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #17a2b8, #138496);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ek-hizmet-icon-success {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ek Hizmet Title */
.ek-hizmet-title {
    color: #c3002f;
}

.ek-hizmet-icon-purple {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6f42c1, #5a2d91);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ek-hizmet-icon-red {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-group-item-action:hover {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%) !important;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

.btn-outline-danger:hover {
    background: linear-gradient(135deg, #ff6f61 0%, #c3002f 100%) !important;
    border-color: #c3002f !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(195, 0, 47, 0.3);
}

/* Badge animasyonları */
@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, rgba(195,0,47,0.9), rgba(122,0,32,0.8)), url('/img/kizilay-carsi-foto.jpg') center center / cover no-repeat;
    min-height: 250px;
    border-radius: 0 0 32px 32px;
    margin-bottom: 3rem;
}

/* Hero Badge Styles */
.hero-badge-light {
    background: rgba(255,255,255,0.9) !important;
    color: #c3002f !important;
    font-weight: 600;
}

.hero-badge-warning {
    background: linear-gradient(45deg, #ffb366, #ff8a50) !important;
    color: #c3002f !important;
    font-weight: 600;
}

.hero-badge-success {
    background: linear-gradient(45deg, #28a745, #20c997) !important;
    font-weight: 600;
}

/* Hero Icon */
.hero-icon {
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hero-icon-i {
    font-size: 3rem;
}

/* Hizmet Card Styles */
.hizmet-card-primary {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-radius: 20px;
    border: 2px solid rgba(195, 0, 47, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.hizmet-card-secondary {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-radius: 20px;
    border: 2px solid rgba(195, 0, 47, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.hizmet-card-tertiary {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-radius: 20px;
    border: 2px solid rgba(195, 0, 47, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.hizmet-card-quaternary {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-radius: 20px;
    border: 2px solid rgba(195, 0, 47, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

/* Hizmet Icon Styles */
.hizmet-icon-primary {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6f61 0%, #c3002f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hizmet-icon-secondary {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #ffb366, #ff8a50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hizmet-icon-tertiary {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #17a2b8, #138496);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hizmet-icon-quaternary {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hizmet-icon i {
    font-size: 2rem;
}

/* Hizmet Title */
.hizmet-title {
    color: #c3002f;
}

/* Hizmet Info Text */
.hizmet-info-text {
    color: #c3002f;
    font-weight: 500;
}

/* Card Header Styles */
.card-header-warning {
    background: linear-gradient(45deg, #ffb366, #ff8a50) !important;
    color: #c3002f !important;
    border: none !important;
    padding: 1.5rem !important;
}

.card-header-danger {
    background: linear-gradient(135deg, #ff6f61 0%, #c3002f 100%) !important;
    color: white !important;
    border: none !important;
    padding: 1.5rem !important;
}

.card-header-info {
    background: linear-gradient(135deg, #17a2b8, #138496) !important;
    color: white !important;
    border: none !important;
    padding: 1.5rem !important;
}

/* Card Styles */
.card-rounded {
    border-radius: 20px;
    overflow: hidden;
}

/* List Group Item Custom */
.list-group-item-custom {
    background: transparent;
    padding: 0.75rem 0;
    color: #c3002f;
    font-weight: 500;
}

/* Badge Custom Styles */
.badge-primary-custom {
    background: linear-gradient(45deg, #007bff, #0056b3) !important;
    border-radius: 15px;
}

.badge-success-custom {
    background: linear-gradient(45deg, #28a745, #20c997) !important;
    border-radius: 15px;
}

.badge-warning-custom {
    background: linear-gradient(45deg, #ffb366, #ff8a50) !important;
    color: #c3002f !important;
    border-radius: 15px;
}

/* Button Custom Styles */
.btn-outline-danger-custom {
    border-radius: 15px;
    border: 2px solid #c3002f;
    color: #c3002f;
    font-weight: 600;
}

.btn-gradient-danger {
    background: linear-gradient(135deg, #ff6f61 0%, #c3002f 100%);
    color: white;
    border-radius: 15px;
    border: none;
    font-weight: 600;
} 