/* Averta Font License purchased from The Designers Foundry
   License Type: Webfont License
   Licensed to: limeone.gr
   License Date: 13 November 2024
*/

/* Averta Standard Extra Thin */
@font-face {
    font-family: "Averta Standard";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Extra Thin.woff2') format('woff2');
}



/* Averta Standard Extra Thin Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Extra Thin Italic.woff2') format('woff2');
}



/* Averta Standard Thin */
@font-face {
    font-family: "Averta Standard";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Thin.woff2') format('woff2');
}



/* Averta Standard Thin Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Thin Italic.woff2') format('woff2');
}



/* Averta Standard Light */
@font-face {
    font-family: "Averta Standard";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Light.woff2') format('woff2');
}



/* Averta Standard Light Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Light Italic.woff2') format('woff2');
}



/* Averta Standard Regular */
@font-face {
    font-family: "Averta Standard";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Regular.woff2') format('woff2');
}



/* Averta Standard Regular Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Regular Italic.woff2') format('woff2');
}



/* Averta Standard Semibold */
@font-face {
    font-family: "Averta Standard";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/averta-standard-semibold.woff2') format('woff2');
}



/* Averta Standard Semibold Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Semibold Italic.woff2') format('woff2');
}



/* Averta Standard Bold */
@font-face {
    font-family: "Averta Standard";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Bold.woff2') format('woff2');
}



/* Averta Standard Bold Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Bold Italic.woff2') format('woff2');
}



/* Averta Standard Extra Bold */
@font-face {
    font-family: "Averta Standard";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/averta-standard-extra-bold.woff2') format('woff2');
}



/* Averta Standard Extra Bold Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Extra Bold Italic.woff2') format('woff2');
}



/* Averta Standard Black */
@font-face {
    font-family: "Averta Standard";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Black.woff2') format('woff2');
}



/* Averta Standard Black Italic */
@font-face {
    font-family: "Averta Standard";
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    src:url('/wp-content/themes/lioncode/assets/fonts/Averta/Averta Standard Black Italic.woff2') format('woff2');
}




/*---------------------------------------------------------------------------------------*/

/*======== Theme colors =============

--primcol:
--primcol80:
--primcol40:

--seccol:
--seccol80:
--seccol40:

--thirdcol:
--thirdcol80:
--thirdcol40:

--linkcol:
--linkcol80:
--linkcol40:

--bgcol:

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

html, b, p, span, li, a, table, td, tr, input, div{
    font-family: "Averta Standard"!important;
    letter-spacing: 1px !important;
    font-weight: 200;
}

h1, h2, h3, h4, h5 {
    font-family: "Averta Standard" !important;
    font-weight: 700 !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 400px;
}


#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font: normal 20px/1 dashicons !important;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: var(--seccol);
}

::selection {
    color: white;
    background: var(--seccol);
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #000000;
}

::-webkit-scrollbar
{
  width: 8px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: var(--primcol);
}

body {
    background: var(--bgcol) !important;
    color: #fff !important;
    font-family: "Averta Standard"!important;
}

@media (min-width: 991px){

    body {
        width: calc(100% - 100px);
    }

}

a {
    color: var(--linkcol) !important;
    text-decoration: none !important;
}

a:hover {
    color: var(--seccol) !important;
    text-decoration: none;
}


.hideThis {
    display: none;
}

a {
    transition: 0.3s ease all;
}

a:hover {
    color: var(--seccol);
}



/* ============================= HEADER ================================== */



.headerTop {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--bgcol);
}


.headerBottom {
    background: #00000075;
    backdrop-filter: blur(5px);
}

.search.headerSearch svg path {
    fill: var(--primcol);
}

.social a svg {
    width: 30px;
    height: 30px;
}

.social {
    display: flex;
    align-items: center;
}

.social a {
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}

.social a svg path {
    transition: 0.3s ease all;
    fill: var(--primcol);
}

.social a:hover svg path {
    fill: var(--seccol);
}

img.custom-logo, svg.custom-logo  {
    max-height: 100px;
    width: auto;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}


@media (max-width: 991px) {

}

@media (max-width: 576px) {
    img.custom-logo, svg.custom-logo  {
        max-height: 60px;
        width: auto;
    }
}


/* ============================= HEADER Simple ================================== */

header .header-simple {
    z-index: 9;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: var(--bgcol40);
    backdrop-filter: blur(5px);
}

/* ============================= HEADER vertical ================================== */
    
  /* Overlay αριστερά */
  .my-overlay {
    position: fixed;
    top: 0; 
    left: 0;
    height: 100vh;
    width: calc(100vw - 300px); 
    background: rgba(7, 7, 7, 0.941) !important;
    transition: background 0.3s ease;
    z-index: 1050;
    pointer-events: none;
  }

  /* Όταν το overlay είναι ενεργό */
  .my-overlay.active {
    background: rgba(7, 7, 7, 0.941) !important;
    pointer-events: auto;
  }

  /* Μενού */
  .meg-menu-modal {
    position: relative;
    width: 100vw;        
    max-width: 480px;     
    min-width: 280px;    
    height: 100vh;
    background: white;
    z-index: 1100;
    box-shadow: -3px 0 10px rgba(0,0,0,0.1);
  }



 /* SUBMENU TITLE */
 li.submenu-title  {
    color:#a7ff03a2 !important;
    font-size: 22px;
}




.vertical-header {
    background: black;
    width: 100px;
    padding-top: 50px;
    padding-bottom: 100px !important;
}

.vertical-header .menu-bar-favicon svg:hover {
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
}

.social-vertical a svg {
    width: 25px;
    height: 25px;
    margin: 10px;
}

.social-vertical a svg path {
    transition: all 0.25s ease-in-out;
}

.social-vertical a:hover svg path {
    fill: var(--seccol);
    transition: all 0.25s ease-in-out;
}


/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
  
.nav-menu > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 5px 13px 5px 13px;
}

/* .nav-menu > ul > li:first-child {
    padding-left: 0px;
} */

.nav-menu a {
    display: block;
    color: var(--primcol);
    transition: 0.3s;
    font-size: 1rem;
    padding: 5px 0px;
    letter-spacing: 0px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}

.nav-menu > ul > li.current_page_item > .opener > a {
    font-weight: 700;
    color: var(--seccol);
}

.nav-menu > ul > li.current_page_item > a {
    font-weight: 700;
    color: var(--seccol);
}

.nav-menu > li.current-menu-item a {
    color: var(--seccol) !important;
}




.nav-menu > ul > li.current-page-ancestor a:before {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--seccol);
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -1px;
}

.nav-menu > ul > li.current-page-ancestor a:after {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--seccol);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -1px;
    left: auto;
    bottom: auto;
}

.nav-menu > ul > li.current-page-ancestor > .opener a {
    color:var(--seccol);
}

.nav-menu > ul > li.current-page-ancestor .current_page_item a {
    color: var(--seccol);
}
  
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}
  
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: var(--thirdcol);
}
  
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    border-radius: 5px;
}
  
.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
  
.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}
  
.nav-menu .drop-down ul a {
    padding: 5px 20px !important;
    font-size: 0.9rem;
    text-transform: none;
    text-align: left;
}

.nav-menu .drop-down li a::before {
    content: url(/wp-content/themes/lioncode/assets/img/menu-arrow.svg);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    opacity: 0;
    visibility: hidden;
}
  
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: var(--seccol);
}

.nav-menu .drop-down ul a:hover::before {
    opacity: 1;
    visibility: visible;
}
  
.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
  
.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
  
.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}
  

.nav-menu .drop-down:hover .opener > svg {
    transform: rotate(-90deg);
}

.nav-menu .drop-down .opener > svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    transition: 0.3s ease all;
    transform: rotate(-0deg);
}

.nav-menu .drop-down .drop-down .opener > svg {
    position: absolute;
    right: 15px;
}


  
@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }

}


.nav-menu > ul > li.drop-down .subArrow {
    width: 18px;
    height: 18px;
    display: block;
    z-index: 99;
    position: relative;
    margin-left: 10px;
}
/* 
.nav-menu > ul > li.drop-down .subArrow:before {
    content: "";
    width: 2px;
    height: 9px;
    background: var(--primcol);
    display: block;
    transform: rotate(136deg);
    position: relative;
    left: 8px;
    top: 2px;
    transition:0.3s ease all;
}



.nav-menu > ul > li.drop-down .subArrow:after {
    content: "";
    width: 2px;
    height: 9px;
    background: var(--primcol);
    display: block;
    transform: rotate(-136deg);
    position: relative;
    left: 8px;
    top: -1px;
    transition:0.3s ease all;
} */


.nav-menu > ul > li.drop-down .subArrow svg {
    width: 20px;
    height: 20px;
    transition: all 0.5s ease-in-out;
}

.nav-menu > ul > li.drop-down .subArrow:hover {
    cursor: pointer;
}

.nav-menu > ul > li.drop-down:hover .subArrow svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}


.nav-menu > ul > li.drop-down:hover .subArrow:before {
    width: 2px;
    height: 10px;
    transform: rotate(220deg);
    left: 12px;
    top: 6px;
}



.nav-menu > ul > li.drop-down:hover .subArrow:after {
    width: 2px;
    height: 10px;
    transform: rotate(-44deg);
    left: 6px;
    top: -4px;
}

.header-vertical .lang-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.header-vertical .lang-menu li, .header-vertical .lang-menu li a  {
    padding: 0 !important;
}


.header-vertical .lang-menu li a img {
    width: 25px !important;
    height: auto !important;
}
  


/* Mobile Navigation */

.mobile-nav-toggle {
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
  
.mobile-nav-toggle i {
    color: var(--primcol);
}
  

button h3 {
    font-size: 1.2rem;
    margin: 0 5px;
}
  
.mobile-nav {
    position: fixed;
    top: 100px;
    right: 20px;
    bottom: 50px;
    left: 20px;
    z-index: 9999;
    overflow-y: auto;
    /* background: #ffffffd9; */
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 0px;
}

.mobile-nav-active .mobile-nav .current_page_item .opener > a {
    color: var(--seccol);
}

.mobile-nav-active .mobile-nav .current_page_item > a {
    color: var(--seccol);
    border-color: #000;
}

.mobile-nav-active .mobile-nav .current_page_item .opener > a {
    color: var(--seccol);
}

.mobile-nav .drop-down ul a {
    padding: 0px;
    font-size: 1.2rem;
    font-weight: 400 !important;
}

.mobile-nav .active .opener a{
    padding-bottom:0px;
}
  
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 700 !important;
}
  
.mobile-nav a {
    display: block;
    position: relative;
    color: var(--primcol);
    padding: 8px 0px;
    margin: 5px 0;
    outline: none;
    text-decoration: unset;
    font-size: 1.2rem;
}
  
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: var(--seccol);
    text-decoration: none;
}

.mobile-nav .drop-down .opener {justify-content: space-between !important;}

.mobile-nav .current-page-ancestor .opener a {
    color: var(--seccol);
}
  


.mobile-nav .drop-down .opener > svg {
    padding: 5px;
    width: 30px;
    transition: 0.3s ease all;
    height: 35px;
    position: absolute;
    right: 0px;
}


.mobile-nav .current-page-ancestor .current_page_item a {
    color: var(--seccol);
}

.mobile-nav .drop-down .opener > svg path {
    fill: var(--thirdcol);
}
  
.mobile-nav .drop-down > a {
    padding-right: 35px;
  }
  
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav li.drop-down.active > ul {
    display: block;
}
  
.mobile-nav .drop-down li {
    padding-left: 20px;
}
  
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    position: fixed;
    background: var(--bgcol80);
    background-position: 100% 50%;
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
    backdrop-filter: blur(10px);
}  

.mobile-nav-overly span {
    position: fixed;
    top: 40px;
    right: 40px;
    color: var(--thirdcol);
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-nav-overly span:hover {
    transform: rotate(180);
    cursor: pointer;
}

.mobile-nav-overly span svg {
    width: 50px;
    height: 50px;
}

.fa-times-circle:before {
    content: "\f00d";
    color: white;
}

.mobile-nav-overly i:hover {
    color: var(--seccol);
}

.mobile-nav-active {
    overflow: hidden;
}
  
.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}
  
.mobile-nav-active .mobile-nav-toggle span {
    color: var(--primcol);
}

.mobile-nav-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.mobile-nav-logo img {
    max-height: 100px;
    width: auto !important;
}


.mobile-nav li {
    border-bottom: 1px solid #aea29966;
    position: relative;
}

.mobile-nav li:last-child {
    border: none;
}

.mobile-nav .subArrow {
    width: 30px;
    height: 30px;
    display: block;
    z-index: 99;
    position: relative;
}

.mobile-nav .subArrow:before {
    content: "";
    width: 2px;
    height: 14px;
    background: var(--thirdcol);
    display: block;
    transform: rotate(136deg);
    position: relative;
    left: 20px;
    top: 4px;
    transition:0.3s ease all;
}



.mobile-nav .subArrow:after {
    content: "";
    width: 2px;
    height: 14px;
    background: var(--thirdcol);
    display: block;
    transform: rotate(-136deg);
    position: relative;
    left: 20px;
    top: 0px;
    transition:0.3s ease all;
}

.mobile-nav .drop-down ul li {
    border: none;
}


.mobile-nav > ul > li.active .subArrow:before {
    width: 2px;
    height: 18px;
    transform: rotate(136deg);
    left: 15px;
    top: 7px;
}


.mobile-nav > ul > li.active .subArrow:after {
    width: 2px;
    height: 18px;
    transform: rotate(-136deg);
    left: 15px;
    top: -11px;
}

nav.lang-menu.lang-menu-mobile ul {
    list-style: none;
    text-align: left;
    padding: 0;
}



nav.sliding-menu nav.w-dropdown-list.dropdown-list {
    position: absolute;
    left: 100%;
    top: 0;
    background: var(--bgcol);
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    -moz-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    -ms-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    opacity: 0;
    visibility: hidden;
}

nav.sliding-menu nav.w-dropdown-list.dropdown-list.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}


nav.sliding-menu li.navbar-list-item {
    list-style: none;
    padding: 10px 5px;
    text-align: left;
}

nav.sliding-menu .sub-menu-items {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    margin-top: 100px;
    background: linear-gradient(0deg, var(--bgcol80) 0%, var(--bgcol80) 50%), linear-gradient(0deg, var(--bgcol) 1%, #00000000 50%), url(/wp-content/uploads/2024/03/green-dots.svg);
    backdrop-filter: blur(5px);
    padding: 50px;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%, cover, 80% !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100%, 100% 100%, 300% 90% !important;
    position: relative;
    gap: 20px;
}

nav.sliding-menu .sub-menu-items a h5 {
	color: white;
}

nav.sliding-menu .sub-menu-items a:hover h5 {
    color: var(--primcol);
}



nav.sliding-menu ul {
    list-style: none;
    padding: 20px 0;
    text-align: left;
}

nav.sliding-menu ul li {
    padding: 15px 0;
}

nav.sliding-menu ul li a {
    display: block;
    color: var(--thirdcol) !important;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 300 !important;
    letter-spacing: 0px;
    position: relative;
}


nav.sliding-menu ul li a:hover {
    color: var(--primcol) !important;
    transition: 0.3s;
}

nav.sliding-menu ul li button.subArrow, nav.sliding-menu > ul li button.toggle-btn {
    background: transparent;
    border: 0;
}

nav.sliding-menu > ul > li.menu-item-has-children.drop-down ul {
    position: absolute;
    left: 100%;
    top: 100px;
    background: var(--bgcol);
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    -moz-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    -ms-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    opacity: 0;
    visibility: hidden;
}


nav.sliding-menu > ul > li.menu-item-has-children.drop-down.active > ul{
    left: 0;
    opacity: 1;
    visibility: visible;
    padding: 50px;
}



nav.sliding-menu > ul > li.menu-item-has-children.drop-down ul > li.menu-item-has-children.drop-down ul {
    position: absolute;
    left: 100%;
    top: 100px;
    background: var(--bgcol);
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    -moz-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    -ms-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    opacity: 0;
    visibility: hidden;
}


nav.sliding-menu > ul > li.menu-item-has-children.drop-down.active > ul > li.menu-item-has-children.drop-down.active ul{
    left: 0;
    opacity: 1;
    visibility: visible;
    padding: 50px;
}



nav.sliding-menu .menu-icon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
nav.sliding-menu .level-1-menu a, nav.sliding-menu .level-2-menu a, nav.sliding-menu .level-3-menu a{
  display:flex;
  align-items:center;
  gap:5px;
}



/*--------------------------------------------------------------
# Global header hero section
--------------------------------------------------------------*/

#header-hero {
    height: calc((100vh - 250px)* .7) !important;
    background-repeat: no-repeat !important;
    background-position: center, -20% 50%, center !important;
    background-size: cover, 35%, cover !important;
}

#header-hero.is_404 {
    height: 100% !important;
    padding-top: 250px;
}

#header-hero h1 {
    font-size: 40px !important;
}

.header-hero.single h1 {
    margin-top: 15px;
}

#header-hero h2 {
    font-size: 32px;
    font-weight: 300 !important;
    margin: 15px auto 0 auto;
}

#header-hero .breadcrumbs {
    font-size: 18px;
    font-weight: 600;
}

#header-hero .breadcrumbs {
    font-size: 18px;
    font-weight: 600;
}

#header-hero .breadcrumbs a {
    color: #fff !important;
}

#header-hero .breadcrumbs span {
    margin: 0 5px 0 5px;
}

@media (max-width: 576px) {

    #header-hero {
        height: calc((100vh - 500px)* .7) !important;
    }

    #header-hero h1 {
        font-size: 25px !important;
        text-align: center;
    }
    
    #header-hero .breadcrumbs {
        font-size: 14px;
        font-weight: 600;
        text-wrap: pretty;
        margin-bottom: 20px;
    }
    

}



/* ---------------------------------------- Sidebar ----------------------------------------- */


aside {
    width: 20%;
    margin-left: 15px;
    float: left;
    background: var(--primcol40);
    padding: 20px;
    border-radius: 15px;
}


/* ---------------------------------------- Search form ----------------------------------------- */

form.searchform {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

input.search-field {
    width: 100%;
    border: 0;
    border-right: none;
    padding: 10px;
    height: 35px;
    font-size: 1rem;
    letter-spacing: 1px;
    outline: none;
    color: white !important;
    background: var(--primcol40);
    border-radius: 10px 0 0 10px;
}

input.search-field::placeholder{
    opacity: 1;
    color: white !important;
}

input.search-submit {
    width: 40px;
    height: 40px;
    border: 1px solid var(--primcol);
    background: var(--primcol);
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 1rem;
}

button.search-btn {
    background: var(--primcol40);
    color: var(
    --seccol);
    font-size: 1rem !important;
    border: 0;
    padding: 0 15px;
    border-radius: 0 10px 10px 0;
}

form.searchform label.label {
    display: none;
}


/* ---------------------------------------- Search modal ----------------------------------------- */

@keyframes fadeIn {
    0% {
    background: rgba(0, 0, 0, 0);
    }
    100% {
    background: rgba(0, 0, 0, 0.7);
    }
}
@keyframes scaleUp {
    0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
    }
    100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
    }
}
@keyframes scaleBack {
    0% {
    transform: scale(1);
    }
    100% {
    transform: scale(0.85);
    }
}
@keyframes quickScaleDown {
    0% {
    transform: scale(1);
    }
    99.9% {
    transform: scale(1);
    }
    100% {
    transform: scale(0);
    }
}
@keyframes fadeOut {
    0% {
    background: rgba(0, 0, 0, 0.7);
    }
    100% {
    background: rgba(0, 0, 0, 0);
    }
}
@keyframes scaleDown {
    0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
    }
    100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
    }
}
@keyframes scaleForward {
    0% {
    transform: scale(0.85);
    }
    100% {
    transform: scale(1);
    }
}


html.search-modal-active, body.search-modal-active {
    overflow: hidden;
}

#search-modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 999;
}


#search-modal-container.two {
    transform: scale(1);
}
#search-modal-container.two .search-modal-background {
    background: rgba(0, 0, 0, 0);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#search-modal-container.two .search-modal-background .search-modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 0.5s;
}
#search-modal-container.two + main {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
main.two {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#search-modal-container.two.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}
#search-modal-container.two.out .search-modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#search-modal-container.two.out .search-modal-background .search-modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 1.5s;
}
#search-modal-container.two.out + main {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
main.two.out {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#search-modal-container .search-modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}
#search-modal-container .search-modal-background .search-modal {
    background: var(--bgcol80);
    backdrop-filter: blur(5px);
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
}
#search-modal-container .search-modal-background .search-modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
#search-modal-container .search-modal-background .search-modal p {
    font-size: 18px;
    line-height: 22px;
}
#search-modal-container .search-modal-background .search-modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
#search-modal-container .search-modal-background .search-modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

#search-modal-container .closeSearch {
    width: 50px;
    height: 50px;
    cursor:pointer;
    position: absolute;
    right: 100px;
    z-index: 999;
    top: 50px;
}

#search-modal-container .closeSearch svg {
    transition:0.3s ease all;
    transform:rotate(0deg);
}

#search-modal-container .closeSearch:hover svg {
    transform:rotate(180deg);
}

#search-modal-container .search-modal-background .search-modal .inner {
    margin-top: 50px;
}

div.search_result {
    display: none;
}

.headerSearch {
    cursor: pointer;
}
#search-modal-container .search_bar {
    position: relative;
}

#search-modal-container .search_bar input {
    width: calc(100%);
    height: 50px;
    color: var(--bgcol);
    font-size: 1.8rem;
    outline: none;
    padding: 0 15px;
    border-left: none;
    border-right: none;
    border-top: none;
    transition: 0.3s ease all;
    box-shadow: 0 4px 2px -2px transparent;
}


#search-modal-container .search_bar input:focus {
    box-shadow: 0 4px 2px -2px var(--primcol);
}

#search-modal-container .search_bar button {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0px;
    border: none;
    background: transparent;
    border-radius: 50px;
    transition: 0.3s ease all;
}

#search-modal-container .search_bar button:hover {
    background: var(--seccol);
}

#search-modal-container .search_bar button svg path {
    transition: 0.3s ease all;
    fill: var(--bgcol);
}

#search-modal-container .search_bar button:hover svg path {fill: var(--primcol);}

#search-modal-container .search_bar button svg {
    transition: 0.3s ease all;
    transform: scale(1);
}

#search-modal-container .search_bar button:hover svg {
    transform: scale(1.2);
}

div#datafetch {
    margin-top: 80px;
}

div#datafetch ul {
    list-style: none;
    padding: 0px;
}

div#datafetch ul li {
    text-align: left;
}

div#datafetch ul li a {
    display: block;
    text-decoration: none;
    color: var(--primcol) !important;
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--primcol40);
    transition:0.3s ease all;
}

div#datafetch ul li:last-child a {
    border-bottom: none;
}

div#datafetch ul li a:hover {
    color:#000;
}


/* ---------------------------------------- search result page ----------------------------------------- */



.searchResults .searchResultsFilters {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
    position: sticky;
    top: 0px;
    z-index: 2;
    padding-top: 20px;
}

.searchResults .searchResultsFilters form.searchform {
    max-width: 600px;
    margin: 0 auto;
}

.searchResults .searchResultsFilters form.searchform input#keyword {
    background: var(--primcol);
    height: 50px;
    border-radius: 50px;
    width: calc(100% - 50px);
    outline: none;
    border: none;
    color: #fff;
    padding: 0px 15px;
}

.searchResults .searchResultsFilters .totalNum {
    margin-top: 25px;
    margin-bottom: 10px;
}

.searchResults .searchResultsFilters .totalNum p {
    margin: 0px;
    text-align: center;
}

.searchResults .inner .image {
    height: 0;
    padding-bottom: 75%;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* max-width: 120px; */
}


.searchResults .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.searchResults .inner > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    width: 100%;
}

.searchResults .inner > div .title {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    font-size: 2rem;
}

.searchResults .inner > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* flex-direction: column; */
    margin-left: 5px;
    margin-right: 5px;
}


.searchResults .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}






.Posts .post .postContent {
    box-shadow: 0px 3px 3px rgb(0 0 0 / 8%);
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    margin-bottom: 30px;
    padding: 20px;
    /* margin-top: -70px; */
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 10px;
}

.searchResults .Posts .post {
    /* width: 32.56%; */
}

.searchResults .Posts .post .image {
    padding-bottom: 50%;
}

.searchResults .Posts .post h5 {
    margin-bottom: 0px;
}

.searchResults .Posts .post p.post-date {
    color: var(--seccol);
    font-size: 0.8rem;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.searchResults .Posts .post .mb-4.d-block {
    font-size: 0.9rem;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.searchResults .Posts .post a.readmore {
    font-size: 1.4rem;
    color: var(--seccol);
    transition: 0.3s ease all;
    text-decoration: none;
    font-weight: 400;
}


.searchResults .Posts .post a.readmore svg {
    width: 14px;
    height: 10px;
    margin-left: 10px;
    transition: 0.3s ease all;
}

.searchResults .Posts .post a.readmore:hover svg {
    margin-left: 15px;
}

.searchResults .Posts .post a.readmore:hover svg path {
    stroke: #000;
}

.searchResults .Posts .post a.readmore svg path {
    transition: 0.3s ease all;
}

.searchResults .Posts .post a.readmore:hover {
    color: #000 !important;
}



.searchResults .Pages .page {
    align-items: flex-start;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.searchResults .Pages .page h5:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('/wp-content/uploads/2023/10/Group-10344.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.searchResults .Pages .page h5 {
    display: flex;
    align-items: center;
}

.searchResults .Pages .page h5 a {
    color:#000;
    transition:0.3s ease all;
}

.searchResults .inner > div .title:after {
    border-width: 2px;
    border-radius: 0px;
    margin-top: 8px;
}

.searchResults .searchResultsFilters > ul {justify-content: center;margin-top: 10px !important;list-style: none;text-align: center;}

.searchResults .searchResultsFilters > ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.searchResults .searchResultsFilters > ul li a {
    color: #000;
    letter-spacing: 1px;
    transition: 0.3s ease all;
    border: 1px solid;
    font-size: 0.8rem;
    padding: 4px 15px;
    text-decoration: none;
}

.searchResults .searchResultsFilters > ul li a:hover {
    background: var(--seccol);
    color: #fff !important;
}


.search-results section.home-bnr-line.container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
}

.search-results section.home-bnr-line.container-fluid svg {
    height: 148px;
    margin-top: -74px;
}


.searchResults .searchResultsFilters form.searchform label.label {
    display: none;
}

.searchResults .searchResultsFilters form.searchform .search-btn {
    border: none;
    width: 45px;
    height: 45px;
    background: var(--seccol);
    border-radius: 50px;
}

.searchResults .searchResultsFilters form.searchform .search-btn svg path {fill: #000;}


/*--------------------------------------------------------------
# Menu modal
--------------------------------------------------------------*/



.meg-menu.headermeg-menu {
    cursor: pointer;
}

html.meg-menu-modal-active, body.meg-menu-modal-active {
    overflow: hidden;
}

nav.nav-menu.meg-menu > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}



nav.nav-menu.meg-menu a {
    display: block;
    color: white !important;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 300 !important;
    padding: 5px 0px;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
}

nav.nav-menu.meg-menu .drop-down ul {
    display: block;
    position: absolute !important;
    left: unset;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: unset;
    box-shadow: unset;
    transition: 0.3s;
    border-radius: 0;
}

nav.nav-menu.meg-menu .drop-down.active ul {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent;
    box-shadow: unset;
    padding: 10px 0;
    transition: all 0.3s ease-in-out !important;
}


#meg-menu-modal-container.six {
    transform: scale(1);
}
#meg-menu-modal-container.six .meg-menu-modal-background {
    background: rgba(0, 0, 0, 0);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#meg-menu-modal-container.six .meg-menu-modal-background .meg-menu-modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 0.5s;
}
#meg-menu-modal-container.six + main {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
main.six {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#meg-menu-modal-container.six.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}
#meg-menu-modal-container.six.out .meg-menu-modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#meg-menu-modal-container.six.out .meg-menu-modal-background .meg-menu-modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 1.5s;
}
#meg-menu-modal-container.six.out + main {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
main.six.out {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#meg-menu-modal-container .meg-menu-modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}
#meg-menu-modal-container .meg-menu-modal-background .meg-menu-modal {
    background: linear-gradient(0deg, var(--bgcol80) 0%, var(--bgcol80) 50%), linear-gradient(0deg, var(--bgcol) 1%, #00000000 50%), url(/wp-content/uploads/2024/03/green-dots.svg);
    backdrop-filter: blur(5px);
    padding: 50px 25px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%, cover, 80% !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100%, 100% 100%, 300% 90% !important;
    position: relative;
}
#meg-menu-modal-container .meg-menu-modal-background .meg-menu-modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
#meg-menu-modal-container .meg-menu-modal-background .meg-menu-modal p {
    font-size: 18px;
    line-height: 22px;
}
#meg-menu-modal-container .meg-menu-modal-background .meg-menu-modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
#meg-menu-modal-container .meg-menu-modal-background .meg-menu-modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

#meg-menu-modal-container .closemeg-menu {
    width: 50px;
    height: 50px;
    cursor:pointer;
    position: absolute;
    right: 25px;
    z-index: 999;
    top: 50px;
}

#meg-menu-modal-container .closemeg-menu svg {
    transition:0.3s ease all;
    transform:rotate(0deg);
}

#meg-menu-modal-container .closemeg-menu:hover svg {
    transform:rotate(180deg);
}

#meg-menu-modal-container .meg-menu-modal-background .meg-menu-modal .inner {
    margin-top: 100px;
}

/* #meg-menu-modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 25%;
    top: 0;
    right: 0;
    transform: scale(0);
    z-index: 999;
} */


#meg-menu-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-end; /* Σπρώχνει το μενού δεξιά */
    z-index: 1000;
    transform: scale(0); /* αν θέλεις να είναι αρχικά κρυφό */
}

@media (min-width: 768px) and (max-width: 1200px) {

    #meg-menu-modal-container {
        width: 50%;
    }

}


@media (max-width: 576px) {

    #meg-menu-modal-container {
        position: fixed;
        display: table;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        transform: scale(0);
        z-index: 999;
    }
    

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 50px 0 !important;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}


.section-bg {
    background: #212121;
}

.section-bg-black {
    background: #000;
}

.section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    font-size: 18px;
    font-weight: 500 !important;
    padding: 0;
    /* line-height: 1px; */
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: var(--primcol);
}

.section-title h2 a, .section-title h3 a, .section-title h4 a, .section-title h5, .section-title h6 a {
    color: var(--primcol) !important;
}

.section-title h2::after, .section-title h3::after, .section-title h4::after, .section-title h5::after, .section-title h6::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--primcol);
    margin: 4px 10px;
}

.section-title h2 a:hover, .section-title h3 a:hover, .section-title h4 a:hover, .section-title h5 a:hover, .section-title h6 a:hover{
    color: var(--seccol) !important;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: white;
}

.section-bg-svg{
    padding: 130px 0 !important;
    position: relative;
}


.section-bg-svg::before {
    content: url(/wp-content/themes/lioncode/assets/img/vect-before.svg);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 0;
}

.section-bg-svg::after {
    content: url(/wp-content/themes/lioncode/assets/img/vect-after.svg);
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 0;
}



.btn-prm, a.btn-prm{
    background: var(--primcol);
    color: var(--bgcol) !important;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 100px;
    min-height: 48px;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.btn-prm:hover, a.btn-prm:hover {
    background: black !important;
    transition: all 0.25s ease-in-out;
    color: var(--primcol) !important;
}


a.btn-prm:hover span.icon svg path#Path_1 {
    fill: var(--primcol);
    transition: all 0.25s ease-in-out;
}

a.btn-prm:hover span.icon svg path#chevron-circle-right-Bold_1_ {
    fill: var(--bgcol);
    transition: all 0.25s ease-in-out;
}

.btn-brd, a.btn-brd, a.more-link {
    background: transparent;
    color: white !important;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 15px;
    min-height: 48px;
    border: 1px solid var(--primcol);
    border-radius: 100px;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.btn-brd:hover, a.btn-brd:hover, a.more-link:hover {
    background: var(--primcol);
    color: var(--bgcol) !important;
    transition: all 0.25s ease-in-out;
}

a.btn-prm span.icon, a.btn-brd span.icon {
    margin: 0 0px 0 10px;
}

a.btn-prm span.icon svg, a.btn-brd span.icon svg{
    width: 25px;
    height: 24px;
}

.btn-brd:hover, a.btn-brd:hover span.icon svg path#Path_1, a.btn-brd:hover span.icon svg path#Union_6 {
    fill: var(--bgcol);
}

a.btn-brd:hover span.icon svg path#Path_1 {
    fill: var(--bgcol);
    transition: all 0.25s ease-in-out;
}

a.btn-brd:hover span.icon svg path#chevron-circle-right-Bold_1_ {
    fill: var(--primcol);
    transition: all 0.25s ease-in-out;
}


.main-content .section-paragraph p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0.45px;
}


@media (min-width: 1368px) and (max-width: 1600px) {

    section {
        padding: 100px 20px !important;
    }
}


@media (min-width: 1281px) and (max-width: 1367px) {

    section {
        padding: 100px 20px !important;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {

    section {
        padding: 100px 20px !important;
    }

}



@media (max-width: 767px) {


    section {
        padding: 50px 20px !important;
        overflow: hidden;
    }
    .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        /* line-height: 1px; */
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--primcol);
        position: relative;
    }

    .section-title h2::after, .section-title h3::after, .section-title h4::after, .section-title h5::after, .section-title h6::after {
        content: "";
        width: 120px;
        height: 1px;
        display: inline-flex;
        background: var(--primcol);
        margin: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        top: 50%;
        position: absolute;
        right: -10px;
    }

    .section-title p {
        font-size: 20px;
    }
    
}

/*--------------------------------------- Responsive Form ------------------------------------------------*/

/*--------------------------------------- #Contact form 7 --------------------------------------------------------------- */

div.wpcf7,
.wpcf7 {
    position: relative;
	overflow: hidden;
}
.wpcf7-form > .wpcf7-form-control-wrap,
.wpb_text_column .wpcf7-form > p,
.wpcf7-form > p {
	margin-bottom: 0;
	padding: 0 0 20px 0;
}
.wpcf7-form > p.half {
	float: left;
	width: 50%;
}
.wpcf7-form > p:not(.half) {
	clear: both;
}
.wpcf7 .wpcf7-form-control {
	font-size: 16px;
    line-height: 2rem;
	width: 100%;
}

.wpcf7 input.wpcf7-submit {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--bgcol);
    font-weight: 700;
    font-size: 0.9rem !important;
    border: 0.0125rem solid var(--primcol);
    background: var(--primcol);
    transition: all 0.5s ease;
}

.wpcf7 input.wpcf7-submit:hover {
    color: white !important;
    border: 0.0125rem solid var(--seccol);
    background: var(--seccol);
    transition: all 0.5s ease;
}



div.wpcf7-response-output {
	font-size: 16px;
	line-height: 1.6;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
}
div.wpcf7-mail-sent-ng {
	color: #f00;
}
div.wpcf7-spam-blocked {
	color: #f90;
}
div.wpcf7-validation-errors {
	color: #f00;
}
span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #f00;
	margin-top: 10px;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-right: 14px;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}
div.wpcf7 .ajax-loader {
    opacity: 0;
    transition: opacity 0.2s ease;
}
div.wpcf7 .submitting .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
    background: var(--bgcol);
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

@media all and (max-width: 768px) {
	.wpcf7 .wpcf7-form-control {
		font-size: 14px;
	}
}
@media all and (max-width: 550px) {
	.wpcf7-form > p.half {
		float: none;
		width: auto;
	}
}

#responsive-form {
    width: 100%;
    margin: auto;
}


.form-row{
    width: 100%;
    display: block;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    padding-bottom: 0px !important;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}


#responsive-form input[type="text"], #responsive-form textarea, #responsive-form input[type="email"], #responsive-form select{
    border: 0.15rem solid var(--seccol);
    border-color: var(--primcol);
    background: transparent;
    padding-left: 0px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 100px;
}

#responsive-form select option {
    background: var(--bgcol);
}


#responsive-form textarea {
    border-radius: 50px;
    padding: 25px 10px 5px 10px;
}

#responsive-form input::placeholder, #responsive-form textarea::placeholder {
    opacity: 1;
    color: #878787;
    padding: 0 0 0 10px;
}

#responsive-form .column-half, #responsive-form .column-full{
	padding-bottom:0px;
}

#responsive-form label{
    color: #fff;
    letter-spacing:1px;
    transition: .5s;
    transform: translateY(38px);
    font-size:16px;
    display: block;
}

.contactSubmitButton {
    text-align: center;
    margin: auto;
    padding: 0.65rem;
}

.form-row.contactSubmitButton .column-full {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.contactMapRow .nm_column {
    padding-left: 0px;
    padding-right: 0px;
}


#hero-contact svg path {
    fill: var(--primcol);
}


#hero-contact p.text a {
    color: var(--primcol) !important;
    transition: all 0.5s ease-in-out;
}

#hero-contact p.text a:hover {
    color: var(--seccol) !important;
    transition: all 0.5s ease-in-out;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero.withlogo {
    width: 100%;
    min-height: 100vh;
    background-size: 20%, 10%, cover, 60%, cover !important;
    background-repeat: no-repeat !important;
    background-position: 110% 50%, -5% -15%, 100% 100%, -70% 50%, 100% 100% !important;
    position: relative;
}

#hero.nologo {
    width: 100%;
    min-height: 100vh;
    background-size: 20%, 10%, cover, cover !important;
    background-repeat: no-repeat !important;
    background-position: 110% 50%, -5% -15%, 100% 100%, 100% 100% !important;
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container-xxl {
    position: relative;
    padding-top: 74px;
    text-align: center;
}

#hero h1 {
    margin: 0;
    font-size: 65px;
    line-height: 80px;
    color: #fff;
}

#hero h1 span {
    color: var(--primcol);
}

#hero h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    font-size: 32px;
}

#hero p {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    font-size: 15px;
}

#hero .continue, #hero-slider .continue  {
    /* position: absolute; */
    /* bottom: -20px; */
    transition: 0.4s;
    color: rgba(255, 255, 255, 0.6);
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
    z-index: 1;
}

@media (max-width: 768px) {

    #hero.nologo {
        min-height: 60vh;
    }

    #hero h1 {
    font-size: 28px;
    line-height: 36px;
    }

    #hero h2 {
    font-size: 20px;
    line-height: 24px;
    }
}


.hero-waves {
    display: block;
    margin-top: 60px;
    width: 130%;
    height: auto;
    z-index: 5;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.wave1 use {
    animation: move-forever1 30s ease-in-out infinite alternate-reverse both;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 30s ease-in-out infinite alternate-reverse both;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 30s ease-in-out infinite alternate-reverse both;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
    transform: translate(1100, 0%);
    }

    100% {
    transform: translate(-1100px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(1000, 0%);
        }
    
        100% {
        transform: translate(-1000px, 0%);
        }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-1000px, 0%);
        }
    
        100% {
        transform: translate(1000px, 0%);
        }
}


@keyframes up-down {
    0% {
      transform: translateY(5px);
    }
  
    100% {
      transform: translateY(-5px);
    }
  }




/*--------------------------------------------------------------
# About us Section
--------------------------------------------------------------*/

#about .images {
    height: 540px !important;
}


.background_square {
    border: 5px solid var(--primcol);
    aspect-ratio: 1 / 1 !important;
    width: 60% !important;
    position: absolute !important;
    top: 15% !important;
    left: 15% !important;
    z-index: 0 !important;
}


.image_2.about_img {
    bottom: 0;
    right: 0;
    z-index: 2;
}

.image_1.about_img {
    top: 0;
    left: 0;
    z-index: 1;
}

.about_img {
    width: 60%;
    position: absolute;
}

.about_img img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    object-position: center !important;
}

@media (max-width: 576px) {

    #about .images {
        height: 400px !important;
    }
    

}




/*--------------------------------------------------------------
# Why us Section
--------------------------------------------------------------*/

.whyus .whyus_link {
    position: relative;
    top: -20px;
}

.whyus .solutions-solution-number {
    font-size: 120px;
    color: var(--primcol40);
    font-weight: 800 !important;
}

.whyus .solutions-solution-content {
    position: relative;
    top: -70px;
}

.whyus .solutions-solution-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.whyus .solutions-solution-text {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services-service-title {
    font-size: 25px;
    font-weight: 600;
}

.services-service-description p{
    font-size: 18px;
    font-weight: 100;
}

/*--------------------------------------------------------------
# Services single page
--------------------------------------------------------------*/

#header-hero.single-service-page {
    height: calc((100vh)* .99) !important;
    background-size: cover !important;
    background-position: 100% 100%, 50% 50% !important;
}



.product.service-tab .product-content {
    aspect-ratio: 3 / 1;
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: 100%, 70%, 70%, 25%, 100% !important;
    background-position: 100% 100%, 200% 50%, 200% -150%, 0% 50%, center center !important;
    border-radius: 10px;
    transform: scale(1.01);
    transition: all 0.5s ease-in-out;
}

.product.service-tab .product-content:hover {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.product.service-tab .product-content a {
    color: white !important;
    align-self: center;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.info-box .info-box-container {
    border-radius: 10px;
    box-shadow: 17px 17px 32px #0e0e0f, -17px -17px 32px #1a1a1b;
    transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.5s ease-in-out;
}

.info-box .info-box-container .section-title.info-box-title svg {
    max-width: 40px;
    margin-right: 10px;
}

.info-box .info-box-container:hover {
    box-shadow: 0px 0px 0px #0e0e0f, 0px 0px 0px #1a1a1b;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.info-box .info-box-container .section-title.info-box-title p{
    font-size: 18px !important;
}


/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/


.product-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: 100%, 70%, 70%, 75%, 100% !important;
    background-position: 100% 100%, -100% 150%, 200% -150%, 50% 50%, center center !important;
}

.product-content img.product-logo-img, .product-content svg.product-logo-img {
    width: 100%;
    height: auto;
    max-height: 50px;
}

.product-content .title h4 a, .product-content .title h3 a {
    font-size: 32px;
    color: white !important;
}

.product-content .excerpt p {
    font-size: 16px;
    font-weight: 100;
}

.product-content .category span.cat a {
    color: var(--primcol) !important;
}

.product-content .category span.cat a:hover {
    color: var(--seccol) !important;
}

/*--------------------------------------------------------------
# Level Up Section
--------------------------------------------------------------*/

.levelup_img img, .levelup_img svg{
    max-height: 90px !important;
    width: auto;
    height: auto;
}


#levelup, .levelup-section {
    background-size: 40%, cover, 100% !important;
    background-position: -30% 50%, 50% 50%, 100% 40% !important;
    background-repeat: no-repeat !important;
    height: 100%;
}

#levelup .levelup_img {
    top: -40px;
    left: 60px;
    z-index: 1;
}

#levelup .section-paragraph p {
    font-size: 20px;
    font-weight: lighter;
}

#levelup .btn-prm, #levelup a.btn-prm , .levelup-section .btn-prm, .levelup-section  a.btn-prm{
    background: var(--seccol);
    color: white !important;
}

#levelup .btn-brd, #levelup a.btn-brd, #levelup a.more-link {
    color: white !important;
    border: 1px solid rgb(196, 1, 197);
}

#levelup .btn-brd:hover, #levelup a.btn-brd:hover, #levelup a.more-link:hover {
    background: rgb(196, 1, 197);
    color: white !important;
    transition: all 0.25s ease-in-out;
}

#levelup a.btn-brd:hover span.icon svg path#Path_1 {
    fill: black;
    transition: all 0.25s ease-in-out;
}

#levelup a.btn-brd:hover span.icon svg path#chevron-circle-right-Bold_1_ {
    fill: rgb(196, 1, 197);
    transition: all 0.25s ease-in-out;
}


@media (max-width: 1800px) {

    #levelup .container.row {
        padding-left: 150px;
    }
    
}


@media (max-width: 1441px) {

    #levelup .container.row {
        padding-left: 200px;
    }
    
}


@media (max-width: 1367px) {

    #levelup .container.row {
        padding-left: 250px;
    }

}


@media (max-width: 768px) {

    #levelup .container.row {
        padding-left: unset;
        padding-top: 280px;
    }

    #levelup, .levelup-section {
        background-size: 70%, cover, cover !important;
        background-position: -70% -5%, 50% 50%, 100% 40% !important;
        background-repeat: no-repeat !important;
        height: 100%;
        padding: 2%;
    }
}



/*--------------------------------------------------------------
# Our Clients Section
--------------------------------------------------------------*/

#our_clients .clients .clients-client {
    transition: all 0.5s ease-in-out;
    /* background: white; */
    border-radius: 5px;  
}

.clients .clients-client a {
    height: 100%;
    width: 100%;
    display: block;
}

#our_clients .clients .clients-client:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}


.clients .clients-client img, .clients .clients-client svg {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    width: 100%;
    height: auto;
    /* filter: grayscale(1); */
}

/* main.flex-content-page .clients .clients-client img, main.flex-content-page .clients .clients-client svg {
    background: white;
} */

.clients .clients-client p {
    color: white !important;
    text-align: center;
    font-size: 16px;
    font-weight: 100 !important;
}


#our_clients .clients .clients-client:hover img, #our_clients .clients .clients-client:hover svg {
    filter: unset;
    transition: all 0.5s ease-in-out;
}

#our_clients .clients .splide__pagination.clients-pagination {
    display: block !important;
    bottom: -20px;
    justify-self: center;
}
#our_clients .clients .splide__arrow{
    display: none;
}

#our_clients .clients .splide__pagination__page.clients-page.is-active {
    background: var(--primcol);
}

#our_clients .clients .splide__pagination__page.clients-page {
    background: var(--primcol40);
    margin: 5px;
}

/*--------------------------------------------------------------
# Latest news feed
--------------------------------------------------------------*/

#posts .post .thumbnail {
    aspect-ratio: 1 / 1 !important;
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center !important;
}

#posts .post .thumbnail .post-date {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 19px 0px 20px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    padding: 5px;
    color: var(--bgcol);
}

#posts .post h4 {
    font-size: 1.15rem;
}

#posts .post .thumbnail a {
    color: white !important;
}

#posts .post .categories {
    margin: 10px 0 25px 0;
}

#posts .post .categories a.feed-cat {
    color: white !important;
    background: black;
    font-size: 14px;
    font-weight: 200;
    border-radius: 50px;
    padding: 5px 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(/wp-content/themes/lioncode/assets/img/footer-square.svg), url(/wp-content/themes/lioncode/assets/img/footer-square.svg), #000;
    background-position: 100% 100%, -10% 115%, 110% -15%, 100% 100%;
    background-size: 100%, 25%, 25%, 100%;
    background-repeat: no-repeat;
}


.foot-widg .foot-widg-title {
    color: var(--primcol);
    font-size: 18px;
    margin-bottom: 30px;
}

.foot-widg ul {
    list-style: none;
    padding: 0;
    line-height: 35px;
}

.foot-widg ul li a, .foot-widg p, .foot-widg p a {
    color: white !important;
    font-weight: 400 !important;
    font-size: 17px;
}

.foot-widg ul li a:hover, .foot-widg p a:hover {
    color: var(--primcol) !important;
}

.foot-widg .foot-2, .foot-widg .foot-3, .foot-widg .foot-4, .foot-widg .foot-btm-right {
    padding: 0 0 0 100px;
}

.foot-widg .foot-1 svg path {
    fill: var(--primcol);
}

.abs-footer a {
    color: white !important;
}

.abs-footer a:hover {
    color: var(--primcol) !important;
}


.abs-footer nav.terms-menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

nav.terms-menu ul li {
    padding: 0 10px 0 10px;
    position: relative;
}

nav.terms-menu ul li::after {
    content: " | ";
    position: absolute;
    margin: 0 7px;
}

nav.terms-menu ul li:last-child{
    padding: 0 0 0 10px;
}

nav.terms-menu ul li:last-child::after {
    content: "";
}

nav.terms-menu ul li a {
    font-weight: 400 !important;
}

@media (max-width: 767px) {

    .foot-widg {
        text-align: center;
    }

    .foot-widg .foot-2, .foot-widg .foot-3, .foot-widg .foot-btm-right {
        padding: 0;
    }

    .foot-widg .social {
        justify-content: center;
    }

    .abs-footer nav.terms-menu ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }

    nav.terms-menu ul li::after {
        content: "";
        position: absolute;
        margin: 0;
    }

    section.abs-footer {
        padding-bottom: 60px !important;
    }
    

}

/*--------------------------------------------------------------
# Newsletter Form
--------------------------------------------------------------*/

.es-form-field-container .gjs-cell {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.es-form-field-container .gjs-cell input[type="email"] {
    background: #000;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    border: 1px solid var(--primcol);
    padding: 10px 20px;
}

.es-form-field-container .gjs-cell input[type="submit"] {
    position: absolute;
    right: 0;
    border-radius: 100px;
    background: var(--primcol);
    color: #000;
    font-size: 1rem !important;
    font-weight: 700;
    border: 0 !important;
    padding: 10px 25px;
}

/*--------------------------------------------------------------
# Section with overflow image
--------------------------------------------------------------*/

#overflowbgimage .thecontainerbg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 0;
}

#overflowbgimage .thecontainer {
    z-index: 1;
}


#overflowbgimage .section-description p {
    font-size: 15px;
    font-weight: 100;
}



/*--------------------------------------------------------------
# Container with background image
--------------------------------------------------------------*/

#bgimagecontainer .thecontainerbg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 80%;
}

#bgimagecontainer .thecontainer {
    z-index: 1;
}


#bgimagecontainer .section-description p {
    font-size: 15px;
    font-weight: 100;
}

/*--------------------------------------------------------------
# Big Boxes Section
--------------------------------------------------------------*/


.big-boxes .bg-multiply {
    background-color: #5d6676 !important;
    background-blend-mode: multiply;
}

.big-boxes .thebox {
    padding: 50px;
    min-height: 350px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.big-boxes .thebox .thebox-title {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0;
    text-align: center;
}

.big-boxes .thebox .thebox-icon img.img-fluid {
    max-width: 75px;
}


/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/

.product-about-logo {
    background-repeat: no-repeat !important;
    background-size: 40% !important;
    background-position: center !important;
}

/* #product-characteristics .characteristics-characteristic-icon img, .product-characteristics-section .characteristics-characteristic-icon img {
    max-height: 75px;
} */

#product-characteristics .characteristics-characteristic-title, .product-characteristics-section .characteristics-characteristic-title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

#product-characteristics .characteristics-characteristic-description, .product-characteristics-section .characteristics-characteristic-description {
    font-size: 16px;
    font-weight: 200;
}

.product-about-with-image-img img {
    aspect-ratio: 1 / 1;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 10px;
}

.product-about-with-image-img .product-content .title h4 a, .product-about-with-image-img .product-content .title h3 a {
    font-size: 20px;
    color: white !important;
    text-wrap: pretty;
}

.product-about-with-image-img .btn-brd, .product-about-with-image-img a.btn-brd, .product-about-with-image-img a.more-link {
    font-size: 13px;
}

.product-about-with-image-description p {
    text-align: justify;
}


@media (max-width: 767px) {

.product-about-logo {
    background-size: contain !important;
}

}

/*--------------------------------------------------------------
# Small Boxes
--------------------------------------------------------------*/


.smallboxes .smallbox .title h3 {
    font-size: 20px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# news archive
--------------------------------------------------------------*/

.row.post {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 25px auto;
}

.archive-post-thumbnail {
    height: 250px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-radius: 30px;
    position: relative;
}

.blog-cont .post img {
    height: inherit;
    border-radius: 20px;
}

.row .post .post-date {
    background: var(--primcol) 0% 0% no-repeat padding-box;
    border-radius: 19px 0px 20px 0px;
    position: absolute;
    top: 0;
    width: 70px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    padding: 5px;
    color: var(--bgcol);
}

.post-categ {
    font-size: 1rem !important;
    font-weight: 700;
    padding-right: 10px;
    text-transform: capitalize;
}

.post-categ a {
    color: var(--primcol) !important;
}

h3.entry-title {
    font-size: 1.4rem !important;
    text-align: left;
    margin: 10px auto;
}

h3.entry-title a {
    color: var(--primcol) !important;
}

.entry-content {
    text-align: left;
    margin: 20px auto;
}

.post-content *:has(.alignnone) {
    text-align: unset !important;
}

.post-content *:has(.alignleft) {
    text-align: left !important;
    float: left;
}

.post-content *:has(.aligncenter) {
    text-align: center;
}

.post-content *:has(.alignright) {
    text-align: end;
    float: right;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

#comments {
    background: #323232;
    padding: 15px;
    border-radius: 10px;
}


#comments .comment {
    list-style: none;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0;
}

#comments ul{
    margin: 0;
    padding: 0;
}

#comments .comment.even {
    background: #060606;
}

#comments .comment.odd {
    background: #121212;
}

.comments-title, #respond h3 {
    font-size: 1.25rem;
}

#respond {
    background: black;
    padding: 15px;
    border-radius: 15px;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

form#commentform .logged-in-as {
    font-size: 0.85rem;
    color: var(--primcol);
}

form#commentform .logged-in-as a{
    font-size: 0.85rem;
    color: var(--primcol);
    transition: all 0.5s ease-in-out;
}

form#commentform .logged-in-as a:hover{
    font-size: 0.85rem;
    color: var(--primcol);
    transition: all 0.5s ease-in-out;
}

.form-submit input#submit {
    background: var(--primcol);
    border: 0;
    padding: 10px 15px;
    color: var(--bgcol);
    transition: all 0.5s ease-in-out;
}

.form-submit input#submit:hover {
    background: var(--bgcol);
    color: var(--primcol);
    transition: all 0.5s ease-in-out;
}

.comment-form-comment label {
    font-size: 1rem;
    color: var(--primcol);
}

.comment-form-comment textarea {
    border: 0;
    border-radius: 10px;
    color: var(--primcol);
    padding: 5px 10px;
    background: #1a1a1a;
}

/*Comment Output*/
 
.commentlist .reply {}
.commentlist .reply a {
    color: var(--primcol);
}

.commentlist .reply a:hover {
    color: var(--primcol);
}

.commentlist .alt {}
.commentlist .odd {
    background: #66666621 !important;
}
.commentlist .even {
    background: #cfcfcf21 !important;
}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}
 
.commentlist .vcard {
    padding: 10px;
}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {
    border-radius: 50px;
    margin: 5px;
    width: 100%;
    height: auto;
    max-width: 65px;
}
.commentlist .vcard cite.fn a.url {
    color: var(--primcol) !important;
    font-size: 0.95rem;
}
.commentlist .vcard cite.fn a.url:hover {
    color: var(--primcol) !important;
}
 
.commentlist .comment-meta {

}
.commentlist .comment-meta a {
    color: var(--primcol) !important;
}
.commentlist .comment-meta a:hover {
    color: var(--primcol) !important;
}
.commentlist .commentmetadata {
    font-weight: light !important;
    font-size: 0.85rem;
    font-style: italic;
}
.commentlist .commentmetadata a {
    color: var(--primcol) !important;
}
.commentlist .commentmetadata a:hover {
    color: var(--primcol) !important;
}
 
.commentlist .parent {}
.commentlist .comment {
    border-radius: 10px;
    overflow: hidden;
}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}
 
.commentlist {}
.commentlist li {
    margin: 15px 0;
    border: 0.0125rem solid var(--primcol80);
}
.commentlist li p {
    margin: 35px auto;
    color: var(--primcol);
    font-size: 1rem;
}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}
 
.commentlist .reply {
    padding: 10px;
}
#cancel-comment-reply a {
    font-size: 1rem;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    max-width: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

input#author, input#email, input#url {
    background: var(--primcol80);
    border: 0;
    border-radius: 10px;
    color: var(--primcol);
    padding: 5px 10px;
}



/*--------------------------------------------------------------
# Solutions Section
--------------------------------------------------------------*/


.solution-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 15px;
    padding: 2rem !important;
    background-position: center !important;
    background-size: cover !important;
    border: 1px solid var(--primcol40);
}

.solution-content img.solution-logo-img {
    width: 100%;
    height: auto;
    max-height: 70px;
}

.solution-content .title h4 a, .solution-content .title h3 a {
    font-size: 1.25rem;
    color: white !important;
    text-transform: uppercase;
}

.solution-content .excerpt {
    border-left: 2px solid var(--primcol);
    padding-left: 25px;
}

.solution-content .excerpt p {
    margin: 0;
}

.solution-content .title h3 {
    font-size: 1.25rem;
    font-weight: normal !important;
}

/*--------------------------------------------------------------
# Single Solution
--------------------------------------------------------------*/


img.solution-product-logo-img {
    aspect-ratio: unset !important;
    max-height: 50px !important;
}


/*--------------------------------------------------------------
# Level up Product
--------------------------------------------------------------*/



.levelup-about {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.levelup-about img.levelup-about-logo {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    height: 100%;
    width: auto;
}

@media (max-width: 767px){

    .levelup-about img.levelup-about-logo {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        width: 200px;
    }
}


.services-service-icon img.img-fluid,
.services-service-icon svg,
.characteristics-characteristic-icon img.img-fluid,
.characteristics-characteristic-icon svg {
    max-height: 120px;
    height: auto;
}


@media (max-width: 767px) {

    
    .characteristics-characteristic {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center;
    }
    
    }



/*--------------------------------------------------------------
# certifications Section
--------------------------------------------------------------*/


.certification-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 15px;
    padding: 2rem !important;
    background-position: center !important;
    background-size: cover !important;
    border: 1px solid var(--primcol40);
}

.certification-content img.certification-logo-img {
    width: 100%;
    height: auto;
    max-height: 70px;
}

.certification-content .title h4 a, .certification-content .title h3 a {
    font-size: 1.25rem;
    color: white !important;
    text-transform: uppercase;
}

.certification-content .excerpt {
    border-left: 2px solid var(--primcol);
    padding-left: 25px;
}

.certification-content .excerpt p {
    margin: 0;
}

.certification-content .title h3 {
    font-size: 1.25rem;
    font-weight: normal !important;
}


/*--------------------------------------------------------------
# Career Section
--------------------------------------------------------------*/


.career-position-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 15px;
    padding: 2rem !important;
    background-position: center !important;
    background-size: cover !important;
    border: 1px solid var(--primcol40);
}

.career-position-content img.career-position-logo-img {
    width: 100%;
    height: auto;
    max-height: 70px;
}

.career-position-content .title h4 a, .career-position-content .title h3 a {
    font-size: 1.25rem;
    color: white !important;
    text-transform: uppercase;
}

.career-position-content .excerpt {
    border-left: 2px solid var(--primcol);
    padding-left: 25px;
}

.career-position-content .excerpt p {
    margin: 0;
}

.career-position-content .title h3 {
    font-size: 1.25rem;
    font-weight: normal !important;
}

@media (max-width: 767px) {
    .career-position-content .excerpt {
        font-size: 15px;
    }
}




/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/


.projects-position-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 15px;
    padding: 2rem !important;
    background-position: center !important;
    background-size: cover !important;
    border: 1px solid var(--primcol40);
}

.projects-position-content img.projects-position-logo-img {
    width: 100%;
    height: auto;
    max-height: 70px;
}

.projects-position-content .title h4 a, .projects-position-content .title h3 a {
    font-size: 1.25rem;
    color: white !important;
    text-transform: uppercase;
}

.projects-position-content .excerpt {
    border-left: 2px solid var(--primcol);
    padding-left: 25px;
}

.projects-position-content .excerpt p {
    margin: 0;
}

.projects-position-content .title h3 {
    font-size: 1.25rem;
    font-weight: normal !important;
}

@media (max-width: 767px) {
    .projects-position-content .excerpt {
        font-size: 15px;
    }
}



/*--------------------------------------------------------------
# Small Boxes Section
--------------------------------------------------------------*/


.smallbox-content {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: 100%, 70%, 70%, 75%, 100% !important;
    background-position: 100% 100%, -100% 150%, 200% -150%, 50% 50%, center center !important;
}

.smallbox-content img.smallbox-logo-img, .smallbox-content svg.smallbox-logo-img {
    width: 100%;
    height: auto;
    max-height: 120px;
    border-radius: 10px;
}

.smallbox-content .title h4 a, .smallbox-content .title h3 a {
    font-size: 32px;
    color: white !important;
}

.smallbox-content .excerpt p {
    font-size: 16px;
    font-weight: 100;
}

.smallbox-content .category span.cat a {
    color: var(--primcol) !important;
}

.smallbox-content .category span.cat a:hover {
    color: var(--seccol) !important;
}





@media (min-width: 1440px) {
    .container {
        max-width: 1000px !important;
    }
}


.row {
    --bs-gutter-y: 1rem !important
}

.grecaptcha-badge {
    z-index: 99;
}

.border-radius{
    border-radius: 15px !important;
}


.sharebuttons .a2a_svg svg {
    background: var(--primcol) !important;
    width: 30px;
    height: auto;
    border-radius: 5px;
}

.sharebuttons .a2a_svg svg g, .sharebuttons .a2a_svg svg path {
    fill: var(--bgcol);
}

.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg {
    float: left;
    background: unset !important;
}




/*--------------------------------------------------------------
# THREE LEVEL MENU WIDGET
--------------------------------------------------------------*/



.inner .searchform {
  margin-bottom: 15px;
}


.subArrow {
opacity: 0.4;
}

.toggle-btn.back-btn {
    cursor: pointer !important;
}

/* Animation CSS */
@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.level-2-menu, .level-3-menu {
    transition: all 0.3s ease-in-out;
}

.active-submenu {
    border-radius: 20px;
    background-color: rgb(84, 125, 22);
    padding: 11px !important;
    border-bottom: 0px solid rgb(254, 255, 253);

}

/* Hide ALL scrollbars but keep scroll functionality */
.level-1-menu,
.level-2-menu,
.level-3-menu,
.level-2-content,
.level-3-content {
    /* For Webkit browsers (Chrome, Safari, Edge) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.level-1-menu::-webkit-scrollbar,
.level-2-menu::-webkit-scrollbar,
.level-3-menu::-webkit-scrollbar,
.level-2-content::-webkit-scrollbar,
.level-3-content::-webkit-scrollbar {
    display: none; /* Webkit browsers */
}

/* Desktop styles - only applied when there's enough space */
@media (min-width: 1150px) {
    .level-2-menu, .level-3-menu {
        background: rgb(29 29 29);
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

  
    
    .level-2-content, .level-3-content {
        padding: 2px 15px;
    }
}

.level-2-header, .level-3-header {
    padding: 40% 25px 0 15px;
    background: inherit;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 8px;
}

.level-2-content, .level-3-content {
    padding-top: 20px;
    /* Enable scrolling for content areas */
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

/* Mobile and insufficient space styles */
@media (max-width: 1149px) {
    .level-2-menu, .level-3-menu {
        position: static !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: auto !important;
        overflow-y: auto !important;
        background: transparent !important;
    }
    
    .level-2-content, .level-3-content {
        padding: 2px 15px;
        max-height: 70vh;
        overflow-y: auto;
    }
    
    .level-2-header, .level-3-header {
        padding: 10px 0;
        display: flex;
        align-items: center;
        gap: 8px; /* λίγο κενό ανάμεσα */
    }
}

/* Traditional mobile styles */
@media (max-width: 768px) {
    .level-2-content, .level-3-content {
        padding: 2px 15px;
        max-height: 60vh;
        overflow-y: auto;
    }
    
    .level-2-header, .level-3-header {
        padding: 10px 0;
        display: flex;
        align-items: center;
        gap: 8px; /* λίγο κενό ανάμεσα */
    }

    body {
        overflow-y: auto !important;
        height: auto !important;
    }
}

/* Fade-in animation styles for list items */
.level-1-menu li, .level-2-menu li, .level-3-menu li {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}