@import url("https://fonts.googleapis.com/css?family=Work+Sans:ital,wght@0,100..900|Josefin+Sans:300,400,500,600,700|Sacramento|Sulphur+Point:400,700&display=swap");

@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("swiper-bundle.min.css");
@import url("flag-icons.min.css");

.skiptranslate {display:none;} 
.goog-te-banner-frame { display: none !important; }
.goog-te-combo { margin: 0 !important; }

:root {
    --navy-primary: #0A192F;
    --navy-darker: #060E1A;
    --navy-secondary: #172A45;
    --gold-accent: #D4AF37;
    --gold-hover: #B59226;
}

.cur {cursor:pointer;}
body {
    font-family: 'Work Sans', sans-serif;
    color: #2b2b2b; font-weight:400; font-size:18px;
	top: 0 !important;
}
.container {max-width:90%;width:1480px;}
.fw-extrabold {}
.elyazi {font-family: "Sacramento", cursive;}
.navbar {padding:0px;}
.navbar .logo {max-width:150px; background-position: center center;   background-repeat: no-repeat;
  background-size: cover;
object-fit:cover;}
.respons {max-width:150px; background-position: center center;  background-repeat: no-repeat;
  background-size: cover;
object-fit:cover;}
  
.bg-dark-navy { background-color: var(--navy-primary) !important; }

.bg-dark-blue { background: linear-gradient(135deg, #061536, #0f2750) !important; }
.f25 {font-size:25px;}
.f30 {font-size:35px;}
.red {color:#fc0000;}
.gold {color:#d6b200;}
/*.bg-navy-darker { background-color: var(--navy-darker) !important; } */
.bg-navy-darker { background:linear-gradient(135deg, #5084a0, #3f4f67) !important; }




.text-gold { color: var(--gold-accent) !important; }
.hover-gold:hover { color: var(--gold-accent) !important; transition: 0.2s; }
.fs-7 { font-size: 0.825rem; }

.fw {width:100%;}
.inine strong {float:left;}
h4 {font-size:20px;}
.nav-link.active h4 {
	color:#04bdce;
}
.d-flextabs {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	}
.nav-tabs  {
	margin-top:5px;
       margin-bottom:12px;
	   border-bottom:none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border:none;
	background:transparent;
	border-bottom:4px solid #0788b7;
}
.section-bg {background:#fff;}

.nav-tabs .nav-link {
    margin-bottom: 0px;
padding-top:7px;	
border:none;
}

.project-detail .table {font-size:18px;}


.section-subtitle { display: block; margin-bottom: 12px; color: #0d6efd; font-size: 13px; font-weight: 700; letter-spacing: 3px; } 
.title-heading { display: flex; align-items: center; gap: 18px; } 
.title-line { display: block; width: 55px; height: 4px; flex: 0 0 55px; background:rgb(255, 183, 77);border-radius: 10px; } .title-heading h2 { margin: 0; color: #172033; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; font-weight: 700; letter-spacing: -1.5px; } @media (max-width: 576px) { .title-heading { gap: 12px; } .title-line { width: 35px; flex-basis: 35px; } .title-heading h2 { font-size: 30px; } }
 .htext {font-size:22px;}
  .htext .f35{font-size:2.4em; font-weight:700; color:#ff6000;margin-bottom:7px;}
.nav-link {
    display: block;
    padding: 3px;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.coince {font-size:17px; color:#666;}
.block__quote {position:relative; display: inline-flex; }
.block__quote .sep {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 42px;
    height: 32px;
    transform: translateY(-50%);
}
.sep_note {position:relative; margin-left:47px;}

.nav-link h4 { cursor:pointer; color:#000; font-weight:700;font-size:18px; width:auto; margin:7px 14px;}
.overlay h3 {font-size:20px; font-weight:400;}
.project-card{
    position:relative;
    height:350px;
    border-radius:18px;
    cursor:pointer;
    overflow:hidden;
	margin-bottom:24px;
}

.project-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px;
    color: #fff;
    background: rgba(0, 0, 0, .15);
    transition: .4s;
    flex-wrap: wrap;
    align-content: space-around;
}

.overlay a{
	opacity:0;
    color:#fff;
	border:1px solid #999;
	min-width:100px;
	margin:0 auto;
}

.overlay h3{
    margin-bottom:10px;
}

.overlay p{
	display:absolute;
	top:10px;
    opacity:0;
    transform:translateY(20px);
    transition:.35s;
}

.overlay div{
    opacity:0;
    transform:translateY(20px);
    transition:.35s;
}


.project-card:hover img{
    transform:scale(1.08);
}

.project-card:hover .overlay{
    background:rgba(0,0,0,.80);
}

.project-card:hover p{
    opacity:1;
    transform:translateY(0);
}

.project-card:hover div{
    opacity:1;
    transform:translateY(0);
}


.project-card:hover a{
	border:1px solid #999;
    opacity:1;
    transform:translateY(0);
}


.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    flex-direction: row-reverse;
}

.btn-outline-light:hover {
    color: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #333; 
    border-color: var(--bs-btn-active-border-color);
}
.btn-outline-light {
    background-color: #333;
}


.swiper{
    padding-bottom:20px;
}
.projectSlider {
    width:100%;
    overflow:hidden;
}

.projectSlider .swiper-slide {
    height:auto;
}


.card-img, .card-img-top {height:300px;max-height:200px; object-fit:cover;}
.card-img, .card-img-4 {height:400px;max-height:300px; width:100%; max-width:100%; object-fit:cover;}

.cardo {
    position: relative;
}

.cardo .card-img-4 {
    display: block;
    width: 100%;
}

.cardo::before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    
    /* Sadece img alanı kadar */
    top: 0;
    left: 0;
    width: 100%;
 height:300px;

    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 35px;

    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.cardo:hover::before {
    opacity: 1;
}



.cardo {
	position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	cursor: pointer;
	overflow: hidden;
	}
	


	.cardo a {
    display: flex;
    padding: 8px;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
	font-size:23px;
	font-weight:600;
	color:#000;
	}
	.card-b span {font-size:18px; font-weight:500;}

 .card-b .btn-detay {
	 font-size:18px;
    padding: 4px 12px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #000;
	font-weight:500;
    cursor: pointer;
}


.oval {border-radius:14px;}
.dt {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
	}
.project-card img {
    width:100%;
    height:100%;
    object-fit:cover;
}

img.cover {
    width:100%;
    height:100%;
    object-fit:cover;
}

.section-header {
    text-align: center;
    padding-bottom: 7px;
}
.section-header h2:before {
    margin: 0 15px 10px 0;
}
.section-header h2:after {
    margin: 0px 15px 10px 10px;
}
.section-header h2:before, .section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #feb900;
    display: inline-block;
}

.section-header-left {
    text-align: left;
    padding-bottom: 7px;
	color:#000;
}
.section-header-left h2:before {
    margin: 0 15px 10px 0;
}
.section-header-left h2:after {
    margin: 0px 15px 10px 10px;
}
.section-header-left h2:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #feb900;
    display: inline-block;
}




.phone {
    display: flex;
    align-items: center;
    gap: 8px; /* ikon ile numara arasındaki boşluk */
    margin: 10px 0;
}

.phone i {
    color: #fff; /* ihtiyacına göre değiştir */
    font-size: 16px;
}

.phone span {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 767.98px) {
  .features .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .modcopy {margin-top:24px;}

  .features .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
  }
}

a {text-decoration:none;}

@font-face {
    font-family: "ince";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/Champagne.ttf") format("truetype");
}
@font-face {
    font-family: "CaviarDreams";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/CaviarDreams.ttf") format("truetype");
}

.CaviarDreams {font-family:"CaviarDreams",arial;font-size:2em;}
.ince {font-family:"ince",arial;font-size:3em;}
.services-area {max-width:100%; background:#ffffff; padding-top:70px; padding-bottom:35px; }

.services-area .section-title {margin-bottom:40px;}
	.services-area{padding-top:24px;padding-bottom:35px;} 
	.categories-area .single-cat{border:1px solid #e1ebf7;border-radius:6px;padding:61px 22px;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;position:relative;z-index:1}
.categories-area .single-cat::before{position:absolute;content:"";width:100%;height:0;background:#ff3d1c;transition:.6s;bottom:0;left:0;z-index:-1;border-radius:6px}
.categories-area .single-cat .cat-icon span{color:#eb566c;font-size:50px;margin-bottom:30px;display:block}

	@media only screen and (min-width: 576px) and (max-width: 767px){
		.services-area{padding-top:70px;padding-bottom:20px}
		}
		@media (max-width: 575px){
			.services-area{padding-top:70px;padding-bottom:20px}
			}
			.services-area .single-services .services-icon{padding-top: 11px;margin-bottom:17px;width:67px;height:67px;background:#fff;line-height:67px;text-align:center;border-radius:50px;display:inline-block;position:relative}.services-area .single-services .services-icon::before{content:"";position:absolute;top:-12px;left:-12px;width:90px;height:90px;background:transparent;border-radius:50%;transition:.5s;border:2px dashed #31ff7a;box-sizing:border-box;animation:animate 10s linear infinite}@keyframes animate{0%{transform:scale(1) rotate(0deg)}100%{transform:scale(1) rotate(360deg)}}.services-area .single-services .services-icon span{color:#eb566c;font-size:38px;padding-top:3px;display:block}
			.services-area .single-services .services-cap h5>a{color:#333;font-size:20px;font-weight:700;margin-bottom:21px;display:block;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}@media only screen and (min-width: 576px) and (max-width: 767px){
				.services-area .single-services .services-cap h5>a{font-size:29px}}
				.services-area .single-services .services-cap p{margin-bottom:32px;color:#000;font-size:16px}@media only screen and (min-width: 576px) and (max-width: 767px){
					.services-area .single-services .services-cap p{font-size:15px}}
					


/* Buton Stilleri */
.btn-gold {
    background-color: var(--gold-accent);
    color: #eee;
    border: none;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: var(--gold-hover);
    color: #ffffff;
}

/* Hero & Glassmorphism */
.hero-section-main {
    min-height: 50vh;
	max-height:450px;
  position: relative;
    padding: 0px 0px;
	background:#000;
}



.hero-section {
    min-height: 60vh;
	max-height:410px;
  position: relative;

    padding: 0px 0px;
	background:#eee;
}

.glass-search-card {
    background: rgba(250, 255, 255, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
	color:#000;
}

/* Footer Tasarımı */
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: all 0.2s ease;
}
.footer-links a:hover {
    color: var(--gold-accent);
    padding-left: 5px;
}

.social-icon-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-icon-btn:hover {
    background: var(--gold-accent);
    color: #000;
}

/* Sidebar */
.sidebar {
    min-width: 260px;
    max-width: 260px;
    min-height: 100vh;
}

/* Scroll to Top Butonu Stilleri */
#scrollTopBtn {
    position: fixed;
    bottom: 10px;
    right: 5px;
    width: 48px;
    height: 48px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    border: none;
	background:#ff9a36;
	color:#ffffff;
}
.dfle a {margin-right:12px; border-radius:17px; text-decoration:none; border:1px solid #999;padding:7px 12px;}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
	
}

#scrollTopBtn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}


/* Swiper Hero Slider */
.hero-section-main {
    position: relative;

}
.hero-section-main .heroSwiper {
    width: 100%;
 height:480px;
}

.hero-slide-main {
	height:450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}



.heroSwiper {
    width: 100%;
 height:430px;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slide-note {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
	width:1000px;
    max-width: 100%;
}

.text-white-50 {
    color: rgba(255, 255, 255, 1) !important;
}


/* Swiper Ok ve Nokta Özelleştirmeleri */
.swiper-button-next, .swiper-button-prev {
    color: var(--gold-accent) !important;
    width: 50px;
    height: 50px;
    background: rgba(10, 25, 47, 0.6);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--gold-accent);
    color: #000 !important;
}




.swiper-pagination-bullet {
    background: #666666 !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #04bdce !important;
    opacity: 1;
    width: 25px;
    border-radius: 10px;
}

/* Glassmorphic Search Card Pozisyonlama */
.hero-search-wrapper {
    margin-top: 10px;
}

.z-2 {
	padding:27px;
	border-radius:24px;
	max-width:80%;
	background-color: rgb(0,0,0,0.2);
}


/* Dil Seçici Dropdown Stilleri */
.dropdown-menu-item:hover {
    background-color: rgba(212, 175, 55, 0.15) !important;
    color: var(--gold-accent) !important;
}

.dropdown-menu-item.active {
    background-color: var(--gold-accent) !important;
    color: #000 !important;
    font-weight: 600;
}

.fi.fis {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.youvideo {padding:7px; margin-bottom:17px;}
.youvideo iframe{width:100%;height:250px;border-radius:17px;}



.hizo  {max-width:95%; position:relative;top:-20px;padding:3px; border:1px solid #eee; border-top-left-radius:22px; border-top-right-radius:22px;}
.hizo h3 {background: transparent;padding:7px; color:#333;}
.hizo img {height:350px;object-fit:cover; border:none;}
.hialt {width:75%;margin-top:-40px;padding:35px;}
.btn-outline-light {background-color:#333;}
.btn-outline-light:hover {background-color:#000;}
.btn-outline-light::active {background-color:#000;}



.project-header {width:100%; }
.project-header .pjlogo { max-width:200px; }
.roundicon {width:60px;height:60px; font-size:30px; }
.text-light2 {color:#ddd;}


.stats-section {
        background: linear-gradient(135deg, #061536, #0f2750);
        padding: 40px 0;
        position: relative;
        overflow: hidden;
    }

    .stats-section::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(212, 175, 55, 0.12);
        border-radius: 50%;
        filter: blur(100px);
        top: -250px;
        left: -150px;
    }

    .stat-card {
        position: relative;
        z-index: 1;
        text-align: center;
		padding:10px 10px;
        color: #fff;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 20px;
        background: rgba(255,255,255,.06);
        backdrop-filter: blur(12px);
        transition: all .4s ease;
    }

    .stat-card:hover {
        transform: translateY(-10px);
        border-color: rgba(212, 175, 55, .6);
        box-shadow: 0 20px 50px rgba(0,0,0,.3);
    }

    .stat-number {
        font-size: clamp(48px, 6vw, 76px);
        font-weight: 800;
        line-height: 1;
        background: linear-gradient(135deg, #efe6cd, #ffc107);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .stat-title {
        margin-top: 18px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #cbd5e1;
    }

    .stat-icon {
        font-size: 32px;
        color: #d4af37;
        margin-bottom: 20px;
    }

    .stats-heading {
        color: #fff;
        font-weight: 800;
        margin-bottom: 50px;
    }

    .stats-heading span {
        color: #d4af37;
    }
	
	
	
	.ozellik-form .check-icon {font-size:18px;margin-right:7px; color:#abc000;}
	.ozellik-form-2 .check-icon {font-size:18px;margin-right:7px; color:#abc000;}
	
	.ozellik-kart {
    background: #fff;

    padding: 7px 7px;

    border-radius: 18px;

    box-shadow: 0 2px 8px rgba(0,0,0,.10);

    height: 100%;
}

.ozellik-baslik {
display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
	background:#ffffff;
	padding:7px;
	border-bottom:1px dotted #111;
}

.ozellik-baslik .icon {color:#061536; font-size:40px; margin-bottom:12px;border-radius: 50%; padding:17px; background:#ffffff;}

.ozellik-baslik h3 {
    margin: 0 0 0 5px;
    font-size: 24px;
    color: #111;
    font-weight: 700;
}


.ozellik-icon {
    width: 40px;
    height: 40px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 28px;
    font-weight: bold;
}

.ozellik-form-2 label {
    display: flex;
    width: 100%;
    cursor: handle;
    padding: 4px 0;
    font-size: 16px;
    color: #222;
    transition: .2s;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
}

.ozellik-form label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding: 8px 0;
    font-size: 16px;
    color: #222;
    transition: .2s;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
}


.ozellik-form input[type="checkbox"] {

    width: 20px;
    height: 20px;

    margin-right: 12px;

    cursor: pointer;

    accent-color: #0d6efd;
}

.ozellik-form label:hover {

    color: #0d6efd;

}



.ozellik-form input[type="checkbox"]:checked + span {

    color: #0d6efd;

    font-weight: 600;

}

.fot-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
	
}

.fot-gallery a {
	border:1px solid #ddd;padding:4px;
    display: block;
    height: 150px;
	
    overflow: hidden;
    border-radius: 8px;
}

.fot-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.fot-gallery a:hover img {
    transform: scale(1.05);
}


.fot-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}

.fot-gallery a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    transition: opacity .3s ease;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
}

.fot-gallery a:hover::before {
    opacity: 1;
}

.fot-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.fot-gallery a:hover img {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .fot-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .fot-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .fot-gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .ozellik-baslik h3 {
        font-size: 20px;
    }

    .ozellik-kart {
        padding: 8px;
    }

}



.galeri-item-fancy {max-width:200px;}


.feature-card {
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c49a5a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .4s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    width: 78px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f3eb;
    color: #b18a4a;
    font-size: 27px;
    transition: all .4s ease;
}

.feature-card:hover .feature-icon {
    background: #b18a4a;
    color: #fff;
    transform: scale(1.08);
}

.feature-card h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

.feature-card p {
    color: #777 !important;
    font-size: 14px;
    line-height: 1.75;
}

#dp h2 {font-weight:700;}
.ozel {
	font-family: 'Josefin Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-left:8px;
}
.daire-detay .detail {max-height:400px; object-fit:cover; border-radius:12px;}
.daire-tabs {
    border-bottom: none;
}
.daire-tabs .nav-link {
    min-width: 70px;
    padding: 15px 25px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background: #f4f4f4;
    color: #333;
    font-weight: 600;
    transition: all .2s ease;
}
.daire-tabs .nav-link:hover {
    background: #567283;
    color: #fff;
    border-color: #e28a24;
}
.daire-tabs .nav-link.active {
    background: #587688;
    color: #fff;
    border-color: #587688;
}
.daire-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #587688;
    color: #fff;
    padding: 20px 40px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,.35);
    transition: all .2s ease;
}
.daire-row:hover {
    background: #e28a24;
    color: #fff;
}
.daire-row::after {
    content: "Detay";
    background: rgba(255,255,255,.18);
    padding: 5px 12px;
    margin-left: 20px;
    border-radius: 3px;
    font-size: 12px;
}
.daire-row[aria-expanded="true"] {
    background: #d97916;
    color: #fff;
}

.daire-row[aria-expanded="true"]::after {
    content: "Kapat";
    background: rgba(0,0,0,.15);
}

.daire-detay {
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
    border-top: none;
}

.daire-detay img {
    width: 100%;
}

.daire-detay h3 {
    color: #12344d;
    margin-bottom: 20px;
}


.daire-detay p {
    margin-bottom: 10px;
    color: #555;
}

@media (max-width: 576px) {
    .daire-tabs .nav-link {
        padding: 12px 15px;
        min-width: auto;
    }

    .daire-row {
        padding: 17px 20px;
    }
}
.ozel .nav-item .nav-link { font-size:20px;font-weight:600;border-radius: 0px; border:1px solid #ddd; padding:3px 7px;}
.ozel .nav-item .active { background:#567283; color:#fff; }

.daire-count-card {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: all .2s ease;
    align-items: center;
}

.daire-count-card:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.daire-count-icon {
    width: 60px;
    height: 50px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5ff;
    color: #000;
	border:1px solid #ddd;
    border-radius: 7px;
    font-size: 24px;
}

.daire-count-number {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.daire-count-title {
    
    font-weight: 500;
	color:#207ec9;
}

.daire-count-text {
    color: #888;
    font-size: 13px;
}

.ozel-kademe-tabs {
    width: 100%; margin-bottom:25px;
}

.ozel-kademe-tabs .ozel-kademe-menu {
    width: 100%;
    display: flex;
    border-bottom: 2px solid #e5e5e5;
}

.ozel-kademe-tabs .ozel-kademe-menu .nav-item {
    flex: 1 1 25%;
}

.ozel-kademe-tabs .ozel-kademe-menu .nav-link {
    width: 100%;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: #f7f7f7;
    color: #777;
    padding: 7px 7px;
    font-weight: 500;
}

.ozel-kademe-tabs .ozel-kademe-menu .nav-link:hover {
    background: #333;
    color: #fff;
}

.ozel-kademe-tabs .ozel-kademe-menu .nav-link.active {
    background: #24566e;
    color: #fff;
	font-weight: 500;
    border-bottom-color: #24566e;
}

.ozel-kademe-tabs .ozel-kademe-content {
    padding-top: 5px;
}