/* 'TASAVVUF' PAGE - PREMIUM MYSTIC DESIGN */
/* Consistent with other pages but with a cultural/mystic twist */

/* 1. HERO SECTION */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, rgba(62, 39, 35, 0.7), rgba(121, 85, 72, 0.65)),
        url('../image/tasavvuf_bg.png') center/cover no-repeat fixed;
    color: white;
    padding: 180px 0 140px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    margin-bottom: -60px;
    z-index: 1;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 1s ease-out;
    letter-spacing: 2px;
    font-family: 'Cinzel', serif;
    /* Optional: specific font if available, or fallback */
}

.hero-section p {
    font-size: 1.35rem;
    max-width: 800px;
    margin: 0 auto 30px;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.3s backwards;
    font-style: italic;
}

.divider {
    height: 4px;
    width: 80px;
    margin: 20px auto 30px;
    border-radius: 2px;
    background: linear-gradient(90deg, #d4af37, #8d6e63);
    /* Gold to Brown */
}

/* 2. TASAWWUF SECTION DETAILS */
.tasawwuf-section {
    background-color: #fdfbf7;
    /* Warm off-white */
    padding: 100px 0 80px;
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #5d4037;
    /* Dark Brown */
    margin-bottom: 15px;
}

.section-header .lead {
    font-size: 1.2rem;
    color: #8d6e63;
}

/* 3. CONTENT & HIGHLIGHTS */
.tasawwuf-main-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(93, 64, 55, 0.08);
    /* Brownish shadow */
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border-right: 5px solid #d4af37;
    /* Gold accent */
}

.tasawwuf-main-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(93, 64, 55, 0.15);
}

.tasawwuf-main-content h3 {
    color: #5d4037;
    font-weight: 700;
    margin-bottom: 20px;
}

.tasawwuf-main-content p {
    color: #6d4c41;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.tasawwuf-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.tasawwuf-features li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #5d4037;
}

.tasawwuf-features li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #d4af37;
    /* Gold icon */
}

.quote-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(141, 110, 99, 0.1));
    border-radius: 12px;
    padding: 25px;
    border-left: 4px solid #d4af37;
    font-style: italic;
    color: #5d4037;
    display: flex;
    gap: 15px;
}

.quote-box i {
    font-size: 1.5rem;
    color: #d4af37;
}


/* 4. IMAGES */
.tasawwuf-main-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 100%;
    min-height: 450px;
    position: relative;
}

.tasawwuf-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tasawwuf-main-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(62, 39, 35, 0.6), transparent);
}

/* 5. INSTRUMENT & GROUP CARDS */
.tasawwuf-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border-bottom: 4px solid #8d6e63;
}

.tasawwuf-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.instrument-icon {
    width: 70px;
    height: 70px;
    background: rgba(212, 175, 55, 0.15);
    /* Soft Gold */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d6e63;
    font-size: 2rem;
    margin-bottom: 20px;
}

.instrument-list .instrument-item {
    transition: transform 0.3s ease;
}

.instrument-list .instrument-item:hover {
    transform: translateY(-5px);
}

.instrument-circle {
    width: 60px;
    height: 60px;
    background: #fdfbf7;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #5d4037;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.instrument-item:hover .instrument-circle {
    background: #d4af37;
    color: white;
}

.instrument-item span {
    font-weight: 600;
    color: #5d4037;
}

/* Group Practice Card specifics */
.practice-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.practice-image img {
    transition: transform 0.5s ease;
}

.tasawwuf-card:hover .practice-image img {
    transform: scale(1.05);
}

.benefit-item {
    padding: 15px;
    background: #fdfbf7;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.benefit-item:hover {
    background: #fefcf5;
    /* Lighter */
}

.benefit-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* ANIMATIONS */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hero-section {
        padding: 150px 0 100px;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .tasawwuf-main-image {
        min-height: 350px;
    }
}