/* 
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 */

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.whatp-in {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9999;
    transition: 1s;
}

.flagi img {
    animation: blink 1s infinite;
}

.laundry_servicecard:hover .elementor-widget-wrap.elementor-element-populated:before {
    height: calc(100%);
    width: 100%;
    border-radius: 15px;
}
.laundry_servicecard .elementor-widget-wrap.elementor-element-populated:before {
    position: absolute;
    height: 50px;
    left: 0;
    width: 50px;
    content: "";
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #23953D78;
    transition: all 0.35s;
    border-radius: 0 50px 0 15px;
}

.laundry_faq  .elementor-tab-title.elementor-active {
    background-color: #23953D; 
    border-radius: 7px 7px 0 0;
}
.laundry_faq .elementor-accordion-item {
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    margin-bottom: 25px;
}
.contact_form .full_col textarea, 
.contact_form .full_col select,
.contact_form .full_col input {
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 18px;
}

.contact_form .full_col textarea {
    height: 150px;
    resize: none;
}
.submit_btn input {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #23953D;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 12px 12px 12px;
    border: none;
    display: block;
    margin: 30px auto 0;
}
.submit_btn {
	text-align: center;
}
.why_choose .elementor-image-box-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_pageform .submit_btn input {
    color: #ffffff;
    background-color: #23953D;
 }
.why_choose .elementor-image-box-img:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid rgba(218, 216, 217, .2);
    box-shadow: none;
    background: #fff;
}
.why_choose .elementor-image-box-img img {
    max-width: 70px;
    width: 100%;
    z-index: 1;
    margin: 20px auto;
}
.why_choose  .elementor-image-box-wrapper:hover .elementor-image-box-img:before {
   background-color: #23953D;	
}
.why_choose  .elementor-image-box-wrapper:hover .elementor-image-box-img img {
filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(1036%) hue-rotate(195deg) brightness(116%) contrast(100%);
}
.our_processslider .elementor-image-carousel img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.process_toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
	background-color: #23953D;
}
.process_toggle .elementor-toggle-icon {
    background-color: #e8f0f2;
    padding: 10px;
    width: 35px !important;
    height: 35px;
}
.process_toggle .elementor-tab-title {
	display: flex;
	align-items: center;
}
.contact_form .full_col textarea::placeholder, .contact_form .full_col input::placeholder {
	color: #000;
}
.laundry_faq  .elementor-tab-title {
    background-color: #fff;
}

@media screen and (max-width: 1024px) {

.why_choose .elementor-image-box-wrapper {
    flex-direction: column !important;
    gap: 50px;
}
}





