/* HERO ALANI */
.premium-hero-wrapper{
    margin-top:32px;
    margin-bottom:40px;
}

.premium-hero-grid{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:20px;
    align-items:start;
}

/* SOL PARÇA BUL */
.premium-filter-box{
    background:#101828;
    border-radius:24px;
    padding:24px;
    color:#fff;
    min-height:420px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.premium-filter-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
}

.premium-filter-box p{
    font-size:13px;
    opacity:.8;
    margin-bottom:20px;
}

.premium-filter-select{
    width:100%;
    height:50px;
    border:none;
    border-radius:14px;
    margin-bottom:14px;
    padding:0 14px;
    background:#fff;
}

.premium-filter-button{
    width:100%;
    height:50px;
    border:none;
    border-radius:14px;
    background:#ff6600;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.premium-filter-button:hover{
    background:#e65c00;
}

/* SAĞ SLIDER */
.premium-slider-card{
    background:#fff;
    height:420px;
    padding:14px;
    border-radius:24px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border:1px solid #ececec;
    position:relative;
}

.premium-slider-wrapper{
    height:388px;
    border-radius:20px;
    overflow:hidden;
    position:relative;
}

.premium-slide{
    height:100%;
}

.premium-slide img{
    width:100%;
    height:100%;
    min-height:388px;
    object-fit:cover;
    object-position:center center;
    border-radius:18px;
    display:block;
}

/* BUTONLAR */
.premiumPrevBtn,
.premiumNextBtn{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    border:none;
    box-shadow:0 8px 18px rgba(0,0,0,.15);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:50;
    cursor:pointer;
}

.premiumPrevBtn{
    left:20px;
}

.premiumNextBtn{
    right:20px;
}

/* MOBİL */
@media(max-width:992px){

    .premium-hero-grid{
        grid-template-columns:1fr;
    }

    .premium-filter-box{
        min-height:auto;
    }

    .premium-slider-card{
        height:auto;
    }

    .premium-slide img{
        height:220px;
    }

    .premiumPrevBtn,
    .premiumNextBtn{
        width:42px;
        height:42px;
    }
}

.header-top .position-relative{
    width:400px !important;
}

.search-input{
    width:100% !important;
}

.premium-info-strip .premium-info-box{
    background:#fff !important;
    border-radius:18px !important;
    padding:22px 18px !important;
    text-align:center !important;
    box-shadow:0 8px 24px rgba(0,0,0,.08) !important;
    height:100% !important;
    transition:.3s !important;
}

.premium-info-strip .premium-info-box i{
    font-size:26px !important;
    color:#f27a1a !important;
    margin-bottom:12px !important;
    display:block !important;
}

.premium-info-strip .premium-info-box h4{
    font-size:16px !important;
    font-weight:700 !important;
    margin-bottom:6px !important;
}

.premium-info-strip .premium-info-box p{
    font-size:13px !important;
    color:#666 !important;
    margin:0 !important;
}

.premium-hero-wrapper{
    margin-bottom:12px !important;
}

.premium-slider-card{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.premium-info-strip{
    margin-top:8px !important;
}

.header-bottom .header-items{
    display:flex !important;
    align-items:center !important;
    gap:7px !important;
}

.header-bottom .header-items::before{
    font-family:"Font Awesome 6 Free" !important;
    font-weight:900 !important;
    color:#f27a1a !important;
    font-size:14px !important;
    display:inline-block !important;
}

/* 1 */
.header-bottom .header-div:nth-child(1) .header-items::before{
    content:"\f72e" !important;
}

/* 2 */
.header-bottom .header-div:nth-child(2) .header-items::before{
    content:"\f085" !important;
}

/* 3 */
.header-bottom .header-div:nth-child(3) .header-items::before{
    content:"\f0eb" !important;
}

/* 4 */
.header-bottom .header-div:nth-child(4) .header-items::before{
    content:"\f7d9" !important;
}

/* 5 */
.header-bottom .header-div:nth-child(5) .header-items::before{
    content:"\f613" !important;
}

/* 6 */
.header-bottom .header-div:nth-child(6) .header-items::before{
    content:"\f21c" !important;
}

.dropdown-content .dropdown-items{
    width:25% !important;
    max-width:25% !important;
    flex:0 0 25% !important;
    font-size:12px !important;
    line-height:1.4 !important;
    white-space:normal !important;
}

/* PREMIUM SLIDER GELİŞTİRME */

.premium-slider-card{
    background:#fff;
    border-radius:26px;
    padding:14px;
    border:1px solid rgba(255,255,255,.6);
    box-shadow:
        0 20px 50px rgba(16,24,40,.08),
        0 8px 18px rgba(16,24,40,.05);
    overflow:hidden;
    position:relative;
}

/* hafif premium glow */
.premium-slider-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:26px;
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.35),
        rgba(255,255,255,0)
    );
    pointer-events:none;
    z-index:1;
}

/* slider alanı */
.premium-slider-wrapper{
    border-radius:22px;
    overflow:hidden;
}

/* görsel geçiş */
.premium-slide img{
    transition:transform 6s ease;
}

/* aktif slide hafif zoom */
.premium-slide:hover img{
    transform:scale(1.03);
}

/* owl geçiş yumuşatma */
.premium-slider-wrapper .owl-item{
    transition:all .8s ease;
}

/* premium oklar */
.premiumPrevBtn,
.premiumNextBtn{
    width:54px;
    height:54px;
    border-radius:50%;
    background:rgba(255,255,255,.96);
    border:none;
    box-shadow:
        0 10px 25px rgba(0,0,0,.12);
    transition:all .3s ease;
    backdrop-filter:blur(8px);
}

/* hover ok */
.premiumPrevBtn:hover,
.premiumNextBtn:hover{
    background:#fff;
    transform:translateY(-50%) scale(1.08);
}

/* ikon */
.premiumPrevBtn i,
.premiumNextBtn i{
    color:#101828;
    font-size:15px;
}

/* dots premium */
.premium-slider-wrapper .owl-dots{
    position:absolute;
    bottom:14px;
    width:100%;
    text-align:center;
}

.premium-slider-wrapper .owl-dot span{
    width:10px !important;
    height:10px !important;
    margin:4px !important;
    background:rgba(255,255,255,.55) !important;
    border-radius:20px !important;
    transition:.3s;
}

.premium-slider-wrapper .owl-dot.active span{
    width:26px !important;
    background:#fff !important;
}