/* Add here all your css styles (customizations) */
.bg-turuncu{background-color:#e74c3d;}
.width-100{width:100px;}
.height-100{height:100px;}
.detaylar1{z-index: 5;  white-space: normal; font-size: 15px; line-height: 50px; font-weight: 400; color: rgba(255,255,255,1); letter-spacing: 2px; border-color: rgb(255,255,255); border-style: solid; border-width: 1px 1px 1px 1px; border-radius: 50px; outline: none; box-shadow: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer;}
.detaylar1 a{text-decoration:none; color:white;}
.detaylar1 a:hover{color:#333333; text-decoration:none;}
.detaylar1:hover a{color:#333333;}
.hizliBilgiler a{font-size:18px; line-height:22px; font-weight:500; text-decoration:none; }
.hizliBilgiler i{font-size:24px; height:36px!important; font-weight:500; padding:5px 10px;}
.hizliBilgiler a:hover, .hizliBilgiler i:hover{text-decoration:none; color:#e74c3d;}
.hizliBilgiler:hover a, .hizliBilgiler:hover i{color:#e74c3d!important;}
.iCerceve{border:solid 1px #c2c2c2; padding:4px 10px;}
.hizliBilgiler:hover .iCerceve{border-color:#e74c3d;}
.bg-child-page-header{background: url('/img/site/alt-sayfalar-kucuk-bg-bucak.jpg') no-repeat fixed; }
.ikiSatir {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indirme{width:250px!important;}
.text_exposed_show img {width: 100% !important;height: auto !important;}
.bucak_haber_detay img {width: 100% !important;height: auto !important;}
#imgHaberFoto{margin-bottom:0!important;}
.modal-body img {
    width: 100% !important;
    height: auto !important;
}
.text_shadow {
    text-shadow: 1px 1px #000;
}
.hMor a, .hMor i{color:#7622da!important; }
.hMor1{border-color:#7622da!important; border:1px solid #7622da!important; }
.hMor :hover{border:1px solid #e74c3d!important;}
.hMor i:hover{border:none!important;}

.hMavi a, .hMavi i{color:#47c6eb!important; }
.hMavi1{border-color:#47c6eb!important; border:1px solid #47c6eb!important; }
.hMavi :hover{border:1px solid #e74c3d!important;}
.hMavi i:hover{border:none!important;}

.hSari a, .hSari i{color:#ffd300!important; }
.hSari1{border-color:#ffd300!important; border:1px solid #ffd300!important; }
.hSari :hover{border:1px solid #e74c3d!important;}
.hSari i:hover{border:none!important;}

.hKirmizi a, .hKirmizi i{color:#e71c4e!important;border-color:#e71c4e!important; }
.hKirmizi1{border-color:#e71c4e!important; border:1px solid #e71c4e!important; }
.hKirmizi :hover{border:1px solid #e74c3d!important;}
.hKirmizi:hover i{border-color:#e74c3d!important;}

.hGok a, .hGok i{color:#45b794!important; }
.hGok1{border-color:#45b794!important; border:1px solid #45b794!important; }
.hGok :hover{border:1px solid #e74c3d!important;}
.hGok i:hover{border:none!important;}

.hKmor a, .hKmor i{color:#6b1e5b!important; }
.hKmor1{border-color:#6b1e5b!important; border:1px solid #6b1e5b!important; }
.hKmor :hover{border:1px solid #e74c3d!important;}
.hKmor i:hover{border:none!important;}

.mail-slayt-3 { border-radius:1px; padding:10px;  }
    .mail-slayt-3 strong { filter: drop-shadow(2px 2px 1px #000); }
.carousel-indicators li { filter: drop-shadow(1px 1px 0px #000);  }
.carousel-item { background-color: black; }
.carousel-item img { /*filter: opacity(50%);*/ }
.bilgi-formu{width:668px; margin:20px auto; padding:15px; border-radius:7px; text-align:left!important}
.bilgi-formu span{color:red;}
.bilgi-formu .kutu{padding:10px; background-color:#e74c3d; border-radius:3px;}
.bilgi-formu .lbl{display:inline-block; width:200px;}
.text-red{ color: red; }
.text-center1{text-align:center!important;}
.mt-5 { margin-top: 50px; }
.g-bg-light-gray-1{background-color:#f7f7f7!important;}
@media (max-width:768px) {
    .carousel-caption h2 { font-size:100%!important; }
                           .bilgi-formu{width:calc(100% - 30px);}
}




 .services-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .services-title {
            text-align: center;
            color: #2d3748;
            margin-bottom: 40px;
        }

        .services-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .services-title p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .services-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            padding: 0 10px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-card {
            width: 170px;
            flex: 0 0 170px;
        }

        .service-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 32px 24px;
            text-align: center;
            text-decoration: none;
            color: #2d3748;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
            group: true;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s;
        }

        .service-card:hover::before {
            left: 100%;
        }

        .service-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            border-color: rgba(255, 255, 255, 0.4);
        }

        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .service-card:hover .service-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .service-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .service-desc {
            font-size: 0.9rem;
            color: #718096;
            line-height: 1.5;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }

        .service-card:hover .service-desc {
            opacity: 1;
            transform: translateY(0);
        }

        /* Renk Temaları */
        .purple { 
            --color: #8b5cf6;
            --bg: linear-gradient(135deg, #a855f7, #8b5cf6);
        }
        .blue { 
            --color: #3b82f6;
            --bg: linear-gradient(135deg, #60a5fa, #3b82f6);
        }
        .yellow { 
            --color: #f59e0b;
            --bg: linear-gradient(135deg, #fbbf24, #f59e0b);
        }
        .teal { 
            --color: #14b8a6;
            --bg: linear-gradient(135deg, #20d9cc, #14b8a6);
        }
        .red { 
            --color: #ef4444;
            --bg: linear-gradient(135deg, #f87171, #ef4444);
        }
        .indigo { 
            --color: #6366f1;
            --bg: linear-gradient(135deg, #818cf8, #6366f1);
        }

        .service-icon {
            background: var(--bg);
            color: white;
        }

        .service-card:hover .service-title {
            color: var(--color);
        }

        /* Responsive */
        @media (max-width: 480px) {
            .service-card {
                width: calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
                padding: 24px 16px;
            }
            
            .service-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
                margin-bottom: 16px;
            }
            
            .service-title {
                font-size: 1rem;
            }
            
            .service-desc {
                font-size: 0.8rem;
            }
            
            .services-title h2 {
                font-size: 1.8rem;
            }
            
            body {
                padding: 20px 10px;
            }
        }

        @media (min-width: 481px) and (max-width: 768px) {
            .service-card {
                width: calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
            }
        }

        @media (min-width: 769px) and (max-width: 1100px) {
            .service-card {
                width: calc(33.333% - 14px);
                flex: 0 0 calc(33.333% - 14px);
            }
        }

        /* Animasyonlar */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .service-card {
            animation: fadeInUp 0.6s ease forwards;
        }

        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }
        .service-card:nth-child(4) { animation-delay: 0.4s; }
        .service-card:nth-child(5) { animation-delay: 0.5s; }
        .service-card:nth-child(6) { animation-delay: 0.6s; }

        .services-grid a{text-decoration:none!important;}


.bg-child-page-header {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
    padding-left: 0;
    padding-right: 0;
    background-image: none !important;
    background-color: #e71c4e !important;
}
    .bg-child-page-header.g-bg-gray-light-v5 {
        background-color: #e71c4e !important;
    }
    /* İçerikleri tekrar container hizasına al */
    .bg-child-page-header > * {
        max-width: 1170px; /* Bootstrap container genişliği */
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }










/* Kartın tamamının yüksekliğini eşitlemek için */
.staff-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* İçeriği yay, footer en alta insin */
}

/* Resim Boyutlandırma */
.staff-img {
    width: 150px; /* Genişlik sabit */
    height: 200px; /* Yükseklik sabit (İsteğe göre değiştirin) */
    object-fit: cover; /* Resmi bozmadan, gerekirse kırparak sığdır */
    object-position: top center; /* Yüzler genelde üstte olur, odağı yukarı al */
    margin-bottom: 20px;
}

/* İsim Alanı (2 Satır Zorunluluğu) */
.staff-title {
    font-size: 1.1rem; /* h5 boyutu */
    line-height: 1.3em; /* Satır yüksekliği */
    height: 2.6em; /* 1.3em x 2 satır = 2.6em yükseklik */
    overflow: hidden; /* Taşanı gizle */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır göster */
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

/* Görev alanı için de tek satır sınırlaması (Opsiyonel - Kaymayı engeller) */
.staff-role {
    display: block;
    min-height: 1.5em; /* Boş olsa bile yer kaplasın */
}

