/**
 * Frontend Detail Page CSS
 * BÜYEM - Eğitim Detay Sayfası Stilleri
 */

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 0;
}

/* Header Styles - Boğaziçi Üniversitesi Style */
.site-header {
    background: linear-gradient(135deg, #1c458b 0%, #1c458b 50%, #3461bf 100%) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
    display: block !important;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.header-top-bar {
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    padding: 0 !important;
    background: inherit !important;
    clear: both !important;
}

.header-top-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 12px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.header-logo-link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
    margin-right: auto !important;
}

.header-logo-img {
    height: 58px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    display: block !important;
}

.header-top-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

.header-info-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}

.header-info-btn {
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: white !important;
    padding: 9px 16px !important;
    border-radius: 25px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.header-info-btn:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: translateY(-2px) !important;
}

.header-info-btn i {
    font-size: 14px !important;
}

.header-utility-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.header-icon-btn {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: white !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.header-icon-btn:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: translateY(-2px) !important;
}

.header-icon-btn i {
    font-size: 15px !important;
}

.header-lang-btn {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: white !important;
    padding: 9px 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.header-lang-btn:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: translateY(-2px) !important;
}

/* Header Bottom Bar - Main Navigation */
.header-bottom-bar {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    background: linear-gradient(135deg, #1c458b 0%, #2a5298 100%) !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    clear: both !important;
}

.header-bottom-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    gap: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.header-bottom-left {
    display: none !important;
    align-items: center !important;
    gap: 12px !important;
}

.header-mobile-logo {
    display: none !important;
}

.header-main-nav {
    display: none !important;
    align-items: center !important;
    flex: 1 !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
}

/* Show nav on desktop only */
@media (min-width: 993px) {
    .header-main-nav {
        display: flex !important;
    }

    
}

@media (max-width: 993px) {
    .breadcrumb-section {
        padding-top: 0px !important;
    }
}
.header-main-menu {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
    margin-right: 20px !important;
}

.header-main-menu > li {
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.header-main-menu > li > a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    padding: 21px 16px !important;
    display: block !important;
    transition: all 0.3s ease !important;
    border-bottom: 4px solid transparent !important;
    white-space: nowrap !important;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.header-main-menu > li > a:hover {
    background: rgba(255,255,255,0.1) !important;
    border-bottom-color: rgba(255,255,255,0.5) !important;
}

.header-actions-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    flex-shrink: 0 !important;
    padding-top: 10px;
}

.header-search-btn {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: white !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
    display: none !important;
}

.header-search-btn:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: translateY(-2px) !important;
}

.header-digital-btn,
.header-blog-btn,
.header-podcast-btn,
.header-request-btn {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: white !important;
    height: 38px !important;
    padding: 0 16px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.header-faq-btn {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: white !important;
    height: 38px !important;
    padding: 0 16px !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.header-digital-btn:hover,
.header-blog-btn:hover,
.header-podcast-btn:hover,
.header-request-btn:hover {
    background: rgba(255,255,255,0.25) !important;
}

.header-faq-btn:hover {
    background: rgba(255,255,255,0.25) !important;
}

.header-cart-btn {
    position: relative !important;
    background: white !important;
    border: none !important;
    color: #666 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.header-cart-btn:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
    transform: translateY(-2px) !important;
}

.header-cart-btn i {
    font-size: 20px !important;
}

.cart-count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #1d458b !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #294a97 !important;
}

.header-login-btn {
    background: linear-gradient(135deg, #ffffff 0%, #e9e9e9 100%) !important;
    border: none !important;
    color: #3a3838 !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(29, 69, 139, 0.3) !important;
    white-space: nowrap !important;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.header-login-btn:hover {
    box-shadow: 0 4px 15px rgba(29, 69, 139, 0.5) !important;
    transform: translateY(-2px) !important;
}

.header-login-btn i {
    font-size: 16px !important;
}

/* Breadcrumb Section */
.breadcrumb-section {
    margin-top: 2px!important;
    background: linear-gradient(147deg, #4f92dc38 0%, #b9c9e600 100%);
    padding: 15px 0;
    border-bottom: 0px solid #e0e0e0;
}

.breadcrumb-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcrumb-home-btn {
    background: #6f88bf!important;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-home-btn:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.breadcrumb-list li::after {
    content: "▸";
    margin: 0 8px;
    color: #999;
    font-size: 12px;
}

.breadcrumb-list li:last-child::after {
    display: none;
}

.breadcrumb-list a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.breadcrumb-list a:hover {
    color: #1e40af;
    text-decoration: underline;
}

.breadcrumb-list li:last-child {
    color: #333;
    font-weight: 500;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none !important;
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: white !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 8px !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle.active {
    background: rgba(255,255,255,0.3) !important;
}

.mobile-menu-toggle i {
    pointer-events: none !important;
    transition: transform 0.3s ease !important;
}

.mobile-menu-toggle.active i {
    transform: rotate(90deg) !important;
}

/* Mobile menu overlay */
@media (max-width: 992px) {
    body.menu-open {
        overflow: hidden !important;
    }
}

/* Override any conflicting styles from main.min.css */
.site-header * {
    box-sizing: border-box !important;
}

.site-header a,
.site-header button {
    flex-shrink: 0 !important;
}

/* Force proper layout */
.header-top-container::before,
.header-top-container::after,
.header-bottom-container::before,
.header-bottom-container::after {
    display: none !important;
}

.header-utility-icons,
.header-main-menu,
.header-actions-right {
    position: static !important;
    float: none !important;
}

/* Ensure proper spacing */
.header-top-right > * {
    flex-shrink: 0 !important;
}

.header-bottom-container > * {
    flex-shrink: 0 !important;
}

.header-main-nav {
    overflow: visible !important;
}


/* Desktop specific styles */
@media (min-width: 993px) {
    .mobile-menu-toggle {
        display: none !important;
    }

    .header-bottom-left {
        display: none !important;
    }

    .header-mobile-logo {
        display: none !important;
    }

    .header-bottom-bar {
        display: block !important;
    }

    .header-bottom-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-actions-right {
        display: flex !important;
        flex-direction: row !important;
        margin-top: 0 !important;
        padding-top: 10 !important;
        border-top: none !important;
        width: auto !important;
    }

    .header-utility-icons {
        display: flex !important;
    }

    .breadcrumb-section{
        padding-top: 200px!important;
    }
}

/* Mobile specific adjustments */
@media (max-width: 992px) {
    .header-top-right {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .header-utility-icons {
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

/* Responsive Styles */
@media (max-width: 1400px) {
    .header-main-menu > li > a {
        padding: 18px 18px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 1200px) {
    .header-top-container,
    .header-bottom-container {
        max-width: 100% !important;
        
    }

    .breadcrumb-section{
        padding-top: 50px!important;
    }
    
    .breadcrumb-container {
        padding: 12px 20px !important;
    }
    
    .education-detail-container {
        padding: 0 20px;
    }

    .header-main-menu > li > a {
        padding: 18px 15px !important;
        font-size: 13px !important;
    }

    .header-cart-btn,
    .header-login-btn {
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .site-header {
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .breadcrumb-section{
        padding-top: 2px!important;
        padding-bottom: 2px!important;
    }

    body {
        padding-top: 0 !important;
    }

    .header-bottom-bar {
        padding: 12px 0 !important;
    }

    .mobile-menu-toggle {
        display: flex !important;
        margin-right: 10px !important;
    }

    .header-logo-img {
        height: 50px !important;
    }

    .header-top-container {
        padding: 12px 15px !important;
    }

    .header-bottom-container {
        padding: 15px !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .header-bottom-bar {
        position: relative !important;
    }

    .header-utility-icons {
        gap: 8px !important;
        display: none !important;
    }

    .header-icon-btn,
    .header-search-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }
    
    .header-digital-btn,
    .header-blog-btn,
    .header-podcast-btn,
    .header-request-btn,
    .header-faq-btn {
        height: 34px !important;
        padding: 0 12px !important;
        font-size: 10px !important;
    }

    /* Hide all logos and top icons on mobile */
    .header-logo,
    .header-mobile-logo {
        display: none !important;
    }

    .header-icon-btn,
    .header-lang-btn {
        display: none !important;
    }

    .header-bottom-left {
        display: none !important;
    }

    .header-utility-icons {
        justify-content: flex-end !important;
    }

    .header-main-nav {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: #2d5ba9 !important;
        padding: 20px 15px !important;
        z-index: 999 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
        margin-top: 0 !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        max-height: 70vh !important;
        overflow-y: auto !important;
        display: none !important;
    }

    .header-main-nav.active {
        display: flex !important;
    }

    .header-main-menu {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-main-menu > li {
        width: 100% !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        margin: 0 !important;
    }

    .header-main-menu > li > a {
        display: block !important;
        width: 100% !important;
        padding: 15px 10px !important;
        font-size: 14px !important;
        text-align: left !important;
        color: white !important;
        transition: background 0.3s ease !important;
    }

    .header-main-menu > li > a:hover {
        background: rgba(255,255,255,0.1) !important;
    }

    .header-actions-right {
        display: flex !important;
        margin-top: 15px !important;
        padding-top: 15px !important;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .header-cart-btn {
        width: 100% !important;
        height: 45px !important;
        justify-content: center !important;
        border-radius: 10px !important;
        position: relative !important;
        transition: transform 0.2s ease !important;
    }

    .header-cart-btn:active {
        transform: scale(0.98) !important;
    }

    .header-login-btn {
        width: 100% !important;
        height: 45px !important;
        justify-content: center !important;
        transition: transform 0.2s ease !important;
    }

    .header-login-btn:active {
        transform: scale(0.98) !important;
    }

    .header-login-btn span {
        display: inline !important;
    }

    .breadcrumb-container {
        padding: 15px !important;
    }

    .breadcrumb-home-btn {
        display: none !important;
    }

    .breadcrumb-nav {
        flex-wrap: wrap !important;
        font-size: 13px !important;
    }

    .breadcrumb-nav li {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    /* Hide all logos and top bar on mobile */
    .header-top-bar,
    .header-logo,
    .header-mobile-logo,
    .header-icon-btn,
    .header-lang-btn,
    .header-utility-icons,
    .header-bottom-left {
        display: none !important;
    }

    .header-bottom-bar {
        padding: 10px 0 !important;
    }

    .header-bottom-container {
        padding: 10px 15px !important;
        display: flex !important;
        align-items: center !important;
    }

    .header-logo-img {
        height: 40px !important;
    }

    .header-main-nav {
        max-height: 70vh !important;
    }

    .mobile-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        display: flex !important;
    }

    .breadcrumb-home-btn {
        display: none !important;
    }

    .breadcrumb-nav {
        width: 100% !important;
    }

    .breadcrumb-list {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 480px) {
    .header-bottom-container {
        padding: 10px 12px !important;
    }

    .header-logo-img {
        height: 35px !important;
    }

    .header-main-nav {
        padding: 15px 12px !important;
    }

    .mobile-menu-toggle {
        width: 40px !important;
        height: 40px !important;
    }

    .breadcrumb-container {
        padding: 10px 12px !important;
    }
}

/* Education Detail Page Styles */

/* Main Content Layout */
.education-detail-wrapper {
    padding: 30px 0;
    background: #f8f9fa;
}

.education-detail-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.education-detail-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

/* Left Column - Content */
.education-main-content {
    background: white;
    border-radius: 16px;
    padding: 40px 45px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.education-page-title {
    font-size: 32px;
    font-weight: 600;
    color: #1d458b;
    margin: 0 0 15px 0;
    line-height: 1.4!important;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.education-period-section {
    padding-top: 25px;
    padding-bottom: 38px;
}

.education-section {
    margin-bottom: 35px;
}

.section-heading {
    font-size: 22px;
    font-weight: 600;
    color: #1d458b;
    margin: 35px 0 18px 0!important;
    padding-bottom: 12px!important;
    border-bottom: 3px solid #e0e0e0!important;
}

.education-section:first-of-type .section-heading {
    margin-top: 0;
}

.education-description {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

/* Paragraflar */
.education-description p {
    margin-bottom: 18px !important;
    line-height: 1.9 !important;
    text-align: justify;
}

.education-description p:last-child {
    margin-bottom: 0 !important;
}

/* Başlıklar */
.education-description h1,
.education-description h2,
.education-description h3,
.education-description h4,
.education-description h5,
.education-description h6 {
    color: #1d458b !important;
    font-weight: 700 !important;
    margin-top: 28px !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
}

.education-description h1:first-child,
.education-description h2:first-child,
.education-description h3:first-child,
.education-description h4:first-child {
    margin-top: 0 !important;
}

.education-description h2 {
    font-size: 22px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f0ff;
}

.education-description h3 {
    font-size: 18px !important;
    color: #2c5aa0 !important;
}

.education-description h4 {
    font-size: 16px !important;
    color: #3d6db5 !important;
}

/* Listeler */
.education-description ul,
.education-description ol {
    margin: 18px 0 !important;
    padding-left: 24px !important;
}

.education-description ul {
    list-style-type: none !important;
}

.education-description ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px !important;
    line-height: 1.7 !important;
}

.education-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #1d458b, #3d6db5);
    border-radius: 50%;
}

.education-description ol li {
    margin-bottom: 12px !important;
    line-height: 1.7 !important;
    padding-left: 8px;
}

/* İç içe listeler */
.education-description ul ul,
.education-description ol ol,
.education-description ul ol,
.education-description ol ul {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.education-description ul ul li::before {
    background: #6b8fc7;
    width: 6px;
    height: 6px;
}

/* Kalın ve italik */
.education-description strong,
.education-description b {
    color: #1d458b;
    font-weight: 600;
}

.education-description em,
.education-description i:not(.fa-solid):not(.fa-regular):not(.fas):not(.far):not(.fab) {
    color: #555;
    font-style: italic;
}

/* Alıntılar */
.education-description blockquote {
    background: linear-gradient(135deg, #f8faff 0%, #f0f5ff 100%);
    border-left: 4px solid #1d458b;
    padding: 18px 24px;
    margin: 24px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #555;
}

.education-description blockquote p {
    margin-bottom: 0 !important;
}

/* Tablolar */
.education-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.education-description table th,
.education-description table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e8f0ff;
}

.education-description table th {
    background: linear-gradient(135deg, #1d458b 0%, #2c5aa0 100%);
    color: white;
    font-weight: 600;
}

.education-description table tr:nth-child(even) {
    background: #f8faff;
}

.education-description table tr:hover {
    background: #f0f5ff;
}

/* Linkler */
.education-description a {
    color: #1d458b;
    text-decoration: none;
    border-bottom: 1px dashed #1d458b;
    transition: all 0.3s ease;
}

.education-description a:hover {
    color: #3d6db5;
    border-bottom-style: solid;
}

/* Kod blokları */
.education-description code {
    background: #f0f4f8;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Consolas', monospace;
    font-size: 13px;
    color: #1d458b;
}

.education-description pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 20px 0;
}

.education-description pre code {
    background: none;
    color: inherit;
    padding: 0;
}

/* Yatay çizgi */
.education-description hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #1d458b, #e8f0ff, #1d458b);
    margin: 30px 0;
}

/* Resimler */
.education-description img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Info box benzeri paragraflar - özel notlar için */
.education-description p:has(strong:first-child) {
    background: #f8faff;
    border-left: 3px solid #1d458b;
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
}

.education-info-box {
    background: #f0f4f8;
    border-left: 5px solid #1d458b;
    padding: 18px 22px;
    margin: 20px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.education-info-box strong {
    color: #1d458b;
    font-weight: 600;
}

/* Period Card */
.period-card {
    background: white;
  
    border-radius: 12px;
    padding: 0;
    margin: 0;
    cursor: default;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(29, 69, 139, 0.12);
}

.period-card input[type="radio"] {
    display: none;
}

.period-card-header {
    font-size: 16px;
    font-weight: 600;
    color: #1d458b;
    margin: 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, #f1f0f0 0%, #e8f0ff 100%);
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.period-card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 18px 22px;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px solid #e8f0ff;
}

.period-card-date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #555;
}

.period-card-date i {
    color: #333;
    font-size: 16px;
}

.period-card-price {
    font-size: 28px;
    font-weight: 700;
    color: #1d458b;
}

.period-card-details {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 18px 22px;
    margin: 0;
    background: #fafbfc;
    border-radius: 0 0 9px 9px;
}

.period-card-details strong {
    color: #1d458b;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

/* Tabs */
.education-tabs-section {
    margin: 0 0 20px;
}

.tabs-header {
    border-bottom: 3px solid #e0e0e0;
    margin-bottom: 25px;
}

.tabs-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: -3px;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab-button {
    background: transparent;
    border: none;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.tab-button:hover {
    color: #1d458b;
    background: rgba(29,69,139,0.05);
}

.tab-button.active {
    color: #1d458b;
    border-bottom-color: #6d8cff;
    background: rgba(29,69,139,0.05);
}

.tab-button i {
    font-size: 16px;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
    padding-top: 5px;
}

.tab-panel.active {
    display: block;
}

/* Syllabus Styles */
.syllabus-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.syllabus-item {
    background: white;
    border: 2px solid #e8f0ff;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.syllabus-item:hover {
    border-color: #1d458b;
    box-shadow: 0 4px 15px rgba(29, 69, 139, 0.1);
}

.syllabus-header {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.syllabus-header:hover {
    background: linear-gradient(135deg, #e8f0ff 0%, #d9e8ff 100%);
}

.syllabus-header::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 20px;
    color: #1d458b;
    transition: transform 0.3s ease;
}

.syllabus-item.active .syllabus-header::after {
    transform: rotate(180deg);
}

.syllabus-number {
    background: linear-gradient(135deg, #1d458b 0%, #163a73 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.syllabus-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d458b;
    margin: 0;
}

.syllabus-topics {
    list-style: none;
    padding: 0 25px 0 93px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.syllabus-item.active .syllabus-topics {
    max-height: 1000px;
    padding: 25px 25px 25px 93px;
}

.syllabus-topics li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.syllabus-topics li i {
    color: #1d458b;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Requirements Grid */
.requirements-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.requirement-card {
    background: white;
    border: 2px solid #e8f0ff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.requirement-card:hover {
    border-color: #1d458b;
    box-shadow: 0 4px 15px rgba(29, 69, 139, 0.1);
    transform: translateY(-3px);
}

.requirement-card.highlight {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
    border-color: #1d458b;
}

.requirement-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1d458b 0%, #163a73 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: white;
    font-size: 26px;
}

.requirement-title {
    font-size: 17px;
    font-weight: 600;
    color: #1d458b;
    margin: 0 0 12px 0;
}

.requirement-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.requirement-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.requirement-list li {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    padding: 8px 0 8px 25px;
    position: relative;
    border-bottom: 1px solid #f0f4ff;
}

.requirement-list li:last-child {
    border-bottom: none;
}

.requirement-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 8px;
    color: #1d458b;
    font-size: 12px;
}

/* Request Form in Tab */
.request-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.request-form-header {
    text-align: center;
    margin-bottom: 35px;
}

.request-form-title {
    font-size: 28px;
    font-weight: 600;
    color: #1d458b;
    margin: 0 0 15px 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.request-form-title i {
    font-size: 30px;
}

.request-form-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.request-form {
    background: white;
    border: 2px solid #e8f0ff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group label i {
    color: #1d458b;
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.form-control:focus {
    outline: none;
    border-color: #1d458b;
    box-shadow: 0 0 0 3px rgba(29,69,139,0.1);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.form-checkbox {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-top: 10px;
}

.form-checkbox input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer;
}

.form-checkbox label {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666 !important;
    line-height: 1.5;
    cursor: pointer;
}

.form-checkbox label a {
    color: #1d458b;
    text-decoration: underline;
}

.form-submit-btn {
    background: linear-gradient(135deg, #1d458b 0%, #163a73 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 25px;
}

.form-submit-btn:hover {
    background: linear-gradient(135deg, #163a73 0%, #0f2a5a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29,69,139,0.4);
}

.form-submit-btn i {
    font-size: 18px;
}

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

.content-list {
    list-style: none;
    padding: 0;
    margin: 18px 0;
}

.content-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

.content-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #1d458b;
    font-size: 16px;
    font-weight: bold;
}

/* Right Sidebar */
.education-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
}

.sidebar-widget {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0,0,0,0.12);
}

.sidebar-featured-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sidebar-inner {
    padding: 28px;
}

.sidebar-period-name {
    font-size: 16px;
    font-weight: 600;
    color: #1d458b;
    margin-bottom: 15px;
}

.sidebar-date-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.sidebar-date-info i {
    color: #1d458b;
    font-size: 18px;
}

.sidebar-main-price {
    font-size: 25px;
    font-weight: 700;
    color: #1d458b;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
    border-radius: 12px;
}

.sidebar-action-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 25px;
}

.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    white-space: nowrap;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.sidebar-btn i {
    font-size: 16px;
}

.btn-outline-primary {
    background: white;
    color: #1d458b;
    border: 2px solid #1d458b;
}

.btn-outline-primary:hover {
    background: #1d458b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29,69,139,0.3);
}

.btn-solid-primary {
    background: linear-gradient(135deg, #1d458b 0%, #163a73 100%);
    color: white;
    border: 2px solid #1d458b;
}

.btn-solid-primary:hover {
    background: linear-gradient(135deg, #163a73 0%, #0f2a5a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29,69,139,0.4);
}

.btn-solid-primary:disabled {
    background: #ccc !important;
    border-color: #999 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 0.6;
}

.add-to-cart-btn {
    position: relative;
    overflow: hidden;
}

.add-to-cart-btn i.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.sidebar-features-list {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    border-top: 2px solid #e0e0e0;
}

.sidebar-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #555;
    font-size: 15px;
}

.sidebar-features-list i {
    color: #1d458b;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.feature-label {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.feature-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.sidebar-category-section {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #e0e0e0;
}

.category-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f0f4f8;
    padding: 12px 18px;
    border-radius: 10px;
    color: #1d458b;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.category-badge:hover {
    background: #1d458b;
    color: white;
    transform: translateX(5px);
}

.category-badge i {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 1200px) {
    .education-detail-grid {
        grid-template-columns: 1fr 350px;
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .education-detail-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .education-sidebar {
        position: static;
        order: -1;
    }

    .sidebar-action-buttons {
        flex-direction: row;
    }

    .sidebar-widget {
        max-width: 600px;
        margin: 0 auto;
    }

    .education-detail-wrapper {
        padding: 30px 0;
    }

    .education-detail-container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .education-main-content {
        padding: 25px 20px;
    }

    .education-page-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .section-heading {
        font-size: 19px;
        margin: 28px 0 15px 0;
    }

    .tabs-buttons {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab-button {
        padding: 12px 18px;
        font-size: 13px;
        gap: 6px;
        white-space: nowrap;
    }

    .tab-button i {
        font-size: 14px;
    }

    .period-card-header {
        font-size: 15px;
        padding: 15px 18px;
    }

    .period-card-info {
        padding: 15px 18px;
    }

    .period-card-details {
        padding: 15px 18px;
        font-size: 13px;
    }

    .period-card-price {
        font-size: 24px;
    }

    .syllabus-header {
        padding: 18px 20px 18px 20px;
    }

    .syllabus-header::after {
        right: 15px;
        font-size: 18px;
    }

    .syllabus-number {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .syllabus-title {
        font-size: 16px;
        padding-right: 30px;
    }

    .syllabus-topics {
        padding: 0 20px 0 20px;
    }

    .syllabus-item.active .syllabus-topics {
        padding: 20px;
    }

    .requirements-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .requirement-card.highlight {
        grid-column: 1;
    }

    .requirement-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .requirement-title {
        font-size: 16px;
    }

    .requirement-text {
        font-size: 13px;
    }

    .requirement-card {
        padding: 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .request-form {
        padding: 25px;
    }

    .request-form-title {
        font-size: 22px;
    }

    .request-form-header {
        margin-bottom: 25px;
    }

    .request-form-wrapper {
        max-width: 100%;
    }

    .sidebar-inner {
        padding: 25px;
    }

    .sidebar-period-name {
        font-size: 15px;
    }

    .sidebar-date-info {
        font-size: 14px;
    }

    .tabs-buttons {
        gap: 0;
    }

    .tab-button {
        padding: 12px 20px;
        font-size: 15px;
    }

    .sidebar-inner {
        padding: 25px;
    }

    .sidebar-main-price {
        font-size: 28px;
        padding: 14px;
    }

    .sidebar-features-list li {
        padding: 8px 0;
    }

    .sidebar-features-list i {
        font-size: 16px;
    }

    .feature-label {
        font-size: 12px;
    }

    .feature-value {
        font-size: 13px;
    }

    .sidebar-action-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .sidebar-btn {
        font-size: 14px;
        padding: 12px 16px;
    }

    .period-card-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .period-card-price {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .sidebar-featured-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .education-main-content {
        padding: 20px 15px;
    }

    .education-page-title {
        font-size: 20px;
    }

    .section-heading {
        font-size: 18px;
    }

    .tab-button {
        padding: 10px 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .education-tabs {
        gap: 3px;
        margin-bottom: 25px;
    }

    .syllabus-section {
        gap: 18px;
    }

    .syllabus-header {
        padding: 15px 18px;
        gap: 12px;
    }

    .syllabus-header::after {
        font-size: 16px;
        right: 15px;
    }

    .syllabus-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .syllabus-title {
        font-size: 15px;
        padding-right: 25px;
    }

    .syllabus-topics {
        padding: 0 15px 0 15px;
    }

    .syllabus-item.active .syllabus-topics {
        padding: 18px 15px;
    }

    .syllabus-topics li {
        font-size: 14px;
    }

    .requirements-grid {
        gap: 18px;
    }

    .requirement-card {
        padding: 18px;
    }

    .requirement-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .requirement-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .requirement-text {
        font-size: 13px;
    }

    .request-form {
        padding: 20px;
    }

    .request-form-title {
        font-size: 20px;
    }

    .request-form-title i {
        font-size: 22px;
    }

    .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .form-submit-btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    .sidebar-widget {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Footer Styles */
footer {
    background: linear-gradient(135deg, #294a97 0%, #2852a8 50%, #3461bf 100%);
    color: white;
    margin-top: 0px;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-main .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
    padding-top: 10px;
}

.footer-logo img {
    opacity: 0.9;
}

.footer-links {
    list-style: none;
    padding: 0px;
    margin: 10px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #00d2ff;
    transform: translateX(5px);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    padding-top: 10px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact i {
    color: #00d2ff;
    font-size: 16px;
    margin-top: 3px;
    min-width: 18px;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #00d2ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 210, 255, 0.4);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

.footer-bottom .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #00d2ff;
}

.footer-bottom-links span {
    color: rgba(255, 255, 255, 0.3);
}

/* Responsive Footer */
@media (max-width: 768px) {
    footer {
        margin-top: 0px;
    }

    .footer-main {
        padding: 35px 0 25px;
    }

    .footer-main .container {
        padding: 0 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 1.6;
    }

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

    .footer-links a,
    .footer-contact li {
        font-size: 14px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-contact li {
        margin-bottom: 14px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .footer-bottom {
        padding: 18px 0;
    }

    .footer-bottom .container {
        padding: 0 15px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 8px;
    }

    .footer-bottom-links span {
        display: none;
    }

    .copyright-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .footer-bottom-links a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1248px) {

    .breadcrumb-section{
        padding-top: 60px!important;
        
    }
}
@media (min-width: 1248px) {

    .breadcrumb-section{
        padding-top: 2px!important;
        padding-bottom: 5px!important;
        margin-bottom: -1px!important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header-top-container,
    .header-bottom-container {
       
    }

    .header-main-menu > li > a {
        padding: 18px 14px !important;
        font-size: 13px !important;
    }

    .education-detail-wrapper {
        padding: 40px 0;
    }

    .footer-main {
        padding: 50px 0 35px;
    }

    .footer-main .container,
    .footer-bottom .container {
        padding: 0 20px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .footer-title {
        font-size: 17px;
    }

    .requirements-grid {
        grid-template-columns: 1fr;
    }

    .syllabus-topics {
        padding: 0 20px 0 73px;
    }

    .syllabus-item.active .syllabus-topics {
        padding: 20px 20px 20px 73px;
    }

    .syllabus-header::after {
        right: 20px;
    }
}

@media (max-width: 480px) {
    footer {
        margin-top: 30px;
    }

    .footer-main {
        padding: 30px 0 20px;
    }

    .footer-main .container {
        padding: 0 12px;
    }

    .footer-grid {
        gap: 25px;
    }

    .footer-title {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .footer-text {
        font-size: 13px;
    }

    .footer-logo img {
        max-height: 45px;
    }

    .footer-links a,
    .footer-contact li {
        font-size: 13px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .footer-bottom .container {
        padding: 0 12px;
    }

    .copyright-text {
        font-size: 11px;
    }

    .footer-bottom-links a {
        font-size: 11px;
    }
}

/* ===================================
   TOAST NOTIFICATIONS
   =================================== */

.toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 999999;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    min-width: 300px;
}

.toast.show {
    transform: translateX(0);
}

.toast-success {
    border-left: 4px solid #28a745;
}

.toast-success i {
    color: #ffffff;
    font-size: 20px;
}

.toast-error {
    border-left: 4px solid #ffffff;
}

.toast-error i {
    color: #ffffff;
    font-size: 20px;
}

.toast-info {
    border-left: 4px solid #17a2b8;
}

.toast-info i {
    color: #ffffff;
    font-size: 20px;
}

.toast span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 480px) {
    .toast {
        right: 15px;
        left: 15px;
        min-width: auto;
    }
}

/* ===========================
   DERS PLANI TABLOSU
   =========================== */

.schedule-wrapper {
    background: #ffffff;
    border-radius: 12px;
}

.schedule-header {
    padding: 0px 0;
    border-bottom: 2px solid #f0f4f8;
    margin-bottom: 24px;
}

.schedule-title {
    font-size: 24px;
    font-weight: 700;
    color: #1d458b;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.schedule-title i {
    font-size: 28px;
}

.schedule-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.schedule-table-wrapper {
    overflow-x: auto;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.schedule-table thead {
    background: linear-gradient(135deg, #1d458b 0%, #2c62c0 100%);
}

.schedule-table thead tr th {
    padding: 16px 12px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.schedule-table thead tr th i {
    margin-right: 6px;
    opacity: 0.9;
}

.schedule-table tbody tr {
    
    border-bottom: 1px solid #f0f4f8;
}

.schedule-table tbody tr:last-child {
    border-bottom: none;
}

.schedule-table tbody tr:hover {
    background: #f8f9fc;
  
    box-shadow: 0 4px 12px rgba(29, 69, 139, 0.08);
}

.schedule-table tbody tr.row-even {
    background: #fafbfc;
}

.schedule-table tbody tr td {
    padding: 16px 12px;
    vertical-align: middle;
    border-right: 1px solid #f0f4f8;
}

.schedule-table tbody tr td:last-child {
    border-right: none;
}

/* Column Widths */
.col-date {
    width: 15%;
    min-width: 120px;
}

.col-time {
    width: 12%;
    min-width: 100px;
}

.col-lesson {
    width: 35%;
    min-width: 200px;
}

.col-instructor {
    width: 18%;
    min-width: 150px;
}

.col-location {
    width: 20%;
    min-width: 150px;
}

/* Date Cell */
.date-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.date-day {
    font-size: 14px;
    font-weight: 600;
    color: #1d458b;
}

.date-weekday {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.date-tbd {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

/* Time Cell */
.time-cell {
    display: flex;
    align-items: center;
}

.time-range {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: #f0f4f8;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

.time-tbd {
    font-size: 13px;
    color: #999;
}

/* Lesson Cell */
.lesson-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lesson-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4!important;
}

.lesson-desc {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Instructor Cell */
.instructor-cell {
    display: flex;
    align-items: center;
}

.instructor-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.instructor-name i {
    color: #1d458b;
    font-size: 16px;
}

.instructor-tbd {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

/* Location Cell */
.location-cell {
    display: flex;
    align-items: center;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.location-badge i {
    font-size: 14px;
}

/* Schedule Footer */
.schedule-footer {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.schedule-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.stat-item i {
    font-size: 20px;
    color: #1d458b;
}

.stat-item strong {
    color: #1d458b;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .schedule-table thead tr th {
        padding: 14px 10px;
        font-size: 12px;
    }
    
    .schedule-table tbody tr td {
        padding: 14px 10px;
    }
    
    .lesson-name {
        font-size: 14px;
    }
    
    .instructor-name, .date-day {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .schedule-title {
        font-size: 20px;
    }
    
    .schedule-table thead tr th {
        padding: 12px 8px;
        font-size: 11px;
    }
    
    .schedule-table tbody tr td {
        padding: 12px 8px;
    }
    
    .col-date, .col-time, .col-lesson, .col-instructor, .col-location {
        min-width: 100px;
    }
    
    .schedule-stats {
        gap: 16px;
    }
    
    .stat-item {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .schedule-wrapper {
        padding: 0;
    }
    
    .schedule-header {
        padding: 16px;
    }
    
    .schedule-title {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .schedule-table-wrapper {
        border-radius: 0;
    }
    
    .schedule-table {
        font-size: 12px;
    }
    
    .schedule-table thead tr th {
        padding: 10px 6px;
        font-size: 10px;
    }
    
    .schedule-table tbody tr td {
        padding: 10px 6px;
    }
    
    .lesson-name {
        font-size: 13px;
    }
    
    .time-range {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    .location-badge {
        font-size: 10px;
        padding: 6px 10px;
    }
    
    .schedule-footer {
        padding: 16px;
    }
    
    .schedule-stats {
        flex-direction: column;
        gap: 12px;
    }
}

/* ============================================
   KURLU EĞİTİM SİDEBAR STİLLERİ
   ============================================ */

.kurlu-egitim-sidebar {
    padding: 5px 0;
}

.kurlu-tarihler {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2e8f0;
}

.kurlu-tarihler .date-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
}

.kurlu-tarihler .date-label {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kurlu-tarihler .date-label i {
    color: #1d458b;
}

.kurlu-tarihler .date-value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

/* Kayıt Adımları */
.kurlu-kayit-adimlari {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
}

.kurlu-adim {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    position: relative;
}

.kurlu-adim:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 48px;
    width: 2px;
    height: calc(100% - 32px);
    background: #e2e8f0;
}

.kurlu-adim.tamamlandi:not(:last-child)::after {
    background: #059669;
}

.kurlu-adim.aktif:not(:last-child)::after {
    background: linear-gradient(to bottom, #1d458b 50%, #e2e8f0 50%);
}

.adim-numara {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: #e2e8f0;
    color: #94a3b8;
}

.kurlu-adim.aktif .adim-numara {
    background: linear-gradient(135deg, #1d458b, #2563eb);
    color: #fff;
    box-shadow: 0 4px 12px rgba(29, 69, 139, 0.3);
}

.kurlu-adim.tamamlandi .adim-numara {
    background: #059669;
    color: #fff;
}

.kurlu-adim.kilitli .adim-numara {
    background: #f1f5f9;
    color: #cbd5e1;
}

.adim-icerik {
    flex: 1;
}

.adim-icerik h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.kurlu-adim.kilitli .adim-icerik h4 {
    color: #94a3b8;
}

.adim-durum {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.adim-durum.success {
    color: #059669;
}

.adim-durum.warning {
    color: #d97706;
}

.adim-durum.info {
    color: #2563eb;
}

.adim-durum.muted {
    color: #94a3b8;
}

.adim-durum i {
    margin-right: 4px;
}

.sinav-fiyat,
.ders-fiyat {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #1d458b;
}

.kur-sonuc {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #059669;
    background: #d1fae5;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
}

/* Kurlu Butonlar */
.kurlu-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kurlu-buttons .sidebar-btn {
    width: 100%;
    justify-content: center;
}

.sidebar-info-box {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.sidebar-info-box i {
    flex-shrink: 0;
    margin-top: 2px;
}

.sidebar-info-box.warning {
    background: #fef3c7;
    color: #92400e;
}

.sidebar-info-box.info {
    background: #dbeafe;
    color: #1e40af;
}

.sidebar-info-box.muted {
    background: #f1f5f9;
    color: #475569;
}

.sidebar-info-box.success {
    background: #d1fae5;
    color: #065f46;
}

/* Responsive */
@media (max-width: 768px) {
    .kurlu-adim {
        padding: 12px 0;
    }
    
    .adim-numara {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .kurlu-adim:not(:last-child)::after {
        left: 13px;
        top: 44px;
    }
}