/* About Page Specific Styles */

/* Devanagari Typography */
.devanagari-title {
    font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
    font-weight: 700;
}

.devanagari-text {
    font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 2;
}

/* Page Hero Section */
.page-hero {
    position: relative;
    height: 400px;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 80px;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.page-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.page-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-hero-content p {
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 0.95;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
}

.breadcrumb a {
    color: #fff;
    transition: var(--transition);
}

.breadcrumb a:hover {
    color: var(--accent-color);
}

.breadcrumb span {
    opacity: 0.7;
}

/* Aarti Section */
.aarti-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
    position: relative;
}

.aarti-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,107,53,0.05)" d="M0,128L48,144C96,160,192,192,288,192C384,192,480,160,576,154.7C672,149,768,171,864,165.3C960,160,1056,128,1152,122.7C1248,117,1344,139,1392,149.3L1440,160L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top;
    background-size: cover;
    opacity: 0.5;
}

.aarti-content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.aarti-icon {
    text-align: center;
    margin-bottom: 40px;
}

.aarti-icon i {
    font-size: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.aarti-verses {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aarti-verse {
    padding: 25px;
    background: linear-gradient(135deg, #fff9f0 0%, #fff5e6 100%);
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
    transition: var(--transition);
}

.aarti-verse:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.15);
}

.aarti-verse p {
    font-size: 20px;
    line-height: 2.2;
    color: var(--dark-color);
    margin-bottom: 8px;
    text-align: center;
}

.aarti-verse p:last-child {
    margin-bottom: 0;
}

.aarti-verse .chorus {
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 15px;
    font-size: 22px;
}

/* Introduction Section */
.introduction-section {
    padding: 100px 0;
    background: var(--light-color);
}

.introduction-content {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.intro-highlight {
    padding: 25px;
    background: linear-gradient(135deg, #fff9f0 0%, #fff5e6 100%);
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
    margin: 30px 0;
    position: relative;
}

.intro-highlight p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--dark-color);
}

.initiatives-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.initiative-box {
    padding: 30px;
    background: linear-gradient(135deg, #fff9f0 0%, #fff5e6 100%);
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
    transition: var(--transition);
}

.initiative-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.15);
}

.initiative-box h3 {
    font-size: 22px;
    color: var(--dark-color);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.initiative-box h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.initiative-box p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    color: var(--text-color);
}

.intro-text p {
    font-size: 18px;
    line-height: 2.2;
    color: var(--text-color);
    margin-bottom: 25px;
    text-align: justify;
}

.intro-text p:first-child::first-letter {
    font-size: 48px;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin: 5px 10px 0 0;
    color: var(--primary-color);
}

.intro-list {
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
}

.intro-list li {
    padding: 15px 20px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #fff9f0 0%, #fff5e6 100%);
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
    font-size: 17px;
    line-height: 1.8;
    transition: var(--transition);
}

.intro-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 3px 15px rgba(255, 107, 53, 0.15);
}

.intro-list li strong {
    color: var(--primary-color);
    font-weight: 600;
}

.closing-statement {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 15px;
    text-align: center;
}

.closing-statement p {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: center !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.closing-statement p:last-child {
    margin-bottom: 0 !important;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-hero {
        height: 350px;
    }

    .page-hero-content h1 {
        font-size: 42px;
    }

    .aarti-content,
    .introduction-content {
        padding: 40px;
    }

    .aarti-verse p {
        font-size: 18px;
    }

    .intro-text p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .page-hero {
        height: 300px;
    }

    .page-hero-content h1 {
        font-size: 36px;
    }

    .page-hero-content p {
        font-size: 18px;
    }

    .aarti-content,
    .introduction-content {
        padding: 30px;
    }
    
    .initiatives-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .intro-highlight {
        padding: 20px;
    }
    
    .initiative-box {
        padding: 25px;
    }
    
    .initiative-box h3 {
        font-size: 20px;
    }

    .aarti-icon i {
        font-size: 48px;
    }

    .aarti-verse p {
        font-size: 17px;
        line-height: 2;
    }

    .aarti-verse .chorus {
        font-size: 19px;
    }

    .intro-text p {
        font-size: 16px;
        line-height: 2;
    }

    .intro-list li {
        font-size: 16px;
        padding: 12px 15px;
    }

    .closing-statement p {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .page-hero {
        height: 250px;
        margin-top: 70px;
    }

    .page-hero-content h1 {
        font-size: 28px;
    }

    .page-hero-content p {
        font-size: 16px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .aarti-content,
    .introduction-content {
        padding: 20px;
    }
    
    .intro-highlight {
        padding: 15px;
    }
    
    .initiative-box {
        padding: 20px;
    }
    
    .initiative-box h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .initiative-box p {
        font-size: 15px;
    }

    .aarti-icon i {
        font-size: 40px;
    }

    .aarti-verse {
        padding: 20px 15px;
    }

    .aarti-verse p {
        font-size: 16px;
        line-height: 1.9;
    }

    .aarti-verse .chorus {
        font-size: 17px;
        margin-top: 10px;
    }

    .intro-text p {
        font-size: 15px;
        line-height: 1.9;
        text-align: left;
    }

    .intro-text p:first-child::first-letter {
        font-size: 36px;
        margin: 3px 8px 0 0;
    }

    .intro-list li {
        font-size: 15px;
        padding: 10px 12px;
    }

    .closing-statement {
        padding: 20px;
    }

    .closing-statement p {
        font-size: 18px !important;
    }
}
