.html{
    scroll-behavior: smooth;
}

.body{
    background-color: transparent;
    display: flex;
    flex-direction: column;
}




.header-area{
    background: #002B5B;
    width: 100%;
    height: 750px;
    color: white;
    display: flex;
    flex-direction: column;
}

.header-area .header1{
    background-color: transparent;
    height: 20px;   
}

.header-area .header2{
    background-color: transparent;
    height: 100px;
    display: grid;
    grid-template-columns: 4fr 5fr;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;

}


.header-area .header2.visible{
    background-color:#F4B400;
    height: 100px;
    width: 100%;
    position: fixed; 
    z-index: 1000;
    color:#002B5B;
    
    
}

.header-area .header2.visible .chevron svg {
    stroke: #002B5B; 
}

.header-area .header2.visible .nav-container .nav-list a{
    color: #002B5B !important;
}

.header-area .header2 .emblem-container{
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: x-large;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-right: 100px;
    padding-bottom: 15px;



}
.emblem-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
}



.header-area .header2 .nav-container{
    background-color: transparent;
    display: flex;
    align-items: center; 



    width: 100%;

}

.header-area .header2 .nav-container .nav-list{
    list-style: none;          
    display: flex;             
    gap: 30px;                 
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    row-gap: 5px;


}

.header-area .header2 .nav-container .nav-list li a{
    color: white;               
    text-decoration: none;      
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background 0.3s;

}

.header-area .header2 .nav-container .nav-list li a:hover{
    background: rgba(255, 255, 255, 0.2); 
}

.dropdown-menu-filter {
    display: none;
    position: absolute;
    z-index: 9999;
  
}

.dropdown-menu-filter.open {
    display:flex;
    flex-direction: column;
    overflow: visible;
    background-color:#F4B400;
    z-index: 99999;
    margin-top: 35px;
    border-radius: 10px;
    position: absolute;
}

.dropdown-menu-filter.open h3{
    color: #002B5B;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.dropdown-item {
    color: white;
    padding: 6px 10px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.filter-button .chevron {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 14px;
    background-color: transparent;
    border-style: none ;
}

.filter-button{
    background-color: transparent;
    border: none;
    color: white;               
    text-decoration: none;      
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background 0.3s;
    display: inline-flex;
}


.filter-button:focus {
    outline: none;
}


.filter-button .chevron.active  {
    transform: rotate(180deg); 
}

.header-area .hero-area{
    display: grid;
    grid-template-columns: 4fr 6fr;
    height: 630px;
    background-color: transparent;
}

.header-area .hero-area .info{
    background: linear-gradient(to right, #002B5B 80%, rgba(0, 43, 91, 0.8) 90%, rgba(0, 43, 91, 0.6) 95%, rgba(0, 43, 91, 0) 100% );
    z-index: 2;
    padding-left: 100px;
    margin-right: -150px;
    padding-top: 5%;
    
}

.header-area .hero-area .info h1{
    font-family: 'Roboto', sans-serif;
    font-size: 74px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    

}
.header-area .hero-area .info h2{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: white;
    line-height: 0;
    
    
    line-height: 1.1; 
    white-space: normal;          
    word-break: break-word;  

}

.header-area .hero-area .info .button {
    display: inline-block;
    background-color: #F4B400; 
    color: #002B5B;             
    font-weight: bold;
    font-size: 28px;
    padding: 20px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Roboto', sans-serif;
    

}

.header-area .hero-area .info .button:hover {
    background-color: #a07800; 
}

.header-area .hero-area .carousel {
    overflow: hidden;
    margin-left: -150px;
    z-index: 1;
    height: 100%;   

}




.header-area .hero-area .carousel .custom-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 0;
    
    
}
/* Σταθερό και smooth sliding για Bootstrap 3 carousel */
.custom-carousel .item {
    transition: transform 0.6s ease-in-out !important; /* διάρκεια animation */
    backface-visibility: hidden;                        /* smoother rendering */
    transform: translate3d(0,0,0);                      /* GPU acceleration */
}


.carousel-indicators {
    display: none !important;
}


.header-area .hero-area .carousel-inner > .item > img {
    width: 100%;
    height: 100%;
    position: relative;

}



.services{
    min-height: 500px;
    display: flex;
    flex-direction: column;

}
.services .row1{
    height: 150px;
    padding-left: 100px;
    display: flex;
    align-items: center; 
}
.services .row1 h1{
    font-family:'Roboto', sans-serif;
    color:#002B5B;
    font-size: 46px; 
}

.services .row2{
    min-height: 300px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

.services .row2 .col1,
.services .row2 .col2,
.services .row2 .col3{
    display: flex;
    flex-direction: column;
}
.services .img-container{
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.services .txt-container {
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;  
    padding-top: 0; 
}

.txt-container h1{
    font-family:'Roboto', sans-serif;
    color:#002B5B;
    font-size: 40px;
    margin: 0;
    

}

.txt-container h2{
    font-family:'Roboto', sans-serif;
    color:#002B5B;
    font-size: 18px;
    margin: 0;
}



.items{
    height: auto;
    display: flex;
    flex-direction: column;
    background: #002B5B;
    padding-bottom: 50px;
    overflow-x: hidden;
}


.items .row1{
    height: 150px;
    padding-left: 100px;
    display: flex;
    align-items: center; 
}

.items .row1 h1{
    font-family:'Roboto', sans-serif;
    color: white;
    font-size: 46px; 
}

.items .row2{
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;

}

.items .row2 .line1,
.items .row2 .line2,
.items .row2 .line3{
    min-height: 250px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-radius: 20px;
    border-color: white;
    border-width: 2px;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.067);
}

/* Ο wrapper παίρνει όλο το animation */
.line-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: transform 0.9s ease-out, opacity 0.9s ease-out;
  will-change: transform, opacity;
}

/* Από δεξιά */
.hidden-right .line-inner {
  transform: translateX(150px);
  opacity: 0;
}

/* Από αριστερά */
.hidden-left .line-inner {
  transform: translateX(-150px);
  opacity: 0;
}

/* Όταν φαίνεται */
.show .line-inner {
  transform: translateX(0);
  opacity: 1;
}


.items .img-container{
    max-height: 250px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;


}

.items .txt-container{
    word-wrap: break-word;
    width: 75%;
    display: flex;
    flex-direction: column;

}
.items .txt-container h1{
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.items .txt-container h2{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.items .txt-container ul{
    list-style: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding-left: 0%;
}
.items .txt-container li{
    list-style: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.rentalModal,
.sellModal,
.serviceModal{
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.rentalModalInner,
.sellModalInner,
.serviceModalInner{
    background: white;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    border-radius: 12px;
    position: relative;
}

.closerentalModal,
.closesellModal,
.closeServiceModal{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.dropdown-menu-filters {
    display: none;
    position: absolute;
    flex-direction: column;
    overflow: visible;
    background-color: white;
    z-index: 9999999;
    margin-top: 60px;
    border-radius: 5px;
    border-style: solid;
    border-color: #002B5B;
    border-width: 1.5px;
    padding: 10px;
    gap: 10px;
    color: #002B5B;
}

.dropdown-menu-filters.open {
    display: flex;
}

.dropdown-items {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    cursor: pointer;
}
.filters-button{
    display: flex; 
    gap:10px;
}

.spares-section .line1{
    display: flex; 
    flex-direction: column; 
    padding-left: 80px;
    justify-content: center;
    width: 100%;
    height: 160px;
}

.filters-button h1 {
    font-size: 20px !important;
}

.filters-button .chevron.active  {
    transform: rotate(180deg) !important; 
}




/*Γεννήτριες*/
.spares-section,
.gensets-section,
.engines-section{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;


}

.gensets-section .line1,
.engines-section .line1{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 80px;
}
.spares-section .line1 h1,
.gensets-section .line1 h1,
.engines-section .line1 h1{
    font-family: 'Roboto',sans-serif;
    color: #002B5B;
    font-size:46px;
}

.spares-section .line,
.gensets-section .line,
.engines-section .line{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-left: 70px;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 40px;

}
.spares-section .line .item,
.gensets-section .line .item,
.engines-section .line .item{
    width: 22%;
    min-width: 300px;
    min-height: 450px;
    border-radius: 20px;
    border-style: solid;
    border-color: #002B5B;
    border-width: 1.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
    display: flex;
    flex-direction: column;
    gap: 5%;
    
}

.spares-section .line .item .img-container,
.gensets-section .line .item .img-container,
.engines-section .line .item .img-container{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: center;

}
.spares-section .line .item .txt-container,
.gensets-section .line .item .txt-container,
.engines-section .line .item .txt-container{
    padding-left: 5%;
    padding-right: 5%;
    height: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.spares-section .line .item .txt-container h1,
.gensets-section .line .item .txt-container h1,
.engines-section .line .item .txt-container h1{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: black;
}
.spares-section .line .item .txt-container h2,
.gensets-section .line .item .txt-container h2,
.engines-section .line .item .txt-container h2{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: black;
}
.spares-section .line-bottom,
.gensets-section .line-bottom,
.engines-section .line-bottom{
    width: 100%;
    height: 60px;
}


.about-wrapper{
    max-height: 450px;
    overflow: hidden;

}
.about-wrapper.expanded{
    max-height: 5000px;
}

.dok-wrapper{
    max-height: 350px;
    overflow: hidden;

}
.dok-wrapper.expanded{
    max-height: 5000px;
}

.button-line{
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dok-button{
    height: 60%;
    width: 200px;
    background-color:#F4B400;
    border-width: 0;
    border-radius: 10px;
    color: #002B5B;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;

}
.show-more-button{
    height: 60%;
    width: 200px;
    background-color:#F4B400;
    border-width: 0;
    border-radius: 10px;
    color: #002B5B;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;

}
.about{
    background-color: white;
    height: auto;
    display: flex;
    flex-direction: column;
}




.about .line1{
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
    flex-shrink: 0;
}

.about .line1 h1{
    color:#002B5B;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}
.about .line2 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* για να κεντράρει το περιεχόμενο */
    width: 100%;
    box-sizing: border-box; /* padding μέσα στο πλάτος */
    padding-right: 100px;
    padding-left: 100px;
    gap: 80px;
}

.about .line2 .part1 {
    display: flex;
    flex-direction: row;
    width: 100%; 
    gap: 50px;
}

.about .line2 .part1 .txt-container {
    width: 60%;
    box-sizing: border-box;
    
}

.about .line2 .part1 .img-container {
    width: 40%;
    overflow: hidden;
}

.about .line2 .part1 .img-container img {
    width: 100%;       
    height: auto;      
    object-fit: contain; 
}

.about .line2 .part2 {
    display: flex;
    flex-direction: row;
    width: 100%; 
    gap: 50px;

}

.about .line2 .part2 .txt-container {
    width: 60%;
    box-sizing: border-box;

    
}

.about .line2 .part2 .img-container {
    width: 40%;
    overflow: hidden;
}

.about .line2 .part2 .img-container img {
    width: 100%;       
    height: auto;      
    object-fit: contain; 
}

.about .line2 .part3 {
    display: flex;
    flex-direction: row;
    width: 100%; 
    gap: 50px;
}

.about .line2 .part3 .txt-container {
    width: 60%;
    box-sizing: border-box;
    
}

.about .line2 .part3 .img-container {
    width: 40%;
    overflow: hidden;
}

.about .line2 .part3 .img-container img {
    width: 100%;       
    height: auto;      
    object-fit: contain; 
}



.dokimastirio{
    background-color:#002B5B;
    height: auto;
    display: flex;
    flex-direction: column;
}




.dokimastirio .line1{
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
    flex-shrink: 0;
}

.dokimastirio .line1 h1{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}
.dokimastirio .line2{
    height: auto;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: column;
}
.dokimastirio .line2 h2{
    color:rgb(236, 230, 222);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 350;
}




.contact{
    background-color: white;
    height: 400px;
}

.contact .line1{
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
    flex-shrink: 0;
}

.contact .line1 h1{
    color:#002B5B;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.contact .line2{
    height: auto;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: row;
}
.contact .line2 .col1,
.contact .line2 .col2{
    min-height: 150px;
    width: 50%;
    display: flex;
    flex-direction: column;
    
}  


.contact .line2 h2{
    color:#002B5B;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
}
.contact .line2 p{
    color:#002B5B;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;

}

.map-box{
    max-height: 80%;
    max-width: 70%; 
    min-width: 300px;
}



.bottom-row{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100px;

}
.bottom-row .show-more{
    background-color: #F4B400;
    border-radius: 5px;
    border-width: 1.5px;
    border-style: solid;
    border-color: #002B5B;
    color: #002B5B;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width: 200px;
}

.map{
    max-width: 500px;
    max-height: 500px;
    min-height: 400px;
    margin-bottom: 100px;
}



/* Mobile styles: κάτω από 768px */
@media (max-width: 768px) {

    .body{
        background-color: transparent;
    }
    
    .header-area{
        background: #002B5B;
        width: 100%;
        height: 650px;
        color: white;
        display: flex;
        flex-direction: column;

    }
    
    .header-area .header1{
        background-color: transparent;
        height: 20px;   
    }
    
    .header-area .header2{
        background-color: transparent;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 10000;
        
        
    }
    .header-area .header2 .emblem-container{
        padding-left: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: x-large;
        display: flex;
        align-items: baseline;
        justify-content: left;
        height: 40px;
        overflow: visible;




    }
    .header-area .header2 .emblem-container img {
        max-height: 50px;   
        height: auto;
        width: auto;
        overflow: visible;
    }

    
    
    .header-area .header2.visible{
        background-color:#F4B400;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: fixed; 
        z-index: 1000;
        color:#002B5B;
    }
    .header-area .header2.visible .nav-container .nav-list a{
        color: #002B5B !important;
    }
    
    .header-area .header2.visible .nav-container .nav-list .filter-button .chevron{
        color: #002B5B !important;
    }
    


    .header-area .header2 .nav-container{
        background-color: transparent;
        display: flex;
        align-items: center; 


    }
    
    
    .header-area .header2 .nav-container .nav-list{
        list-style: none;          
        display: flex;             
        gap: 10px;                 
        padding: 0;
        margin: 0;
        align-items: center;
        font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-color: transparent;
        flex-wrap: nowrap;
        scrollbar-color: transparent;
        -ms-overflow-style: none;     
        scrollbar-width: none; 

    
    }
    .header-area .header2 .nav-container .nav-list::-webkit-scrollbar {
        width: 100%;
        display: none;                
    }
    
    .header-area .header2 .nav-container .nav-list li a{
        color: white;               
        text-decoration: none;      
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 8px;
        transition: background 0.3s;
    
    }
    
    .header-area .header2 .nav-container .nav-list li a:hover{
        background: rgba(255, 255, 255, 0.2); 
    }
    
    .dropdown-menu-filter {
        display: none;
        position: absolute;
        left: 5px;
        overflow: visible;
        z-index: 9999999;
 

      
    }
    
    .dropdown-menu-filter.open {
        display:flex;
        flex-direction: column;
        overflow: visible;
        background-color:#F4B400;
        z-index: 9999999;
        margin-top: 35px;
        border-radius: 10px;
    
    }
    
    .dropdown-menu-filter.open h3{
        color: #002B5B;
        font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        font-weight: 800;
    }
    
    .dropdown-item {
        color: white;
        padding: 6px 10px;
        cursor: pointer;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .filter-button .chevron {
        display: inline-block;
        transition: transform 0.3s ease;
        font-size: 14px;
        background-color: transparent;
        border-style: none ;
    }
    
    .filter-button{
        background-color: transparent;
        border: none;
        color: white;               
        text-decoration: none;      
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 8px;
        transition: background 0.3s;
        display: inline-flex;
        overflow: visible;
        z-index: 999999999;
    }
    
    
    .filter-button:focus {
        outline: none;
    }
    
    
    .filter-button .chevron.active  {
        transform: rotate(180deg); 
    }
    
    .header-area .hero-area{
        display: flex;
        flex-direction: column;
        background-color: transparent;
        z-index: 1;

    }
    
    .header-area .hero-area .info{
        background: linear-gradient(to bottom, #002B5B 80%, rgba(0, 43, 91, 0.8) 90%, rgba(0, 43, 91, 0.6) 95%, rgba(0, 43, 91, 0) 100% );
        z-index: 2;
        padding-left: 10px;
        margin-bottom: -70px;
        padding-top: 5%;
        width: 100%;
        
    }
    
    .header-area .hero-area .info h1{
        font-family: 'Roboto', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: white;
        line-height: 1.3;
        
    
    }
    .header-area .hero-area .info h2{
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: white;
        line-height: 0;
        
        
        line-height: 1.1; 
        white-space: normal;          
        word-break: break-word;  
    
    }
    
    .header-area .hero-area .info .button {
        display: inline-block;
        background-color: #F4B400; 
        color: #002B5B;             
        font-weight: bold;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: 8px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        font-family: 'Roboto', sans-serif;
        display: none;
        
    
    }
    
    .header-area .hero-area .info .button:hover {
        background-color: #a07800; 
    }
    
    .header-area .hero-area .carousel {
        overflow: hidden;
        z-index: 1;
        height: 100%;  

        
    
    }
    
    
    
    
    .header-area .hero-area .carousel .custom-carousel {
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-left: 0;
        
        
        
    }
    /* Σταθερό και smooth sliding για Bootstrap 3 carousel */
    .custom-carousel .item {
        transition: transform 0.6s ease-in-out !important; /* διάρκεια animation */
        backface-visibility: hidden;                        /* smoother rendering */
        transform: translate3d(0,0,0);                      /* GPU acceleration */
    }

    
    .carousel-indicators {
        display: none !important;
    }
    
    
    .header-area .hero-area .carousel-inner > .item > img {
        width: 100%;
        height: 365px;
        position: relative;
        
    
    }
    
    
    
    .services{
        min-height: 500px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    
    }
    .services .row1{
        height: 100px;
        padding-left: 10px;
        display: flex; 
    }
    .services .row1 h1{
        font-family:'Roboto', sans-serif;
        color:#002B5B;
        font-size: 34px;
    }
    
    .services .row2{
        min-height: 300px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        
    }
    
    .services .row2 .col1,
    .services .row2 .col2,
    .services .row2 .col3{
        display: flex;
        flex-direction: column;
    }
    .services .img-container{
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .services .txt-container {
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;  
        padding-top: 0; 
    }
    
    .txt-container h1{
        font-family:'Roboto', sans-serif;
        color:#002B5B;
        font-size: 30px;
        margin: 0;
        
    
    }
    
    .txt-container h2{
        font-family:'Roboto', sans-serif;
        color:#002B5B;
        font-size: 16px;
        margin: 0;
    }
    
    
    
    .items{
        height: auto;
        display: flex;
        flex-direction: column;
        background: #002B5B;

        padding-bottom: 50px;
    }
    
    
    .items .row1{
        height: 100px;
        padding-left: 10px;
        display: flex;
        align-items: center; 
    }
    
    .items .row1 h1{
        font-family:'Roboto', sans-serif;
        color: white;
        font-size: 34px;
    }
    
    .items .row2{
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
        align-items: center;
    }
    
    .items .row2 .line1,
    .items .row2 .line2,
    .items .row2 .line3{
        min-height: 250px;
        width: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        border-color: white;
        border-width: 2px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); 
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.067);
        min-width: 300px;
        
    }

    .line-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        transition: transform 0.9s ease-out, opacity 0.9s ease-out;
        will-change: transform, opacity;
        }
   

    
    .items .img-container{
        max-height: 250px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 200px;
    
    
    }
    
    .items .txt-container{
        word-wrap: break-word;
        width: 100%;
        display: flex;
        flex-direction: column;
    
    }
    .items .txt-container h1{
        color:white;
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
    }
    
    .items .txt-container h2{
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }
    .items .txt-container ul{
        list-style: none;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        padding-left: 0%;
    }
    .items .txt-container li{
        list-style: none;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: white;
    }
    
    .about{
        background-color: white;
        height: auto;
        display: flex;
        flex-direction: column;
    }




    .about .line1{
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        flex-shrink: 0;
    }

    .about .line1 h1{
        color:#002B5B;
        font-family: 'Roboto', sans-serif;
        font-size: 34px;
    }
    .about .line2{
        height: auto;
        display: flex;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        align-items: center;
    }
    .about .line2 h2{
        color:#002B5B;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
    }
    .dokimastirio{
        background-color:#002B5B;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    
    
    
    .dokimastirio .line1{
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        flex-shrink: 0;
    }
    
    .dokimastirio .line1 h1{
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
    }
    .dokimastirio .line2{
        height: auto;
        display: flex;
        padding-left: 50px;
        padding-right: 50px;
        flex-direction: column;
        width: 100%;
    }
    .dokimastirio .line2 h2{
        color:rgb(236, 230, 222);
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 350;
    }
    .button-line{
        border-style: none;
        border-width: 0;
    }
    


    .contact{

        min-height: 400px;
    }
    
    .contact .line1{
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        flex-shrink: 0;
    }
    
    .contact .line1 h1{
        font-family: 'Roboto', sans-serif;
        font-size: 34px;
    }

    .contact .line2{
        height: auto;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
    }


    .gensets-section,
    .engines-section{
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;


    }

    .gensets-section .line1,
    .engines-section .line1{
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }
    .gensets-section .line1 h1,
    .engines-section .line1 h1{
        font-family: 'Roboto',sans-serif;
        color: #002B5B;
        font-size:32px;
    }
    .gensets-section .line,
    .engines-section .line{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;

    }

    .gensets-section .line .item,
    .engines-section .line .item{
        width: 80%;
        min-width: 200px;
        min-height: 450px;
        border-radius: 20px;
        border-style: solid;
        border-color: #002B5B;
        border-width: 1.5px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
        display: flex;
        flex-direction: column;
        gap: 5%;
        
    }
    .gensets-section .line .item .img-container,
    .engines-section .line .item .img-container{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        height: 40%;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;

    }

    .gensets-section .line .item .txt-container,
    .engines-section .line .item .txt-container{
        padding-left: 5%;
        padding-right: 5%;
        height: 60%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .gensets-section .line .item .txt-container h1,
    .engines-section .line .item .txt-container h1{
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: 800;
        color: black;
    }

    .gensets-section .line .item .txt-container h2,
    .engines-section .line .item .txt-container h2{
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: black;
    }

    .gensets-section .line-bottom,
    .engines-section .line-bottom{
        width: 100%;
        height: 60px;
    }

    .contact{
        background-color: white;
        height: 400px;
    }

    .contact .line1{
        height: 150px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        flex-shrink: 0;
    }

    .contact .line1 h1{
        color:#002B5B;
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
    }

    .contact .line2{
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .contact .line2 .col1,
    .contact .line2 .col2{
        min-height: 150px;
        width: 100%;
        display: flex;
        flex-direction: column;
        
    }  


    .contact .line2 h2{
        color:#002B5B;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
    }
    .contact .line2 p{
        color:#002B5B;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;

    }


    
    .map{
        width: 100%;
        height: 100px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .about .line2 .part1 {
    display: flex;
    flex-direction: column;
    width: 100%; 
    gap: 50px;
    }

    .about .line2 .part1 .txt-container {
        box-sizing: border-box;
        width: 100%;
        
    }

    .about .line2 .part1 .img-container {
        overflow: hidden;
        width: 100%;
    }

    .about .line2 .part1 .img-container img {
        width: 100%;       
        height: auto;      
        object-fit: contain; 
    }

    .about .line2 .part2 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%; 
        gap: 50px;

    }

    .about .line2 .part2 .txt-container {
  
        box-sizing: border-box;
        width: 100%;
        
    }

    .about .line2 .part2 .img-container {
        width: 100%;
       
        overflow: hidden;
    }

    .about .line2 .part2 .img-container img {
        width: 100%;       
        height: auto;      
        object-fit: contain; 
    }

    .about .line2 .part3 {
        display: flex;
        flex-direction: column;
        width: 100%; 
        gap: 50px;
    }

    .about .line2 .part3 .txt-container {
        
        box-sizing: border-box;
        width: 100%;
        
    }

    .about .line2 .part3 .img-container {
        width: 100%;
        overflow: hidden;
    }

    .about .line2 .part3 .img-container img {
        width: 100%;       
        height: auto;      
        object-fit: contain; 
    }


}









