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

body {
  font-family: 'Poppins', sans-serif;
  background-color: white;
  /*background: -webkit-linear-gradient(top, 
  rgba(80,148,191,255),rgba(80,148,191,255), rgba(42,122,176,255), rgba(80,148,191,255),
  rgba(121,165,193,255),rgba(209,180,142,255), rgba(215,187,148,255), rgba(56,113,124,255), rgba(111,105,100,255),
  rgba(89,125,128,255),rgba(89,125,128,255));*/
  background-color: black;
  color: #003366;
  overflow-x: hidden;
  border-radius: 25px 25px 25px 25px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  background-color: black;
  padding: 5px 10px 5px 10px;
  border-radius: 0 0 20px 20px;
}

.logo {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  outline: none;
}

.logo span {
  color: #40a0ff; /* #0073e6 */
}

.container a {
  text-decoration: none;
}

.nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 500;
  transition: color 0.3s;
}

.nav a:hover {
  color: #0073e6;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.van {
    margin: 0px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.7), #000000, #000000), url(locations_img/enetiko-limani-agios-nikolaos.webp);
    background-size: cover;
    background-position: bottom;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0px 0px 0px 0px;
}

.hero {
  padding: 125px 0px 15px 72px;
  padding-top: 3%;
  color: white;
  max-width: 800px;
}

.hero h1 {
  color: rgb(255, 255, 255);
  font-size: 3.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-stretch: extra-expanded;
  font-weight: 500;
  text-align: left;
}

.hero p {
  color: rgb(255, 255, 255);
  font-size: large;
  font-weight: 500;
}

.cta-button {
  padding: 0.75rem 2rem;
  border-radius: 8px;
  background-color: #0073e6;
  color: white;
  border: none;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #005bb5;
}

        #searchForm * {
            font-weight: bold;
        }




input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*end*/

.testing {
  display: block;
  width: auto;
  margin: 0 auto;
}

.call_us_div {
    display: ;
    align-items: left;
    gap: 1rem;
    margin-bottom: 1rem;
}

.call_us_div h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#call_us_whatsapp {
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #25D366;
}

#call_us_tel {
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
}

.inputs {
  display: flex;
  justify-content: 0.5rem;
  place-items: center;
  text-align: center;
  margin: 0 auto;
  background-color: white;
  width: fit-content; /*fit-content*/
  font-size: 14px;
  height: 7vh;
  margin-top: 1rem;
  border-radius: 40px 40px 40px 40px;
  padding-left: 7px;
  padding-right: 5px;
}

#round_trip_search_div {
  width: 68rem; /*fit-content*/
  margin-top: 1rem;
margin-bottom: 3rem;
}


/*for date*/

.inputs input {
  border: none;
  border-right: 1px solid lightgray;
  padding: 0;
  outline: none;
}

.inputs .larger {
  width: 21.5%;
  height: 80%;
}

.inputs .large {
  width: 14%;
  height: 80%;
}




.inputs select {
  width: 2.5rem;
  border: none;
  outline: none;
  color: black;
  margin: 0;
  text-align: center;
}

#group_for_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

.inputs #searchForm {
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 35px;
  margin-left: 10px;
}

.inputs svg {
  color: black;
  margin-right: 5px;
  margin-left: 5px;
}

.img5 {
  height: 20px; width: 20px; padding: 0; padding-left: 0.8%;
}



.footer {
  background-color: white;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.9rem;
  border-radius: 0px 0px 25px 25px;
}

/* one way - two way */
.toggle-container {
  position: relative;
  display: flex;
  background-color: #0073e6; /* Dark blue background */
  border-radius: 40px;
  overflow: hidden;
  width: 12rem;
}

.toggle-btn {
  flex: 1;
  padding: 12px 20px;
  width: max-content;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 550;
  color: #fff;
  cursor: pointer;
  z-index: 1; /* Buttons are above the indicator */
  transition: color 0.3s ease;
}

.toggle-btn.active {
  color: #000;
  font-weight: 600;
}

.toggle-indicator {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 8px);
  height: calc(100% - 8px);
  background: white;
  border-radius: 40px;
  transition: transform 0.3s ease;
  z-index: 0;
}

.test {
  display: flex;
  gap: 3rem;
  align-items: left;
}

.div_under_inputs {
  margin-top: 1.5rem;
  justify-content: space-between;
}

#details {
  margin: 0 auto;
  padding: 1.5rem 0 1.5rem 0;
}

.detail_div {
  width: 17rem;
}

.detail_div_right {
  text-align: right;
}

#details svg {
  color: -webkit-linear-gradient(center, rgba(0, 115, 230, 0.3),
  rgba(0, 115, 230, 0.5),rgba(0, 115, 230, 0.7),rgba(0, 115, 230, 1));
  color: #0073e6;
  height: 60px;
  width: 60px;
  margin-bottom: 0.8rem;
}

#details p {
  font-size: normal;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
}

#details span {
  font-size: small;
  color: rgb(60, 60, 60);
}

#FAQ {
  color: black;
  width: fit-content;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 7rem;
}

#FAQ .question {
  width: 35rem;
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  border: none;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

#FAQ .question:hover {
  outline: 0.8px solid #0073e6;
}

.question #question_div {
  display: none;
}

.footer {
  color: black;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 0;
}

.footer h4 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

.checkout-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px; /* απόσταση ανάμεσα στα div */
  margin-top: 20px;
  color: black;
}

.checkout_div {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  gap: 0.5rem;
  width: 50%;
}

#FAQ p {
  font-weight: 200;
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: small;
}

.footer p {
  font-size: small;
}

.footer a {
  font-size: small;
  text-decoration: none;
  color: black;
  font-weight: 400;
  transition: color 0.3s;
}

.footer #copyright_p {
  height: min-content;
  margin: 0;
  padding: 0;
  font-size: smaller;
  color: black;
  font-weight: 500;
  margin-top: 5rem;
  margin-bottom: 10px;
}

#destination_svg, #departure_svg {
  margin-left: 10px;
}

#services_1, #services_2 {
  padding-top: 5rem; padding-bottom: 5rem;
}

#services_1 {
  background-color: white;
}

#service_div_1 {
  width: fit-content; margin: 0 auto;
}

#checkout_wrapper_div1 {
  justify-content:center; gap: 10rem; margin-top: 0;
}

#checkout_div_1, #checkout_div_8 {
  width: 24rem;
}

#checkout_div_2, #checkout_div_4, #checkout_div_9, #checkout_div_11 {
  width: 15%;
}

#checkout_div_9 img, #checkout_div_11 img {
  width: 65px;
  height: auto;
  object-fit: contain;
  display: block;
}

#checkout_div_3, #checkout_div_10 {
  gap: 0.2rem; width: 60%;
}

#checkout_div_5, #checkout_div_12 {
  width: 65%; gap: 0.2rem;
}

#checkout_div_6, #checkout_div_7 {
  width: 34rem;
}

#service_div_2 {
  width: fit-content; margin: 0 auto;
}

#checkout_wrapper_div2 {
  justify-content:center; gap: 10rem; margin-top: 0;
}

#service_img_1, #service_img_2 {
  background-position: bottom;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
  display: block;
}

#assets {
  width: fit-content; margin: 0 auto; margin-bottom: 3rem;
}

#popular_routes_div {
  margin-top: 5px; margin-left: -20px; margin-right: 30px
}

#return_svg {
  display: none;
}




.discoverDiv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  height: 7vh;
  padding: 5px 5px 5px 15px;
}

.discoverDiv #discoverInput{
    border: none;
    outline: none;
    background-color: white;
    width: 100%;
}

.discoverDiv #discoverInput::placeholder {
    font-size: normal;
}

.discoverDiv svg {
    color: black;
    margin-right: 7px;
}

.discoverDiv #discoverSubmit{
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 35px;
  margin-left: 10px;
  font-size: medium;
}

.toggle-switch {
  position: relative;
  display: inline-flex;
  background: #ffffff;
  border-radius: 999px;
  padding: 4px;
  width: 13.3rem;
  height: 2.8rem;
}
.toggle-switch button {
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.3s;
}
.toggle-switch button.active {
  color: #fff;
}
#slider {
  position: absolute;
  top: 4px; bottom: 4px;
  left: 4px;
  width: calc(50% - 8px);
  background: #006eff;
  border-radius: 999px;
  transition: left 0.3s;
  z-index: 1;
}

#btn-daytrips {
  padding-left: 20px;
}

/* το dropdown */
.suggestions {
  position: absolute;
  top: 105%;    /* ακριβώς κάτω από το input */
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0.5rem;
  display: none;
  z-index: 999; /* πάνω από το button */
  padding-left: 1rem;
}

/* style για τα <li> */
.suggestions li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  color: black;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.suggestions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("images/geo-alt-fill.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.suggestions li:hover {
  background: #f0f0f0;
}

.place-name {
  font-weight: 600;
  font-size: 14px;
  color: #1a73e8;
  display: block;
}

.place-address {
  font-size: 12px;
  color: gray;
  display: block;
  margin-top: 2px;
  font-weight: 500;
}

.custom-placeholder::-webkit-input-placeholder {
  color: red;
  opacity: 0.8;
}
.custom-placeholder:-ms-input-placeholder {
  color: red;
  opacity: 0.8;
}
.custom-placeholder::placeholder {
  color: red;
  opacity: 0.8;
}

.suggestion-list {
  list-style: none;
  width: 14%;
  left: 20%;
  right: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  background: white;
  z-index: 1000;
}

.suggestion-list li {
  padding: 8px 12px;
  cursor: pointer;
}

.suggestion-list li:hover {
  background-color: #f0f0f0;
}

/* Ratings */
#ratings_section {
  color: black;
  padding-top: 4rem;
}

#ratings_header {
  width: 70rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

#ratings_header h3{
  font-size: 30px;
}

.ratings_div {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 20px;
  scroll-behavior: smooth;
}

#ratings_section .rating {
  flex-shrink: 0;
  scroll-snap-align: start;
  background-color: white;
  padding: 2rem;
  width: 25rem;
  height: fit-content;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#ratings_section .rating:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.rating p {
  font-size: 13px;
  font-weight: 450;
  margin-bottom: 0;
}

.rating #profile_img {
  width: 40px;
  height: 40px;
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image */
  border-radius: 50%;
}

.rating h4 {
  margin-top: 1rem;
  font-size: large;
  font-weight: 550;
}

.rating h5 {
  margin-bottom: 0;
}

.rating span {
  color: rgb(147, 147, 147);
  font-weight: 550;
  font-size: 12px;
}

/* Destinations */
#destinations_section {
  color: black;
  padding-top: 4rem;
}

#destinations_header {
  width: 70rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

#destinations_header h3{
  font-size: 30px;
}

.destinations_div {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 20px;
  scroll-behavior: smooth;
}

#destinations_section .destination {
  flex-shrink: 0;
  scroll-snap-align: start;
  background-color: transparent;
  width: 20rem;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  outline: none;
  color: black;
}

#destination_img {
  width: 20rem;
  height: 12rem;
  border-radius: 5px;
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#destination_img:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}


.destination p {
  font-size: 13px;
  font-weight: 450;
  margin-bottom: 0;
}

.destination h4 {
  margin-top: 1rem;
  font-size: large;
  font-weight: 550;
}

#see_more_destinations {
  border-radius: 25px;
  padding: 0.7rem 1.75rem;
  font-size: 13px;
}

/* ======================
   RESPONSIVE FOR MOBILE
   ====================== */

/* Κοινός κανόνας για όλες τις small οθόνες */
@media (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  
  
  .logo {
    font-size: large;
  	margin-left: 5px;
  }
  
  .nav {
    gap: 0.5rem;
  }
  
  .nav a {
    font-weight: 400;
    font-size: 11px;
  }

  .van {
    height: fit-content;
    padding-bottom: 2rem;
  }
  
  .hero {
    padding: 12px;
    height: fit-content;  
  }
  
  .hero h1 {
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hero p {
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 500;
  }


  .test {
    display: flex;
    align-items: left;
  }

  .div_under_inputs {
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
  }

  .div_under_inputs p{
    width: min-content;
  }

  .inputs {
    justify-content: space-evenly;
    place-items: left;
    text-align: left;
    border-radius: 20px;
  }

  .testing,
  .inputs {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .inputs {
    justify-content: left;
    height: auto;
    padding: 0.5rem;
  }
  .inputs .larger,
  .inputs .large,
  .inputs select{
    width: 90% !important;
    border-right: none;
    margin: 0.35rem auto;
    height: 30px;
    border-bottom: 1px solid lightgray;
  }



  #return_svg {
    display: unset;
  }

  .inputs select {
    width: 11% !important;
    margin: 0 auto;
    background-color: transparent;
    margin-left: 5px;
  }

  #group_for_mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }


  .img5 {
    width: 18px; height: 18px; padding: 0;
  }


  #destination_svg, #departure_svg {
    margin-left: 5px;
  }

  
  #details {
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .detail_div {
    display: flex;
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }
  
  .detail_div svg {
    margin-right: 10px;
  }

  .detail_div_right {
    text-align: left;
  }


  .checkout-wrapper {
    flex-direction: unset !important;
    align-items: center !important;
    gap: 0.5rem !important;
    flex-wrap: wrap;
    gap: 0rem;
  }
  
  .checkout_div {
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
  }

  #services_div {
    width: unset;
  }


  #assets {
    width: fit-content; margin: 0 auto; margin-bottom: 1.5rem;
  }

  #services_1, #services_2 {
    padding-top: 3rem; padding-bottom: 3rem;
  }

  #checkout_wrapper_div1 {
    justify-content:center; gap: 10rem; margin-top: 0;
  }
  
  #checkout_div_1, #checkout_div_8 {
    width: 24rem;
  }
  
  #checkout_div_2, #checkout_div_4, #checkout_div_9, #checkout_div_11 {
    width: 10%;
  }

  #checkout_div_9 img, #checkout_div_11 img {
  width: 65px;
  height: auto;
  object-fit: contain;
  display: block;
}
  
  #checkout_div_3, #checkout_div_10, #checkout_div_5, #checkout_div_12 {
    gap: 0.2rem; width: 70%;
  }

  
  #checkout_div_6, #checkout_div_7 {
    width: 100%;
    margin-top: 1.5rem;
  }
  
  #service_div_2 {
    width: fit-content; margin: 0 auto;
  }
  
  #checkout_wrapper_div2 {
    justify-content:center; gap: 10rem; margin-top: 0;
  }

  #service_img_1, #service_img_2 {
    background-position: center;
  }

  #service_img_2 {
    margin-bottom: 1rem;
  }

  #FAQ {
    margin: 0 auto;
    text-align: left;
    padding: 3rem 25px;
  }
  
  #FAQ .question {
    width: 100% !important;
    margin: 0 auto;
  }

  #FAQ h3, #FAQ p {
    width: fit-content;
  }

  .footer {
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .footer .test {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  #popular_routes_div {
    margin-top: 0px; margin-left: 0px; margin-right: 0px; height: auto;
  }

  #popular_routes_br {
    display: none;
  }
  
  .footer #copyright_p {
    margin-top: 3rem;
  }

  #round_trip_search_div {
    width: 100%; /*fit-content*/
    margin-top: 1rem;
margin-bottom: 3rem;
padding: 0px ;
  }

  .discoverDiv {
    height: 6vh;
  }

  .discoverDiv #discoverSubmit{
    padding: 12px 35px;
    margin-left: 10px;
    font-size: small;
  }

  #btn-transfers {
    padding-left: 0px;
  }

  #btn-daytrips {
    padding-left: 0px;
  }

  .toggle-switch {
    justify-content: space-between;
    border-radius: 999px;
    padding: 4px 12px;
    width: 10rem;
    height: 2.5rem;
  }
  .toggle-switch button {
    padding: 1px 2px;
    font-size: 12px;
    transition: color 0.3s;
  }

  #slider {
    position: absolute;
    top: 4px; bottom: 4px;
    left: 4px;
    width: calc(50% - 8px);
  }

  .testing {
    margin-top: 0rem;
  }

  /* Ratings */

#ratings_header {
  width: fit-content;
}

#hidden {
  display: none;
}

#ratings_header h3 {
  font-size: 24px;
  font-weight: 550;
  padding-top: 4px;
}

.ratings_div {
  gap: 16px;
  padding: 20px;
}

#ratings_section .rating {
  padding: 2rem;
  width: fit-content;
  height: fit-content;
}

/* Destinations */
#destinations_header {
  width: fit-content;
}

#destinations_header h3{
  font-size: 24px;
  font-weight: 550;
  padding-top: 4px;
}

.destinations_div {
  gap: 5px;
  padding: 20px;
}

#destinations_section .destination {
  padding: 0.5rem;
  width: fit-content;
  height: fit-content;
}

#destination_img {
  width: 100%;
  height: 13rem;
}

.call_us_div {
    margin-bottom: 0rem;
    flex-wrap: wrap;
}

.call_us_div h1 {
    font-size: 1.5rem;
	margin-bottom: 10px;
}
#call_us_whatsapp {
    width: fit-content;
    padding: 8px 10px;
    background-color: #25D366;
    font-size: 13px;
}

#call_us_tel {
    width: fit-content;
    padding: 8px 10px;
    font-size: 13px;
}
 
}
