/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758643530
Updated: 2025-09-23 16:05:30

*/

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header.scrolled{
    background: #111204;
}
.cs-accordion details + details {
    margin-top: 15px;
}
.cs-accordion details summary.e-n-accordion-item-title {
    justify-content: space-between;
    gap: 30px;
}
.cs-full-btn a.elementor-button {
    width: 100%;
}
.cs-contact-form .row p {
    margin: 0;
}
.cs-contact-form .row p {
    margin: 0;
}
.cs-contact-form .row p span.wpcf7-form-control-wrap {
    display: block;
}
.cs-contact-form .row p label {
    width: 100%;
}
form .cs-gradient-btn {
    text-align: center;
    margin-top: 40px;
}
form .cs-gradient-btn p{
    text-align: center;
}
form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
form .row .col-50 {
    max-width: calc(50% - 10px);
    width: 100%;
}
form .row .col-100 {
    width: 100%;
}
form p {
    margin: 0;
}
form p label {
    color: #fff;
    display: block;
}
form p label span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}
form p label span.wpcf7-form-control-wrap textarea,
form p label span.wpcf7-form-control-wrap input.wpcf7-form-control {
    border: 1px solid rgba(0,0,0,.4);
    height: 48px;
    font-size: 14px;
	box-shadow: none;
    outline: 0;
}
form p label span.wpcf7-form-control-wrap textarea:placeholder,
form p label span.wpcf7-form-control-wrap input.wpcf7-form-control:placeholder{
    color: #bfbfbf;
}
form p label span.wpcf7-form-control-wrap textarea{
    height: 90px;
    resize: none;
}
.cs-gradient-btn button{
    background-color: #FA0204 !important;
    border-style: none !important;
    border-radius: 8px 8px 8px 8px !important;
    padding: 17px 35px 17px 35px !important;
}
.cs-gallery-home .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.cs-gallery-home .gallery  figure.gallery-item {
    max-width: calc((100% - 90px) / 4);
    width: 100%;
}

@media all and (max-width: 991px){
	.cs-gallery-home .gallery  figure.gallery-item {
		max-width: calc((100% - 60px) / 3);
		width: 100%;
	}
}
@media all and (max-width: 767px){
	.cs-logos .e-con-inner .elementor-widget-image {
		max-width: calc(50% - 15px) !important;
		width: 100%;
	}
}