/* ================================
   HERO SECTION
================================ */
.hero-en {
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/assets/images/heroproposal.jpg') center/cover no-repeat;
    border-bottom: 5px solid #00823E;
    padding: 20px;
    color: white;
    
}

.hero-en h1 {
    font-size: 3.2rem;
   /*padding-bottom: 150px;*/
   /* margin-bottom: 10px !important;*/
}

.hero-en p {
    font-size: 1.1rem;
margin-top: 0 !important;
    /* أزل المسافة فوق الوصف */
    margin-bottom: 20px;
}

.hero-en .btn-primary {
    background-color: #00823E;
    border-color: #00823E;
    font-weight: 600;
}

.hero-en .btn-primary:hover {
    background-color: #006f34;
}

.hero-en .btn-outline-light:hover {
    background-color: #ffffff;
    color: #00823E;
    font-weight: bold;
}

.hero-en .container {
    margin-top: 220px;
}
.proposal-hero {
  /*  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/shelter-hero.jpg') center/cover no-repeat;*/
 background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/assets/images/heroproposal.jpg') center/cover no-repeat;
    padding: 120px 0;
    text-align: center;
    color: white;
     height: 50vh;
}

.proposal-hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.proposal-hero .subtitle {
    font-size: 1.3rem;
    margin-top: 10px;
    opacity: .9;
}

.section-title {
    color: #00823E;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}

.section-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #00823E;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-radius: 5px;
}

.proposal-section {
    padding: 60px 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.info-box {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #00823E;
}

.styled-list li {
    margin-bottom: 8px;
}

.table-wrapper {
    overflow-x: auto;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
}

.styled-table th,
.styled-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.budget-box {
    background: #eefaf1;
    padding: 25px;
    border-radius: 10px;
}

.total-budget {
    color: #00823E;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 15px;
}

/* CTA */
.proposal-cta {
    padding: 70px 8%;
    background: #00823E;
    color: #fff;
    text-align: center;
}

.proposal-cta h2 {
    font-size: 2.2rem;
    font-weight: 700;
}