.view-slideshow .views-field-field-image img {
    width: 100%;
    height: 460px;
}

.view-slideshow {
    width: 100%;
    height: 460px;
}

div#banner-area {
  position: relative;
}

div#banner-content {
    position: absolute;
    top: 60px;
    width: 825px;
    margin: auto;
    text-align: center;
    left: 10%;
    height: 325px;
}

#banner-content .field-title {
    font-size: 54px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    line-height: 62px;
}
  
  .field-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .field-title a:hover {
    color: #f39c12; /* Hover effect */
  }
  
  /* Subtitle styling */
  #banner-content .field-subtitle {
    font-size: 18px;
    margin: 0 auto;
    margin-top: 20px;
}
  
  /* Edit link styling */
  .views-field-edit-node a {
    color: #007bff;
    font-size: 14px;
    text-decoration: none;
  }
  
  .views-field-edit-node a:hover {
    text-decoration: underline;
  }

  .field-title {
    position: relative;
  }
  
 

#banner-content .field-title::after {
    content: "(LEI)";
    position: absolute;
    color: #00a686;
    font-weight: bold;
    top: 52px;
    /* right: -4px; */
    left: 188px;
}

.views-slideshow-controls-bottom{
  position: relative;
}

ul.widget_pager_bottom {
  display: flex;
  flex-direction: row;
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 20px;
  padding: 15px;
}

.view-slideshow .list-group-item {
  background: #00a686 !important;
  z-index:999999;
}

.view-slideshow .list-group-item.active {
background: gray !important;
width: 10px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 0px;
  margin-left: 4px;
  margin-right: 4px;
}