/* Legal and Info Pages Shared Styles */
.info-page-header {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/Adi-Kailash-HoPa-1024x576.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.info-page-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.info-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    color: #FFD700; /* Spiritual Gold */
}

.info-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-breadcrumb a:hover {
    color: #FFD700;
}

.info-breadcrumb span.separator {
    color: rgba(255,255,255,0.5);
}

.info-content-section {
    padding-bottom: 80px;
    background-color: #fcfcfc;
}

.info-glass-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.03);
}

.info-body {
    line-height: 1.8;
    color: #444;
    font-size: 1.1rem;
}

.info-body h1, .info-body h2, .info-body h3 {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.info-body h1:first-child, .info-body h2:first-child {
    margin-top: 0;
}

.info-body p {
    margin-bottom: 20px;
}

.info-body ul, .info-body ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

.info-body li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .info-page-header {
        padding: 80px 0 40px;
    }
    .info-glass-card {
        padding: 40px 25px;
        border-radius: 15px;
    }
    .info-page-title {
        font-size: 2.2rem;
    }
}
