﻿/* ==========================================================
   FOOTER
   SAMSUN GÖÇÜK TİMİ
   FINAL ALIGNMENT
========================================================== */


.site-footer {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
    background: radial-gradient( circle at top right, rgba(0,255,255,.08), transparent 35% ), #05080f;
    overflow: hidden;
}



    .site-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, #00e5ff, transparent );
    }



/* ==========================================================
   MAIN GRID
========================================================== */


.footer-main {
    display: grid;
    grid-template-columns: 260px 170px 220px 220px 240px;
    gap: 35px;
    align-items: start;
}



/* ==========================================================
   ABOUT AREA
========================================================== */


.footer-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    margin-top: -5px;
}



.footer-logo {
    display: block;
    margin-bottom: 10px;
}



    .footer-logo img {
        width: 135px;
        height: auto;
        display: block;
    }



.footer-about p {
    width: 250px;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #9db3c8;
    font-size: 13px;
    line-height: 1.8;
}





/* ==========================================================
   SOCIAL ICONS
========================================================== */


.footer-social {
    display: flex;
    gap: 10px;
}



    .footer-social a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(0,229,255,.25);
        color: #fff;
        font-size: 15px;
        transition: .3s ease;
    }



        .footer-social a:hover {
            background: #00e5ff;
            color: #041018;
            transform: translateY(-3px);
        }





/* ==========================================================
   COLUMN TITLES
========================================================== */


.footer-column h4 {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-left: 14px;
}



    .footer-column h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 18px;
        background: #00e5ff;
        border-radius: 10px;
    }





/* ==========================================================
   LINKS
========================================================== */


.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



    .footer-column ul li {
        margin-bottom: 12px;
    }



        .footer-column ul li a {
            display: flex;
            align-items: center;
            color: #9db3c8;
            font-size: 13px;
            text-decoration: none;
            transition: .3s ease;
        }



            .footer-column ul li a::before {
                content: "›";
                color: #00e5ff;
                font-size: 17px;
                margin-right: 8px;
            }



            .footer-column ul li a:hover {
                color: #ffffff;
            }





/* ==========================================================
   CONTACT
========================================================== */


.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}



    .footer-contact-item i {
        color: #00e5ff;
        font-size: 17px;
    }



    .footer-contact-item span {
        color: #9db3c8;
        font-size: 13px;
        line-height: 1.6;
    }





/* ==========================================================
   MAP
========================================================== */


.footer-map {
    width: 240px;
    height: 150px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0,255,255,.2);
}



    .footer-map iframe {
        width: 100%;
        height: 100%;
        border: 0;
        filter: grayscale(70%) brightness(.75);
    }





/* ==========================================================
   BOTTOM
========================================================== */


.footer-bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.footer-copyright {
    color: #7890a5;
    font-size: 12px;
}



.footer-links {
    display: flex;
    gap: 12px;
}



    .footer-links a {
        color: #7890a5;
        font-size: 12px;
        text-decoration: none;
    }



        .footer-links a:hover {
            color: #00e5ff;
        }





/* ==========================================================
   RESPONSIVE
========================================================== */


@media(max-width:1200px) {


    .footer-main {
        grid-template-columns: repeat(3,1fr);
    }



    .footer-map {
        width: 100%;
    }
}




@media(max-width:768px) {


    .footer-main {
        grid-template-columns: 1fr;
    }



    .footer-about p {
        width: auto;
    }



    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
/* ==========================================================
   FOOTER MODERN CONTACT + MAP UPDATE
========================================================== */


/* İLETİŞİM ALANI */

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #a8bad6;
    font-size: 14px;
    transition: .35s ease;
}



    .footer-contact-item:hover {
        color: #ffffff;
        transform: translateX(5px);
    }



    .footer-contact-item i {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: rgba(46,230,214,.12);
        color: #2ee6d6;
        font-size: 18px;
        flex-shrink: 0;
    }




/* ==========================================================
   YOL TARİFİ BUTONU
========================================================== */


.footer-route {
    margin-top: 12px;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    background: linear-gradient( 135deg, #2ee6d6, #08bfff );
    color: #06131c;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: .35s ease;
}



    .footer-route i {
        font-size: 18px;
    }



    .footer-route:hover {
        transform: translateY(-4px);
        color: #06131c;
        box-shadow: 0 15px 35px rgba(46,230,214,.35);
    }





/* ==========================================================
   GOOGLE MAP
========================================================== */


.footer-map {
    width: 100%;
    height: 220px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(46,230,214,.20);
    background: #08111d;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    transition: .4s ease;
}



    .footer-map:hover {
        transform: translateY(-5px);
        border-color: #2ee6d6;
        box-shadow: 0 25px 60px rgba(46,230,214,.20);
    }




    .footer-map iframe {
        width: 100%;
        height: 100%;
        border: 0;
        filter: saturate(.85) brightness(.85);
        transition: .4s ease;
    }



    .footer-map:hover iframe {
        filter: saturate(1) brightness(1);
    }







/* ==========================================================
   FOOTER LOGO
========================================================== */


.footer-logo img {
    width: 135px;
    height: auto;
    object-fit: contain;
    transition: .4s ease;
}



    .footer-logo img:hover {
        transform: scale(1.05);
    }





/* ==========================================================
   RESPONSIVE
========================================================== */


@media(max-width:992px) {


    .footer-map {
        height: 250px;
    }
}



@media(max-width:600px) {


    .footer-route {
        height: 45px;
    }


    .footer-map {
        height: 220px;
    }
}
/* ==========================================================
   FOOTER CONTACT COMPACT SPACING
========================================================== */


.footer-contact {

    gap:10px;

}



.footer-contact-item {

    gap:12px;

    min-height:34px;

}



.footer-contact-item i {

    width:34px;

    height:34px;

    font-size:16px;

}



.footer-contact-item span {

    line-height:1.3;

}




.footer-route {

    margin-top:8px;

    height:44px;

}
/* ==========================================================
   FOOTER CONTACT TRUE COMPACT
========================================================== */

.footer-contact {
    gap: 4px !important;
}


.footer-contact-item {
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 28px !important;
}



    .footer-contact-item i {
        width: 32px !important;
        height: 32px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
    }



    .footer-contact-item span {
        line-height: 1.2 !important;
        font-size: 13px !important;
    }



.footer-route {
    margin-top: 6px !important;
    height: 42px !important;
}


/* Çalışma saati iki satırlı olduğu için sıkıştır */

.footer-contact-item:last-of-type span {
    line-height: 1.15 !important;
}