/* Burial Permission Page Styles */
.burial-hero {
    text-align: center;
    margin-bottom: 3.5rem;
    padding-top: 1rem;
}

.burial-hero .badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fef3c7;
    color: #92400e;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    margin-bottom: 1.25rem;
    border: 1px solid #fde68a;
}

.burial-hero h1 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.burial-hero p.lead {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Breadcrumb Styling */
.burial-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.burial-breadcrumb .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.burial-breadcrumb .breadcrumb-item a:hover {
    color: #2563eb;
}

.burial-breadcrumb .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
}

/* Main Form Card */
.burial-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease;
}

.burial-card:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.06);
}

/* Section Titles with Icon Badges */
.burial-section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

.burial-section-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.icon-amber {
    background: #fef3c7;
    color: #d97706;
}

.icon-blue {
    background: #e0f2fe;
    color: #0284c7;
}

.icon-green {
    background: #dcfce7;
    color: #16a34a;
}

.icon-purple {
    background: #f3e8ff;
    color: #9333ea;
}

.burial-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.burial-section-subtitle {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

/* Form Controls */
.form-label {
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control, .form-select {
    border-radius: 0.85rem;
    padding: 0.8rem 1.15rem;
    border: 1px solid #cbd5e1;
    background-color: #f8fafc;
    font-size: 0.975rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.form-control:focus, .form-select:focus {
    background-color: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    outline: none;
}

.form-control::placeholder {
    color: #94a3b8;
}

/* Custom Checkbox & Radio Cards */
.practice-check-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.9rem 1.15rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.practice-check-item:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.practice-check-item .form-check-input:checked ~ .form-check-label {
    color: #0f172a;
    font-weight: 600;
}

.practice-check-item:has(.form-check-input:checked) {
    background: #f0fdf4;
    border-color: #86efac;
}

.qibla-radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
    .qibla-radio-group {
        grid-template-columns: 1fr;
    }
}

.qibla-card {
    border: 2px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 1rem;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
}

.qibla-card:hover {
    border-color: #cbd5e1;
}

.qibla-card:has(.form-check-input:checked) {
    border-color: #2563eb;
    background: #eff6ff;
}

/* Required Documents List */
.doc-requirements-box {
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doc-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    color: #334155;
}

.doc-list li:last-child {
    margin-bottom: 0;
}

.doc-list li i {
    color: #0d9488;
    font-size: 1.1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.confirm-checkbox-box {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
}

/* Action Buttons */
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-burial-primary {
    background: linear-gradient(135deg, #0284c7, #2563eb);
    color: #ffffff;
    border: none;
    border-radius: 0.85rem;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-burial-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
    color: #ffffff;
}

.btn-burial-secondary {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 0.85rem;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-burial-secondary:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.btn-burial-outline {
    background: transparent;
    color: #64748b;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-burial-outline:hover {
    color: #0f172a;
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* Sidebar Cards */
.sidebar-sticky {
    position: sticky;
    top: 2rem;
}

.sidebar-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
}

.sidebar-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.sidebar-card-header h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.sidebar-timeline-item {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.sidebar-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.timeline-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.timeline-title {
    font-weight: 600;
    font-size: 0.925rem;
    color: #1e293b;
    margin-bottom: 0.2rem;
}

.timeline-desc {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.hotline-banner {
    background: linear-gradient(135deg, #065f46, #047857);
    color: #ffffff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    box-shadow: 0 8px 20px rgba(4, 120, 87, 0.25);
    margin-bottom: 1.5rem;
}

.hotline-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.hotline-phone {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.hotline-info {
    font-size: 0.875rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.5;
}

.guide-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem;
}

.guide-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 0.6rem;
}

.guide-item:last-child {
    margin-bottom: 0;
}

.guide-item i {
    color: #10b981;
    margin-top: 0.2rem;
}
