#page-title {
  clear: both;
  padding: 130px 0 70px;
  background-color: #f8f9fa;
  position: relative;
}
#page-title .page-title {
  text-align: center;
  padding: 20px;
  position: relative;
}
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .lead,
.text-light p,
.text-light a:not(.btn),
.text-light a:not(.btn):hover:not(.btn-light),
.text-light i,
.text-light li,
.text-light label,
.text-light div:not(.alert),
.text-light span:not(.btn-label) {
  color: #ffffff;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: rgb(16 30 33 / 34%);
  opacity: 0.5;
}
.bg-overlay[data-style="2"] {
  background: rgba(0, 0, 0, 0.2);
}
.text-shadow1 {
  text-shadow: rgba(0, 0, 0, 0.9) 3px 3px 5px;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.bg-logo {
  position: relative;
}
.bg-black-tab {
  background: #14191e !important;
}
.tabs .nav-tabs .nav-link {
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 500;
}
.tabs.tabs-vertical .nav-tabs {
  border: 0 !important;
  margin-bottom: 0 !important;
}

/* Το li δεν έχει padding — το nav-link γεμίζει όλο το κουτί */
.nav-tabs > li.nav-item {
  display: block;
  margin: 0;
  padding: 0;
  background: #14191e;
  border-right: 4px solid #fff !important;  /* ← εδώ */
}

.tabs.tabs-vertical .nav-tabs .nav-link {
  border-radius: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px !important;
  background: transparent !important;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active{
	border-radius: 0 !important;
  border-bottom: 0 !important;
  border-left: 15px solid #14191e !important;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px !important;
  background: transparent !important;
}
.nav-tabs .nav-link:hover{
	font-weight: 800;
	color: #fff !important;
}

/* Active: μοβ σε ολόκληρο το κουτί */
.nav-tabs > li.nav-item.active,
.nav-tabs > li.nav-item.active .nav-link,
.nav-tabs > li.nav-item.active .nav-link.active {
  background: #A4579F !important;
}

/* Hover: μοβ σε ολόκληρο το κουτί */
.nav-tabs > li.nav-item:hover,
.nav-tabs > li.nav-item:hover .nav-link {
  background: #A4579F !important;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active {
  color: #fff !important;
  border-right: 0px solid #fff !important;
  background: #A4579F !important;
}
.text-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.text-box h2,
.text-box h3,
.text-box h5 {
  color: #A4579F !important;
  transition: all 0.4s ease 0s;
}
.service-title {
  font-size: 38px !important;
  line-height: 48px !important;
  font-weight: 600 !important;
  color: #A4579F !important;
  padding-bottom: 25px !important;
  font-family: 'Truetypewriter PolyglOTT';
}
.float-right {
  float: right !important;
}
@media (max-width: 820px) {
  .tabs .nav-tabs .nav-link {
    font-size: 15.9px !important;
  }
}
@media (max-width: 755px) {
  .tab-content > .active {
    margin-top: 70px;
  }
}
@media (max-width: 991.98px) {
  #servicesAccordionMobile .btn.btn-link {
    text-decoration: none;
    font-weight: 600;
    padding: 0.9rem 0.75rem;
  }
  #servicesAccordionMobile .card {
    border: 0;
    margin-bottom: 10px;
  }
  #servicesAccordionMobile .card-body {
    background: #f0f3f4;
  }
  button.btn,
  .btn:not(.close):not(.mfp-close),
  a.btn:not([href]):not([tabindex]) {
    background-color: #a4579f;
    border-style: unset;
    text-transform: unset;
    line-height: 27px;
    font-size: 17px;
  }
  .card .card-header {
    background-color: #a4579f;
    padding: 10px 15px;
  }
  button.btn:hover,
  button.btn:focus,
  button.btn:not(:disabled):not(.disabled):active,
  .btn:not(.close):not(.mfp-close):hover,
  .btn:not(.close):not(.mfp-close):focus {
    background-color: #a4579f;
    border-color: #a4579f;
  }
}