/* 
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 */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

.gallery img {
    width: 100%;
    border: 5px solid #fff !important;
    outline: 5px solid #554641 !important;
}

p {
    font-size: 18px;
    line-height: 28px;
}

.main_heading .elementor-heading-title {
    font-family: "Lora", serif;
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
}

.comntitle .elementor-heading-title {
    font-family: "Lora", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    word-spacing: 2px;
    color: #564741;
    line-height: 1.4;
}



/*=========================================================================*/

.leasing-form-wrapper {
    /* max-width: 600px; */
    margin: 0 auto;
    /* padding: 40px; */
    /* background: #f3f3f3; */
    text-align: center;
}
.leasing-title {
    font-family: "Georgia", serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.leasing-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    color: #444;
}
.form-group {
    text-align: left;
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}
.form-input,
.form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #444;
    background: #fff;
    font-size: 14px;
}
.form-textarea {
    height: 120px;
    resize: none;
}
.form-submit {
    text-align: left;
    margin-top: 10px;
}
.form-submit input[type="submit"] {
    background: transparent;
    border: 1px solid #333;
    padding: 8px 30px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.form-submit input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

.contact-right-content p{
    padding: 0px 20px;
}

.contact-left .form-submit input[type="submit"] {
    background: transparent;
    border: 3px solid #333;
    padding: 8px 50px;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    color: #333;
    font-weight: 500;
}