/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.slider-widget{
    display: flex;
    width:100%;
    @media(max-width:991px){
        flex-direction: column;
    }
}
.slider-image, .slider-content{
    width: 50%;
    @media(max-width:991px){
        width: 100%;
    }
}
.slider-image{
    display: flex;
    align-items: flex-end;
}
.slider-link{
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}
.slider-link a{
    display: flex;
    padding: 20px 25px;
    background-color: #ffffffea;
}
.slider-content{
    padding: 50px;
	background: linear-gradient(270deg, rgba(138,177,64,1) 0%, rgba(36,111,140,1) 80%, rgba(15,97,155,1) 100%);
    position: relative;
    z-index: 1;
    color: #fff;
}
@media(max-width:991px){
    .slider-content{
        padding: 50px 45px 50px 20px;
    }
}
@media(min-width:992px){
    .slider-content{
        filter: drop-shadow(-2px -8px 20px #cfcfcf);
    }
}
.slider-content::before{
    position: absolute;
    content: '';
    width: 150px;
    height: 100%;
    background-color: #0f619b;
    top: 0;
    left: -149px;
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.slider-main{
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: space-between;
}
.slider-content-wrapper{
    width: 65%;
	padding-top: 70px;
}
@media(max-width:991px){
	.slider-content-wrapper{
		width: 100%;
	}
}
.slider-content-wrapper span{
	font-size: 18px;
}
.slider-content-wrapper h3{
	font-weight: 700;
}
.slider-main-controls{
    display: flex;
    align-items: center;
	
}

.slider-main-pagination{
    width: 40%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
@media(max-width:575px){
    .slider-main-pagination{
        font-size: 22px;
    }
}
.swiper-pagination-current{
    font-size: 45px;
}

.slider-progress-wrapper{
    width: 60%;
    margin-top: 15px;
	display: none;
}

.slider-main-progress {
    width: 100%;
    height: 4px;
    background: #ddd;
    bottom: 10px;
    left: 0;
}

.slider-image-container{
    display: flex;
    margin: 50px 0;
    position: relative;
}
@media(min-width:992px){
    .slider-image-container img{
        max-height: 750px;
        min-height: 600px;
        object-fit: cover;
    }
}
@media(max-width:991px){
    .slider-image-container img{
        min-height: 500px;
        object-fit: cover;
    }
}

.slider-main-progress .progress-bar {
    width: 0;
    height: 100%;
    background: #8ab140;
    transition: width 0.3s ease;
    opacity: 0.5;
}

/* slider arrows */
.slider-main-arrows{
    position: relative;
    height: 50px;
}
.swiper-arrow-divider{
    position: absolute;
    left: 50px;
    width: 3px;
    height: 100%;
    background-color: #fff;
	display:none;
}
.swiper-button-next, .swiper-button-prev{
    width: 45px;
	height:45px;
	background-color: white;
}
.swiper-button-prev{
    left: 0;
    color: #fff;
}
.swiper-button-prev::after{
	content:'';
	background-image: url(/wp-content/uploads/2025/03/arrow-left-green.svg);
	width: 17px;
	height: 27px
}
.swiper-button-next::after{
	content:'';
	background-image: url(/wp-content/uploads/2025/03/arrow-right-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 25px
}
.swiper-button-next{
    left: 45px;
    color: #fff;
	width: 45px;
    background: white;
	margin-left:10px;
}
.slider-nav .swiper-wrapper{
    display: flex;
    align-items: flex-end;
}


/* slider */
.of-slider-nav .swiper-wrapper{
    display: flex;
    align-items: flex-end;
}
.of-slider-main{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.of-slider-main-pagination{
    width: 40%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
@media(max-width:575px){
    .of-slider-main-pagination{
        font-size: 22px;
    }
}

.of-slider-main-progress {
    width: 100%;
    height: 4px;
    background: #ddd;
    bottom: 10px;
    left: 0;
}
.of-slider-main-progress .of-progress-bar {
    width: 0;
    height: 100%;
    background: #8ab140;
    transition: width 0.3s ease;
    opacity: 0.5;
}
.of-slider-content{
    background-color: #0f619b;
    z-index: 2;
}

@media(min-width:992px){
    .of-slider-image{
        width: 55%;
    }
}
@media(max-width:991px){
    .of-slider-image{
        align-items: unset;
    }
}
.of-slider-content::before{
    position: absolute;
    content: '';
    width: 150px;
    height: 100%;
    background-color: #0f619b;
    left: unset;
    top: 0;
    right: -149px;
    z-index: 1;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}

@media(min-width:992px){
    .of-slider-content{
        filter: unset;
        width: 45%;
    }
}
@media(max-width:991px){
    .of-slider-image-container{
        margin-top: 0;
    }
}
.slider-button{
    display: flex;
    color: #8ab140;
    width: fit-content;
    gap: 10px;
}
.slider-button img{
    width: 10px;
}
.slider-button:hover{
    text-decoration: underline;
    color: #7da03a;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #8ab140;
    font-size: 20px;
    font-weight: bold;
}


.elementor-editor-active .custom-shape ::after {
  visibility: hidden;
}
/* Breadcrumb last */
.breadcrumb_last strong{
	font-weight: normal;
}



.elementor-message-danger {
    background: red;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px;
}


