/* ==========================================================================
   Dopin Medya - Global Consolidated Custom CSS
   ========================================================================== */

/* Global Reset & Typography */
body {
    font-family: 'Roboto', sans-serif !important;
}

/* ==========================================================================
   GLOBAL SHARP-CORNERED (DİK / KÖŞELİ) DESIGN SYSTEM RESET
   ========================================================================== */
*, *::before, *::after,
.rounded, .rounded-xs, .rounded-sm, .rounded-md, .rounded-lg, .rounded-xl, .rounded-2xl, .rounded-3xl, .rounded-full,
button, input, select, textarea, img, div, span, a, section, header, footer, nav,
.swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet,
.select2-container *, .select2-dropdown, .daterangepicker, .modal, .modal-content, .swal2-popup {
    border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6, .font-condensed {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif !important;
}

/* FontAwesome 6 Icon Family Preservation */
.fa, .fas, .far, .fal, .fad, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-light, .fa-duotone,
.fa::before, .fas::before, .far::before, .fal::before, .fad::before, .fab::before, 
.fa-solid::before, .fa-regular::before, .fa-brands::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
}
.fa-solid, .fas, .fa-solid::before, .fas::before {
    font-weight: 900 !important;
}

/* FullCalendar Icon Preservation */
.fc-icon, [class^="fc-icon-"], [class*=" fc-icon-"] {
    font-family: 'fcicons', sans-serif !important;
}
.fc-icon-chevron-left::before {
    content: "‹" !important;
    font-family: system-ui, -apple-system, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
.fc-icon-chevron-right::before {
    content: "›" !important;
    font-family: system-ui, -apple-system, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
/* ==========================================================================
   COLOR PALETTES DEFINITION
   ========================================================================== */

/* 
 * Palette 1 (OLD / ARCHIVED): Classic Royal Blue & Slate
 * --primary: #2563eb; --primary-dark: #1d4ed8; --accent: #3b82f6; --bg-dark: #0f172a;
 */

/* 
 * Palette 2 (ACTIVE NEW): Luxury Black & Gold (DP Dopin Medya Logo Concept)
 * Primary Gold: #d4af37 (Gold Metallic Accent)
 * Deep Gold: #b8860b (Darker Gold)
 * Champagne Gold: #f3e5ab (Soft Light Gold)
 * Dark Obsidian: #0a0a0a (Main Dark Background)
 * Rich Charcoal: #141414 (Card & Element Background)
 */
:root {
    --theme-primary: #d4af37;
    --theme-primary-hover: #c5a028;
    --theme-primary-dark: #996515;
    --theme-bg-dark: #09090b;
    --theme-card-dark: #121215;
    --theme-text-gold: #e6ca65;
    --theme-border-gold: rgba(212, 175, 55, 0.25);
}

.font-condensed { 
    font-family: 'Roboto Condensed', 'Roboto', sans-serif !important; 
    letter-spacing: -0.01em !important; 
}

/* Modal Flat Design Reset */
.modal, .modal-content, .modal-dialog, .modal input, .modal select, .modal textarea, .modal button {
    border-radius: 0 !important;
}

/* Unified Global Form Element Height & Vertical Centering for Inputs, Selects & Select2 */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="url"],
input[type="search"],
select {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px !important;
    line-height: 36px !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
}

select option {
    padding: 6px 12px !important;
    font-size: 0.85rem !important;
    color: #0f172a !important;
    background-color: #ffffff !important;
}

/* Select2 Standard 38px Height & Arrow Styling */
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 10px !important;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 0 !important;
    color: #334155 !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #64748b !important;
    font-weight: 500 !important;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2563eb !important;
    background-color: #ffffff !important;
    outline: none !important;
}
.select2-dropdown {
    border: 1px solid #cbd5e1 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

/* Frontend Swiper Hero Slider Styles */
.heroSwiper {
    height: 580px;
}
@media (min-width: 1024px) {
    .heroSwiper {
        height: 650px;
    }
}
.swiper-slide {
    height: 100% !important;
    display: flex;
    align-items: center;
}
.hero-slide-overlay {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.75) 50%, rgba(15, 23, 42, 0.4) 100%);
}
.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3b82f6 !important;
    width: 32px;
    border-radius: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    width: 48px;
    height: 48px;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bold;
}