.sidebar .menu-block {
    margin-bottom: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 6px !important;
    background: #fff;
    display: block;
    overflow: hidden;
}

.menu-title.collapsed {
    border-bottom: none !important;
}

.sidebar .menu-title {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.2;

    border-bottom: 1px solid #E7E7E7;
}

.wallet-card {
    border-radius: 16px;
    border: 1px solid #E3E8EF !important;
}

.wallet-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}


.sidebar .menu-title:focus {
    outline: none;
}

.menu-title .chevron {
    transition: transform .2s ease;
}

.menu-title[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}


.sidebar .menu-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-block: 14px;
}

.sidebar .menu-item {
    margin: 0;
}

.sidebar .menu-link {
    display: flex;
    width: 100%;
    text-decoration: none;
    background: #fff;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #121926 !important;
    font-weight: 400 !important;

}

.sidebar .menu-link span {
    color: #121926 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}


.sidebar .menu-link:hover {
    background: #F8FAFC;
}

.sidebar .menu-link.is-active {
    background: #EEF5FF;
    color: #121926 !important;
}

.sidebar .card {
    border: none !important;
}

.sidebar .menu-block .main-title {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.login-button {
    transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
}

.login-button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
}

.signup-button-container {
    transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
}

.signup-button-container:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
}

.newButtonStyle {
    transition: box-shadow 0.3s ease, background-color 0.3s ease !important;
    /* Smooth transition */
}

.newButtonStyle:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
    /* Add box shadow on hover */
}

.most-searched-buttons a.active {
    border: 1px solid #005AA9;
}

.most-searched-buttons a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #005AA9;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.most-searched-buttons a:hover {
    background-color: #005AA9;
    color: #fff;
}

.most-searched-buttons .active-searched {
    background-color: #005AA9;
    color: #fff;
}

.most-searched-section {
    text-align: center;
    margin: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.most-searched-section h2 {
    font-size: 17px;
    margin-bottom: 35px;
    text-align: left;
    margin-left: 6px;
}

.most-searched-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
}

.searched-btn {
    padding: 13px 20px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #005AA9;
    border-radius: 12px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 19%;
}

.searched-btn:hover {
    background-color: #005AA9;
    color: #fff;
}

.active-searched {
    background-color: #005AA9;
    color: #fff;
}

@media (max-width: 768px) {
    .searched-btn {
        width: 48% !important;
    }
}

.platform-description-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.platform-description-section p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}

.loginHeader {
    padding: 0px 20px;
    border-right: 1px solid #666;
}

/* Slick Dot Genel Tasarımı */
.slick-dots li button:before {
    content: "";
    /* Varsayılan içeriği kaldır */
    background-color: rgba(255, 0, 0, 0.1);
    /* Noktaların pasif hali için açık kırmızı */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}

/* Noktaların kapsayıcı elemanını düzenle */
.slick-dots li {
    margin: 0 5px;
    border: none !important;
    color: #005AA9 !important;
    box-shadow: none !important;
}

/* Aktif Noktanın Tasarımı */
.slick-dots li.slick-active button:before {
    background-color: #005AA9;
    /* Aktif noktanın tam kırmızı rengi */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* Daire şekli */
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.4);
    /* Hafif bir kırmızı gölge efekti */
}

#housingRow {
    display: flex;
    flex-wrap: wrap;
}

#housingRow .col-md-3 {
    display: flex;
    flex-direction: column;
}

.slick-dots li:after {
    background-color: transparent !important;
}

.slick-dots li.slick-active {
    box-shadow: none !important;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 2742382748;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.menu-logo {
    height: 30px;
}

.close-menu {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.menu-user {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #e8e8e8;
    justify-content: space-between;
    margin-inline: 17px;
    margin-top: 12px;
    border-radius: 4px;
}

.menu-user-profile {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    justify-content: space-between;
}

.user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-login {
    font-size: 14px;
    text-decoration: underline;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.badge {
    font-size: 12px;
    background: #007bff;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 10px;
}

.menu-footer {
    margin-top: auto;
    padding: 15px;
    text-align: center;
}

.support-link {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.footer-text {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.open-menu {
    left: -5px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    top: 3px;
    position: relative;
}

.open-menu {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    color: #000; /* ikon rengi */
}

.open-menu svg {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 24px;
    height: 24px;
    color: #000;
}

button,
button:focus {
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.menu-open {
    left: 0;
}

/* Logo Mobilde Ortada */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.logo {
    max-width: 200px;
    height: auto;
    /* top: -10px; */
    position: relative;
    /* margin-top: 10px; */
}

/* Sağdaki İkonlar */
.rightSide {
    display: flex;
    gap: 10px;
}

/* Mobil Uyarlama */
@media (max-width: 768px) {
    .leftSide {
        flex: 1;
    }

    .center {
        flex: 1;
    }

    .rightSide {
        justify-content: flex-end;
        gap: 12px;
    }

    .logo {
        max-width: 200px;
    }
}

.cart-link {
    position: relative;
}

.cart-link svg {
    transition: fill 0.3s ease; /* Hover geçişi */
}



/* Mobil (max-width 768px) */
@media (max-width: 768px) {
    .rightSide svg {
        width: 20px !important;
        height: 20px;
        margin-left: 5px;
    }

    .cart-link {
        border-left: none;
        padding: 2px !important;
        position: relative;
    }
}
