@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Exo', sans-serif;
	}
.top {
	font-family: 'Exo', sans-serif;
	height:40px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	border-bottom:2px solid #4c89ca;
	letter-spacing:1px;
}
.top a {
	text-decoration:none;
	margin-top:10px;
	padding:5px;
	float:right;
	margin-left:5px;
	color:#4c89ca;
	text-align:center
}
.siyah {
	color:#000;
}
.form-border {
	border-radius:0;
	border:1px solid #d9dbdf;
	color:#333;
}
.alt-border {
	border-bottom:2px solid #4c89ca;
	padding-bottom:-10px;
}
.sayfa-resim {
	height:450px;
}
.banner {
	background-position:center;
	height:200px;
	overflow:hidden;
}
.banner-baslik {
	margin-top:75px;
	color:#fff;
	letter-spacing:1px;
	font-size:11px;
}
.banner-baslik a {
	text-decoration:none;
	color:#fff;
}
.top a:hover {
	color:#fff;
}
.logo {}
.iletisim-blok {
	height:100px;
	background-color:#4c89ca;
	color:#fff;
	line-height:100px;
}
.buton-siyah {
	background-color:#333;
	color:#fff;
	border:0;
	border-radius:0;
	margin-top:30px;
}
.ust {
	background-color:#fff;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:2px solid #4c89ca;
}
.bas10item {
	margin-bottom:15px;
}
.bas {
	margin-top:30px;
}
.bas10 {
	margin-top:10px;
}
.bas50 {
	margin-top:50px;
}
.bas15 {
	margin-bottom:30px;
}

@media (max-width: 768px) {
 .logo{
	 text-align:center;
 }
}
@media (max-width: 768px) {
 .sm-ust{
	 text-align:center;
	 letter-spacing:2px;
 }
}
@media (max-width: 768px) {
 .slayt img {
	 height:300px;
 }
}
/* ESKİ HİZMET KUTUSU STİLLERİ SİLİNDİ */
.leftt {
	margin-left:15px;
}
.bosluk{
	 letter-spacing:2px;
	 font-weight:bold;
	 margin-top:10px;
 }
.haber {
	border:1px solid #242b33;
	padding:20px;
}
.refler {
	border:1px solid #242b33;
	padding:20px;
}

.animee {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
/* ESKİ EFEKT STİLLERİ KORUNDU */
.efekt-alan {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	margin: 0;
	background: #4c89ca;
	max-width: 100%;
	width: 100%;
	margin-bottom:30px;
}
.efekt-alan img {
	position: relative;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.efekt-alan:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.efekt-alan figcaption {
	color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.efekt-alan figcaption::before, .efekt-alan figcaption::after { pointer-events: none; }
.efekt-alan figcaption, .efekt-alan figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.efekt-alan figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.efekt-alan:hover img { opacity: 0.1; }
.efekt-alan:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.efekt-alan p a {
	color: #ffffff;
	font-size: 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.efekt-alan p a:first-child {
	-webkit-transform: translate3d(0px, -100px, 0);
	transform: translate3d(0px, -100px, 0);
}
.efekt-alan p a:nth-child(2) {
	-webkit-transform: translate3d(0px, -100px, 0);
	transform: translate3d(0px, -100px, 0);
}
.efekt-alan:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.efekt-alan p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
	height: 56px;
}
.efekt-alan p i {
	font-size: 20px;
	line-height: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #ffffff;
	width: 50px;
	height: 50px;
	margin: 2px;
	color: #ffffff;
	background: transparent;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.efekt-alan p i:hover {
	color: #242b33;
	border: 1px solid #ffffff;
	background: #ffffff;
}
.delay5 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.efekt-8 {
	position: relative;
	z-index: 1;
	display: inline-block;
	cursor: pointer;
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.efekt-8:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	pointer-events: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
}
.efekt-8:hover {
	background: rgba(255,255,255,0.05);
	color: #ffffff;
}
.efekt-8:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
.foto-baslik {
	text-align: center;
	padding: 20px 20px 10px ;
	background: #fdfdfd;
	border: 1px solid #dddddd;
	border-top: none;
}
.foto-baslik.baslik2, .foto-baslik2.baslik2, .foto-baslik3.baslik2 {
	text-align: left !important;
	padding: 20px 20px 10px !important;
}
.item-baslik {
	z-index:150;
	background-color:#4c89ca;
	color:#fff;
	height:40px;
	font-size:17px;
	line-height:40px;
	text-align:center;
	bottom:0px;
	}
.cizgi {
	width:75px;
	height:3px;
	margin:0 auto;
	background-color:#4c89ca;
	margin-bottom:50px;
}
.cizgi-2 {
	width:75px;
	height:3px;
	margin:0 auto;
	background-color:#4c89ca;
	margin-bottom:30px;
}
.cizgi-sol {
	width:75px;
	height:3px;
	background-color:#4c89ca;
	margin-bottom:30px;
	
}
.cizgi-sag {
	width:75px;
	height:3px;
	background-color:transparent;
	margin-bottom:30px;
	float:right;
}
.baslik a {
	text-decoration:none;
	color:#4c89ca;}
.baslik a:hover {
	text-decoration:none;
	color:#333;}
.cizgi-tum {
	width:100%;
	height:3px;
	background-color:#4c89ca;
	margin-bottom:10px;
}
.beyaz {
	background-color:#fff;
	padding:20px;
	border:1px solid #d9dbdf;}
.sol-border {
	border-left:1px solid #d9dbdf;}
.liste {
	margin-bottom:15px;
	border:1px solid #e9ebee;
	height:105px;
	overflow:hidden;}
.liste2 {
	margin-bottom:15px;
	border:1px solid #e9ebee;
	height:150px;
	overflow:hidden;}
.liste img {
	height:105px;}
@media (max-width: 768px) {
.liste img {
	height:105px;
	width:100%;}
}
.liste2 img {
	height:150px;}
.liste-baslik {
	font-weight:bold;
	font-size:18px;
	margin-top:5px;}
.liste-baslik a {
	text-decoration:none;
	color:#4c89ca;}
.tarih {
	font-size:10px;
	margin-top:-5px;}
.renk {
	background-color:#4c89ca;
	border:0;
	border-radius:0;}
.renk-yazi {
	color:#4c89ca;}
.renk:hover {
	background-color:#242b33;
	border:0;
	border-radius:0;}
.tab-baslik{
	background-color:#4c89ca;
	border:0;
	border-radius:0;}

.govde {
	background-color:#242b33;
	background-image:url(../dosyalar/1.jpg);
	color:#fff;
	padding-top:30px;
	margin-top:20px;
	padding-bottom:10px;}
#footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100px;
	padding: 100px 0 90px;
	color: #bbbbbb;
	
	margin-top:30px;
}

#footer h4 { color: #dddddd; }
.alt-biz a img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.alt-list {
	padding: 0;
	list-style: none;
}
.alt-list li { padding: 8px 2px; }
.alt-list li a { color: #ffffff; }
.alt-list li a:hover { color: #ffffff; }
.alt-list li i {
	margin-right: 8px;
	color: #dddddd;
}
.alt-list li span {
	color: #dddddd;
	font-weight: bold;
}
/* telif */
#telif {
	position: relative;
	width: 100%;
	min-height: 72px;
	padding: 20px 0px;
	overflow: hidden;
	color: #fff;
	background: #4c89ca;
}
.telif {
	margin: 5px auto;
	color: #fff;
}
.telif-link {
	padding: 0;
	list-style: none;
	margin: 5px 0;
	float: right;
}
.telif-link li { display: inline-block; }
.telif-link li + li:before {
	padding: 0 10px;
	color: #bbbbbb;
	content: "/\00a0";
}
.telif-link li a { color: #ffffff; }
.telif-link li a:hover { color: #ffffff; }
@media (max-width: 767px) {
.telif { text-align: center; }
.telif-link {
	float: none;
	text-align: center;
	margin: -10px auto;
}
}
.btn-temizle {
	margin-left:10px;
	border:0; border-radius:0; }
.btn-facebook {
	background-color:#3f5798;
	border:0;
	border-radius:0;
	margin-bottom:10px;}
.btn-google {

	border:0;
	border-radius:0;}
.btn-twitter {
	background-color:#439bc3;
	color:#fff;
	border:0;
	border-radius:0;
	margin-bottom:10px;}
.btn-facebooks {
	background-color:#3f5798;
	border:0;
	border-radius:0;}
.btn-twitters {
	background-color:#439bc3;
	color:#fff;
	border:0;
	border-radius:0;}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
.kalin {
	font-weight:bold;}
@media (min-width: 768px) {
.col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.alt {
	margin-top:50px;
	margin-bottom:50px;}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
	background-color:#000;
	color:#fff;
	border:0;
	border-radius:0;
}
.biz {
	background-image:url(../dosyalar/referans.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-top:50px;
	padding-bottom:50px;
	color:#fff;}
.sidebar-sol a{
	
	color:#333;
	width:100%;
	font-size:16px;
	float:left;
	margin-bottom:10px;
	letter-spacing:1px;}
.sidebar-sol {
	border-right:1px solid #333;}
.yasla {
	float:left;
	margin-right:15px;
	margin-bottom:5px;}
.resim {
	padding:10px;
	border:1px solid #d9dbdf;
	transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
	}
.resim:hover {
	background-color:#4c89ca;
	transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;}
.navbar-default {
 background-color:transparent;

}
.navbar-default .navbar-brand {
 color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color: #5e5e5e;
 background-color: transparent;
}
.navbar-default .navbar-text {
 color: #777;
}
.navbar-default .navbar-nav > li > a {
 color: #777;
 background-color: transparent;
 font-weight:bold;
 transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
font-size:16px;
border:1px solid ;
border-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #333;
 background-color: transparent;
 border:1px solid #d9dbdf;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 color: #555;
background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
 color: #ccc;
 background-color: transparent;
}
.navbar-default .navbar-toggle {
 border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
 background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 color: #555;
 background-color: transparent;
}
@media (max-width: 767px) {
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #777;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #333;
  background-color: transparent;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
 }
}
.navbar-default .navbar-link {
 color: #777;
}
.navbar-default .navbar-link:hover {
 color: #333;
}
.navbar-default .btn-link {
 color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
 color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
 color: #ccc;
}
.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 display: none;
 float: left;
 width: 225px;
 padding: 5px 0;
 margin: 2px 0 0;
 font-size: 16px;
 text-align: left;
 list-style: none;
 background-color: #4c89ca;
 -webkit-background-clip: padding-box;
     background-clip: padding-box;
 border: 1px solid #ccc;
 border: 1px solid rgba(0, 0, 0, .15);

 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
 right: 0;
 left: auto;
}
.dropdown-menu .divider {
 height: 1px;
 margin: 9px 0;
 overflow: hidden;
 background-color: #e5e5e5;
}
.dropdown-menu > li > a {
 display: block;
 padding: 3px 20px;
 clear: both;
 font-weight: normal;
 color: #fff;
 white-space: nowrap;
 height:35px;
 line-height:35px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
 color: #262626;
 text-decoration: none;
 background-color: #e9ebee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
 color: #fff;
 text-decoration: none;
 background-color: #337ab7;
 outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
 display: block;
}
.open > a {
 outline: 0;
}
.dropdown-menu-right {
 right: 0;
 left: auto;
}
.dropdown-menu-left {
 right: auto;
 left: 0;
}
.ac {
	border-color:transparent #4c89ca #4c89ca transparent ;
  border-style:solid;
  border-width:30px;
  width:0;
  height:0;
	float:left}
.panel-default {
 border-color: #ddd;
}
.panel-default > .panel-heading {
 color: #fff;
 background-color: #4c89ca;
 border-color: #ddd;
 border-radius:0
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
 border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
 color: #f5f5f5;
 background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
 border-bottom-color: #ddd;
}

/* ESKİ FLEXISEL VE SLIDER KODLARI BURADA OLSAYDI SİLİNECEKTİ */

/* ======================================== */
/* 1. YENİ HERO ALANI STİLLERİ */
/* ======================================== */
.hero-section {
  position: relative;
  height: 600px;
  overflow: hidden;
  color: #ffffff;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 50, 100, 0.4);
}

.hero-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.hero-text-area h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text-area p.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

/* ANA CTA BUTONU (TURUNCU VURGU) */
.btn-primary-cta {
  background-color: #ff5722; /* YENİ VURGU RENGİ */
  border-color: #ff5722;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.btn-primary-cta:hover {
  background-color: #e64a19;
}

/* CTA FORM KARTI */
.cta-form-card {
  background-color: #ffffff;
  color: #333;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-form-card h4 {
  text-align: center;
  color: #007bff;
  margin-bottom: 25px;
  font-weight: 600;
}

.cta-form-card .form-control {
  margin-bottom: 15px;
  border-radius: 4px;
}

.btn-secondary-submit {
  width: 100%;
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .hero-section { height: auto; padding-top: 50px; padding-bottom: 50px; }
  .hero-content .row { flex-direction: column-reverse; }
  .hero-text-area { text-align: center; margin-top: 30px; }
}


/* ======================================== */
/* 2. YENİ HİZMETLER ALANI STİLLERİ (2'Lİ KUTU İÇİN GÜNCELLENDİ) */
/* ======================================== */
.hizmetler-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.modern-cizgi {
  width: 60px;
  height: 4px;
  background-color: #007bff;
  margin: 10px auto 40px auto;
  border-radius: 2px;
}

/* KARTLARIN DÜZENİ VE EŞİT YÜKSEKLİĞİ İÇİN FLEXBOX */
.hizmetler-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Tüm kartların eşit yükseklikte olmasını sağlar */
  margin: 0 -15px; /* Bootstrap satır aralığını korur */
}

/* col-lg-6 ve col-md-6 HTML'de inline style ile %50'ye zorlanmıştır. */
.service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

.service-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.card-icon-area {
  margin-bottom: 15px;
  height: auto; /* Yüksekliği otomatik yapıyoruz */
}

/* RESİM BOYUTLANDIRMA (Çakışma Çözümü) */
.service-image-tiny {
  **width: 150px !important;** /* Resim genişliğini büyüt */
  **height: 150px !important;** /* Resim yüksekliğini büyüt (Kare olması için aynı değer) */
  object-fit: cover !important;
  **border-radius: 0;** /* Kare olarak kalmasını sağla */
  **border: 2px solid #ddd;** /* Çerçeveyi hafiflet */
  margin: 0 auto 15px auto;
  **box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);** /* Hafif gölge ekle */
}

.card-title a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-card:hover .card-title a {
  color: #ff5722;
}

.card-description {
  color: #6c757d;
  font-size: 0.95rem;
  margin-top: 10px;
  flex-grow: 1;
}

.read-more-link {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}


/* ======================================== */
/* 3. YENİ GÜVEN VE İSTATİSTİK STİLLERİ */
/* ======================================== */
.guven-istatistik-section {
  background-color: #007bff;
  color: #ffffff;
  padding: 60px 0;
}

.guven-istatistik-section h2 {
  color: #ffffff;
  font-weight: 700;
}

.guven-istatistik-section .modern-cizgi {
  background-color: #ff5722;
}

.stat-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-box:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}

.stat-icon {
  font-size: 2.5rem;
  color: #ff5722;
  margin-bottom: 10px;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.9;
}

.referans-alinti-section {
  background-color: #ffffff;
  padding: 40px 0;
}

.modern-blockquote {
  border-left: 5px solid #ff5722;
  padding: 15px 20px;
  margin: 0;
  font-style: italic;
  font-size: 1.15rem;
  color: #333;
  background-color: #f8f9fa;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.modern-blockquote cite {
  font-weight: 600;
  color: #007bff;
}


/* ======================================== */
/* 4. YENİ BİLGİ MERKEZİ VE SSS STİLLERİ */
/* ======================================== */
.bilgi-merkezi-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.bilgi-merkezi-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.modern-cizgi-sol {
  width: 60px;
  height: 4px;
  background-color: #ff5722;
  margin: 10px 0 30px 0;
  border-radius: 2px;
}

.haber-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.haber-item i {
  font-size: 1.1rem;
  color: #007bff;
  margin-right: 10px;
}

.haber-item a {
  flex-grow: 1;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.haber-tarih {
  font-size: 0.85rem;
  color: #999;
  flex-shrink: 0;
}

/* SSS AKORDİYON STİLİ */
.sss-card {
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
}

.sss-header {
  background-color: #f8f9fa;
  padding: 0;
}

.sss-button {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #333;
  padding: 15px;
  display: flex;
  align-items: center;
}

.sss-toggle-icon {
  margin-right: 10px;
  color: #ff5722;
  transition: transform 0.3s ease;
}

.sss-button[aria-expanded="true"] .sss-toggle-icon {
  transform: rotate(45deg);
}

.sss-body {
  padding: 15px 20px 20px 40px;
  font-size: 0.95rem;
  color: #555;
  border-top: 1px solid #eee;
}