
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
	font-family: "Poppins", sans-serif;
	padding:0;
	margin:0;
	font-size:13px;
  	overflow-x: hidden; /* Hide horizontal scrollbar */
}

.clear {
	clear:both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

a {
	text-decoration:none;
	color:#333333;
}

.clear {
	clear:both;
}

.mb8 {
	margin-bottom:8px;
}

.fl25 {
	padding-left:25px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.pt35 {
	padding-top:35px;
}
.pt70 {
	padding-top:70px;
}
.pt50 {
	padding-top:50px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.p20 {
	padding:20px;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr30 {
	padding-right:30px;
}
.pb20 {
	padding-bottom:20px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pr9 {
	padding-right:4px;
}
.pb5 {
	padding-bottom:5px;
}
.pb3 {
	padding-bottom:3px;
}
.pb2 {
	padding-bottom:2px;
}
.pl20 {
	padding-left:20px;
}
.mr20 {
	margin-right:20px;
}
.p10 {
	padding:10px;
}
.pr9 {
	padding-right:9px;
}
.pr20 {
	padding-right:20px;
}
.ml5 {
	margin-left:5px;
}
.ml8 {
	margin-left:8px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml50 {
	margin-left:50px;
}
.mr5 {
	margin-right:5px;
}
.mr6 {
	margin-right:6px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:40px;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt12 {
	margin-top:12px;
}
.mt20 {
	margin-top:20px;
}
.mt27 {
	margin-top:27px;
}
.mt30 {
	margin-top:30px;
}
.mt42 {
	margin-top:42px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr25 {
	margin-right:25px;
}
.pt2 {
	padding-top:2px;
}
.mr3 {
	margin-right:3px;
}

.page {
	max-width:1596px;
	margin:auto;
	padding:0 2px 0 2px;
	display:block;
}

.logo {
	float:left;
	display:block;
	margin:23px 0 0 0;
}

.src-btn {
	float:right;
	display:block;
	margin-top:38px;
	margin-right:8px;
}

.menu {
	float:right;
	display:block;
	margin-top:18px;
	margin-right:15px;
}
.pagemn {
	display:none;
}

@media only screen and (min-width:310px) and (max-width:1200px) {

.menu {
	float:right;
	display:none;
}
.pagemn {
	display:block;
}

}

/* ========== LANGUAGE DROPDOWN ========== */

.lang-dropdown {
	position:relative;
	cursor:pointer;
	float:right;
	border:1px solid #0066CC;
	width:63px;
	text-align:center;
	margin:36px 0 0 10px;
	line-height:28px;
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.selected-lang {
	font-weight:500;
	color:#1e3a8a;
	font-size:16px;
	margin-top:3px;
}

.lang-menu {
	position: absolute;
	top: 23px;
	right: -2px;
	background: #fff;
	list-style: none;
	padding: 0px 0;
	width: 52px;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	display:none;
}

.lang-menu li {
	padding:8px 15px;
	font-size:14px;
}

.lang-menu li:hover {
	background:#f5f5f5;
}

.lang-dropdown.active .lang-menu {
	display:block;
}

.arama-baslik {
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:600;
	margin-right:10px;
	padding-top:5px;
	margin-bottom:8px;
}

.srch-input-arama {
	border:none;
	background-repeat:no-repeat;
	display:block;
	width:220px;
	height:30px;
	float:left;
	color:#2b2b2b;
	font-size:13px;
	padding:0 4px 0 7px;
	border:none !important;
}
.src-gnder {
	border:none;
	margin:0px 0 0 0px;
	float:left;
}



/* CONTAINER */
.container {
  max-width: 1596px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SECTION */
.about-section {
  padding: 80px 0;
  background: #fff;
}

/* FLEX */
.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT */
.about-left {
  max-width: 820px;
}

.about-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f3b6d;
  line-height: 1.4;
  margin-bottom: 30px;
}

.about-left p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 40px;
}

/* BUTTON */
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px 30px;
  border: 2px solid #1f6fb2;
  border-radius: 40px;
  color: #1f6fb2;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-btn span {
  transition: transform 0.3s ease;
}

.about-btn:hover {
  background: #1f6fb2;
  color: #fff;
}

.about-btn:hover span {
  transform: translateX(5px);
}

/* RIGHT */
.about-right img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}

/* =========================
   SCROLL ANIMATION
========================= */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   RESPONSIVE
========================= */

/* 1200px */
@media (max-width: 1200px) {
  .about-wrapper {
    gap: 40px;
  }

  .about-left h2 {
    font-size: 24px;
  }
}

/* 992px */
@media (max-width: 992px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-left {
    max-width: 100%;
  }

  .about-right img {
    max-width: 100%;
  }
}

/* 768px */
@media (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }

  .about-left h2 {
    font-size: 22px;
  }

  .about-left p {
    font-size: 15px;
    line-height: 26px;
  }
}

/* 414px */
@media (max-width: 414px) {
  .about-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* 320px */
@media (max-width: 320px) {
  .about-left h2 {
    font-size: 20px;
  }
}


.main-gnl-tt {
	text-align:center;
	color:#103b7a;
	font-size:48px;
	font-weight:bold;
	padding:20px 0 25px 0;
}

@media only screen and (min-width:320px) and (max-width:780px) {

.main-gnl-tt {
	text-align:center;
	color:#103b7a;
	font-size:32px;
	font-weight:bold;
	padding:20px 0 25px 0;
}


}


.main-gnl-txt {
	text-align:center;
	font-size:18px;
	color:#000;
	margin-bottom:65px;
}

.main-sec-box {
	width:520px;
	min-height:440px;
	float:left;
	display:block;
	border:1px solid #d0e7f7;
}

.main-marka-logo {
	position:relative;
	margin-top: -335px;
	float: right;
	margin-right: 10px;
	position: relative;
	display: block;
	z-index: 99999;
	border: 1px solid #ccc;
}

.main-sec-tt-bg {
	background-color:#0067b1;
	min-height:80px;
	margin-top:8px;
}

.main-sec-tt {
  color: #fff;
  font-size: 18px;
  padding: 15px 0 0 20px;
  font-weight: 600;
  float: left;
  width: 90%;
  height: 80px;
  line-height: 27px;
}

/* SWIPER FIX */
.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* FLOAT KIR */
.swiper-slide .main-sec-box {
  float: none;
}

/* DESKTOP (1596px) */
@media (min-width: 1200px) {
  .main-sec-box {
    width: 100%;
    max-width: 510px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .main-sec-box {
    width: 100%;
    min-height: auto;
  }
}

/* TABLET (992px) */
@media (max-width: 992px) {
  .main-sec-box {
    width: 100%;
  }
}

/* 768px */
@media (max-width: 768px) {
  .main-sec-box {
    width: 100%;
    margin: 0 auto;
  }

  .main-sec-tt {
    font-size: 16px;
    padding: 20px;
  }

  .main-sec-tt-bg {
    min-height: 70px;
  }

  .main-marka-logo {
    margin-top: -280px;
  }
}

/* MOBİL */
@media (max-width: 414px) {
  .main-sec-box {
    width: 100%;
  }

  .main-sec-tt {
    font-size: 15px;
  }

  .main-marka-logo {
    margin-top: -55px;
    margin-right: 8px;
  }
}

/* SMALL MOBILE */
@media (max-width: 320px) {
  .main-sec-tt {
    font-size: 14px;
  }
}

.container {
  max-width: 1596px;
  margin: auto;
  padding: 0 20px;
}

.products {
  padding: 10px 0;
}

/* IMAGE */

/* BRAND */

.brand {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 8px 14px;
  font-size: 12px;
}



/* NAV */
.nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.nav div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.nav div:hover {
}

/* SWIPER */
.swiper {
  padding-bottom: 10px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .title span {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .productSlider .swiper-slide {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .productSlider .swiper-slide {
    width: 100%;
  }

  .title {
    padding: 16px;
  }

  .title span {
    font-size: 15px;
  }
}

@media (max-width: 414px) {
  .nav div {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 320px) {
  .title span {
    font-size: 14px;
  }
}


.stats-section {
  background: #f7fafc url("../images/sayi-bg.jpg") center/cover no-repeat;
  padding: 80px 20px;
  margin-top:50px;
}

.container {
  max-width: 1596px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0b3c88;
  margin-bottom: 60px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.stat-item {
  text-align: center;
  border-bottom: 2px solid #0b5ed7;
  padding-bottom: 25px;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #0b3c88;
  display: inline-block;
}

.stat-item span {
  font-size: 28px;
  font-weight: 600;
  color: #0b3c88;
  margin-left: 4px;
}

.stat-item p {
  margin-top: 0px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #0067b1;
}

/* Scroll animasyonu */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 414px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 40px;
  }
}

/* Blog BLM */

.news-container {
  max-width: 1595px;
  margin: 0 auto;
  position: relative;
  padding: 35px 15px;
}

.news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.image-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.content { padding: 20px; }

.date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--text-gray);
  margin-bottom: 10px;
}

.desc {
  font-size: 15px;
  color: var(--primary-blue);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
  /* 3 satırdan sonrasını gizlemek için: */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail-link {
  text-decoration: none;
  color: #0088cc;
  font-weight: bold;
  font-size: 13px;
  text-transform: lowercase;
}

/* Navigasyon Butonları Stilize */
.nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.custom-nav {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  cursor: pointer;
  transition: 0.3s;
}

.custom-nav:hover {
  background: var(--primary-blue);
  color: #fff;
}


.banner-section {
  background-color: #0d408c; /* Görseldeki ana lacivert tonu */
  background-image: url('../images/bottom-bg.jpg'); /* Arka plandaki çizim görselleri buraya gelecek */
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #ffffff;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.banner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 520px;
}

/* Sol Taraf */
.banner-left {
  flex: 1;
}

.title-top {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.title-main {
  font-size: 64px;
  font-weight: 400;
  line-height: 0;
}

/* Sağ Taraf */
.banner-right {
  flex: 1.2;
}

.banner-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 600px;
}

/* Butonlar */
.button-group {
  display: flex;
  gap: 0; /* Butonlar bitişik duruyor */
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  min-width: 240px;
  transition: all 0.3s ease;
}

.btn-white {
  background-color: #ffffff;
  color: #0d408c;
}

.btn-blue {
  background-color: #0066b2; /* Görseldeki parlak mavi buton rengi */
  color: #ffffff;
}

.arrow {
  margin-left: 15px;
  font-size: 20px;
}

.btn:hover {
  opacity: 0.9;
}

/* --- MOBİL UYUMLULUK (Responsive) --- */

@media (max-width: 992px) {
  .banner-wrapper {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
	gap: 10px;
  }
  
  .title-top { font-size: 36px; }
  .title-main { font-size: 48px; }
}

@media (max-width: 600px) {
  .banner-section {
    padding: 50px 0;
  }

  .button-group {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .title-top { font-size: 28px; }
  .title-main { font-size: 36px; }
  
  .banner-text {
    font-size: 15px;
  }
}


.footer {
  	padding: 40px 0;
  	color: #444;
	border-top:1px solid #89b3d8;
	/*margin-top:80px;*/
}

.footer-container {
  	max-width: 1595px;
  	margin: 0 auto;
  	display: grid;
  	grid-template-columns: 1.2fr 1fr 1fr 1fr 1.3fr;
  	gap: 40px;
  	padding: 0 40px;
}

/* Logo */
.footer-logo img {
  	display:block;
  	float:left;
  	margin-bottom:40px;
}

.footer-slogan {
	float:right;
	font-size:30px;
	color:#000;
	display:block;
}

.footer-slogan span {
	color:#1468b1;
	font-weight:500;
	font-size:30px;
}

.footer-blm {
	float:left;
	width:25%;
	display:block;
	margin:25px 8px 0 0;
}

.ft-tt {
	color:#103b7a;
	font-weight:bold;
	font-size:22px;
	padding-bottom:25px;
	display:block;
}

.ft-baslik {
	color:#41484e;
	font-size:14px;
	display:block;
	font-weight:500;
	padding-bottom:10px;
}


.footer-ilt-blm {
	margin:28px 0 0 0;
	display:block;
	float:right;
	font-weight:600;
	width:360px;
	font-size:15px;
	line-height:28px;
}

@media only screen and (min-width:479px) and (max-width:1200px) {


.footer-blm {
	float:left;
	width:32%;
	display:block;
	margin:25px 8px 0 0;
}

.footer-ilt-blm {
	margin:28px 0 0 0;
	display:block;
	float:left !important;
	font-weight:500;
	width:360px;
	font-size:15px;
	line-height:28px;
}

.footer-slogan {
	float:right;
	font-size:30px;
	color:#000;
	display:block;
	margin-bottom:20px;
}

.copy {
	float:none !important;
	text-align:center !important;
	display:block;
	color:#10538e;
	font-weight:500;
	padding-bottom:20px;
}

.kvkk {
	float:none !important;
	text-align:center !important;
	display:block;
	color:#10538e;
	padding-bottom:20px;
	padding-left:0 !important;
	font-weight:500;
}

.kvkk a {
	color:#10538e;
}


.grimor {
	color:#10538e;
	text-align:center !important;
	float:none !important;
	font-weight:500;
}

.grimor a {
	color:#10538e;
}




}


@media only screen and (min-width:310px) and (max-width:480px) {

.footer-blm {
	float:left;
	width:80%;
	display:block;
	margin:25px 8px 0 0;
}

.footer-ilt-blm {
	margin:28px 0 0 0;
	display:block;
	float:left !important;
	font-weight:500;
	width:360px;
	font-size:15px;
	line-height:28px;
}

.footer-slogan {
	float:right;
	font-size:30px;
	color:#000;
	display:block;
	margin-bottom:20px;
}

.copy {
	float:none !important;
	text-align:center !important;
	display:block;
	color:#10538e;
	font-weight:500;
	padding-bottom:20px;
}

.kvkk {
	float:none !important;
	text-align:center !important;
	display:block;
	color:#10538e;
	padding-bottom:20px;
	padding-left:0 !important;
	font-weight:500;
}

.kvkk a {
	color:#10538e;
}

.grimor {
	color:#10538e;
	text-align:center !important;
	float:none !important;
	font-weight:500;
}

.grimor a {
	color:#10538e;
}


}


.footer-copy {
	border-top:1px solid #1468b1;
	padding:30px 0 25px 0;
	display:block;
}

.copy {
	float:left;
	display:block;
	color:#10538e;
	font-weight:500;
}

.kvkk {
	float:left;
	display:block;
	color:#10538e;
	padding-left:310px;
	font-weight:500;
}

.kvkk a {
	color:#10538e;
}

.grimor {
	color:#10538e;
	float:right;
	font-weight:500;
}

.grimor a {
	color:#10538e;
}


/* IC SAYFA */

.ust-bg {
}

.break {
	color:#103b7a;
	font-size:14px;
	padding:0px 0 0 0;
}

.break a {
	color:#103b7a;
}


.text-blm {
	line-height:32px;
	font-size:16px;
	color:#000;
	font-weight:500;
	padding:0px 0 50px 0;
}

.text-blm h1 {
	color:#1d7abf;
	font-size:30px;
	font-weight:600;
	padding:20px 0 20px 0;
	float:left;
}

.krm-img {
	float:right !important;
	padding:0 0 20px 35px!important;
	display:block!important;
}

.marka-logo {
	float:right;
	display:block;
	border:1px solid #d0e7f7;
}


.stats-section2 {
  padding: 80px 20px;
  margin-top:50px;
  margin-bottom:55px;
  display:block;
}


/* SECTION */

.vision-section{
  position:relative;
  width:100%;
  min-height:520px;
  background:url("../images/misyon-bg.jpg") no-repeat center;
  background-size:cover;
  display:flex;
  align-items:center;
}

/* DARK OVERLAY (genel blur hissi için) */
.vision-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.25);
}

/* BLUE BOX */
.vision-overlay{
  position:relative;
  max-width:1596px;
  width:100%;
  margin:auto;
  /*padding:80px 40px;*/
}

/* CONTENT BOX */
.vision-content{
  width:520px;
  background:rgba(22, 63, 125, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding:50px 45px;
  color:#fff;
  border-radius:4px;
}

/* TEXT */
.vision-content h3{
  font-size:20px;
  margin-bottom:12px;
  font-weight:700;
}

.vision-content p{
  font-size:15px;
  color:#d6dbe6;
  margin-bottom:30px;
  line-height:1.7;
}

/* ================= RESPONSIVE ================= */

@media (max-width:1200px){
  .vision-content{
    width:480px;
  }
}

@media (max-width:992px){
  .vision-section{
    min-height:auto;
    padding:60px 0;
  }

  .vision-overlay{
    padding:40px 20px;
  }

  .vision-content{
    width:100%;
  }
}

@media (max-width:768px){
  .vision-content{
    padding:30px;
  }

  .vision-content h3{
    font-size:18px;
  }

  .vision-content p{
    font-size:14px;
  }
}

@media (max-width:414px){
  .vision-content{
    padding:25px 20px;
  }
}

@media (max-width:320px){
  .vision-content{
    padding:20px 15px;
  }
}

/* GENEL */
.blog-list {
  padding: 80px 0;
}

.container-blog {
  max-width: 1596px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* BLOG CARD */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all .4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,.15);
}

/* IMAGE */
.blog-image {
  height: 280px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.blog-card:hover img {
  transform: scale(1.1);
}

/* CONTENT */
.blog-content {
  padding: 30px;
}

.blog-content .date {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}

.blog-content h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #0a2a5e;
  margin-bottom: 25px;
}

.detail-link {
  font-size: 14px;
  font-weight: 600;
  color: #1d5cff;
  text-decoration: none;
  position: relative;
}

.detail-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #0067b1;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: width .3s ease;
}

.blog-card:hover .detail-link::after {
  width: 100%;
}

/* TABLET */
@media (max-width: 1024px) {
  .container-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .container-blog {
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 240px;
  }

  .blog-content h3 {
    font-size: 16px;
  }
}

/* MOBILE SMALL */
@media (max-width: 400px) {
  .blog-content {
    padding: 20px;
  }

  .blog-image {
    height: 200px;
  }
}


.main-sec-box-ic {
	width:520px;
	min-height:440px;
	margin:0 10px 35px 0;
	float:left;
	display:block;
	border:1px solid #d0e7f7;
}

.main-marka-logo-ic {
	position:relative;
	margin-top: -335px;
	float: right;
	margin-right: 10px;
	position: relative;
	display: block;
	z-index: 99999;
	border: 1px solid #ccc;
}

.main-sec-tt-bg-ic {
	background-color:#0067b1;
	min-height:80px;
	margin-top:25px;
}

.main-sec-tt-ic {
	color:#fff;
	font-size:18px;
	padding:25px 0 0 20px;
	font-weight:600;
	float:left;
}

/* --- RESPONSIVE KIRILIMLAR --- */

/* 1200px altı */
@media screen and (max-width: 1200px) {
    .main-sec-box-ic {
        width: calc(50% - 10px); /* İkili yan yana yapıya geçiş */
        min-height: auto;
    }
}

/* 992px altı (Tablet) */
@media screen and (max-width: 992px) {
    .main-sec-box-ic {
        width: 70%; /* Kolonlar tam genişlik */
        float: none; /* Float temizleme */
		margin:auto auto 50px auto;
    }
	
.krm-img {
	float:none !important;
	padding:0 0 20px 0px!important;
	display:block!important;
	margin:auto auto 20px auto !important;
}


    .main-marka-logo-ic {
        margin-top: 0; /* Negatif margin mobilde tasarımı bozar, sıfırlıyoruz */
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
}

/* 768px altı */
@media screen and (max-width: 768px) {
    .main-sec-tt-ic {
        font-size: 16px; /* Küçük ekranlarda metin boyutu optimizasyonu */
        padding: 20px 10px;
    }
    
    .main-sec-tt-bg-ic {
        min-height: 60px;
    }
	
	
.krm-img {
	float:none !important;
	padding:0 0 20px 0px!important;
	display:block!important;
	margin:auto auto 20px auto !important;
}


}

/* 414px / 400px altı */
@media screen and (max-width: 414px) {
    .main-sec-box-ic {
        margin-bottom: 40px;
		width: 90%;
    }
    
    .main-sec-tt-ic {
        font-size: 14px;
        font-weight: 500;
    }
}

/* 320px (Mobile Small) */
@media screen and (max-width: 320px) {
    .main-sec-box-ic {
        padding: 5px; /* Dar ekranda içerik sıkışmaması için */
    }
}


.urun-sec {
	width:380px;
	min-height:460px;
	display:block;
	float:left;
	margin:0 18px 25px 0;
}

.urun-sec a {
	color:#103b7a;
}

.urn-img {
	border:1px solid #d0e0ec;
	/*-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;*/
}

.urun-sec-tt {
	text-align:center;
	color:#103b7a;
	font-size:18px;
	font-weight:500;
	padding:15px 0 15px 0;
	height:70px;
}

.urun-sec-txt {
	text-align:center;
	color:#103b7a;
	font-size:16px;
	padding:0 20px 0 20px;
}

@media only screen and (min-width:710px) and (max-width:1200px) {

.urun-sec {
	width:340px;
	min-height:560px;
	display:block;
	float:left;
	margin:0 10px 25px 10px;
}

.urun-sec a {
	color:#103b7a;
}

.urn-img {
	border:1px solid #d0e0ec;
	/*-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;*/
}

.urun-sec-tt {
	text-align:center;
	color:#103b7a;
	font-size:18px;
	font-weight:500;
	padding:15px 0 15px 0;
}

.urun-sec-txt {
	text-align:center;
	color:#103b7a;
	font-size:16px;
	padding:0 20px 0 20px;
}


}

@media only screen and (min-width:300px) and (max-width:475px) {

.urun-sec {
	width:310px;
	min-height:560px;
	display:block;
	float:none;
	margin:0 auto 25px auto;
}

.urun-sec a {
	color:#103b7a;
}

.urn-img {
	border:1px solid #d0e0ec;
	/*-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;*/
}

.urun-sec-tt {
	text-align:center;
	color:#103b7a;
	font-size:18px;
	font-weight:500;
	padding:15px 0 15px 0;
}

.urun-sec-txt {
	text-align:center;
	color:#103b7a;
	font-size:16px;
	padding:0 20px 0 20px;
}


}


/* GENEL */

.product-detail {
  padding:0px 0 60px 0;
}

/* ÜST ALAN */
.product-top {
  display:flex;
  gap:60px;
}

.product-image {
  /*max-width:520px;*/
  width:35%;
  margin:1%;
  float:left;
}
.product-info {
  width:64%;
  float:right;
}

.product-desc {
  margin-bottom:25px;
}


.product-buttons {
  margin-top:30px;
}

.btn {
  display:inline-block;
  padding:14px 26px;
  margin-right:15px;
  /*color:#fff !important;*/
  font-weight:600;
  border-radius:4px;
  text-decoration:none;
}

.btn.blue { background:#1f7bc1; color:#FFFFFF !important; }
.btn.dark { background:#123a73; color:#FFFFFF !important; }

/* TAB MENÜ */
.product-tabs {
  margin-top:60px;
}

.tab-head {
  display:flex;
  border-bottom:2px solid #ddd;
}

.tab-btn {
  padding:15px 0 15px 0;
  background:none;
  border:none;
  font-weight:600;
  cursor:pointer;
  font-size:15px;
  margin-right:45px;
}

.tab-btn.active {
  color:#1f7bc1;
  border-bottom:3px solid #1f7bc1;
}

.tab-content {
  display:none;
  padding:30px 0;
}

.tab-content.active {
  display:block;
}

/* RESPONSIVE */
@media(max-width:992px){
  .product-top {
    flex-direction:column;
  }
}

@media(max-width:768px){
  .tab-head {
    flex-wrap:wrap;
  }

  .tab-btn {
    width:100%;
    text-align:left;
  }
}

@media(max-width:400px){
  .tab-btn {
    width:100%;
  }

  .btn {
    width:100%;
    margin-bottom:10px;
    text-align:center;
  }
}



.gallery-section {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
}
.main-container {
}
/* Üst Satır Tasarımı */
    .top-row {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 50% - 50% bölünme */
	gap: 40px;
	margin-bottom: 40px;
	align-items: start;
}
.top-image img {
	width: 80%;
	border-radius: 35px; /* Görseldeki yumuşak köşeler */
	object-fit: cover;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.top-content {
	padding-top: 10px;
}
.top-content .description {
	font-size: 15px;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}
.top-content .sub-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
/* Alt Galeri Grid Tasarımı */
 .bottom-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* 3 sütun */
	gap: 25px;
}
.grid-item {
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	transition: transform 0.3s ease;
}
.grid-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 4 / 3; /* Görsellerin oranını korur */
}

    /* Hover Efekti (Desktop için) */
@media (min-width: 993px) {
.grid-item:hover {
 transform: translateY(-5px);
}
}

/* --- RESPONSIVE KIRILIMLAR --- */

/* 1200px altı */
@media (max-width: 1200px) {
 .top-row {
gap: 30px;
}

.bottom-grid {
gap: 20px;
}
}

    /* 992px (Tablet) */
@media (max-width: 992px) {
 .top-row {
 grid-template-columns: 1fr; /* Metin ve görsel alt alta */
 gap: 20px;
}
 .bottom-grid {
 grid-template-columns: repeat(2, 1fr); /* 2 sütuna düşer */
}
 .top-image img {
border-radius: 15px;
}
 .grid-item {
border-radius: 15px;
}
}

/* 768px */
@media (max-width: 768px) {
 .top-content .description {
font-size: 14px;
}
 .bottom-grid {
gap: 15px;
}
}

/* 414px (Mobil) */
@media (max-width: 414px) {

.gallery-section {
padding: 20px 15px;
}

.bottom-grid {
 grid-template-columns: 1fr; /* Tüm görseller tek sütun */
}

.top-content .sub-title {
	font-size: 16px;
}

}

/* 320px (Küçük Mobil) */
@media (max-width: 320px) {

.top-content .description {
	font-size: 13px;
}
}


img {
 width: auto\9;
 height: auto;
 max-width: 100%;
 vertical-align: middle;
 border: 0;
 -ms-interpolation-mode: bicubic;
}




.tab-body table {background-color: #FFFFFF; width: 100%; text-align: left; border-collapse: collapse; overflow: hidden; }
.tab-body table td {padding: 12px 10px; text-align:left;}
.tab-body table th {padding: 15px 10px; text-align:left;}
.tab-body table tbody td {font-size: 14px; color: #222222;}
.tab-body table tr:nth-child(even) {background: #ccc;}
.tab-body table tr:hover {background-color: #e5e5e5;}
.tab-body table thead {background: #0f3b78; border-bottom: 1px solid #FFFFFF;}
.tab-body table thead th {font-size: 16px;	font-weight: 600; color: #FFFFFF; text-align:left;}
.tab-body table thead tr:hover { background-color:#0a336b;}
.tab-body table thead th:first-child {border-left: none;}


/*--iletisim--*/
.contact-section {padding:30px 15px;}
.contact-section .container {max-width:1600px; width:100%; margin:auto; display:flex; gap:20px; align-items:stretch;}
.contact-info, .contact-form {border:1px solid #cfd4e4; border-radius:22px; background:#fff; padding:30px;}
.contact-info {flex:1;}
.contact-list {list-style:none; padding:0; margin:0 0 25px;}
.contact-list li {display:flex; align-items:flex-start; gap:18px; margin-bottom:25px;}
.contact-list li:last-child {margin-bottom:0;}
.contact-list i {width:28px; min-width:28px; height:28px;}
.contact-list span {line-height:1.6; font-size:16px;}
.map-area {margin-top:25px; overflow:hidden; border-radius:6px;}
.map-area iframe {width:100%; height:340px;	border:0;}
.contact-form {flex:1; display:flex; flex-direction:column;}
.contact-form form { width:100%; max-width:100%;}
/* responsive */
@media (max-width:1200px) {
.contact-list span {font-size:14px;}
}

@media (max-width:991px) {
.contact-section .container {flex-direction:column;}
.contact-info,  .contact-form {width:100%;}
.map-area iframe {height:300px;}
}

@media (max-width:576px) {
.contact-info,  .contact-form {padding:20px; border-radius:18px;}
.contact-list li {gap:14px; margin-bottom:18px;}
.contact-list span {font-size:16px; line-height:1.5;}
.map-area iframe {height:250px;}
}

/*--video galeri--*/
.video-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px;}
.video-item {position: relative; cursor: pointer; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: 0.3s;}
.video-item:hover {transform: scale(1.04);}
.video-item img {width: 100%; display: block;}
#lightbox44 { display: none; position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); justify-content: center; align-items: center; padding: 20px;}
#lightbox44 iframe {width: 90%; height: 70vh; border: none; border-radius: 12px;}
#lightbox44.close-area { cursor: pointer;}
.video-item { background: #fff; padding-bottom: 10px;}
.video-title { text-align: center; padding-top: 8px; font-size: 15px; font-weight: 600; color: #333;}
/*--video galeri--*/


.tablecss {background-color: #FFFFFF; width: 100%; text-align: left; border-collapse: collapse; overflow: hidden; }
.tablecss td {padding: 6px; text-align:left;}
.tablecss th {padding: 6px; text-align:left;}
.tablecss tbody td {font-size: 14px; color: #222222;}
.tablecss tr:nth-child(even) {background: #ccc;}
.tablecss tr:hover {background-color: #e5e5e5;}
.tablecss thead {background: #0f3b78; border-bottom: 1px solid #FFFFFF;}
.tablecss thead th {font-size: 16px;	font-weight: 600; color: #FFFFFF; text-align:left;}
.tablecss thead tr:hover { background-color:#0a336b;}
.tablecss thead th:first-child {border-left: none;}


.teknik-dokuman {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
	color: #212422;
	font-size: 16px;
	display: block;
	line-height: 20px;
	width:22%;
	text-align:center;
	font-weight:600;
	float:left;
	margin: 0 42px 36px 0; 
}