.elementor-kit-2579{--e-global-color-primary:#A94C9C;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:14.5px;font-weight:500;}.elementor-kit-2579 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2579 a{color:#8E54E9;font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-2579 h1{color:#8E54E9;font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-2579 h2{color:#8E54E9;font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-kit-2579 h3{color:#8E54E9;font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-kit-2579 h4{color:#8E54E9;font-family:"Poppins", Sans-serif;font-weight:400;font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-header .site-branding .site-logo img{width:496px;max-width:496px;}.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 */.only-tabs .elementor-tabs-content-wrapper {
    display: none !important;
}

.mc4wp-form input[type="submit"] {
    background-color: #ffffff;      /* Buton rengi */
    color: #8e54e9;                 /* Yazı rengi */
    border-radius: 6px;
    border: 2px solid #8e54e9;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mc4wp-form input[type="submit"]:hover {
    background-color: #8e54e9;      /* Hover buton rengi */
    color: #ffffff;                 /* Hover yazı rengi */
    border-color: #ffffff;          /* Hover border rengi */
}

.ce-mailchimp-form {
    position: relative;
    max-width: 100%;
}

/* Email alanı */
.ce-mailchimp-form input[type="email"] {
    width: 100%;
    padding: 14px 120px 14px 16px; /* sağdan buton için boşluk */
    border-radius: 6px;
    border: 2px solid #8e54e9;
    font-size: 16px;
}

/* Subscribe butonu */
.ce-mailchimp-form #subs {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 12px);
    padding: 0 22px;
    background-color: #ffffff;
    color: #8e54e9;
    border: 2px solid #8e54e9;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.ce-mailchimp-form #subs:hover {
    background-color: #8e54e9 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.entry-title {
    display: none !important;
}

#request-btn {
    background-color: #8A54E8 !important;
    color: #FFFFFF !important;
    border: 2px solid #8A54E8 !important;
    transition: all 0.3s ease;
}

#request-btn:hover {
    background-color: #FFFFFF !important;
    color: #8A54E8 !important;
    border: 2px solid #8A54E8 !important;
}/* End custom CSS */