body {
font-family: "Manrope", sans-serif;
width: 100%;
height: 100%;
background: linear-gradient(
  100deg, 
 #0d3145,   /* αριστερό άκρο */
  #0f4568,   /* πιο μπλε αποχρώση */
  #21678f,   /* mid blue */
  #2a85a0,   /* μπλε-πράσινο, closer to final */
  #109082  
);
    background-size: 600% 600%;
    animation: gradient 12s ease infinite;
overflow-x: hidden;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



#topbanner {
    padding-left: 3vw;
    padding-right: 3vw;
}



:root {
  --green: #6f9916;
  --blue: #0d3145;
}




/*TOP MENU*/


div.topmenu ul li {
    border-radius: 30px;
    transition: 0.4s;
margin-left: 4px;
}

div.topmenu ul li:hover {
   border: 2px solid #fff;
}

div.topmenu ul li a{
font-weight: 900;
}

div.topmenu ul li:last-child {
   border: 2px solid #fff;
}


/*END OF TOP MENU*/


/*TOP RIGHT CONTACT*/

.c-top-right-contact {
display: flex;
gap: 20px;
font-weight: 800;
    justify-content: flex-end;
    padding-right: 20px;
}
/*END OF TOP RIGHT CONTACT*/



/*COPYINFO*/

#copyinfo {
    max-width: 94vw;
    margin: 0 auto;
}

/*END OF COYINFO*/



/*MESA SELIDES FRUTON*/

.c-fruit-pages-text {
max-width: 980px;
margin: 3vh auto 6vh auto;
text-align: center;
}

div.horizontalitemsgallery div.theitems {
    max-width: 94vw;
    margin: 0 auto;
}

/*END OF MESA SELIDES FRUTON*/.c-newlogo {
    background-image: url('/cache/files/171064dd628b6f857857711d7deee85cffd90424.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/171064dd628b6f857857711d7deee85cffd90424.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/695b1802c29eba0d7cc34c3de32e3879122b5c0c.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 4vh 8vh;

}

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

.c-newsletter form {
    margin: auto;
}

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

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


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

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

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

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

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

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 {
background-color: var(--green);
    color: #fff;
    padding: 15px 20px;
border-radius: 30px;
    font-weight: 900;
    transition: all 0.6s ease;
    text-decoration: none;
display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    max-width: fit-content;
}


.c-button-1 img{
    transition: all 0.6s ease;
}


.c-button-1:hover {
gap: 25px;
}
.c-button-1:hover img{
    transform: rotate(360deg);
}.c-footer {
max-width: 94vw;
margin: 0 auto;
    display: flex;
    gap: 4vh;
    justify-content: space-between;
align-items: center;
padding-bottom: 50px;
position: relative;
}

@media (max-width: 912px) {
.c-footer {
gap: 0vh;
max-width: 100%;
flex-direction: column;
align-items: center;
}
}

.c-footer-info-container {
margin-top: 100px;
padding: 5vh;
width: 100%;
}

@media (max-width: 912px) {
.c-footer-info-container {
margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
}

@media (max-width: 600px) {
.c-footer-info-container img{
max-width: 90vw;
height: auto;
}
}

.c-footer-info-line {
display: flex;
gap: 15px;
position: relative;
margin-bottom: 4vh;
    align-items: center;
}

.c-footer-info-line p{
font-weight: 900;
margin-bottom: 0px;
font-size: 1.1em;
}

.c-footer-info-line-image {
height: 45px;
width: 45px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
min-width: 45px;
}

.c-footer-info-line-image img {
height: 20px;
width: auto;
position: relative;
}

.c-footer-info-line-image:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: var(--green);
    height: 45px;
    width: 45px;
    border-radius: 80px;
    z-index: 0;
}


.c-logo-social-line {
display: flex;
    gap: 20px;
align-items: flex-start;
    justify-content: space-between;
margin-bottom: 4vh;
}

@media (max-width: 1024px) {
.c-logo-social-line {
align-items: flex-start;
    flex-direction: column;
}
}

@media (max-width: 912px) {
.c-logo-social-line {
    flex-direction: row;
}
}

@media (max-width: 670px) {
.c-logo-social-line {
align-items: flex-start;
    flex-direction: column;
}
}


.c-social-buttons {
display: flex;
gap: 20px;
align-items: center;
margin-top: 60px;
}

@media (max-width: 1024px) {
.c-social-buttons {
margin-top: 0px;
margine-left: 20px;
}
}


.c-social {
height: 55px;
width: 55px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
}

.c-social img{
height: 30px;
width: auto;
position: relative;
}



.c-social:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: var(--green);
    height: 55px;
    width: 55px;
    border-radius: 80px 80px 0px 80px;
    z-index: 0;
    transition: all 0.6s ease;
}

.c-social:hover {
height: 65px;
width: 65px;
}
.c-social:hover:before {
    height: 65px;
    width: 65px;
}







.c-footer-form-container {
background-color: #fff;
color: var(--blue);
padding: 6vh;
border-radius : 80px;
}

.c-footer-form-title {
font-size: clamp(1.375rem, 1.046rem + 1.316vw, 2.625rem); /*22-42*/
font-weight: 900;
line-height: 1.1em;
}






/*FORM*/

.c-contactform {
    padding-bottom: 15px;
    width: 500px;
}

@media (max-width: 600px) {
.c-contactform {
    width: 100%;
}

}

.contactform form p {
    width: 90%;
}

.contactform input, .contactform select, .contactform textarea {
border-radius: 20px;
width: 100%;
border: 1px solid var(--blue) !important;
}



.c-footer-form-container .contactform button {
    margin-top: 2vh;
    display: inline-block;
    padding: 15px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: white;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 2px 2px #fff;
}

.c-footer-form-container .contactform button:hover {
    background-color: var(--green);
    border: 1px solid var(--green);
    transition: all 0.6s ease;
}

/*END OF FORM*/.mobile-header {
    box-shadow: none;
}


.mobile-header {
    min-height: 100px;
}


#mobile-header .langchooser {
    top: 26px;
}

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

.side-nav button.side-nav__hide {
    font-size: 20px;
    font-weight: 900;
}

.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
gap: 1.5vh;
    text-align: center;
    margin: 0 auto;
}

.side-nav__container {
    width: 85%;
    height: 99%;
    border-radius: 0px 10vw 10vw 0px;
}

.side-nav__content .side-nav_menu ul li a {
    border-radius: 30px;
}


.side-nav__footer .side-nav ul li.inactive a {
   background-color: transparent !important;
}

div.langlist ul li a {
   background-color: transparent !important;
}

div.langlist ul {
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 0px;
justify-content: center;
    width: 100%;
}/*INTRO*/

.c-intro-container {
display: flex;
gap: 7vw;
justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
.c-intro-container {
gap: 0vw;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}
}


.c-intro-text {
padding: 3vw 5vw 3vw 3vw;
}

@media (max-width: 912px) {
.c-intro-text {
padding: 5vw;
}
}

@media (max-width: 768px) {
.c-intro-text {
padding: 10vw;
}
}


.c-intro-text h1{
    text-align: left !important;
    font-size: clamp(2.375rem, 1.304rem + 2.857vw, 3.875rem) !important; /*38-62*/
margin-bottom: 0px !important;
}

.c-intro-text p{
font-weight: 800;
letter-spacing: 1px;
}

.c-big-strawberry {
max-height: 100vh;
    width: auto;
    max-width: 50vw;
    height: auto;
}

@media (max-width: 1024px) {
.c-big-strawberry {
margin-top: -17vw;
max-width: 70vw;
}
}

@media (max-width: 768px) {
.c-big-strawberry {
margin-top: -5vw;
max-width: 100vw;
}
}


/*END OF INTRO*/




/*BIG SLIDER*/

.c-big-slider {
    max-width: 94vw;
    margin: 0 auto;
    height: 800px;
    margin-top: -80px;
    position: relative;
}

@media (max-width: 550px) {
.c-big-slider {
    height: 400px;
}
}



.c-big-slider .slider-arrow-right {
    right: -2vw;
}

.c-big-slider .slider-arrow-left {
    left: -2vw;
}



.c-big-slider-bg{
width: 100%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
    height: 800px;
    border-radius: 10vw;
}

@media (max-width: 550px) {
.c-big-slider-bg{
    height: 400px;
}


.c-big-slider .slider-arrow-right img{
 max-width: 70%;
}

.c-big-slider .slider-arrow-left img{
 max-width: 70%;
}
}

/*END OF BIG SLIDER*/



/*ABOUT US*/

#about {
background-color: #fff;
color: var(--blue);
padding-top: 220px;
margin-top: -150px;
}

@media (max-width: 1024px) {
#about {
padding-top: 0px;
}
}

.c-about-container {
max-width: 94vw;
margin: 0 auto;
display: flex;
gap: 7vw;
align-items: flex-start;
justify-content: center;
padding-bottom: 5vw;
}

@media (max-width: 1024px) {
.c-about-container {
    flex-direction: column;
align-items: center;
}
}

.c-about-intro-text {
position: sticky;
    top: 5vh;
padding: 5vw;
    background-color: #f1f1f1;
    border-radius: 5vw;
    margin-top: -200px;
max-width: 40vw;
}

@media (max-width: 1024px) {
.c-about-intro-text {
position: relative;
    margin-top: 0px;
max-width: 100vw;
}
}


@media (max-width: 540px) {
.c-about-intro-text {
    margin-top: 150px;
}
}


.c-about-intro-text h1{
color: var(--blue) !important;
    text-align: left !important;
    font-size: clamp(1.75rem, 0.717rem + 2.755vw, 5.125rem) !important; /*28-82*/
margin-bottom: 0px !important;
}


.c-about-intro-text p{
font-size: 1.2em;
}


.c-icon-container {
background-color: var(--green);
width: 100px;
height: 100px;
min-width: 100px;
min-height: 100px;
max-width: 100px;
max-height: 100px;
display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


@media (max-width: 550px) {
.c-icon-container {
background-color: var(--green);
width: 70px;
height: 70px;
min-width: 70px;
min-height: 70px;
max-width: 70px;
max-height: 70px;
}
}

.c-icon-container img{
height: 60px;
width: auto;
}


@media (max-width: 550px) {
.c-icon-container img{
height: 50px;
width: auto;
}
}

.c-about-box {
display: flex;
border: 2px solid var(--green);
padding: 2px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 62px;
    width: 700px;
margin-bottom: 30px;
}

@media (max-width: 700px) {
.c-about-box {
    width: 94vw;
}
}

@media (max-width: 550px) {
.c-about-box {
flex-direction: column;
gap: 0px;
padding: 20px;
}
}


.accordion h3 {
color: var(--green) !important;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 20px;
margin-top: 30px;
font-weight: 900;
    display: inline-block;
position: relative;
width: 570px;
padding-right: 70px;
}

@media (max-width: 700px) {
.accordion h3 {
width: 75vw;
}
}

@media (max-width: 550px) {
.accordion h3 {
    font-size: 20px;
margin-left: 20px;
padding-right: 90px;
width: 85vw;
}
}



.accordion h3:before {
    content: "+";
    position: absolute;
    top: 0px;
    right: 35px;
    font-size: 1.2em;
    transition: all 0.6s ease;
    background-color: var(--green) !important;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.accordion div {
font-weight: 900;
padding: 10px;
width: 400px;
}

@media (max-width: 700px) {
.accordion div {
width: 75vw;
}
}

@media (max-width: 912px) {
.c-about-list {
margin-top: 30px;
}
}
/*END OF ABOUT US*/



/*PRODUCTS*/
#products {
padding-top: 12vh;
padding-bottom: 12vh;
}

.c-products-text {
text-align: center;
max-width: 980px;
margin: 0 auto;
}

.c-products-text h1{
    font-size: clamp(1.75rem, 0.717rem + 2.755vw, 5.125rem) !important; /*28-82*/
}

.c-products-text  p{
font-weight: 800;
padding: 20px;
}


.c-products-container {
    margin-top: 4vh;
    display: flex;
    gap: 30px;
    justify-content: center;
}

@media (max-width: 768px) {
.c-products-container {
flex-direction: column;
    align-items: center;
}
}

.c-product-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 6vw;
    min-width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.c-product-box h2{
color: var(--green) !important;
font-size: clamp(1.625rem, 1.204rem + 1.122vw, 3rem) !important; /*26-48*/
margin-bottom: 0px !important;
}

.c-product-box img{
max-height: 300px;
width: auto;
}



/*tags*/

/* Parent container για τα tags */
.c-info-tag {
  position: absolute; /* πάνω στην εικόνα */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; /* τα clicks θα τα παίρνει μόνο το + */
    z-index: 10;
}

/* Το + παραμένει σταθερό στην θέση του */
.c-plus {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  pointer-events: auto; /* για να μπορεί να πατιέται */
}

/* Θέσεις για φράουλα και καρπούζι */
.c-tag-fraoula {
  top: 40%;
  left: 26%;
}

@media (max-width: 600px) {
.c-tag-fraoula {
  top: 30%;
  left: 10%;
}
}

.c-tag-karpouzi {
  top: 20%;
  left: 55%;
}

@media (max-width: 600px) {
.c-tag-karpouzi {
  top: 20%;
  left: 5%;
}
}

/* Γραμμές του + για smooth +→× animation */
.c-plus::before,
.c-plus::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.c-plus::before { transform: rotate(90deg); }
.c-plus::after { transform: rotate(0deg); }

/* Όταν είναι ενεργό -> γίνεται Χ και αλλάζει χρώμα φόντου */
.c-info-tag.active .c-plus {
  background-color: var(--blue);
}

.c-info-tag.active .c-plus::before { transform: rotate(45deg); }
.c-info-tag.active .c-plus::after { transform: rotate(-45deg); }

/* Το κείμενο εμφανίζεται χωρίς να επηρεάζει το + */
.c-info-tag p {
  position: absolute;
  top: 60px; /* από κάτω του + */
  left: 0;   /* ή right:0; για καρπούζι */
  max-width: 300px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  background-color: var(--blue);
  color: #fff;
  padding: 15px;
  text-align: justify;
  border-radius: 30px;
  font-size: 0.9em;
box-shadow: 4px 4px 4px #072f4469;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

/* Όταν είναι ενεργό */
.c-info-tag.active p {
  opacity: 1;
  max-height: 500px;
  padding: 15px;
}



/*END OF PRODUCTS*/





/*EGKATASTASEIS*/

#egkatastaseis {
background-color: #fff;
padding-top: 12vh;
padding-bottom: 12vh;
color: var(--blue);
}

.c-egkatastaseis-text {
text-align: center;
max-width: 980px;
margin: 0 auto;
}

.c-egkatastaseis-text h1{
    font-size: clamp(1.75rem, 0.717rem + 2.755vw, 5.125rem) !important; /*28-82*/
color: var(--blue) !important;
}

.c-egkatastaseis-text  p{
font-weight: 800;
}


.c-small-slider {
    max-width: 94vw;
    margin: 20px auto;
}

.c-small-slider img{
border-radius: 30px;
padding-left: 15px;
padding-right: 15px;
}

/*END OF EGKATASTASEIS*/




/*PISTOPOIISEIS*/
#pistopoiiseis {
padding-top: 12vh;
padding-bottom: 12vh;
}

.c-pistopoiiseis-container {
display: flex;
gap: 5vw;
align-items: flex-end;
justify-content: center;
}

@media (max-width: 912px) {

.c-pistopoiiseis-container {
    align-items: center;
    flex-direction: column;
}
}

.c-pistopoiiseis-text {
max-width: 40vw;
}

@media (max-width: 912px) {
.c-pistopoiiseis-text {
max-width: 90vw;
text-align: center;
}
}

.c-pistopoiiseis-text h1{
    font-size: clamp(1.75rem, 0.717rem + 2.755vw, 5.125rem) !important; /*28-82*/
text-align: left !important;
}

@media (max-width: 912px) {
.c-pistopoiiseis-text h1{
text-align: center!important;
}
}

.c-pistopoiiseis-text p{
font-weight: 800;
}


.c-pistopoiiseis-logos {
display: flex;
    gap: 20px;
}

@media (max-width: 500px) {
.c-pistopoiiseis-logos {
    flex-direction: column;
}
}

.c-pistopoiiseis-logos div{
background-color: #fff;
padding: 25px 15px;
border-radius: 30px;
}

.c-pistopoiiseis-logos div img{
max-width: 200px;
height: auto;
}

/*END OF PISTOPOIISEIS*/


/*ACTION*/


#action {
max-width: 94vw;
margin: 0 auto;
padding: 5vw 10vw;
text-align: center;
background-color: #fff;
border-radius: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#action h1{
    font-size: clamp(1.75rem, 0.717rem + 2.755vw, 5.125rem) !important; /*28-82*/
color: var(--blue) !important;;
}


/*END OF ACTION*/


/*MAP*/

#map iframe {
width: 100%;
height: 60vh;
margin-top: 12vh;
}

/*END OF MAP*/