

@media(min-width:1400px) {
    .navbar_logo {
        max-width: 275px;
    }
}

@media(max-width:1400px) {
    .navbar_logo {
        max-width: 200px;
    }
}

.index_alan_5_img {
    max-height: 600px !important;
    object-fit: cover;
}

.area-box {
    display: block;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    color: #222;
    transition: .3s;
}

    .area-box:hover {
        background: #d71920;
        color: #fff;
        transform: translateY(-3px);
    }


/* FULL PAGE LOADER */
#page-loader {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* ROAD */
.loader-road {
    position: relative;
    width: 100%;
    height: 120px;
    border-bottom: 2px solid rgba(0,0,0,0.5);
    /* YOL GÖLGESİ */
    box-shadow: 0 6px 2px rgba(0,0,0,0.15), 0 0 0 rgba(0,0,0,0.15);
}


/* TRUCK */
.truck {
    position: absolute;
    top: 30px;
    left: 20%;
    transform: translateX(-50%);
    font-size: 70px;
    animation: drive 5.5s linear infinite;
}


    .truck svg {
        color: black;
    }

/* TRUCK MOVE */
@keyframes drive {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(120vw);
    }
}


/* WHEEL EFFECT (subtle) */
.truck i {
    animation: bounce 0.3s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(2px);
    }
}

/* FADE OUT */
body.loaded #page-loader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

/* BRAND TEXT / LOGO */
.loader-brand {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    color: #fff;
    pointer-events: none;
    background-color: white;
}

    .loader-brand h2 {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
    }

    /* Logo kullanırsan */
    .loader-brand img {
        max-width: 300px;
    }

.loader-road {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 120px;
}


.navbar-top {
    background-color: white;
}





.whatsapp-fixed-container {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 25px;
        z-index: 2;
    }

    /* Dalga Animasyonu */
    .whatsapp-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(37, 211, 102, 0.5);
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .whatsapp-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .whatsapp-link .wave:nth-child(3) {
            animation-delay: 1s;
        }

/* Dalga Animasyonu */
@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}



.phone-fixed-container {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.phone-link {
    display: inline-block;
    background-color: #1F2A44;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .phone-link i {
        font-size: 18px;
        z-index: 2;
    }

    .phone-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #1F2A44;
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .phone-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .phone-link .wave:nth-child(3) {
            animation-delay: 1s;
        }


.subtitle {
    color: white;
}


@media(max-width:1200px) {
    .navbar-top ul li {
        display: inline-block;
        color: white;
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .navbar-top ul li {
        display: inline-block;
        color: black;
        font-size: 14px;
    }
}
