*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Inter',sans-serif;
  overflow-x:hidden;
}

header{
  width:100%;
  background:white;
  padding:5px 100px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:1000;
}
@media (max-width:800px) {
header {
padding:5px 20px;
    }
    
}

.logo{
  font-size:26px;
  font-weight:600;
  color:#7a7a7a;
  letter-spacing:2px;
}

/* NAVIGATION */
nav{
  display:flex;
  align-items:center;
  gap:30px;
}

nav ul{
  list-style:none;
  display:flex;
  align-items:center;
  gap:30px;
}

nav ul li{
  position:relative;
      width: 100%;
    text-align: left;
}

nav ul li a{
  text-decoration:none;
  color:#2b5ea8;
  font-size:14px;
  font-weight:700;
}

/* Dropdown Desktop */
.dropdown{
  position:absolute;
  top:100%;
  gap: 0px;
  left:0;
  background:#fff;
  width:260px;
  border-radius:8px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  padding:10px 0;
  display:none;
  flex-direction:column;
}

.dropdown li a{
  display:block;
  padding:12px 20px;
  color:#333;
}

.dropdown li a:hover{
  background:#f5f7fb;
}

nav ul li:hover .dropdown{
  display:flex;
}

/* Buttons */
.contact-btn{
  padding:8px 18px;
  background:#2b5ea8;
  color:#fff !important;
  border-radius:25px;
}

.lang-btn{
  padding:7px 14px;
  border:1px solid #2b5ea8;
  border-radius:25px;
  font-size:13px;
}

/* HAMBURGER */
.hamburger{
  display:none;
  font-size:26px;
  cursor:pointer;
}

/* MOBILE */
@media(max-width:992px){

  nav{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
    display:none;
  }

  nav.active{
    display:flex;
  }

  nav ul{
    flex-direction:column;
    width:100%;
    gap:15px;
    text-align-last: center;
  }

  nav ul li{
    width:100%;
  }

  .dropdown{
    position:static;
    box-shadow:none;
    width:100%;
    display:none;
  }

  .dropdown.active{
    display:flex;
  }

  .hamburger{
    display:block;
  }
}









.hero-banner{
  position:relative;
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:0 8%;
  background-image: url("img/slider.jpg"); /* BURAYA RESİM LİNKİNİ EKLE */
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
  overflow:hidden;
}




.hero-content{
  position:relative;
  z-index:2;
  max-width:550px;
}

.hero-content h1{
  font-size:48px;
  color:white;
  margin-bottom:20px;
  line-height:1.2;
}

.hero-content p{
  font-size:16px;
  color:white; 
  margin-bottom:30px;
  line-height:1.6;
}

.hero-btn{
  display:inline-block;
  padding:14px 32px;
  background:#2b5ea8;
  color:#fff;
  border-radius:40px;
  text-decoration:none;
  font-weight:500;
  transition:.3s;
}

.hero-btn:hover{
  background:#1f4a86;
}

/* RESPONSIVE */

@media(max-width:992px){

  .hero-banner{
    background-position:center;
    padding:80px 6%;
  }

  .hero-banner::before{
    width:100%;
    background:rgba(243,243,243,0.9);
  }

  .hero-content h1{
    font-size:34px;
  }

}










.trusted {
  padding: 80px 0;
  background: white;
  text-align: center;
}

.trusted h2 {
  font-size: 28px;
  color: #1f3c88;
  margin-bottom: 15px;
}

.line {
  width: 120px;
  height: 3px;
  background: #1f3c88;
  margin: 0 auto 50px auto;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.logo-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll 14s linear infinite;
}

.logo-track img {
  width: 200px;
  margin: 0 25px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}

.logo-track img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ALT YAZI BLOĞU */

.experts h3 {
  font-size: 24px;
  color: #1f3c88;
  margin-bottom: 15px;
}

.experts p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}








.features-section {
  width: 100%;
}

/* ANA CONTAINER */
.features-container {
  display: flex;
  align-items: stretch; /* Yükseklik eşitleme */
  min-height: 600px;
}

/* SOL TARAF */
.features-left {
  flex: 1;
      background: #1b4e8d !important;
  background: linear-gradient(135deg, #06264d, #1f4d87);
  display: flex;
  
  justify-content: center;
  padding: 0px;
}

.features-left img {
  max-width: 100%;
  height: auto;
}

/* SAĞ TARAF */
.features-right {
  flex: 1;
  background: #5f88b8;
  display: flex;
  align-items: center;   /* Dikey ortalama */
  justify-content: center;
  padding: 40px 0px;
    position: relative;
  overflow: visible; /* taşmaya izin */
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  width: 100%;
}



/* FEATURE ITEM */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
}
.feature-item:nth-child(1) ,
.feature-item:nth-child(3) {
  position: relative;
  left: -50px;
  z-index: 2;
}

/* NUMARA DAİRE */
.circle {
  min-width: 100px;
  height: 100px;
  background: #2f5e9c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
}

/* METİN */
.feature-item p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 320px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .features-container {
    flex-direction: column;
  }

  .features-right {
    padding: 60px 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .circle {
    min-width: 80px;
    height: 80px;
    font-size: 28px;
  }
  .feature-item {
    display: flex;
    gap: 20px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
}

@media (max-width: 1500px) {
  .features-grid {
    grid-template-columns: 1fr; /* Tek kolon */
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    place-self: anchor-center;
}

  .feature-item:nth-child(1) ,
.feature-item:nth-child(3) {
  position: none;
  left: unset !important;
  z-index: 2;
}
}














.skills-section {
  padding: 120px 20px;
  background: white;
  text-align: center;
  position: relative;
}

.skills-section h2 {
  font-size: 28px;
  color: #1f3c88;
  margin-bottom: 15px;
}

.title-line {
  width: 120px;
  height: 3px;
  background: #1f3c88;
  margin: 0 auto 60px auto;
}

/* ÜST 3 ALAN */
.skills-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 40px;
}

.skill-box {
  flex: 1 1 250px;
  max-width: 300px;
  margin: 0 auto;
}

.skill-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.skill-box h3 {
  color: #5a7ea8;
  font-size: 20px;
}

/* ORTA GÖRSEL BÜYÜK */
.center-skill img {
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 2;
}

/* YARIM ÇEMBER */
.circle-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px auto;
  transform: rotate(180deg);
}

.big-semi-circle {
  position: absolute;
  width: 100%;
  height: 50%;
  border: 4px solid #1f3c88;
  border-bottom: none;
  border-radius: 300px 300px 0 0;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* TIMELINE */
.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.timeline-line {
  height: 3px;
  background: #1f3c88;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}

.timeline-item {
  position: relative;
  flex: 1 1 150px;
  min-width: 120px;
  cursor: pointer;
  transition: 0.3s;
}

.timeline-item .dot {
  width: 16px;
  height: 16px;
  background: #1f3c88;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.timeline-item p {
  font-size: 14px;
  color: #000;
  transition: 0.3s;
}

/* HOVER */
.timeline-item:hover .dot {
  background: #f2b705;
}

.timeline-item:hover p {
  background: #f2b705;
  display: inline-block;
  padding: 3px 6px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .skills-top {
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .timeline-item {
  
    flex: 1 1 60px;

}

  .center-skill img {
    width: 140px;
    height: 140px;
  }

  .circle-wrapper {
    width: 100%;
  }

  .timeline {
    flex-direction: column;
    gap: 40px;
  }

  .timeline-line {
    display: none;
  }

  .timeline-item {
    width: 100%;
    text-align: center;
  }
  
  .big-semi-circle {
display:none;
}
}

@media (max-width: 576px) {
  .skills-section {
    padding: 60px 10px;
  }

  .skills-section h2 {
    font-size: 24px;
  }

  .skill-box img {
    width: 100px;
    height: 100px;
  }

  .center-skill img {
    width: 90px;
    height: 90px;
  }

  .big-semi-circle {
    bottom: 120px;
  }
}












/* SECTION */
.ebis-section {
  position: relative;
  padding: 120px 20px;
  background: #1f4e8c;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, #2f6db3, #ffffff);
}
.card >p, .card >h3{
color:#1f4e8c;
}
.service-card{
text-decoration:none;
color:inherit;
display:block;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 95%;
  margin: auto;
}

h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: white;
}

.title-line {
  width: 80px;
  height: 3px;
  background: #fff;
  margin: 0 auto 60px;
}

/* WAVES */
.wave-top,
.wave-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 0;
  z-index: 1;
}

.wave-top {
  top: 0;
  transform: translateY(-100%);
}

.wave-bottom {
  bottom: 0;
  transform: translateY(100%);
}

.wave-top svg,
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}

.wave-top path,
.wave-bottom path {
  fill: #f3f3f3;
}

/* CAROUSEL */
.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.6;
  transform: scale(0.9);
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

.card {
  background: #fff;
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  color: #333;
}


.image-area {
  height: 450px;
  margin-bottom: 20px;
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ddd;
  border-radius: 15px;
}

.card-line {
  width: 60px;
  height: 3px;
  background: #1f4e8c;
  margin: 15px auto;
  
}

/* NAV */
.nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  z-index: 10;
}

.prev { left: 0; }
.next { right: 0; }

/* DOTS */
.dots {
  margin-top: 40px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .slide {
    flex: 0 0 100%;
  }
  .image-area {
    height: 150px;
    margin-bottom: 20px;
}
.ebis-section {
   
    padding: 40px 20px;

}

  .nav {
    display: none;
  }
}










/* SECTION */
.services-section{
  position:relative;
  padding:100px 40px 140px;
  overflow:hidden;

  /* GRADIENT BACKGROUND */
  background:linear-gradient(135deg,#1f4e8c,#2f6db3,#244c84);
}

/* GRID */
.services-grid{
  max-width:95%;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* SECOND ROW 3 ITEMS */
.services-grid .service-card:nth-child(n+5){
  grid-column:span 1;
}

/* CARD */
.service-card{
  position:relative;
  background:rgba(255,255,255,0.08);
  padding:40px 30px;
  display:flex;
  align-items:center;
  gap:20px;
  color:#fff;
  cursor:pointer;
  overflow:hidden;
  transition:all .35s ease;
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* HOVER RISE */
.service-card:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,0.12);
  box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

/* MOUSE FOLLOW GLOW */
.service-card::before{
  content:"";
  position:absolute;
  top:var(--y,50%);
  left:var(--x,50%);
  transform:translate(-50%,-50%);
  width:250px;
  height:250px;
  background:radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 70%);
  opacity:0;
  transition:opacity .3s ease;
  pointer-events:none;
}

.service-card:hover::before{
  opacity:1;
}

/* ICON IMG */
.service-icon{
  width:50px;
  height:50px;
  flex-shrink:0;
}

.service-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:brightness(0) invert(1);
}

/* TITLE */
.service-title{
  font-weight:bold;
  font-size:14px;
  letter-spacing:0.5px;
}



/* RESPONSIVE */
@media(max-width:1024px){
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .services-grid{
    grid-template-columns:1fr;
  }
}















.news-section{
  position:relative;
  padding:80px 20px;
  overflow:hidden;
}

/* Arka plan mavi şekil */
.news-section::before{
  content:"";
  position:absolute;
  left:-200px;
  top:-200px;
  width:600px;
  height:600px;
  background: linear-gradient(135deg, #1f4e8c, #2f6db3, #244c84);
  transform:rotate(25deg);
  z-index:0;
}

.container{
  max-width:95%;
  margin:auto;
  position:relative;
  z-index:2;
}

.section-title{
  text-align:center;
  font-size:28px;
  font-weight:600;
  margin-bottom:50px;
  position:relative;
  color: white;
}

.section-title::after{
  content:"";
  width:80px;
  height:3px;
  background:white;
  display:block;
  margin:12px auto 0;
}

.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.news-card{
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.news-card:hover{
  transform:translateY(-8px);
}

.news-image{
  width:100%;
  height:400px;
  overflow:hidden;
  background:#eaeaea;
}

.news-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.news-content{
  padding:30px 25px 40px;
  text-align:center;
}

.news-content h3{
  font-size:18px;
  font-weight:600;
  margin-bottom:15px;
}

.news-content .line{
  width:60px;
  height:3px;
  background:#2d5c9e;
  display:block;
  margin:15px auto 20px;
}

.news-content p{
  font-size:14px;
  color:#666;
  line-height:1.6;
  margin-bottom:30px;
}

.read-more{
  display:inline-block;
  padding:12px 28px;
  background:#2d5c9e;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  transition:0.3s;
}

.read-more:hover{
  background:#1f4275;
}

/* Responsive */
@media(max-width:992px){
  .news-grid{
    grid-template-columns:1fr 1fr;
  }
  .news-image{

  height:250px;

}
}

@media(max-width:600px){
  .news-grid{
    grid-template-columns:1fr;
  }
}





















/* Ana Arka Plan */
.glass-footer{
  position:relative;
  padding:90px 20px 0;
  background: linear-gradient(135deg, #1f4e8c, #2f6db3, #244c84);
  overflow:hidden;
}

/* Arka glow efekti */
.glass-footer::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:rgba(255,255,255,0.05);
  border-radius:50%;
  top:-200px;
  left:-200px;
  filter:blur(80px);
}

/* Cam container */
.glass-container{
  max-width:1200px;
  margin:auto;
  padding:50px;
  border-radius:20px;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,0.15);
  box-shadow:0 15px 40px rgba(0,0,0,0.3);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  color:#fff;
}

/* Logo */
.glass-logo{
  font-size:22px;
  font-weight:600;
  margin-bottom:20px;
}

/* Text */
.glass-col p{
  font-size:14px;
  line-height:1.7;
  color:#dbeafe;
  margin-bottom:20px;
}

.glass-col h4{
  margin-bottom:20px;
  font-weight:500;
}

/* Links */
.glass-col ul{
  list-style:none;
  padding:0;
}

.glass-col ul li{
  margin-bottom:12px;
}

.glass-col ul li a{
  color:#dbeafe;
  text-decoration:none;
  font-size:14px;
  transition:0.3s;
}

.glass-col ul li a:hover{
  color:#fff;
  padding-left:6px;
}

/* Social */
.glass-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-right:10px;
  border-radius:50%;
  background:rgba(255,255,255,0.15);
  color:#fff;
  transition:0.3s;
}

.glass-socials a:hover{
  background:#fff;
  color:#2d5c9e;
}

/* Bottom */
.glass-bottom{
  text-align:center;
  padding:25px 0;
  margin-top:40px;
  font-size:13px;
  color:#cbd5e1;
}

/* Responsive */
@media(max-width:992px){
  .glass-container{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .glass-container{
    grid-template-columns:1fr;
    padding:30px;
  }
}



















.services-tabs{
max-width:1400px;
margin:auto;
font-family:Arial, sans-serif;
}

.tabs-header{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
margin-bottom:30px;
}

.tab-btn{
padding:15px;
border:none;
cursor:pointer;
background:#f4f6fb;
font-size:16px;
font-weight:600;
transition:0.3s;

}

.tab-btn:hover{
background:#e7ecf7;
}

.tab-btn.active{
background:#2f6db3;
color:white;
}

.tabs-content{
background:#f8f9fc;
padding:35px;

}

.tab-content{
display:none;
animation:fade .3s ease;
}

.tab-content.active{
display:block;
}

.tab-content h3{
color:#2f6db3;
margin-bottom:10px;
}
.tab-text > p {
    font-size: 19px;
}
.tab-text > h3 {
    font-size: 25px;
}


@keyframes fade{
from{opacity:0; transform:translateY(5px);}
to{opacity:1; transform:translateY(0);}
}

/* responsive */

@media(max-width:768px){
.tabs-header{
grid-template-columns:1fr 1fr;
}
}

.tab-inner{
display:flex;
gap:30px;
align-items:flex-start;
}

.tab-image{
flex:1;
margin:auto;
}

.tab-image img{
width:100%;

display:block;

}

.tab-text{
flex:2;

}

@media(min-width:768px){

.tab-text{

max-width: 50%;
}


}

/* mobil */

@media(max-width:768px){

.tab-inner{
flex-direction:column;
}


}









.hero-header{
  position:relative;
  background:#2f6db3;
  padding:120px 20px 80px;
  text-align:center;
  margin-bottom: 60px;;
}
.hero-header h1{
  color:#fff;
  font-size:44px;
  font-weight:600;
}
@media(max-width:900px){
  .hero-header h1{font-size:28px;}
}














  .about-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 1400px;
      margin: 50px auto;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border-radius: 10px;
      overflow: hidden;
    }

    .about-image {
      flex: 1;
      min-width: 300px;
    }

    .about-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .about-content {
      flex: 1;
      min-width: 300px;
      padding: 40px;
      background-color: #2f6db3;
      color: #fff;
    }

    .about-content h1 {
      margin-top: 0;
      font-size: 36px;
    }

    .about-content p {
      font-size: 18px;
      line-height: 1.6;
      margin: 20px 0;
    }

    .about-content a {
      display: inline-block;
      padding: 12px 25px;
      background-color: #fff;
      color: #2f6db3;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background 0.3s, color 0.3s;
    }

    .about-content a:hover {
      background-color: #1f4d82;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
      }

      .about-image,
      .about-content {
        width: 100%;
      }

      .about-image img {
        height: 300px;
        object-fit: cover;
      }

      .about-content {
        padding: 30px;
      }
    }















    .contact-section{
    display:flex;
    align-items:stretch;
    max-width:1400px;
    margin:auto;
    border-radius:50px;
    overflow:hidden;
    background:white;
   
}

/* SOL GÖRSEL */

.contact-image{
    flex:1;
}

.contact-image img{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}

/* FORM TARAFI */

.contact-form-area{
    flex:1;
    padding:40px;
}

.contact-form-area h2{
    font-size:45px;
    margin-bottom:10px;
    color:#2f6db3;
}

.contact-form-area p{
    margin-bottom:25px;
    color:#2f6db3;
    font-size:20px;
}

/* FORM */

.contact-form .form-row{
    display:flex;
    gap:15px;
    margin-bottom:15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    width:100%;
    padding: 20px 14px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:18px;
}

.contact-form textarea{
    height:200px;
    resize:none;
    margin-bottom:15px;
}

.contact-form button{
    width:100%;
    background:#2f6db3;
    color:white;
    border:none;
    padding:14px;
    border-radius:8px;
    font-size:19px;
    cursor:pointer;
}

.contact-form button:hover{
    background:#2f6db3;
}

/* MOBİL */

@media(max-width:900px){

.contact-section{
    flex-direction:column;
    gap:50px !important;
}

.contact-image{
    height:300px;
    padding: 30px;
}
.contact-image > img{

    border-radius: 50px;
}

.contact-form-area{
    padding:30px;
}

.contact-form .form-row{
    flex-direction:column;
}

}

.contact-info-section{
    padding:100px 20px;
    background:#2f6db3;
    text-align:center;
    border-radius:50px;
    max-width:1400px;
    margin:auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-title{
    font-size:52px;
    color:white;
    margin-bottom:70px;
    
}

.contact-city{
    font-size:42px;
    color:#2f6db3;
    padding:25px 0px;
    border-radius:20px;
    margin-bottom:60px;
    background:white;
}

.contact-info-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.info-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    text-align:left;
}

.info-box > .icon{
    width:60px;
    height:60px;
    background:white;
    color:white;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.info-box h4{
    margin:0 0 6px 0;
    font-size:18px;
    color:white;
}

.info-box p{
    margin:0;
    color:white;
    line-height:1.5;
}

/* Tablet */

@media(max-width:1000px){
.contact-info-grid{
    grid-template-columns:repeat(2,1fr);
}
}

/* Mobil */

@media(max-width:600px){
.contact-info-grid{
    grid-template-columns:1fr;
}

.contact-title{
    font-size:32px;
}

.contact-city{
    font-size:26px;
}
}