﻿.mainpageslogan {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    padding: 50px 0px 40px 0px;
    line-height: 3.1rem;
}


.mainpagedetail {
    color: black;
    font-size: 2rem;
    text-align: center;
    padding: 0px 0px 40px 0px;
    line-height: 1.8rem;
    font-weight: 500;
}

.mpicto .mpic-img {
    color: #002d62;
    height: 90px;
}

.mpicto .num {
    color: #72b845;
    font-weight: 600;
    font-size: 1.8rem;
}

.mpicto .exp {
    min-height: 50px;
    color: black;
    font-size: 1rem;
}

.mpicto .foot {
    padding: 10px 0px;
    color: #72b845;
    font-weight: 600;
    font-size: 1.6rem;
}

.map-container {
    position: relative;
    display: block;
    width: 100%;
}

    .map-container img {
        width: 100%;
        display: block;
    }



/* Kutucuklar */
.map-box {
    position: absolute;
    background: #72b845;
    border: 2px solid #72b870;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 10px;
    cursor: pointer;
    width: 150px;
    transition: background 0.2s, transform 0.2s;
    white-space: wrap;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

    .map-box:hover {
        background: rgba(50, 180, 50, 1);
        transform: translate(-50%, -50%) scale(1.08);
    }


    .map-box[data-id="1"] {
        left: 48%;
        top: 42%;
    }

    .map-box[data-id="2"] {
        left: 44%;
        top: 48%;
    }

    .map-box[data-id="3"] {
        left: 43%;
        top: 53%;
    }

    .map-box[data-id="4"] {
        left: 41.5%;
        top: 57%;
    }

    /* ── Boxes 5–14: placeholder positions (adjust as needed) ── */
    .map-box[data-id="5"] {
        left: 40.5%;
        top: 62%;
    }

    .map-box[data-id="6"] {
        left: 43%;
        top: 68%;
    }

    .map-box[data-id="7"] {
        left: 47%;
        top: 74%;
    }

    .map-box[data-id="8"] {
        left: 54%;
        top: 44.5%;
    }

    .map-box[data-id="9"] {
        left: 56%;
        top: 49.5%;
    }

    .map-box[data-id="10"] {
        left: 59%;
        top: 54.5%;
    }

    .map-box[data-id="11"] {
        left: 55%;
        top: 60%;
    }

    .map-box[data-id="12"] {
        left: 55%;
        top: 71%;
    }

    .map-box[data-id="13"] {
        left: 75%;
        top: 48%;
    }

    .map-box[data-id="14"] {
        left: 74%;
        top: 58%;
    }


.mc-slogan-1 {
    font-size: 3rem;
    font-weight: 300;
}

.mc-slogan-2 {
    font-size: 2.5rem;
    font-weight: 200;
}
/* Mobil koordinatlar */
@media (max-width: 768px) {

    .mainpageslogan {
        font-size: 2rem; /* değiştirdim */
        font-weight: bold;
        text-align: center;
        padding: 50px 0px 40px 0px;
        line-height: 2.3rem; /* değiştirdim */
    }

    mainpagedetail {
        color: black;
        font-size: 1.5rem; /* değiştirdim */
        text-align: center;
        padding: 0px 0px 40px 0px;
        line-height: 1.8rem; /* değiştirdim */
        font-weight: 500;
    }

    .map-box[data-id="1"] {
        left: 20%;
        top: 12%;   
    }

    .map-box[data-id="2"] {
        left: 11%;
        top: 20%;
    }

    .map-box[data-id="3"] {
        left: 22%;
        top: 35%;
    }

    .map-box[data-id="4"] {
        left: 13%;
        top: 50%;
    }
    /* ── Boxes 5–14 mobil: placeholder (adjust as needed) ── */
    .map-box[data-id="5"] {
        left: 5%;
        top: 65%;
    }

    .map-box[data-id="6"] {
        left: 15%;
        top: 80%;
    }

    .map-box[data-id="7"] {
        left: 25%;
        top: 90%;
    }

    .map-box[data-id="8"] {
        left: 27%;
        top: 12%;
    }

    .map-box[data-id="9"] {
        left: 33%;
        top: 22%;
    }

    .map-box[data-id="10"] {
        left: 40%;
        top: 36%;
    }

    .map-box[data-id="11"] {
        left: 36%;
        top: 50%;
    }

    .map-box[data-id="12"] {
        left: 30%;
        top: 73%;
    }

    .map-box[data-id="13"] {
        left: 80%;
        top: 30%;
    }

    .map-box[data-id="14"] {
        left: 80%;
        top: 60%;
    }

    .map-box {
        font-size: 0.55rem;
        padding: 4px 7px;
    }
}



.stripe-index {
    background-color: #72b845;
}

    .stripe-index .slogan {
        color: white;
        font-size: 2rem;
        font-weight: 200;
        min-height: 120px;
    }

    .stripe-index .stripe-img {
        height: 100px;
    }

    .stripe-index .stripe-slogan {
        font-size: 0.8rem;
        text-align: center;
        font-weight: 400;
    }


.news .news-header {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.news img {
    color: #002d62;
    height: 380px;
    object-fit: cover;
    transition: transform 0.25s ease;
    border-radius: 0;
}

.card:hover .news-img {
    transform: scale(1.07);
}

.news .news-exp {
    background-color: white;
    color: black;
    padding: 10px 20px 0px 20px;
    text-wrap: auto;
    font-weight: 600;
    font-size: 1.1rem;
    min-height: 120px;
}

.news .news-foot {
    font-weight: 600;
    font-size: 0.8rem;
    color: #999999;
}


.linkedin-header {
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 1.8rem;
}

.linkedin-exp {
    font-weight: bolder;
    letter-spacing: 2px;
    font-size: 1rem;
    padding-bottom: 40px;
}

.linkedin-img {
    height: 175px;
    width: 150px;
    object-fit: cover;
}

.linkedin-icons {
    padding: 10px;
    background: white;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #aaaaaa;
    margin-right: 10px;
}

.c-footer {
    padding: 20px 0px;
}

.c-footer-exp {
    color: #adacac;
    text-wrap: wrap;
    overflow-x: hidden;
    font-weight: 200;
    font-size: 1rem;
}

.c-footer-link {
    color: #adacac;
    /* text-decoration-color: white; */
    text-decoration: none;
    line-height: 1.5rem;
    display: block;
}

    .c-footer-link:hover {
        color: white;
        /* text-decoration-color: white; */
        text-decoration: underline;
    }

    .c-footer-link a {
        text-decoration: none;
        color: #adacac;
        line-height: 1.5rem;
    }




@media (max-width: 768px) {
    .map-box-mobile,
    .map-container .map-box {
        width: 18px !important;
        height: 18px !important;
        min-width: 0 !important;
        min-height: 0 !important;
        border-radius: 50% !important;
        padding: 0 !important;
        font-size: 0 !important;
        border: none !important;
        background: #72b845 !important;
        box-shadow: 0 0 0 2px #fff;
        z-index: 2;
        text-indent: -9999px;
    }

    .map-popover {
        position: absolute;
        background: #72b845;
        color: #fff;
        padding: 6px 16px;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        white-space: nowrap;
        z-index: 9999;
        box-shadow: 0 2px 12px rgba(0,0,0,0.15);
        pointer-events: auto;
        left: 0;
        top: 0;
        transform: none;
    }

    .map-popover-link{
        text-decoration: none !important;
    }
}