/*
Theme Name: SVAASA Official Theme
Theme URI: https://bpthink.com
Author: Prakash
Description: Custom theme for Sandhyavandana Abhyasana Sikshana Samiti.
Version: 1.0
*/

/* Global Styles */
:root { --brand-maroon: #80231c; }
body { margin: 0; font-family: 'Segoe UI', sans-serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Objectives Section Styles */
.objectives-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}
.footer-col li a {
    color: white !important;
    text-decoration: none;
}
.section-title {
    color: var(--brand-maroon);
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 700;
}

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns for desktop */
    gap: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.objective-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

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

.obj-icon {
    width: 100px;
    height: 60px;
    margin-bottom: 15px;
}

.obj-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.objective-item h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 10px 0;
    line-height: 1.3;
    font-weight: 600;
    min-height: 3em; /* keeps grid aligned */
}

.obj-arrow {
    color: #666;
    font-size: 1.2rem;
    margin-top: 5px;
}

/* Responsive Grid */
@media (max-width: 992px) {
    .objectives-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .objectives-grid { grid-template-columns: 1fr; }
}
.hero-banner {
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
        color: #fff;
    }
    .hero-overlay { padding: 20px; }
    .reg-open { font-size: 2.2rem; margin: 0; font-weight: 300; }
    .hero-subtitle { font-size: 2.5rem; margin: 5px 0; font-weight: 600; color: #5d2b27;}
    .main-title { 
        font-size: 5rem; 
        margin: 10px 0; 
        font-weight: 800;
        text-shadow: 3px 3px 6px rgba(0,0,0,0.4); 
       color:#5d2b27;
    }
    
    .schedule-box {
        background: rgba(0, 0, 0, 0.55);
        padding: 15px 40px;
        border-radius: 40px;
        display: inline-block;
        margin: 25px 0;
    }
    .schedule-box p { margin: 5px 0; font-size: 1.1rem; letter-spacing: 0.5px; }

    .btn-click-here {
        display: inline-block;
        background: #5d2b27;
        color: #fff;
        padding: 14px 50px;
        border-radius: 35px;
        text-decoration: none;
        font-size: 1.3rem;
        font-weight: bold;
        transition: transform 0.2s;
    }
    .btn-click-here:hover { transform: scale(1.05); }
    /* General Settings */
    :root { --brand-maroon: #5d2b27; --cream-bg: #fdf6ee; }

    /* Founder Section */
    .founder-section { background-color: var(--cream-bg); padding: 60px 0; }
    .pujya-label { color: var(--brand-maroon); font-size: 1.2rem; display: block; }
    .founder-name { color: var(--brand-maroon); font-size: 2rem; margin: 5px 0 20px; font-weight: 700; }
    .founder-image img { 
        width: 100%; border: 5px solid #ffcc33; border-radius: 4px; 
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1); 
    }
    .btn-maroon {
        display: inline-block; background: var(--brand-maroon); color: #fff;
        padding: 10px 30px; border-radius: 12px; text-decoration: none; font-weight: bold;
    }

    /* Info Cards */
    .info-cards-section { background-color: var(--cream-bg); padding-bottom: 80px; }
    .container-grid { 
        display: grid; grid-template-columns: repeat(3, 1fr); 
        gap: 30px; max-width: 1200px; margin: auto; padding: 0 20px;
    }
    .info-card {
        background: #fff; border: 1px solid #eadbc8; border-radius: 15px;
        padding: 60px 20px 30px; text-align: center; position: relative; margin-top: 50px;
    }
    .card-circle-img {
        width: 110px; height: 110px; position: absolute; top: -55px; left: 50%;
        transform: translateX(-50%); border-radius: 50%; overflow: hidden;
        border: 1px solid #eadbc8; background: #fff;
    }
    .card-circle-img img { width: 100%; height: 100%; object-fit: cover; }
    .placeholder-circle { width: 100%; height: 100%; background: #eee; }
    .info-card h3 { color: var(--brand-maroon); font-size: 1.2rem; margin: 10px 0; }
    .info-card p { color: #666; font-size: 0.95rem; min-height: 40px; }

    /* Accomplishments */
    .accomplishments-section { padding: 60px 0; background: #fff; }
    .accomplishments-banner {
        display: flex; background: var(--cream-bg); border-radius: 10px; overflow: hidden;
        align-items: center; justify-content: space-between;
    }
    .stat-left, .stat-right { display: flex; align-items: center; flex: 1; padding: 20px; }
    .stat-left img { width: 200px; }
    .stat-right { background: linear-gradient(90deg, transparent 0%, #5d2b27 20%); color: #fff; text-align: right; justify-content: flex-end; }
    .stat-right img { width: 350px; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); }
    .stat-number { font-size: 2.5rem; font-weight: 800; display: block; color: var(--brand-maroon); }
    .stat-right .stat-number { color: #fff; }
    .stat-text p { margin: 0; font-size: 1.1rem; }

    /* Objectives Section Title Correction */
    .section-title { color: var(--brand-maroon); text-align: center; font-size: 2.5rem; margin-bottom: 40px; font-weight: 700; }

    @media (max-width: 992px) {
        .container-grid, .accomplishments-banner { flex-direction: column; }
        .stat-right { background: var(--brand-maroon); text-align: center; }
        .stat-right img { clip-path: none; width: 100%; }
    }

    /* Welcome Section Styles */
    .welcome-intro { padding: 80px 10%; background: #fff; }
    .container-flex { display: flex; gap: 50px; max-width: 1200px; margin: auto; }
    .welcome-heading { flex: 1; }
    .welcome-heading h2 { font-size: 1.8rem; color: #333; line-height: 1.3; }
    .welcome-heading h2 span { color: var(--brand-maroon); }
    .welcome-body { flex: 2; font-size: 1.05rem; line-height: 1.8; color: #555; }
    
    @media (max-width: 768px) {
        .container-flex { flex-direction: column; text-align: center; }
        .main-title { font-size: 3rem; }
    }
    .gallery-section { padding: 60px 0; background: #fff; }
.gallery-title { color: #ffcc33 !important; } /* Yellow title based on image */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { position: relative; border-radius: 0 0 80px 0; overflow: hidden; height: 400px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-overlay { 
    position: absolute; top: 15px; left: 15px; right: 15px; 
    color: #fff; font-weight: bold; text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.arrow-icon { 
    position: absolute; bottom: 20px; right: 20px; background: #80231c; 
    color: #fff; width: 40px; height: 40px; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center;
}

/* --- Yagnam Section --- */
.yagnam-section { background: #80231c; color: #fff; padding: 0; }
.yagnam-flex { padding: 0; gap: 0; align-items: stretch; }
.yagnam-content { flex: 1; padding: 60px 5%; display: flex; flex-direction: column; justify-content: center; }
.yagnam-title { color: #ffcc33; font-size: 2rem; margin-bottom: 20px; }
.yagnam-image { flex: 1; }
.yagnam-image img { width: 100%; height: 100%; object-fit: cover; }
.btn-yellow { 
    display: inline-block; background: #ffcc33; color: #80231c; 
    padding: 12px 30px; border-radius: 10px; text-decoration: none; 
    font-weight: bold; margin-top: 20px; width: fit-content;
}

/* --- App Download Section --- */
.app-download-section { background: #fdf6ee; overflow: hidden; }
.app-flex { align-items: center; justify-content: space-around; }
.app-text h2 { font-size: 4rem; line-height: 1; font-weight: 900; color: #1a1a1a; margin-bottom: 30px; }
.store-buttons img { height: 45px; margin-right: 15px; }
.app-mockup { position: relative; width: 400px; }
.yellow-circle { 
    position: absolute; width: 300px; height: 300px; background: #ffcc33; 
    border-radius: 50%; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.app-mockup img { position: relative; z-index: 2; width: 100%; }

/* --- Footer Styles --- */
.site-footer { background: #80231c; color: #fff; padding: 60px 5% 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 40px; }
.footer-col h4 { font-size: 1.2rem; margin-bottom: 20px; border-bottom: none; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 10px; font-size: 0.9rem; text-transform: uppercase; }
.footer-col p { font-size: 0.85rem; line-height: 1.6; }
.copyright { text-align: center; padding-top: 20px; font-size: 0.8rem; opacity: 0.7; }

/* Responsive */
@media (max-width: 768px) {
    .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
    .yagnam-flex, .app-flex { flex-direction: column; }
    .app-text h2 { font-size: 2.5rem; }
}