﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



.header_logo{
    max-width:200px !important;
}
.header_logo2 {
    max-width: 150px !important;
}



.mySlides {
    position: relative;
    background-size: cover;
    background-position: center;
}

    .mySlides::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45); /* 🔥 karartma oranı */
        z-index: 1;
    }

    .mySlides .container {
        position: relative;
        z-index: 2;
    }

.main-slider .banner-style .banner-title{
    font-size:50px !important;
}

.ne_img{
    max-width:450px;
}

.nice-select{
    width:100%;
}







.home-services {
    padding: 100px 0;
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

.service-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-content {
    padding: 25px;
}

    .service-content h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .service-content p {
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;
    }

.service-btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #81C101;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

    .service-btn1:hover {
        background: #007CFB;
        color: #fff;
    }





.home-references {
    padding: 80px 0;
    background: #f8f9fa;
}

.reference-item {
    background: black;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

    .reference-item img {
        max-width: 100%;
        height: 80px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: 0.3s;
    }

    .reference-item:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }



.service-card-modern {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    transition: 0.4s ease;
}

    .service-card-modern:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    }

.service-img-wrapper {
    position: relative;
    overflow: hidden;
}

    .service-img-wrapper img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        transition: 0.4s ease;
    }

.service-card-modern:hover img {
    transform: scale(1.08);
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
    padding: 20px;
}

.service-card-modern:hover .service-overlay {
    opacity: 1;
}

.service-btn-modern {
    background: #81C101;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

    .service-btn-modern:hover {
        background: #007CFB;
        color: #fff;
    }

.service-content-modern {
    padding: 25px;
}

    .service-content-modern h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .service-content-modern p {
        font-size: 14px;
        color: #666;
    }


.locations-hero {
    background: var(--primary-color);
    padding: 150px 0 80px 0;
    color: #fff;
}

.city-hero {
    background: var(--primary-color) !important;
    padding: 180px 0 80px 0 !important;
    color: #fff;
}
.district-hero {
    background: var(--primary-color) !important;
    padding: 180px 0 80px 0 !important;
    color: #fff;
}
.neighborhood-hero {
    background: var(--primary-color) !important;
    padding: 180px 0 80px 0 !important;
    color: #fff;
}

.locations-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

    .locations-hero p {
        font-size: 18px;
        opacity: 0.85;
    }

.locations-section {
    padding: 70px 0;
    background: #f8fafc;
}

.location-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .location-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

.location-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.location-header a {
    text-decoration: none;
    color: #0f172a;
}

    .location-header a:hover {
        color: #c026d3;
    }

.district-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .district-list li {
        margin-bottom: 8px;
    }

    .district-list a {
        text-decoration: none;
        color: #475569;
        font-size: 15px;
        transition: 0.2s;
    }

        .district-list a:hover {
            color: #c026d3;
            padding-left: 4px;
        }

.location-footer {
    margin-top: auto;
}

.more-btn {
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 14px;
}

    .more-btn:hover {
        text-decoration: underline;
    }

/* HEADER GENEL */
.site-header {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 999;
}

/* NAV WRAPPER */
.nav-wrapper {
    max-width: 1250px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.nav-logo img {
    height: 60px;
    width: auto;
}

/* MENU */
.nav-menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-menu ul li a {
        font-weight: 600;
        font-size: 16px;
        color: black !important;
        text-decoration: none;
        transition: 0.3s;
    }

        .nav-menu ul li a:hover {
            color: #6cc000;
        }

/* MOBILE TOGGLE */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
}

    .nav-toggle span {
        width: 25px;
        height: 3px;
        background: #1e1e1e;
        display: block;
    }

/* RESPONSIVE */
@media (max-width: 991px) {

    .nav-wrapper {
        padding: 15px 20px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        width: 100%;
    }

        .nav-menu ul {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            padding-top: 20px;
        }
}

.site-header.sticky {
    position: fixed;
    top: 0;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.nav-link{
    color:black;
}


.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: none; /* defaultu kapat */
    width: 26px;
    height: 3px;
    background: #000;
    position: relative;
    display: block;
}

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        width: 26px;
        height: 3px;
        background: #000;
        left: 0;
        transition: 0.3s;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 8px;
    }

.dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    animation: fadeInDown 0.3s ease;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.3s;
}

    .dropdown-item:hover {
        background: #6cc000;
        color: var(--primary-color) !important;
        border-radius: 8px;
    }

/* hover ile aç */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-link {
    position: relative;
    font-weight: 600;
}

    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0%;
        height: 2px;
        background: #6cc000;
        transition: 0.3s;
    }

    .nav-link:hover::after {
        width: 100%;
    }



    .nav-link.active {
        color: #6cc000 !important;
        font-weight: 700;
    }


.navbar-toggler-icon{
    height:auto !important;
}


.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: 30px;
        z-index: 2;
        color: white;
    }

    /* 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: #2a4869;
    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;
        color: white;
    }

    .phone-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #2a4869;
        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;
        }
