/* 
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 */
/*EnesK Contact Form Css*/
.contact-form {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.form-row {
    overflow: hidden;
    margin-bottom: 20px;
}

.column {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.column.half {
    width: 50%;
}

.column.full {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.acceptance {
    font-weight: normal;
}

.acceptance a {
    color: #990000;
}

/* Responsive layout */
@media (max-width: 768px) {
    .column.half {
        width: 100%;
    }
}
.page-id-252 h1 {
    font-size: xx-large !important;
}
.page-id-252 h2 {
    font-size: x-large !important;
}
.page-id-223 h1 {
    font-size: xx-large !important;
}
.page-id-223 h2 {
    font-size: x-large !important;
}
div#cmplz-manage-consent > .cmplz-btn.cmplz-manage-consent.cmplz-show.manage-consent-1 {
    color: #ffffff !important;
}