.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #2fc86b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 85px;
}

.custom-logo img {
    max-height: 50px;
}

/* Menü */
.custom-menu .nav-link {
    color: white;
    font-weight: 600;
    padding: 10px 15px;
}

.custom-menu .nav-link:hover,
.custom-menu .nav-link.active {
    color: white;
    background-color: #26a75c;
    border-radius: 6px;
}

.dropdown-menu {
    background: white;
    border-radius: 6px;
    padding: 5px 0;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: #2fc86b;
    color: white;
}

/* Hamburger */
.navbar-toggler {
    background: white;
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,0,0,0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Dropdown submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Mobil görünüm */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #2fc86b;
        padding: 15px;
    }

    .dropdown-menu {
        position: static;
        margin-left: 10px;
        box-shadow: none;
    }

    .dropdown-submenu>.dropdown-menu {
        margin-left: 15px;
    }
}


body {
    padding-top: 130px;
}

.top-bar {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-bar i {
    color: #2fc86b;
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    color: #000;
}

.btn-warning:hover {
    background-color: #e0a800;
    color: white;
}

.custom-header .btn-light {
    background-color: #fff;
    color: #2fc86b;
    border: 1px solid #2fc86b;
}

.custom-header .btn-light:hover {
    background-color: #2fc86b;
    color: #fff;
}

/* Sosyal ikonlar */
.social-icons a {
    color: #555;
    font-size: 16px;
    transition: color 0.2s ease;
}

.social-icons a:hover {
    color: #2fc86b;
}

/* Mobilde logo + buton hizalama */
.logo-img {
    max-height: 100px;
    height: auto;
}

/* Randevu Butonu Mobilde */
.randevu-btn {
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.randevu-btn:hover {
    background-color: #e0a800;
    color: #fff;
}

/* Hamburger butonu yukarı hizala */
.custom-toggler {
    border: none;
    background-color: white;
    border-radius: 6px;
    padding: 8px;
    margin-left: auto;
    margin-top: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hamburger ikon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,0,0,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Menü ortalaması */
@media (max-width: 991.98px) {
    #mainMenu {
        text-align: center;
    }

    .navbar-nav {
        align-items: center !important;
    }
}

.logo-img {
    max-height: 100px;
}

.randevu-btn {
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.randevu-btn:hover {
    background-color: #e0a800;
    color: #fff;
}

.custom-toggler {
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    border: none;
}

.navbar-nav {
    text-align: center;
}