.fpm-load-more-wrap {
    text-align: center;
    margin-top: 40px;
}


#fpm-load-more {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    background-image: linear-gradient(180deg, #000000 0%, #1B1B1B 100%) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary)  !important;
    padding: 12px 12px 12px 20px;
    width: max-content !important;
    position: relative;
    padding-right: 50px !important;
    transition: all .4s ease-in-out;
    cursor: pointer;
    border-radius: 50px;
}

#fpm-load-more::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%2386D105'/%3E%3Cpath d='M10 8L14 12L10 16' stroke='%23142000' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
}


.fpm-projects-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.fpm-project {
    border: 1px solid  rgba(83,131,0 , 20%);
    padding: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0 2px 15px rgba(0,0,0 , 10%);
}

.fpm-project img {
    max-width: 100%;
    height: 160px;
    display: block;
   
    width: 100%;
    object-fit: cover;
}

.fpm-project-contact 

{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
	gap: 10px;
}

.fpm-highlighted-wrapper .fpm-project-contact 
{
    min-height: 150px;
}

.fpm-project-contact h3
{
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5rem;
}
.fpm-project-contact svg
{
	
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

#fpm-featured-projects {
    transition: opacity 0.3s ease;
}

#fpm-featured-projects.loading {
    opacity: 0.8;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* .fpm-category-filter {
    display: block;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 40px;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.fpm-category-filter::-webkit-scrollbar {
    display: none;
} */


.fpm-category-filter {
    display: flex;
    align-items: center;
    gap: 12px;
     margin-bottom: 40px;
	justify-content:center;
}

.fpm-category-scroll {
    display: block;
    gap: 12px;
    overflow-x: auto;
   
    white-space: nowrap;
    scroll-behavior: smooth;
}

.fpm-category-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.fpm-category-btn {
    flex-shrink: 0;
	cursor:pointer
}

.footer-c-link .elementor-icon-list-text {
    color: #fff !important;
}


button.fpm-category-btn.active {
    background: #538300;
    color: #fff;
    box-shadow: 0 5px 20px rgba(83,131,0, 25%);
}

button.fpm-category-btn {
    padding: 10px 20px !important;
    background: #fff;
    border: 1px solid rgba(83,131,0,8%);
    min-width: 80px;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var( --e-global-color-text );
    max-width: 100%;
}

.fpm-search-box {
    padding: 10px 10px 10px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 15px rgba(83,131,0, 8%);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.fpm-search-box input {
    width: 100% !important;
    height: 42px;
    background: #FAFCF8;
    border: 1px solid  rgba(83,131,0, 10%);
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: var( --e-global-color-text );
    outline: 0 ;
    padding-left: 30px;
}

.fpm-search-box input::placeholder
{
    font-size: 14px;
    color: #94A3B8;
}

.fpm-search-box span {
    flex-shrink: 0;
    font-size: 14px;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 6px;
}

.input-s-box
{
    position: relative;
    width: 100%;
}

.input-s-box svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.image-hl-box
{
    position: relative;
}

.image-hl-box::before
{
    position: absolute;
    content: '';
    inset:0;
    background: linear-gradient(0deg , #000000d7 , transparent);
}
.hl-category
{
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

}

.fpm-flex-col
{
    flex-direction: column;
}
.fpm-flex-start
{
     align-items: start;
}

.hl-project-cat {
    display: block;
    background: rgba(83,131,0, 8%);
    border: 1px solid rgba(83,131,0, 15%);
    border-radius: 40px;
    padding: 8px 20px;
    color: rgba(83,131,0, 100%);
    font-weight: 500;
    margin-top: 15px;
    font-size: 14px;
}



span.tag {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(83,131,0);    
    font-size: 14px;
    gap: 4px;
    line-height: normal;
    margin-bottom:15px;
}

span.tag svg {
    width: 16px;
    height: 15px;
}






@media (max-width:1200px) 
{
    
    .fpm-projects-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}


@media (max-width:991px) 
{
    
    .fpm-projects-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}


@media (max-width:767px) {
    button.fpm-category-btn 
    {
        padding: 10px 10px !important;
        min-width: 60px;
    }

}


@media (max-width:575px) {
    .fpm-search-box span
    {
        display: none;
    }
    .fpm-projects-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .fpm-search-box {
        padding: 10px 10px 10px 10px;
    }
}