/*
Theme Name: Uoek
Theme URI: https://uoek2024.org
Description: Uoek Web sitesi (Yeni Kurumsal Konsept)
Author: Vedat ŞEKER
Author URI: https://vedatseker.com
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
* { font-family: 'Roboto', sans-serif; }

:root {
    /* GÖRSELE ÖZEL RENKLER (MOCKUP MATCH) */
    --c-purple: #3f2275; /* Başlık ve Topbar Moru */
    --c-orange: #e57c23; /* Buton ve Kart Turuncusu */
    --c-green:  #219d53; /* Alt Başlık ve Kart Yeşili */
    --c-bg:     #f4f0f6; /* Hakkında Kısmı Arkaplanı */
    --c-gray:   #f8f9fa; /* Genel Arkaplan */
    --c-text:   #333333; /* Metin Rengi */
}

body { background-color: var(--c-gray); }
p { font-size: 14px; }

/* ==========================================================================
   HEADER / TOPBAR GENEL YAPISI
   ========================================================================== */
.v-topbar { background-color: var(--c-purple); color: #fff; padding: 8px 0; font-size: 13px; font-weight: 500; }
.v-topbar a { color: #fff; text-decoration: none; margin-left: 10px; }
.v-topbar a.active { font-weight: 700; }
.v-header { background-color: #fff; height: 90px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); position: relative; z-index: 10; }
.v-logo img { height: 70px; object-fit: contain; }

.search-menu, .menu-icon { width: 40px; height: 40px; background-color: #fff; color: var(--c-purple); margin-left: 5px; }

/* ==========================================================================
   ANASAYFA (HERO) ALANI
   ========================================================================== */
.v-hero { position: relative; background: #fff; min-height: 550px; display: flex; align-items: center; overflow: hidden; }
.v-hero-bg { position: absolute; right: 0; top: 0; bottom: 0; width: 60%; background-position: center; background-size: cover; z-index: 1; }
/* Beyaz kavisli katman */
.v-hero-overlay { position: absolute; left: -10%; top: -10%; bottom: -10%; width: 65%; background: #fff; border-radius: 0 50% 50% 0 / 0 50% 50% 0; box-shadow: 15px 0 30px rgba(0,0,0,0.05); z-index: 2; }
/* Yeşil çizgi efekti */
.v-hero-overlay::after { content: ''; position: absolute; right: -8px; top: 0; bottom: 0; width: 15px; background: linear-gradient(180deg, var(--c-green) 0%, var(--c-orange) 100%); border-radius: 0 50% 50% 0 / 0 50% 50% 0; z-index: -1; }
.v-hero-content { position: relative; z-index: 3; padding: 60px 0; }
.v-hero-logo { max-height: 120px; margin-bottom: 25px; }
.v-hero h1 { font-size: 32px; font-weight: 800; color: var(--c-purple); margin-bottom: 5px; line-height: 1.3; }
.v-hero h2 { font-size: 24px; font-weight: 700; color: var(--c-green); margin-bottom: 20px; }
.v-hero-meta { font-size: 16px; font-weight: 600; color: var(--c-text); margin-bottom: 30px; }

@media (max-width: 991px) {
    .v-hero { flex-direction: column; }
    .v-hero-bg { position: relative; width: 100%; height: 300px; order: -1; }
    .v-hero-overlay { display: none; }
    .v-hero-content { background: #fff; padding: 40px 20px; text-align: center; }
}

/* ==========================================================================
   BUTONLAR
   ========================================================================== */
.v-btn-orange { background: var(--c-orange); color: #fff; padding: 12px 25px; border-radius: 8px; font-weight: 700; text-decoration: none; border: none; transition: 0.3s; display: inline-block; box-shadow: 0 4px 10px rgba(229, 124, 35, 0.3);}
.v-btn-orange:hover { background: #cf6d1e; color: #fff !important; transform: translateY(-2px); }
.v-btn-white { background: #fff; color: var(--c-text); padding: 12px 25px; border-radius: 8px; font-weight: 600; text-decoration: none; border: 1px solid #ddd; transition: 0.3s; display: inline-block; box-shadow: 0 4px 10px rgba(0,0,0,0.05);}
.v-btn-white:hover { border-color: var(--c-purple); color: var(--c-purple); transform: translateY(-2px); }
.v-btn-purple { background: var(--c-purple); color: #fff; padding: 12px 25px; border-radius: 8px; font-weight: 700; text-decoration: none; border: none; transition: 0.3s; display: inline-block; }
.v-btn-purple:hover { background: #2f1757; color: #fff !important; transform: translateY(-2px); }

/* ==========================================================================
   GENEL BÖLÜMLER VE KARTLAR
   ========================================================================== */
.v-section { padding: 60px 0; }
.v-section-title { text-align: center; font-size: 24px; font-weight: 800; color: var(--c-purple); text-transform: uppercase; margin-bottom: 40px; letter-spacing: 0.5px;}

/* Önemli Tarihler Kartları */
.v-date-card { background: #fff; border-radius: 12px; padding: 25px 20px; display: flex; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); height: 100%; border: 1px solid rgba(0,0,0,0.02);}
.v-date-icon { font-size: 42px; margin-right: 15px; }
.v-date-text h5 { font-size: 15px; font-weight: 700; color: var(--c-text); margin: 0 0 5px 0; line-height: 1.4; }
.v-date-text p { font-size: 16px; font-weight: 800; margin: 0; }

/* Davetli Konuşmacılar Kartları */
.v-speaker-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); height: 100%; border: 1px solid rgba(0,0,0,0.02);}
.v-speaker-img { width: 100%; height: 220px; object-fit: cover; }
.v-speaker-body { padding: 20px; text-align: left; }
.v-speaker-body h5 { font-size: 18px; font-weight: 800; color: var(--c-text); margin: 0 0 5px 0; }
.v-speaker-body p { font-size: 14px; color: #777; margin: 0; }

/* Kongre Hakkında ve Tema (İkili Kutu) */
.v-about-bg { background-color: var(--c-bg); border-top: 1px solid #eae5ef; border-bottom: 1px solid #eae5ef;}
.v-about-box h3 { font-size: 22px; font-weight: 800; color: var(--c-purple); margin-bottom: 20px; text-transform: uppercase; }
.v-about-box p { font-size: 14px; color: var(--c-text); line-height: 1.7; font-weight: 500;}
.v-feature { display: flex; align-items: flex-start; margin-top: 25px; }
.v-feature i { font-size: 32px; margin-right: 15px; }
.v-feature h5 { font-size: 16px; font-weight: 800; color: var(--c-text); margin: 0 0 5px 0; text-transform: uppercase;}
.v-feature p { font-size: 13px; color: #555; margin: 0; font-weight: 500;}

.v-program-box { background: #fff; border-radius: 15px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; }
.v-program-box h3 { font-size: 20px; font-weight: 800; color: var(--c-text); margin-bottom: 20px; text-transform: uppercase; }
.v-program-row { display: flex; justify-content: space-between; border-bottom: 1px dashed #eee; padding: 12px 0; font-size: 14px; }
.v-program-row:last-child { border-bottom: none; }
.v-program-row span:nth-child(1) { font-weight: 800; color: var(--c-text); width: 30%; }
.v-program-row span:nth-child(2) { color: var(--c-text); width: 45%; font-weight: 500;}
.v-program-row span:nth-child(3) { color: #666; font-weight: 600; width: 25%; text-align: right; }

/* ==========================================================================
   WIDGET (SİDEBAR) VE LİSTE TEMİZLİĞİ
   ========================================================================== */
.mk-sidebar-card, .mk-sidebar-card ul, .mk-sidebar-card li, .mk-sidebar-card .widget {
    list-style: none !important; margin: 0; padding: 0;
}
.mk-sidebar-card li::before, .mk-sidebar-card li::marker {
    display: none !important; content: "" !important;
}

.kongre-widget-box {
    background: #ffffff; border-radius: 12px; padding: 25px 30px; margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(70, 35, 122, 0.05); border: 1px solid rgba(70, 35, 122, 0.03);
}
.kongre-widget-title {
    font-size: 18px; font-weight: 800; color: var(--c-purple); margin: 0 0 20px 0;
    padding-bottom: 15px; border-bottom: 1px solid #eaeaea; position: relative;
}
.kongre-widget-title::after {
    content: ""; position: absolute; left: 0; bottom: -1px; width: 50px; height: 2px; background-color: var(--c-orange);
}

.kongre-link-list { margin: 0 !important; padding: 0 !important; }
.kongre-link-list li { border-bottom: 1px dashed #eaeaea !important; padding: 12px 0 !important; }
.kongre-link-list li:last-child { border-bottom: none !important; padding-bottom: 0 !important; }
.kongre-link-list li a { color: #444; font-size: 15px; font-weight: 600; text-decoration: none; display: flex; align-items: center; transition: all 0.3s ease; }
.kongre-link-list li a i { color: var(--c-green); font-size: 13px; margin-right: 12px; transition: transform 0.3s ease; }
.kongre-link-list li a:hover { color: var(--c-purple); }
.kongre-link-list li a:hover i { transform: translateX(4px); color: var(--c-orange); }

/* Butonlar Widget Alanı */
.kongre-buttons-box { padding: 20px; }
.kongre-buttons-container { display: flex; gap: 10px; flex-wrap: wrap; }
.kongre-btn {
    flex: 1; min-width: 120px; text-align: center; padding: 12px 10px; border-radius: 6px; font-size: 14px; font-weight: 800;
    color: #fff !important; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; display: flex; justify-content: center; align-items: center; gap: 8px;
}
.kongre-btn i { font-size: 12px; transition: transform 0.3s; }
.kongre-btn:hover i { transform: translateX(3px); }

.kongre-btn-orange { background: var(--c-orange); box-shadow: 0 4px 10px rgba(229, 124, 35, 0.3); }
.kongre-btn-orange:hover { background: #cf6d1e; transform: translateY(-2px); }
.kongre-btn-purple { background: var(--c-purple); box-shadow: 0 4px 10px rgba(63, 34, 117, 0.3); }
.kongre-btn-purple:hover { background: #2f1757; transform: translateY(-2px); }
.kongre-btn-green { background: var(--c-green); box-shadow: 0 4px 10px rgba(33, 157, 83, 0.3); }
.kongre-btn-green:hover { background: #1a7a40; transform: translateY(-2px); }