@charset "UTF-8";
.page-content .e-con {
  width: 100% !important;
}
.page-content section[data-element_type=container] .e-con-inner {
  width: 100% !important;
  padding-right: var(--bs-gutter-x, 0.75rem) !important;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 1320px !important;
  }
}

:root {
  --font-base: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

html {
  font-family: var(--font-base);
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Κάνε inherit και στα συνηθισμένα wrappers/constructors */
h1, h2, h3, h4, h5, h6,
.wp-block, .entry-content,
.woocommerce, .woocommerce-page,
.elementor, .elementor-kit,
.mce-content-body {
  font-family: inherit;
}

/* Fix για plugins που “κλειδώνουν” δική τους γραμματοσειρά */
:where(body) :where(button, input, select, textarea) {
  font-family: inherit;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body:not(.home) {
  background-color: #f5f5f5;
}

.text-yellow {
  color: #FAED39;
}

.text-white {
  color: #ffffff;
}

.bg-darkblue {
  background-color: #0D4651;
}

.border-bluish-gray {
  border: 1px solid #606575;
}

.site-header .beetopbar {
  background: #0D4651;
  height: 83px; /* όπως το mockup */
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.site-header .beetopbar .container,
.site-header .beetopbar .d-flex {
  height: 100%;
}

.nav-toggle {
  width: 72px;
  height: 100%;
  gap: 4px;
  color: #ffd; /* για το "MENU" */
  background: transparent;
  border: 0;
  padding: 0;
}
.nav-toggle .burger-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #FAED39;
}
.nav-toggle small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #FAED39;
  font-weight: 700;
}

.beelogo .logo-img {
  height: 32px; /* ρύθμισε ανάλογα το svg */
  display: block;
}

@media (min-width: 992px) {
  .beelogo .logo-img {
    height: 36px;
  }
}
.right-actions .phone-box {
  color: #cfe9e9;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.right-actions .phone-box i {
  margin-right: 6px;
  color: #FAED39;
}

.btn-bee {
  background: #FAED39;
  color: #0D4651;
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
  line-height: 1;
}

.btn-bee:hover {
  background: #3D6B74;
  filter: brightness(0.95);
  color: #ffffff;
}

.lang-switch {
  color: #cfe9e9;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.lang-switch:hover {
  color: #fff;
}

/* Κέντρο logo και “ίσο” spacing αριστερά/δεξιά */
.site-header .beelogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Για μικρές οθόνες, κρατάμε καθαρό layout */
@media (max-width: 575.98px) {
  .right-actions {
    gap: 0.75rem;
  }
  .btn-bee {
    padding: 8px 12px;
    font-size: 14px;
  }
}
header.site-header {
  display: block;
  max-width: 100%;
  padding: 0;
  z-index: 2;
}
header.site-header .lang-switch:hover, header.site-header .phone-box:hover {
  color: #faed39;
}

@media (min-width: 1200px) {
  header:not(.dynamic-header) {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
/* Κάν’ το πραγματικά full-screen, με σωστό bg μέσα από τα Bootstrap vars */
.offcanvas-fullscreen {
  --bs-offcanvas-width: 100vw;
  --bs-offcanvas-bg: #0d4651;
  z-index: 1200;
  color: #FAED39;
  /* προαιρετικό—αφαίρεση default border */
  border-right: 0;
}
.offcanvas-fullscreen .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.offcanvas-fullscreen .offcanvas-header .btn-close {
  filter: invert(1) grayscale(1);
}
.offcanvas-fullscreen .offcanvas-body {
  padding: 6vh 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 56px);
}
.offcanvas-fullscreen .offcanvas-body a.phone-box {
  color: #FAED39;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #faed39;
  border-radius: 33px;
  padding: 5px 10px;
}
.offcanvas-fullscreen .offcanvas-body .btn-bee {
  font-size: 19px;
}

/* Βάλε το backdrop ακριβώς κάτω από το offcanvas σου */
.offcanvas-backdrop {
  z-index: 1190;
}
.offcanvas-backdrop.show {
  backdrop-filter: blur(2px);
}

/* ======== ΜΕΝΟΥ ΜΕΣΑ ΣΤΟ OFFCANVAS ======== */
.main-offcanvas-nav .menu,
.main-offcanvas-nav .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-offcanvas-nav .menu > li {
  margin: 0.35em 0;
}
.main-offcanvas-nav a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(22px, 3.5vw, 36px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.main-offcanvas-nav a:active {
  color: #faed39 !important;
}

.offcanvas-fullscreen .main-offcanvas-nav li.current-menu-item > a,
.offcanvas-fullscreen .main-offcanvas-nav li.current_page_item > a,
.offcanvas-fullscreen .main-offcanvas-nav li.current-menu-ancestor > a {
  color: #fff !important;
  position: relative;
}

/* ========= BURGER -> X ========= */
.nav-toggle {
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.nav-toggle small {
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.nav-toggle .burger-line {
  width: 26px;
  height: 2px;
  display: block;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle.is-open .burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle.is-open .burger-line:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open .burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#site-footer {
  background-color: #0D4651;
  border-top: 1px solid white;
}
#site-footer a {
  text-decoration: none !important;
}
#site-footer .footer-header {
  font-size: 15px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 767px) {
  #site-footer .footer-header {
    font-size: 14px;
  }
}
#site-footer .footer-link {
  font-size: 14px;
  margin: 8px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  #site-footer .footer-link {
    font-size: 14px;
  }
}
#site-footer .footer-rights-end {
  display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  #site-footer .footer-rights-end {
    display: block;
    margin: auto;
  }
}
@media (max-width: 375px) {
  #site-footer .footer-rights-end .hide-under-300 {
    display: none !important;
  }
}
#site-footer .footer-rights {
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  #site-footer .footer-rights {
    font-size: 12px;
    text-align: center;
  }
}
#site-footer .footer-rights-end a {
  font-size: 15px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  #site-footer .footer-rights-end a {
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

.footer-bot {
  border-top: 1px solid rgba(250, 237, 57, 0.3490196078);
  padding-top: 10px;
}
.footer-bot .footer-social {
  margin-bottom: 20px;
}

.custom-header,
.main-nav,
.ea-container {
  width: 100%;
}

a:hover::after,
a:focus::after {
  width: 100%;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.flatpickr-monthDropdown-months,
.numInputWrapper {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 0.5em !important;
}

.mm-listitem a::after {
  content: none !important;
}

.wpcf7 .wpcf7-submit:disabled {
  pointer-events: none;
  opacity: 0.65;
}

[type=submit]:focus,
[type=submit]:hover {
  background-color: #FAED39 !important;
  color: #0D4651;
}

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6,
.page-header p,
.page-header span {
  padding: 1em 0;
  width: 100% !important;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6,
  .page-header p,
  .page-header span {
    padding: 0.5em 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0 !important;
}

.subheader {
  font-size: 40px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #fff034 !important;
}
.subheader h1,
.subheader h2,
.subheader h3,
.subheader h4,
.subheader h5,
.subheader h6,
.subheader p,
.subheader span {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.content-par {
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  color: #ffffff !important;
}
.content-par p,
.content-par span {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.online-reservation {
  margin-top: -80px !important;
  padding: 3em 0;
}
.online-reservation .content-par {
  color: #ffffff;
}
.online-reservation .homepage-form {
  background-color: rgba(0, 0, 0, 0.568627451) !important;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.568627451);
  color: #000;
}
.online-reservation .homepage-form .form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.online-reservation .homepage-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.online-reservation .homepage-form .form-row label {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}
.online-reservation .homepage-form .full-row {
  grid-column: 1/-1;
}
.online-reservation .homepage-form .extra-services label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
.online-reservation .homepage-form input[type=text] {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 15px;
  color: #ffffff !important;
  background-color: transparent !important;
  font-weight: 400;
}
.online-reservation .homepage-form input[type=text]::-moz-placeholder {
  color: #ffffff !important;
}
.online-reservation .homepage-form input[type=text]::placeholder {
  color: #ffffff !important;
}
.online-reservation .homepage-form input[readonly] {
  background-color: transparent !important;
}
.online-reservation .homepage-form input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 8px;
}
.online-reservation .homepage-form .form-note {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.online-reservation .homepage-form .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.online-reservation .homepage-form .button-wrapper button[type=submit] {
  padding: 15px 25px;
  font-size: 18px;
  background-color: #fff034;
  color: #000000;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .online-reservation .homepage-form .form-inner {
    grid-template-columns: 1fr;
  }
  .online-reservation .homepage-form .form-note {
    white-space: normal;
    text-align: left;
  }
}

.read-more a {
  background-color: transparent !important;
  text-decoration: underline !important;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0;
}

.dark-gray-section {
  background-color: #0D4651;
  padding: 3em 0;
}

.advantages {
  padding: 30px !important;
}
.advantages .advantages-pad {
  padding: 0;
}
.advantages .advantages-box {
  margin-top: 2em;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.advantages .content-par p {
  font-size: 20px !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .advantages .content-par p {
    font-size: 16px !important;
  }
}

.parking-grid {
  padding: 0 !important;
}
.parking-grid .e-child {
  padding: 0 !important;
}
.parking-grid .subheader h2 {
  font-weight: 500 !important;
  color: #FAED39 !important;
}
.parking-grid .subheader-light p {
  font-size: 16px !important;
  color: #ffffff !important;
}
.parking-grid .content-par p {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .parking-grid {
    padding: 0 !important;
  }
}

.shuttle-service {
  padding: 3em 0;
}
.shuttle-service .header h2 {
  color: #000000 !important;
}
.shuttle-service .content-par p {
  color: #000000 !important;
}

.dark-gray-section.experience .subheader-light p {
  color: #FAED39 !important;
}
.dark-gray-section.experience .header {
  margin-bottom: 0.5em !important;
}
.dark-gray-section.experience .header h2 {
  color: #ffffff !important;
}
.dark-gray-section .experience-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dark-gray-section .experience-steps li {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.dark-gray-section .step-number {
  font-size: 35px;
  font-weight: 500;
  color: #FAED39;
}
.dark-gray-section .step-title {
  font-weight: 700;
  font-size: 23px;
  display: block;
  color: #FAED39;
}
@media (max-width: 767px) {
  .dark-gray-section .step-title {
    font-size: 20px !important;
  }
}
.dark-gray-section .step-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.car-image {
  padding: 0 !important;
}
.car-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13171d;
  opacity: 0.74;
  pointer-events: none;
  z-index: 1;
}

.last-section {
  padding: 3em 0;
}
.last-section h3 {
  color: #6E9097 !important;
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0;
}
.last-section p {
  color: #606575 !important;
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0;
}

.about {
  padding: 3em 0;
}
.about .centered {
  display: flex;
  justify-content: center;
}
.about .subheader-light p {
  font-size: 16px;
}
.about .subheader h2 {
  color: #000000 !important;
}
.about .content-par {
  color: #000000 !important;
}
.about .border-button a {
  border-radius: 9px !important;
  background-color: #FAED39;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 0.6em 1.2em;
  text-align: center;
}
.about .border-button #without-border::after {
  content: none !important;
  display: none !important;
}

.contact-page {
  padding: 3em 0;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 1em 0;
  }
}
.contact-page .subheader h2 {
  color: #000000 !important;
}
.contact-page .content-par p {
  color: #000000 !important;
}
.contact-page .content-par li {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 0.6em 0;
  text-align: center;
}
.contact-page .content-par li a {
  display: inline-flex !important;
  color: #000000 !important;
}
.contact-page .content-par li i {
  color: #0D4651;
}
.contact-page .contact-info {
  padding: 2em;
  margin-bottom: 2em;
  background-color: #f8f8f8;
  border-radius: 27px;
}
.contact-page .contact-info .form-text {
  color: #0D4651;
  font-size: 18px;
  font-weight: bold;
}
.contact-page .contact-info input[type=text],
.contact-page .contact-info input[type=email],
.contact-page .contact-info select {
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  color: #0D4651;
  border: none;
  border-bottom: 1px solid #0D4651;
  border-radius: 0;
  width: 100%;
}
.contact-page .contact-info textarea {
  border: none;
  background-color: #f8f8f8;
  font-weight: bold;
  color: #0d4651;
  width: 100%;
  border-bottom: 1px solid #0D4651;
  height: 80px !important;
}
.contact-page .contact-info h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #6E9097;
}
.contact-page .contact-info label {
  font-weight: 400;
  font-size: 14px;
  color: #0D4651;
  margin-top: 2em;
}
.contact-page .gdpr span {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #0D4651;
}
.contact-page .gdpr span a {
  color: #0D4651;
}
.contact-page input.wpcf7-submit {
  background-color: #FAED39;
  color: #0D4651;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  width: 100%;
}
.contact-page [type=submit]:hover {
  background-color: #0D4651 !important;
  color: #ffffff !important;
}

.contact-map {
  padding: 0 !important;
}

.thank-you-wrapper {
  padding: 2em 0;
}
.thank-you-wrapper h2 {
  font-size: 30px;
  color: #0D4651;
}
.thank-you-wrapper h4 {
  font-size: 24px;
  color: #0D4651;
}
.thank-you-wrapper p {
  font-size: 20px;
  color: #0D4651;
}
.thank-you-wrapper a {
  color: #0D4651;
}

.price {
  font-style: italic;
}
.price .table-custom {
  background-color: #0D4651;
  color: #FAED39;
}

@media (max-width: 768px) {
  .elementor-spacer {
    height: 0 !important;
  }
  .header {
    font-size: 28px !important;
  }
  .subheader {
    font-size: 24px !important;
  }
  .subheader-light {
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
  }
  .content-par {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .last-section h3 {
    font-size: 18px !important;
  }
  .last-section p {
    font-size: 13px !important;
  }
  .read-more a {
    font-size: 14px !important;
  }
}
.company-count .elementor-counter-number-wrapper {
  color: #ffffff !important;
  font-size: 60px !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  z-index: 1;
  overflow: visible;
}
.company-count .elementor-counter-number-wrapper::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 198px;
  height: 120px;
  background: url(https://www.beeparking.gr/wp-content/uploads/2025/10/counter-back-blue.svg) no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}
.company-count .elementor-counter-title {
  line-height: 1.2 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  margin-top: 30px !important;
  text-align: center;
}

.hero-banner {
  min-height: 50vh !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-image img {
  position: absolute;
  top: -450px;
  left: 180px;
}

.homepage-form .form-inner {
  display: flex;
  align-items: stretch;
}
.homepage-form .form-row {
  position: relative;
}
.homepage-form .form-row input {
  background: transparent !important;
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none !important;
  outline: none;
  color: #9aa0a6;
  text-align: left;
  padding-right: 36px;
  padding-left: 12px;
}
.homepage-form .form-row:has(#date_from_time) input, .homepage-form .form-row:has(#date_to_time) input {
  text-align: left !important;
  direction: ltr !important;
  cursor: pointer;
}
.homepage-form .form-row::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: no-repeat center/contain;
  opacity: 0.95;
  pointer-events: none;
}
.homepage-form .form-row:has(#date_from_date)::after, .homepage-form .form-row:has(#date_to_date)::after {
  background-image: url("https://www.beeparking.gr/wp-content/uploads/2026/04/calendar.svg");
}
.homepage-form .form-row:has(#date_from_time)::after, .homepage-form .form-row:has(#date_to_time)::after {
  background-image: url("https://www.beeparking.gr/wp-content/uploads/2026/04/time.svg");
}
.homepage-form .form-row:has(#price)::after {
  background-image: url("https://www.beeparking.gr/wp-content/uploads/2026/04/price.svg");
}
.homepage-form .form-row:has(#interval)::after {
  background-image: url("https://www.beeparking.gr/wp-content/uploads/2026/02/hourglass.svg");
}

.contact-social .bp-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
.contact-social .bp-ico {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  display: inline-grid;
  place-items: center;
}
.contact-social .bp-ico img {
  width: 100%;
  height: 100%;
  display: block;
}

.privacy-policy {
  padding: 5rem 0;
}
.privacy-policy h2,
.privacy-policy h3 {
  color: #000000;
}
.privacy-policy p,
.privacy-policy ul {
  color: #000000;
}

.reservation .e-con-inner {
  display: flex !important;
}
.reservation .left-box {
  flex: 0 0 70%;
  max-width: 70%;
}
.reservation .right-box {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 1024px) {
  .reservation .left-box,
  .reservation .right-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .reservation {
    justify-content: center !important;
    align-items: center;
  }
  .reservation .e-con-inner {
    display: block !important;
  }
  .reservation .left-box,
  .reservation .right-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-card {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  background-color: #f8f8f8;
}
.form-card input[type=text],
.form-card input[type=email],
.form-card input[type=time],
.form-card select {
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #0D4651;
  line-height: 23px;
  border: none;
  border-bottom: 1px solid #6E9097;
  border-radius: 0;
  padding: 0.5rem 0;
  height: 40px;
  width: 90%;
}
.form-card input[type=text]:focus,
.form-card input[type=email]:focus,
.form-card input[type=time]:focus,
.form-card select:focus {
  outline: none !important;
}
.form-card textarea {
  border: none;
  background-color: #f8f8f8;
  border-bottom: 1px solid #0D4651;
  max-width: -webkit-fill-available;
  width: 90%;
  font-weight: bold;
  color: #0D4651;
}
.form-card h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #0D4651;
}
.form-card label {
  font-weight: 400;
  font-size: 14px;
  color: #0D4651;
  margin-top: 5px;
}
.form-card .checkboxes-label {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-end;
}
.form-card .section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px 0;
  line-height: 1.2;
}
.form-card .title-icon {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.form-card .title-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.form-card .title-icon .icon-bg {
  z-index: 1;
}
.form-card .title-icon .icon-fg {
  z-index: 2;
  width: 80%;
}

.gdpr span {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #0D4651;
}
.gdpr span a {
  color: #0D4651;
}

input.wpcf7-submit {
  background-color: #FAED39;
  color: #0D4651;
  border: none;
  font-weight: bold;
  padding: 5px 20px;
  width: 100%;
  border-radius: 33px;
  margin-top: 25px;
}
input.wpcf7-submit:hover {
  background-color: #3D6B74 !important;
  color: #fff !important;
}

.cost .parking-cost {
  background-color: #0D4651;
  color: #ffffff !important;
}
.cost .parking-cost .form_fields {
  padding-bottom: 33px;
}
.cost .parking-cost .form_fields h2 {
  margin-bottom: 30px !important;
}
.cost .parking-cost .form_fields .final_price {
  margin: 20px 0px;
}
.cost .parking-info .parking-info-card {
  color: #0D4651;
  line-height: 1.55;
}
.cost .parking-info .bp-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--bp-teal);
  margin: 0 0 18px 0;
}
.cost .parking-info .bp-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 18px 0;
}
.cost .parking-info .bp-ico {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-grid;
  place-items: center;
}
.cost .parking-info .bp-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.cost .parking-info .bp-pin {
  width: 26px;
  height: 26px;
}
.cost .parking-info .bp-block {
  font-size: 13px;
}
.cost .parking-info .bp-block a {
  font-size: 15px;
}
.cost .parking-info .bp-block h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--bp-teal);
  letter-spacing: 0.2px;
  text-decoration: none !important;
  font-weight: 600;
}
.cost .parking-info .bp-block p {
  margin: 4px 0 0 0;
}
.cost .parking-info .bp-link {
  text-decoration: none;
  color: var(--bp-text);
}
.cost .parking-info .bp-link:hover {
  text-decoration: underline;
}
@media (max-width: 520px) {
  .cost .parking-info .bp-title {
    font-size: 24px;
  }
}
.cost .parking-cost,
.cost .parking-info {
  border: 1px solid #0D4651;
  border-radius: 20px;
  padding: 1em;
  width: 100%;
  color: #6E9097;
}
.cost a {
  color: #6E9097;
}
.cost h3,
.cost h4 {
  font-size: 22px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.cost .input_text_price {
  all: unset;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid white;
  width: 90%;
}

.wpcf7-spinner {
  display: none;
}

.bottom-ref p {
  color: #6E9097;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 21px;
}

.payment-option .wpcf7-list-item {
  display: block;
  margin-bottom: 1rem;
}

.payment-option label {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
  background-color: #ffffff;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #000;
}

.payment-option label:hover {
  border-color: #333;
}

.payment-option input[type=radio] {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.car-wash-radio.wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.car-wash-radio .wpcf7-list-item {
  margin: 0;
}

@media (max-width: 767px) {
  .car-wash-radio.wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .page-id-355,
  .page-id-908 {
    padding-bottom: 88px;
  }
  .cost .parking-cost {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 12px 14px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  }
  .cost .parking-cost .header-blue {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .cost .parking-cost .header-blue h2 {
    display: none;
  }
  .cost .parking-cost .form_fields .final_price {
    margin: 8px 0px;
  }
  .cost .parking-cost .form_fields {
    padding-bottom: 0px;
  }
  .cost .final_price {
    margin: 8px 0px;
  }
}
.yellow-blue-text {
  border-radius: 45px;
  background: #FAED39;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  display: inline;
  padding: 0px 15px;
  color: #0D4651 !important;
  font-size: 55px;
  font-weight: 700;
}
.yellow-blue-text h2 {
  border-radius: 45px;
  background: #FAED39;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  display: inline;
  padding: 0px 15px;
  color: #0D4651 !important;
  font-size: 55px;
  font-weight: 700;
}

.blue-yellow-text {
  border-radius: 45px;
  background: #0d4651 !important;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  display: inline;
  padding: 5px 15px;
  color: #faed39 !important;
  font-size: 35px;
  font-style: italic;
  font-weight: normal !important;
}
.blue-yellow-text h2 {
  border-radius: 45px;
  background: #0d4651 !important;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  display: inline;
  padding: 5px 15px;
  color: #faed39 !important;
  font-size: 35px;
  font-style: italic;
  font-weight: normal !important;
}

.banner-title .elementor-heading-title {
  line-height: 1.6;
}

/* ===== Tokens ===== */
/* ===== SVG data-uri icons ===== */
/* ===== Form styling (IDs/classes unchanged) ===== */
.form-element {
  border-radius: 55px;
  background: rgba(245, 245, 245, 0.72);
  backdrop-filter: blur(6px);
  padding: 20px;
}

.homepage-form input.flatpickr-input.flatpickr-mobile {
  width: -webkit-fill-available;
  border: 0px !important;
  font-weight: bold;
  color: #0D4651;
}
.homepage-form #park-form [type=submit] {
  background: #FAED39 !important;
  width: 150px;
  border: unset !important;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #0D4651 !important;
}
.homepage-form #park-form [type=submit]:hover {
  color: white !important;
  background: #0D4651 !important;
}
.homepage-form form {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(13, 70, 81, 0.18);
  overflow: hidden;
}
.homepage-form .form-inner {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0;
}
.homepage-form .form-row {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 18px 12px 24px;
  border-right: 1px solid rgba(13, 70, 81, 0.18);
}
.homepage-form .form-row:last-child {
  border-right: 0;
}
.homepage-form .form-row {
  /* Base icon dot */
}
.homepage-form {
  /* Labels & inputs */
}
.homepage-form label {
  display: block;
  font-size: 12px;
  color: #0D4651;
  opacity: 0.85;
  margin-bottom: 6px;
  font-weight: 600;
}
.homepage-form input[type=text] {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  font-weight: bold;
  color: #0D4651;
}
.homepage-form input[type=text][readonly] {
  font-weight: bold;
  color: #0D4651;
}
.homepage-form input[type=text]::-moz-placeholder {
  font-weight: bold;
  color: #0D4651;
}
.homepage-form input[type=text]::placeholder {
  font-weight: bold;
  color: #0D4651;
}
.homepage-form {
  /* Icons via :has() (σύγχρονοι browsers) */
}
.homepage-form .form-row:has(#date_from)::before,
.homepage-form .button-wrapper {
  display: flex;
  align-items: stretch;
}
.homepage-form .form-row:has(#date_from)::before button,
.homepage-form .button-wrapper button {
  background: #FAED39;
  color: #0D4651;
  border: 0;
  padding: 0 28px 0 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
  min-width: 180px;
  border-radius: 0;
}
.homepage-form .form-row:has(#date_from)::before button:hover,
.homepage-form .button-wrapper button:hover {
  background: #fff034;
  color: #0D4651;
}
.homepage-form .form-row:has(#date_from)::before button:focus,
.homepage-form .button-wrapper button:focus {
  outline: none;
}
.homepage-form {
  /* Responsive tweaks */
}
@media (max-width: 991.98px) {
  .homepage-form form {
    border-radius: 20px;
  }
  .homepage-form .form-inner {
    flex-wrap: wrap;
  }
  .homepage-form .form-row {
    flex: 1 1 50%;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 70, 81, 0.18);
  }
  .homepage-form .form-row:nth-child(odd) {
    border-right: 1px solid rgba(13, 70, 81, 0.18);
  }
  .homepage-form .button-wrapper button {
    min-width: 140px;
  }
}
@media (max-width: 575.98px) {
  .homepage-form .form-row {
    flex: 1 1 100%;
    border-right: 0 !important;
  }
  .homepage-form .button-wrapper {
    width: 100%;
  }
  .homepage-form .button-wrapper button {
    width: 100%;
    padding: 14px 18px;
  }
}

.subheader-light {
  font-size: 10px !important;
  font-weight: bold !important;
  letter-spacing: 0.2em !important;
  color: #0D4651 !important;
  margin-bottom: -15px !important;
}
.subheader-light h1,
.subheader-light h2,
.subheader-light h3,
.subheader-light h4,
.subheader-light h5,
.subheader-light h6,
.subheader-light p,
.subheader-light span {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.subheader-yellow {
  font-size: 10px !important;
  font-weight: bold !important;
  letter-spacing: 0.2em !important;
  color: #FAED39 !important;
  margin-bottom: -15px !important;
}
.subheader-yellow h1,
.subheader-yellow h2,
.subheader-yellow h3,
.subheader-yellow h4,
.subheader-yellow h5,
.subheader-yellow h6,
.subheader-yellow p,
.subheader-yellow span {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.header {
  font-size: 32px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #FAED39 !important;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header p,
.header span {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.header-yellow h2,
.header-blue h2,
.header-yellow h1 {
  position: relative;
  display: inline-block; /* να τυλίγει μόνο το κείμενο */
  z-index: 1;
}

/* Κίτρινο background πίσω από τον τίτλο */
.header-yellow h1::before {
  content: "";
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: calc(100% + 24px);
  height: 28px;
  background: #FAED39;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
}

.header-yellow h2::before {
  content: "";
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: calc(100% + 24px);
  height: 28px;
  background: #FAED39;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
}

.header-blue h2::before {
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: calc(100% + 24px);
  height: 28px;
  background: #3D6B74;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
}

.header-yellow h2, .header-yellow h1 {
  color: #0D4651 !important;
}

.header-blue h2 {
  color: #ffffff !important;
}

.benefits-carousel {
  position: relative;
}
.benefits-carousel .card {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 15px;
  text-align: left;
  min-height: 325px;
  border: unset !important;
  font-size: 14px;
  color: #0D4651;
}
.benefits-carousel .card .icon-stack {
  position: relative;
  width: 64px; /* προσαρμόζεις */
  height: 64px; /* προσαρμόζεις */
}
.benefits-carousel .card .icon-stack .icon-bg {
  position: absolute;
  inset: 0;
  width: 80%;
  height: 80%;
  display: block;
}
.benefits-carousel .card .icon-stack .icon-fg {
  position: absolute;
  left: 43%;
  top: 18%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -55%);
}
.benefits-carousel .card::after {
  content: "";
  position: absolute;
  left: 74px;
  transform: translateX(-50%);
  bottom: 55px;
  width: 120px;
  height: 1px;
  background: #0D4651;
  border-radius: 2px;
}
.benefits-carousel .card::before {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 38px;
  height: 38px;
  border: 1px solid #0D4651;
  border-radius: 62%;
  background: url("https://www.beeparking.gr/wp-content/uploads/2025/10/arrow-card.svg") no-repeat center/10px 10px;
  transition: transform 0.2s ease;
}
.benefits-carousel .card:hover::before {
  transition: transform 0.2s ease;
  transform: rotate(45deg);
  background-color: #faed39;
}
.benefits-carousel .card .benefit-separator {
  display: block;
  width: 100px;
  height: 1px;
  background: #0D4651;
  border-radius: 1px;
  margin: 22px 0 !important;
}
.benefits-carousel .card .cta-circle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #0D4651;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0D4651;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  margin-top: auto;
}
.benefits-carousel .card .cta-circle:hover {
  background: #0D4651;
  color: #fff;
  transform: translateY(-2px);
  border-color: #0D4651;
}
.benefits-carousel .card .cta-circle:focus-visible {
  outline: 2px dashed #0D4651;
  outline-offset: 4px;
}
.benefits-carousel h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0D4651;
  height: 60px;
}
.benefits-carousel p {
  font-size: 13px;
  font-weight: normal;
  color: #0D4651;
}
.benefits-carousel a {
  font-size: 14px;
  font-weight: normal;
  color: #0D4651;
}
.benefits-carousel .owl-nav {
  position: absolute;
  right: 12px;
  bottom: -20px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.benefits-carousel .owl-nav button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #0D4651 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  color: #0D4651 !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.benefits-carousel .owl-nav button:hover {
  background: #FAED39 !important;
  color: #fff;
  border-color: #0D4651;
}
.benefits-carousel .owl-nav button.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
.benefits-carousel .owl-nav button .icon-arrow svg {
  display: block;
  width: 16px;
  height: 16px;
}

@media (min-width: 1024px) {
  .benefit-card .icon-stack {
    width: 72px;
    height: 72px;
  }
  .benefit-card .icon-stack .icon-fg {
    width: 34px;
    height: 34px;
  }
}
.home-btn .elementor-button {
  background-color: #FAED39 !important;
  color: #0D4651 !important;
  border-radius: 33px;
  font-weight: bold !important;
}
.home-btn .elementor-button:hover {
  background: #3D6B74 !important;
  color: white !important;
}

.home-count .elementor-counter-number-wrapper {
  color: #0d4651 !important;
  font-size: 60px !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  z-index: 1;
  overflow: visible;
}
.home-count .elementor-counter-number-wrapper::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 198px;
  height: 120px;
  background: url(https://www.beeparking.gr/wp-content/uploads/2025/10/counter_back.svg) no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}
.home-count .elementor-counter-title {
  line-height: 1.2 !important;
  color: #0d4651 !important;
  font-size: 18px !important;
  margin-top: 30px !important;
  text-align: center;
}

.how-steps {
  gap: 100px;
}

.card-step {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  padding: 22px 24px 28px;
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 350px;
  color: #0D4651;
}
.card-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  width: 70px;
  height: 48px;
  background: url("https://www.beeparking.gr/wp-content/uploads/2025/10/how-down.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
.card-step h3 {
  color: #0D4651;
  font-size: 20px;
  line-height: 1.2;
  margin: 4px 0 0;
}
.card-step p {
  margin: 0 0 8px;
  color: #1f4a51;
  line-height: 1.55;
}
.card-step .benefit-separator {
  display: block;
  width: 140px;
  height: 2px;
  background: #0D4651;
  border-radius: 2px;
  margin-top: 6px;
}
.card-step .step-no {
  position: absolute;
  left: 22px;
  bottom: 0px;
  font-weight: 700;
  font-size: 35px;
  color: #0D4651;
  opacity: 0.9;
  border-top: 1px solid #0D4651;
  width: 20%;
}
.card-step .icon-stack {
  position: relative;
  width: 72px;
  height: 56px;
  margin-bottom: 6px;
}
.card-step .icon-stack .icon-bg {
  position: absolute;
  inset: 0;
  width: 80%;
  height: 80%;
}
.card-step .icon-stack .icon-fg {
  position: absolute;
  left: 10px;
  top: -2px;
  width: 42px;
  height: auto;
}
.card-step::after {
  content: "";
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 48px;
  background: url("https://www.beeparking.gr/wp-content/uploads/2025/10/how-curve.svg") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.95;
}

.card-step:last-child::after {
  display: none;
}

@media (max-width: 1024px) {
  .card-step::after {
    display: none;
  }
  .card-step {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .card-step::after {
    display: none;
  }
}
/* προαιρετικά: σε μικρές οθόνες μικραίνουμε το offset */
@media (max-width: 767.98px) {
  .img-frame::after {
    left: 10px;
    top: 10px;
  }
}
.ea-accordion .e-n-accordion-item .elementor-element {
  border: unset !important;
}
.ea-accordion .e-n-accordion-item-title {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  border: 0px !important;
  border-bottom: 1px solid #0D4651 !important;
  color: #0D4651 !important;
}
.ea-accordion .fa-plus:before {
  content: "\f067";
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 1px solid #0d4651;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d4651;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ea-accordion .fa-minus:before {
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 1px solid #0d4651;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d4651;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

div#parking-message {
  color: red;
  background: rgba(245, 245, 245, 0.72);
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  padding: 5px 5px;
  margin-top: -10px !important;
}

@media (max-width: 650px) {
  div#parking-message {
    font-size: 11px;
  }
}
.accordion-text {
  color: #0D4651 !important;
}

@media screen and (max-width: 576px) {
  .yellow-blue-text {
    font-size: 19px !important;
    padding: 0px 5px;
  }
  .yellow-blue-text h2 {
    font-size: 19px !important;
    padding: 0px 5px;
  }
  .blue-yellow-text {
    font-size: 16px !important;
  }
  .blue-yellow-text h2 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .yellow-blue-text {
    font-size: 35px;
    padding: 0px 5px;
  }
  .yellow-blue-text h2 {
    font-size: 35px;
    padding: 0px 5px;
  }
  .blue-yellow-text {
    font-size: 20px;
  }
  .blue-yellow-text h2 {
    font-size: 20px;
  }
  .how-steps {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .homepage-form #park-form [type=submit] {
    width: 100%;
    height: 50px;
  }
  .homepage-form form {
    display: flex;
    flex-direction: column !important;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=beeparking.css.map */