@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  color: #04233b !important;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 60px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container {
  text-align: center; /* İçerikleri ortalar */
}

.heading_container h2 {
  display: flex;
  justify-content: center; /* Yatayda ortalar */
  align-items: center; /* Dikeyde ortalar (gerekirse) */
  text-align: center;
  width: 100%;
}

.heading_container h2 span {
  color: #04233b;
  display: inline-block;
}


.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #04233b;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a97b0;
}

.header_section .header_top .contact_nav a:hover i {
  color: #04233b;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 17px;
  color: #04233b;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #054a91;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
.slider_section {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90vh;
  overflow: hidden;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_section .detail-box {
  margin-left: 4%; /* Yazıyı biraz daha sola çek */
  padding-bottom: 8vh; /* Yazıyı biraz daha aşağı al */
  max-width: 600px;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-size: 3rem; /* Başlık boyutunu artır */
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2; /* Daha dengeli bir başlık görünümü */
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.6); /* Hafif daha belirgin gölge */
  margin-bottom: 20px;
}

.slider_section .detail-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #fefefe;
}

.slider_section .detail-box .btn-box {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  padding: 12px 22px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

/* Ana buton rengi ve hover efekti */
.slider_section .detail-box .btn-box .btn1 {
  background-color: #054a91;
  color: #ffffff;
  border: 2px solid #054a91;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #04233b;
  border-color: #ffffff;
  transform: translateY(-3px); /* Hover'da hafif yukarı kalkma efekti */
}

/* Alternatif buton (Siyah) */
.slider_section .detail-box .btn-box .btn2 {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: #222222;
  border-color: #ffffff;
  transform: translateY(-3px);
}

/* Arka plan overlay daha dengeli hale getirildi */
.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(10, 10, 10, 0.55), rgba(10, 10, 10, 0.35));
}
/* Küçük ekranlar için uyumlama (mobil cihazlar) */
@media (max-width: 768px) {
  .slider_section {
    min-height: 60vh; /* Küçük ekranlarda yükseklik daha düşük */
  }

  .slider_section .detail-box {
    margin-left: 2%; /* Daha yakın bir konum */
    padding-bottom: 5vh; /* Yazıyı daha aşağı al */
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem; /* Başlık boyutunu küçült */
  }

  .slider_section .detail-box p {
    font-size: 15px; /* Paragraf yazı boyutunu küçült */
  }

  .slider_section .detail-box .btn-box a {
    padding: 10px 18px; /* Buton boyutlarını küçült */
    font-size: 14px; /* Buton yazı boyutunu küçült */
  }
}

/* Daha küçük ekranlar için (telefon) */
@media (max-width: 480px) {
  .slider_section {
    min-height: 50vh; /* Çok küçük ekranlar için daha da küçült */
  }

  .slider_section .detail-box {
    margin-left: 0; /* Sola yasla */
    padding-bottom: 4vh; /* Yazıyı biraz daha aşağı al */
  }

  .slider_section .detail-box h1 {
    font-size: 2rem; /* Başlık boyutunu çok daha küçült */
  }

  .slider_section .detail-box p {
    font-size: 13px; /* Paragraf yazı boyutunu daha da küçült */
  }

  .slider_section .detail-box .btn-box a {
    padding: 8px 16px; /* Buton boyutlarını daha da küçült */
    font-size: 12px; /* Buton yazı boyutunu küçült */
  }
}



.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 25px;
}

.service_section .box .img-box img {
  max-width: 20%;
  max-height: 20%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #0a97b0;
}

/* Genel Stiller */
.about_section {
  padding: 60px 0;
  background: white;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Esnek düzen (Flexbox) */
.row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Metin Kutusu */
.detail-box {
  flex: 1;
  padding: 20px;
}

.detail-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
}

/* Politika Listesi */
.detail-box ul {
  padding-left: 20px;
}

.detail-box ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  list-style-type: disc;
}

/* Başlık Stili (Çizgi Kaldırıldı) */
.heading_container h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    text-align: center;
  }

  .detail-box {
    padding: 10px;
  }

  .heading_container h2 {
    font-size: 28px;
  }
}
/* Özel Buton Stili */
.btn_custom {
  display: inline-block;
  background-color: #054a91; /* Koyu Lacivert */
  color: #ffffff !important; /* Beyaz Yazı */ 
  padding: 8px 16px; /* Daha küçük iç boşluk */
  font-size: 14px; /* Daha küçük yazı boyutu */
  font-weight: 600; /* Biraz daha hafif kalınlık */
  text-transform: uppercase;
  border-radius: 4px; /* Hafif yuvarlak köşeler */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #04233b; /* Kenar çizgisi */
}

.btn_custom:hover {
  background-color: #04233b; /* Parlak Mavi */
  border-color: #04233b;
  color: #ffffff; /* Beyaz Yazı */
}



.track_section {
  position: relative;
  color: #ffffff;
}

.track_section .track_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.track_section .track_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.track_section .track_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.95)), to(rgba(37, 37, 37, 0.55)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.95), rgba(37, 37, 37, 0.55));
}

.track_section p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.track_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.track_section form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.track_section form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}

.track_section form button:hover {
  background-color: #065968;
}

.client_section .client_container {
  width: 75%;
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}

.client_section .box .detail-box {
  border: 1px solid #dddddd;
  padding: 25px;
  margin-bottom: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  width: 75px;
  height: 75px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-left: 15px;
}

.client_section .box .client_id .name h6 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 0;
}

.client_section .box .client_id .name p {
  margin-bottom: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -15%;
  outline: none;
  background-color: #054a91 ;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #161825;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  top: 25%;
  background-image: url(../images/prev.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  top: calc(25% + 65px);
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::placeholder {
  color: #04233b;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #065968;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* Modern Info Section Tasarımı */
.modern-info {
  background: #04233b;
  color: #fff;
  padding: 20px 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}

.modern-info .container {
  max-width: 1200px; /* Genişlik denge sağlamak için */
  margin: 0 auto; /* Ortalamak için */
  padding: 0 20px; /* Sağ ve sol boşluğu eşitle */
}

/* Grid Düzeni */
.modern-info .info_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: start;
  padding: 0;
}

/* Genel Info Bölümü */
.modern-info .info_item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  text-align: center;
}

/* Liste stilleri */
.modern-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-info li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.modern-info li i {
  font-size: 18px;
  margin-right: 5px;
  width: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

/* Link Stilleri */
.modern-info a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.modern-info a:hover,
.modern-info a.active {
  color:  #054a91;
}

/* Harita */
.modern-info .map_item .map_container {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

/* Responsive Düzen */
@media (max-width: 768px) {
  .modern-info {
    text-align: center;
  }
  .modern-info .container {
    padding: 0 10px; /* Küçük ekranlarda kenar boşluğu daha az */
  }
  .modern-info li {
    justify-content: center;
  }
}

/* Menü öğelerini ortalama */
.modern-info .menu_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.footer_section {
  position: relative;
  background-color: #04233b;
  text-align: center;
  padding: 10px 0; /* Yüksekliği küçült */
  max-width: 1500px; /* Genişliği sınırla */
  margin: 0 auto; /* Ortalamayı koru */
}

.footer_section p {
  color: white;
  padding: 10px 0; /* Yazı etrafındaki boşluğu azalt */
  margin: 0;
  font-size: 14px; /* Yazıyı biraz küçült (isteğe bağlı) */
}

.footer_section p a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */
/* Genel Stil */
.ikinciel_section_custom {
  padding: 60px 0;
  text-align: center;
  background-color: white;
  margin: 60px;
}

.ikinciel_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Başlık */
.ikinciel_heading h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.ikinciel_heading h5 {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

/* Kart Düzeni */
.ikinciel_row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.ikinciel_card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  max-width: 350px;
  width: 100%;
}

/* Resim Kutusu (Tüm Resimler Aynı Boyutta) */
.ikinciel_img {
  width: 100%;
  height: 200px; /* Sabit yükseklik */
  overflow: hidden;
  border-radius: 8px;
}

.ikinciel_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmi kırp ve içini tamamen doldur */
}

/* Kart İçeriği */
.ikinciel_card p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}

/* Hover Efekti */
.ikinciel_card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.ikinciel_card:hover img {
  opacity: 0.9;
}

/* Mobil Uyum */
@media (max-width: 768px) {
  .ikinciel_row {
    flex-direction: column;
    align-items: center;
  }

  .ikinciel_card {
    max-width: 90%;
  }
}


/* Referanslar Bölümü */
/* .references_section {
  padding: 60px 20px;
  background-color: white;
}

.references_header h2 {
  text-align: center;
  font-size: 30px;
  color: #04233b;
  margin-bottom: 30px;
  font-weight: bold;
} */

/* Referans Listesi */
/* .references_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
} */

/* Referans Öğeleri */
/* .reference_item {
  width: 90%;
  max-width: 600px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.reference_item:hover {
  transform: scale(1.05);
} */

/* Logolar */
/* .reference_item img {
  width: 70px;
  height: auto;
} */

/* Şirket Adı */
/* .reference_item span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
} */

