.elementor-15049 .elementor-element.elementor-element-3cbc42a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15049 .elementor-element.elementor-element-2cc5d34 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-15049 .elementor-element.elementor-element-2cc5d34{text-align:center;}.elementor-15049 .elementor-element.elementor-element-2cc5d34 .elementor-heading-title{font-family:"Cera Pro", Sans-serif;color:#222222;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-15049 .elementor-element.elementor-element-2cc5d34 > .elementor-widget-container{margin:180px 0px 0px 0px;}}@media(max-width:767px){.elementor-15049 .elementor-element.elementor-element-2cc5d34 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for heading, class: .elementor-element-2cc5d34 */.rotate-left{
  display: inline-block; 
  background-color: #c72127;
  color: #fff;
  padding: 10px 14px;
  font-size: 3.8rem;
  margin:10px;
}

.rotate-left {
  transform: rotate(-4deg);
}

.title {
  position: relative;
  display: inline-block;
}

.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px; /* απόσταση από το κείμενο */
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(-2deg); /* μικρή κλίση */
  transform-origin: left;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3caf16 */.edu-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.edu-modal.active {
  display: block;
}

.edu-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.edu-modal__box {
  position: relative;
  width: 90%;
  max-width: 1100px;
  height: 80vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* TABS */
.edu-modal__tabs {
  display: flex;
}

.edu-modal__tabs button {
  flex: 1;
  padding: 12px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  color:#222;
}

.edu-modal__tabs button.active {
  background: linear-gradient(135deg,#6C4CF1,#8B6BFF);
  color: #fff;
}

.edu-modal__tabs button[data-tab="ppt"].active {
  background: linear-gradient(135deg,#B7332F,#d94a45);
}

/* TOOLBAR */
.edu-modal__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

/* ACTIONS */
.edu-modal__actions {
  display: flex;
  gap: 10px;
}

.edu-modal__actions button {
  font-size: 13px;
  border: none;
  background: #6C4CF1;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.edu-modal__actions a {
  font-size: 13px;
  text-decoration: none;
  background: #f3f3f3;
  color: #333;
  padding: 6px 12px;
  border-radius: 6px;
}

/* CLOSE */
.edu-modal__close {
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
  color:#222;
}

/* CONTENT */
.edu-modal__content {
  flex: 1;
}

.edu-tab {
  display: none;
  height: 100%;
}

.edu-tab.active {
  display: block;
}

.edu-tab iframe {
  width: 100%;
  height: 90%;
  border: none;
}
#pdfOpen {
  display: inline-block;
}

.edu-tab--ppt.active ~ * #pdfOpen {
  display: none;
}

.ppt-switcher {
  display: flex;
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  justify-content: center;
}

.ppt-switcher button {
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(183, 51, 47, 0.7);
  cursor: pointer;
  font-size: 13px;
}

.ppt-switcher button.active {
  background: #B7332F;
  color: #fff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://digital.web2social.gr/wp-content/uploads/2026/02/CeraPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Cera Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://digital.web2social.gr/wp-content/uploads/2026/02/CeraPro-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */