.logo {
    height: auto !important;
}
.sliderSingleEl img {
  width: 200px !important;
  height: auto !important;
}
.sliderSingleEl img {
 
}
/* =========================================================
   GRANDBAHIS - PREMIUM NAV MENU (MASAUSTU)
   Ince, zarif, kirmizi + siyah premium stil
   ========================================================= */

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
    font-family: "Outfit", sans-serif !important;
}

/* KIRMIZI DEGRADE (aktif item arka plani icin) */
:root {
    --red: linear-gradient(138deg,
        rgba(139, 20, 20, 1) 0%,
        rgba(200, 40, 40, 1) 25%,
        rgba(255, 70, 70, 1) 50%,
        rgba(200, 40, 40, 1) 75%,
        rgba(139, 20, 20, 1) 100%
    );
}

/* ========== NAV BAR KONTEYNER ========== */
/* Tek parca koyu gradient + ust/alt ince kirmizi cizgi */
.nav-menu-container.header-navigation:first-child {
    background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%) !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 56, 56, 0.6) 20%,
        rgba(255, 56, 56, 0.9) 50%,
        rgba(255, 56, 56, 0.6) 80%,
        transparent 100%
    ) 1 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

/* ========== SERIDIN YUKSEKLIGI ========== */
.nav-menu-container .nav-menu {
    height: 40px !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item{
    padding-top: 10px !important;
    height: 40px !important;
}

/* ========== HER ITEM (li > a) ========== */
#root > div.layout-header-holder-bc > header > div.nav-content-bc > div > nav > ul.nav-menu.nav-menu-hide-items > li > a{
    border-radius: 0 !important;
    background: transparent !important;
    border-right: none !important;
    padding: 0 22px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    transition: all 0.25s ease !important;
}

/* ========== INCE FADE AYIRICI (gradient dikey cizgi) ========== */
#root > div.layout-header-holder-bc > header > div.nav-content-bc > div > nav > ul.nav-menu.nav-menu-hide-items > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(255, 56, 56, 0.35) 50%,
        transparent 100%
    );
    pointer-events: none;
}

/* ========== MENU TEXT (span) - KIRMIZI DEGRADE ========== */
.nav-menu-item span {
    background: var(--red) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 0.8px !important;
    transition: all 0.25s ease !important;
}

/* ========== HOVER - Yumusak kirmizi glow ========== */
.nav-menu-container.header-navigation:first-child .nav-menu>li:hover>.nav-menu-item,
.nav-menu-container.header-navigation:first-child .nav-menu-other:hover>.nav-menu-item {
    background: linear-gradient(180deg,
        rgba(255, 56, 56, 0.08) 0%,
        rgba(255, 56, 56, 0.02) 100%
    ) !important;
    box-shadow:
        inset 0 -2px 0 #ff3838,
        0 0 20px rgba(255, 56, 56, 0.15) !important;
}

.nav-menu>li:hover>.nav-menu-item span,
.nav-menu-other:hover>.nav-menu-item span {
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    text-shadow: 0 0 8px rgba(255, 56, 56, 0.6) !important;
}

/* ========== AKTIF ITEM - Premium kirmizi degrade ========== */
.nav-menu>li>.nav-menu-item.active,
.nav-menu-other>.nav-menu-item.active {
    background: linear-gradient(180deg,
        #d42828 0%,
        #a01818 100%
    ) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -2px 0 rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 56, 56, 0.25) !important;
}

.nav-menu>li>.nav-menu-item.active span,
.nav-menu-other>.nav-menu-item.active span {
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Aktif item'in ayirici cizgisini gizle */
.nav-menu>li>.nav-menu-item.active::after {
    display: none !important;
}

/* ========== ICON BOYUTU (incelt) ========== */
.nav-menu-item i,
.nav-menu-item [class*="bc-i-"] {
    font-size: 14px !important;
    margin-right: 6px !important;
    opacity: 0.9;
}

/* ========== "DAHA" (MORE) BUTONU - Nav-menu-other ========== */
.nav-menu-other {
    background: transparent !important;
    border-left: 1px solid rgba(255, 56, 56, 0.2) !important;
    padding: 0 18px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
}

.nav-menu-other:hover {
    background: linear-gradient(180deg,
        rgba(255, 56, 56, 0.08) 0%,
        rgba(255, 56, 56, 0.02) 100%
    ) !important;
}