.overlay-container-1 {
    position: relative;
    padding: 200px 0;
    min-height: 420px;
}
.overlay-container-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: rgba(53, 77, 129, 0.3); /* Adjust the opacity as needed */
    z-index: 1;
}
.overlay-content-1 {
    position: relative;
    z-index: 2;
    color: #fff; /* Make sure the text is readable against the overlay */
}

.overlay-container {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    background: #fff; /* Added a background to make the space between elements more visible */
}
.overlay-container img {
    width: 100%;
    display: block;
}
.overlay-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.overlay-container .overlay h3, 
.overlay-container .overlay p {
    margin: 0;
}
.overlay-container .date-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #354D81;
    color: #FFF;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}
.event-item {
    margin-bottom: 0; /* Add space between items */
    padding: 0 10px; /* Add side padding */
}

.slick-dots li
{
position: relative;

display: inline-block;

width: 40px;
height: 40px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 40px;
height: 40px;
padding: 5px;

cursor: pointer;

color: #354D81;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 12px;
line-height: 20px;

position: absolute;
top: 0;
left: 0;

width: 40px;
height: 40px;

content: '•';
text-align: center;

opacity: .25;
color: #354D81;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: #354D81;
}

.acc_jen_inside  { padding:20px; background-color: #FFF; font-size: 18px;  border: 1px solid #ccc; 
border-left:5px solid #354D81; }
.acc_jen h2 {  font-size: 38px; font-weight: 700; color: #354D81;  }

body {
    background-color: #edf2f4;
    padding-top: 118px; /* Adjust for fixed navbar height */
}
.nav-sidebar {
    margin-top: 20px;
}
.nav-sidebar li a {
    font-size: 16px;
    color: #333;
    padding: 3px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.nav-sidebar li a:hover {
    color: #0056b3;
}
.fixed-sidebar {
    position: fixed;
    top: 158px; /* 138px navbar height + 20px margin */
    width: 25%;
}

.fixed-sidebar ul > li { width: 100%; }
.fixed-sidebar-bottom {
    position: absolute;
    bottom: 0;
}
.acc_jen_inside {
    margin-top: 20px;
}
.container-fluid {
    padding: 20px 0;
}

/*
.acc_jen_inside h2 {
    background-color: #354D81;
    color: #fff;
    padding: 6px;
}
*/

/* Scroll to Top Icon Styles */
.scroll-to-top {
    position: fixed;
    bottom: 60px;
    right: 120px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.scroll-to-top:hover {
    background-color: #555;
}


.btn-application {

 background: #157347;
 color: #fff;
 font-size: 18px;
 width:90%;
 left:5%;
 padding: 8px 16px;
 border-radius: 6px;
 margin-top: 10px;
 font-weight: 500;

}

.btn-application:hover, .btn-application:focus {

    opacity: 0.9;
    color: #fff;
   
   }
 
.jen_h1 {
    color: #fff;
    font-size: 42px;
    text-shadow: 1px 2px #354D81;
  }
  

  .jen_box_h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 5px;
    width: 90%;
  }
   

  .jen_box_span {
    font-size: 14px;
    color: #fff;
    margin-top: 0;
  }
  
  /* Kutu görünümü */
  .jen_box_con_div {
    min-height: 130px;
    margin: 0;
    padding: 20px;
  }
  

  .custom-min-height {
    min-height: 100px;
  }
  

  .d-flex-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    min-height: 140px;
    height: 100%;
    padding: 10px 20px;
  }
  
  /* RESPONSIVE */
  @media (max-width: 767px) {
    .acc_jen_inside {
      margin-top: 0px;
      border: 0;
    }
  
    .acc_jen_inside h2 {
      font-size: 30px;
      font-weight: 600;
    }
  
    .acc_jen_inside ul {
      list-style: disc;
      padding-left: 10px;
      margin: 0;
    }
  
    .jen_h1 {
      font-size: 24px;
    }
  
    .jen_box_con_div {
      padding: 4px;
    }
  
    .jen_box_h3 {
      font-size: 10px;
      padding: 4px;
      font-weight: 600;
      width: 80%;
      margin-bottom: 0;
    }
  
    .jen_box_span {
      font-size: 10px;
      color: #fff;
      margin-top: 0;
    }
  
    .d-flex-align {
      min-height: 100px;
      padding: 5px 10px;
    }
  
    .d-flex-align .jen_box_h3 {
      width: 90%;
    }
  }
 


   
