﻿/* ==========================================================
   CONTACT PAGE 2026
========================================================== */


.contact-page {
    width: 100%;
    min-height: 900px;
    padding: 140px 8% 100px;
    background: radial-gradient( circle at top right, rgba(0,217,255,.12), transparent 35% ), radial-gradient( circle at bottom left, rgba(0,120,255,.12), transparent 40% ), #020817;
    overflow: hidden;
}






/* HEADER */

.contact-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}



.contact-badge {
    display: inline-block;
    color: #00d9ff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 20px;
}





.contact-header h1 {
    color: white;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0;
}



    .contact-header h1 span {
        color: #00d9ff;
    }




.contact-header p {
    color: #9fb5d8;
    font-size: 20px;
    margin-top: 25px;
}









/* ANA ALAN */


.contact-wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 50px;
    max-width: 1400px;
    margin: auto;
    align-items: stretch;
}









/* SOL BİLGİLER */


.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}





.contact-card {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 25px;
    border-radius: 24px;
    background: linear-gradient( 145deg, rgba(255,255,255,.06), rgba(255,255,255,.02) );
    border: 1px solid rgba(0,217,255,.15);
    backdrop-filter: blur(15px);
    transition: .4s ease;
}





    .contact-card:hover {
        transform: translateX(10px);
        border-color: #00d9ff;
        box-shadow: 0 15px 40px rgba(0,217,255,.18);
    }







.contact-icon {
    width: 55px;
    height: 55px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00d9ff;
    color: #00121c;
    font-size: 23px;
    flex-shrink: 0;
}





    .contact-icon.whatsapp {
        background: #25d366;
        color: white;
    }







.contact-card h3 {
    color: white;
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 800;
}




.contact-card p {
    color: #a8bad6;
    margin: 0;
    line-height: 1.6;
}



.contact-card a {
    color: #00d9ff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}






.whatsapp-link {
    display: inline-block;
    margin-top: 10px;
}











/* YOL TARİFİ */

.route-button {
    margin-top: 10px;
    height: 65px;
    border-radius: 20px;
    background: #00d9ff;
    color: #00121c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    transition: .4s;
}




    .route-button:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0,217,255,.35);
    }









/* HARİTA */


.contact-map-box {
    padding: 25px;
    border-radius: 35px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(0,217,255,.18);
    backdrop-filter: blur(20px);
}






.map-header {
    margin-bottom: 25px;
}




    .map-header h3 {
        color: white;
        font-size: 28px;
        margin: 0;
    }



    .map-header p {
        color: #00d9ff;
        margin-top: 8px;
    }






.map-frame {
    width: 100%;
    height: 620px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(0,217,255,.25);
}







    .map-frame iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }









/* MOBİL */


@media(max-width:1100px) {


    .contact-wrapper {
        grid-template-columns: 1fr;
    }



    .contact-header h1 {
        font-size: 42px;
    }



    .map-frame {
        height: 450px;
    }
}





@media(max-width:600px) {


    .contact-page {
        padding: 120px 20px 70px;
    }



    .contact-header h1 {
        font-size: 34px;
    }



    .contact-header p {
        font-size: 16px;
    }


    .contact-card {
        padding: 20px;
    }
}
