/*
Theme Name: Medwork
Theme URI: https://medwork.istanbul.edu.tr/
Author: İstanbul Üniversitesi
Author URI: https://istanbul.edu.tr/
Description: İstanbul Üniversitesi Medwork sağlık profesyonelleri platformu teması.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medwork
Tags: medical, education, responsive, clean
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
*/

/* ==========================================================================
   Ana tema stilleri - Sadece temel tanımlamalar
   Diğer stiller assets/css/ klasöründe modüler olarak organize edilmiştir
   ========================================================================== */

/* CSS Custom Properties (CSS Variables) */
:root {
    --primary: #2A9D94;
    --primary-dark: #1A8CAB;
    --secondary: #1A8CAB;
    --dark: #333333;
    --light: #F9FAFB;
    --border-radius: 0.375rem;
    --box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    --transition: all 0.2s ease;
    --font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

    /* Sayfa üstü hero: gradient --primary / --primary-dark; uç renkleri güncelleyin */
    --medwork-hero-gradient-angle: 152deg;
    --medwork-hero-edge-dark: #156f84;
    --medwork-hero-edge-light: #248f87;
    --medwork-hero-border: rgba(26, 140, 171, 0.35);
    --medwork-hero-shadow: 0 8px 32px rgba(22, 112, 128, 0.2);
}

/*
 * Ortak hero zemin — örnek:
 * <section class="blog-header-section medwork-hero-surface medwork-page-hero relative overflow-hidden">
 */
.medwork-hero-surface {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(
        var(--medwork-hero-gradient-angle),
        var(--medwork-hero-edge-dark) 0%,
        var(--primary-dark) 30%,
        var(--primary) 62%,
        var(--medwork-hero-edge-light) 100%
    );
    border-bottom: 1px solid var(--medwork-hero-border);
    box-shadow: var(--medwork-hero-shadow);
}

.medwork-hero-surface::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 85% 55% at 82% -5%, rgba(255, 255, 255, 0.2), transparent 52%),
        radial-gradient(ellipse 55% 45% at 8% 105%, rgba(15, 23, 42, 0.14), transparent 52%);
}

.medwork-hero-surface::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.07;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 30%, transparent 95%);
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 95%);
}

/* İçerik hero katmanının üstünde kalsın */
.medwork-hero-surface > .container,
.medwork-hero-surface > .medwork-hero-inner {
    position: relative;
    z-index: 1;
}

/*
 * İç sayfa hero — Konferanslar, Blog, İletişim, Videolar, vb.
 * Şablonda: class="... medwork-hero-surface medwork-page-hero ..."
 * Orta ölçek: sıkışık değil, gösterişli dev değil (padding + Inter tipografi)
 */
.medwork-hero-surface.medwork-page-hero {
    padding-top: 2.5rem !important;
    padding-bottom: 2.85rem !important;
}

@media (min-width: 768px) {
    .medwork-hero-surface.medwork-page-hero {
        padding-top: 3.15rem !important;
        padding-bottom: 3.5rem !important;
    }
}

@media (min-width: 1024px) {
    .medwork-hero-surface.medwork-page-hero {
        padding-top: 3.35rem !important;
        padding-bottom: 3.65rem !important;
    }
}

.medwork-hero-surface.medwork-page-hero .medwork-hero-title {
    margin: 0 auto 0.45rem;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 800;
    letter-spacing: -0.032em;
    line-height: 1.18;
    font-size: clamp(1.5rem, 3.85vw, 2rem);
    color: #fff;
    text-shadow: 0 1px 18px rgba(15, 23, 42, 0.15);
}

@media (min-width: 768px) {
    .medwork-hero-surface.medwork-page-hero .medwork-hero-title {
        margin-bottom: 0.55rem;
        font-size: clamp(1.625rem, 2.65vw + 0.28rem, 2.125rem);
        line-height: 1.16;
    }
}

@media (min-width: 1024px) {
    .medwork-hero-surface.medwork-page-hero .medwork-hero-title {
        font-size: clamp(1.6875rem, 1.65vw + 0.95rem, 2.3125rem);
    }
}

.medwork-hero-surface.medwork-page-hero .medwork-hero-lead {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 42rem;
    font-family: var(--font-family);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.93);
    font-size: clamp(0.9375rem, 1.75vw + 0.15rem, 1.0625rem);
    line-height: 1.52;
}

@media (min-width: 768px) {
    .medwork-hero-surface.medwork-page-hero .medwork-hero-lead {
        font-size: clamp(1rem, 1.05vw + 0.38rem, 1.125rem);
        line-height: 1.55;
    }
}

@media (min-width: 1024px) {
    .medwork-hero-surface.medwork-page-hero .medwork-hero-lead {
        font-size: clamp(1.0625rem, 0.55vw + 0.52rem, 1.1875rem);
        line-height: 1.58;
    }
}

.medwork-hero-surface.medwork-page-hero .text-center .medwork-hero-lead {
    margin-left: auto;
    margin-right: auto;
}

.medwork-hero-surface.medwork-page-hero .text-left .medwork-hero-lead {
    margin-left: 0;
    margin-right: auto;
}

.medwork-hero-surface.medwork-page-hero .konferanslar-hero-stats {
    margin-top: 0.85rem;
}

.medwork-hero-surface.medwork-page-hero .medwork-hero-stat {
    margin-top: 0.75rem;
    padding: 0.45rem 1.05rem;
    font-family: var(--font-family);
    font-size: clamp(0.84375rem, 1.05vw + 0.22rem, 0.9375rem);
    font-weight: 600;
}

/* Temel Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Ana Body Stil */
body {
    font-family: var(--font-family);
    color: var(--dark);
    background-color: var(--light);
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* WordPress Admin Bar Düzeltmesi */
body.admin-bar {
    padding-top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: 46px !important;
    }
}

/* Admin bar aktifken header'ın position'ını ayarla */


@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px !important;
    }
}

/* WordPress Core Alignment Classes */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Utility Classes */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Skip to content link */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999999999;
    text-decoration: underline;
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    z-index: 999999999;
    text-decoration: underline;
}

/* 
   Diğer tüm stiller aşağıdaki dosyalarda modüler olarak organize edilmiştir:
   - assets/css/components.css - Temel komponentler
   - assets/css/header.css - Header stilleri
   - assets/css/home.css - Ana sayfa stilleri
   - assets/css/blog.css - Blog ve içerik stilleri
   - assets/css/event-styles.css - Etkinlik stilleri
*/

section.py-4.bg-gray-50 a i {
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.card:hover a {
    color: #1A8CAB;
}

.card:hover a i {
    transform: translateX(5px);
}

.btn-primary {
    background-color: var(--primary);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

section.py-4.bg-gray-50 .btn-primary {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(26, 140, 171, 0.2);
    margin-top: 2rem;
}

section.py-4.bg-gray-50 .btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(26, 140, 171, 0.3);
}

/* Merkeze hizalama için */
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

/* Temizlik */
.delete-discover-section, 
.delete-discover-grid, 
.delete-discover-card, 
.delete-discover-card-icon,
.delete-discover-card-content, 
.delete-discover-card-title, 
.delete-discover-card-text, 
.delete-discover-card-link, 
.delete-discover-bottom,
.delete-discover-heading {
    display: none !important;
}

@media (max-width: 768px) {
    /* Mobil tema şeridi renkleri */
    :root {
        --medwork-strip-blue: #3f85b6;
        --medwork-strip-blue-mid: #357cbd;
        --medwork-strip-blue-dark: #2c6a96;
    }

    section.py-4.bg-gray-50 {
        margin-top: 1rem;
    }
    header {
        position: relative !important;
        z-index: 1200 !important;
    }
    /* Mobil menü paneli — sade liste, tema teal vurgusu */
    #mobile-menu-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1120;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
        border-radius: 0 0 12px 12px;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: min(72vh, 30rem);
        -webkit-overflow-scrolling: touch;
        animation: mobileMenuDropdownFadeIn 0.22s ease-out;
    }
    #mobile-menu-dropdown.hidden {
        display: none !important;
    }
    #mobile-menu-dropdown > .container {
        padding: 0.65rem 0.75rem 1rem;
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }
    #mobile-menu-dropdown .mobile-menu-dropdown-list {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
    }
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li {
        margin: 0;
        padding: 0;
        border-bottom: none;
        border-radius: 12px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        overflow: hidden;
    }
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li:last-child {
        border-bottom: none;
    }
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li > a.mobile-nav-link {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.85rem 2.25rem 0.85rem 1rem;
        font-size: 0.9375rem;
        font-weight: 600;
        color: #1e293b;
        text-decoration: none;
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        min-height: 48px;
        transition: color 0.15s ease, background-color 0.15s ease;
        position: relative;
        -webkit-tap-highlight-color: transparent;
    }
    #mobile-menu-dropdown li.menu-item-has-children > a.mobile-nav-link::after {
        content: '';
        position: absolute;
        right: 1rem;
        top: 50%;
        width: 0.45rem;
        height: 0.45rem;
        border-right: 2px solid #94a3b8;
        border-bottom: 2px solid #94a3b8;
        transform: translateY(-65%) rotate(45deg);
        opacity: 0.85;
        transition: transform 0.2s ease;
    }
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li > a.mobile-nav-link:hover,
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li > a.mobile-nav-link:focus-visible {
        color: #0f766e;
        background-color: rgba(15, 118, 110, 0.06);
    }
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li.current-menu-item > a.mobile-nav-link,
    #mobile-menu-dropdown .mobile-menu-dropdown-list > li.current-menu-ancestor > a.mobile-nav-link {
        color: #0d9488;
        font-weight: 600;
    }
    /* Alt menü: varsayılan kapalı; .mobile-nav-submenu-open ile açılır */
    #mobile-menu-dropdown ul.mobile-nav-submenu {
        list-style: none;
        margin: 0;
        padding: 0;
        border-left: none;
        background: #fff;
        border-top: none;
        display: none;
        flex-direction: column;
        gap: 0;
        overflow: hidden;
    }
    #mobile-menu-dropdown li.menu-item-has-children.mobile-nav-submenu-open > ul.mobile-nav-submenu {
        display: flex;
        padding: 0.35rem 0.6rem 0.65rem;
        border-top: 1px solid #e2e8f0;
    }
    #mobile-menu-dropdown li.menu-item-has-children.mobile-nav-submenu-open > a.mobile-nav-link::after {
        transform: translateY(-35%) rotate(-135deg);
    }
    #mobile-menu-dropdown ul.mobile-nav-submenu li {
        border-bottom: none;
    }
    #mobile-menu-dropdown ul.mobile-nav-submenu a.mobile-nav-sublink {
        display: block;
        padding: 0.55rem 0.35rem 0.55rem 0.65rem;
        font-size: 0.875rem;
        font-weight: 500;
        color: #64748b;
        background: transparent;
        border: none;
        box-shadow: none;
        min-height: auto;
        border-radius: 8px;
        transition: background 0.15s ease, color 0.15s ease;
    }
    #mobile-menu-dropdown ul.mobile-nav-submenu a.mobile-nav-sublink:hover,
    #mobile-menu-dropdown ul.mobile-nav-submenu a.mobile-nav-sublink:focus-visible {
        color: #0f766e;
    }
    body.mobile-menu-open::before {
        content: '';
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(30,58,138,0.08);
        z-index: 998;
    }
    #mobile-menu-toggle {
        position: relative;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(63,133,182,0.10);
        border-radius: 0.5rem;
        transition: background 0.2s;
        z-index: 1200;
    }
    #mobile-menu-toggle:hover {
        background: rgba(63,133,182,0.18);
    }
    #mobile-menu-toggle .bar {
        display: block;
        position: absolute;
        width: 26px;
        height: 3px;
        background: #3f85b6;
        border-radius: 2px;
        transition: 0.3s;
    }
    #mobile-menu-toggle .bar1 {
        top: 15px;
        left: 13px;
    }
    #mobile-menu-toggle .bar2 {
        top: 23px;
        left: 13px;
    }
    #mobile-menu-toggle .bar3 {
        top: 31px;
        left: 13px;
    }
    #mobile-menu-toggle.active .bar1,
    body.mobile-menu-open #mobile-menu-toggle .bar1 {
        transform: rotate(45deg) translate(6px, 6px);
    }
    #mobile-menu-toggle.active .bar2,
    body.mobile-menu-open #mobile-menu-toggle .bar2 {
        opacity: 0;
    }
    #mobile-menu-toggle.active .bar3,
    body.mobile-menu-open #mobile-menu-toggle .bar3 {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    header .user-toggle img.rounded-full {
        width: 2.5rem;
        height: 2.5rem;
    }

    .countdown-container {
        font-size: 0.75rem;
        padding: 0.35rem 0.75rem;
        top: 0.5rem;
        right: 0.5rem;
        z-index: 1;
        max-width: 60%;
    }
}

@keyframes mobileMenuDropdownFadeIn {
    from { opacity: 0; transform: translateY(-16px); }
    to { opacity: 1; transform: none; }
}

.site-logo {
    max-width: 100%;
    height: auto;
}

.site-logo .custom-logo-link {
    display: block;
    max-width: 280px;
}

.site-logo img {
    max-height: 60px;
    width: auto;
    height: auto;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-menu li {
    margin-bottom: 0.5rem;
}

.mobile-menu a {
    display: block;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid #f3f4f6;
}

#mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 0.5rem;
    background-color: rgba(63, 133, 182, 0.1);
    transition: all 0.2s ease;
}

#mobile-menu-toggle:hover {
    background-color: rgba(63, 133, 182, 0.2);
}

#mobile-menu-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    background-color: rgba(63, 133, 182, 0.1);
    transition: all 0.2s ease;
}

#mobile-menu-close:hover {
    background-color: rgba(63, 133, 182, 0.2);
}

@media (min-width: 1024px) {
    header {
        box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    }
    
    header .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .site-logo {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .site-logo img {
        max-height: 50px;
        transition: transform 0.2s;
    }
    
    .site-logo:hover img {
        transform: scale(1.02);
    }
    
    .header-menu {
        display: flex !important;
        align-items: center;
        height: 100%;
        justify-content: center;
        width: 100%;
    }
    
    .header-menu .main-menu {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0;
        margin: 0;
        height: 100%;
    }
    
    .header-menu .nav-link {
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 1.05rem;
        font-weight: 500;
        color: #374151;
        padding: 0 0.5rem;
        position: relative;
        background: none;
        border-bottom: 2px solid transparent;
        padding-bottom: 2px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        text-decoration: none;
    }
    
    .header-menu .nav-link:hover,
    .header-menu .nav-link:focus,
    .header-menu .current-menu-item .nav-link {
        color: #0d9488;
        border-bottom-color: #0d9488;
    }
    
    .header-menu .nav-link::after {
        display: none;
    }
    
    header .btn-primary,
    header .btn-secondary {
        min-width: 110px;
        padding: 0.5rem 1.2rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        box-shadow: 0 2px 8px rgba(42,157,148,0.08);
        transition: all 0.18s;
    }
    
    header .btn-primary {
        background: linear-gradient(135deg, #2092A3 0%, #2092A3 100%);
        color: #fff;
        border: none;
    }
    header .btn-primary:hover {
        background: linear-gradient(135deg, #2092A3 0%, #2092A3 100%);
        color: #fff;
        box-shadow: 0 4px 12px rgba(26,140,171,0.13);
    }
    header .btn-secondary {
        background: #fff;
        color: #2A9D94;
        border: 1.5px solid #2092A3;
    }
    header .btn-secondary:hover {
        background: #2092A3;
        color: #fff;
        border-color: #2092A3;
    }
    
    #user-dropdown {
        position: relative;
    }
    
    #user-toggle {
        display: flex;
        align-items: center;
        padding: 0.5rem;
        border-radius: 0.5rem;
        transition: background-color 0.2s;
    }
    
    #user-toggle:hover {
        background-color: rgba(63,133,182,0.08);
    }
    
    #user-menu {
        border-radius: 0.7rem;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        padding: 0.5rem;
        min-width: 180px;
        background: white;
    }
    
    .dropdown-item {
        display: flex;
        align-items: center;
        padding: 0.7rem 1rem;
        border-radius: 0.5rem;
        font-weight: 500;
        color: #1e293b;
        transition: background-color 0.2s, color 0.2s;
    }
    
    .dropdown-item:hover {
        background-color: rgba(42, 157, 148, 0.05);
        color: #2A9D94;
        transform: translateX(3px);
    }
}

@media (max-width: 768px) {
    .topbar { display: none !important; }
    /* Eski mobil-auth şeridi kaldırıldı; header’daki Giriş/Kayıt mobilde görünür kalsın */
    .mobile-menu-dropdown.hidden {
        display: none !important;
    }
    body.mobile-menu-open::before {
        content: '';
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(30,58,138,0.08);
        z-index: 998;
    }
}

@keyframes dropdownFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: none; }
}

@media (min-width: 769px) {
  header nav,
  header nav ul,
  .main-menu,
  .nav,
  .desktop-menu,
  .primary-menu,
  .header-menu {
    display: flex !important;
  }
  #mobile-menu-toggle,
  #mobile-menu-dropdown,
  .mobile-menu-dropdown {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* Sadece masaüstü menüyü gizle — #mobile-menu-dropdown içindeki ul'lar gizlenmez */
  header nav:not(#mobile-menu-dropdown),
  header nav:not(#mobile-menu-dropdown) ul,
  .main-menu,
  .nav,
  .desktop-menu,
  .primary-menu,
  .header-menu {
    display: none !important;
  }
  #mobile-menu-toggle {
    display: flex !important;
  }
}

.dropdown-menu,
#user-menu {
  z-index: 2000 !important;
}

.header-menu .nav-link:hover::after,
.header-menu .nav-link:focus::after,
.header-menu .current-menu-item .nav-link::after {
  background-color: #2A9D94;
  width: 100%;
  opacity: 1;
}

.hover\:text-blue-500:hover {
  color: #2A9D94 !important;
}

.hover\:border-blue-500:hover {
  border-color: #2A9D94 !important;
}

.user-dropdown {
    position: relative;
    z-index: 9999 !important;
}

.user-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    z-index: 10000 !important;
}

.user-toggle:hover {
    background-color: rgba(63, 133, 182, 0.08);
}

.user-menu, #userDropdownMenu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    margin-top: 0.5rem !important;
    background-color: white !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    z-index: 10000 !important;
    min-width: 200px !important;
    transform-origin: top right !important;
}

@keyframes menuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.user-menu a, #userDropdownMenu a {
    display: block !important;
    padding: 0.75rem 1rem !important;
    color: #4B5563 !important;
    transition: all 0.15s ease !important;
    font-weight: 500 !important;
}

.user-menu a:hover, #userDropdownMenu a:hover {
    background-color: #F3F4F6 !important;
    color: #3F85B6 !important;
}

.user-menu a i, #userDropdownMenu a i {
    width: 20px !important;
    text-align: center !important;
    margin-right: 0.5rem !important;
    color: #6B7280 !important;
}

.user-menu a:hover i, #userDropdownMenu a:hover i {
    color: #3F85B6 !important;
}

.dropdown-menu,
.user-menu,
#userDropdownMenu {
    z-index: 10000 !important;
}

.dropdown-menu.hidden,
.user-menu.hidden,
#userDropdownMenu.hidden {
    display: none !important;
}

.dropdown-menu:not(.hidden),
.user-menu:not(.hidden),
#userDropdownMenu:not(.hidden) {
    display: block !important;
}

#mobile-menu-dropdown {
    z-index: 1120 !important;
}

@media (max-width: 768px) {
    .countdown-container {
        font-size: 0.75rem;
        padding: 0.35rem 0.75rem;
        top: 0.5rem;
        right: 0.5rem;
        z-index: 1;
        max-width: 60%;
    }
}

/* Medwork ile Tıp Dünyasını Keşfedin Bölümü - Yeni Tasarım - v1 */
.quick-access-section.py-12.bg-gray-50 {
    background: linear-gradient(135deg, rgba(42, 157, 148, 0.05) 0%, rgba(26, 140, 171, 0.1) 100%) !important;
    padding: 4rem 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 1rem !important;
    margin: 2rem 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.quick-access-section.py-12.bg-gray-50::before {
    content: '' !important;
    position: absolute !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(42, 157, 148, 0.3) 0%, rgba(26, 140, 171, 0.1) 70%) !important;
    border-radius: 50% !important;
    top: -150px !important;
    right: -150px !important;
    z-index: 1 !important;
}

.quick-access-section.py-12.bg-gray-50::after {
    content: '' !important;
    position: absolute !important;
    width: 200px !important;
    height: 200px !important;
    background: radial-gradient(circle, rgba(26, 140, 171, 0.3) 0%, rgba(42, 157, 148, 0.1) 70%) !important;
    border-radius: 50% !important;
    bottom: -100px !important;
    left: -100px !important;
    z-index: 1 !important;
}

.quick-access-section.py-12.bg-gray-50 h2 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin-bottom: 3rem !important;
    position: relative !important;
    z-index: 2 !important;
}

.quick-access-section.py-12.bg-gray-50 h2 .text-teal-600 {
    background: linear-gradient(90deg, #2A9D94, #1A8CAB) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.quick-access-section.py-12.bg-gray-50 .grid {
    position: relative !important;
    z-index: 2 !important;
}

.quick-access-section.py-12.bg-gray-50 a.flex.flex-col {
    background-color: white !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    transform: translateY(0) !important;
    position: relative !important;
    height: 100% !important;
    border: 1px solid rgba(42, 157, 148, 0.1) !important;
}

.quick-access-section.py-12.bg-gray-50 a.flex.flex-col:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(42, 157, 148, 0.3) !important;
    background: rgba(42, 157, 148, 0.03) !important;
}

.quick-access-section.py-12.bg-gray-50 .w-16.h-16 {
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #2A9D94, #1A8CAB) !important;
    color: white !important;
    font-size: 2rem !important;
    box-shadow: 0 10px 20px rgba(26, 140, 171, 0.2) !important;
    transition: all 0.3s ease !important;
}

.quick-access-section.py-12.bg-gray-50 a.flex.flex-col:hover .w-16.h-16 {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 15px 25px rgba(26, 140, 171, 0.3) !important;
    background: linear-gradient(135deg, #2A9D94, #1A8CAB) !important;
}

.quick-access-section.py-12.bg-gray-50 h3.text-xl {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    color: var(--dark) !important;
    text-align: center !important;
}

.quick-access-section.py-12.bg-gray-50 p.text-sm {
    color: #4B5563 !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

.quick-access-section.py-12.bg-gray-50 .rounded-full {
    border-radius: 50% !important;
}

.quick-access-section.py-12.bg-gray-50 .text-teal-600 {
    color: white !important;
}

.quick-access-section.py-12.bg-gray-50 .bg-teal-50 {
    background: linear-gradient(135deg, #2A9D94, #1A8CAB) !important;
}

.quick-access-section.py-12.bg-gray-50 a.flex.flex-col:hover .bg-teal-50 {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 15px 25px rgba(26, 140, 171, 0.3) !important;
}

.quick-access-section.py-12.bg-gray-50 .group-hover\:bg-white {
    background: white !important;
}

.quick-access-section.py-12.bg-gray-50 a.flex.flex-col:hover .group-hover\:bg-white {
    background: white !important;
}

@media (max-width: 768px) {
    .quick-access-section.py-12.bg-gray-50 h2 {
        font-size: 2rem !important;
    }
    
    .quick-access-section.py-12.bg-gray-50 .grid-cols-1 {
        gap: 2rem !important;
    }
}

/* Özel stil ekleme - Hemen görünmesi için ek CSS - v1 */
.quick-access-section a,
.quick-access-section a.flex {
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.quick-access-section a:hover,
.quick-access-section a.flex:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(42, 157, 148, 0.3) !important;
}

.quick-access-section .w-16, 
.quick-access-section .h-16,
.quick-access-section .rounded-full,
.quick-access-section .bg-teal-50 {
    background: linear-gradient(135deg, #2A9D94, #1A8CAB) !important;
    color: white !important;
    transition: all 0.3s ease !important;
}

.quick-access-section a:hover .w-16,
.quick-access-section a:hover .rounded-full,
.quick-access-section a:hover .bg-teal-50 {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 15px 25px rgba(26, 140, 171, 0.3) !important;
}

/* Inline stil enjeksiyonu - v1 */
@keyframes insertQuickAccessStyles {
    from { opacity: 0; }
    to { opacity: 1; }
}

.quick-access-section a,
.quick-access-section a.flex {
    animation: insertQuickAccessStyles 0.1s forwards;
}

/* İkonlar için özel düzenlemeler */
.quick-access-section .w-16 i,
.quick-access-section .rounded-full i,
.quick-access-section .bg-teal-50 i,
.quick-access-section .w-16 .fa,
.quick-access-section .rounded-full .fa,
.quick-access-section .bg-teal-50 .fa,
.quick-access-section .w-16 .fas,
.quick-access-section .rounded-full .fas,
.quick-access-section .bg-teal-50 .fas {
    font-size: 2rem !important;
    line-height: 80px !important;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
    color: white !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Spesifik ikon stillemeleri */
.quick-access-section .fa-user-plus,
.quick-access-section .fa-calendar-alt,
.quick-access-section .fa-play-circle,
.quick-access-section .fa-rss {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
}

/* Hover durumunda ikon animasyonları */
.quick-access-section a:hover .fa,
.quick-access-section a:hover .fas,
.quick-access-section a:hover .far,
.quick-access-section a:hover .fab {
    animation: rotate-icon 0.5s ease forwards !important;
    filter: brightness(1.2) !important;
}

@keyframes rotate-icon {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(5deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

/* Fallback stili - Font Awesome yüklenemediğinde */
.no-fontawesome .quick-access-section .w-16,
.no-fontawesome .quick-access-section .rounded-full,
.no-fontawesome .quick-access-section .bg-teal-50 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

/* Tarayıcı uyumluluk düzeltmeleri */
@supports (-moz-appearance: none) {
    /* Firefox için özel düzeltmeler */
    .quick-access-section .w-16,
    .quick-access-section .rounded-full,
    .quick-access-section .bg-teal-50 {
        display: -moz-box !important;
        -moz-box-align: center !important;
        -moz-box-pack: center !important;
    }
}

@supports (-webkit-appearance: none) {
    /* Safari/Chrome için düzeltmeler */
    .quick-access-section .text-teal-600 {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }
}

.top-bar .social-links a { margin-right:1.25rem!important; }

/* Ekip Sayfası Stilleri */
.site-main.ekip-page {
    background-color: #f8fafc;
}

.page-hero-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.3;
}

.text-gradient {
    background: linear-gradient(90deg, #2a4365 0%, #4299e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-wrapper {
    line-height: 1.6;
    color: #4a5568;
}

/* Ekip stilleri */
.ekip-group {
    margin-bottom: 4rem;
}

.ekip-group-title {
    position: relative;
    padding-bottom: 1rem;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3748;
}

.ekip-group-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3f85b6 0%, #2c6a96 100%);
    border-radius: 3px;
}

.ekip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ekip-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .ekip-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ekip-member {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.ekip-member:hover {
    transform: translateY(-5px);
}

.member-link {
    text-decoration: none;
    color: inherit;
}

.member-image-container {
    width: 100%;
    max-width: 220px;
    height: 220px;
    margin: 0 auto 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.member-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.ekip-member:hover .member-image-container img {
    transform: scale(1.05);
}

.member-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.5rem 0 0.25rem;
    text-align: center;
}

.member-title {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin: 0;
}

/* Gutenberg galeri stilleri */
.wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.blocks-gallery-item {
    list-style: none;
    position: relative;
}

.blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Header Navigation Submenu - GÜÇLENDIRILMIŞ */
.submenu {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    padding: 8px 0 !important;
    min-width: 200px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.2s ease !important;
    z-index: 1000 !important;
    display: block !important;
    /* Flex ve Grid'i zorla kapat */
    display: block !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
}

/* Desktop navigation submenu display */
nav .relative.group:hover .submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.submenu li {
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    /* Flex özelliklerini sıfırla */
    flex: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
}

.submenu li a {
    display: block !important;
    padding: 12px 16px !important;
    color: #4b5563 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
    white-space: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
    /* Inline display'i önle */
    display: block !important;
    /* Flex özelliklerini sıfırla */
    flex: none !important;
    align-self: stretch !important;
}

.submenu li a:hover {
    background-color: #f8fafc !important;
    color: var(--primary) !important;
    border-left-color: var(--primary) !important;
    transform: translateX(2px) !important;
}

.submenu li:first-child a {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.submenu li:last-child a {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

/* Yeni submenu sınıfları - DAHA GÜÇLÜ */
.submenu-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
    /* Flex ve Grid sıfırlama */
    flex: none !important;
    flex-direction: column !important;
    grid-column: none !important;
    position: relative !important;
}

.submenu-link {
    display: block !important;
    padding: 12px 16px !important;
    color: #4b5563 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
    white-space: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
    /* Inline display önleme */
    display: block !important;
    /* Flex sıfırlama */
    flex: none !important;
    align-self: stretch !important;
    /* Grid sıfırlama */
    grid-column: none !important;
    position: relative !important;
}

.submenu-link:hover,
.submenu-link.active {
    background-color: #f8fafc !important;
    color: var(--primary) !important;
    border-left-color: var(--primary) !important;
    transform: translateX(2px) !important;
}

/* Tailwind CSS override - Önemli! */
.submenu * {
    display: block !important;
    float: none !important;
    flex: none !important;
    grid-column: none !important;
    position: relative !important;
}

.submenu li * {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Ana menü öğeleri için yeni sınıflar */
.nav-item {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.nav-item.has-submenu {
    position: relative;
}

.nav-item:hover .submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.625rem;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.current {
    color: var(--primary);
}

.nav-link.has-submenu::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
    transition: transform 0.2s ease;
    font-size: 12px;
    display: inline-block;
}

.nav-item:hover .nav-link.has-submenu::after {
    transform: rotate(180deg);
}

/* OK ikonunun çift görünmesini önle */
.nav-link:not(.has-submenu)::after {
    display: none !important;
}

/* Ana navigasyon sadece submenu olan linkler için ikon */
.main-navigation .nav-link.has-submenu::after {
    content: '\f107' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    margin-left: 8px !important;
    transition: transform 0.2s ease !important;
    font-size: 12px !important;
    display: inline-block !important;
}

/* ==========================================================================
   Şifre Sıfırlama ve Form Stilleri - Sadece Password Reset Sayfası İçin
   ========================================================================== */

/* Page Hero Section - Sadece şifre sıfırlama sayfası */
.password-reset-page .page-hero-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.password-reset-page .page-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.password-reset-page .page-header {
    position: relative;
    z-index: 1;
}

.password-reset-page .page-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 1rem;
    background: linear-gradient(45deg, #ffffff, #f0f9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.password-reset-page .page-description {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

/* Registration Forms Container - Sadece şifre sıfırlama sayfası */
.password-reset-page .registration-forms-container {
    max-width: 500px;
    margin: -2rem auto 4rem;
    position: relative;
    z-index: 2;
}

.password-reset-page .registration-form {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    border: 1px solid #e5e7eb;
}

/* Form Elements - Sadece şifre sıfırlama sayfası */
.password-reset-page .form-grid {
    display: grid;
    gap: 1.5rem;
}

.password-reset-page .form-group {
    display: flex;
    flex-direction: column;
}

.password-reset-page .form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.password-reset-page .form-input,
.password-reset-page .form-select {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: var(--transition);
    background-color: #ffffff;
}

.password-reset-page .form-input:focus,
.password-reset-page .form-select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(42, 157, 148, 0.1);
}

.password-reset-page .form-description {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Button Styles - Sadece şifre sıfırlama sayfası */
.password-reset-page .btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    min-height: 48px;
}

.password-reset-page .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(42, 157, 148, 0.3);
}

.password-reset-page .btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Form Submit - Sadece şifre sıfırlama sayfası */
.password-reset-page .form-submit {
    margin-top: 1.5rem;
}

.password-reset-page .form-submit .btn-primary {
    width: 100%;
}

/* Form Footer - Sadece şifre sıfırlama sayfası */
.password-reset-page .form-footer {
    margin-top: 2rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.password-reset-page .form-footer p {
    margin: 0.5rem 0;
    font-size: 0.875rem;
    color: #6b7280;
}

.password-reset-page .form-footer a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.password-reset-page .form-footer a:hover {
    text-decoration: underline;
}

/* Password Reset Specific Styles */
.password-reset-page .form-info {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
}

.password-reset-page .info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.password-reset-page .info-icon i {
    color: white;
    font-size: 1.5rem;
}

.password-reset-page .form-info h3 {
    margin: 0 0 0.5rem;
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 700;
}

.password-reset-page .form-info p {
    margin: 0;
    color: #6b7280;
    font-size: 0.875rem;
}

/* Success State - Sadece şifre sıfırlama sayfası */
.password-reset-page .password-reset-success {
    text-align: center;
    padding: 3rem 1.5rem;
}

.password-reset-page .password-reset-success .success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.password-reset-page .password-reset-success .success-icon i {
    color: white;
    font-size: 2rem;
}

.password-reset-page .password-reset-success h3 {
    margin: 0 0 1rem;
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
}

.password-reset-page .password-reset-success p {
    margin: 0 0 2rem;
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
}

.password-reset-page .password-reset-success .success-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Alert Messages - Sadece şifre sıfırlama sayfası */
.password-reset-page .auth-message {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    animation: slideDown 0.3s ease-out;
}

.password-reset-page .auth-message.success {
    background-color: #d1fae5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.password-reset-page .auth-message.error {
    background-color: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.password-reset-page .auth-message.warning {
    background-color: #fef3c7;
    border: 1px solid #fde68a;
    color: #92400e;
}

/* Form Validation - Sadece şifre sıfırlama sayfası */
.password-reset-page .form-input.error,
.password-reset-page .form-select.error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.password-reset-page .field-error {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.password-reset-page .field-error i {
    font-size: 0.75rem;
}

/* Loading States - Sadece şifre sıfırlama sayfası */
.password-reset-page .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design - Sadece şifre sıfırlama sayfası */
@media (max-width: 768px) {
    .password-reset-page .page-hero-section {
        padding: 3rem 0;
    }
    
    .password-reset-page .page-header h1 {
        font-size: 2rem;
    }
    
    .password-reset-page .registration-forms-container {
        margin: -1rem 1rem 3rem;
    }
    
    .password-reset-page .registration-form {
        padding: 1.5rem;
        border-radius: 0.75rem;
    }
    
    .password-reset-page .password-reset-success {
        padding: 2rem 1rem;
    }
    
    .password-reset-page .password-reset-success .success-actions {
        flex-direction: column;
    }
}

/* Footer heading style */
.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary);
}

/* Footer bottom section */
.footer-bottom {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Top bar styles */
.top-bar {
    background: linear-gradient(135deg, #2A9D94 0%, #1A8CAB 100%);
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar a {
    color: #e5e7eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-bar a:hover {
    color: white;
}

.top-bar i {
    margin-right: 5px;
    opacity: 0.8;
}

/* Ana navigasyon stilleri - SUBMENU FİX */
.main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem !important;
}

.main-navigation > .nav-item {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative !important;
}

/* Submenu hover kontrolü - daha spesifik */
.main-navigation > .nav-item.has-submenu:hover > .submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Submenu kesinlikle alt alta sıralama */
.main-navigation .submenu {
    display: block !important;
    position: absolute !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

.main-navigation .submenu li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.main-navigation .submenu li a {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* Responsive Breakpoints - MacBook ve Laptop Optimizasyonu */
/* Container max-width ayarları */

/* 4K ve Ultra Wide (2560px+) */
@media (min-width: 2560px) {
    .container {
        max-width: 1800px !important;
    }
    
    .header-menu .main-menu {
        gap: 1.5rem;
    }
}

/* Desktop Large (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .container {
        max-width: 1600px !important;
    }
    
    .header-menu .main-menu {
        gap: 1.2rem;
    }
}

/* Desktop Standard (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .container {
        max-width: 1280px !important;
    }
    
    .header-menu .main-menu {
        gap: 1rem;
    }
}

/* MacBook Pro 16" (1512px - 1439px) ve benzer laptop ekranlar */
@media (min-width: 1400px) and (max-width: 1600px) {
    .container {
        max-width: 1200px !important;
    }
    
    header .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .header-menu .main-menu {
        gap: 0.5rem;
    }
    
    .header-menu .nav-link {
        font-size: 0.9rem;
        padding: 0 0.25rem;
    }
    
    /* Ana sayfa için genel font küçültme */
    h1 {
        font-size: 2rem !important;
    }
    
    h2 {
        font-size: 1.75rem !important;
    }
    
    p {
        font-size: 0.9rem !important;
    }
}

/* MacBook Pro 13" ve benzer boyutlar (1280px - 1399px) */
@media (min-width: 1280px) and (max-width: 1399px) {
    .container {
        max-width: 1100px !important;
    }
    
    header .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .header-menu .main-menu {
        gap: 0.375rem;
    }
    
    .header-menu .nav-link {
        font-size: 0.85rem;
        padding: 0 0.125rem;
    }
    
    .site-logo img {
        max-height: 40px;
    }
    
    /* Font boyutlarını daha da küçült */
    h1 {
        font-size: 1.875rem !important;
    }
    
    h2 {
        font-size: 1.625rem !important;
    }
    
    h3 {
        font-size: 1.125rem !important;
    }
    
    p {
        font-size: 0.875rem !important;
    }
    
    /* Header height'ı azalt */
    header .py-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

/* Laptop Small (1024px - 1279px) */
@media (min-width: 1024px) and (max-width: 1279px) {
    .container {
        max-width: 980px !important;
    }
    
    header .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    
    .header-menu .main-menu {
        gap: 0.25rem;
    }
    
    .header-menu .nav-link {
        font-size: 0.8rem;
        padding: 0;
    }
    
    .site-logo img {
        max-height: 38px;
    }
    
    /* Font boyutlarını minimum yap */
    h1 {
        font-size: 1.75rem !important;
    }
    
    h2 {
        font-size: 1.375rem !important;
    }
    
    h3 {
        font-size: 1rem !important;
    }
    
    p {
        font-size: 0.8rem !important;
    }
    
    /* Header minimal */
    header .py-4 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }
}

/* MacBook için özel main navigation optimizasyonu */
@media (min-width: 1024px) and (max-width: 1600px) {
    .main-navigation {
        gap: 0.125rem !important;
    }
    
    /* Menü linklerinin yazı tipini kompakt yap */
    .main-navigation .nav-link,
    .header-menu .nav-link {
        font-weight: 500 !important;
        letter-spacing: -0.025em !important;
        white-space: nowrap !important;
    }
}

/* Genel responsive iyileştirmeler */
@media (max-width: 1600px) {
    /* Ana content alanları için genişlik sınırlaması (giriş/kayıt: dar kart düzeni korunsun) */
    .hero-section .container,
    .page-content .container,
    main:not(.medwork-auth-page) .container {
        max-width: 90% !important;
    }
}

@media (max-width: 1280px) {
    /* İçerik alanlarını daha kompakt yap */
    .hero-section {
        padding: 3rem 0;
    }
    
    .page-content {
        padding: 2rem 0;
    }
    
    /* Card'lar ve grid'ler için daha az boşluk */
    .grid {
        gap: 1rem !important;
    }
} 