.elementor-kit-5{--e-global-color-primary:#D6693E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3ccd8a6:#213420;--e-global-color-7e7b3ab:#000000;--e-global-color-5c46963:#FFFFFF;--e-global-color-7048901:#EEEAE8;--e-global-color-d117e44:#C85D33;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Display";--e-global-typography-accent-font-weight:500;font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 h1{font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 h2{font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 h3{font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 h4{font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 h5{font-family:"Red Hat Display", Sans-serif;}.elementor-kit-5 h6{font-family:"Red Hat Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.breadcrumb a ,.breadcrumb span  {
    color: white;
    font-size: 1.5rem;
    font-weight: 600
}



@media(max-width:768px){
    .breadcrumb a ,.breadcrumb span  {
    font-size: 1.2rem;
}

.square {
    aspect-ratio:1;
}
}


.hero-btn {
    transition: all 0.3s ease-in-out;
    
}

.hero-btn:hover {
    transform: translateY(-8px);
}



/* Genel düzen */
.wpcf7-form {
  max-width: 100%;
  margin: auto;
  font-family: 'Arial', sans-serif;
}

/* Yan yana iki sütun düzeni */
.cf7-flex {
  display: flex;
  gap: 20px;
}

@media(max-width:768px){
    .cf7-flex {
        display:flex;
        flex-direction:column;
    }
}

.cf7-half {
  flex: 1;
}

/* Giriş kutuları */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #6e7480;
  font-size: 16px;
  padding: 10px 5px;
  outline: none;
  background: transparent;
  color: #000;
}

/* Mesaj kutusu özel görünüm */
.wpcf7-form textarea {
  border: 2px solid #6e7480;
  border-radius: 16px;
  height: 200px;
  resize: none;
  padding: 20px;
  margin-top: 10px;
}

/* Placeholder rengi */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #aaa;
}

/* Gönder butonu */
.wpcf7-submit {
  background-color: #d66539;
  color: white;
  font-size: 16px;
  border: none;
  padding: 12px;
  border-radius: 16px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
}

.wpcf7-submit:hover {
  background-color: #c2542c;
}/* End custom CSS */