/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.list-top-border {
    position: relative;
}

.list-top-border .elementor-container:after {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background: #D9DBE9;
    top: -15px;
	margin: 0 auto;
}
.accord-list span.elementor-accordion-icon-opened svg {
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto;
}
.accord-list span.elementor-accordion-icon-closed svg{
	 width: 25px !important;
    height: 25px !important;
    margin: 0 auto;
}
.our-method-icon .elementor-widget-image-box:after {
    content: '';
    position: absolute;
    background: url(https://sempitern.com/vartalabh/wp-content/uploads/2023/12/arrow-curve.svg);
    width: 56px;
    height: 27px;
    top: 33px;
    right: -19%;
    background-size: cover;
}
.our-method-icon .elementor-widget-image-box {position: relative;}
.our-method-icon .elementor-container .elementor-column:last-child .elementor-widget-image-box:after {width: 0;}
.accord-list .elementor-accordion .elementor-accordion-item + .elementor-accordion-item{border-top: 1px solid #d5d8dc;}

.elementor.elementor-42 {
    background: linear-gradient(to bottom, #101d0f 0%, #101d0f 10%, #fff 10%, #fff 100%);
}

.custom-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #FF4800;
    transition: all 0.3s ease;
    border-radius: 68px 0 68px 0;
}
.custom-btn:hover {
    color: #fff;
}
.custom-btn:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
 }
.custom-btn {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #25392C;
    padding: 12px 30px;
    text-decoration: none;
    border: #25392C;
    border-radius: 68px 0 68px 0;
    padding: 20px 55px;
    overflow: hidden;
}
.custom-btn span {
    position: relative;
    z-index: 9;
    font-size: 22px;
    font-weight: 700;
    font-family: Manrope;
}
.contact-main p {
    display: flex;
    width: 100%;
    gap: 10px;
}
.contact-form-fm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #25392C;
    border-color: #25392C;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 20px 0;
}

.contact-main span.wpcf7-form-control-wrap {
    width: 50%;
	
}

.contact-main span.wpcf7-form-control-wrap {
    width: 50%;
   
}
.contact-main span.wpcf7-form-control-wrap input {
    outline: 0;
    padding: 12px 12px;
	border: solid 1px #ddd;
	font-size: 12px;
}
.contact-form-fm span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 12px 12px;
    max-height: 200px;
    outline: 0;
    border: solid 1px #ddd;
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
	text-align: center;
}

@media only screen and (max-width: 767px){
	.our-method-icon .elementor-widget-image-box:after{width:0%;}
	.menu-list nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
	
}


