.footer {
    background: #061e3b;
    padding: 50px 0;
    margin-top: 150px;
}

footer .footerMenuList {
    display: grid;
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

footer .footerTitle {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

footer .footerMenuList .footerMenu ul {
    margin-bottom: 35px;
}

footer .footerMenuList .footerMenu ul:last-child {
    margin: 0;
}

footer .footerMenu.boxCard {
    background: #051930;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    min-width: 260px;
    height: max-content;
}

footer .footerLogo {
    margin-bottom: 30px;
    padding: 25px;
    padding-bottom: 0;
}

footer .footerLogo img {
    width: 150px;
}

footer .siteInfo li span {
    display: block;
}

footer .siteInfo li span strong {
    color: #fff;
    margin-bottom: 7px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

footer .footerMenuList .footerMenu li {
    display: block;
    margin-bottom: 15px;
}

footer .footerMenuList .footerMenu li a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

footer .footerMenuList .footerMenu li a:hover {
    color:var(--generalColor);
}

footer .footerMenuList .footerMenu li img {
    display: block;
    margin-left: auto;
    border-radius: 4px;
}

footer .footerSocial li a:hover {
    color: #fff;
    opacity: 0.8;
}

footer .footerMenuList .footerMenu li:last-child {
    margin: 0;
}

footer .footerAlt {
    background: #0f2c4f;
    padding: 17px 0;
}

footer .footerBottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footerBottom span {
    color: #F44336;
    font-size: 14px;
}

footer .footerBottom .footerMenuList {
    display: flex;
}

footer .footerBottom .logo img {
    height: 40px;
}

footer .footerBottom .copy p {
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
}

footer .footerAlt .footerMenu ul {
    display: flex;
}

footer .footerSocial {
    margin-top: 30px;
    padding: 10px;
    background: var(--generalColor);
}

footer .footerSocial ul {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    justify-content: center;
}

footer .footerSocial li {
    margin: 0!important;
}

footer .footerSocial li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--generalTwoColor);
    border-radius: 6px;
    color: #fff!important;
    font-size: 16px!important;
}

footer .footerAlt .footerMenu ul {
    display: flex;
}

footer .footerAlt .footerMenu li {
    margin: 0;
}

footer .footerAlt .footerMenu li a:before {
    content: "/";
    margin: 0 8px;
    color: var(--subColor);
}

footer .footerAlt .footerMenu li:first-child a:before {
    display: none;
}

.supportContent {
    margin-top: -110px;
    background: #10385a;
    padding: 40px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    box-shadow: 0px 5px 9px 0px #0000001a;
}

.supportContent:before, .supportContent:after {
    border-style: solid;
    content: "";
    top: -60px;
    position: absolute;
    left: -60px;
    width: 60px;
    border-color: transparent transparent #10385ae8 transparent;
    border-width: 60px 60px 60px 60px;
    z-index: -1;
}

.supportContent:after {
    right: -60px;
    left: auto;
}

.supportContent h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
}

.supportContent p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
}

.supportContent .supportList {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.supportContent .supportList .supportItem a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #061e3b;
    border-radius: 9px;
    padding: 4px;
    padding-left: 20px;
    grid-column-gap: 20px;
    font-weight: 600;
    box-shadow: 0px 5px 9px 0px #00000017;
}

.supportContent .supportList .supportItem a:hover {
    background: #061e3b;
    color: #fff;
}

.supportContent .supportList .supportItem a:hover i {
    background: #fff;
    color: #061e3b;
}

.supportContent .supportList .supportItem i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    background: #FFF;
    border-radius: 8px;
    color: #061e3b;
    font-weight: 400;
    transition: .3s;
}

@media (max-width: 1515px) {
    .supportContent:before, .supportContent:after {
        display: none;
    }

    .supportContent {
        border-radius: 12px;
    }
}
@media (max-width: 1515px) {
    .supportContent:before, .supportContent:after {
        display: none;
    }

    .supportContent {
        border-radius: 12px;
    }
}
.line{
    position: relative;
    width: 100%;
    height: 1px;
    background: #ffffff63;
    margin: 40px 0;
}

/* ORTAK */
.footer-badge{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 5;
}

.footer-badge img{
    width: 100px;
    display: block;
}

/* SOL */
.footer-badge.left{
    left: -20px;
}

/* SAĞ */
.footer-badge.right{
    right: -20px;
}
@media (max-width: 768px){

    .footer-badges{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 10px;
    }

    .footer-badge{
        position: static; /* absolute iptal */
        transform: none;
    }

    .footer-badge img{
        width: 60px;
    }
}