.elementor-2558 .elementor-element.elementor-element-1d7d2cf8{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Genel Button ve Link Stil */
.elementor-kit-10 input[type="button"],
.elementor-kit-10 input[type="submit"],
.elementor-kit-10 [type="submit"],
.elementor-kit-10 .wp-block-button__link,
.uicore-mobile-menu-wrapper .uicore-cta-wrapper a,
.uicore-left-menu .uicore-cta-wrapper a,
.wc-block-components-button:not(.is-link),
.elementor-kit-10 .elementor-button.elementor-button,
.elementor-kit-10 .elementor-button:not(.bdt-offcanvas-button),
.elementor-kit-10 .bdt-button-primary,
.elementor-kit-10 .bdt-ep-button,
button.metform-btn,
button.metform-btn:not(.toggle),
.elementor-kit-10 .bdt-callout a.bdt-callout-button,
.elementor-kit-10 .tutor-button,
.elementor-kit-10 .tutor-login-form-wrap input[type="submit"],
.uicore-navbar a.uicore-btn,
.elementor-kit-10 .bdt-contact-form .elementor-button {
    background-color: #000000;
    color: #ffffff;
}

/* Kredi Hesaplama Stil */
.kredi-hesaplama {
    border: 2px solid #ddd;
    padding: 25px;
    border-radius: 12px;
    max-width: 700px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

/* Tab Menu */
.kredi-hesaplama .tab-menu {
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    transition: transform 0.3s ease;
}

.kredi-hesaplama .tab-menu li {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin: 3px;
    background-color: #f4f4f4;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.kredi-hesaplama .tab-menu li:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.kredi-hesaplama .tab-menu .active {
    background-color: #ff2600;
    color: #fff;
    border-bottom: 2px solid #ff2600;
}

/* Tab Content */
.kredi-hesaplama .tab-content {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.kredi-hesaplama .tab-content.active {
    display: block;
}

/* Form Elemanları */
.kredi-hesaplama label {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #333;
}

.kredi-hesaplama input[type="text"],
.kredi-hesaplama input[type="number"],
.kredi-hesaplama select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fafafa;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.kredi-hesaplama input[type="number"]:focus,
.kredi-hesaplama input[type="text"]:focus,
.kredi-hesaplama select:hover,
.kredi-hesaplama select:focus {
    border-color: #ff2600;
    outline: none;
    box-shadow: 0 0 8px rgba(255, 102, 0, 0.3);
}

/* Button */
.kredi-hesaplama button {
    width: 100%;
    padding: 15px;
    background-color: #ff2600;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.kredi-hesaplama button:hover {
    background-color: #ff2600;
    transform: translateY(-3px);
}

/* Sonuç Kutusu */
#sonuc {
    margin-top: 20px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #333;
}

#sonuc p {
    margin: 10px 0;
}

#sonuc strong {
    color: #ff2600;
}

/* Kredi Türü Select Alanı - Custom Style */
.kredi-hesaplama select::-ms-expand {
    display: none;
}

.kredi-hesaplama .custom-select-wrapper {
    position: relative;
    width: 100%;
}

.kredi-hesaplama .custom-select-wrapper::after {
    content: '▼';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}

.kredi-hesaplama select option:first-child {
    color: #aaa;
}/* End custom CSS */