/* Page Header */
.page-header {
    background: linear-gradient(to right, #1a3c34, #4caf50);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-header .header-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    animation: fadeInDown 1s ease-out;
}
.page-header .breadcrumb {
    background: transparent;
    font-size: 1.1rem;
}
.page-header .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.page-header .breadcrumb-item.active {
    color: #ffd700;
}
.page-header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url('../images/suryaghar-hero.jpg') no-repeat center/cover;
    filter: brightness(0.8);
}

/* Section Titles */
.section-subtitle {
    color: #4caf50;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
}
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a3c34;
    margin-bottom: 2rem;
    text-align: center;
}

/* Overview Section */
.overview img {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.overview .btn {
    background: #4caf50;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
}
.overview .btn:hover {
    background: #1a3c34;
}

/* Benefits Section */
.benefits {
    background: #fff;
}
.benefit-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    height: 271px;
}
.benefit-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.benefit-icon {
    font-size: 3rem;
    color: #4caf50;
    margin-bottom: 1rem;
}
.benefit-card-title {
    font-size: 1.3rem;
    color: #1a3c34;
    margin-bottom: 0.75rem;
}
.benefit-card-text {
    font-size: 1rem;
    color: #666;
}

/* How It Works Section */
.process-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
    height: 168px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.process-card:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.process-number {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #4caf50;
    color: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
}
.process-card-title {
    font-size: 1.2rem;
    color: #1a3c34;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.process-card-text {
    font-size: 0.95rem;
    color: #666;
}
.process-card-text a {
    color: #4caf50;
    text-decoration: none;
}
.process-card-text a:hover {
    text-decoration: underline;
}

/* Subsidy Details and Eligibility Section */
.subsidy {
    background: #f8f9fa;
}
.subsidy .equal-height {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.subsidy-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    height: 100%;
    transition: box-shadow 0.3s;
}
.subsidy-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.subsidy-card-title {
    font-size: 1.6rem;
    color: #1a3c34;
    margin-bottom: 1rem;
    font-weight: 600;
}
.subsidy-card-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
}
.subsidy-card .table {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}
.subsidy-card .table th {
    background: linear-gradient(to right, #4caf50, #2e7d32);
    color: #fff;
    text-align: center;
    padding: 0.75rem;
    font-weight: 600;
}
.subsidy-card .table td {
    text-align: center;
    vertical-align: middle;
    padding: 0.75rem;
}
.subsidy-card .table tr:hover {
    background: #e9ecef;
}
.subsidy-card small {
    color: #666;
    font-size: 0.85rem;
}
.subsidy-card .list-group-item {
    border: none;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #555;
}
.subsidy-card .list-group-item i {
    color: #4caf50;
}
.subsidy-card .list-group-item .bi-x-circle {
    color: #dc3545;
}

/* Why Choose Us Section */
.why-choose {
    background: #fff;
}
.why-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    height: 272px
}
.why-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.why-icon {
    font-size: 3rem;
    color: #4caf50;
    margin-bottom: 1rem;
}
.why-card-title {
    font-size: 1.3rem;
    color: #1a3c34;
    margin-bottom: 0.75rem;
}
.why-card-text {
    font-size: 1rem;
    color: #666;
}

/* Call to Action Section */
.cta {
    background: linear-gradient(to right, #4caf50, #1a3c34);
    color: #fff;
}
.cta .btn:hover {
    background: #fff;
    color: #1a3c34;
}