/* 
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 */
.rt-detail {
    background: #000000 !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tpg-excerpt {
    color: #ffffff;
}
.page-id-26 #cta-footer ,.page-id-106 #cta-footer{
display:none !important;
}
.rn-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
       font-family:"Inter", Sans-serif;
}
input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-file {
    color: #f0f0f0;
    margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    background-color: #00F5D4;
    border:none;
}
input.wpcf7-form-control.wpcf7-text {
    padding: 12px 10px;
    border-radius: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
#proj-sec .elementor-widget-container img {
    height: 170px;
    width: 100%;
}

/* post css */
.single-post h2 strong {
    font-size: 20px;
    color: #00f5d4;
}
.elementor-shortcode .rt-holder {
    border-radius: 10px;
   text-align: center;
}
.elementor-shortcode .rt-detail .entry-title a {
    color: #ff3cac;
    font-size: 20px;
    font-weight: 600;
}
.read-more a {
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
}