@media(max-width: 1700px){
    .header-main-menu ul li a{
        font-size: 16px;
    }

    .header-main-menu ul li a.level_1{
        padding-inline: 7px !important;
    }
}

@media(max-width: 1460px){
    .header-main-menu {
        display: none;
    }
}

@media(min-width: 1460px){
    .header-main-menu-mob {
        display: none;
    }
}

header{
    position: fixed !important;
    top: 0 !important;
}

header .l-subheader.at_middle.width_full{
    height: 100px !important;
}

@media(max-width: 768px){
    header .l-subheader.at_middle.width_full{
        height: 80px !important;
    }
}

header .w-nav-icon div , header .w-nav-icon div::before  ,header .w-nav-icon::after{
    color:#333333 !important;
}

.header-btn-ask-offer span{
    white-space: nowrap;
    display: inline-block; /* keeps element inline but prevents wrapping */
    overflow-wrap: normal;
    word-break: keep-all;
}

@media (max-width: 545px) {
    .header-btn-ask-offer{
        display: none !important;
    }
}

.fp-hero-img .w-image-h{
    position: relative;
}
.fp-hero-img .w-image-h::after{
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: rgba(56, 126, 54, 0.33); /* change color and alpha */
    pointer-events: none; /* allow clicks through overlay */
}

.fp-hero-img .w-image-h img{
    width: 100% !important;
}

.fp-activities .g-cols.vc_row{
    grid-template-rows: auto !important;
    align-items: stretch !important;
}

.fp-activities .g-cols.vc_row > * {
    height: 100%; /* or min-height: 100% */
    min-height: 100%;
}

.fp-activities .g-cols.vc_row .vc_column-inner {
    height: 100%; /* or min-height: 100% */
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.fp-activities .g-cols.vc_row .w-btn-wrapper.align_center {
    margin-top: auto;
}

.fp-activities .g-cols.vc_row .w-btn-wrapper.align_center a{
    white-space: nowrap;
}

.fp-activities .wpb_column.vc_column_container{
    flex-grow: unset !important;
}

@media(max-width: 780px){
    .fp-activities .g-cols.vc_row{
        grid-template-columns: 1fr !important;
    }
}

@media(max-width: 780px){
    .fp-about-us .g-cols.vc_row{
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
}

.fp-news article .post_content {
    display: none;
}

.fp-news .post_taxonomy a{
    color: #5fad41;
}

.fp-news .post_taxonomy a:hover{
    color: #001144;
}

.fp-news .post_title a{
    color: #001144 !important;
    font-size: 20px;
}

.fp-news .post_title a:hover{
    color: #001144;
}

.fp-projects-carousel article .project_description a p:not(:first-child){
    display: none;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;*/
}

.fp-projects-carousel article .project_description a p{
    text-align: center;
    color: #7A7A7A !important;
    line-height: 23px;
    margin-top: 5px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.fp-projects-carousel article .post_title a{
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: #414141 !important;
}

.fp-projects-carousel article .post_title{
    font-size: 19px;
    line-height: 24px;
    text-align: center;
}

.fp-projects-carousel article .post_image img{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom: 10px;
}

.fp-projects-carousel .owl-next{
    left: calc(100% - 30px ) !important;

}

.fp-projects-carousel .owl-nav{
    display: block !important;
}

.fp-projects-carousel .owl-next::before{
        background: #5fad41;

}

.fp-projects-carousel .owl-next::after{
    color: white ;
    z-index: 111;
}

.fp-projects-carousel .owl-prev{
    right: calc(100% - 30px ) !important;

}

.fp-projects-carousel .owl-prev::before{
    background: #5fad41;
}

.fp-projects-carousel .owl-prev::after{
    z-index: 111;
    color: white ;
}

@media(max-width: 768px){
    .fp-projects-carousel .owl-next{
        left: calc(100% - 14px ) !important;
        height: 2.5rem !important;
        width: 2.5rem !important;

    }

    .fp-projects-carousel .owl-prev{
        right: calc(100% - 24px ) !important;
        height: 2.5rem !important;
        width: 2.5rem !important;

    }
}

.footer-menu ul li a:hover{
    border-bottom: 1px solid #5fad41;
}

.footer-location-meta i {
    color: #5fad41;
}

.footer-location-meta .w-text-h{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-social i{
    color:#5fad41 ;
}

.footer-social span{
    background: transparent !important;
}

@media (max-width: 1120px ){
    .footer-section .g-cols.vc_row{
        grid-template-columns: 2fr 2fr;
    }
}

@media (max-width: 790px ){
    .footer-section .g-cols.vc_row{
        grid-template-columns: 1fr;
    }

    .footer-section .footer-text p{
        text-align: center !important;
    }
}

.copyright-bottom-footer{
    background-color: #10202d;
}

.copyright-bottom-footer--inner {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.copyright-bottom-footer--inner a {
    background-color: transparent !important;
    color: white !important;
    font-family: Play , 'Sans Serif';
    font-size: 16px;
    line-height: 20px;
    margin-left: 0px !important;
}

.copyright-bottom-footer--inner a:hover {
    background-color: transparent !important;
    color: #5fad41 !important;
}

.copyright-bottom-footer-banks{
    line-height: 20px;
}



.copyright-bottom-footer-text span{
    color: white;
    font-family: Play , 'Sans Serif';
    font-size: 16px;
    line-height: 20px;
}

@media(max-width: 960px){
    .copyright-bottom-footer--inner{
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media(max-width: 600px){
    .copyright-bottom-footer-text span:nth-child(2){
        display: none;
    }

    .copyright-bottom-footer-text{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

.contact-form {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.contact-form br{
    display: none;
}

.contact-form p{
    margin-bottom: 0px !important;
}

.contact-form p:nth-child(5){
   margin-top: 20px !important;
}

.contact-form p:nth-child(6){
    margin-bottom: 20px !important;
}

.contact-form input:not([type="submit"]){
    box-shadow: 0 0 0 0 !important;
    background-color: transparent !important;
    border-bottom:  1px solid #69727d !important;
}

.contact-form input[type="submit"]{
    font-family: Play;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: white ;
}

.contact-form input:not([type="submit"])::placeholder{
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
}

.contact-form select{
    box-shadow: 0 0 0 0 !important;
    background-color: transparent !important;
    border-bottom:  1px solid #69727d !important;

    padding-left: 0;

    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
}

.contact-form textarea{
    box-shadow: 0 0 0 0 !important;
    background-color: transparent !important;
    border-bottom:  1px solid #69727d !important;
}

.contact-form textarea::placeholder{
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
}

.contact-form label{
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
}

.contact-form .wpcf7-response-output{
    border:  2px solid #5fad41 !important;
    color: #7A7A7A;
    margin-left: 0 !important;
}
@media(max-width: 1000px){
    .contact-section .g-cols.vc_row{
        grid-template-columns: 1fr !important;
    }
}



.company-header{
    font-family: Play;
    font-size: 40px;
    line-height: 48px;
    color: white;
}

.company-sub-header{
    font-family: Play;
    font-size: 20px;
    line-height: 26px;
    color: white;
}

@media(max-width: 768px){
    .company-header-container{
        width: 90% !important;
    }

    .company-header{
        font-size: 26px;
        line-height: 32px;
    }

    .company-sub-header{
        font-size: 18px;
        line-height: 22px;
    }
}

.company-section-sub-header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.company-box{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #5fad41;
    margin-top: 10px;
}

.company-line{
    margin-top: 10px;
   width: 50%;
    height: 1px;
    background-color: #212121;
    margin-left: auto !important;
}

#company-page-links a{
    white-space: nowrap;
    overflow: hidden;          /* optional: hide overflow */
    text-overflow: ellipsis;
}

@media(max-width:786px){
    #company-page-links a{
        font-size: 15px;
    }

    #company-page-links div{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 10px;
    }
}


@media(max-width:700px){
    .company-section-content .g-cols.vc_row{
        grid-template-columns: 1fr;
    }

    .company-line{
        display: none;
    }
}

.projects-header{
    font-family: Play;
    font-size: 40px;
    line-height: 48px;
    color: white;
}

.projects-sub-header{
    font-family: Play;
    font-size: 20px;
    line-height: 26px;
    color: white;
}

@media(max-width: 768px){
    .projects-header-container{
        width: 90% !important;
    }

    .projects-header{
        font-size: 26px;
        line-height: 32px;
    }

    .projects-sub-header{
        font-size: 18px;
        line-height: 22px;
    }
}

.projects-intro{
    margin-top: 25px;
    margin-bottom: 30px;
    display: block;
}

.projects-intro p{
    margin:  0 auto;
   color: #7A7A7A !important ;
    max-width: 800px;
    font-family: Play;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center ;
    padding-inline: 20px;
}

.projects-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;

    max-width: 1300px;
    margin: 0 auto;
    padding-inline: 15px;

}

@media(max-width: 1000px ){
    .projects-grid-inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media(max-width: 700px ){
    .projects-grid-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.project-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.project-image-wrapper {
    position:relative;
}

.project-card img{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    display: block;

}

.project-info h2 {
    color: #001144 ;
    font-family: Play;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 0px;
}

@media(max-width: 700px ){
    .project-info h2 {
        font-family: Play;
        font-size: 18px;
        line-height: 22px;
    }
}

.project-description{
    color: #7A7A7A ;
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;

    text-align: center;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.project-card-cta{
    display: inline-block !important;
    background: #5fad41;
    color: white;
    font-family: Play;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 20px;
    margin-top: 10px;

}

.project-card-cta:hover{
    background: #001144;
    color: white !important;
}

.projects-nav.nav-links.custom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.projects-nav.nav-links.custom .page-numbers{
    font-family: Play;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color:#001144;
}

.projects-nav.nav-links.custom .page-numbers.current{
    color:  #5fad41;
}

.project-category{
    background-color: #5fad41;
    padding: 0px 5px;
    color: white;
    font-family: Play;
    font-size: 10px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;


    position: absolute;
    top: 0;
    left: 5px;
    z-index: 10;
}

.project-category:hover{
    color: white !important;
}

.project-cta{
    background: #5fad41;
    padding: 45px 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.project-cta p{
    font-family: Play;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: white;
    margin-bottom: 0px;
}

.project-cta span{
    font-family: Play;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    background: #001144;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
}

#main-pop-up{
    position: fixed;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 450px;
}

.w-popup-box.animation_fadeIn{
    position: absolute !important;
    left: -3000px !important;
}

@media(max-width:768px){
    #main-pop-up{
        width: 370px;
    }
}

.w-popup-closer{
    top: 20px !important;
}

.pop-up-contact-form{
    margin-top: 20px;
}

.pop-up-contact-form br{
    display: none;
}

.pop-up-contact-form p{
    margin: 0;
}

.pop-up-contact-form input[type="submit"]{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: white ;
    background: #001144 !important;
    margin-top: 20px;
}

.pop-up-contact-form input{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.pop-up-contact-form input:focus{

    box-shadow: 0 0 0 0 !important; ;

}

.pop-up-contact-form input::placeholder{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.pop-up-contact-form textarea{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.pop-up-contact-form textarea::placeholder{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.pop-up-contact-form textarea:focus{
    outline: none ;
    box-shadow: 0 0 0 0 ;
    border: 0 solid black ;
}

.pop-up-contact-form select:focus{
    outline: none ;
    box-shadow: 0 0 0 0 ;
    border: 0 solid black ;
}

.pop-up-contact-form p:nth-child(5) label{
    color:white !important;
    font-family: Play !important;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 20px;
    margin-top: 10px;
    display: inline-block;
}

.pop-up-contact-form .wpcf7-not-valid-tip{
    color: white !important;
    font-family: Play !important;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 20px;
}

.wpcf7-response-output{
    color:white;
    font-family: Play;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    border: 2px solid white !important;
}

.free-advice button{
    background: #001144 ;
}

.w-popup-box-content{
    background: transparent !important;
}


/*single project*/
.project-hero{
    height: 350px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.project-hero-gradient{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.project-hero h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Play;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    z-index: 20;
}

@media(max-width: 768px){
    .project-hero h1{
        font-size: 30px;
        line-height: 35px;
        width: 90%;
    }

    .project-hero{
        margin-top: 80px;
    }
}

.project-main-content-inner{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}


.project-bread-crumps{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 6px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.project-bread-crumps a{
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    color: #001144 ;
    text-decoration: none;
}

.project-bread-crumps a:hover{
    color: #5fad41 !important; ;
    text-decoration: none;
}

.project-bread-crumps span{
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    color: #7A7A7A ;
}

.project-info-container{
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 60px;
}

.project-info-left-content{
    width: calc(30% - 20px);
}

.project-info-right-content{
    width: calc(70% - 20px);
}

@media(max-width: 1160px){
    .project-info-container{
        flex-direction: column-reverse;
    }

    .project-info-left-content{
        width: 100%;
    }

    .project-info-right-content{
        width: 100%;
    }
}

.project-xoritikotita{
    background: #001144;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding: 40px;
}


.project-xoritikotita span:nth-child(1){
    color: white;
    font-family: Play;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}

.project-xoritikotita span:nth-child(2){
  color: white;
    font-family: Play;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
}

@media(max-width: 768px){
    .project-xoritikotita{
        padding: 20px;
    }


    .project-xoritikotita span:nth-child(1){
        font-size: 30px;
        line-height: 40px;
    }

    .project-xoritikotita span:nth-child(2){
        font-size: 40px;
        line-height: 48px;
    }
}

.project-learn-more-container{
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 40px;
}

.project-learn-more{
    color: #001144;
    font-family: Play;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.project-contact-form br{
    display: none;
}

.project-contact-form p{
    margin: 0;
}

.project-contact-form input{
    background: transparent !important;
    border-bottom: 1px solid #69727d !important;
    box-shadow:  0 0 0 0  !important;
}

.project-contact-form input{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.project-contact-form p:nth-child(5){
    margin-top: 10px !important;
}

.project-contact-form p:nth-child(5) label{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.project-contact-form select{
    background: transparent;
    box-shadow:  0 0 0 0  !important;
    border-bottom: 1px solid #69727d !important;
    padding-left: 0px;
}

.project-contact-form input::placeholder{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.project-contact-form textarea{
    background: transparent;
    border-bottom: 1px solid #69727d !important;
    box-shadow:  0 0 0 0  !important;
}

.project-contact-form input[type="submit"]{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: white ;
    background: #5fad41 !important;
    margin-top: 20px;
    border: 0px solid black !important;
}

.project-contact-form input[type="submit"]:hover{
    background: #001144 !important;
}

.project-contact-form .wpcf7-response-output{
    border:  2px solid #5fad41 !important;
    color: #7A7A7A;
    margin-left: 0 !important;
}

.project-contact-form .wpcf7-not-valid-tip{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
}

.project-see-more-projects{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 40px;
}

.project-see-more-projects a{
    font-family: Play !important;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 26px;
    color: white ;
    background: #001144;
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.project-see-more-projects a:hover{
    color:white !important;
}

.project-js-carousel .slick-dots li button::before{
    color: #5fad41;
    font-size: 13px;
}

.slick-prev{
    left:-32px;
}


.slick-next i{

}

.slick-prev i{

}

.slick-prev:before, .slick-next:before{
    color: #5fad41;
    opacity: 1 !important;
    font-size: 27px;
}

@media(max-width: 1160px ){
    .slick-prev{
        left: -15px;
        z-index: 100;
    }
    .slick-next{
        right: -13px;
        z-index: 100;
    }

    .slick-prev:before, .slick-next:before{
        font-size: 22px;
    }
}

.project-carousel-item img{
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.project-more-information-text{
     margin-top: 40px;
    margin-bottom: 0px;
    color: #001144 !important ;
    font-family: Play;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.project-meta{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 30px;
    row-gap: 10px;
}

.project-meta-location{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.project-meta-location i {
    color: #5fad41;
}
.project-meta-location p{
    color: #001144;
    font-family: Play;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.project-separator{
    width: 100%;
    height: 1px;
    background: #eaeaea;
    margin: 20px 0;
}

.project-meta-description{
    margin-top: 20px;
    color: #414141 ;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.project-meta-description p{
    margin: 5px 0;
    color: #414141 ;
}

.project-meta-description h1, .project-meta-description h2 ,.project-meta-description h3 {
    margin: 0px;
    color: #414141 ;
    font-family: Play;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}

.project-meta-description ul{
    color: #414141 ;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    margin-left: 0;
}

.project-meta-description ol{
    color: #414141 ;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    margin-left: 0;
}

.project-aditional-info-text{
    color: #001144 !important ;
    font-family: Play;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.project-addition-info-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 25px;
    margin-top: 20px;
}

@media(max-width:768px){
    .project-addition-info-container{
        grid-template-columns: 1fr;
    }
}

.project-additional-info-left-box{
    background: #001144;
    padding: 30px;
    color: white;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.project-additional-info-left-box p{
    margin: 5px;
    color: white;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.project-additional-info-left-box h1,.project-additional-info-left-box h2,.project-additional-info-left-box h3{
    margin: 0px;
    color: white;
    font-family: Play;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}

.project-additional-info-left-box ul{
    color: white;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    margin-left: 0;
}

.project-additional-info-left-box ol{
    color: white;
    font-family: Play;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    margin-left: 0;
}

.project-additional-info-map{
    min-height: 300px;
}

/*relative projects*/


.related-projects-section-inner{
    max-width: 1350px;
    padding: 0 15px;
    margin-bottom: 40px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.related-projects-section-inner h2{
    margin-top: 30px;
    color: #001144;
    font-family: Play;
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
}

.related-projects-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px;
    margin-top: 20px;
}

@media(max-width: 800px){
    .related-projects-grid{
        grid-template-columns: 1fr;
    }
}

.related-project-item img{
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.related-project-item h4{
    color: #001144;
    font-family: Play;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

/*news*/

#news-hero .l-section-h{
    padding-top: 0px !important;
}

.news-content-section .g-cols.vc_row{
    grid-template-columns: 8fr 4fr;
    gap: 30px;

}

@media(max-width:1100px){
    .news-content-section .g-cols.vc_row{
        grid-template-columns: 1fr;
    }
}

.news-grid article img{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-grid article .post_title {
    line-height: 20px ;
}

.news-grid article .post_title a{
    font-size: 18px;
    color: black;

}

.news-grid .w-post-elm.post_content{
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.news-grid .post_taxonomy{
    line-height: 16px !important;
}

.news-grid .post_taxonomy a{
    color: #001144;
    font-size: 13px;
    line-height: 16px;
}

.news-grid .post_taxonomy a:hover{
    color: #001144;
}

.news-grid .post_date{
    font-size: 13px;
    line-height: 16px;
    color: #001144;
}

.news-grid  .nav-links .page-numbers{
    font-family: Play;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 22px;
    color:#001144;

    width: 40px !important;

}

.news-grid  .nav-links .page-numbers:hover{
    background: transparent !important;

}

.news-grid  .nav-links .page-numbers.current{
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-grid  .nav-links .page-numbers.current span{
    font-family: Play;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 22px;
    color:#5fad41;
}

.news-widget-area #recent-posts-2 .widgettitle{
    font-family: Play;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 27px;
    color:#001144;
}

.news-widget-area #recent-posts-2 li a{
    font-family: Play;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 20px;
    color:#001144;
}

.news-widget-area #recent-posts-2 li a:hover{
    color:#5fad41;
}

.news-widget-area  #categories-2 .widgettitle{
    font-family: Play;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 27px;
    color:#001144;
}

.news-widget-area #categories-2 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}

.news-widget-area #categories-2 li a{
    font-family: Play;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 20px;
    color:white;
    background-color: #001144;
    display: inline-block;
    padding: 5px 10px;
}

.news-widget-area #categories-2 li a:hover{
    color:white;
}

/*single article*/

#article-hero .l-section-h{
    padding-top: 0px !important;
}

#article-hero-inner-column{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 350px !important;
}

#single-article-hero-callendar-img i {
    color: white !important;
}



.single-article-bread-crumbs  span{
    color:#414141 !important;
}

.single-article-bread-crumbs a span{
    color: #001144 !important;
}

#single-article-section .g-cols.vc_row{
    grid-template-columns: 4fr 8fr;
    gap: 30px;
}

@media(max-width:1100px){
    #single-article-section .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */
    }
}

/*services*/

#services-section .l-section-h{
    padding-top:  0px;
}


#services-main-content .g-cols.vc_row{
    grid-template-columns: 4fr 12fr;
    gap: 30px;
}

@media(max-width:1100px){
    #services-main-content .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */
    }
}

.service-bread-crumbs a span{
    color: #001144 !important;
}


.services-programmes-url{
    padding: 5px !important;
}

.services-programmes-url:hover{
    background: #5fad41;
    padding: 5px ;
}

.services-title .w-html span {
    margin-top: 7px;
}

/*phges*/

#sources-section .l-section-h{
    padding-top:0px !important;
    margin-left: 0;
    margin-right: 0;
}

#sources-section .l-section-h div{
}

.sources-breadcrumb a span{
    color: #001144 !important;
}

.sources-faq .w-tabs-section-header.active{
    color: #5fad41 !important;
    background: white !important;
}

.sources-faq .w-tabs-section-header{
    background: white !important;
}

.sources-faq .w-tabs-section-content{
    padding-top: 0px !important;
}

/*photovoltaika landing page*/
.photovoltaika-service-hero .l-section-h{
    padding-top:0px !important;
}

.breadcrumb-photovoltaika a span{
    color: #001144 !important;
}

.solars-form br {
    display: none;
}

.solars-form p{
    margin: 0;
}

.solars-form input:not([type="submit"]){
    background: transparent !important;
    box-shadow:  0 0 0 0 !important;
    border-bottom: 1px solid #69727d !important;

    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.solars-form input:not([type="submit"])::placeholder{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.solars-form  input:focus{
    box-shadow: 0 0 0 0 !important;
}

.solars-form input[type="submit"]{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: white ;
    margin-top: 20px;
    border: 0px solid black !important;
}

.solars-form .wpcf7-not-valid-tip{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
}

.solars-form .wpcf7-response-output{
    border:  2px solid #5fad41 !important;
    color: #7A7A7A;
    margin-left: 0 !important;
}

.solars-faq .w-tabs-section-header.active{
    color: #5fad41 !important;
    background: white !important;
}

.solars-faq .w-tabs-section-header{
    background: white !important;
}

.solars-faq .w-tabs-section-content{
    padding-top: 0px !important;
}

/*renovation*/

#renovation-hero .l-section-h{
    padding-top:  0 !important;
    margin: 0 !important;
}

.breadcrumbs-renovation a span{
    color: #001144 !important;
}

.renovation-form br {
    display: none;
}

.renovation-form p{
    margin: 0;
}

.renovation-form input:not([type="submit"]){
    background: transparent !important;
    box-shadow:  0 0 0 0 !important;
    border-bottom: 1px solid #69727d !important;

    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.renovation-form input:not([type="submit"])::placeholder{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.renovation-form  input:focus{
    box-shadow: 0 0 0 0 !important;
}

.renovation-form input[type="submit"]{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: white ;
    margin-top: 20px;
    border: 0px solid black !important;
}

.renovation-form .wpcf7-not-valid-tip{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
}

.renovation-form .wpcf7-response-output{
    border:  2px solid #5fad41 !important;
    color: #7A7A7A;
    margin-left: 0 !important;
}

.renovation-form select{
    background: transparent;
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    box-shadow:  0 0 0 0 !important;
    padding-left:  0;
    margin-top: 0px !important;
}

.renovation-form p:nth-child(5){
    margin-top: 5px;
}

.renovation-form p:nth-child(5) label{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.renovation-form p:nth-child(6){
    margin-top: 5px;
}

.renovation-form p:nth-child(6) label{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.renovation-faq .w-tabs-section-header.active{
    color: #5fad41 !important;
    background: white !important;
}

.renovation-faq .w-tabs-section-header{
    background: white !important;
}

.renovation-faq .w-tabs-section-content{
    padding-top: 0px !important;
}



/*eksikonomo page*/

.eksikonomo-hero .l-section-h{
    padding-top: 0 !important;
}


.breadcrumb-eksikonomo a span{
    color: #001144 !important;
}

.eksikonomo-form p {
    margin: 0;
}

.eksikonomo-form br {
    display: none;
}

.eksikonomo-formp{
    margin: 0;
}

.eksikonomo-form input:not([type="submit"]){
    background: transparent !important;
    box-shadow:  0 0 0 0 !important;
    border-bottom: 1px solid #69727d !important;

    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.eksikonomo-form input:not([type="submit"])::placeholder{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #7A7A7A ;
}

.eksikonomo-form  input:focus{
    box-shadow: 0 0 0 0 !important;
}

.eksikonomo-form input[type="submit"]{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: white ;
    margin-top: 20px;
    border: 0px solid black !important;
}

.eksikonomo-form .wpcf7-not-valid-tip{
    font-family: Play !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
}

.eksikonomo-form .wpcf7-response-output{
    border:  2px solid #5fad41 !important;
    color: #7A7A7A;
    margin-left: 0 !important;
}

.eksikonomo-faq .w-tabs-section-header.active{
    color: #5fad41 !important;
    background: white !important;
}

.eksikonomo-faq .w-tabs-section-header{
    background: white !important;
}

.eksikonomo-faq .w-tabs-section-content{
    padding-top: 0px !important;
}

/*epidotiseis*/

.epidotoseis-hero .l-section-h{
    padding-top: 0px !important;
}

.breadcrumbs-epidotiseis a span{
    color: #001144 !important;
}

.epidotiseis-section .g-cols.vc_row{
    display: grid;
    grid-template-columns: 4fr 12fr;
    gap: 30px;
}

@media(max-width: 1000px){
    .epidotiseis-section .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */
    }
}

.epidotiseis-link:hover{
    background: #5fad41;
    padding: 5px ;
}

.epidotiseis-link.active{
    background-color: #5fad41;
}

.epidotiseis-side-menu li{
    margin-bottom:  10px !important;
    color: white;
    font-family: Play;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 5px;
}

.epidotiseis-side-menu li.current-menu-item{
    background: #5fad41;
}

.epidotiseis-side-menu li:hover{
    background-color: #5fad41;
}

.epidotiseis-recent-news a {
    display: block;
    padding: 5px;
}

.epidotiseis-recent-news a:hover {
    background-color: #5fad41;
}

.epidotiseis-table table {
    width: 100%;
    border-collapse: collapse;
}

.epidotiseis-table th,.epidotiseis-table  td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.epidotiseis-table th {
    background: #2c3e50;
    color: white;
    font-weight: 600;
}

.epidotiseis-table  td:first-child:not(:first-child) {
    width: 50px;
    text-align: center;
    font-weight: 600;
    color: #666;
}

.epidotiseis-table  tr:hover {
    background: #f8f9fa;
}

.epidotiseis-table  tr:last-child td {
    border-bottom: none;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
    .epidotiseis-table  table, .epidotiseis-table thead, .epidotiseis-table tbody, .epidotiseis-table th, .epidotiseis-table td, .epidotiseis-table tr {
        display: block;
    }

    .epidotiseis-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .epidotiseis-table tr {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
    }

    .epidotiseis-table td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: right;
    }

    .epidotiseis-table  td:before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        top: 16px;
        font-weight: 600;
        color: #2c3e50;
        text-align: left;
    }

    .epidotiseis-table td:first-child:not(:first-child) {
        background: #2c3e50;
        color: white;
        padding: 12px;
        text-align: center;
        font-size: 18px;
    }

    .epidotiseis-table td:first-child:before {
        display: none;
    }
}

@media screen and (max-width: 480px) {


    .epidotiseis-table th, .epidotiseis-table td {
        padding: 12px;
    }
}

/*table container solars*/

.table-container-solars {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;

    overflow-x: auto;
}

.table-container-solars h2 {
    color: #333;
    margin-top: 0;
    font-size: 25px;
}

.table-container-solars table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.table-container-solars th, .table-container-solars td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.table-container-solars th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
}

.table-container-solars tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-container-solars tr:hover {
    background-color: #f0f0f0;
}

.table-container-solars .category-col {
    background-color: #e8f5e9;
    font-weight: bold;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {

    .table-container-solars .table-container {
        padding: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-container-solars table {
        font-size: 12px;
        min-width: 600px;
    }

    .table-container-solars th, .table-container-solars td {
        padding: 8px 4px;
    }

    .table-container-solars h2 {
        font-size: 18px;
    }

    /* Show scroll hint */

}

@media screen and (max-width: 480px) {
    .table-container-solars  table {
        font-size: 10px;
    }

    .table-container-solars th, .table-container-solars td {
        padding: 6px 3px;
    }
}

/*eksikonomo 2023*/

.table-eksikonomo-2023-1 {
    width: 100%;
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.table-eksikonomo-2023-1 table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.table-eksikonomo-2023-1 th, .table-eksikonomo-2023-1 td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.table-eksikonomo-2023-1 th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
}

.table-eksikonomo-2023-1 tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-eksikonomo-2023-1 tr:hover {
    background-color: #f0f0f0;
}

.table-eksikonomo-2023-1 .row-number {
    background-color: #e8f5e9;
    font-weight: bold;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .table-eksikonomo-2023-1 table {
        min-width: 100%;
    }

    .table-eksikonomo-2023-1 th, .table-eksikonomo-2023-1 td {
        padding: 8px 4px;
        font-size: 12px;
    }

    .table-eksikonomo-2023-1 .table-container {
        margin: 0 -10px;
    }
}

/* css */
/* css */
@media screen and (max-width: 480px) {
    .table-eksikonomo-2023-1 {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        background: white !important;
        box-shadow: none !important;
        border-radius: 8px !important;
    }

    .table-eksikonomo-2023-1 table {
        display: table !important;
        width: 100% !important;
        min-width: 600px !important; /* adjust as needed to force horizontal scroll */
        border-collapse: collapse !important;
    }

    .table-eksikonomo-2023-1 thead {
        display: table-header-group !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        height: auto !important;
        width: auto !important;
        overflow: visible !important;
    }

    .table-eksikonomo-2023-1 tbody {
        display: table-row-group !important;
    }

    .table-eksikonomo-2023-1 tr {
        display: table-row !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .table-eksikonomo-2023-1 th,
    .table-eksikonomo-2023-1 td {
        display: table-cell !important;
        padding: 8px 12px !important;
        text-align: center !important;
        border: 1px solid #ddd !important;
        white-space: nowrap; /* keep cells from wrapping so horizontal scroll appears */
    }

    /* optional: keep first column styled */
    .table-eksikonomo-2023-1 td.row-number {
        text-align: center !important;
        font-weight: 700 !important;
        background-color: #e8f5e9 !important;
    }
}




/*eksikonomo 2023 second table*/

.table-eksikonomo-2023-2 {
    width: 100%;
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.table-eksikonomo-2023-2 table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.table-eksikonomo-2023-2 th, .table-eksikonomo-2023-2 td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.table-eksikonomo-2023-2 th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
}

.table-eksikonomo-2023-2 .header-row {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
}

.table-eksikonomo-2023-2 tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-eksikonomo-2023-2 tr:hover:not(.header-row):not(.total-row) {
    background-color: #ffffff;
}

.table-eksikonomo-2023-2 .total-row {
    background-color: #e8f5e9;
    font-weight: bold;
}

.table-eksikonomo-2023-2 .code-cell {
    background-color: #fff3e0;
    font-weight: bold;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .table-eksikonomo-2023-2 table {
        min-width: 100%;
    }

    .table-eksikonomo-2023-2 th, .table-eksikonomo-2023-2 td {
        padding: 8px 4px;
        font-size: 11px;
    }

    .table-eksikonomo-2023-2  {
        margin: 0 -10px;
    }
}

/* css */
@media screen and (max-width: 480px) {
    .table-eksikonomo-2023-1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        background: white;
        box-shadow: none;
        border-radius: 8px;
        padding: 8px;
    }

    .table-eksikonomo-2023-1 table {
        display: table;
        width: 100%;
        min-width: 700px; /* increase/decrease to control when horizontal scroll appears */
        border-collapse: collapse;
    }

    .table-eksikonomo-2023-1 thead {
        display: table-header-group;
        position: static;
    }

    .table-eksikonomo-2023-1 tbody {
        display: table-row-group;
    }

    .table-eksikonomo-2023-1 tr {
        display: table-row;
        background: transparent;
        box-shadow: none;
    }

    .table-eksikonomo-2023-1 th,
    .table-eksikonomo-2023-1 td {
        display: table-cell;
        padding: 8px 12px;
        text-align: center;
        border: 1px solid #ddd;
        white-space: nowrap; /* prevent wrapping so horizontal scroll is used */
    }

    .table-eksikonomo-2023-1 td.row-number {
        text-align: center;
        font-weight: 700;
        background-color: #e8f5e9;
    }
}


/*alli syskeyi epidotiseis page*/

.table-container-alli-siskeyi {
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.table-container-alli-siskeyi table.table-alli-siskeyi tr:first-child td,
.table-container-alli-siskeyi table.table-alli-siskeyi tr:first-child th {
    background-color: #4CAF50 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #dee2e6 !important;
}



/* Mobile responsive - stacked layout */
@media screen and (max-width: 500px) {
    .table-container-alli-siskeyi {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        background: white !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        padding: 8px;
    }

    .table-container-alli-siskeyi table.table-alli-siskeyi {
        display: table !important;
        width: 100% !important;
        min-width: 700px !important; /* adjust to control when horizontal scroll appears */
        border-collapse: collapse !important;
    }

    .table-container-alli-siskeyi tbody {
        display: table-row-group !important;
    }

    .table-container-alli-siskeyi tr {
        display: table-row !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .table-container-alli-siskeyi th,
    .table-container-alli-siskeyi td {
        display: table-cell !important;
        padding: 8px 12px !important;
        text-align: center !important;
        border: 1px solid #ddd !important;
        white-space: nowrap !important; /* prevents wrapping so horizontal scroll is used */
    }

    /* style the top/header row if you used plain <td> with bold text */
    .table-container-alli-siskeyi table.table-alli-siskeyi tr:first-child td {
        background-color: #4CAF50 !important;
        color: #ffffff !important;
        font-weight: 600 !important;
    }

    /* keep first column left-aligned for readability */
    .table-container-alli-siskeyi table.table-alli-siskeyi tr td:first-child {
        text-align: left !important;
    }
}



/*epidtiseis side menu pages*/

.epidotiseis-page-menus li{
    margin-bottom: 10px !important;
    padding: 5px ;
    color: white;
    font-family: Play;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.epidotiseis-page-menus li.current_page_item{
    background: #5fad41;
}

.epidotiseis-page-menus li:hover{
    background: #5fad41;
}

/*epidotiseis programmata parent page*/

.epidotiseis-programmata .l-section-h{
    padding-top: 0px !important;
}

.breadcrambs-epidotiseis-parent a span{
    color: #001144 !important;
}

.epidotiseis-programmata-section .g-cols.vc_row{
    display: grid;
    grid-template-columns: 4fr 12fr;
    gap: 30px;
}

.epidotiseis-programmata-news .post_title a:hover{
    color: #414141 !important;
}

@media(max-width: 1000px){
    .epidotiseis-programmata-section .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */
    }
}

.epidotiseis-programmata-news .pagination{
    margin-top: 0px !important;
}

.epidotiseis-programmata-news img{
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.epidotiseis-programmata-news .nav-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
}

.epidotiseis-programmata-news .nav-links .page-numbers{
    color: #001144 !important;
}

.epidotiseis-programmata-news .nav-links .page-numbers.current{
    background: transparent !important;
}

.epidotiseis-programmata-news .nav-links .page-numbers.current span{
    color: #5fad41 !important;
}

/*other energy sources page*/

.other-energy-sources-hero .l-section-h{
    padding-top: 0px !important;
}

.breadcrumbs-other-energy-sources a span{
    color: #001144 !important;

}

.other-energy-sources-section .g-cols.vc_row{
    display: grid;
    grid-template-columns: 4fr 12fr;
    gap: 30px;
}

@media(max-width: 1000px){
    .other-energy-sources-section .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */
    }
}

/*building construction service*/

.building-construction-hero .l-section-h{
    padding-top: 0px !important;
}

.breadcrumbs-building-construction a span{
    color: #001144 !important;

}

/*energy saving page (services)*/
.energy-saving-hero .l-section-h{
    padding-top: 0px !important;
}

.breadcrumbs-energy-saving a span{
    color: #001144 !important;
}

.energy-savings-section .g-cols.vc_row {
    display: grid;
    grid-template-columns: 4fr 12fr;
    gap: 30px;
}

@media(max-width: 1000px){
    .energy-savings-section .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */

    }
}

/*eksoikonomo aytonomo service page*/

.autonomo-hero .l-section-h{
    padding-top: 0px !important;
}

.breadcrumbs-autonomo a span{
    color: #001144 !important;
}

.autonomo-section .g-cols.vc_row {
    display: grid;
    grid-template-columns: 4fr 12fr;
    gap: 30px;
}

@media (max-width: 1000px) {
    .autonomo-section .g-cols.vc_row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 30px; /* preserve original gap */
    }

}

/*aporito page*/
.aporito-hero .l-section-h{
    padding-top: 0px !important;
}

/*scroll top button*/

.w-toplink.pos_right.active{
    background-color: #5fad41;
}

a.w-toplink.active[aria-label="Back to top"]:hover{
    background-color: #001144 !important;
}
