/* 
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: 3.3.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
*/


 .page-header {
    display: none;
}
.ekit-wid-con .elementskit-clients-slider .single-client {
    box-shadow: inherit !important;
}
.services-section{ background: linear-gradient(to bottom right, #000000, #1b1746, #3b1d5a);}
.form-row input {
    background: transparent;
    border: 1px solid #272727;
    height: 60px;
    border-radius: 12px;
}

.form-row input::placeholder {
    color: #fff;
    font-size: 14px;
}

.form-row {
    display: flex;
    column-gap: 15px;
}
.form-msg textarea {
    background: transparent;
    border: 1px solid #272727;
    height: 82px;
    border-radius: 12px;
}
.form-msg textarea::placeholder {
    color: #fff;
    font-size: 14px;
}.form-button input {
    background: #e5720c !important;
	 color: #fff !important;
    border: none;
    font-size: 14.03px;
    font-weight: 900;
    padding: 18px 24px;
    border-radius: 12px;
}ul.list-call {
    text-align: right;
}

ul.list-call li {
    list-style: none;
    display: inline-block;
}

ul.list-call li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

ul.list-call li strong {
    font-size: 14px;
    color: #e5720c;
    font-weight: 900;
}

ul.list-call li {
    color: #e5720c;
    margin: 0 11px;
}

ul.list-call li:last-child {
    margin-right: 0;
}a.tak-button {
    background: #5f0e49;
    color: #ef780c;
    font-size: 14px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
}

a.tak-button:hover {
    background: #ec750d;
    color: #fff;
}
.box-icon figure img {
    height: 150px;
    object-fit: contain;
}
body {
    overflow-x: hidden;
}
/**  ///// { mobile csss} //////  **/
@media only screen and (max-width: 600px) {
	.form-row {
		display: block;
	}
	.form-button input {
		width: 100%;
		font-size: 12px;
		padding: 15px 0;
	}
}

/**  ///// { tab csss} //////  **/
@media only screen and (max-width: 767px) and (min-width: 1024px) {
	.form-row {
		display: block;
		column-gap: 15px;
	}
}
