
/* --- GLOBAL STYLES FROM HTML --- */
.toc-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    backdrop-filter: blur(15px);
    padding: 20px 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    width: 100%;
}
.toc-list li a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid transparent;
}
.toc-list li a i {
    font-size: 12px;
    color: var(--gold-primary);
    margin-right: 12px;
    transition: all 0.3s ease;
}
.toc-list li a:hover {
    color: #fff !important;
    background: rgba(183, 142, 77, 0.1); /* Subtle gold tint */
    border-color: rgba(183, 142, 77, 0.2);
    transform: translateX(10px);
}
.toc-list li a:hover i {
    transform: scale(1.2);
    margin-right: 20px;
}
.pillar-content h2 {
    font-weight: 700;
    color: #16243E;
    position: relative;
    padding-bottom: 15px;
}
.pillar-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--gold-primary);
    border-radius: 2px;
}
.step-item {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.02);
    transition: 0.3s;
}
.step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.premium-quote-box {
    position: relative;
    background: #fdfaf5;
    border-left: 5px solid var(--gold-primary);
    padding: 30px 40px;
    border-radius: 0 20px 20px 0;
    margin: 20px 0;
    box-shadow: 10px 10px 30px rgba(183, 142, 77, 0.05);
}
.pillar-image-main {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}
.pillar-image-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(22, 36, 62, 0.4));
}
.tp-section-title-pre {
    font-size: 14px;
    font-weight: 700;
    color: var(--gold-primary) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    -webkit-background-clip: revert-rule !important;
    -webkit-text-fill-color: initial   !important;
}
.nisab-box {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}
.comparison-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.02);
}
.stability-anchor {
    position: relative;
    padding: 40px;
    background: transparent;
    border-radius: 30px;
    color: #fff;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
}
.proof-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    transition: 0.3s;
}
.proof-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--gold-primary);
}
.proof-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 204, 51, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    font-size: 24px;
}
.anchor-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, var(--gold-primary), transparent);
    transform: translateX(-50%);
    opacity: 0.3;
}
.time-point {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}
.time-point:last-child {
    margin-bottom: 0;
}
.gold-fixed {
    font-size: 24px;
 font-weight: 600;
    color: var(--gold-primary);
    display: block;
}
.currency-faded {
    font-size: 14px;
    opacity: 0.4;
    text-decoration: line-through;
}

/* --- ENHANCED NISAB SECTION --- */
.nisab-section-premium {
    background: radial-gradient(circle at 20% 30%, #0d4a75 0%, #083455 100%);
    position: relative;
    overflow: hidden;
}
.nisab-section-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}
.nisab-section-premium .glow-orb {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 204, 51, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(60px);
}
.orb-1 { top: -200px; left: -200px; }
.orb-2 { bottom: -200px; right: -200px; }

@keyframes goldPulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 10px rgba(183,142,77,0.4)); }
    50% { transform: scale(1.05); filter: drop-shadow(0 0 25px rgba(183,142,77,0.7)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 10px rgba(183,142,77,0.4)); }
}
.icon-pulse img {
    animation: goldPulse 4s infinite ease-in-out;
}
@keyframes currencySink {
    0% { transform: translateY(0) rotate(0); opacity: 0.6; }
    50% { transform: translateY(15px) rotate(2deg); opacity: 0.3; }
    100% { transform: translateY(0) rotate(0); opacity: 0.6; }
}
.sinking-side img {
    animation: currencySink 6s infinite ease-in-out;
}

/* --- TYPING ANIMATION (LOOPING) --- */
@keyframes typingLoop {
    0% { width: 0; }
    30% { width: 100%; }
    85% { width: 100%; }
    95% { width: 0; }
    100% { width: 0; }
}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: var(--gold-primary); }
}
.typing-effect {
    display: inline-block;
    overflow: hidden;
    border-right: .15em solid var(--gold-primary);
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .05em;
    animation: 
        typingLoop 10s steps(40, end) infinite,
        blink-caret .75s step-end infinite;
}

.scale-box-premium {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 40px;
    padding: 50px 35px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}
.scale-box-premium:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 204, 51, 0.3);
}

.nisab-title-gradient {
    background: linear-gradient(to right, #fff, rgba(255,255,255,0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes slowFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.slow-float {
    animation: slowFloat 5s infinite ease-in-out;
}

/* --- RIBA SECTION STYLES --- */
.riba-section {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.riba-subtitle {
    color: #03a0da;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.riba-title {
    font-size: 38px;
    color: #16243E;
 font-weight: 600;
    margin-bottom: 30px;
}

.riba-intro-text {
    font-size: 22px;
     color: #0a3f64;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 35px;
}

.riba-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.riba-highlight-box {
    background: #f8f9fa;
    border-left: 4px solid var(--gold-primary);
    border-radius: 4px;
    padding: 25px;
    margin-top: 35px;
}

.riba-highlight-text {
    font-size: 16px;
    font-weight: 600;
    color: #16243E;
    margin-bottom: 0;
}

/* Comparison Card */
.comparison-card-wrapper {
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    padding: 45px;
}

.comparison-card-title {
    font-size: 18px;
 font-weight: 600;
    color: #16243E;
    text-align: center;
    margin-bottom: 35px;
}

.riba-table {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}

.riba-table th {
    padding: 15px 10px;
    color: #888;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}

.riba-table th.text-center { text-align: center; }
.riba-table th.text-end { text-align: right; }

.riba-table td {
    padding: 25px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f8f8f8;
    color: #16243E;
}

.riba-table tr.gold-row {
    background: rgba(255, 204, 51, 0.05);
}

.riba-table tr.gold-row td {
    font-weight: 700;
    color: #b78e4d;
    border-bottom: none;
}

.riba-table tr.gold-row td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 20px;
}

.riba-table tr.gold-row td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 20px;
}

.text-loss {
    color: #ff4d4d;
    font-weight: 700;
}

.text-gain {
    color: #28a745;
    font-weight: 700;
}

.table-footnote {
    margin-top: 20px;
    font-size: 11px;
    color: #999;
    text-align: center;
    opacity: 0.8;
}

/* Quran Verse Card */
.quran-verse-card {
    background: linear-gradient(135deg, rgba(255, 204, 51, 0.08) 0%, rgba(255, 204, 51, 0.02) 100%);
    border-radius: 20px;
    border-left: 5px solid var(--gold-primary);
    padding: 40px;
    margin-top: 50px; /* Space between table and verse */
    position: relative;
    overflow: hidden;
}

.quran-verse-card::after {
    content: 'â€ ';
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 120px;
    color: var(--gold-primary);
    opacity: 0.05;
    font-family: serif;
}

.quran-verse-text {
    font-size: 20px;
    font-weight: 700;
    color: #16243E;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.5;
}

.quran-verse-ref {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    display: block;
}

.riba-icon-quote {
    font-size: 24px;
    color: var(--gold-primary);
    opacity: 0.3;
    display: block;
    margin-bottom: 15px;
}

/* --- HALAL CHECK SECTION PREMIUM --- */
.comparison-premium-wrapper {
    position: relative;
    z-index: 1;
}

.comparison-table-glass {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

.comparison-table-new {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table-new th {
    background: #fdfdfd;
    padding: 20px 25px;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    border-bottom: 1px solid #f0f0f0;
}

.comparison-table-new td {
    padding: 20px 25px;
    border-bottom: 1px solid #f8f8f8;
    vertical-align: middle;
}

.comparison-table-new tr:last-child td {
    border-bottom: none;
}

.halal-row-success {
    background: rgba(40, 167, 69, 0.02);
}

.table-icon-box {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.bg-success-soft { background: rgba(40, 167, 69, 0.1); color: #28a745; }
.bg-danger-soft { background: rgba(220, 53, 69, 0.1); color: #dc3545; }
.bg-warning-soft { background: rgba(255, 193, 7, 0.1); color: #ffc107; }

.badge-halal {
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
 font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.status-halal { background: #28a745; color: #fff; box-shadow: 0 4px 10px rgba(40, 167, 69, 0.2); }
.status-haram { background: #dc3545; color: #fff; box-shadow: 0 4px 10px rgba(220, 53, 69, 0.2); }
.status-question { background: #ffc107; color: #fff; box-shadow: 0 4px 10px rgba(255, 193, 7, 0.2); }

.halal-explanation-box {
    border-left: 2px solid #eee;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .halal-explanation-box {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }
}

/* --- HADITH SECTION ENHANCED --- */
.hadith-section-enhanced {
    background: #fdfdfd;
    position: relative;
}

.hadith-theme-card {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.03);
    border: 1px solid rgba(183, 142, 77, 0.1);
    margin-bottom: 50px;
    position: relative;
    transition: all 0.4s ease;
}

.hadith-theme-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(183, 142, 77, 0.08);
    border-color: rgba(183, 142, 77, 0.3);
}

.hadith-theme-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--gold-primary);
    border-radius: 0 0 4px 4px;
    opacity: 0.5;
}

.hadith-theme-title {
    font-size: 28px;
 font-weight: 600;
    color: #16243E;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

/* --- CURVED STEPS SECTION --- */
.starten-section-premium {
    position: relative;
}

.starten-section-premium {
    padding-top: 140px;
    padding-bottom: 140px;
}

.starten-section-premium {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0a3d62;
    position: relative;
    overflow: hidden;
}

.starten-header .tp-section-title-pre {
    color: var(--gold-primary);
    display: block;
}

.starten-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.starten-header p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

/* Vertical Falling Lines Effect */
.vertical-lines-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
    z-index: 0;
}

.vertical-lines-bg span {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.08), transparent); /* Clearer */
    position: relative;
}

.vertical-lines-bg span::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 1px;
    height: 6%; /* Much shorter drop */
    background: linear-gradient(to bottom, transparent, rgba(183, 142, 77, 0.4), transparent); 
    animation: dropLines 6s infinite linear;
}

.vertical-lines-bg span:nth-child(2)::after { animation-delay: 1.2s; }
.vertical-lines-bg span:nth-child(3)::after { animation-delay: 3s; }
.vertical-lines-bg span:nth-child(4)::after { animation-delay: 0.5s; }
.vertical-lines-bg span:nth-child(5)::after { animation-delay: 4.2s; }

@keyframes dropLines {
    0% { top: -20%; }
    100% { top: 120%; }
}

.curved-steps-container {
    position: relative;
    padding: 20px 0;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Vertical Line via pseudo-element - FLIPPED TO LEFT */
.curved-steps-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px; 
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03), transparent);
    z-index: 0;
}

.steps-scroll-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px 0; 
}

.step-curved-item {
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.45; /* Increased from 0.2 */
    transform: scale(0.9);
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    filter: blur(1px); /* Reduced blur */
}

.step-curved-item.active {
    opacity: 1;
    transform: scale(1.05);
    z-index: 10;
    filter: blur(0);
}

.step-card-premium {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px 45px;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.step-curved-item.active .step-card-premium {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    border-color: rgba(183, 142, 77, 0.25);
}

.step-number {
    font-size: 38px;
    font-weight: 900;
    color: var(--gold-primary);
    opacity: 0.15;
    line-height: 1;
}

.step-info h4 {
    font-size: 20px;
 font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
text-transform: uppercase;
}

.step-info p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.5);
}

.step-dot {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -54px; /* FLIPPED TO LEFT (Centered with line at -40px) */
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.5s ease;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
 font-weight: 600;
}

.step-curved-item.active .step-dot {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    background: var(--gold-primary); 
    border-color: var(--gold-primary);
    color: #0a3d62;
    box-shadow: 0 0 20px var(--gold-primary);
}

/* Positioning Override - No longer needed for absolute layout */
.step-curved-item:nth-child(1),
.step-curved-item:nth-child(2),
.step-curved-item:nth-child(3) { 
    /* Base styles handled above */
}

@media (max-width: 991px) {
    .curved-steps-container {
        min-height: auto;
    }
    .steps-arc-svg {
        display: none;
    }
    .step-card-premium {
        width: 100%;
    }
    .step-curved-item {
        opacity: 1;
        transform: none !important;
    }
}

.starten-img-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,204,51,0.05) 0%, transparent 70%);
}

.starten-img-placeholder {
    box-shadow: 0 40px 80px rgba(0,0,0,0.05);
}

.hadith-quote-box {
    background: linear-gradient(135deg, rgba(255, 204, 51, 0.05) 0%, rgba(255, 204, 51, 0.01) 100%);
    border-left: 4px solid var(--gold-primary);
    padding: 30px;
    border-radius: 0 20px 20px 0;
    margin: 30px 0;
}

.hadith-quote-text {
    font-size: 19px;
    font-weight: 600;
    color: #16243E;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
}

.hadith-quote-source {
    font-size: 13px;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hadith-description-text {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.hadith-icon-float {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 60px;
    color: var(--gold-primary);
    opacity: 0.04;
    pointer-events: none;
}

.hadith-header-wrapper {
    margin-bottom: 30px;
}

.hadith-header-title {
    font-size: 42px;
 font-weight: 600;
    color: #16243E;
    line-height: 1.2;
}

.hadith-header-line {
    width: 60px;
    height: 4px;
    background: var(--gold-primary);
    margin: 25px auto;
    border-radius: 2px;
}

/* --- HADITH SECTION ENHANCED --- */
.hadith-section-enhanced {
    background: radial-gradient(circle at 20% 30%, #0d4a75 0%, #083455 100%);
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
}

.hadith-section-enhanced .hadith-header-title {
color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.hadith-stack-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
    padding: 10px 0;
}

.hadith-stack-left {
    flex: 1;
    position: relative;
    height: 400px;
}


.hadith-cards-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hadith-card-stack-item {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    border: 1px solid rgba(183, 142, 77, 0.2);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px) scale(0.9);
    z-index: 1;
}

.hadith-card-stack-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    z-index: 10;
}

.hadith-card-stack-item.prev-card {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-60px) scale(0.9);
    z-index: 1;
}

.hadith-card-stack-item.next-card {
    opacity: 0.3;
    visibility: visible;
    transform: translateY(40px) scale(0.95);
    z-index: 5;
}

.hadith-nav-arrows {
    position: absolute;
    bottom: -70px;
    left: 0;
    display: flex;
    gap: 15px;
    z-index: 20;
}


.hadith-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.hadith-nav-btn:hover {
    background: var(--gold-primary);
    border-color: var(--gold-primary);
    color: #16243E;
}

.hadith-stack-item-title {
    font-size: 22px;
 font-weight: 600;
    color: #16243E;
    margin-bottom: 15px;
}

.hadith-stack-quote-box {
    background: rgba(183, 142, 77, 0.03);
    border-left: 3px solid var(--gold-primary);
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    margin: 15px 0;
}

.hadith-stack-quote-text {
    font-size: 16px;
    font-weight: 600;
    color: #16243E;
    font-style: italic;
    margin-bottom: 5px;
}

.hadith-description-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.hadith-stack-right {
    flex: 0 0 350px;
}

.hadith-stack-right img {
    width: 100%;

}

@media (max-width: 991px) {
    .hadith-stack-wrapper {
        flex-direction: column-reverse;
    }
    .hadith-stack-right {
        flex: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .hadith-stack-left {
        height: 500px;
    }
    .hadith-nav-arrows {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* --- PROFESSIONAL COMPARISON SECTION --- */
#schmuck-vs-investment {
    padding-top: 100px;
    padding-bottom: 100px;
}

.comparison-header .section-title-premium {
    color: #16243E;
    font-size: 42px;
}

.comparison-header .section-subtitle-new {
    color: #555;
}

.comp-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 30px;
    padding: 50px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.comp-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.card-investment-pro {
    background: #fff;
    border: 1px solid rgba(183, 142, 77, 0.3);
    box-shadow: 0 10px 40px rgba(183, 142, 77, 0.05);
}

.investment-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: var(--gold-primary);
    color: #16243E;
    padding: 8px 45px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.comp-card h3 {
    color: #16243E;
    font-size: 26px;
    margin-bottom: 0;
}

.comp-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 35px;
    text-align: left;
}

.comp-header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.comp-icon-box, .comp-icon-box-pro {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}


.card-investment-pro .comp-icon-box-pro {
    color: var(--gold-primary);
    background: rgba(183, 142, 77, 0.1);
    border-color: rgba(183, 142, 77, 0.2);
}

.comp-list li {
    color: #444;
    font-size: 17px;
    margin-bottom: 25px;
}

.comp-list li i {
    font-size: 20px;
}

.list-negative li i { color: #ff4d4d; opacity: 0.8; }
.list-positive li i { color: #28a745; }

.vs-line-vertical {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
       background: linear-gradient(to bottom, #083b6a, rgb(8 60 106), transparent);
    transform: translateX(-50%);
}

.vs-circle-pro {
    width: 65px;
    height: 65px;
    background: #16243E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: proPulse 3s infinite;
}

@keyframes proPulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
    70% { box-shadow: 0 0 0 20px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.pro-tip-box {
    background: rgba(183, 142, 77, 0.1);
    border: 1px solid rgba(183, 142, 77, 0.2);
    padding: 30px 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    max-width: 900px;
    text-align: left;
    margin-top: 40px;
}

.pro-tip-box i {
    font-size: 35px;
    color: var(--gold-primary);
}

.pro-tip-box p {
    margin: 0;
    color: #16243E;
    font-size: 18px;
}
ul
{
list-style: none;
}
@media (max-width: 991px) {
    .comp-card { padding: 35px; margin-bottom: 30px; }
    .pro-tip-box { flex-direction: column; text-align: center; }
    .vs-line-vertical { display: none; }
}


 / *   - - -   H A L A L   C H E C K   C A R D S   - - -   * / 
 . h a l a l - c h e c k - w r a p p e r   { 
         d i s p l a y :   f l e x ; 
         f l e x - d i r e c t i o n :   c o l u m n ; 
         g a p :   2 0 p x ; 
 } 
 
 . h a l a l - c h e c k - c a r d   { 
         b a c k g r o u n d :   # f f f ; 
         b o r d e r - r a d i u s :   2 0 p x ; 
         p a d d i n g :   2 5 p x ; 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         g a p :   2 0 p x ; 
         b o x - s h a d o w :   0   1 0 p x   3 0 p x   r g b a ( 0 , 0 , 0 , 0 . 0 3 ) ; 
         b o r d e r :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 0 5 ) ; 
         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
         p o s i t i o n :   r e l a t i v e ; 
         o v e r f l o w :   h i d d e n ; 
 } 
 
 . h a l a l - c h e c k - c a r d : h o v e r   { 
         t r a n s f o r m :   t r a n s l a t e X ( 1 0 p x ) ; 
         b o x - s h a d o w :   0   1 5 p x   4 0 p x   r g b a ( 0 , 0 , 0 , 0 . 0 8 ) ; 
 } 
 
 . h a l a l - c h e c k - c a r d : : b e f o r e   { 
         c o n t e n t :   ' ' ; 
         p o s i t i o n :   a b s o l u t e ; 
         l e f t :   0 ; 
         t o p :   0 ; 
         h e i g h t :   1 0 0 % ; 
         w i d t h :   5 p x ; 
 } 
 
 . h a l a l - c h e c k - c a r d . a p p r o v e d : : b e f o r e   {   b a c k g r o u n d :   # 2 8 a 7 4 5 ;   } 
 . h a l a l - c h e c k - c a r d . r e j e c t e d : : b e f o r e   {   b a c k g r o u n d :   # f f 4 d 4 d ;   } 
 . h a l a l - c h e c k - c a r d . w a r n i n g : : b e f o r e   {   b a c k g r o u n d :   # f f c 1 0 7 ;   } 
 
 . h a l a l - c a r d - i c o n   { 
         w i d t h :   6 0 p x ; 
         h e i g h t :   6 0 p x ; 
         b o r d e r - r a d i u s :   1 5 p x ; 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
         f o n t - s i z e :   2 4 p x ; 
         f l e x - s h r i n k :   0 ; 
 } 
 
 . h a l a l - c h e c k - c a r d . a p p r o v e d   . h a l a l - c a r d - i c o n   { 
         b a c k g r o u n d :   r g b a ( 4 0 ,   1 6 7 ,   6 9 ,   0 . 1 ) ; 
         c o l o r :   # 2 8 a 7 4 5 ; 
 } 
 . h a l a l - c h e c k - c a r d . r e j e c t e d   . h a l a l - c a r d - i c o n   { 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   7 7 ,   7 7 ,   0 . 1 ) ; 
         c o l o r :   # f f 4 d 4 d ; 
 } 
 . h a l a l - c h e c k - c a r d . w a r n i n g   . h a l a l - c a r d - i c o n   { 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   1 9 3 ,   7 ,   0 . 1 ) ; 
         c o l o r :   # f f c 1 0 7 ; 
 } 
 
 . h a l a l - c a r d - c o n t e n t   { 
         f l e x - g r o w :   1 ; 
 } 
 
 . h a l a l - c a r d - c o n t e n t   h 4   { 
         f o n t - s i z e :   1 8 p x ; 
         f o n t - w e i g h t :   7 0 0 ; 
         c o l o r :   # 1 6 2 4 3 E ; 
         m a r g i n - b o t t o m :   5 p x ; 
 } 
 
 . h a l a l - c a r d - c o n t e n t   p   { 
         f o n t - s i z e :   1 4 p x ; 
         c o l o r :   # 6 6 6 ; 
         m a r g i n - b o t t o m :   0 ; 
         l i n e - h e i g h t :   1 . 5 ; 
 } 
 
 . h a l a l - c a r d - b a d g e   { 
 / *   - - -   H A L A L   C H E C K   C A R D S   - - -   * / 
 . h a l a l - c h e c k - w r a p p e r   { 
         d i s p l a y :   f l e x ; 
         f l e x - d i r e c t i o n :   c o l u m n ; 
         g a p :   2 0 p x ; 
 } 
 
 . h a l a l - c h e c k - c a r d   { 
         b a c k g r o u n d :   # f f f ; 
         b o r d e r - r a d i u s :   2 0 p x ; 
         p a d d i n g :   2 5 p x ; 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         g a p :   2 0 p x ; 
         b o x - s h a d o w :   0   1 0 p x   3 0 p x   r g b a ( 0 , 0 , 0 , 0 . 0 3 ) ; 
         b o r d e r :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 0 5 ) ; 
         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
         p o s i t i o n :   r e l a t i v e ; 
         o v e r f l o w :   h i d d e n ; 
 } 
 
 . h a l a l - c h e c k - c a r d : h o v e r   { 
         t r a n s f o r m :   t r a n s l a t e X ( 1 0 p x ) ; 
         b o x - s h a d o w :   0   1 5 p x   4 0 p x   r g b a ( 0 , 0 , 0 , 0 . 0 8 ) ; 
 } 
 
 . h a l a l - c h e c k - c a r d : : b e f o r e   { 
         c o n t e n t :   ' ' ; 
         p o s i t i o n :   a b s o l u t e ; 
         l e f t :   0 ; 
         t o p :   0 ; 
         h e i g h t :   1 0 0 % ; 
         w i d t h :   5 p x ; 
 } 
 
 . h a l a l - c h e c k - c a r d . a p p r o v e d : : b e f o r e   {   b a c k g r o u n d :   # 2 8 a 7 4 5 ;   } 
 . h a l a l - c h e c k - c a r d . r e j e c t e d : : b e f o r e   {   b a c k g r o u n d :   # f f 4 d 4 d ;   } 
 . h a l a l - c h e c k - c a r d . w a r n i n g : : b e f o r e   {   b a c k g r o u n d :   # f f c 1 0 7 ;   } 
 
 . h a l a l - c a r d - i c o n   { 
         w i d t h :   6 0 p x ; 
         h e i g h t :   6 0 p x ; 
         b o r d e r - r a d i u s :   1 5 p x ; 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
         f o n t - s i z e :   2 4 p x ; 
         f l e x - s h r i n k :   0 ; 
 } 
 
 . h a l a l - c h e c k - c a r d . a p p r o v e d   . h a l a l - c a r d - i c o n   { 
         b a c k g r o u n d :   r g b a ( 4 0 ,   1 6 7 ,   6 9 ,   0 . 1 ) ; 
         c o l o r :   # 2 8 a 7 4 5 ; 
 } 
 . h a l a l - c h e c k - c a r d . r e j e c t e d   . h a l a l - c a r d - i c o n   { 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   7 7 ,   7 7 ,   0 . 1 ) ; 
         c o l o r :   # f f 4 d 4 d ; 
 } 
 . h a l a l - c h e c k - c a r d . w a r n i n g   . h a l a l - c a r d - i c o n   { 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   1 9 3 ,   7 ,   0 . 1 ) ; 
         c o l o r :   # f f c 1 0 7 ; 
 } 
 
 . h a l a l - c a r d - c o n t e n t   { 
         f l e x - g r o w :   1 ; 
 } 
 
 . h a l a l - c a r d - c o n t e n t   h 4   { 
         f o n t - s i z e :   1 8 p x ; 
         f o n t - w e i g h t :   7 0 0 ; 
         c o l o r :   # 1 6 2 4 3 E ; 
         m a r g i n - b o t t o m :   5 p x ; 
 } 
 
 . h a l a l - c a r d - c o n t e n t   p   { 
         f o n t - s i z e :   1 4 p x ; 
         c o l o r :   # 6 6 6 ; 
         m a r g i n - b o t t o m :   0 ; 
         l i n e - h e i g h t :   1 . 5 ; 
 } 
 
 . h a l a l - c a r d - b a d g e   { 
         p a d d i n g :   6 p x   1 2 p x ; 
         b o r d e r - r a d i u s :   3 0 p x ; 
         f o n t - s i z e :   1 2 p x ; 
         f o n t - w e i g h t :   7 0 0 ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
         l e t t e r - s p a c i n g :   1 p x ; 
 } 
 
 . b a d g e - y e s   {   b a c k g r o u n d :   # 2 8 a 7 4 5 ;   c o l o r :   # f f f ;   } 
 . b a d g e - n o   {   b a c k g r o u n d :   # f f 4 d 4 d ;   c o l o r :   # f f f ;   } 
 . b a d g e - w a r n   {   b a c k g r o u n d :   # f f c 1 0 7 ;   c o l o r :   # f f f ;   } 
 
/* --- CTA PREMIUM BOX BACKGROUND EFFECT --- */
.cta-premium-box {
    position: relative;
    overflow: hidden;
    padding: 100px 60px !important; /* Increased padding */
    border-radius: 12px !important; /* Reduced curve */
    background: linear-gradient(135deg, #16243E 0%, #06101f 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 40px 100px rgba(0,0,0,0.4) !important;
    z-index: 1;
}

.cta-gold-decor {
    position: absolute;
    top: 50%;
    width: 240px;
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.cta-gold-decor.left {
    left: -70px;
    mask-image: linear-gradient(to right, black 40%, transparent 90%);
    -webkit-mask-image: linear-gradient(to right, black 40%, transparent 90%);
    animation: floatGoldLeft 10s infinite ease-in-out;
}

.cta-gold-decor.right {
    right: -70px;
    transform: translateY(-50%) scaleX(-1);
    mask-image: linear-gradient(to right, black 40%, transparent 90%);
    -webkit-mask-image: linear-gradient(to right, black 40%, transparent 90%);
    animation: floatGoldRight 10s infinite ease-in-out;
}

.cta-content-wrapper h2 {
    font-size: 36px !important; /* Reduced from 48px */
 font-weight: 600;
}

.cta-content-wrapper p {
    font-size: 16px !important; /* Reduced from 19px */
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.tp-btn-gold {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(135deg, #ffcc33 0%, #e6ac00 100%);
    color: #16243E !important;
 font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(255, 204, 51, 0.3);
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
}

.tp-btn-gold:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 204, 51, 0.5);
    background: linear-gradient(135deg, #ffe066 0%, #ffcc33 100%);
}

.tp-btn-ghost {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
}

.tp-btn-ghost:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
}

@keyframes floatGoldLeft {
    0%, 100% { transform: translateY(-50%) rotate(0deg) scale(1); }
    50% { transform: translateY(-53%) rotate(3deg) scale(1.04); }
}

@keyframes floatGoldRight {
    0%, 100% { transform: translateY(-50%) scaleX(-1) rotate(0deg) scale(1); }
    50% { transform: translateY(-47%) scaleX(-1) rotate(-3deg) scale(1.04); }
}

@media (max-width: 991px) {
    .cta-gold-decor { width: 150px; opacity: 0.3; }
    .cta-gold-decor.left { left: -40px; }
    .cta-gold-decor.right { right: -40px; }
    .cta-premium-box { padding: 60px 20px !important; }
    .cta-content-wrapper h2 { font-size: 28px !important; }
}

/* --- EQUAL HEIGHT BLOG CARDS --- */
.tp-blog-area .row {
    display: flex;
    flex-wrap: wrap;
}

.tp-blog-area .row [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}

.tp-blog-item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    width: 100%;
    margin-bottom: 0 !important; /* Managed by col- padding */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-blog-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.tp-blog-item-title {
    margin-bottom: 15px;
    min-height: 3em; /* Ensure title space is consistent */
}

.tp-blog-item-content p {
    flex-grow: 1;
}

.tp-blog-item-btn {
    margin-top: 20px;
}