/* =========================================================
   FOOTER 1 - KÖŞELİ GAZETE TASARIMI
   Dosya: assets/css/footer1.css
   ========================================================= */

.mh-footer-1{
    --mhf-red:#990000;
    --mhf-red-dark:#6f0000;
    --mhf-black:#111111;
    --mhf-dark:#090909;
    --mhf-card:#151515;
    --mhf-line:rgba(255,255,255,.13);
    --mhf-muted:rgba(255,255,255,.64);
    --mhf-soft:rgba(255,255,255,.08);
    --mhf-white:#ffffff;

    position:relative;
    background:var(--mhf-dark);
    color:var(--mhf-white);
    font-family:Arial, Helvetica, sans-serif;
    margin-top:48px;
    overflow:hidden;
}

.mh-footer-1::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(153,0,0,.18),transparent 34%,transparent 68%,rgba(153,0,0,.14)),
        radial-gradient(circle at 18% 18%,rgba(153,0,0,.34),transparent 28%),
        radial-gradient(circle at 82% 58%,rgba(255,255,255,.05),transparent 32%);
}

.mh-footer-1 *,
.mh-footer-1 *::before,
.mh-footer-1 *::after{
    box-sizing:border-box;
}

.mh-footer-1 a{
    text-decoration:none;
}

.mh-footer-1 img{
    max-width:100%;
}

.mhf-container{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    position:relative;
    z-index:2;
}

/* =========================================================
   ÜST KIRMIZI ŞERİT
   ========================================================= */

.mhf-newsbar{
    position:relative;
    z-index:3;
    background:var(--mhf-red);
    color:#fff;
}

.mhf-newsbar-inner{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.mhf-newsbar-inner span{
    min-height:28px;
    display:inline-flex;
    align-items:center;
    padding:0 12px;
    background:#fff;
    color:var(--mhf-red);
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.mhf-newsbar-inner strong{
    color:#fff;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:30px;
    line-height:1;
    letter-spacing:-.035em;
    text-transform:uppercase;
}

.mhf-newsbar-inner em{
    color:rgba(255,255,255,.86);
    font-size:13px;
    font-style:normal;
    font-weight:750;
}

/* =========================================================
   ANA FOOTER GRID
   ========================================================= */

.mhf-main{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) repeat(3,minmax(150px,.75fr));
    gap:38px;
    padding:54px 0 36px;
}

.mhf-brand-col{
    min-width:0;
}

/* =========================================================
   LOGO / MARKA
   ========================================================= */

.mhf-logo-wrap{
    display:grid;
    grid-template-columns:86px minmax(0,1fr);
    gap:17px;
    align-items:center;
    color:#fff;
}

.mhf-logo-box{
    width:86px;
    height:86px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:5px solid var(--mhf-red);
    overflow:hidden;
}

.mhf-logo-box img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    padding:8px;
}

.mhf-logo-box b{
    color:var(--mhf-red);
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:52px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
}

.mhf-brand-text{
    min-width:0;
    display:block;
}

.mhf-brand-text strong{
    display:block;
    color:#fff;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:44px;
    line-height:.9;
    letter-spacing:-.048em;
    text-transform:uppercase;
}

.mhf-brand-text small{
    display:block;
    margin-top:9px;
    color:var(--mhf-muted);
    font-size:14px;
    line-height:1.45;
    font-weight:650;
}

.mhf-about{
    max-width:460px;
    margin:24px 0 0;
    color:rgba(255,255,255,.72);
    font-size:15px;
    line-height:1.7;
    font-weight:600;
}

/* =========================================================
   SOSYAL MEDYA
   ========================================================= */

.mhf-social{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px;
}

.mhf-social a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#1d1d1d;
    border:1px solid var(--mhf-line);
    color:#fff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
    transition:.18s ease;
}

.mhf-social a:hover{
    background:var(--mhf-red);
    border-color:var(--mhf-red);
    color:#fff;
    transform:translateY(-3px);
}

/* =========================================================
   FOOTER KOLONLARI
   ========================================================= */

.mhf-col{
    min-width:0;
}

.mhf-title{
    position:relative;
    display:flex;
    align-items:center;
    min-height:36px;
    color:#fff;
    font-size:18px;
    line-height:1;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.mhf-title::before{
    content:"";
    width:8px;
    height:34px;
    display:block;
    background:var(--mhf-red);
    margin-right:12px;
    flex:0 0 auto;
}

.mhf-links{
    display:grid;
    gap:10px;
}

.mhf-links a{
    position:relative;
    display:flex;
    align-items:center;
    min-height:28px;
    color:rgba(255,255,255,.74);
    font-size:14px;
    line-height:1.35;
    font-weight:700;
    transition:.18s ease;
}

.mhf-links a::before{
    content:"";
    width:6px;
    height:6px;
    background:var(--mhf-red);
    margin-right:10px;
    flex:0 0 auto;
}

.mhf-links a:hover{
    color:#fff;
    transform:translateX(5px);
}

/* =========================================================
   ÖZELLİK KUTULARI
   ========================================================= */

.mhf-feature-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    padding:0 0 36px;
}

.mhf-feature{
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    gap:14px;
    align-items:center;
    background:#141414;
    border:1px solid var(--mhf-line);
    padding:16px;
}

.mhf-feature span{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--mhf-red);
    color:#fff;
    font-size:18px;
    font-weight:950;
}

.mhf-feature strong{
    display:block;
    color:#fff;
    font-size:16px;
    line-height:1.1;
    font-weight:950;
    text-transform:uppercase;
}

.mhf-feature small{
    display:block;
    margin-top:5px;
    color:var(--mhf-muted);
    font-size:12px;
    line-height:1.35;
    font-weight:650;
}

/* =========================================================
   ALT BAR
   ========================================================= */

.mhf-bottom-wrap{
    position:relative;
    z-index:3;
    border-top:1px solid var(--mhf-line);
    background:#050505;
}

.mhf-bottom{
    min-height:56px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    color:rgba(255,255,255,.64);
    font-size:13px;
    font-weight:650;
}

.mhf-bottom span:last-child{
    color:#fff;
    font-weight:850;
}

/* =========================================================
   BACK TO TOP
   ========================================================= */

.mhf-backtop{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:99;
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--mhf-red, #990000);
    color:#fff;
    border:2px solid #fff;
    font-size:22px;
    line-height:1;
    font-weight:950;
    box-shadow:0 14px 34px rgba(0,0,0,.24);
    transition:.18s ease;
}

.mhf-backtop:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
}

/* =========================================================
   ESKİ CLASS UYUMLULUĞU
   footer1.php eski sade yapı ile gelirse de bozulmasın
   ========================================================= */

.mh-footer-1 .mhf-top{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) repeat(3,minmax(150px,.75fr));
    gap:38px;
    padding:54px 0 36px;
}

.mh-footer-1 .mhf-logo{
    display:grid;
    grid-template-columns:86px minmax(0,1fr);
    gap:17px;
    align-items:center;
}

.mh-footer-1 .mhf-logo img{
    width:86px;
    height:86px;
    object-fit:contain;
    background:#fff;
    border:5px solid var(--mhf-red);
    padding:8px;
}

.mh-footer-1 .mhf-mark{
    width:86px;
    height:86px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:5px solid var(--mhf-red);
    color:var(--mhf-red);
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:52px;
    line-height:1;
    font-weight:900;
}

.mh-footer-1 .mhf-brand strong{
    display:block;
    color:#fff;
    font-family:Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
    font-size:44px;
    line-height:.9;
    letter-spacing:-.048em;
    text-transform:uppercase;
}

.mh-footer-1 .mhf-brand span{
    display:block;
    margin-top:9px;
    color:var(--mhf-muted);
    font-size:14px;
    line-height:1.45;
    font-weight:650;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1100px){
    .mhf-main,
    .mh-footer-1 .mhf-top{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .mhf-brand-col{
        grid-column:1 / -1;
    }
}

@media(max-width:820px){
    .mhf-newsbar-inner{
        min-height:auto;
        flex-direction:column;
        align-items:flex-start;
        justify-content:center;
        padding:13px 0;
    }

    .mhf-newsbar-inner strong{
        font-size:26px;
    }

    .mhf-feature-row{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .mh-footer-1{
        margin-top:34px;
    }

    .mhf-container{
        width:min(100% - 24px, 1180px);
    }

    .mhf-main,
    .mh-footer-1 .mhf-top{
        grid-template-columns:1fr;
        gap:28px;
        padding:38px 0 28px;
    }

    .mhf-logo-wrap,
    .mh-footer-1 .mhf-logo{
        grid-template-columns:70px minmax(0,1fr);
    }

    .mhf-logo-box,
    .mh-footer-1 .mhf-logo img,
    .mh-footer-1 .mhf-mark{
        width:70px;
        height:70px;
    }

    .mhf-logo-box b,
    .mh-footer-1 .mhf-mark{
        font-size:40px;
    }

    .mhf-brand-text strong,
    .mh-footer-1 .mhf-brand strong{
        font-size:34px;
    }

    .mhf-newsbar-inner strong{
        font-size:24px;
    }

    .mhf-bottom{
        min-height:auto;
        flex-direction:column;
        align-items:flex-start;
        justify-content:center;
        padding:15px 0;
    }

    .mhf-backtop{
        right:14px;
        bottom:14px;
        width:40px;
        height:40px;
    }
}