

/* Από default: κρυφό παντού */
#contributorsBtn {
  display: none;
}

/* Εμφάνιση ΜΟΝΟ σε κινητό */
@media (max-width: 768px) {
  #contributorsBtn {
    display: block;
  }
}

/* Περιεχόμενο πάντα μπροστά */
main, h1, h2, .content {
  position: relative;
  z-index: 1;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}




body {
  background-image: url('IMG_20200823_095102_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* ✳️ αυτό το κάνει ακίνητο */
}


/* Σκοτείνιασμα layer */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;      /* να μην εμποδίζει click */
  z-index: 0;                /* δεν βάζουμε -1 */
}


@media (max-width: 768px) { /* ή 480px αν θέλεις πιο μικρές οθόνες */
  body {
    background-image: url('IMG_20200823_095102_1-min.jpg');
    background-attachment: scroll; /* ✳️ το fixed δεν δουλεύει καλά στα κινητά */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


.mobile-break {
    display: none;
}



@media (max-width: 768px) {


  .mobile-break {
    display: inline;
  }
}


body {
  margin: 0;
    position: relative;
  padding: 0;
}

/* ✅ Updated to match .container layout */
.searchbox {
   max-width: 300px;      /* keeps it narrow */
  margin: 0px auto;     /* centers horizontally */
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: white;
  box-sizing: border-box;
  
}

.searchbox input[type="text"] {
width: 300px;
  max-width: 93vw;
  padding: 10px 15px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 13px;
  font-family: Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  margin-right: 0px;
}

#searchInput {
  padding: 10px 15px;
  width: 300px;
  margin-right: 0px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-family: Arial, sans-serif;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  
}

#searchResults * {
  list-style-type: none;
}

#searchResults p {
  text-align: left;
  
}

.searchResultLink {
  text-decoration: none;
  color: #000;
}

.container {
  max-width: 300px;      /* keeps it narrow */
  margin: 0px auto;     /* centers horizontally */
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: white;
  box-sizing: border-box;
  
}

.container input[type="text"] {
  width: 300px;
  max-width: 93vw;
  padding: 10px 15px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 13px;
  font-family: Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  margin-right: 0px;
}

#resultsList, #results {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  color: black;
  background-color: #fff;
  border-radius: 5px;
  max-height: 260px;
  overflow-y: auto;
    max-width: 300px;  /* or any width you prefer */
  width: 100%;       /* so it doesn’t overflow on small screens */
  margin: 10px auto 0 auto;
  box-sizing: border-box;
  margin-left: auto;
margin-right: auto;

}

#resultsList li, #results li {
  list-style-type: disc !important;
  display: list-item !important;
  color: black;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}

/* ✅ Make search results fit mobile screens */
@media (max-width: 480px) {
  #searchResults,
  #resultsList,
  #results {
    width: 93vw;
    padding: 0 10px;
    box-sizing: border-box;
      max-height: 220px;

  }
}

/* ✅ Normalize input styles globally */
input[type="text"],
#searchInput,
#address {
  width: 300px;
  max-width: 93vw;
  padding: 10px 10px;
  border-radius: 999px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-family: Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 2px;
}

#results li {
  text-align: center;
}

.input-with-button {
  position: relative;
  width: 300px; /* adjust width as needed */
}

.input-with-button input {
  width: 100%;
  padding: 8px 40px 8px 8px; /* space for the button on right */
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}

.input-with-button button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  line-height: 1;
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  #searchResults {
    width: 93vw;
    max-width: none; /* άφησέ το να γεμίζει το πλάτος */
    padding: 0 10px;
  }
}

#searchResults {
  width: 100vw; /* Πάρε όλο το πλάτος της οθόνης */
  max-width: 300px; /* Για να μην ξεπερνά το μέγιστο */
  margin: 0px auto; /* Κεντράρισμα οριζόντια */
  padding: 0 0px; /* μικρό padding */
  overflow-x: hidden; /* μπλοκάρει οριζόντια κύλιση */
  background-color: transparent;
}

#searchResults .result {
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}



 #searchSelector {
    gap: 12px;
    max-width: 270px !important; /* 👈 Προσθέτουμε αυτό */
    height: 55px;
  }

  @media (max-width: 768px) {
    #searchSelector {
      padding: 8px 8px !important;
      gap: 4px !important;
          max-width: 220px !important; /* 👈 Προσθέτουμε αυτό */

    }

     button[onclick^="selectSearch"] {
    width: 37px !important;
    height: 37px !important;
  }

    #searchSelector span {
      font-size: 14px !important;

    }

    #searchSelector svg {
      width: 16px !important;
      height: 16px !important;

    }

    #searchSelector button,
    #searchSelector a {
      padding: 6px !important; /* Smaller button padding */
    }
  
 }

 @media (max-width: 768px) {
  #searchSelector a:last-child {
    margin-right: 6px; /* or 8px if you want more space */
  }

}

  @media (max-width: 768px) {
    a[aria-label="View map"] {
      width: 37px !important;
      height: 37px !important;
    }
  }


.searchbox,
.container,
.searchcontainer {
  display: none;
}

.visible {
  display: block !important;
}
  



/* Στυλ για το κουμπί */
#toggleTop10 {
  position: fixed;
  padding: 4px;
  left: 4px;
  top: 88%;
  width: 75px;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  color: white;
  border: none;
  font-size: 10px;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}




#toggleTop10:hover {
  background: #005fa3;
}



/* Το κουτί της λίστας */
#popular-list {
  position: fixed;
  left: 0%;
  top: 22%; /* να εμφανίζεται κάτω από το κουμπί */
  width: 300px;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);

  /* Animation */
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  z-index: 999;
  text-align: center; /* κεντράρισμα όλων των li */
}

#popular-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#popular-list li {
  margin: 0.5rem 0;
}

#popular-list a {
  text-decoration: none;
  color: #0077cc;
  font-weight: 600;
  font-size: 12px;
}

#popular-list a:hover {
  text-decoration: underline;
}

/* Όταν είναι ενεργό */
#popular-list.active {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: auto;
}

/* Responsive για κινητό */
@media (max-width: 600px) {

  #toggleTop10 {
  top: 88.5%;
  left: 4px;
 font-size: 9px;
  padding: 4px;
  width: 65px;

}

  #popular-list {
    right: 4px;
    width: 70%;
    top: 28%;
  }
}




.fixed-left {
  position: fixed;
  padding: 2px;
  left: 4px;
  top: 83%;
  width: 75px;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  color: white;
  border: none;
  font-size: 10px;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}


@media (max-width: 600px) {

  .fixed-left {
  top: 84%;
  left: 4px;
  padding: 1px;
font-size: 9px;
  width: 65px;
}

}



/* Κρυφό παντού από default */
.browser-only {
  display: none;
}

/* Εμφάνιση μόνο σε κινητά */
@media (max-width: 768px) {
  .browser-only {
    display: block;
  }
}

/* ΑΛΛΑ αν είναι PWA standalone → ΠΑΝΤΑ κρυφό */
@media all and (display-mode: standalone),
       all and (display-mode: fullscreen) {
  .browser-only {
    display: none !important;
  }
}




/* Στυλ για το HaveGone check icon */
.havegone-check {
    margin-left: 5px;
    cursor: pointer;
    font-size: 1em;
    color: #28a745; /* πράσινο για το ✔ */
    transition: transform 0.2s, color 0.2s;
}

.havegone-check:hover {
    transform: scale(1.2);
    color: #1e7e34; /* πιο σκούρο πράσινο στο hover */
}

/* Κουμπί για το sidebar στο index */
#openHaveGone {
    position: fixed;
    padding: 3px;
    right: 4px;
    top: 69%;
    transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: bold;
  border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background 0.3s;


}

#openHaveGone:hover {
    background: #005fa3;
}

/* Το box που εμφανίζει τη λίστα */
#haveGoneBox {
  position: fixed;
  right: 0;
  top: 35%;
  width: 70%;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  pointer-events: auto;
  z-index: 999;
  text-align: center;
 padding-bottom: 10px;
}


#haveGoneBox h4 {
    margin: 0.5rem 0;
    font-size: 14px;
    color: black;
}


#haveGoneBox a {
   text-decoration: none;
  color: #0077cc;
  font-weight: 600;
  font-size: 12px;
    margin: 10px 0;
  
}

/* Responsive για κινητά */
@media (max-width: 600px) {
    .havegone-check {
        font-size: 1.2em;
        margin-left: 8px;
    }

    #haveGoneBox {
        width: 70%;
        top: 35%;
        border-radius: 20px 0 0 20px;
    }

    #openHaveGone {
        top: 69%;
        right: 4px;
    }
}


#openFavorites {
  position: fixed;
  padding: 3px;
  right: 4px;
  top: 77%;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

@media (max-width: 600px) {

  #openFavorites {
  top: 81%;
  right: 4px;

}

}


/* ===============================
   Thought bubble – day message
   =============================== */
/* Container – από δεξιά τώρα */
#dayMessageContainer {
  position: fixed;
  bottom: 85%;
  right: -260px; /* άλλαξε από left σε right */
  max-width: 240px;
  z-index: 9999;
  pointer-events: none;
}

/* Όταν ΕΜΦΑΝΙΖΕΤΑΙ */
#dayMessageContainer.show {
  animation: slideInThought 0.6s ease-out forwards;
}

/* Όταν ΦΕΥΓΕΙ */
#dayMessageContainer.hide {
  animation: slideOutThought 0.6s ease-in forwards;
}

/* Το μήνυμα */
#dayMessage {
  position: relative;
  font-family: 'Segoe UI', 'Georgia', serif;
  font-size: 12px;
  line-height: 1.4;
  color: #e9f2ee;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(6, 123, 181, 0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  opacity: 0;
  animation: fadeInThought 0.4s ease forwards;
  animation-delay: 0.3s;
}

/* Arrow – αφαιρεμένο */
.arrow {
  display: none !important;
}

/* Blinking button – soft pulse */
.blinking {
  animation: softPulse 2.2s infinite;
}

/* Info αφαιρεμένο τελείως */

/* ===============================
   Animations
   =============================== */

@keyframes slideInThought {
  from { right: -260px; }
  to   { right: 16px; }
}

@keyframes slideOutThought {
  from { right: 16px; opacity: 1; }
  to   { right: -260px; opacity: 0; }
}

@keyframes fadeInThought {
  to { opacity: 1; }
}

@keyframes softPulse {
  0% { box-shadow: 0 0 0 0 rgba(1,92,75,0.35); }
  70% { box-shadow: 0 0 0 12px rgba(1,92,75,0); }
  100% { box-shadow: 0 0 0 0 rgba(1,92,75,0); }
}

/* Reduced motion – accessibility */
@media (prefers-reduced-motion: reduce) {
  #dayMessageContainer,
  #dayMessage,
  .blinking {
    animation: none !important;
  }
}



#compass {
  position: fixed;
  padding: 3px;
  left: 33%;
  top: 79%;

}

@media (max-width: 600px) {

  #compass {
  top: 79%;
  left: 33%;

}

#compassBtn {
  position: fixed;
  padding: 3px;
  right: 4px;
  top: 73%;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
  top: 73%;
  right: 4px;

}

}


.blinking {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.4; }
  100% { opacity: 1; }
}


@keyframes fadeBlink {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}


#contributorsBtn:hover {
  background: #005fa3;
}

#contributorsBox {
  position: fixed;
  left: 0;
  top: 22%;
  width: 300px;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  /* Πιο στρογγυλές οι γωνίες που κοιτάνε προς τα μέσα */
  border-radius: 20px 0 0 20px; /* πάνω αριστερά & κάτω αριστερά */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  pointer-events: auto;
  z-index: 999;
  text-align: center;
  padding: 0;
  padding-top: 5px;
  
}

#contributorsBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contributorsBox li {
  margin: 0.5rem 0;
  font-size: 12px;
  font-weight: 600;
  color: #0077cc;
}

#contributorsBox li:first-child {
  margin-top: 0;
}

#contributorsBox li:hover {
  text-decoration: underline;
}

/* Responsive για κινητό */
@media (max-width: 600px) {
  #contributorsBox {
    left: 0;
    width: 70%;
    top: 22%;
    border-radius: 20px 0 0 20px; /* ίδιο και για κινητό */
  }
}

#openFavorites:hover {
  background: #005fa3;
}




/* Responsive για κινητό */
@media (max-width: 600px) {
 
  #favoritesBox {
  position: fixed;
  right: 0;
  top: 35%;
  width: 70%;
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 0 0 20px; /* πάνω αριστερά & κάτω αριστερά */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  pointer-events: auto;
  z-index: 999;
  text-align: center;
     padding-bottom: 10px;

  }

#favoritesBox h4 {
    margin: 0.5rem 0;
    font-size: 14px;
    color: black;
}

  #favoritesBox a {
  text-decoration: none;
  color: #0077cc;
  font-weight: 600;
  font-size: 12px;

}

}





#distanceText
{
font-size: 12px;
 } 


 #compass {
  font-size: 100px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s linear;
}


#sosBtn {
  position: fixed;
  bottom: 138px;
  left: 4px;

  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;

  width: 30px;
  height: 30px;

  font-size: 10px;
  font-weight: bold;

  display: flex;
  align-items: center;      /* κάθετα κέντρο */
  justify-content: center;  /* οριζόντια κέντρο */

  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  cursor: pointer;
}

    /* 🔄 Reset Button */
 #resetBtn {
  position: fixed;
  bottom: 180px;
  left: 4px;
  padding: 4px;
  border-radius: 10px;
  border: none;
  background: #333;
  color: white;
  z-index: 9999;
  display: none; /* <-- ΑΡΧΙΚΑ ΚΡΥΦΟ */
  font-size: 10px;

}



 .quicksearch-container {
  display: flex;
  justify-content: center; /* οριζόντια στο κέντρο */
  margin-bottom: 30px;
}

.quicksearch-wrapper {
  position: relative;
  width: 300px;
  max-width: 90%;
  
}

.quicksearch-input {
  width: 80%;
  padding: 12px 45px 12px 16px; /* δεξιά χώρο για το κουμπί */
  border-radius: 25px;
  border: 1px solid #ccc;
  outline: none;
  transition: 0.3s;
    height: 55px;
   

}

.quicksearch-input::placeholder {
    font-size: 14px;  /* μέγεθος γραμμάτων */
}



.quicksearch-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0,123,255,0.3);
  
}

.quicksearch-button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-55%);
  
  border: none;
  background: none;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.quicksearch-button:hover {
  background: #0056b3;
}


    .quicksearch-results {
      margin-top: 30px;
    }

    .quicksearch-item {
      background: white;
      padding: 15px;
      margin: 10px auto;
      width: 330px;
      max-width: 90%;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: 0.2s;
      
    }

    .quicksearch-item:hover {
      transform: scale(1.02);
    }

    .quicksearch-link {
      text-decoration: none;
      color: #333;
      font-weight: bold;
      font-size: 14px;
    }

    .quicksearch-link:hover {
      color: #007bff;
    }



    .quicksearch-empty {
  color: white;
  font-size: 16px;
  text-align: center;  /* κεντράρει το κείμενο */
  width: 100%;      
     /* για να πάρει όλο το πλάτος του container */
}



/* Responsive για κινητό */
@media (max-width: 600px) {
    .quicksearch-item {
      background: white;
      padding: 15px;
      margin: 10px auto;
      width: 280px;
      max-width: 90%;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: 0.2s;
    }

        .quicksearch-link {
      font-size: 12px;
    }


}



#datetime {
    position: fixed;           /* Καρφιτσωμένη σε σχέση με το παράθυρο */
    bottom: 7px;               /* Απόσταση από το κάτω μέρος */
    left: 2px;                 /* Απόσταση από την αριστερή πλευρά */
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #f3eeee;
    z-index: 1000;
    margin: 5px;
    padding: 0;
    transition: none;
}

#weather {
    position: fixed;
    bottom: 10px;
    right: 10px;                /* Τέρμα δεξιά για desktop */
    left: unset;                /* Καθαρίζουμε το left */
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #f3eeee;
    z-index: 1000;
    margin: 0;
    padding: 0;
    transition: none;
}

/* Για κινητές συσκευές */
@media (max-width: 480px) {
  #weather {
    right: unset;              /* Καταργούμε το right */
    left: 6px;                /* Πάει τέρμα αριστερά */
  }

  #datetime {
    bottom: 17px;               /* Απόσταση από το κάτω μέρος */
}

}

#copyright {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #f3eeee;
    z-index: 1000;
    margin: 0;
    padding: 0;
    transition: none;
}


/* Για κινητές συσκευές */
@media (max-width: 768px) {
  #copyright {
    left: unset;
    right: 10px;
    transform: none;
    text-align: right;
  }

}



.fb-float {
  display: block;
  width: fit-content;
  position: fixed;       /* Τοποθέτηση σε σταθερή θέση στην οθόνη */
  right: 10px;           /* 10px από το δεξί άκρο */
  bottom: 20px;          /* 10px από το κάτω άκρο */
  transition: all 0.3s ease;
  z-index: 1000;         /* Προαιρετικό, για να εμφανίζεται πάνω από άλλα στοιχεία */
}


.fb-float img {
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease;
}

.fb-float:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

@media (max-width: 600px) {
  .fb-float {
    position: fixed;
    bottom: 31px;     /* Μπορείς να αλλάξεις την απόσταση */
    left: 5px;      /* Σταθερά δεξιά */
    transform: none;  /* Καταργούμε το κεντράρισμα */
    margin: 0;
    top: auto;
    z-index: 10000;
  }
}



.Greece-live-banner {
  position: fixed;
  padding: 3px;
  right: 4px;
  top: 80%;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  border: none;
  font-size: 20px;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;


}

.Greece-live-banner a {
  color: white;
  text-decoration: none;
    font-weight: bold;


}

.Greece-live-banner a:hover {
  background: #005fa3;
}

@media (max-width: 600px) {

  .Greece-live-banner {
  top: 85%;
  font-size: 15px;

}

}


.Dog-banner {
  position: fixed;
  padding: 3px;
  right: 4px;
  top: 85%;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  border: none;
  font-size: 20px;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;


}

.Dog-banner a {
  color: white;
  text-decoration: none;
    font-weight: bold;


}

.Dog-banner a:hover {
  background: #005fa3;
}

@media (max-width: 600px) {

  .Dog-banner {
  top: 89%;
  font-size: 15px;

}

}

.Greece-guide-banner {
  position: fixed;
  padding: 3px;
  right: 4px;
  top: 90%;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  color: white;
  border: none;
  font-size: 20px;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

.Greece-guide-banner a {
  color: white;
  text-decoration: none;
  font-weight: bold;

}

.Greece-guide-banner:hover {
  background: #005fa3;
}


@media (max-width: 600px) {

  .Greece-guide-banner {
  top: 93%;
  font-size: 15px;

}

}






#locationBtn {
  position: fixed;
  padding: 3px;
  right: 4px;
  top: 73%;
  transform: translateY(-50%);
  background-color: rgba(117, 126, 128, 0.7); /* Light cyan background with transparency */
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

@media (max-width: 600px) {

  #locationBtn {
  top: 77%;
  right: 4px;

}

}


.hide-app-ui #compassBtn,
.hide-app-ui #compass,
.hide-app-ui #locationBtn,
.hide-app-ui #locationOutput,
.hide-app-ui #sosBtn,
.hide-app-ui #resetBtn {
  display: none !important;
}


