* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.apple-map {
    background-color: #000; /* Apple tarzı siyah */
    color: #fff !important;
    font-weight: 600;
}

.apple-map i {
    color: #fff;
}
.map-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
}


.whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.whatsapp-icon {
    background-color: #25D366; /* yeşil */
    color: #fff;               /* ikon beyaz */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.flag {
    font-size: 26px;
}

.active-agent-info {
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.8;
}

/* URL'den seçilen temsilci */
.whatsapp-btn-active {
    border: 2px solid #25D366;
}

/* Diğer temsilciler (linki kapananlar) */
.whatsapp-btn-inactive {
    display: none !important;
    cursor: default;
}
.whatsapp-btn-inactive .whatsapp-icon {
    filter: grayscale(0.2);
    display: none !important;
}






.whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
}

.whatsapp-icon {
    background-color: #25D366; /* WhatsApp yeşili */
    color: #fff !important;               /* ikon beyaz */
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.flag {
    font-size: 28px; /* bayrak büyük */
}

body {
    background: #2b2a28;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.container {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    padding: 40px 20px;
    border-radius: 20px;
}

.profile {
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.logo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 5px;
    background: #ffffff;
    object-fit: contain;
}

h1 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.profile p {
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.social-icon {
    color: #333333;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Instagram */
.social-icon.fa-instagram {
    color: #E4405F;
}

.social-icon.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
    border-color: transparent;
}

/* WhatsApp */
.social-icon.fa-whatsapp {
    color: #25D366;
}

.social-icon.fa-whatsapp:hover {
    background: #25D366;
    color: white;
    border-color: transparent;
}

/* Telegram */
.social-icon.fa-telegram {
    color: #0088cc;
}

.social-icon.fa-telegram:hover {
    background: #0088cc;
    color: white;
    border-color: transparent;
}

/* Email */
.social-icon.fa-envelope {
    color: #EA4335;
}

.social-icon.fa-envelope:hover {
    background: #EA4335;
    color: white;
    border-color: transparent;
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.link-button {
    background: #ffffff;
    color: #333333;
    padding: 16px 25px;
    text-decoration: none;
    border-radius: 12px;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    position: relative;
}

.link-button i {
    font-size: 20px;
    min-width: 15px;
}

/* Instagram button */
.link-button i.fa-instagram {
    color: #E4405F;
}

/* WhatsApp button */
.link-button i.fa-whatsapp {
    color: #ffffff;
}

/* Telegram button */
.link-button i.fa-telegram {
    color: #0088cc;
}

/* Email button */
.link-button i.fa-envelope {
    color: #EA4335;
}

.link-button:hover {
    transform: translateY(-2px);
    background: #333333;
    color: white;
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.link-button:hover i {
    color: white;
}

.contact {
    background: #515151;
    color: #ffffff;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
}

.contact:hover {
    background: #333333;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.contact i {
    color: #ff0000;
}

.contact:hover i {
    color: white;
}

@media (max-width: 480px) {
    .container {
        padding: 0;
    }
    
    .link-button {
        padding: 6px 20px;
    }

    h1 {
        font-size: 20px;
    }

    .logo {
        width: 100px;
        height: 100px;
    }
}