﻿body {
    font-size: 14px !important;
    font-weight: 400 !important;
}

header {
    z-index: 500;
    position: relative;
}





.navbar {
    background: rgba(255, 255, 255, 0.75); /* yarı şeffaf beyaz */
    backdrop-filter: blur(10px); /* bulanıklık efekti */
    -webkit-backdrop-filter: blur(10px); /* Safari desteği */
    border-bottom: 2px solid #51b575; /* alt kenar çizgisi */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* hafif gölge */
    z-index: 1000;
}

.navbar {
    background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(240,240,240,0.8));
}


    .navbar .nav-link {
        color: #333;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .navbar .nav-link:hover {
            color: #00a86b;
        }

.navbar-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* white-space: nowrap; */
    /* line-height: 60px; */
    text-align: center;
    z-index: 500;
    background: #ffffff59;
    color: #000 !important;
}

.proje-image2 {
    max-height: 650px;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.planAlani {
    display: flex;
    align-items: center;
    height: 100vh;
}

.navlogo {
    position: absolute;
    max-width: 210px;
    top: -10px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
}

.btn-gradient-primary {
    background: linear-gradient(45deg, #0b68cb, #00c6ff);
    border: none;
    color: #fff;
    margin-bottom: 15px;
    transition: all linear 0.5s;
}

    .btn-gradient-primary:hover {
        color: #fff;
        background: linear-gradient(45deg, #0b68cb, #0088b0);
    }

.btn-gradient-secondary {
    background: linear-gradient(45deg, #6c757d, #adb5bd);
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

    .btn-gradient-secondary:hover {
        color: #fff;
        background: linear-gradient(45deg, #6d6d6d, #7e8d9d);
    }

.btn-gradient-success {
    background: linear-gradient(45deg, #28a745, #a1e39f);
    border: none;
    color: #fff;
    /*   margin-bottom: 15px;*/
}

    .btn-gradient-success:hover {
        color: #fff;
        background: linear-gradient(45deg, #28a745, #26b522);
    }

    .btn-gradient-primary:hover,
    .btn-gradient-secondary:hover,
    .btn-gradient-success:hover {
        filter: brightness(1.1);
    }


.bilgi1 {
}

    .bilgi1 a {
        color: #454545;
        text-decoration: none;
        font-weight: 400;
        display: block
    }

    .bilgi1 td {
        padding: 5px;
    }

        .bilgi1 td:hover {
            background-color: #1d83db99 !important;
        }

.secili {
    background-color: #1d83db99 !important;
}

    .secili a {
        font-weight: bold;
    }

/* MODUL BAŞLANGIÇ*/

.proje-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.tippy-box {
    pointer-events: none !important;
}

    .tippy-box[data-theme~='custom'] {
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
    }


/* Konteyner: Sağ Alt Köşe Konumlandırma */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

/* WhatsApp İkonu */
.whatsapp-icon {
    width: 60px;
    height: 60px;
    background: #25D366; /* Yeşil arka plan */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: visible;
    margin-right: 8px;
    text-decoration: none;
}

    .whatsapp-icon i {
        font-size: 30px;
        position: relative;
        z-index: 2;
        animation: heartbeat 1s infinite;
    }

    /* Dairesel Hareketli Efekt (ikon etrafında) */
    .whatsapp-icon::before,
    .whatsapp-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border: 2px solid #25D366;
        border-radius: 50%;
        opacity: 0.6;
        transform: translate(-50%, -50%);
        animation: pulse 1.5s infinite;
        z-index: 1;
    }

/* Whatsapp Yazısı */
.whatsapp-text {
    background: #fff; /* Beyaz arka plan */
    color: #25D366;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    text-decoration: none;
    position: relative;
    z-index: 2;
}

/* Kalp Atışı Animasyonu */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

/* Pulse Animasyonu */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}


.tooltipIMG1 {
    width: 210px;
}


.scrollable-table-container {
    max-height: 260px;
    overflow-y: auto;
}

.list-group-flush > .list-group-item {
    padding: 5px 15px;
}

#TabloDaire {
}

    #TabloDaire td {
        padding: 3px 3px;
        font-size: 13px;
    }

    #TabloDaire tr {
    }


.mdl1 {
}

    .mdl1 .modal-title {
    }

    .mdl1 .modal-header {
        padding: 5px 10px;
    }

#TabloDaire tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#TabloDaire tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#TabloDaire > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgb(154 175 230 / 11%);
}

.stil1 {
    min-height: 100vh !important;
}

.yazilimci {
    color: #2b2b2b;
    font-weight: 700;
    float: right;
    text-decoration: none;
}

 
.bilgi1.card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
}

.bilgi1 .card-header {
    background: linear-gradient(90deg, #004085, #0062cc);
    border-bottom: none;
    font-weight: 600;
}

.bilgi1 .list-group-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    transition: background-color .2s;
    padding: 5px 15px;
}

    .bilgi1 .list-group-item:last-child {
        border-bottom: none;
    }

    .bilgi1 .list-group-item:hover {
        background-color: #f1f3f5;
    }
 
    .bilgi1 .list-group-item.secili {
        background-color: #0062cc;
        color: #fff;
        font-weight: 600;
    }

.bilgi1 .chevron-icon {
    font-size: .9rem;
    opacity: .6;
    transition: opacity .2s;
}

.bilgi1 .list-group-item.secili .chevron-icon {
    opacity: 1;
}

.daireDetayButonlar1 {
    position: relative;
    /* right: 0px; */
    /* top: 0px; */
    z-index: 100;
    padding: 7px;
    width: 100%;
    text-align: center;
    /* margin: 0px auto;*/
}


.modern-button {
    display: inline-block;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s;
    background-size: 120% 120%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 14px;
    position: relative;
    margin-right: 7px !important;
    margin: 0px auto;
}

 
    .modern-button:hover {
        filter: brightness(1.15);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

 
.vibrant-blue {
    background: linear-gradient(135deg, #2196f3, #21cbf3);
}

.vibrant-daireTanitim {
    background: linear-gradient(135deg, #d11ca5, #9f3e5d);
}
 
.vibrant-red {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}
 
.vibrant-green {
    background: linear-gradient(135deg, #07a41e, #3db000);
}

.form-label span {
    color: red;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    background-color: #ffe6e6;
}

.is-valid {
    border: 2px solid #28a745 !important;
    background-color: #f4fff5;
}

.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 2px;
}