/* FOOTER */
.td-footer{
    background:#fff;
    color:#0b2341;
    margin-top:0;
    position:relative;
    overflow:hidden;
}

.td-footer:before{
    content:"";
    position:absolute;
    inset:0;
    background:#fff;
    z-index:0;
}

.td-footer:after{
    content:"";
    position:absolute;
    right:-120px;
    top:-120px;
    width:360px;
    height:360px;
    border:70px solid rgba(6,31,63,.04);
    border-radius:50%;
    z-index:0;
}

.td-footer-container{
    width:92%;
    max-width:1280px;
    margin:0 auto;
    position:relative;
    z-index:1;
}

.td-footer-top{
    padding:58px 0 42px;
}

.td-footer-grid{
    display:grid;
    grid-template-columns:1.35fr .8fr 1fr 1.1fr;
    gap:48px;
}

.td-footer-brand img{
    max-width:220px;
    margin-bottom:22px;
    filter:none;
}

.td-footer-brand p{
    max-width:380px;
    color:#46566b;
    font-size:15px;
    line-height:1.7;
    font-weight:500;
}

.td-footer-slogan{
    display:flex;
    align-items:center;
    gap:10px;
    color:#d71920;
    font-size:12px;
    font-weight:900;
    letter-spacing:2.5px;
    text-transform:uppercase;
    margin-bottom:6px;
    max-width:380px;
}

.slogan-line{
    flex:1;
    height:1.5px;
    background:currentColor;
    opacity:0.35;
    display:block;
}

.td-footer-social{
    display:flex;
    gap:10px;
    margin-top:24px;
}

.td-footer-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(6,31,63,.06);
    border:1px solid rgba(6,31,63,.12);
    color:#061f3f;
    font-size:13px;
    font-weight:800;
    transition:.25s;
}

.td-footer-social a:hover{
    background:#d71920;
    border-color:#d71920;
    color:#fff;
    transform:translateY(-3px);
}

.td-footer h3{
    font-size:18px;
    font-weight:900;
    margin-bottom:22px;
    color:#061f3f;
    position:relative;
    padding-bottom:12px;
}

.td-footer h3:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:34px;
    height:3px;
    background:#d71920;
    border-radius:20px;
}

.td-footer-col a,
.td-footer-contact a{
    display:block;
    color:#46566b;
    font-size:14px;
    font-weight:600;
    margin-bottom:12px;
    transition:.25s;
}

.td-footer-col a:hover,
.td-footer-contact a:hover{
    color:#d71920;
    transform:translateX(5px);
}

.td-footer-contact p{
    color:#46566b;
    font-size:14px;
    line-height:1.6;
    margin-bottom:14px;
}

.td-footer-contact p span{
    display:block;
    color:#061f3f;
    font-size:13px;
    font-weight:900;
    margin-bottom:3px;
}

.td-footer-btn{
    width:max-content;
    margin-top:20px!important;
    padding:14px 26px;
    background:#d71920;
    color:#fff!important;
    border-radius:4px;
    font-size:13px!important;
    font-weight:900!important;
    letter-spacing:.3px;
    text-transform:uppercase;
    transform:none!important;
}

.td-footer-btn:hover{
    background:#061f3f;
    color:#fff!important;
}

.td-footer-bottom{
    position:relative;
    z-index:1;
    border-top:1px solid rgba(6,31,63,.1);
    background:#f4f7fb;
    padding:18px 0;
}

.td-footer-bottom .td-footer-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.td-footer-bottom p{
    color:#46566b;
    font-size:13px;
    font-weight:600;
}

.td-footer-bottom div{
    display:flex;
    align-items:center;
    gap:22px;
}

.td-footer-bottom a{
    color:#46566b;
    font-size:13px;
    font-weight:700;
}

.td-footer-bottom a:hover{
    color:#d71920;
}

/* RESPONSIVE */
@media(max-width:992px){
    .td-footer-grid{
        grid-template-columns:1fr 1fr;
        gap:36px;
    }
}

@media(max-width:768px){
    .td-footer-top{
        padding:44px 0 32px;
    }

    .td-footer-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

    .td-footer-brand img{
        max-width:190px;
    }

    .td-footer-bottom .td-footer-container{
        flex-direction:column;
        align-items:flex-start;
    }

    .td-footer-bottom div{
        flex-wrap:wrap;
        gap:14px;
    }
}

.bg-dark.text-primary {
    display: none !important;
}



/* ALT FOOTER */
.td-footer-bottom{
    position:relative;
    z-index:1;
    border-top:1px solid rgba(6,31,63,.1);
    background:#f4f7fb;
    padding:12px 0;
}

.td-footer-bottom-main{
    display:grid!important;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:25px;
}

.td-footer-copyright{
    margin:0;
    color:#46566b;
    font-size:13px;
    font-weight:700;
    justify-self:start;
}

/* NLM ORTA ALAN */
.td-footer-designer{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    justify-self:center;
    white-space:nowrap;
}

.td-footer-designer span{
    color:#46566b;
    font-size:13px;
    font-weight:700;
    letter-spacing:0;
}

.td-footer-designer a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    line-height:0!important;
}

.td-footer-designer img{
    display:block!important;
    width:120px!important;
    max-width:120px!important;
    min-width:120px!important;
    height:42px!important;
    max-height:42px!important;
    object-fit:contain!important;
    margin:0!important;
    padding:0!important;
}

.td-footer-designer a:hover img{
    opacity:.7;
}

/* YASAL LİNKLER */
.td-footer-legal{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:22px!important;
    justify-self:end;
}

.td-footer-legal a{
    color:#46566b;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}

.td-footer-legal a:hover{
    color:#d71920;
}

/* TABLET */
@media(max-width:992px){
    .td-footer-bottom-main{
        grid-template-columns:1fr auto;
    }

    .td-footer-designer{
        grid-column:1 / -1;
        grid-row:2;
        margin-top:10px;
    }
}

/* MOBİL */
@media(max-width:768px){
    .td-footer-bottom-main{
        display:flex!important;
        flex-direction:column;
        align-items:center!important;
        justify-content:center!important;
        text-align:center;
        gap:12px;
    }

    .td-footer-copyright,
    .td-footer-designer,
    .td-footer-legal{
        justify-self:center;
    }

    .td-footer-legal{
        justify-content:center!important;
        flex-wrap:wrap;
        gap:14px!important;
    }

    .td-footer-designer img{
        width:100px!important;
        max-width:100px!important;
        min-width:100px!important;
        height:36px!important;
        max-height:36px!important;
    }
}