/*
Theme Name: hello-elementor Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


.meet_charity .cahrity_box{
backdrop-filter: blur(6px);
}


.fancy-btn a::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 60px;
    right: 10px;
    bottom: 10px;
}

.service_carousel .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}
.service_carousel .inner-service-card {
    opacity: 0;
}

.service_carousel .swiper-slide-active .inner-service-card {
    opacity: 1;
}

.service_carousel .swiper-slide > div {
/*     transition: all 0.1s ease; */
    border-radius: 15px;
}

.service_carousel .swiper-slide:not(.swiper-slide-active) > div {
    height: 350px !important;
}
.service_carousel .swiper-slide-active > div {
    height: 535px!important;
}

.service_carousel .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service_carousel .e-n-carousel.swiper.offset-both.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    padding: 0px 300px 0 300px;
	padding-bottom:150px;
}

.cstm_testimonial .swiper-pagination-bullet-active{
width:10px!important;
height:10px!important;
background:#915928!important;
}
.cstm_testimonial .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-outline-text {
    -webkit-text-stroke: 1px #000000;
    text-stroke: 1px #000000;
    opacity: 0.4;
}

.cstm_menu nav ul li a.elementor-item-active {
    font-weight: 700 !important;
}
.srvc-title {
/*     transform: translateY(50px); */
    opacity: 0;
    transition: all 2s ease;
display:none;
}

/* .srvc_card:hover .srvc-title {
    opacity: 1;    
    transition: all 0.8s ease;
} */
.charity_form input:hover,
.charity_form input:focus,
.charity_form textarea:hover,
.charity_form textarea:focus,
.charity_form select:hover,
.charity_form select:focus {
    outline: none !important;
    box-shadow: none !important;
}
.charity_form select{
font-family: "Inter", Sans-serif;
font-size:14px;
line-height:22px;
color:rgba(0,0,0,60%)!important;
}
.charity_form .select-caret-down-wrapper {
    display: none !important;
}

.charity_form .elementor-select-wrapper {
    position: relative;
}

.charity_form .elementor-select-wrapper::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;

    background: url("https://project1.1stopwebsitesolution.com/opaledenstudio/wp-content/uploads/2026/04/dropdown-icon.jpg") no-repeat center;
    pointer-events: none;
}
.charity_form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px; 
}
.about_carsl{
background: linear-gradient(to bottom,#FEF8F4,#FFFFFF,) !important;
}
@media (min-width: 1440px) and (max-width: 1600px) {
    .hero-smith {
        height: 778px!important;
    }
}
@media (max-width: 480px) {

    /* height normal */
    .service_carousel .swiper-slide > div,
    .service_carousel .swiper-slide-active > div {
        height: auto !important;
    }

    /* inner content always visible */
    .service_carousel .inner-service-card {
        opacity: 1 !important;
    }

    /* padding remove (center gap fix) */
    .service_carousel .e-n-carousel.swiper {
        padding: 0 !important;
    }

    /* remove scaling / transform */
    .service_carousel .swiper-slide,
    .service_carousel .swiper-slide-active {
        transform: none !important;
        opacity: 1 !important;
    }

}

@media (max-width:480px){
	.foot_menu {
    display: flex !important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
}
	.foot_menu .elementor-nav-menu li{
		display:flex;
		justify-content:start;
	}
}