﻿:root {
    --primary-blue: #28607a;
    --dark-blue: #113a4e;
    --mid-blue: #327393;
    --cyan-blue: #2187a3;
    --light-blue: #3596b5;
    --bright-cyan: #3db5ca;
    --orange-action: #bf622b;
    --overlay-bg: rgba(17, 58, 78, 0.95);
    --neon-cyan: #00f3ff;
    --btn-blue: #1d4a6a;

    --tab-e-belediye: #6c8d1b;
    --tab-kent-rehberi: #9c0461;
    --tab-e-imar: #f8c52d;
    --tab-e-bulten: #4286b8;
    --tab-projeler: #315cb3;
}

body {
    font-family: 'Ozel_Quicksand', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* --- SOL ÜST BÖLGE --- */
.custom-left-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
}

.header-top-row {
    display: flex;
    align-items: center;
    gap: 15px;	  min-height:72px;  z-index:100001;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.phone-wrapper .main-phone-icon {
    font-size: 32px;
    color: #ffffff;
}

.phone-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 4px 0;
}

/*.phone-box::before,
.phone-box::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}		 */

.phone-box::before {
    top: 0;
}

.phone-box::after {
    bottom: 0;
}

.phone-box a {
	font-family:Ozel_bb;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    padding: 0 15px 0 50px;
    display: block;
}

.custom-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-social-icons a:hover {
    transform: translateY(-2px);
}

.left-menu-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
}

.left-menu-nav .nav-item .nav-link {
    font-family: Ozel_QuicksandMedium;
    color: #ffffff !important;
    font-size: 18px;
    padding: 5px 0 !important;
    transition: color 0.3s ease;
}

.left-menu-nav .nav-item .nav-link:hover {
    color: var(--bright-cyan) !important;
}

/* --- SAĞ ÜST BÖLGE --- */
.custom-right-header {
     display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    padding-top: 15px;
}

.right-top-row {
    display: flex;
    align-items: center;
    z-index:100001;
}

.guzel-isler-logo-img {
    width: auto;
    display: block;
}

.custom-menu-trigger {
    background: transparent;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 5px 0;
}

.custom-menu-trigger i {
    font-size: 20px;
}

.custom-menu-trigger span {
    font-family: 'Ozel_Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.right-menu-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
}

.right-menu-nav .nav-item .nav-link {
    font-family: Ozel_QuicksandMedium;
    color: #ffffff !important;
    font-size: 18px;
    padding: 5px 0 !important;
    transition: color 0.3s ease;
}

.right-menu-nav .nav-item .nav-link:hover {
    color: var(--bright-cyan) !important;
}


.btn-bize-ulasin {
    font-family: 'Ozel_Quicksand', sans-serif;
    background-color: var(--btn-blue);
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 30px !important;
    border-radius: 14px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-bize-ulasin:hover {
    background-color: var(--mid-blue);
    
   /* transform: translateY(-1px);   */
}

/* --- NAVBAR GENEL AYARLARI --- */
.main-navbar {
   background: transparent !important; 
   
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3000;
    padding: 0 0 25px 0;
}

.top-center-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3001;
    text-align: center;
    display: inline-block;
}

.top-center-logo img {
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

/* --- MEGA MENÜ --- */
.header-mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 40px 0;
    border-bottom: 5px solid var(--primary-blue);
}

.header-mega-menu h6 {
    font-family: 'Ozel_Quicksand', sans-serif;
    color: var(--dark-blue);
    font-weight: 700;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.header-mega-menu ul {
    list-style: none;
    padding: 0;
}

.header-mega-menu ul li a {
    font-family: 'Ozel_Quicksand', sans-serif;
    display: block;
    padding: 7px 0;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.header-mega-menu ul li a:hover {
    color: var(--primary-blue);
    padding-left: 8px;
}

/* --- SAĞDAN SOLA KAYAN SLIDER --- */
.hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
   /* height:850px;	   */
   height: 100vh;	 
}

.hero-slider .carousel-inner {
    height: 100%;
}

.hero-slider .carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-slider .carousel-item::after {
    display: none;
}


.hero-slider-proje {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:850px;	 
 /*  height: 100vh;	   */
}

.hero-slider-proje .carousel-inner {
    height: 100%;
}

.hero-slider-proje .carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero-slider-proje .carousel-item::after {
    display: none;
}


.slider-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.slogan-main {
    font-family: 'Ozel_Quicksand', sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}

.slogan-play {
    font-family: Ozel_bb;
    font-size: 5rem;
    display: inline-block;
    text-shadow: 3px 6px 20px rgba(0, 0, 0, 0.6);
}

.slogan-accent {
     font-family: Ozel_bb;
    font-size: 3rem;
    background-color: #00a6c3; 
  color: #ffffff;  
    display: inline-block;
    text-shadow: 3px 6px 20px rgba(0, 0, 0, 0.6);   
     padding:5px 20px
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 80px;
    height: 80px;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 15;
}

.hero-slider .carousel-control-prev {
    left: 40px;
}

.hero-slider .carousel-control-next {
    right: 40px;
}

.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}







.hero-slider-proje .carousel-control-prev,
.hero-slider-proje .carousel-control-next {
    width: 80px;
    height: 80px;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 15;
}

.hero-slider-proje .carousel-control-prev {
    left: 40px;
}

.hero-slider-proje .carousel-control-next {
    right: 40px;
}

.hero-slider-proje .carousel-control-prev:hover,
.hero-slider-proje .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

	   /* Slogan Animasyonları */
.slider-content {
    /* Mevcut özelliklerinize ek olarak */
    overflow: hidden; /* Taşmaları engellemek için */
}

.slogan-main {
    animation: slideUpFade 1s ease-out forwards;
    opacity: 0;
}

.slogan-accent {
    display: inline-block;
    animation: zoomIn 1.2s ease-out forwards;
}

/* Yukarı kayma efekti */
@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Yakınlaşma efekti */
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* --- ÖZEL ETKİNLİK BUTONU --- */
.etkinlik-wrapper {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1150;
}

.btn-etkinlik {
    background-color: var(--orange-action);
    color: white;
    padding: 15px 30px 24px 30px;
    border-radius: 18px;
    text-decoration: none;
    display: inline-flex;
    /* Bu sayede i ve div yan yana kalır */
    align-items: center;
    gap: 15px;
    box-shadow: 0 8px 25px rgba(191, 98, 43, 0.4);
    transition: all 0.3s ease;
    position: relative;

    /* Hareket efekti buraya eklendi */
    animation: smooth-swing 3s ease-in-out infinite alternate;
}

/* Hover durumunda hareketi durdurmak için */
.btn-etkinlik:hover {
    animation-play-state: paused;
    transform: translateY(-2px);
    /* Var olan hover efektiniz */
    box-shadow: 0 12px 30px rgba(191, 98, 43, 0.6);
    color: white;
}

@keyframes smooth-swing {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
        /* Hareket mesafesi */
    }
}

.btn-etkinlik span {
    font-family: Ozel_b;
    font-size: 32px;
}

.btn-etkinlik small {
    font-family: Ozel;
    font-size: 11px;
    display: block;
}


.bottom-interactive-zone-projeler {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 11;
}

/* --- SEKMELER VE SEARCHBOX YAPISI --- */
.bottom-interactive-zone {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 11;
}

.service-tabs {
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1120;
}

.tab-item {
    flex: 1;
    padding: 29px 10px;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    position: relative;
}

.tab-item a {
    text-decoration: none; 
    color: inherit;        
    display: block;      
    width: 100%;
    height: 100%;
}


.tab-item a:hover {
    color: white; 
}

.tab-item:hover {
   /* opacity: 0.9;*/
}

.tab-item.active {
   /* filter: brightness(0.85);		  */
}

.tab-item h5 {
    font-family: Ozel_b;
    font-size: 19px;
    margin: 0;
}

.tab-item span {
    font-family: Ozel_bb;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.tab-item[data-menu="e-belediye"] {
    background-color: var(--tab-e-belediye);
}

.tab-item[data-menu="kent-rehberi"] {
    background-color: var(--tab-kent-rehberi);
}

.tab-item[data-menu="e-imar"] {
    background-color: var(--tab-e-imar);
}

.tab-item[data-menu="e-bulten"] {
    background-color: var(--tab-e-bulten);
}

.tab-item[data-menu="projeler"] {
    background-color: var(--tab-projeler);
}





.search-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px 35px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1120;
}

.search-input {
    font-family: 'Ozel_Quicksand', sans-serif;
    border: none;
    flex: 1;
    font-size: 16px;
    outline: none;
    color: #555;
    background: transparent;    background:#ffffff;
}

.search-input::placeholder {
    color: #777;   font-family: 'Ozel_Quicksand', sans-serif;	 background:#ffffff;
}

.search-icon {
    color: #3ca9bd;
    font-size: 26px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.search-icon:hover {
    transform: scale(1.1);
}

.bulten-modal.modal {
    z-index: 99999 !important;
}

/* --- E-BÜLTEN MODAL ÖZEL STİLLERİ --- */
.bulten-modal .modal-content {

    border-radius: 24px;
    border: none;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #f8fafc;
}

.bulten-modal .modal-header {
    background-color: var(--tab-e-bulten);
    color: white;
    border-bottom: none;
    padding: 24px 30px;
}

.bulten-modal .modal-title {
    font-size: 20px;
}

.bulten-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.bulten-modal .btn-close:hover {
    opacity: 1;
}

.bulten-modal .modal-body {
    padding: 35px 30px;
}

.bulten-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.bulten-card-link:hover {
    text-decoration: none;
}

/* Kartın içindeki butonun rengini korumak için */
.bulten-card-link:hover .btn-bulten-read {
    background-color: var(--tab-e-bulten);
    color: white;
}

/* Mevcut bulten-card üzerinde küçük bir değişiklik */
.bulten-card {
    background: white;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Eğer linkin hover durumunda kartın büyümesini istiyorsanız */
.bulten-card-link:hover .bulten-card {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.bulten-img-wrapper {
    position: relative;
    width: 100%;  /* Belirttiğin genişlik */
    height: 249px; /* Belirttiğin yükseklik */
    overflow: hidden;
    background-color: #eaeaea;
    margin: 0 auto; /* Kartın ortasında durması için */
}

.bulten-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.bulten-card:hover .bulten-img-wrapper img {
    transform: scale(1.06);
}

.bulten-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bulten-date {
    font-size: 16px;
    color: var(--tab-e-bulten);
    margin-bottom: 8px;
    display: block;
    font-family:Ozel_QuicksandBold
}

.bulten-title {
    font-size: 19px;
    color: var(--dark-blue);
    margin-bottom: 12px;    font-family:Ozel_QuicksandBold
}

.bulten-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.btn-bulten-read {
    background-color: transparent;
    color: var(--tab-e-bulten);
    border: 2px solid var(--tab-e-bulten);
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 10px;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: block;	  font-family:Ozel_QuicksandMedium
}

.btn-bulten-read:hover {
    background-color: var(--tab-e-bulten);
    color: white;
}

.modal-header {
    display: flex;
    justify-content: space-between; /* Başlığı sola, butonları sağa iter */
    align-items: center;
    padding: 24px 30px;
}

.modal-title {
    margin: 0; /* Başlığın sağa yaslanmaması için margin'i sıfırlıyoruz */
    font-size: 20px;
}

/* Tümü butonu için stili modal yapısına uygun hale getirelim */
.btn-bulten-read2 {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-bulten-read2:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* 30px boşluğu sağlıyoruz */
.me-3 {
    margin-right: 30px !important;
}

/* Kapat butonu düzeltmesi */
.bulten-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    margin: 0 !important; /* Bootstrap'in otomatik marginlerini eziyoruz */
}

/* --- TAM EKRAN OVERLAY PANEL --- */
.fullscreen-mega-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--overlay-bg);
    z-index: 99999;
    display: none;
    padding-top: 160px;
    overflow-y: auto;
}

.neon-menu-card {
    background: transparent;
    border: 1px solid rgba(61, 181, 202, 0.4);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 190px;
}

.neon-menu-card:hover {
    background: rgba(61, 181, 202, 0.12);
    border-color: var(--bright-cyan);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(61, 181, 202, 0.25);
    color: #fff;
}

.neon-card-icon {
    font-size: 42px;
    color: var(--bright-cyan);
    margin-bottom: 15px;
}

.neon-menu-card h4 {
    font-family: 'Ozel_Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.neon-menu-card p {
    font-family: 'Ozel_Quicksand', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

.close-overlay-btn {
    font-family: 'Ozel_Quicksand', sans-serif;
    position: absolute;
    top: 110px;
    right: 50px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}

.close-overlay-btn:hover {
    background: white;
    color: var(--dark-blue);
}

/* Mobil Uyum */
@media (max-width: 991px) {
    .top-center-logo {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 15px;
    }

    .top-center-logo img {
        margin: 0 auto;
    }

    .main-navbar {
        position: relative;
        top: 0;
        background: var(--dark-blue);
    }

    .custom-left-header,
    .custom-right-header {
        align-items: center;
        padding-bottom: 15px;
    }

    .right-top-row {
        flex-direction: column;
        gap: 10px;
    }

    .left-menu-nav,
    .right-menu-nav {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        text-align: center;
    }

    .slogan-main {
        font-size: 2.5rem;
    }

    .slogan-play {
        font-size: 4rem;
    }

    .bottom-interactive-zone-projeler {
        position: relative;
        bottom: 0;
        width: 100%;
        transform: none;
        left: 0;
        padding: 20px;
    }
  
    .bottom-interactive-zone {
        position: relative;
        bottom: 0;
        width: 100%;
        transform: none;
        left: 0;
        padding: 20px;
    }

    .service-tabs {
        flex-direction: column;
        border-radius: 15px;
    }

    .tab-item {
        border: none !important;
        margin: 0;
    }

    .hero-slider {
        height: 60vh;
        min-height: 400px;
    }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        width: 50px;
        height: 50px;
        top: 50%;
    }

    .hero-slider .carousel-control-prev {
        left: 10px;
    }

    .hero-slider .carousel-control-next {
        right: 10px;
    }
    
    
    
    .hero-slider-proje {
        height: 60vh;
        min-height: 400px;
    }

    .hero-slider-proje .carousel-control-prev,
    .hero-slider-proje .carousel-control-next {
        width: 50px;
        height: 50px;
        top: 50%;
    }

    .hero-slider-proje .carousel-control-prev {
        left: 10px;
    }

    .hero-slider-proje .carousel-control-next {
        right: 10px;
    }
    

    .fullscreen-mega-overlay {
        padding-top: 60px;
    }

    .close-overlay-btn {
        top: 20px;
        right: 20px;
    }

    .etkinlik-wrapper {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.has-services-mega .nav-link {
    position: relative;
    z-index: 100001;
    color: #ffffff !important;
}



.has-services-mega:hover>.nav-link {
    position: relative;
    z-index: 100001;
    color: #ffffff !important;
}

.has-services-mega:hover~.top-center-logo {
    position: relative;
    z-index: 100001;
}

.services-mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: auto;
    max-height: 0;
    overflow: hidden;
    background: rgba(24, 82, 119, 0.9);	/*mega menü arkaplan rengi*/
    backdrop-filter: blur(8px);
    transition: max-height 0.5s ease-in-out;
    z-index: 1500;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.has-services-mega:hover .services-mega-menu {
    max-height: 100vh;
}

.services-mega-menu .mega-container {
    max-width: 1720px;
    margin: 150px auto 0 auto;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.services-mega-menu .mega-col {
    flex: 0 0 14.666%;
    max-width: 14.666%;
}

.service-card {
    background: transparent;
    border: 1px solid rgba(61, 181, 202, 0.4);
    border-radius: 12px;
    padding: 30px 20px 10px 20px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.service-card:hover {
    background: rgba(61, 181, 202, 0.12);
    border-color: #3db5ca;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(61, 181, 202, 0.25);
    color: #fff;
}

.icon-box {
    font-size: 2.5rem;
    color: #5bc0de;
    margin-bottom: 15px;   min-height:80px
}

.card-title {
    font-family: Ozel_QuicksandMedium;
    color: #ffffff !important;
    font-size: 18px;
    transition: color 0.3s ease; min-height:30px
}

.card-text {
    font-family: Ozel_QuicksandMedium;
    color: #aaf1ee !important;
    font-size: 15px;
    transition: color 0.3s ease; min-height:51px
}

.top-center-logo {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-center-logo img {
    width: auto;
    transition: height 0.4s ease;
}

.main-navbar.scrolled~.top-center-logo img {
    height: 63px;	   /*ölçü*/
}

.main-navbar {
    transition: all 0.35s ease;
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.main-navbar.scrolled {
    position: fixed;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 5px 0 15px 0;
    background: rgba(24, 82, 119, 0.9) !important;
}

.main-navbar.scrolled .header-top-row,
.main-navbar.scrolled .right-top-row,
.main-navbar.scrolled .custom-left-header .phone-wrapper,
.main-navbar.scrolled .custom-left-header .custom-social-icons {
    display: none !important;
}


.kurumsal-mega-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* Sütunlar arası boşluğu biraz artırdım */
    padding: 0 45px;
    /* Yanlardan boşluk */
    margin-top: 150px;
    /* Üstten istediğiniz boşluk */
    margin-bottom: 50px;
    /* Alt boşluk */
}

.kurumsal-item {
    flex: 0 0 calc(25% - 12px);
    /* 4'lü sütun yapısı ve gap uyumu */
    display: block;
}

.kurumsal-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(61, 181, 202, 0.3);
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 500;
}

.kurumsal-link:hover {
    background: rgba(61, 181, 202, 0.2);
    border-color: #3db5ca;
    transform: translateX(5px);
}

.kurumsal-link i {
    margin-right: 12px;
    color: #3db5ca;
    font-size: 0.9rem;
}
        
		   .kurumsaldetayyazi
		   {
		   	 font-family: Ozel_QuicksandMedium;    font-size:20px
		   	
		   	}
        .yaziacikla
        {
            font-size: 18px; /* !important kısmını sildik */
            line-height: 1.6;
            display: block;
        }
        .yaziacikla *
        {
            font-size: inherit;
        }
.baslik_yeni_m h3{font-size:20px; margin: 0px 0 15px 0; font-weight: 700;  position: relative; padding-bottom: 10px; color:#161413; }
.baslik_yeni_m h3:before{ content: ""; position: absolute; display: block; width: 100%; height: 1px; background: #eef0ef; bottom: 0; left: 0;}
.baslik_yeni_m h3:after{ content: ""; position: absolute; display: block; width: 60px; height: 1px; background: #161413; bottom: 0; left: 0; }

.baslik_yeni h3{ margin: 0px 0 15px 0; position: relative; padding-bottom: 10px; color: #161413; font-size:20px; font-family: Ozel_QuicksandMedium }
.baslik_yeni h3 span{  color: #161413; font-size:20px; font-family: Ozel_QuicksandMedium }
.baslik_yeni h3:before{ content: ""; position: absolute; display: block; width: 100%; height: 1px; background: #eef0ef; bottom: 0; left: 0;}
.baslik_yeni h3:after{ content: ""; position: absolute; display: block; width: 60px; height: 1px; background: #161413; bottom: 0; left: 0; }

.baslik_yeni_yazi{color: #231f20; font-size:20px; font-family: Ozel_QuicksandMedium}

.baslik_yeni_m h3{font-size:20px; margin: 0px 0 15px 0;  position: relative; padding-bottom: 10px; color:#161413; }
.baslik_yeni_m h3:before{ content: ""; position: absolute; display: block; width: 100%; height: 1px; background: #eef0ef; bottom: 0; left: 0;}
.baslik_yeni_m h3:after{ content: ""; position: absolute; display: block; width: 60px; height: 1px; background: #161413; bottom: 0; left: 0; }

.baslik_yeni_s h3{ margin: 0px 0 15px 0; position: relative; padding-bottom: 10px; color: #161413; font-size: 17px; font-family: Ozel_bb }
.baslik_yeni_s h3 span{  color: #161413; font-size: 17px; font-family: Ozel_bb }
.baslik_yeni_s h3:before{ content: ""; position: absolute; display: block; width: 100%; height: 1px; background: #eef0ef; bottom: 0; left: 0;}
.baslik_yeni_s h3:after{ content: ""; position: absolute; display: block; width: 60px; height: 1px; background: #161413; bottom: 0; left: 0; }


										.bi {
    color: #1a2a6c !important;
}
                                    .tree-container
                                    {
                                    }
                                    .accordion-item
                                    {
                                        border: none;
                                    }
                                    .accordion-button span
                                    {
                                        font-family: Ozel_QuicksandMedium;
                                        font-size: 18px;
                                        background-color: transparent !important;
                                        box-shadow: none !important;
                                        color: #212529 !important;
                                        padding: 0.5rem 0;
                                        display: flex;
                                        align-items: center;
                                    }
                                    .accordion-button::after
                                    {
                                        content: none !important;
                                    }
                                    .header-arrow
                                    {
                                        margin-left: 10px;
                                        transition: transform 0.3s;
                                        font-size: 0.8rem;
                                    }
                                    .accordion-button.collapsed .header-arrow
                                    {
                                        transform: rotate(-90deg);
                                    }
                                    .tree-list
                                    {
                                        list-style: none;
                                        padding-left: 1.5rem;
                                        margin-top: 10px;
                                    }
                                    .tree-list li a {
  font-family: Ozel_QuicksandMedium;
                                        font-size: 18px;  padding: 0.5rem 0 0 0;
    color: #4a5152;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center; 
    text-decoration: none;
}

.sub-arrow {
    font-size: 0.7rem;
    margin-right: 10px;
    color: #adb5bd;
    flex: 0 0 15px;
    display: flex;
    justify-content: center;
}

.tree-icon {
    flex: 0 0 20px; 
    margin-right: 8px;
    color: #0d6efd;
    display: flex;
    justify-content: center;
}

.tree-text {
    flex: 1;
}

.tree-list li:hover a {
    color: #1a2a6c;
    padding-left: 0.5rem;
}


 .ara
    {
        position: relative;
    }
    .ara input
    {
        width: 100%;
        border: 1px solid #D9D9D9;
        border-radius: 6px;
        font-size: 15px;
        color: #183354;
        padding: 14px 60px 14px 20px;
        height: 60px;
        background: transparent;  font-family:Ozel_QuicksandMedium
    }
    .ara input::placeholder
    {
        font-size: 15px;
        font-weight: 500;
    }
    .ara input[type=submit]
    {
        border: none;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00a4c0;
        border-radius: 4px;
        color: #ffffff;
        line-height: 0;
        font-size: 17px;
    }
    .ara input[type=submit]:hover
    {
        background: #2486b8;
    }
    
    /*--------------------------------------------------------------
# alt sayfa liste stilleri
--------------------------------------------------------------*/

.g_sol_border {border-left: 5px solid #124d96}
.g_icon_color {color: #2f2f2f; font-size: 25px}
.g_icon_kategori_color {color: #fbcb23; font-size: 25px}
.g_yazi {font-size: 16px; color: #282626; font-family: Ozel_QuicksandMedium;}
.g_yazi_ozet {font-size: 16px; color: #282626; font-family: Ozel_Quicksand;}

.gridheader{font-size:17px;  border: 1px solid #ff0000; height:50px; color:#6c6a6f  }
.gridbas{ background:#fefefe; border: 1px solid #e7e7e7; border-bottom:none; border-bottom: 3px solid #1493d8; height:50px; font-weight: 700; color: #231f20; font-size: 17px; font-family: Ozel_bm}

.gridsatir{  font-size: 17px; font-family:Ozel_bb; color: #363636;
border:1px #e7e7e7 solid; height: 50px; background-color:#fefefe }

.gridsatir1{  font-size: 17px; font-family:Ozel_bb; color: #363636;
border:1px #e7e7e7 solid; height: 50px; background-color:#f7f7f7 }

.gridsatirsayfalamasiz{  font-size: 17px; font-family:Ozel_bb; color: #363636;
 height: 33px; background-color:#ffffff }

.gridsatir1sayfalamasiz{  font-size: 17px; font-family:Ozel_bb; color: #363636;
 height: 33px; background-color:#ffffff }


gridsatirkayityok{  font-size: 17px; font-family:Ozel_bb; color: #363636;
border:1px #b1d0e1 solid; height: 33px; background-color:#ffffff }


.gridbas_sorting{font-family: Ozel_b; font-size: 17px; color: #225866; text-decoration:none; height:25px;  
}

.gridbas_sorting:hover{font-family: Ozel_b; font-size: 17px; color: #225866; text-decoration:none; height:25px; 
}

 .sidebar-widget {
        background: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 12px;
        padding: 0;
        margin-bottom: 24px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        overflow: hidden;
    }
    .widget-header {
        background: #f8f9fa;
         font-family:Ozel_QuicksandMedium;
         text-transform: uppercase;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        color: #0e4194;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }
    .menu-group { list-style: none; padding: 0; margin: 0; }
    .menu-item {
        display: block;
        padding: 14px 20px;
        border-bottom: 1px solid #f6f6f6;
        text-decoration: none;
        color: #495057;
        transition: 0.3s;
        font-family:Ozel_QuicksandMedium
    }
    .menu-item:hover, .menu-item.active {
        background-color: #3bade3;
        color: #fff;
        padding-left: 25px;
    }
    .navbar-toggler {
        background: #0e4194;
        color: #fff;
        width: 100%;
        border: none;
        padding: 15px;
        font-weight: bold;
        border-radius: 0 0 12px 12px;
        cursor: pointer;
    }
    
        .daterangepicker
        {
            z-index: 9999 !important;
        }
        .fix-height
        {
            height: 60px !important;
            line-height: 1.5 !important;
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important;
        }
        :root
        {
            --primary-color: #3db5ca;
            --dark-color: #1f2937;
            --text-color: #6b7280;
            --border-color: #D9D9D9;
            --bright-cyan: #00a4c0;
        }
        .archive-main-wrapper
        {
            padding: 25px 0 40px;
        }
        .card-link
        {
            display: block;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }
        .news-card-wrapper
        {
            display: flex;
            background: #fff;
            border-radius: 22px;
            border: 1px solid var(--border-color);
            overflow: hidden;
            transition: all .35s ease;
            height: 200px;
            margin-bottom: 20px;
        }
        .news-card-wrapper:hover
        {
            transform: translateY(-4px);
            border-color: var(--bright-cyan);
            box-shadow: 0 12px 30px rgba(0, 164, 192, 0.25);
        }
        .img-container
        {
            width: 40%;
            overflow: hidden;
            background: #f1f5f9;
        }
        .img-container img
        {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s ease;
        }
        .news-card-wrapper:hover .img-container img
        {
            transform: scale(1.08);
        }
        .content-container
        {
            width: 60%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 10px;
        }
        .news-category-badge h4
        {
            display: inline-block;
            background: #eef9fb;
            color: var(--primary-color);
            border-radius: 40px;
            padding: 4px 12px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }
        .news-title
        {
            font-size: 16px;
            line-height: 1.3;
            font-weight: 700;
            color: var(--dark-color);
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-ozet
        {
            font-size: 16px;
            line-height: 1.3;
            color: var(--dark-color);
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-date
        {
            font-size: 13px;
            color: var(--text-color);
            margin-top: 5px;
        }
        @media screen and (max-width: 768px)
        {
            .news-card-wrapper
            {
                flex-direction: column;
                height: auto;
            }
            .img-container
            {
                width: 100%;
                height: 200px;
            }
            .content-container
            {
                width: 100%;
            }
        }
        .pagination .page-item .page-link
        {
            border: 1px solid #eef0f2;
            padding: 8px 16px;
            color: #231f20;
            text-decoration: none;
            border-radius: 8px;
            margin: 0 3px;
            display: block;
            transition: all 0.3s ease;
        }
        .pagination .page-item.active .page-link
        {
            background-color: #eef7f8;
            color: #3db5ca;
            border-color: #3db5ca;
        }
        
         .ihale-card
        {
            background: #fff;
            border: 1px solid #e1e8ed;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            transition: 0.3s;
        }
        .ihale-card:hover
        {
            border-color: #52e3dc;
        }
        .ihale-header
        {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
        }
        .ihale-title
        {
            font-size: 18px;
            font-family: Ozel_QuicksandMedium;
            color: #000;
            text-decoration: none;
            flex-grow: 1;
        }
        .btn-detay
        {
            background: #52e3dc;
            color: #000;
            padding: 8px 16px;
            border-radius: 4px;
            text-decoration: none;
            font-family: Ozel_QuicksandMedium;
            white-space: nowrap;
        }
        .ihale-info
        {
            display: flex;
            border-top: 1px solid #f0f0f0;
            padding-top: 20px;
            gap: 20px;
        }
        .ihale-col
        {
            flex: 1;
            min-width: 0;
            color: #000;
            font-size: 16px;
            line-height: 1.6;
            word-break: break-word;
        }
        .ihale-col strong
        {
            color: #000;
            font-family: Ozel_QuicksandMedium;
            font-size: 15px;
            font-weight: normal;
        }
        @media (max-width:768px)
        {
            .ihale-info
            {
                flex-direction: column;
                gap: 10px;
            }
        }
        .pagination
        {
            display: flex;
            list-style: none;
            gap: 5px;
            justify-content: center;
            margin-top: 20px;
        }
        .page-item .page-link
        {
            border: 1px solid #ddd;
            padding: 8px 12px;
            text-decoration: none;
            color: #333;
            border-radius: 4px;
        }
        .page-item.active .page-link
        {
            background: #3db5ca;
            color: #fff;
            border-color: #3db5ca;
        }
        .ihale-link
        {
            display: block;
            text-decoration: none !important;
            color: inherit;
        }
        .ihale-link:hover
        {
            text-decoration: none;
            color: inherit;
        }
        .ihale-link:hover .btn-detay
        {
            background: #3dd5cd;
        }
        .ihale-link:hover .ihale-card
        {
            border-color: #52e3dc;
            box-shadow: 0 5px 20px rgba(0,0,0,.08);
        }
        
          .gallery-wrap
        {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 40vh;
        }
        .item
        {
            flex: 1;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: none;
            transition: flex 0.8s ease;
        }
        .item:hover
        {
            flex: 2;
        }
        .etkinlikarka
        {
            background: url(/upload/tr/tasarim/web/etkinlikback.jpg) no-repeat left top;
            min-height: 397px;
        }
        @media (max-width: 800px)
        {
            .etkinlikarka
            {
                background: url(/upload/tr/tasarim/web/etkinlikbacksm.jpg) no-repeat left top;
                min-height: 397px;
            }
        }
        .modal.fade.show
        {
            z-index: 100002 !important;
        }
        .modal-backdrop.show
        {
            z-index: 1050 !important;
        }
   
        /* ==================================
    MOBİL HEADER
================================== */.mobile-home-wrapper {
    background: #11a7c8;
    position: fixed; /* Sabitlendi */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Diğer öğelerin üzerinde kalması için */
    overflow: hidden;
    transition: all 0.3s ease;    margin-bottom:90px;/* Yumuşak geçiş için */
}

/* Sayfa aşağı kaydırıldığında eklenecek sınıf */
.mobile-home-wrapper.scrolled {
    background: #0e8ca7; /* Aşağı indiğinde biraz daha koyu veya farklı bir renk */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
        /* ÜST ALAN */.mobile-topbar
        {
            height: 90px;
            padding: 0 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #11a7c8;
            position: relative;
            z-index: 101;
        }
        /* LOGO */.mobile-logo img
        {
            height: 62px;
            width: auto;
        }
        /* MENÜ BUTONU */.mobile-menu-btn
        {
            border: 0;
            background: transparent;
            color: #fff;
            font-size: 28px;
            padding: 0;
            width: auto;
            height: auto;
            box-shadow: none;
        }
        .mobile-menu-btn i
        {
            transition: .3s;
        }
        .mobile-menu-btn:hover i
        {
            transform: scale(1.1);
        }
        /* TELEFON */.mobile-phone
        {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
        }
        /* TELEFON - GÜNCELLENEN KISIM */
.mobile-phone a {
    display: flex;
    flex-direction: column; /* İkonu ve yazıyı alt alta dizer */
    align-items: center;    /* Ortalar */
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;        /* Yazı boyutu isteğe göre ayarlanabilir */
    font-weight: 700;
    line-height: 1.2;
    gap: 5px;               /* İkon ve yazı arasındaki boşluk */
}

.mobile-phone i {
    font-size: 20px;        /* İkon boyutu */
    color: #ffffff;
}
        /* SLIDER */.mobile-slider
        {
            position: relative;
        }
        .mobile-slider img
        {
            width: 100%;
            min-height: 280px;
            object-fit: cover;
        }
        /* ALT HIZLI MENÜ */.mobile-quick-links
        {
            background: #0f6f9d;
            display: flex;
        }
        .mobile-quick-links a
        {
            flex: 1;
            text-align: center;
            color: #fff;
            text-decoration: none;
            padding: 14px 5px;
            font-size: 13px;
            font-weight: 600;
            border-right: 1px solid rgba(255,255,255,.15);
        }
        .mobile-quick-links a:last-child
        {
            border-right: 0;
        }
        /* OFFCANVAS */#mobileMenuCanvas
        {
           width: 100% !important; /* Genişliği tam ekran yap */
    max-width: 100% !important; /* Maksimum genişliği kaldır */
            background: #11a7c8;
            color: #fff;
        }
       
        
        #mobileMenuCanvas  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Aradaki boşlukları dağıtır */
    position: relative;
    
    border-bottom: 1px solid rgba(255,255,255,.15);
            padding: 10px 20px 10px 20px;
}

 #mobileMenuCanvas  .offcanvas-header a {
    display: flex;
    justify-content: center;
    flex-grow: 1; /* Logoyu merkeze iter */
}

/* Kapat butonunun yerini koruması için */
 #mobileMenuCanvas .offcanvas-header .btn-close {
    margin: 0 !important; /* Otomatik marginleri sıfırla */
     filter: invert(1);
            opacity: 1;
}
        
        
        #mobileMenuCanvas .offcanvas-body
        {
            padding: 0;
        }
        /* MENÜ */.mobile-menu-list
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .mobile-menu-list li
        {
            border-bottom: 1px solid rgba(255,255,255,.12);
        }
        .mobile-menu-list li a
        {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 22px;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-family:Ozel_b;
            transition: .3s;
        }
        .mobile-menu-list li a:hover
        {
            background: rgba(255,255,255,.08);
            padding-left: 28px;
        }
        /* SOSYAL */.mobile-social
        {
            padding: 25px 20px;
            display: flex;
            gap: 12px;
        }
        .mobile-social a
        {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255,255,255,.15);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
        }
        /* BİZE ULAŞIN */
        
        /* İki butonu kapsayan ana div */
.mobile-contact-wrapper {
    display: flex;
    gap: 10px;        /* Butonlar arasındaki boşluk */
    padding: 0 20px;  /* Yanlardan boşluk bırakır */
    margin: 20px 0 20px 0;
}

/* Butonların yan yana düzgün görünmesi için güncellemeler */
.mobile-contact-wrapper .mobile-contact-btn {
    flex: 1;          /* İkisi de aynı genişliği paylaşır */
    margin: 0;        /* Eski margin değerini sıfırladık */
    padding: 15px 5px; /* İç boşluğu biraz kıstık ki sığsın */
    text-align: center;
    white-space: nowrap; /* Yazının alt satıra kaymasını engeller */
}

        
        .mobile-contact-btn
        {
            display: block;
            margin: 20px;
            background: #184a75;
            color: #fff;
            text-align: center;
            text-decoration: none;
            padding: 15px;
            border-radius: 14px;
             font-family:Ozel_b
        }
        /* ANİMASYON */.offcanvas.offcanvas-end
        {
          width: 100%;  transition: transform .45s cubic-bezier(.23,1,.32,1);
        }
        @media (min-width:992px)
        {
            .mobile-home-wrapper, #mobileMenuCanvas
            {
                display: none !important;
            }
        }
        
        .sub-menu-list {
    list-style: none;
    /* Alt menüye özel renk (Örneğin koyu bir ton) */
    background: rgba(0, 0, 0, 0.08); 
    padding: 10px 0 !important;
    border-radius: 10px; /* İstediğiniz köşe yuvarlatması */
    overflow: hidden; /* Kenarların dışına taşmayı önler */
}

.sub-menu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Opsiyonel: Satır çizgisi */
}

.sub-menu-list li:last-child {
    border-bottom: none; /* Son öğede çizgi olmasın */
}

.sub-menu-list li a {
    padding: 12px 20px !important;
    font-size: 15px !important;
            font-family:Ozel_bb;    color: #fff !important;
    display: block;
    transition: background 0.3s;
}

.sub-menu-list li a:hover {
    background: rgba(255, 255, 255, 0.15); /* Üzerine gelince renk değişimi */
}

/* Tıklanabilir ikon alanı için temel stiller */
.toggle-sub-menu {
    display: inline-block;
    transition: transform 0.3s ease; /* Ok ikonunun dönüş hızı */
}

/* Alt menü açıldığında ikonun yukarı dönmesi için sınıf */
.toggle-sub-menu.active {
    transform: rotate(180deg);
}

	   .mobile-slider .carousel-control-prev-icon,
.mobile-slider .carousel-control-next-icon {
    padding: 10px;
}

/* Okların her zaman görünür olması için zorunlu hale getiriyoruz */
.mobile-slider .carousel-control-prev,
.mobile-slider .carousel-control-next {
    opacity: 1 !important; /* Görünürlüğü asla kaybetme */
    z-index: 10;           /* İçeriklerin üstünde tut */
    width: 15%;            /* Okların tıklanabilir alanını belirle */
    background: transparent;
}

/* Eğer geçiş sırasında oklar sönümleniyorsa, Bootstrap'in varsayılan efektini eziyoruz */
.carousel-fade .carousel-control-prev,
.carousel-fade .carousel-control-next {
    transition: none !important;
}

/* Ok ikonlarının boyut ve renk dengesi (okun daha belirgin olması için) */
.mobile-slider .carousel-control-prev-icon,
.mobile-slider .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 10px;
    background-size: 50%;
}

.carousel-fade .carousel-item {
    transition-duration: 0.8s; /* Daha yavaş ve yumuşak bir geçiş için süreyi artırabilirsiniz */
}

  @media (min-width: 1200px)
    {
        .custom-container
        {
            max-width: 1600px !important;
            width: 1600px !important;
        }
    }
    @media (min-width: 992px)
    {
        .left-news-block
        {
            border-top-left-radius: 1.5rem !important;
            border-bottom-left-radius: 1.5rem !important;
            overflow: hidden;
        }
        .right-news-block
        {
            border-top-right-radius: 1.5rem !important;
            border-bottom-right-radius: 1.5rem !important;
        }
    }
    .main-news-card
    {
        height: 480px;
        transition: transform 0.3s ease;
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        overflow: hidden;
        display: block;
        cursor: pointer;
    }
    .main-news-card img
    {
        transition: opacity 0.4s ease-in-out;
    }
    .main-news-overlay
    {
        background: linear-gradient(to top, rgba(10, 24, 47, 0.95) 0%, rgba(10, 24, 47, 0.7) 40%, rgba(0,0,0,0) 100%);
        height: 65%;
        z-index: 2;
    }
    .main-news-title
    {
        font-size: 2rem;
        letter-spacing: -0.5px;
        text-decoration: none !important;
    }
    .main-news-text
    {
        line-height: 1.5;
        color: #e0e0e0;
        text-decoration: none !important;
        font-size: 1rem;
    }
    .thumb-gallery-container
    {
        background-color: #ebebeb;
        border-bottom-left-radius: 0.75rem;
        padding: 15px 11px 17px 10px;
    }
    .thumb-row
    {
        display: flex;
        width: 100%;
        gap: 6px;
    }
    .thumb-col
    {
        flex: 1;
        min-width: 0;
    }
    .thumb-item
    {
        height: 60px;
        cursor: pointer;
        opacity: 0.6;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    .thumb-item.active
    {
        opacity: 1;
        border-color: #c9252c;
        transform: translateY(-2px);
    }
    .thumb-item img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .btn-all-news
    {
        background-color: #b32025;
        font-size: 0.85rem;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s ease;
        white-space: nowrap;
        text-decoration: none !important;
    }
    .btn-all-news:hover
    {
        background-color: #94191d;
        color: #fff;
    }
    .side-news-card
    {
        background-color: #162e5b;
        transition: transform 0.2s ease;
        border-radius: 0px !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        text-decoration: none !important;
        cursor: pointer;
    }
    .side-news-card:hover
    {
        transform: translateY(-3px);
    }
    @media (min-width: 992px)
    {
        .custom-radius-top-right
        {
            border-top-right-radius: 1.5rem !important;
        }
        .custom-radius-bottom-right
        {
            border-bottom-right-radius: 1.5rem !important;
        }
    }
    .side-card-img-wrap
    {
        flex: 1 1 auto;
        overflow: hidden;
        min-height: 0;
    }
    .side-card-body
    {
        flex: 0 0 auto;
        padding: 10px !important;
        min-height: 90px;
    }
    .side-card-title
    {
        font-size: 1rem;
        line-height: 1.4;
        min-height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 4px;
        color: #ffffff;
        text-decoration: none !important;
    }
    .side-card-date
    {
        font-size: 0.70rem;
        color: #a0b2d6;
        text-decoration: none !important;
    }
    @media (min-width: 992px)
    {
        .right-news-block
        {
            display: flex;
            flex-direction: column;
        }
        .right-news-block > .row
        {
            flex: 1 1 auto;
            display: flex;
            flex-wrap: wrap;
            height: 100%;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            padding-top: 0px !important;
            align-content: stretch;
        }
        .right-news-block .col-6
        {
            height: calc(50% - 4px);
        }
    }
    @media (max-width: 991.98px)
    {
        .main-news-card
        {
            height: 380px;
            border-radius: 1.5rem !important;
        }
        .main-news-title
        {
            font-size: 1.5rem;
        }
        .thumb-row
        {
            overflow-x: auto;
            padding-bottom: 4px;
        }
        .thumb-col
        {
            flex: 0 0 75px;
        }
        .btn-all-news-col
        {
            flex: 0 0 110px;
        }
        .left-news-block
        {
            border-radius: 1.5rem !important;
        }
        .side-news-card
        {
            border-radius: 1rem !important;
        }
        .side-card-img-wrap
        {
            height: 120px;
        }
    }
    @media (max-width: 575.98px)
    {
        .main-news-card
        {
            height: 320px;
        }
        .main-news-title
        {
            font-size: 1.25rem;
        }
        .side-card-img-wrap
        {
            height: 140px;
        }
    }

 .top-center-logo img.logo-primary
        {
            display: block;
            transition: all 0.4s ease;
        }
        .top-center-logo.logo-swapped img.logo-primary
        {
            display: none;
        }
        .top-center-logo img.logo-scrolled
        {
            display: none;
            height: 63px;
        }
        .top-center-logo.logo-swapped img.logo-scrolled
        {
            display: block;
        }
        
        
         .main-showcase
    {
        position: relative;
        min-height: 800px;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
    }
    .project-header
    {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
        text-align: center;
        width: 100%;
        pointer-events: none;
    }
    .project-header h5, .project-header h2
    {
        margin: 0;
        padding: 0;
    }
    .person-sidebar
    {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 565px;
        flex-shrink: 0;
        z-index: 15;
    }
    .slider-wrapper
    {
        width: 100%;
        overflow: hidden;
        padding-top: 180px;
        z-index: 5;
    }
    .slider-track
    {
        display: flex;
        gap: 25px;
        width: max-content;
        padding-left: 500px;
        will-change: transform;
    }
    .project-card-link
    {
        text-decoration: none !important;
        display: block;
        flex-shrink: 0;
    }
    .project-card
    {
        width: 280px;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        text-align: center;
        padding-bottom: 15px;
        transition: transform 0.3s ease;
    }
    .project-card:hover
    {
        transform: translateY(-5px);
    }
    .card-img-wrap
    {
        width: 100%;
        height: 350px;
        overflow: hidden;
        padding: 10px 10px 0 10px;
    }
    .card-img-wrap img
    {
        width: 100%;
        height: 100%;
       /*  */object-fit: cover;	
        border-radius: 12px;
    }
    .card-body-custom
    {
        padding: 15px 10px 5px 10px;
    }
    .card-title-custom
    {
        font-size: 25px;
        font-family: Ozel_PoppinsRegular;
        color: #0b287b;
        margin-bottom: 4px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 76px;
        line-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-dot
    {
        width: 18px;
        height: 18px;
        background-color: #0b287b;
        border-radius: 50%;
        margin: 8px auto;
    }
    .card-category
    {
        font-size: 18px;
        color: #76c0dc;
        font-family: Ozel_PoppinsRegular;
    }
    @media (max-width: 991.98px)
    {
        .main-showcase
        {
            display: flex;
            flex-direction: column; /* Ortalamayı sola yaslama ile değiştiriyoruz */
            align-items: flex-start;
            justify-content: flex-start;
            min-height: auto;
            padding-bottom: 20px;
        }
        .project-header
        {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            margin-top: 30px;
            margin-bottom: 20px;
        }
        .person-sidebar
        {
            position: relative;
            left: 0;
            bottom: 0;
            width: 100%; /* Veya belirli bir genişlik */ /* margin: 0 auto 30px auto; -> Ortalamayı kaldırıyoruz */
            margin: 0 0 30px 0; /* Sol boşluğu sıfırlıyoruz */
            text-align: left; /* Görseli sola yaslamak için */
            padding-left: 0; /* Eğer parent kapsayıcıda padding varsa sıfırlayın */
        }
        .slider-wrapper
        {
            padding-top: 0;
        }
        .slider-track
        {
            padding-left: 15px;
        }
    }
        
        
          .backtotopbtn
        {
            position: fixed;
            right: 25px;
            bottom: 90px;
            height: 55px;
            width: 55px;
            cursor: pointer;
            border-radius: 50px;
            z-index: 10000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(15px);
            transition: all 200ms linear;
            background: #ffffff !important; 
            border: none;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15); 
        }

        .backtotopbtn.active-progress
        {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .backtotopbtn i 
        {
            font-size: 26px; 
            color: #086dff; 
            transition: all 200ms linear;
            z-index: 2; 
            pointer-events: none;
        }

        .backtotopbtn:hover i {
            color: #00afcb; 
        }

        .backtotopbtn svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .backtotopbtn svg path
        {
            fill: none;
        }

        .backtotopbtn svg.progress-circle path
        {
            stroke: #086dff;
            stroke-width: 13;
            box-sizing: border-box;
            transition: stroke-dashoffset 10ms linear;
        }