﻿a {
    text-decoration: none;
}

.tx-right {
    text-align: right !important;
}

.tx-left {
    text-align: left !important;
}

.m-top {
    margin-top: 1rem !important;
}

.m-bt-1 {
    margin-bottom: 1rem !important;
}

.m-bt-2 {
    margin-bottom: 2rem !important;
}

.m-bt-3 {
    margin-bottom: 3rem !important;
}

.m-bt-4 {
    margin-bottom: 4rem !important;
}

.m-bt-5 {
    margin-bottom: 5rem !important;
}

.top-header-area {
    background-color: #eeeff4;
    color: var(--text-light);
    padding: 10px 0;
}

    .top-header-area a {
        color: var(--text-light);
        font-size: 14px;
        margin-right: 15px;
    }

.top-header-information {
    display: flex;
    margin: 0;
    list-style: none;
}

.top-header-optional {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navbar .navbar .navbar-brand img {
    max-width: 200px !important;
}

.main-navbar {
    padding-top: 0.6rem !important;
    padding-bottom: 0.4rem !important;
}

/* --- ANA İÇERİK --- */
.main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    gap: 30px;
}

/* Slider Bölümü */
.slider {
    flex: 1 1 600px;
    min-height: 400px;
    background: url('https://source.unsplash.com/800x600/?finance,money') center/cover no-repeat;
    position: relative;
}

    .slider .overlay {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: rgba(255,255,255,0.8);
        padding: 15px 20px;
        border-radius: 4px;
        max-width: 70%;
    }

        .slider .overlay h2 {
            font-size: 1.8rem;
            margin-bottom: 5px;
            color: #4b006e;
        }

.slider-mx-img {
    max-height: 530px !important;
}

/* Hesaplama Aracı Bölümü */
.calculator {
    flex: 0 1 300px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    background: #fafafa;
}

    .calculator h3 {
        margin-bottom: 15px;
        color: #4b006e;
    }

    .calculator label {
        display: block;
        margin: 10px 0 5px;
        font-size: 0.9rem;
    }

    .calculator input,
    .calculator select {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .calculator .result {
        margin-top: 15px;
        font-weight: bold;
    }

    .calculator button {
        margin-top: 20px;
        width: 100%;
        padding: 10px;
        background: #4b006e;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 1rem;
    }

/* Responsive */
@@media (max-width: 900px) {
    .main {
        flex-direction: column;
    }

    .slider, .calculator {
        flex: 1 1 100%;
    }
}

.heder-bottom {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
}

#loanTab .nav-link {
    color: #000;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
}

    #loanTab .nav-link.active {
        color: #CC171E !important;
    }

.no-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    /*padding-right: 1rem;*/
}

.no-arrow {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.nice-select {
    line-height: 30px !important;
}

.main-navbar .navbar .others-options .option-item::before {
    height: 36px !important;
    top: 12px;
}

.faq-area .container {
    max-width: 1300px !important;
}

.faq-list-tab .tab_content .tabs_item .faq-accordion {
    max-width: 1300px !important;
}

    .faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-content {
        padding: 25px 25px 10px 25px !important;
    }

.border-rd-1 {
    border: solid 1px #e5e5e5 !important;
    border-radius: 0.5rem !important;
}

html[dir="ltr"].approvals-item .approvals-content {
    padding: 35px 20px 35px 0px !important;
    font-weight: 500;
}


html[dir="rtl"].approvals-item .approvals-content {
    padding: 35px 20px 35px 50px !important;
    font-weight: 500;
}

.approvals-item {
    background-color: #f9fafb !important;
    padding: 0.5rem !important;
}

.solution-item {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.solution-area.bg-top {
    margin-bottom: -50px !important;
}

.solution-item .content::before {
    height: 100% !important;
}

.approvals-item .row > .col-lg-3:last-child .approvals-content::before {
    display: none;
}

.approvals-item .row > .col-6:last-child .approvals-content::before {
    display: none;
}

.approvals-item .row > .col-md-3:last-child .approvals-content::before {
    display: none;
}

.approvals-content span {
    font-size: 1rem;
}

.owl-stage-outer {
    margin-right: -1px !important;
}

<!-- Whatsapp style-- >

.fab.fa-whatsapp::before {
    content: "\f232";
    font-family: "font awesome 6 brands";
    font-weight: 500
}


/*
.whatsapp {
    position: fixed;
    bottom: 90px;
    display: flex;
    align-items: center;
    background: #25d366;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    z-index: 100;
    line-height: 1;
    white-space: nowrap;
}

html[dir="ltr"] .whatsapp {
    right: 0;
    flex-direction: row;
    border-radius: 4px 0 0 4px;
}

html[dir="rtl"] .whatsapp {
    left: 0;
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
}

.whatsapp i {
    margin: 0 6px;
}

@media (max-width: 576px) {

    .whatsapp {
        padding: 8px;
    }

        .whatsapp i {
            margin: 0;
        }
}

@media (max-width: 576px) {
    .whatsapp {
        font-size: 24px;
        height: 36px;
        line-height: 36px;
        padding: 0 8px;
    }
}

#whatsapp {
    right: -83px;
    bottom: calc(13% - 30px);
    z-index: 5;
    color: #fff;
    font-size: 32px;
    padding: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px 0 0 8px;
    width: unset;
    height: unset;
    line-height: unset;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    bottom: 3rem !important;
}

html[dir="rtl"] #whatsapp {
    left: -83px;
    right: auto;
}

@media (max-width: 576px) {
    html[dir="rtl"] #whatsapp {
        left: -8px;
        right: auto;
        width: 2.2rem;
    }

    #whatsapp {
        right: -92px;
        bottom: calc(13% - 30px);
        z-index: 5;
        color: #fff;
        font-size: 16px !important;
        padding: 8px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        width: unset;
        height: unset;
        line-height: unset;
        transition: .3s ease all;
        -webkit-transition: .3s ease all;
        -moz-transition: .3s ease all;
        bottom: 3rem !important;
    }

    html[dir="rtl"] #whatsapp .wp-label {
        overflow: hidden !important;
        opacity: 0 !important;
        pointer-events: none;
    }

    html[dir="rtl"] #whatsapp {
        padding: 10px;
    }

        html[dir="rtl"] #whatsapp i {
            display: inline-block !important;
            font-size: 16px;
            margin: 0 !important;
            transform: scaleX(-1);
        }
}

#whatsapp i {
    text-align: center
}

#whatsapp span {
    font-size: 16px;
    padding-left: 5px;
    width: 78px;
    white-space: nowrap;
    display: block
}

#whatsapp:hover {
    right: 0;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all
}


*/

.whatsapp-btn {
    position: fixed;
    right: -90px;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    bottom: 4rem !important;
}

.whatsapp-btn:hover {
    right: 0;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
        color: #ffffff;
}

@media (max-width: 576px) {
    .whatsapp-btn {
        right: -90px;
        padding: 8px 10px;
    }
}

/* RTL desteği */
html[dir="rtl"] .whatsapp-btn {
    right: auto;
    left: -90px;
    flex-direction: row; /* yazı önce, ikon sonra */
}

/* Hover efekti */
.whatsapp-btn:hover {
    background-color: #1ebe5b;
}


.header-top-btn {
    /*font-size: 1rem !important; */
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.btn-outline-danger {
    --bs-btn-color: #cc171e !important;
    --bs-btn-border-color: #cc171e !important;
    --bs-btn-hover-bg: #cc171e !important;
    --bs-btn-hover-border-color: #cc171e !important;
}

.btn-danger {
    --bs-btn-bg: #cc171e !important;
}

    .btn-danger:hover {
        color: #ffffff !important;
    }

.calculate-duration {
    height: 42px !important;
    margin-left: -2px !important;
}

.black-color {
    color: #000000 !important;
}

.my-swal-title {
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    margin-bottom: 2rem !important;
}

.solution-item .solution-info i {
    left: 20px !important;
}

@media (max-width: 767px) {
    .solution-item .solution-info i {
        left: auto !important;
        right: auto !important; /* eğer sağa yaslamak istersen burada px ver */
    }
}

@media (max-width: 768px) {
    .page-title-content {
        margin-top: 0px !important;
    }

        .page-title-content h2 {
            margin-bottom: 0 !important;
            font-family: "Roboto", sans-serif !important;
            font-size: 26px !important;
        }
}
