body {
    background-color: #f2f4f7;
  }

  .sidebar-menu {
       color: #000;
    }

  .menu {
      list-style-type: none;
      padding: 0;
  }

  .menu-item {
      margin-bottom: 10px;
  }

  .menu-link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #f2f4f7;
    transition: background-color 0.3s ease;
  }

  .menu-link:hover {
      background-color: #f2f4f7;
  }

  li.menu-item.active {
        background-color: #da2127;
        border-radius: 5px;
     }

    li.menu-item.active a{
          color: #fff;
    }


  .submenu {
      list-style-type: none;
      padding-left: 20px;
      margin-top: 5px;
  }

  .submenu .menu-item {
      margin-bottom: 5px;
  }

  .ez-slider-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.ez-slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.ez-slide {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.ez-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Başlık Stili */
.ez-slide-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Transparan siyah */
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

/* Mobil Uyumlu Başlık */
@media (max-width: 768px) {
    .ez-slide-title {
        font-size: 16px;
        padding: 8px;
    }

    .ez-slider-container {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
  }
}

/* Önceki / Sonraki Butonlar */
.ez-prev, .ez-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 20px;
}

.ez-prev { left: 10px; }
.ez-next { right: 10px; }


.icon-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.ez-icon-box {
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
cursor: pointer;
margin-bottom: 20px;
min-height: 210px;
}

.ez-icon-box:hover {
transform: translateY(-8px);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}



.ez-icon {
font-size: 30px;
color: #da2127;
margin-bottom: 15px;
}

.ez-icon i {
border: 1px dotted #da2127;
padding: 23px;
border-radius: 20px;
}

.ez-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

.ez-desc {
font-size: 14px;
color: #555;
}


@media (max-width: 768px) {
  .ez-icon-box {
    min-height: 170px;
    padding: 15px;
  }

  .ez-icon {
    font-size: 20px;
    color: #da2127;
     }

  .ez-title {
  font-size: 12px; 
  }
    

  .blog-single .post-item .post__body {
    position: relative;
    z-index: 3;
    margin-top: 0px!important;
    margin-right: 0px!important;
    border-top-right-radius:  0px!important;
    background-color: #ffffff;
  }

  .post-item .post__body {
    padding-left: 15px!important;
  }

}


.poll-card {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.poll-title {
font-size: 1.5rem;
font-weight: bold;
}

.poll-date {
font-size: 0.9rem;
color: #777;
}

.poll-options {
margin-top: 20px;
}

.poll-option {
display: flex;
justify-content: space-between;
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
background-color: #f9f9f9;
cursor: pointer;
}

.poll-option:hover {
background-color: #e9ecef;
}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
}

.btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
}

.fc-center h2 {
font-size: 13px;
margin-top: 7px;
}

.fc-content {
color: #fff;
}

.calendar-card {
background-color: #fff;
padding: 10px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
cursor: pointer;
}

.modern-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 1px solid #000; /* Siyah çerçeve */
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.modern-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000; /* Siyah çerçeve */
    border-radius: 50%;
    margin: 0 auto 10px;
}

.modern-icon i {
    font-size: 30px; /* İkon boyutu */
    color: #000; /* Siyah renk */
}

.modern-title {
    font-size: 14px; /* Başlık boyutu */
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}

.president-card {
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .president-photo {
    width: 100%;
    max-width: 150px;
    border-radius: 15px;
    object-fit: cover;
  }
  .message-title {
    font-size: 20px;
    font-weight: 600;
  }
  .message-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    text-align: right;
  }
  .itso-pages h1 {
    font-size: 20px!important;
  }

  .itso-pages h2 {
    font-size: 18px!important;
  }

  .itso-pages h3 {
    font-size: 16px!important;
  }

  .itso-pages table {
    width: 100%!important;
    height: auto!important;
  }
  .whatsapp-destek {
    position: fixed;
    bottom: 25px;
    right: 100px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .whatsapp-destek a img {
    width: 300px;
    height: 69px;
    object-fit: contain;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
  
  .whatsapp-destek a img:hover {
    transform: scale(1.1);
  }

  @media (max-width: 1024px) {
    .navbar-actions .btn span {
      display: none;
    }

   

    .navbar-actions .btn:not(.btn__link)  {
      min-width: 60px;
              height: 40px;
     
    }
    .header-topbar .d-flex.align-items-center > * {
       margin-bottom: 0px!important;
  }

  .navbar-actions {
          position: relative;
          height: 100%;
          margin-right: 5px!important;
          margin-top: 40px;
      }

        .navbar .nav__item .nav__item-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #000;
    line-height: 90px;
    padding-right: 15px;
}
   
  }


  @media (max-width: 1366px) {
    .navbar-actions .btn span {
        display: none;
      }
      .navbar-actions .btn  {
        min-width: 50px;
        height: 40px;
        padding: 0 5px;
      }
    }
    
    @media (max-width:1180px) {
      .navbar-actions {
        margin-top: 40px;
        margin-right: 40px;
      }
    }

      @media (max-width:940px) {
      .navbar-actions {
        margin-top: 15px;
        margin-right: 50px!important;
      }

      .guclu-sanayi {
        display: block;
        margin: 0 auto;
        text-align: center;
      }

      .guclu-sanayi img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
      }
  }
