.elementor-30476 .elementor-element.elementor-element-523f543c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-30476 .elementor-element.elementor-element-523f543c:not(.elementor-motion-effects-element-type-background), .elementor-30476 .elementor-element.elementor-element-523f543c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCF8F5;}.elementor-30476 .elementor-element.elementor-element-1d595bd9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-30476 .elementor-element.elementor-element-7abdef2f .title{font-size:20px;color:#000000;}.elementor-30476 .elementor-element.elementor-element-611ab290 :is(.wd-breadcrumbs,.yoast-breadcrumb,.rank-math-breadcrumb,.aioseo-breadcrumbs,.breadcrumb){font-size:16px;--wd-link-color:var( --e-global-color-secondary );--wd-bcrumb-delim-color:var( --e-global-color-text );--wd-link-color-hover:var( --e-global-color-text );--wd-bcrumb-color-active:#000000;}.elementor-30476 .elementor-element.elementor-element-0f7314b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:768px){.elementor-30476 .elementor-element.elementor-element-523f543c{--padding-top:020px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-0f7314b *//* FORM GENEL KAPSAYICI */
.wpcf7-form {
    background-color: #fcf8f5 !important;
    padding: 50px !important;
    border-radius: 15px !important;
    border: 1px solid #f2ece8 !important;
    width: 100% !important;
}

/* BAŞLIK MESAFESİ (GÖRSELDEKİ SORUNUN ÇÖZÜMÜ) */
.wpcf7 h6 {
    text-align: center !important;
    color: #fe6601 !important;
    margin-top: 0 !important;
    margin-bottom: 55px !important; /* Altındaki kutuları aşağı ittik */
    font-size: 28px !important;
    font-weight: 800 !important;
    display: block !important;
}

/* GEREKSİZ ARA BOŞLUKLARI TEMİZLE */
.wpcf7-form br {
    display: none !important;
}

.wpcf7-form p {
    margin-bottom: 25px !important;
    padding: 0 !important;
}

/* ETİKETLER */
.wpcf7 label {
    display: block !important;
    color: #fe6601 !important;
    font-size: 18px !important;
    margin-bottom: 6px !important;
    font-weight: 600 !important;
}

/* GİRİŞ ALANLARI VE SELECT */
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
    width: 100% !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    border: 2px solid #eee !important;
    background: #ffffff !important;
    font-size: 16px !important;
    height: 60px !important;
    box-sizing: border-box !important;
}

/* GÖNDER BUTONU */
.wpcf7 input[type="submit"] {
    background: #fe6601 !important;
    color: #fff !important;
    padding: 18px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    width: 100% !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    border: none !important;
    margin-top: 15px !important;
}
/* FORM BAŞARI MESAJI TASARIMI */
div.wpcf7-response-output {
    border: 2px solid #fe6601 !important; /* Turuncu çerçeve */
    background: #fcf8f5 !important;    /* Krem zemin */
    color: #fe6601 !important;          /* Turuncu yazı */
    border-radius: 8px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}

.wpcf7 input[type="submit"]:hover {
    background: #ff751a !important;
}/* End custom CSS */