
/*----------------------------------------------
 * Portfolio
 * ---------------------------------------------*/
 .abc-elementor-portfolio-filter {
    text-align: right;
}

#portfolio-filter .abc-elementor-portfolio-single-filter a,
.abc-elementor-portfolio-single-filter a {
    border-radius: 3px;
    border: 1px solid #448E08;
    padding: 10px 15px;
    display: inline-block;
    color: #448E08;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

ul#portfolio-filter.abc-elementor-portfolio-filter {
    margin-bottom: 50px;
    margin-top: -90px;
}

.abc-elementor-portfolio-content-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#portfolio-filter .abc-elementor-portfolio-single-filter a.active.current,
#portfolio-filter .abc-elementor-portfolio-single-filter a:hover {
    background-color: #448E08;
    color: #fff;
}

.abc-elementor-portfolio-single-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.abc-elementor-portfolio-single-thumb::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border-radius: 5px;
    background: rgba(24, 24, 24, 0.65);
    transform: scale(0);
    transition: 0.3s ease-out;
}

.abc-elementor-portfolio-single-area:hover .abc-elementor-portfolio-single-thumb::before {
    transform: scale(1);
    transition: 0.3s;
}

.abc-elementor-portfolio-overlay-area {
    background-color: #FFF;
    padding: 20px;
    position: absolute;
    bottom: -200px;
    left: 15px;
    right: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-out;
}

.abc-elementor-portfolio-single-area:hover .abc-elementor-portfolio-overlay-area {
    bottom: 20px;
    transition: 0.3s;
}

.abc-elementor-portfolio-left h3 {
    margin-bottom: 10px;
}

.abc-elementor-portfolio-left h3 a {
    color: #181818;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}

.abc-elementor-portfolio-left p {
    color: #448E08;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.abc-elementor-portfolio-right img {
    width: 70px;
}
.abc-elementor-portfolio-right svg {
    width: 50px;
    height: 50px;
}

.abc-elementor-portfolio-wrap  ul {
    list-style: none;
    padding: 0;
}

.abc-elementor-portfolio-wrap  ul#portfolio-filter {
    margin: 0;
    padding: 0;
}

.abc-elementor-portfolio-wrap ul#portfolio-filter li {
    display: inline-block;
    margin: 0 5px 18px 0;
}
.abc-elementor-portfolio-content-area {
    list-style: none !important;
}


/*----------------------------------------------
 * Testimonial
 * ---------------------------------------------*/

 .abc-testimonial-single-item {
    background-color: #181818;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.abc-testimonial-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

#abc-testimonial-client-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    max-width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.abc-testimonial-client-info h3 {
    color: #ffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.abc-testimonial-client-info p {
    color: #448E08;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
}

.abc-testimonial-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3rem;
    margin-top: 20px;
}

.abc-testimonial-rating {
    margin-top: 20px;
}

.abc-testimonial-rating i {
    color: #D3A500;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.abc-testimonial-quote {
    position: absolute;
    top: 40px;
    right: 65px;
}
.swiper.abc-testimonial-slider {
    padding-bottom: 65px;
}
.abc-testimonial-slider-nav-bar button.abc-testimonial-arrow {
    cursor: pointer;
    border: 0; 
    position: absolute;
    top: 50%;
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abc-testimonial-slider-nav-bar button.abc-testimonial-arrow.abc-testimonial-arrow-right {
    right: -60px;
}
.abc-testimonial-slider-nav-bar button.abc-testimonial-arrow svg {
    width: 40px;
    height: 40px;
    background-color: #59a818 ;
    border-radius: 50%;
    fill: #fff;
    padding: 8px;
}
.abc-testimonial-slider-nav-bar button.abc-testimonial-arrow.abc-testimonial-arrow-right svg {
    transform: rotate(180deg);
}
.abc-testimonial-slider-nav-bar button.abc-testimonial-arrow.abc-testimonial-arrow-left {
    left: -60px;
}
.abc-testimonial-slider .abc-testimonial-arrow.slick-disabled,
.abc-testimonial-slider .abc-testimonial-arrow.slick-disabled
{
    opacity: .25;
}
.abc-testimonial-slider-nav-bar .abc-testimonial-arrow:hover svg {
    background-color: #FFAB01;
    color: #fff;
    fill: #fff;
    transition: 0.3s ease;
}
 .swiper-pagination.abc-testimonial-slider-pagination{    
    display: flex;
    justify-content: center;
}
.swiper-pagination.abc-testimonial-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.swiper-pagination.abc-testimonial-slider-pagination .swiper-pagination-bullet-active {
    background-color:#448E08;
}



/*---------------------------
* Testimonial grids
-----------------------------*/
.abc-testimonial-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.abc-testimonial-grids .abc-testimonial-single-item {
    margin-right: 0;
    margin-left: 0;
}

.abc-elementor-pagination {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.abc-elementor-pagination * {
    display: inline-block;
}



/*----------------------------------------------
 * Team Member
 * ---------------------------------------------*/
 .abc-elementor-team-member-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    row-gap: 60px;
}

.abc-elementor-teammember-single-item-area {
    border: 5px solid #448E08;
    border-radius: 5px;
    transition: 0.3s ease-out;
    position: relative;
}

.abc-elementor-teammember-single-item-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.574);
    transform: scale(0);
    transition: 0.3s ease-out;
    border-radius: 5px;
    z-index: 1;
}

.abc-elementor-teammember-single-item-area:hover::before {
    transform: scale(1);
    transition: 0.3s;
}

.abc-ele-team-social {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 5;
}

.abc-ele-team-image {
    max-width: 295px;
    max-height: 380px;
    overflow: hidden;
}

.abc-ele-team-image img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transform: scale(1.01);
}

.abc-ele-team-footer {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: -30px;
    left: 20px;
    right: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: bottom 0.3s ease;
    z-index: 3;
}

.abc-elementor-teammember-single-item-area:hover .abc-ele-team-footer {
    bottom: 30px;
}

h4.abc-ele-team-name {
    color: #181818;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    list-style: 1;
}

h4.abc-ele-team-name a {
    color: #181818;
    display: inline-block;
}

.abc-ele-team-designation {
    color: #448E08;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.abc-ele-team-social {
    text-align: center;
}

.abc-ele-team-social svg {
    cursor: pointer;
}

.abc-ele-team-social-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.3s ease, height 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    height: 0;
    transform: scale(0);
}

/* Show the overlay when hovering over the social div */
.abc-ele-team-social:hover .abc-ele-team-social-overlay {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transform: scale(1);
}

.abc-ele-team-social-overlay::before {
    content: '';
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
}

.abc-ele-team-social-overlay ul {
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}

.abc-ele-team-social-overlay ul li {
    list-style: none;
    margin-bottom: 5px;
}

.abc-ele-team-social-overlay ul li:last-child {
    margin-bottom: 0;
}

.abc-ele-team-social-overlay ul li a i,
.abc-ele-team-social-overlay ul li a svg {
    color: #448E08;
    fill: #448E08;
}



/*---------------------------
    Team Member Style Two
-----------------------------*/
.abc-elementor-teammember-single-item-area-style-two {
    overflow: hidden;
    position: relative;

}

.abc-elementor-teammember-single-item-area-style-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 98%;
    background: rgba(0, 0, 0, 0.574);
    transform: scale(0);
    transition: 0.3s ease-out;
    border-radius: 5px;
    z-index: 1;
}

.abc-elementor-teammember-single-item-area-style-two:hover::before {
    transform: scale(1);
    transition: 0.3s;
}

.abc-elementor-team-img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

#abc-elementor-team-style-two-img.abc-elementor-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    border: 5px solid #448E08;
}

.abc-ele-team-style-two-info {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

#abc-elementor-team-name.abc-elementor-team-name {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
}

.abc-elementor-teammember-single-item-area-style-two:hover #abc-elementor-team-name.abc-elementor-team-name {
    bottom: 35px;
    transition: 0.3s ease;
}

#abc-elementor-team-name.abc-elementor-team-name h2 {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

#abc-elementor-team-name.abc-elementor-team-name h2 a {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    margin-bottom: 0;
}

.abc-elementor-team-designation p {
    color: #448E08;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.abc-ele-team-social-overlay.abc-team-style-two-social {
    background-color: transparent;

}

.abc-ele-team-social-overlay.abc-team-style-two-social::before {
    display: none;
}

.abc-elementor-teammember-single-item-area-style-two:hover .abc-ele-team-social-overlay.abc-team-style-two-social {
    opacity: 1;
    height: auto;
    transform: scale(1);
    visibility: visible;
}

.abc-team-style-two-social.abc-ele-team-social-overlay ul {
    margin: 0;
    text-align: center;
    display: flex;
    gap: 13px;
    padding: 0;
}

.abc-team-style-two-social.abc-ele-team-social-overlay ul li {
    margin-bottom: 0;
}

.abc-team-style-two-social.abc-ele-team-social-overlay ul li a {
    padding: 5px;
}

.abc-team-style-two-social.abc-ele-team-social-overlay ul li a i,
.abc-team-style-two-social.abc-ele-team-social-overlay ul li a svg path {
    color: #fff;
    fill: #fff;
    font-size: 18px;
}

.abc-team-style-two-social.abc-ele-team-social-overlay ul li a svg {
    width: 15px;
    height: 15px;
}

.abc-team-style-two-social.abc-ele-team-social-overlay ul li a:hover i,
.abc-team-style-two-social.abc-ele-team-social-overlay ul li a:hover svg path {
    color: #448E08;
    fill: #448E08;
}

.abc-elementor-team-designation {
    opacity: 0;
    transition: 0.3s ease;
    visibility: hidden;
    transform: translateY(20px);
    transform: scale(0);
    bottom: 16%;
    position: absolute;
}

.abc-elementor-teammember-single-item-area-style-two:hover .abc-elementor-team-designation {
    opacity: 1;
    transition: 0.3s ease;
    visibility: visible;
    transform: translateY(0px);
    transform: scale(1);
}


