/* =========================================================
   1. GENEL YAPILANDIRMA (BASE STYLES)
   ========================================================= */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;
    background-color: #0a0a0a !important;
    color: white;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    flex: 1 0 auto;
    width: 100%;
    
}

.page-wrapper, .page-wrapper-home, .page-wrapper-services, .page-wrapper-bg, .hero-container, .hero-full, .hero-section {
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/images/bgg.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.hero-container, .hero-full, .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-wrapper, .page-wrapper-home, .page-wrapper-services, .page-wrapper-bg, .hero-full, .hero-section {
    min-height: 100vh;
}

.hero-container {
    height: 100vh;
    
}

.main-content {
    background-color: #000;
    width: 100%;
}

/* =========================================================
   2. TİPOGRAFİ VE RENKLER (TYPOGRAPHY & COLORS)
   ========================================================= */
.main-title {
    font-size: 5rem;
    font-weight: 800;
    color: #d4af37;
    letter-spacing: 8px;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.hero-title {
    font-size: 4rem;
    font-weight: bold;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.text-warning {
    color: #d4af37 !important;
    transition: 0.3s;
}

    .text-warning:hover {
        text-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
    }

/* =========================================================
   3. MENÜ & FOOTER (NAVBAR & FOOTER)
   ========================================================= */
.top-bar {
    background-color: #050505;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.top-bar-link {
    color: #ffffff !important;
    font-size: 13px;
    margin-left: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 300;
    letter-spacing: 0.8px;
}

    .top-bar-link:hover {
        color: #d4af37 !important;
    }

.navbar {
    margin-bottom: 0 !important;
}
.navbar-logo-img-hero {
    height: 8rem !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    object-fit: contain !important;
    margin-left: 20px !important;
    
    transition: all 0.3s ease;
}

.dropdown-menu {
    margin-top: 10px !important;
}

.footer-dark, footer {
    flex-shrink: 0;
    width: 100%;
    background-color: #050505 !important;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}

/* =========================================================
   4. FORMLAR VE TABLOLAR (FORMS & TABLES)
   ========================================================= */
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

::placeholder {
    color: rgba(255,255,255,0.2) !important;
}

.focus-info:focus, #customerSearch:focus {
    background-color: #191c24 !important;
    color: white !important;
    border-color: #0dcaf0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.25);
}

.form-check-input:checked {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.input-group-text {
    min-width: 45px;
    justify-content: center;
}

.form-select, select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230dcaf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.custom-switch {
    width: 3.2em !important;
    height: 1.6em !important;
    cursor: pointer;
}

.table-hover tbody tr:hover {
    background-color: rgba(13, 202, 240, 0.05) !important;
    transition: 0.3s ease;
}

.table td, .table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.badge {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5em 0.8em;
}

/* =========================================================
   5. BUTONLAR (BUTTONS)
   ========================================================= */
.hover-gold:hover {
    background-color: #d4af37 !important;
    color: black !important;
}

.btn-randevu-nav {
    background-color: #d4af37;
    color: #000 !important;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #d4af37;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

    .btn-randevu-nav:hover {
        background-color: transparent;
        color: #d4af37 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

.btn-gold-lg {
    display: inline-block;
    background-color: #d4af37;
    color: #000;
    padding: 18px 60px;
    font-size: 1.6rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

    .btn-gold-lg:hover {
        background-color: #fff;
        color: #000;
        transform: scale(1.05);
    }

.btn-randevu {
    background-color: #d4af37;
    color: black;
    font-weight: bold;
    padding: 15px 50px;
    font-size: 1.5rem;
    border-radius: 50px;
    border: none;
    margin-top: 40px;
    transition: 0.3s;
}

    .btn-randevu:hover {
        background-color: #b89628;
        transform: scale(1.05);
        color: black;
    }

.btn-book, .btn-book-staff {
    background: #d4af37;
    color: #000 !important;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-book {
    padding: 6px 0;
    display: block;
    margin-top: 15px;
    border: 1px solid #d4af37;
}

.btn-book-staff {
    padding: 12px 30px;
    border: 2px solid #d4af37;
    transform: translateY(20px);
    opacity: 0;
}

.staff-card-v2:hover .btn-book-staff {
    transform: translateY(0);
    opacity: 1;
}

.btn-group .btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: scale(1.1);
    transition: 0.2s;
}

/* =========================================================
   6. KARTLAR VE BİLEŞENLER (CARDS & COMPONENTS)
   ========================================================= */
.card {
    transition: transform 0.3s;
}

    .card:hover {
        transform: translateY(-5px);
    }

.step-card {
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    transition: all 0.4s ease;
    height: 100%;
}

    .step-card:hover {
        border-color: #d4af37;
        transform: translateY(-10px);
        background: rgba(212, 175, 55, 0.1);
    }

.step-box {
    border: 2px solid white;
    padding: 30px;
    margin: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    transition: 0.3s;
    min-height: 250px;
}

    .step-box:hover {
        border-color: #d4af37;
        background: rgba(212, 175, 55, 0.1);
    }

.service-card {
    background: rgba(26, 26, 26, 0.65) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

    .service-card:hover {
        border-color: #d4af37;
        background: rgba(212, 175, 55, 0.1) !important;
        transform: translateY(-10px);
    }

.service-card-v2 {
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .service-card-v2:hover {
        border-color: #d4af37;
        transform: translateY(-8px);
        background: rgba(30, 30, 30, 0.9);
    }

.staff-card {
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .staff-card:hover {
        border-color: #d4af37;
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(212, 175, 55, 0.2);
    }

.staff-card-v2 {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .staff-card-v2:hover {
        border-color: #d4af37;
        transform: translateY(-8px);
        background: rgba(30, 30, 30, 0.8);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
    }

.custom-glass-card {
    background: rgba(20, 20, 20, 0.75);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 15px;
}

.about-text-box, .contact-card {
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
}

/* =========================================================
   7. GÖRSELLER, İKONLAR & AVATARLAR (MEDIA & ICONS)
   ========================================================= */
.step-icon i {
    font-size: 3.5rem;
    opacity: 0.8;
}

.icon-box i {
    font-size: 2rem;
    color: #d4af37;
}

.service-icon i {
    transition: transform 0.4s ease;
}

.service-card:hover .service-icon i {
    transform: rotateY(180deg);
}

.staff-img-wrapper {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.staff-img-wrapper-v2 {
    height: 320px;
    position: relative;
    overflow: hidden;
}

    .staff-img-wrapper img, .staff-img-wrapper-v2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(40%);
        transition: 0.5s;
    }

.staff-card:hover img, .staff-card-v2:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.staff-overlay, .staff-overlay-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.staff-card:hover .staff-overlay, .staff-card-v2:hover .staff-overlay-v2 {
    opacity: 1;
}

.staff-info, .staff-info-v2 {
    border-top: 2px solid #d4af37;
}

.img-thumbnail {
    transition: all 0.3s ease;
}

    .img-thumbnail:hover {
        border-color: #0dcaf0 !important;
        transform: scale(1.02);
    }

.about-image-wrapper img {
    transition: 0.5s ease;
}

    .about-image-wrapper img:hover {
        opacity: 1 !important;
        transform: scale(1.02);
    }

.map-wrapper, .map-container {
    filter: grayscale(100%) invert(92%) contrast(85%);
    transition: 0.5s;
}

    .map-wrapper:hover, .map-container:hover {
        filter: none;
        opacity: 1;
    }

.avatar-circle, .avatar-letter {
    width: 32px;
    height: 32px;
    background-color: rgba(13, 202, 240, 0.15);
    color: #0dcaf0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid rgba(13, 202, 240, 0.3);
}

/* =========================================================
   8. SOSYAL MEDYA BİLEŞENLERİ (SOCIAL)
   ========================================================= */
.social-float, .social-icons, .floating-social-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-btn, .social-icon, .floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 1.8rem;
    transition: transform 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

    .social-btn:hover, .social-icon:hover, .floating-btn:hover {
        transform: scale(1.1);
    }

.insta, .bg-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.wp, .bg-whatsapp {
    background: #25D366;
}

/* =========================================================
   9. YARDIMCI SINIFLAR (UTILITIES)
   ========================================================= */
.bg-success-soft {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.bg-danger-soft {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.animation-pulse {
    animation: pulse-red 2s infinite;
}

.progress {
    border-radius: 10px;
}

/* =========================================================
   10. TARİH & SAAT SEÇİMİ (DATE & TIME PICKERS)
   ========================================================= */
.date-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    scrollbar-width: none;
}

    .date-scroll::-webkit-scrollbar {
        display: none;
    }

.date-item {
    min-width: 70px;
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

    .date-item.active {
        background: #d4af37;
        color: black;
        border-color: #d4af37;
    }

.time-box {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

    .time-box:hover {
        border-color: #d4af37;
        color: #d4af37;
    }

    .time-box.selected {
        background: #d4af37;
        color: black;
        border-color: #d4af37;
    }

/* =========================================================
   11. ADMİN PANELİ (ADMIN DASHBOARD)
   ========================================================= */
.admin-sidebar {
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0c0c0c;
    border-right: 1px solid rgba(212, 175, 55, 0.3);
    padding-top: 20px;
    z-index: 1000;
}

.admin-logo {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav-menu li {
        padding: 5px 20px;
    }

.nav-link-admin {
    color: #ddd;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    transition: 0.3s;
}

    .nav-link-admin i {
        margin-right: 15px;
        width: 20px;
        text-align: center;
    }

    .nav-link-admin:hover, .nav-link-admin.active {
        background-color: rgba(212, 175, 55, 0.1);
        color: #d4af37;
    }

.admin-main-content {
    margin-left: 250px;
    padding: 30px;
    min-height: 100vh;
    background-color: #050505;
}

/* =========================================================
   12. FULLCALENDAR ÖZELLEŞTİRMELERİ (CALENDAR OVERRIDES)
   ========================================================= */
#calendar {
    background-color: #191c24;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #32363e;
}

.fc-theme-standard th, .fc-theme-standard td, .fc-theme-standard .fc-scrollgrid {
    border-color: #32363e !important;
}

.fc-col-header-cell {
    background-color: #0f1116 !important;
    color: #0dcaf0 !important;
    padding: 10px 0 !important;
}

.fc .fc-timegrid-slot-label-cushion {
    color: #ffffff !important;
    font-size: 0.85em;
    font-weight: bold;
}

.fc-timegrid-slots td {
    height: 50px !important;
}

.fc-v-event {
    background-color: rgba(13, 202, 240, 0.25) !important;
    border: 1px solid #0dcaf0 !important;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden !important;
}

    .fc-v-event .fc-event-main, .fc-v-event .fc-event-main-frame {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        height: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

.event-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100%;
    height: 100%;
    padding: 0 6px;
    gap: 6px;
    color: #ffffff;
    overflow: hidden;
}

    .event-card .time-box {
        font-size: 10px;
        font-weight: bold;
        background: rgba(13, 202, 240, 0.4);
        color: #0dcaf0;
        padding: 1px 4px;
        border-radius: 3px;
        white-space: nowrap;
        flex-shrink: 0;
    }

.client-name-box {
    font-weight: 700;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.fc-timegrid-event .fc-event-time, .fc-event-title-container {
    display: none !important;
}

.fc-button-primary {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
}

.fc-timegrid-now-indicator-line {
    border-color: #ff3333 !important;
}

.fc .fc-day-today {
    background-color: transparent !important;
}

/* =========================================================
   13. MOBİL İÇİN ADIM KARTLARI (MOBILE WIDGETS)
   ========================================================= */
.steps-mobile-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .steps-mobile-scroll::-webkit-scrollbar {
        display: none;
    }

.step-card-mini {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 12px;
    padding: 15px 5px;
    text-align: center;
    position: relative;
    height: 100%;
    transition: 0.3s;
}

    .step-card-mini i {
        font-size: 1.5rem;
        color: #d4af37;
        margin-bottom: 8px;
        display: block;
    }

    .step-card-mini p {
        font-size: 0.75rem;
        color: #fff;
        margin: 0;
        font-weight: 500;
    }

.step-number {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4af37;
    color: #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   14. RESPONSIVE / MOBİL UYUMLULUK (MEDIA QUERIES)
   ========================================================= */

/* --- TABLET VE BÜYÜK EKRANLAR (Min-Width: 768px) --- */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .step-card-mini i {
        font-size: 2.5rem;
    }

    .step-card-mini p {
        font-size: 1rem;
    }

    .step-number {
        width: 25px;
        height: 25px;
        font-size: 0.9rem;
    }

    .barber-img {
        width: 120px;
        height: 120px;
    }

    .barber-name {
        font-size: 1.1rem;
        white-space: normal;
    }

    .btn-select {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .barber-card {
        border-width: 2px !important;
    }

    .service-card {
        min-height: 140px;
        border-width: 2px !important;
    }

    .service-name {
        font-size: 1.1rem;
    }

    .service-price {
        font-size: 1.2rem;
    }

    .next-btn {
        font-size: 1.25rem;
    }
}


@media (max-width: 768px) {
    body, html {
        background-color: #050505 !important;
    }

    .navbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .navbar-logo-img {
        height: 1.2rem;
    }

    
    .navbar-logo-img-hero {
        height: 6rem !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .container, .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .card {
        padding: 1rem !important;
        border-radius: 15px !important;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1.3rem !important;
    }

    .badge {
        font-size: 0.8rem !important;
    }

    
    .sidebar {
        margin-left: -260px;
    }

        .sidebar.mobile-show {
            margin-left: 0;
        }

    .main-content, .admin-main-content {
        margin-left: 0 !important;
        padding: 15px;
    }

    
    .hero-section {
        flex-direction: column !important;
        min-height: 80vh !important;
        justify-content: center !important;
        padding-top: 20px;
    }

    .hero-title-container {
        margin-top: 0 !important; 
        margin-bottom: 40px !important; 
    }

   
    .btn-gold-lg, .btn-randevu {
        width: 100% !important;
        padding: 15px 20px !important; 
        font-size: 1.2rem !important;
        margin-bottom: 20px !important;
    }

    .btn-randevu-nav {
        width: auto !important;
        padding: 8px 20px !important;
        font-size: 0.9rem !important;
        display: inline-block !important;
        margin-top: 10px !important;
    }

    .floating-social-container, .social-float, .social-icons {
        flex-direction: row !important;
        bottom: 15px !important;
        right: 15px !important;
        gap: 10px !important;
    }

    .social-btn, .social-icon, .floating-btn {
        width: 42px !important;
        height: 42px !important;
        font-size: 1.3rem !important;
    }

    
    .mobile-process-container {
        margin-top: 0 !important; 
        margin-bottom: 20px !important;
        position: relative;
        z-index: 10;
    }

    .step-card-mini {
        background: rgba(20, 20, 20, 0.95);
        border: 1px solid rgba(212, 175, 55, 0.5);
        padding: 15px 5px 10px 5px !important; 
        box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    }

        .step-card-mini i {
            font-size: 1.4rem !important;
            margin-bottom: 8px;
        }

        .step-card-mini span {
            font-size: 0.65rem !important; 
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

    .step-number {
        top: -12px !important;
        width: 24px !important;
        height: 24px !important;
        font-size: 0.8rem;
        border: 2px solid #050505;
        z-index: 100 !important;
    }

    /* Takvim (Calendar) Düzenlemeleri */
    .col-md-3 {
        margin-bottom: 20px;
    }

    #calendar {
        height: 600px !important;
        padding: 5px;
    }

    .fc .fc-toolbar-title {
        font-size: 1.2rem !important;
        text-align: center;
    }

    .fc .fc-toolbar, .fc-header-toolbar {
        flex-direction: column !important;
        gap: 10px;
    }

    .fc-toolbar-chunk {
        text-align: center;
    }

    .fc-view-harness {
        height: 600px !important;
    }

    #barberFilters {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .form-check {
        margin-bottom: 0 !important;
    }
}

/* --- EKSTRA KÜÇÜK EKRANLAR (Max-Width: 576px) --- */
@media (max-width: 576px) {
    .page-title, .page-title-text {
        font-size: 1.1rem;
    }

    .top-next-btn {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .next-btn {
        font-size: 0.9rem;
        width: 90%;
    }

    .status-label {
        font-size: 0.5rem !important;
    }

    .time-box {
        font-size: 0.8rem;
        padding: 8px 2px !important;
    }
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}
:root {
    --gold: #D4AF37;
    --gold-glow: rgba(212, 175, 55, 0.5);
}


.hero-section {
    
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/bgg.jpeg'); 

    background-size: cover;
    background-position: center; 
    background-attachment: fixed; 
    overflow: hidden;
    position: relative;
}


.floating-logo {
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0px 10px 15px var(--gold-glow));
}

.hero-slogan {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 1.5rem;
    opacity: 0.9;
}


.btn-randevu-premium {
    background: linear-gradient(45deg, var(--gold), #b58500);
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 16px 45px;
    border-radius: 50px;
    border: none;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px var(--gold-glow);
    display: inline-block;
}

    .btn-randevu-premium:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.8);
        background: linear-gradient(45deg, #F3E5AB, var(--gold));
    }
#calendar {
    background-color: #191c24;
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid #32363e;
}

.fc-theme-standard th, .fc-theme-standard td, .fc-theme-standard .fc-scrollgrid {
    border-color: #32363e !important;
}

.fc-col-header-cell {
    background-color: #0f1116 !important;
    color: #0dcaf0 !important;
    padding: 12px 0 !important;
    font-size: 14px;
}

.fc .fc-timegrid-slot-label-cushion {
    color: #ffffff !important;
    font-size: 0.85em;
}

.fc-timegrid-slots td {
    height: 50px !important;
}

.fc-v-event {
    background-color: rgba(13, 202, 240, 0.25) !important;
    border: 1px solid #0dcaf0 !important;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden !important;
}

    .fc-v-event .fc-event-main,
    .fc-v-event .fc-event-main-frame {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        height: 100% !important;
        width: 100% !important;
        padding: 4px !important;
    }

.event-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
}

.time-box {
    font-size: 10px;
    font-weight: bold;
    color: #0dcaf0;
    white-space: nowrap;
    margin-bottom: 2px;
}

.client-name-box {
    font-weight: 600;
    font-size: 11px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fc-timegrid-event .fc-event-time,
.fc-event-title-container {
    display: none !important;
}

.fc .fc-day-today {
    background-color: rgba(13, 202, 240, 0.05) !important;
}

.custom-cal-header {
    background-color: #0f1116;
    border: 1px solid #32363e;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
}
#calendar {
    background-color: #191c24;
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid #32363e;
}

.fc-theme-standard th, .fc-theme-standard td, .fc-theme-standard .fc-scrollgrid {
    border-color: #32363e !important;
}

.fc-col-header-cell {
    background-color: #0f1116 !important;
    color: #0dcaf0 !important;
    padding: 12px 0 !important;
    font-size: 14px;
}

.fc .fc-timegrid-slot-label-cushion {
    color: #ffffff !important;
    font-size: 0.85em;
}


.fc-timegrid-slots td {
    height: 50px !important;
}


.fc-v-event {
    background-color: rgba(13, 202, 240, 0.25) !important;
    border: 1px solid #0dcaf0 !important;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden !important;
}

    .fc-v-event .fc-event-main,
    .fc-v-event .fc-event-main-frame {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        height: 100% !important;
        width: 100% !important;
        padding: 4px !important;
    }

.event-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
}

.time-box {
    font-size: 10px;
    font-weight: bold;
    color: #0dcaf0;
    white-space: nowrap;
}

.client-name-box {
    font-weight: 600;
    font-size: 11px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fc-timegrid-event .fc-event-time,
.fc-event-title-container {
    display: none !important;
}


.fc-view-harness {
    min-height: 600px;
}


.fc .fc-day-today {
    background-color: rgba(13, 202, 240, 0.05) !important;
}


.custom-cal-header {
    background-color: #0f1116;
    border: 1px solid #32363e;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}