p {
    color: black;
}
.sponsor-item{
    max-width: 100px;
}
.sponsor-section .sponsor-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .sponsor-section .sponsor-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  
  .sponsor-section img {
    max-width: 100%;
    height: auto;
  }
  .padding{
    padding-top: 55px;
    padding-bottom: 55px;
  }
  /* .page-header{background-image:url(../images/consulting.jpg);
  } */
  .page-header {
    position: relative;
  }
  
  .page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Siyah ve %40 opaklık */
    z-index: 1; /* Görselin üstünde olmasını sağlar */
  }
  
  .page-header > * {
    position: relative;
    z-index: 2; /* İçeriğin üstte görünmesini sağlar */
  }
  .main-image {
    width: 300px;
    /* cursor: pointer; */
    border-radius: 10px;
}
.modal-content img {
    width: 100%;
}

/*Yeni*/

.project-card {
    background: rgb(247, 247, 247);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    text-align: center;
}
.project-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.project-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid #007bff;
}
.project-info {
    padding: 20px;
}
.project-info h2 {
    font-size: 22px;
    color: #002349;
}
.project-info p {
    font-size: 15px;
    color: #000000;
}

/* Üye kutularının arasına boşluk eklemek */
.team-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-item {
  position: relative;
  overflow: hidden;
}

.team-wrap .col-lg-3, .team-wrap .col-sm-6 {
  padding-left: 25px;
  padding-right: 25px;
}

/* Sayfa küçüldükçe üyelerin düzenini değiştirmek */
@media (max-width: 991px) {
  .team-wrap .col-lg-3 {
    width: 50%; /* 2 üyeyi sıraya yerleştir */
  }
}

@media (max-width: 575px) {
  .team-wrap .col-lg-3 {
    width: 100%; /* 1 üye sırasına yerleştir */
  }
}
/* Genel Ayarlar */
.team-section {
  background-color: #f9f9f9; /* Hafif gri arka plan */
  padding: 60px 0;
}

.team-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-card {
  background-color: #fff;
  border-radius: 12px; /* Yuvarlak köşe */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Yumuşak gölge */
  overflow: hidden; /* Görsellerin kenarları yuvarlatılsın */
  transition: transform 0.3s ease;
  height: 530px;
}

.team-card:hover {
  transform: translateY(-10px); /* Hafif yukarı kayma efekti */
}

.team-img {
  width: 100%;
  height: 400px;
  object-fit: cover; /* Görselin tam sığmasını sağlar */
  border-bottom: 4px solid #007bff; /* Kart altına renkli bir çizgi */
}

.team-content {
  padding: 20px;
  text-align: center;
}

.team-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333; /* Koyu gri yazı rengi */
  margin: 10px 0;
}

.team-content span {
  font-size: 16px;
  color: #777; /* Açık gri yazı rengi */
  font-weight: 400;
}

.team-card .team-content h3, .team-card .team-content span {
  transition: color 0.3s ease;
}

/* Mobil uyumlu */
@media (max-width: 767px) {
  .team-card {
    margin-bottom: 30px; /* Kartlar arasında boşluk bırak */
    
  }
}
@media (max-width: 576px) {
  .team-card {
   width: 60%; /* Kartlar arasında boşluk bırak */
    text-align: center;
  }
  .team-members{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
  }
}
@media (max-width: 499px) {
  .team-card {
   width: 70%; 
    text-align: center;
  }
}
@media (max-width: 430) {
  .team-card {
   width: 100%; 
  }
  
}
        /* İkonun sabit konumda olması için CSS */
         /* #download-icon {
            position: fixed;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: #4CAF50;
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            cursor: pointer;
            z-index: 9999999; 
        }  */
        #download-icon {
          margin-left: 10px;
          transform: translateY(-50%);
          width: 50px;
          height: 50px;
          background-color: #4CAF50;
          color: white;
          border-radius: 50%;
          display: flex; 
          justify-content: center;
          align-items: center; 
          font-size: 24px;
          cursor: pointer;
          z-index: 9999999; 
      }
      /* #download-icon-text {
        position: absolute;
        left: 20px;
        top: 24%;
        transform: translateY(-50%);
        width: 140px;
        height: 50px;
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        z-index: 9999999;
    } */

        /* İkonun üzerine gelindiğinde stil */
        #download-icon:hover {
            background-color: #45a049;
        }

        /* Tooltip için stil */
        #download-icon::after {
            content: "Download Our Profile.";
            position: absolute;
            left: 60px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #333;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s;
        }

        /* İkon üzerine gelindiğinde tooltip görünür */
        #download-icon:hover::after {
            opacity: 1;
        }



  
  