﻿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; 
    margin: auto;
}

.planAlani {
    display: flex;
    align-items: center;
    height: 100vh;
}

.navlogo {
    position: absolute;
    max-width: 169px;
    top: 0px;
    background-color: #ffffff8c;
    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;
}