.elementor-15452 .elementor-element.elementor-element-2277dcb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15452 .elementor-element.elementor-element-2b396ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15452 .elementor-element.elementor-element-bcafb12 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-15452 .elementor-element.elementor-element-ff42ea3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15452 .elementor-element.elementor-element-fb630ad > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-15452 .elementor-element.elementor-element-0bae1e4 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-15452 .elementor-element.elementor-element-2b396ec{--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-15452 .elementor-element.elementor-element-bcafb12 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-15452 .elementor-element.elementor-element-ff42ea3{--margin-top:0px;--margin-bottom:-60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15452 .elementor-element.elementor-element-fb630ad > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-bcafb12 *//* =====================================
   DESTINATIONS GRID
   Mobile = 3 ανά σειρά
   Tablet = 4
   Desktop = auto wide / κανονικό
===================================== */

.locations-row{
    padding-bottom:160px;
}
.popular-locations{
  width:100%;
}

.locations-row{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:14px !important;
  width:100%;
  align-items:start;
}



/* Card */
.location-card{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none !important;
  color:#111 !important;
}

/* Image */
.location-image{
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:22px;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  margin-bottom:8px;
  transition:all .25s ease;
}

/* Title */
.location-name{
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",sans-serif !important;
  font-size:16px;
  font-weight:500;
  line-height:1.15;
  letter-spacing:-0.3px;
  color:#111;
}

/* Hover desktop */
.location-card:hover .location-image{
  transform:translateY(-2px);
}

/* ======================
   TABLET
====================== */
@media (min-width:768px){

  .locations-row{
    grid-template-columns:repeat(4,1fr) !important;
    gap:18px !important;
  }

  .location-name{
    font-size:18px;
  }

  .location-image{
    border-radius:24px;
  }
}

/* ======================
   DESKTOP WIDE
====================== */
@media (min-width:1180px){

  .locations-row{
    grid-template-columns:repeat(auto-fit,minmax(80px,1fr)) !important;
    gap:24px !important;
  }
 
  .location-name{
    font-size:19px;
  }

  .location-image{
    border-radius:26px;
  }
}




/* ======================
   SMALL MOBILE
====================== */
@media (max-width:390px){

  .locations-row{
    gap:10px !important;
  }

  .location-name{
    font-size:14px;
  }

  .location-image{
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2b396ec */.locations-row{
    margin-bottom:80px !important;
}

.elementor-widget-container{
    overflow:visible !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb630ad */.ask-footer,
.ask-footer *{
  box-sizing:border-box;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Arial,sans-serif !important;
  -webkit-font-smoothing:antialiased;
}

.ask-footer{
  background:#050505;
  color:#fff;
  border-radius:34px 34px 0 0;
  padding:30px 24px 26px;
  margin-top:52px;
  overflow:hidden;
}





/* CTA */
.ask-footer-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:24px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.ask-footer-cta h3{
  margin:0;
  max-width:52%;
  font-size:18px;
  font-weight:800;
  line-height:1.03;
  letter-spacing:-.6px;
}

.ask-footer-cta a{
  height:42px;
  min-width:132px;
  padding:0 16px;
  border-radius:17px;
  background:#fff;
  color:#050505;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.25px;
  white-space:nowrap;
}

.ask-footer-cta a span{
  font-size:18px;
  line-height:1;
}






  .ask-benefit{
    padding:0 4px;
  }

  .ask-benefit strong{
    font-size:8.5px;
  }

  .ask-benefit p{
    font-size:7px;
  }

  .ask-footer-cta h3{
    font-size:16px;
  }

  .ask-footer-cta a{
    min-width:122px;
    height:40px;
    font-size:11px;
  }

  .ask-footer-links{
    gap:12px;
  }

  .ask-footer-links h4{
    font-size:10px;
  }

  .ask-footer-links a{
    font-size:8.8px;
  }







/* mobile πιο σωστό spacing */
@media(max-width:767px){

  .ask-footer{
    width:calc(100% - 24px) !important;   /* 12px αριστερά / 12px δεξιά */
    margin:48px auto 0 auto !important;
    border-radius:32px !important;
  }

}

/* αν θες ίδιο ακριβώς με τα πάνω cards */
@media(max-width:430px){

  .ask-footer{
    width:calc(100% - 20px) !important;   /* 10px - 10px */
  }

}



/* ανεβάζει τα γράμματα και το κουμπί στο μαύρο CTA */

.ask-footer-cta{
  align-items:flex-start !important;
  padding-top:2px !important;
  padding-bottom:30px !important;
}

.ask-footer-cta h3{
  margin-top:-6px !important;
}

.ask-footer-cta a{
  margin-top:-4px !important;
}/* End custom CSS */