body {
overflow-x: hidden;
}

:root {
--primary: #003366;
--second: #d4ad62;
--third: #;
}


.notloggedin #topmenu {
    position: fixed;
top: 45px;
z-index: 10;
border-radius: 0px 0px 10vw 10vw;
box-shadow: -2px 7px 9px #2d41562b;
}

.notloggedin #topbanner{
    position: fixed;
}

.notloggedin #content{
padding-top: 150px;
}


/*TOP MENU*/

div.topmenu ul li {
    margin-bottom: 5px;
border-radius: 30px;
}


div.topmenu ul ul{
box-shadow: -2px 7px 9px #2d41562b;
border-top: 3px solid var(--second);
border-bottom: 3px solid var(--second);
    border-radius:30px;
padding: 10px;
}

div.topmenu ul ul li{
    margin-bottom: 0px;
border-radius: 30px;
}


/*TOP RIGHT MENU*/
.c-top-right-menu {
display: flex;
gap: 5px;
justify-content: flex-end;
align-items: center;
}

.c-top-right-menu a{
font-size: 12px;
    padding: 5px 10px !important;
    border-radius: 30px;
    border: 1px solid var(--second);
font-weight: 500;
    transition: all 0.6s ease;
}
.c-top-right-menu a:nth-last-child(-n+2) {
    background-color: var(--second);
    color: #fff !important;
    padding: 5px 5px !important;
height: 18px;
width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.c-top-right-menu a:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff !important;
}
/*END OF TOP RIGHT MENU*/




/*PAGES TITLE*/

#contenttop h1, #contentbottom h1 {
  font-size: clamp(1.75rem, 1.222rem + 1.69vw, 3.25rem);
  position: relative;
  width: fit-content;
  margin: 0vh auto 4vh auto;
  padding-inline: 2rem;
}



#contenttop h1:before, #contentbottom h1:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 20px;
    width: 20px;
    z-index: 0;
transform: translateX(-50%);
background-image: url('/cache/files/39b79f952eb830c33ac0ada9602fa1974a5b799e.svg');
background-size: cover;
}

#contenttop h1::after, #contentbottom h1:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0,
    var(--second) 10%,
    var(--second) calc(50% - 40px),
    transparent calc(50% - 40px),
    transparent calc(50% + 40px),
    var(--second) calc(50% + 40px),
    var(--second) 90%,
    transparent 100%
  );
opacity: 0.5;
}



.filegallery h1 {
font-size: 30px !important;
margin-top: 4vw !important;
}

.aboveitems h1 {
font-size: 30px !important;
margin-top: 4vw !important;
}


/*END OF PAGES TITLE*/





/*PRODUCTS - NAOI*/



div.horizontalitems div.linkto {
    padding: 0;
    margin: 7px auto;
    float: none;
    width: fit-content;
    border-radius: 30px;
min-height: 35px;
}

div.items div.linkto a {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 1px;
}

div.horizontalitems div.itemcontent {
    border-radius: 15px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 15px;
}



/*END OF PRODUCTS - NAOI */



/* Testimony box - CSS για εισαγωγικό κείμενο σε σελίδες κειμένου */
.testimony-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 4vw;
  margin: 4vw auto;
    box-shadow: -2px 7px 9px #2d41562b;
}

.testimony-box h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.testimony-box p {
  white-space: pre-wrap;
  text-align: justify;
}

#viewer-container {
   width: 100%;
   height: 70vh;
   min-height: 500px;
   overflow: hidden;
   position: relative;
   border-radius: 15px;
   margin-top: 30px;
}
canvas {
   display: block;
}


/*-----------------*/
#viewer-container {
  width: 100%  
  height: 250px;
  margin: auto;
  border: 1px solid #ccc;
}


/*---------clerics table-------------*/
.clerics-table {
      width: 80%;
      border-collapse: collapse;
      margin: 20px auto;
border-radius: 15px;
    }
    .clerics-table th, .clerics-table td {
      border: 1px solid #d4ad6263;
      padding: 8px;
      text-align: center;
background-color: #fff;
    }
    .clerics-table th {
      background-color: var(--second);
color: #fff;
    }



/*--- eggrafa-badge --*/
.eggrafa-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 12px;               /* larger for accessibility */
    font-size: inherit;              /* inherits from <p> */
    font-weight: bold;
    background: var(--soft-bg);      /* light background */
    border: 1px solid #deb751;
    color: var(--blue);              /* dark text: good contrast */
    border-radius: 12px;
    text-decoration: none;
    transition: 0.2s ease;
    vertical-align: middle;
}

.eggrafa-badge:hover,
.eggrafa-badge:focus-visible {
    background: #deb751;         /* more vivid background */
    color: #000;                     /* black text for contrast */
    border-color: #deb751;
}

/* Keyboard focus ring (WCAG 2.4.7 Focus Visible) */
.eggrafa-badge:focus-visible {
    outline: 3px solid #000;         /* clear visible ring */
    outline-offset: 3px;
}




/*YPOKATHGORIES VIEW*/

.imagemenu ul {
    margin: 4vw 20px !important;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.imagemenu ul li.inactive a {
    padding: 15px 15px 15px 15px !important;
    box-shadow: -2px 7px 9px #2d41562b;
}

.imagemenu ul li.inactive a:hover {
font-weight: 900;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
position: relative;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    transform: translate(-95%, 0%);
    margin-top: 2vw;
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin: 3vw;
}

.side-nav__header {
    max-height: 150px;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-filters {
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    flex-direction: row;
margin-bottom: 4vh !important;
}


@media (max-width: 912px) {
.c-filters {
    padding-top: 20px;
    flex-wrap: wrap;
margin-bottom: 2vh !important;
}
}

.c-filters .filter_opt {
    padding: 0 10px 20px 0px;
    min-width: 200px;
}

.c-filters .amodule {
    // flex-basis: 500px;
}

/* ORDER notloggedin  */

.notloggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.notloggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.notloggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.notloggedin .c-filters .amodule:nth-child(4) {
display: none;
order: 6;
}

.notloggedin .c-filters .amodule:nth-child(5) {
order: 4;
}

.notloggedin .c-filters .amodule:nth-child(6) {
order: 5;
}

/* ============= */

/* ORDER loggedin  */

.loggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.loggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.loggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.loggedin .c-filters .amodule:nth-child(4) {
display: initial;
order: 4;
}

.loggedin .c-filters .amodule:nth-child(5) {
order: 5;
}

.loggedin .c-filters .amodule:nth-child(6) {
order: 6;
}

/* ============= */

.c-filters .chosen-container-active .chosen-single, .c-filters .chosen-container-single .chosen-single, #cCloneLehrberufe .chosen-container-active .chosen-single, #cCloneLehrberufe .chosen-container-single .chosen-single, #cCloneUnternehmen .chosen-container-active .chosen-single, #cCloneUnternehmen .chosen-container-single .chosen-single {
    background: white !important;
    border: 1px solid #bdc6ce !important;
    padding: 10px 0px 10px 10px !important;
    margin-right: 5px;
    height: auto !important;
}

.c-filters .chosen-container, #cCloneLehrberufe .chosen-container, #cCloneUnternehmen .chosen-container {
width: 100% !important;
}

.c-filters .chosen-container-single .chosen-single div b, #cCloneLehrberufe .chosen-container-single .chosen-single div b, #cCloneUnternehmen .chosen-container-single .chosen-single div b {
background-image: url('/cache/files/84ed89a7508ffba83e5fe2c975cddbf39dcaeacb.svg') !important;
    background-position: center !important;
    background-size: contain !important;
transform: rotate(0deg);
}


.c-filters .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneLehrberufe .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneUnternehmen .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}

.c-filters .chosen-container-single .chosen-single div, #cCloneLehrberufe .chosen-container-single .chosen-single div, #cCloneUnternehmen .chosen-container-single .chosen-single div {
    right: 10px;
}

.c-filters .chosen-container-single .chosen-search, #cCloneLehrberufe .chosen-container-single .chosen-search, #cCloneUnternehmen .chosen-container-single .chosen-search {
    padding: 10px 10px;
}

.c-filters .chosen-container-single .chosen-single div {
width: 10px;
}

.c-filters .chosen-container-single .chosen-search input[type="text"], #cCloneLehrberufe .chosen-container-single .chosen-search input[type="text"], #cCloneUnternehmen .chosen-container-single .chosen-search input[type="text"] {
    padding: 10px 20px 10px 10px;
    background-image: url('cache/files/notfound') !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

.c-filters .chosen-container-single .chosen-single abbr, #cCloneLehrberufe .chosen-container-single .chosen-single abbr, #cCloneUnternehmen .chosen-container-single .chosen-single abbr {
    top: 17px;
    right: 36px;
}

.c-filters ul, #cCloneLehrberufe ul, #cCloneUnternehmen ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.c-filters .chosen-container-single .chosen-single span, #cCloneLehrberufe .chosen-container-single .chosen-single span, #cCloneUnternehmen .chosen-container-single .chosen-single span {
    color: #2a3056;
}

.c-filters .filterlabel, #cCloneLehrberufe .filterlabel, #cCloneUnternehmen .filterlabel {
    font-size: 14px;
    font-weight: 600;
color: var(--primary);
}


.c-filters button, #cCloneLehrberufe button, #cCloneUnternehmen button {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #2a3056;
    border-color: transparent;
    border-radius: 5px;
}

.c-filters button:hover, #cCloneLehrberufe button:hover, #cCloneUnternehmen button:hover {
    background-color: #00ccbd;
}


/* FILTERS INSIDE PAGES */

.c-filters-in {
    max-width: 1280px;
background-color: transparent;
    padding-top: 100px;
    padding-bottom: 30px;
    display: block;
}

.c-filters-in form {
    max-width: 500px;
}

a.toggle {
background-image: url('cache/files/notfound');
    padding-left: 35px;
display: inline-block;
}

a.openedexpand {
background-image: url('cache/files/notfound');
    padding-left: 35px;
}

.boxcollapsible {
    padding: 20px;
    border-radius: 20px;
}

/* ==================================== */


/* SCREENS */
@media (max-width: 768px) {
.c-filters {
    margin: auto;
    display: flex;
    background-color: transparent;
    justify-content: center;
    padding-top: 30px;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: column;
}
.c-filters .amodule {
    flex-basis: 100%;
    margin-bottom: 20px;
}
}div.items div.list h3 a, div.items h3 a {
    color: var(--primary);
}

div.horizontalitems div.itemcontent {
    box-shadow: 0px 0px 20px #2d41562b;
}

.c-contact-information-box {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
box-shadow: 0 0 9px #6666664a;
}

.c-contact-information-box span.label, .c-technical-data-box span.label {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 800;
}

iframe {
border-radius: 15px;
margin-top: 15px;
}#belowsite {
  position: relative;
  padding-top: 90px; 
}

#belowsite::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  width: 105%;
  height: 180px;
  transform: translateX(-50%);
  background: #f6f4f3;
  border-radius: 0 0 50% 50%;
  z-index: 1;
}

#belowsite > * {
  position: relative;
  z-index: 2;
}


.c-footer-container {
padding: 10vh 20px;
}

.c-footer-info {
display: flex;
gap: 4vh;
max-width: 90vw;
margin: 0 auto;
justify-content: space-between;
}

@media (max-width: 912px) {
.c-footer-info {
justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
}

.c-footer-info p{
margin-bottom: 5px;
}
.c-footer-info p span{
color: var(--second);
}

.c-footer-info p a{
text-decoration: none;
}


.c-footer-text{
margin: 15px 0px;
max-width: 400px;
font-style: italic;
line-height: 1.2em;
font-size: 0.9em;
}


.c-footer-extra-info a{
text-decoration: none;
}



.c-cookie-pref {
text-align: center;
font-size: 12px;
}


.c-footer-social-media {
display: flex;
gap: 10px;
margin-top: 30px;
}


.c-footer-social-media a{
    padding: 15px 12px 15px 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    transition: all 0.6s ease;
}

.c-footer-social-media a:hover {
    border: 1px solid var(--second);
background-color: var(--second);
color: #fff;
}


.c-buttons-container {
display: flex;
gap: 10px;
flex-wrap: wrap;
    justify-content: center;
}



.c-button-1,
.c-button-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 10px 18px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;

  transition: all 0.35s ease;
}

/* Outlined buttons */
.c-button-1 {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid rgba(0, 51, 102, 0.65);
}

/* Βελάκι στο τέλος */
.c-button-1::after {
  content: "⟶";
  font-size: 11px;
  line-height: 1;
  color: var(--primary);
  transition: all 0.35s ease;
}

.c-button-1:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.c-button-1:hover::after {
  color: var(--second);
}

/* Gold primary button */
.c-button-2 {
  background-color: var(--second);
  color: #fff;
  border: 1px solid var(--second);
}

.c-button-2::before {
  content: "✣";
  font-size: 8px;
  line-height: 1;
  color: #fff;
  transition: all 0.35s ease;
}

.c-button-2:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.c-button-2:hover::before {
  color: var(--second);
}




.c-button-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  background-color: transparent;
  color: #fff;

  padding: 10px 15px;
  border-radius: 30px;

  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;

  border: 1px solid var(--second);
  margin-top: 10px;

  transition: all 0.35s ease;
}

.c-button-footer::after {
  content: "⟶";
  font-size: 15px;
  line-height: 1;
  color: var(--second);
  transform: translateY(-1px);
  transition: all 0.35s ease;
}

.c-button-footer:hover {
  background-color: var(--second);
  color: #fff;
}

.c-button-footer:hover::after {
  color: #fff;
  transform: translate(3px, -1px);
}


.c-small-button {
display: inline-block;
background-color: #f1f1f1;
    color: var(--primary);
    padding: 5px 10px;
border-radius: 5px;
    font-weight: 500;
        font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-small-button:hover {
background-color: var(--primary);
color: #fff;
}




.c-mobile-button {
display: inline-block;
background-color: var(--second);
    color: #fff !important;
    padding: 10px 10px;
border-radius: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    transition: all 0.6s ease;
    text-decoration: none;
font-weight: 900;
}

.c-mobile-button:hover {
background-color: var(--primary);
}.mobile-header {
    height: 100px;
    box-shadow: none;
flex-direction: row-reverse !important;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav__hide {
    left: auto;
    right: 20px;
top: 20px;
}

.side-nav button.side-nav__hide {
    font-size: 30px;
}


.c-mobile-menu-footer {
display: flex;
gap: 10px;
justify-content: space-between;
align-items: center;
}


.c-mobile-menu-social {
display: flex;
gap: 0px;
}.c-mitropolitis-container {
display: flex;
gap: 4vw;
    align-items: flex-start;
justify-content: center;
margin-bottom: 20px;
}

.c-mitropolitis-img{
border-radius: 30px;
    height: 80vh;
    position: sticky;
    top: 70px;
    min-width: 40vw;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 912px) {
.c-mitropolitis-container {
align-items: center;
    flex-direction: column-reverse;
}
.c-mitropolitis-img{
    max-width: 90vw;
}
}

.c-episkopos-img {
border-radius: 30px;
    position: sticky;
    top: 70px;
width: auto;
max-width: 450px;
}

.c-viografiko-text {
background-color: #fff;
    padding: 4vw;
    border-radius: 30px;
box-shadow: -2px 7px 9px #2d41562b;
}



.c-gold-title {
color: var(--second);
font-size: clamp(1.75rem, 1.222rem + 1.69vw, 3.25rem); /*28-52*/
line-height: 1.1em;
font-weight: 900;
margin-bottom: 5px;
margin-top: 5px;
}

.c-mitropolitis-title {
margin-bottom: 0px;
    line-height: 1.1em;
    font-weight: 900;
}

.c-mitropolitis-subtitle {
margin-bottom: 5px;
    font-size: 22px;
    font-weight: 900;
}



.c-tv-fm-box {
position: sticky;
top: 70px;
display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.c-tv-fm-box img{
max-width: 400px;
border-radius: 30px;
}.accordion h3 {
  font-weight: 700;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 15px;
  margin: 15px auto;
  color: var(--primary) !important;
  letter-spacing: 2px;
  position: relative;
    transition: all 0.4s ease;
box-shadow: 0 0 9px #6666664a;
max-width: 1280px;
}

.accordion h3:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.accordion h3:before {
  content: "+";
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 1.4em;
  transition: all 0.6s ease;
}

.accordion.active h3:before {
  content: "-";
}

.accordion div {
background-color: #fff;
    border-radius: 15px;
    padding: 20px;
margin: 0px auto 20px auto;
max-width: 1280px;
}

.accordion h2 {
text-align: left !important;
font-size: 22px !important;
font-weight: 500 !important;
}


.accordion ul {
    padding-left: 10px !important;
}

.accordion ul li{
    margin-bottom: 10px !important;
}div.filegallery ul {
max-width: 1300px;
margin: 0 auto;
}

div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 9px #6666664a;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}





.c-sunedrio-1 {
color: #d9ae3e;
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    padding-top: 2vh;
}

.c-sunedrio-subtitle {
    text-align: center;
letter-spacing: 2px;
}/*NEWS*/
.notloggedin div.horizontalitemsnews div.itemcontent {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -2px 7px 9px #2d41562b;
}

div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
color: var(--second);
}




.notloggedin .group_add {
background-color: var(--primary);
    padding: 6px 12px;
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 30px 30px 30px 0px;
}

.notloggedin .group_add a {
color: #fff !important;
text-decoration: none;
font-size: 14px;
font-weight: 600;
}

/*END OF NEWS*/.notloggedin #content{
padding-top: 0px;
}



/*MOBILE*/
.notloggedin #mobile-header {
    position: absolute;
}

a.mobile-header-startlink {
    background-image: none !important;
}


/*END OF MOBILE*/


/*INTRO*/
#main-banner {
  position: relative;
  overflow: hidden;
  height: 100vh; 
margin-top: 45px;
}

@media (max-width: 912px) {
#main-banner {
  height: 50vh; 
}
}

.c-main-slider {
width: 100%;
    height: 100vh;
}

@media (max-width: 912px) {
.c-main-slider {
    height: 50vh;
}
}


.c-main-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}

@media (max-width: 912px) {
.c-main-slider-bg {
    height: 50vh;
}
}



.c-intro-full {
width: 100%;
    height: 100vh;
background-image: radial-gradient(transparent, #0000008a);
position: absolute;
    top: 0;
}
@media (max-width: 912px) {
.c-intro-full {
    height: 50vh;
}
}

.c-intro-container {
    padding: 10vh;
    position: absolute;
    bottom: 0vh;
    width: 100%;
    color: white;
    text-align: center;
}
@media (max-width: 540px) {
.c-intro-container {
padding: 3vh;
width: 100%;
}
}


.c-intro-container img{
max-height: 70px;
width: auto;

}

.c-intro-title-2 {
font-family: "Caudex", serif;
margin-bottom: 10px;
font-weight: 300;
font-size: clamp(2rem, 0.827rem + 4.171vw, 7.5rem); /*32-120*/
line-height: 1.1em;
}


.c-intro-subtitle {
letter-spacing: 5px;
line-height: 1.2em;
font-size: 20px;
}



/*END OF INTRO*/






.c-width {
max-width: 95vw;
margin: 0 auto;
padding: 6vw 20px;
}


.c-subtitle {
margin-bottom: 0px;
    letter-spacing: 2px;
font-size: 14px;
    text-transform: uppercase;
color: var(--second);
text-align: center;
}




/*mitropolitis*/

.c-mitropolitis-container {
    display: flex;
    gap: 4vw;
    align-items: center;
}

@media (max-width: 912px) {
.c-mitropolitis-container {
flex-direction: column-reverse;
}
}


.c-mitropolitis-text {
display: flex;
    flex-direction: column;
    gap: 4vw;
padding: 2vw;
text-align: center;
min-width: 43vw;
}


.c-mitropolitis-img {
border-radius: 50% / 33%;
    max-height: 80vh;
    width: auto;
}

@media (max-width: 912px) {
.c-mitropolitis-img {
max-width: 90vw;
}
}

.c-mitropolitis-subtitle {
margin-bottom: 5px;
    font-size: 22px;
    font-weight: 900;
}

.c-mitropolitis-smalltext {
padding: 25px;
position: relative;
}

.c-mitropolitis-smalltext:before {
  content: "“";
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 7em;
    color: var(--second);
    opacity: 0.5;
}

.c-mitropolitis-smalltext p{
    color: var(--primary);
position: relative;
font-family: "Caudex", serif;
padding-bottom: 30px;
}

.c-mitropolitis-smalltext p:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 20px;
    width: 20px;
    z-index: -1;
transform: translateX(-50%);
background-image: url('/cache/files/39b79f952eb830c33ac0ada9602fa1974a5b799e.svg');
background-size: cover;
}

.c-mitropolitis-smalltext p::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0,
    var(--second) 10%,
    var(--second) calc(50% - 40px),
    transparent calc(50% - 40px),
    transparent calc(50% + 40px),
    var(--second) calc(50% + 40px),
    var(--second) 90%,
    transparent 100%
  );
opacity: 0.5;
}


/*end of mitropolitis*/



/*EKKLHSIES BANNERS*/

.c-churches-banners-container {
display: flex;
gap: 5vw;
justify-content: center;
position: relative;
}

@media (max-width: 720px) {
.c-churches-banners-container {
flex-direction: column;
}
}

.c-churches-banners-container:before {
    content: "";
    position: absolute;
    top: -10vh;
    left: 50%;
    height: 15vw;
    width: 15vw;
    z-index: 0;
background-image: url('/cache/files/f97442cfd0ad61e3915dd176bec49ebfc338947a.svg');
background-size: cover;
opacity: 0.1;
transform: translateX(-50%);
}


.c-church-box {
display: flex;
gap: 30px;
align-items: center;
flex: 1;
position: relative;
}

.c-row-direction {
flex-direction: row-reverse;
text-align: right;
}

.c-church-box img{
border-radius: 50% 50% 5px 5px / 33% 33% 5px 5px;
height: 60vh;
object-fit: cover;
max-width: 45vh;
}


.c-church-box p{
font-size: 14px;
}

.c-church-title {
font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 30px;
    color: var(--primary);
}

.c-church-naoi {
position: relative;
z-index: 3;
}

.c-church-naoi:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -80px;
    background-color: #fff;
    width: calc(90% + 70px);
    height: 55px;
    z-index: -1;
    border-radius: 0px 30px;
    border: 1px solid var(--second);
box-shadow: 0 0 16px #2d41562b;
}

.c-church-naoi:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -50px;
    height: 25px;
    width: 25px;
    z-index: 0;
background-image: url('/cache/files/39b79f952eb830c33ac0ada9602fa1974a5b799e.svg');
background-size: cover;
}

.c-church-mones {
position: relative;
z-index: 3;
}

.c-church-mones:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -80px;
    background-color: #fff;
    width: calc(90% + 70px);
    height: 55px;
    z-index: -1;
    border-radius: 30px 0px;
    border: 1px solid var(--second);
box-shadow: 0 0 16px #2d41562b;
}


.c-church-mones:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -50px;
    height: 25px;
    width: 25px;
    z-index: 0;
background-image: url('/cache/files/39b79f952eb830c33ac0ada9602fa1974a5b799e.svg');
background-size: cover;
}


/*END OF EKKLHSIES BANNERS*/



/*NEA & ANAKOINOSEIS*/

.firstpagenews {
    background-color: white;
    padding: 4vw 40px 20px 40px !important;
    border-radius: 30px 30px 0px 0px;
box-shadow: -2px 7px 9px #2d41562b;
}

.c-news-buttons {
    max-width: calc(90vw + 80px);
    margin: 0 auto;
    padding-bottom: 4vw;
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
box-shadow: -2px 7px 9px #2d41562b;
}


div.horizontalitemsnews div.textboxy {
    min-height: 120px;
}

/*NEA & ANAKOINOSEIS*/



/*DIAKONIA*/

#diakonia {
margin-top: 4vw;
}

.c-diakonia-banners {
width: 50vw;
margin: 0 auto;
    overflow: visible;
position: relative;
}
.c-diakonia-banners:before {
    content: "";
    position: absolute;
    top: -0vw;
    left: -3.7vw;
    height: 8vw;
    width: 8vw;
    z-index: -1;
background-image: url('/cache/files/f97442cfd0ad61e3915dd176bec49ebfc338947a.svg');
background-size: cover;
opacity: 0.1;
}

.c-diakonia-banners:after{
    content: "";
    position: absolute;
    top: -0vw;
    right: -3.7vw;
    height: 8vw;
    width: 8vw;
    z-index: -1;
background-image: url('/cache/files/f97442cfd0ad61e3915dd176bec49ebfc338947a.svg');
background-size: cover;
opacity: 0.1;
}

@media (max-width: 912px) {
.c-diakonia-banners {
width: 93vw;
}
}


@media (max-width: 500px) {
.c-diakonia-banners {
width: 90vw;
}
}


.c-diakonia-banners-slider.slick-slider .slick-track, .c-diakonia-banners-slider.slick-slider .slick-list  {
    overflow: visible;
}

.c-diakonia-banners-slider.slick-slider .slick-slide  {
opacity: 0.4;
margin: 20px;
}

.c-diakonia-banners-slider.slick-slider .slick-active  {
opacity: 1.0;
transition: 2s;
margin: 20px;
}

.c-diakonia-banners-slider .slider-arrows {
    background: var(--second);
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
padding: 0px !important;
top: 70%;
}

.c-diakonia-banners-slider .slider-arrows span {
    font-size: 14px;
}

.c-diakonia-banners-slider .slider-arrow-right span {
padding-left: 5px;
}



.c-banners-box {
position: relative;
z-index: 5;
}

.c-diakonia-box-main-img {
position: relative;
width: 100%;
height: auto;
border-radius: 50% 50% 5px 5px / 43% 43% 5px 5px;
box-shadow: -2px 7px 9px #2d41562b;
}


.c-banners-text {
    position: absolute;
    bottom: 0px;
    left: 0%;
    background-image: linear-gradient(0deg, #00000087, transparent);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 2vw 4vw;
color: #fff !important;
text-decoration: none;
text-align: center;
border-radius: 50% 50% 5px 5px / 43% 43% 5px 5px;
}

.c-banners-text h1{
color: #fff !important;
font-size: clamp(1.25rem, 0.972rem + 1.111vw, 2.75rem) !important; /*20-44*/

}




/*END OF DIAKONIA*/






/*END OF MITROPOLI*/



/*VIDEOS*/

.c-video-text {
max-width: 1280px;
margin: 0 auto;
padding: 6vw 20px 20px 20px;
}


.c-videos {
display: flex;
gap: 20px;
max-width: 95vw;
margin: 0 auto;
}


.c-videos iframe{
width: 100%;
height: 50vh;
}


@media (max-width: 912px) {
.c-videos iframe{
height: 35vh;
}
}

@media (max-width: 912px) {
.c-videos {
flex-direction: column;
}
}



.c-video-buttons {
max-width: 1280px;
    margin: 0 auto;
    padding: 4vh 20px;
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.c-video-buttons-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
flex: 1;
justify-content: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
box-shadow: -2px 7px 9px #2d41562b;
}



/*END OF VIDEOS*/
/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
top: 40%;
left: -30px;
border-radius: 50%;
    background-color: var(--primary);
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
top: 40%;
right: -30px;
border-radius: 50%;
    background-color: var(--primary);
}

.slick-prev:hover, .slick-next:hover {
    background-color: var(--second);
}

.slick-next:focus, .slick-prev:focus {
    background-color: var(--second);
}


.slick-next:before {
    top: 10px;
    height: 20px;
    width: auto;
 background-image: url('/cache/files/7bfb443c7b9c56a5dfcc321d32c349ed61098cf8.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 10px;
    height: 20px;
    width: auto;
background-image: url('/cache/files/7bfb443c7b9c56a5dfcc321d32c349ed61098cf8.svg');
    background-size: contain;
    background-position-x: 50%;
}  .yt-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85); /* fullscreen dark bg */
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9999;
  }
  .yt-modal-overlay.is-open {
    display: flex;
  }

  .yt-modal {
    position: relative;
    width: min(920px, 100%);
    background: #0b0b0b;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    overflow: hidden;
  }

  .yt-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    cursor: pointer;
    z-index: 2;
  }
  .yt-modal-close:hover {
    background: rgba(255,255,255,0.18);
  }

  .yt-modal-content {
    padding: 18px;
  }

  /* Responsive 16:9 video */
  .yt-modal-iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
  }
  .yt-modal-iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* optional: prevent background scroll when open */
  body.modal-open {
    overflow: hidden;
  }