
.aboutImages {
    width: 542px;
    height: 350px;
    border-radius: 25px;
}


.blogImages {
    width: 312px;
    height: 312px;
    border-radius: 15px;
}
.aboutImageBanner {
    width: 760px;
    height: 400px;
    border-radius: 25px;
}


.spanColor {
    color: #07706D;
}

.icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #4a7c7e 0%, #5a8c8e 100%);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 10px;
}

    .icon-container i {
        color: white;
        font-size: 12px;
    }

.GreenIcon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #85BC45 0%, #85BC45 100%);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 10px;
}

    .GreenIcon-container i {
        color: white;
        font-size: 12px;
    }





.removePoint {
    list-style: none;
}


.grayBackGround {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 5px;
}


.greenBackGround {
    display: inline-block;
    background-color: #B2FF58;
    padding: 5px;
}

.darkGreenBackGround {
    display: inline-block;
    background-color: #07706D;
    color: white;
    padding: 5px;
}



.AboutMid-banner-text {
    background: url(../img/intro-wide-bg.png) #85BC45;
    border-radius: 0 10px 10px 0;
}

.AboutMid-banner-img {
    background: url(../img/about.png);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

@media (max-width: 768px) {
    .AboutMid-banner-text {
        border-radius: 10px 10px 0 0;
    }

    .AboutMid-banner-img {
        border-radius: 0 0 10px 10px;
        min-height: 300px;
    }
}




.custom-arrow-btn-2024 {
    position: relative;
    background: #8FB357;
    color: white;
    padding: 15px 10px 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    clip-path: polygon(25px 0, 100% 0, 100% 100%, 25px 100%, 0 50%);
    transition: background 0.3s ease;
}

    .custom-arrow-btn-2024:hover {
        background: #7a9d47;
    }

.custom-arrow-wrapper-2024 {
    text-align: center;
}










.lead-card-widget-2024 {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 100%;
    text-align: center;
}

.lead-card-title-2024 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
}

.lead-card-badge-2024 {
    display: inline-block;
    background: #ffebee;
    color: #d32f2f;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.lead-card-content-2024 {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.lead-card-image-2024 {
    width: 70px;
    height: 90px;
    flex-shrink: 0;
}

    .lead-card-image-2024 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.lead-card-text-2024 {
    text-align: left;
    flex: 1;
}

.lead-card-heading-2024 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.lead-card-description-2024 {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.lead-card-divider-2024 {
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0;
}

.lead-card-button-2024 {
    background: #4285f4;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
    letter-spacing: 0.5px;
}

    .lead-card-button-2024:hover {
        background: #3367d6;
    }



.sector-news-box {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
}

.sector-newsx-box {
    position: relative;
    height: 550px;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
}
.sector-newsxs-box {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
}



.sector-news-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.sector-news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    z-index: 1;
}

.sector-news-content {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 2;
    text-align: right;
}

.sector-news-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.sector-news-desc {
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
}