/* 
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 */

.wpcf7-form-control {
  font-size: 15px;
  padding: 12px 16px;
  height: auto;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: none;
}

textarea.wpcf7-form-control {
  min-height: 120px;
}

.wpcf7-submit {
  background-color: #2d2d2d;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
}

.wpcf7-submit:hover {
  background-color: #444;
}

span.wpcf7-not-valid-tip {
  color: #e53935 !important;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.wpcf7-response-output {
  border: none !important;
  color: #e53935 !important;
  background: none;
  font-size: 15px;
  padding: 12px 0 0;
  margin: 10px 0 0;
}

.cta-wp-header .elementor-icon-box-wrapper{
    display: flex;
    align-items: anchor-center;
    flex-direction: row;
    gap: var(--icon-box-icon-margin, 15px);
    text-align: start;
}

.cta-wp-header .elementor-icon-box-icon{
	display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
}

.cta-wp-header .elementor-icon-box-content{
    flex-grow: 1;
    width: 100%;
}

.cta-wp-header .elementor-icon-box-description{
    margin: 0;
}


.komandamiz-featured-image {
        z-index: 1;
        text-align: left;
    }
    
.komandamiz-featured-image .elementor-shortcode{
     
     margin: 0em 0em -25em 0em;
     height: 100%;
         transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
    
.komandamiz-featured-image  img {
   /* width: 89%;*/
    border-style: solid;
    border-width: 0px 10px 10px 0px;
    border-color: var(--e-global-color-secondary);
    border-radius: 0px 50px 50px 50px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--e-global-color-25b493e);
}
    
        
/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
    .xidmetler-featured-image img {
        border-radius: 20px 0px 20px 20px;
    }

}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
     .xidmetler-featured-image img {
        border-radius: 30px 0px 30px 30px;
    }

}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {
    .xidmetler-featured-image img {
        border-radius: 50px 0px 50px 50px;
    }
    
    .komandamiz-featured-image {
        z-index: 1;
        text-align: left;
    }
    
        
    .komandamiz-featured-image  img {
        
    }

}

@media screen and (max-width: 1024px){
    .komandamiz-featured-image .elementor-shortcode{
         margin: 0em 0em -35em 0em;
        
    }
}

@media screen and (max-width: 767px){
    .komandamiz-featured-image .elementor-shortcode{
        margin: 0em 0em -13em 0em;
    }
    .komandamiz-featured-image  img {
          border-radius: 0px 40px 40px 40px;
    }
}


.logo-home {
        display: inline-block;
}


#ez-toc-container, .ez-toc-custom {
	width:100%
}

.header-top-cta a:hover, .elementor-widget-text-editor a {
    color: var(--e-global-color-25b493e);
} 

a {
    cursor: pointer;
}