.bg-light {
    background: #F8F9FA !important;
}

.hero-section {
    padding: 80px 0;
}
.hero-badge {
    background-color: #E8EFE9;
    color: #7D8D7E;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hero-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #1A1A1A;
}
.hero-title span {
    color: #587C61;
}
.hero-description {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 30px;
    max-width: 500px;
}
.btn-start-app {
    background-color: #007A4D;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.btn-start-app:hover {
    background-color: var(--primary-light);
    color:white !important;
}
.rtl .btn-start-app svg {
    transform: rotate(180deg);
}
.hero-image {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.eco-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1B3B26;
    margin-bottom: 15px;
}
.eco-section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.opportunity-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    /*padding: 15px;*/
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}
.opportunity-img {
    width: 200px;
    /* height: 150px; */
    object-fit: cover;
    border-radius: 8px;
}
.opportunity-content {
    padding: 20px;
}
.opportunity-content h5 {
    font-weight: 700;
    margin: 20px 0;
}
.opportunity-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.opportunity-date {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
.sidebar-card {
    background-color: #012417;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidebar-card p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 30px;
}
.btn-apply-now {
    background-color: #fff;
    color: #012417;
    border-radius: 50px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.inquiry-section {
    background-color: #fff;
    padding: 80px 0;
}
.form-label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-bottom: 8px;
}
.form-control {
    background-color: #F8F8F8;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
}
.form-control::placeholder {
    color: #C0C0C0;
    font-size: 14px;
}
.contact-person-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px;
}
.contact-person-subtitle {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}
.btn-send-inquiry {
    background-color: #007A4D;
    color: #fff;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 30px;
}