body { overflow-x: hidden !important; }
    /*navbar mainpage special*/
    
    html{
  background: #191c40;
}
    
    .bg-navy{
  background: #191c40;
}
    
    .sep_div_1{display:hidden; margin-top:0}
    /*style for carousel */
    .control{
        list-style:none;
    }
    .cont_carous{position:sticky;}
    .control li{
        position:absolute;
        z-index: 99;
        top:50%;
        color:white;
        padding:12px 0px;
        cursor:pointer;
        border-radius:50%;  
		
    }
    
    .control li.prev{
        left:0px;
		margin-left:1rem;
    }
    .control li.next{
        right:0px;
		margin-right:1rem;
    }
    .crs_img_resp{
        height:100%;
        min-height:500px;
        width:100%;
    }
    .services_img{height:20em; width:20em; border-radius:15%;}
    .service_h{text-align:center; padding-top:0px; }
    .seperator{ color: #EE761C;text-align:center;height:5em; background-color:rgba(7, 7, 80,0.5) }
    .seperator h2{font-weight:bold; font-family:times;padding-top:17px}
    .sunduklarımız{ display:flex;flex-direction:row; border:1px solid black; max-width:300px; margin:5px}
    @media screen and (max-width:1180px){
        .crs_img_resp{height:60vh}
    }
    @media screen and (max-width:767px) {
        .services_img{height:30vh; width:30vh; border-radius:50%;}
        .seperator h2{text-align:center;}
        .sunduklarımız{ display:flex;flex-direction:row; border:1px solid black; max-width:1000px; }
        .crs_img_resp{height:30vh}
    }



    /*      HİZMETLER ÖZEL CSSLER        */
        
.container_x {
	margin: 50px;
}




/*-------- flex container --------*/
.flex-container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content:space-evenly;
	list-style: none;
	margin-bottom:2em;
	
	
	-webkit-flex-flow: row wrap;
	position: relative;
	
}
.flex-item {
	color: #fff;
	height: 350px;
	margin: 25px;
	padding-right: 15px;
	width: 350px;
	position: relative;
	
}
.flex-item-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	height: 350px;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

.flex-container .flex-item:focus a::after,
.flex-container .flex-item:hover a::after {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.flex-container .flex-item .tile-primary-content,
.flex-container .flex-item .tile-secondary-content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	
	position: absolute;
	right: 0;
	top: 0;
}
.flex-container .flex-item .tile-primary-content {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
}
.flex-container .flex-item .tile-primary-content i.tile-icon {
	display: block;
	margin: 10px auto 20px auto;
    text-align: center;
}
.flex-container .flex-item .tile-primary-content h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.flex-container .flex-item .tile-primary-content p.detail {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.flex-container .flex-item .tile-primary-content p.link {
	align-self: flex-end;
	-webkit-align-self: flex-end;
	margin: auto 0 0 0;
}


.flex-container .flex-item .tile-primary-content h4,
.flex-container .flex-item .tile-primary-content p.detail,
.flex-container .flex-item .tile-primary-content p.link {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
	-o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
	-webkit-transition-delay: 150ms;
	transition: transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
}
.flex-container .flex-item .tile-secondary-content {
	opacity: 0;
	-moz-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	-webkit-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
}
.flex-container .flex-item .tile-secondary-content p {
	color: #000;
	opacity: 1;
	-moz-transform: translate3d(-150%, 0, 0);
	-webkit-transform: translate3d(-150%, 0, 0);
	transform: translate3d(-150%, 0, 0);
	-moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1);
	-o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1);
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
	transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
	
}
.flex-container .flex-item:focus .tile-secondary-content p,
.flex-container .flex-item:hover .tile-secondary-content p {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
	-o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
	-webkit-transition-delay: 150ms;
	transition: transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
}
.flex-container .flex-item .tile-secondary-content p {
	color: #ffffff;
	font-weight: 700;
	opacity: 1;
	
	
}
.flex-container .flex-item .tile-secondary-content p.title {
	font-size: 18px;
	margin-top: 90px;
}
.flex-container .flex-item:focus h4,
.flex-container .flex-item:focus p.detail,
.flex-container .flex-item:focus p.link,
.flex-container .flex-item:focus .tile-secondary-content,
.flex-container .flex-item:hover h4,
.flex-container .flex-item:hover p.detail,
.flex-container .flex-item:hover p.link,
.flex-container .flex-item:hover .tile-secondary-content {
	opacity: 1;
}

 .card:hover{
	opacity: 0.55;
	
}

.card{
	height:350px;
	
}
.tile-secondary-content:hover{
	opacity: 1;
}

.tile-secondary-content{
	background-color: rgba(48, 48, 48, 0.250);
	margin: 0;	
}
.tile-secondary-content p{
	margin-left:20px;
}

.card.tile-primary-content{
	background-color: #b29758;
	box-shadow: 0px 0px 15px black;
	width: 100%;
}

.card.tile-primary-content:hover{
	background-color: #b29758;
	box-shadow: 0px 0px 15px white;
	width: 100%;
}

@media screen and (max-width: 620px){
	.flex-item{
		margin-left: 60px;
		
	}
}




/* ---------------------------------------------------- */


.srvc_h4_style{    
    color: black;
    margin-top: -40px;
    margin-left: 10px;
    background: rgb(195 196 235 / 78%);
}
.srvc_h4_2_4{margin-top: -40px;}
/*                HİZMETLER ÖZEL CSS SON                   ;*/








/*              SUNDUKLARIMIZ ÖZEL CSS:                 ;*/

.row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-flow: wrap;
}

.card2 {
  width: 20%;
  background: #191c40;
  border: 1px solid rgba(178, 151, 88, 0.3); /* Çizgiyi biraz yumuşat */
  margin-bottom: 50px;
  margin-right: 10px;
  transition: all 0.4s ease;
  border-radius:20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3); /* Derinlik kat */
  
}

.card2-header {
  text-align: center;
  padding: 20px 10px;
  background: #b29758;
  color: #191c40;
  border-radius:20px 20px 0 0;
  font-weight: 1000;
  
}

.card2-body {
  padding: 5px 20px;
  text-align: center;
  font-size: 15px;
  color: #b29758;
  font-weight: 500;
}
.card2-body h4{
  padding-bottom: 10px;
}



.card2:hover {
 transform: translateY(-10px); /* Yukarı doğru hafif kalksın */
    background: #b29758; /* Üzerine gelince renk değişsin */
}

.card2:hover h4, .card2:hover p {
    color: #191c40; /* Yazı rengi tersine dönsün */
}

@media screen and (max-width: 1000px) {
  .card2 {
    width: 40%;
  }
}

@media screen and (max-width: 620px) {
  .container {
    width: 100%;
  }
  .card2 {
    width: 80%;
  }
}







/*              SUNDUKLARIMIZ ÖZEL CSS SON:             ;*/



/*              REFERANS ÖZEL CSS:                      ;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.slick-slide{
    margin: 0 20px;
}
.slick-slide img{
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
}
.slick-initialized .slick-slide{
    display: block;
}
.copy{
    padding-top: 250px;
}


/*              REFERANS ÖZEL CSS SON:                  ;*/



@media  screen and (max-width:620px) {
	.control{
		display:none;
	}
	
}

.container_srv_ {
	width: 90%;
	margin: 50px auto;
  }
  .heading_srv_ {
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
  }
  
  .row_srv_ {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
  }
  
  .card_srv_ {
	width: 20%;
	background: #fff;
	border: 1px solid #b29758;
	margin-bottom: 50px;
	transition: 0.3s;
  }
  
  .card-header_srv_ {
	text-align: center;
	padding: 50px 10px;
	background: whitesmoke;
	color: #fff;
  }
  
  .card-body_srv_ {
	padding: 30px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #2a2a82;
	color: white;
  }
  
  .card-body_srv_ .btn {
	display: block;
	color: midnightblue;
	text-align: center;
	background:lavender ;
	margin-top: 30px;
	text-decoration: none;
	padding: 10px 5px;
  }
  
  .card_srv_:hover {
	transform: scale(1.05);
	box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
  }
  @media screen and (max-width:1200px){
	.card-body_srv_{
		height: 480px;
	}
  }
  @media screen and (max-width: 1024px) {
	.card_srv_ {
	  width: 40%;
	}
	.card-body_srv_{
		height: auto;
	}
  }
  
  @media screen and (max-width: 620px) {
	.container_srv_ {
	  width: 100%;
	}
  
	.heading_srv_ {
	  padding: 20px;
	  font-size: 20px;
	}
  
	.card {
	  width: 90%;
	}
  }



  /* sayaç */
  .istatistik-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 80px auto;
    text-align: center;
      flex-wrap: wrap;              /* dar ekranda alta geçsin */
    gap: 20px;                    /* kutular arası boşluk */
    padding: 0 20px;              /* sağ ve soldan 20px boşluk */
    justify-content: center;      /* ortala */
}

.istatistik-box {
    background: #191c40;
    color: #b29758;
    padding: 20px;
    border-radius: 10px;
    width: 150px;
    box-shadow: 0 4px 8px #b29758;
    font-size: 15px;
}
.sayac_p{
  font-size: 21px;
}
.sayac {
    font-size: 40px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
  .istatistik-container {
    gap: 60px;               /* orta seviye boşluk */
    justify-content: center; /* ortalı dizilim */
    padding: 0 60px;         /* kenarlardan pay */
  }

  .istatistik-box {
    width: 170px;            /* kutular aynı boyda */
  }
}



/* hamburger menu */


main {
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 200px 5%;
  background-color: #9cb3a8;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
main h1, main p {
  text-align: center;
}
main h1 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
main p {
  font-family: "Merriweather", serif;
  color: #d6dfdb;
  max-width: 450px;
  margin: 0 auto;
  line-height: 1.6;
}
.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  main {
    padding: 250px 10%;
  }
  main h1 {
    font-size: 3.6rem;
  }
  main p {
    font-size: 2rem;
  }
}


.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #191c40;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px 30px; /* sol boşluğu 30px yaptık */
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Ortalamayı kaldırdık */
  /* transform: translateX(-50%); */
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}
.cd-nav .cd-primary-nav a {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
  color: #b29758;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 4.4rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}


@media screen and (max-width: 767px) {
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 0.9rem;
  margin-bottom: 15px;
 
}


.cd-nav .cd-primary-nav a {
 
  font-size: 1.6rem;}

}

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


/* linke gidiş */


/* preloader */

.prelogo {
  width: 700px;
  max-width: 90%;
  opacity: 0;
  transform: scale(0.8);
  animation: preIn 1.2s cubic-bezier(0.22,1,0.36,1) forwards,
             preOut 0.6s ease-in forwards 2s; /* 3s delay */
}

@keyframes preIn {
  0%   { opacity:0; transform:scale(0.8); filter:blur(10px); }
  40%  { opacity:0.7; transform:scale(1.03); filter:blur(3px); }
  100% { opacity:1; transform:scale(1); filter:blur(0); }
}

@keyframes preOut {
  0%   { opacity:1; transform:scale(1); filter:blur(0); }
  100% { opacity:0; transform:scale(0.8); filter:blur(6px); }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;           /* viewport height */
  min-height: 100vh;       /* ekstra güvenlik */
  background-color: #191c40;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width:768px){
  .prelogo{width:300px;}
}


body.loading {
  overflow: hidden;
}



/* fontlar */
/* ===========================
   GOOGLE FONTS
=========================== */
/* ===========================
   GOOGLE FONTS - Avukat Stili için güncellendi
=========================== */
/* mainpage.css dosyasının güncellenen kısmı */

/* ===========================
   GOOGLE FONTS - Avukat Stili için güncellendi
=========================== */
/* ===========================
   GOOGLE FONTS
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,300..700&display=swap');

/* ===========================
   GENEL AYARLAR
=========================== */
* {
    font-family: 'Open Sans', sans-serif; 
}

/* body için genel font */
body {
    font-family: 'Open Sans', sans-serif;
}



/* Başlıklar için */
h1, h2, h3, h4, h5, h6, .slider-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* Menü ve butonlar */
.navbar, button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* Kartlar ve özel bölümler */
.card, .contact-box, .footer-text, .about-card, .services-card {
    font-family: 'Open Sans', sans-serif;
}

/* Vurgular */
strong, b {
    font-weight: 800;
}

/* Form alanları */
input, textarea, select, label {
    font-family: 'Roboto', sans-serif;
}

/* Slider başlıkları */
.slider-title {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}

/* ===========================
   İletişim, Hakkımızda, Çalışma Alanlarımız Başlıkları
=========================== */
.section-title.contact,
.section-title.about,
.section-title.services,
.cd-nav .cd-contact-info h2 {
    font-size: 3rem;          /* büyük ve belirgin */
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

/* Çalışma alanlarımız gibi diğer bölümler için biraz daha küçük */
.section-title.services {
    font-size: 1.8rem;
}

/* Küçük ekranlarda responsive */
@media screen and (max-width: 768px) {
    .section-title.contact,
    .section-title.about,
    .section-title.services,
    .cd-nav .cd-contact-info h2 {
        font-size: 1.5rem;
    }

    h1, h2, h3, h4, h5, h6,
    .slider-title {
        font-size: 1.6rem;
    }
}

#hakkimiz, #calisma, #iletisim{
  font-size: 2.5rem;
}
/* ===========================
   RESPONSIVE ÖRNEKLER
=========================== */
@media screen and (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    .slider-title { font-size: 1.5rem; }
    .card, .contact-box { font-size: 0.95rem; }
}




html, body {
    max-width: 100%;
    overflow-x: hidden;
}
* {
    box-sizing: border-box; /* padding/margin taşmasını engeller */
}


/* ===========================
   adress
=========================== */

.address-item {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.location-icon {
    color: #b29758;
    width: 14.41px;
    height: 15px;
    font-size: 15px; /* ikonun gerçek boyutunu ayarlar */
}

.address-lines {
    line-height: 1.4;
   
}

@media (min-width: 768px) and (max-width: 1215px) {
   .location-icon {
   
    width: 25px;
    height: 25px;
    font-size: 25px; /* ikonun gerçek boyutunu ayarlar */
}
}



/* sıkça sorulan sorular */
.custom-accordion .accordion-item {
        background-color: rgba(25, 28, 64, 0.5) !important; /* Hafif şeffaf lacivert zemin */
        border: 1px solid #b29758 !important; /* Altın kenarlık */
        margin-bottom: 15px;
        border-radius: 15px !important;
        overflow: hidden;
    }
    .custom-accordion .accordion-button {
        background-color: transparent !important;
        color: #b29758 !important; /* Başlıklar Altın Rengi */
        font-weight: 700;
        font-size: 1.1rem;
        box-shadow: none !important; /* Mavi gölgeyi kaldır */
    }
    /* Açılınca Görünen Kısım */
    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #b29758 !important; /* Zemin Altın olsun */
        color: #191c40 !important; /* Yazı Lacivert olsun (Okunurluk için) */
    }
    /* Ok İşareti Renk Ayarı (SVG Filtresi) */
    .custom-accordion .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b29758'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .custom-accordion .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191c40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .custom-accordion .accordion-body {
        color: #e0e0e0; /* Açıklama metni açık gri/beyaz */
        font-size: 1rem;
        line-height: 1.6;
        padding: 20px;
    }
    
    
    /* şeffaf süreç tecrübeli kadro kısmı */

    .why-us-box:hover {
        border-color: #b29758 !important; /* Üzerine gelince kenarlık parlasın */
        transform: translateY(-5px); /* Hafif yukarı kalksın */
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        background-color: rgba(25, 28, 64, 0.8);
    }
    
      /* card gizle göster */
    /* Sadece mobilde çalışır */
@media screen and (max-width: 768px) {
    /* 7. kart ve sonrasını gizle */
    .card2:nth-child(n+7) {
        display: none;
    }
    
    /* Javascript ile 'goster' sınıfı eklenince görünür yap */
    .card2.goster {
        display: block !important;
        animation: fadeIn 0.5s ease-in-out;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* Kartları yan yana 2'li yapmak istersen (Opsiyonel) */
    .row2 {
        justify-content: space-between;
    }
    .card2 {
        width: 48% !important; /* Kartları yanyana 2 tane sığdırır */
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}


