/* style for home page */

#home-ajax-cfs #search_results_ajax_home_div_1,
#home-ajax-cfs #search_results_ajax_home_div_2,
#home-ajax-cfs #search_results_ajax_home_div_3 {
  height: 230px !important;
  min-height: 230px !important;
  overflow: hidden;
}

#home-ajax-cfs .cf_res_item {
  height: 100%;
  margin: 0;
  padding: 25px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
}

#home-ajax-cfs .cf_res_item_header,
#home-ajax-cfs .cf_res_item_footer,
#home-ajax-cfs .cf_res_text_home,
#home-ajax-cfs .cf_res_address_home,
#home-ajax-cfs .cf_res_time {
  padding: 0;
}

#home-ajax-cfs .cf_res_text_home {
  height: 120px;
  margin-top: 0;
}

.biznes-flow-section {
  padding-top: 80px;
  padding-bottom: 70px;
  overflow: hidden;
}

.biznes-flow-section .section-intro {
  margin-bottom: 28px;
}

.biznes-flow-section .section-intro .eyebrow {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #222;
  border-radius: 999px;
  background: #f3d74f;
  color: #111;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 14px;
  box-shadow: 4px 4px 0 #222;
}

.biznes-flow-section .section-intro h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #111;
  margin-bottom: 12px;
}

.biznes-flow-section .section-intro p {
  max-width: 780px;
  font-size: 1.08rem;
  color: #333;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.biznes-flow-section .info-card {
  height: 100%;
  background: #fff;
  border: 3px solid #222;
  border-radius: 28px;
  padding: 26px 22px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.biznes-flow-section .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 12px 0 rgba(0, 0, 0, 0.14);
}

.biznes-flow-section .info-card .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #f3d74f;
  border: 2px solid #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.biznes-flow-section .info-card .icon-wrap i {
  font-size: 1.7rem;
  color: #111;
}

.biznes-flow-section .info-card h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.biznes-flow-section .info-card p {
  color: #333;
  margin-bottom: 0;
}

.biznes-flow-section .explain-wrap {
  position: relative;
  margin-top: 6px;
}

.biznes-flow-section .about-copy {
  background: #fff;
  border: 3px solid #222;
  border-radius: 28px;
  padding: 30px 26px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 2;
}

.biznes-flow-section .about-copy .label {
  display: inline-block;
  background: #f3d74f;
  border: 2px solid #222;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 16px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.biznes-flow-section .about-copy h3 {
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 900;
  color: #111;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.biznes-flow-section .about-copy p {
  color: #222;
  font-size: 1.02rem;
  margin-bottom: 16px;
}

.biznes-flow-section .about-copy .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #222;
  border-radius: 999px;
  padding: 10px 18px;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.promo-cta-section {
  background-color: #f6f7fb;
}

.promo-cta-section .container {
  position: relative;
}

.promo-cta-section .col-xl-10 {
  max-width: 1080px;
}

.promo-cta-section .text-center {
  position: relative;
  overflow: hidden;
  padding: 42px 36px;
  text-align: left !important;
  background: #ffffff;
  border: 3px solid #222;
  border-radius: 34px;
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.1);
}

.promo-cta-section .text-center:before,
.promo-cta-section .text-center:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 3px solid #222;
  z-index: 0;
}

.promo-cta-section .text-center:before {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  background: #65ddea;
}

.promo-cta-section .text-center:after {
  width: 170px;
  height: 170px;
  left: -55px;
  bottom: -95px;
  background: #f3d74f;
}

.promo-cta-section .text-center > * {
  position: relative;
  z-index: 1;
}

.promo-cta-section .text-center h3 {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 2px solid #222;
  background: #f3d74f;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  color: #111 !important;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.05;
}

.promo-cta-section .text-center p {
  max-width: 720px;
  margin-bottom: 28px !important;
  color: #2c2c2c !important;
  font-size: 1.08rem;
  line-height: 1.7;
}

.promo-cta-section .text-center .btn_general {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 26px;
  border-radius: 999px;
  border: 3px solid #222;
  background: #111 !important;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 7px 7px 0 rgba(243, 215, 79, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.promo-cta-section .text-center .btn_general:hover {
  transform: translate(-2px, -2px);
  box-shadow: 11px 11px 0 rgba(243, 215, 79, 0.9);
  background: #000 !important;
}

.contact-flow-section {
  background: #f6f7fb;
}

.contact-flow-section .section-intro {
  margin-bottom: 34px;
}

.contact-flow-section .section-intro p {
  margin-left: auto;
  margin-right: auto;
}

.contact-flow-section .info-card {
  background: #fffdf6;
  border-width: 2px;
}

.contact-flow-section .social-links {
  padding-left: 4px;
}

.contact-flow-section .social-links a {
  width: 48px;
  height: 48px;
  border: 2px solid #222;
  background: #fff;
  color: #111;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.12);
}

.contact-flow-section .social-links a:hover {
  background: #f3d74f;
  border-color: #222;
  color: #111;
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.14);
}

.contact-flow-section .contact-form {
  background: #ffffff;
  border: 2px solid #222;
  border-radius: 28px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 34px;
}

.contact-flow-section .contact-form input[type=text],
.contact-flow-section .contact-form input[type=email],
.contact-flow-section .contact-form input[type=password],
.contact-flow-section .contact-form textarea {
  border: 1px solid #222;
  border-radius: 18px;
  color: #111;
  font-weight: 700;
}

.contact-flow-section .contact-form input[type=text]:focus,
.contact-flow-section .contact-form input[type=email]:focus,
.contact-flow-section .contact-form input[type=password]:focus,
.contact-flow-section .contact-form textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 4px rgba(243, 215, 79, 0.55);
}

.contact-flow-section .contact-form button[type=submit],
.contact-flow-section .auth-match-submit {
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 13px 30px;
  border: 2px solid #222;
  border-radius: 999px;
  background: #f3d74f;
  color: #111;
  font-weight: 900;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.contact-flow-section .contact-form button[type=submit]:hover,
.contact-flow-section .auth-match-submit:hover {
  background: #111;
  color: #fff !important;
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(243, 215, 79, 0.9);
}

.contact-flow-section .contact-result {
  background: #fffdf6;
  border: 2px solid #222;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  color: #111;
  font-weight: 800;
}

.contact-flow-section .contact-result h3 {
  font-size: 1.15rem;
}

.contact-flow-section .contact-result h4 {
  font-size: 0.95rem;
  font-weight: 600;
}

.auth-utility-section {
  overflow: visible;
  padding-bottom: 130px;
}

.classif-post-section {
  background: #f6f7fb;
}

.classif-post-section .section-intro p {
  margin-left: auto;
  margin-right: auto;
}

.classif-post-section .contact-form {
  background: #ffffff;
  border: 2px solid #222;
  border-radius: 28px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 34px;
}

.classif-post-section .form-column-heading {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(34, 34, 34, 0.14);
}

.classif-post-section .form-column-heading .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #f3d74f;
  border: 2px solid #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.classif-post-section .form-column-heading .icon-wrap i {
  color: #111;
  font-size: 1.65rem;
}

.classif-post-section .form-column-heading h3,
.classif-post-section .classif-text-title {
  margin: 0 0 6px;
  color: #111;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.classif-post-section .form-column-heading p {
  margin: 0;
  color: #333;
  font-size: 0.98rem;
}

.classif-post-section .contact-form .form-label {
  color: #111;
  font-weight: 900;
}

.classif-post-section .contact-form input[type=text],
.classif-post-section .contact-form input[type=email],
.classif-post-section .contact-form input[type=tel],
.classif-post-section .contact-form textarea,
.classif-post-section .contact-form select {
  border: 1px solid #222;
  border-radius: 18px;
  color: #111;
  font-weight: 700;
  background-color: #fff;
}

.classif-post-section .contact-form input[type=text]:focus,
.classif-post-section .contact-form input[type=email]:focus,
.classif-post-section .contact-form input[type=tel]:focus,
.classif-post-section .contact-form textarea:focus,
.classif-post-section .contact-form select:focus {
  border-color: #111;
  box-shadow: 0 0 0 4px rgba(243, 215, 79, 0.55);
}

.classif-post-section .contact-form small,
.classif-post-section .contact-form h6,
.classif-post-section .contact-form #mobile_valid_msg,
.classif-post-section .contact-form #inline-error {
  font-weight: 700;
}

.classif-post-section .contact-form .form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin: 2px 14px 10px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.classif-post-section .contact-form .form-check-input {
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #222;
  box-shadow: none;
}

.classif-post-section .contact-form .form-check-input:checked {
  background-color: #f3d74f;
  border-color: #111;
}

.classif-post-section .contact-form .form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(243, 215, 79, 0.45);
}

.classif-post-section .contact-form .form-check-label {
  color: #111;
  font-weight: 900;
  line-height: 1;
}

.classif-post-section .classif-text-title {
  margin-top: 30px;
}

.classif-post-section #classiftxt {
  min-height: 180px;
}

.classif-post-section .classif-visibility-options {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px solid rgba(34, 34, 34, 0.14);
}

.classif-post-section .classif-form-actions,
.classif-post-section .classif-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.classif-post-section .classif-form-actions .btn_general,
.classif-post-section .classif-edit-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  min-width: 250px;
  padding: 13px 24px;
  border: 3px solid #222;
  border-radius: 999px;
  color: #111;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.12);
}

.classif-post-section .classif-form-actions .btn_yellow,
.classif-post-section .classif-edit-actions .btn-info {
  background: #f3d74f;
}

.classif-post-section .classif-form-actions button[type=submit],
.classif-post-section .classif-edit-actions .btn-warning {
  background: #111;
  color: #fff !important;
}

.classif-post-section .classif-form-actions .btn_general:hover,
.classif-post-section .classif-edit-actions .btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(243, 215, 79, 0.9);
}

.help-flow-section {
  background: #f6f7fb;
}

.help-flow-section .section-intro p {
  margin-left: auto;
  margin-right: auto;
}

.help-flow-section .help-start-card {
  position: sticky;
  top: 110px;
  background: #fffdf6;
  border-width: 2px;
}

.help-flow-section .help-steps {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.help-flow-section .help-step-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 2px solid rgba(34, 34, 34, 0.14);
}

.help-flow-section .help-step-card:first-child {
  border-top: 0;
}

.help-flow-section .help-step-card .icon-wrap,
.help-flow-section .help-contact-card .icon-wrap {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-bottom: 0;
  border-radius: 16px;
}

.help-flow-section .help-step-card .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3d74f;
  border: 2px solid #222;
}

.help-flow-section .help-step-card .icon-wrap i,
.help-flow-section .help-contact-card .icon-wrap i {
  color: #111;
  font-size: 1.35rem;
}

.help-flow-section .help-step-card h4,
.help-flow-section .help-contact-card h4 {
  margin-bottom: 6px;
  color: #111;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.help-flow-section .help-step-card p,
.help-flow-section .help-contact-card p {
  margin-bottom: 0;
  color: #333;
  font-size: 0.95rem;
}

.help-flow-section .help-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.help-flow-section .help-actions .btn_general {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 2px solid #222;
  border-radius: 999px;
  background: #f3d74f;
  color: #111;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.12);
}

.help-flow-section .help-actions .btn_general:hover {
  background: #111;
  color: #fff !important;
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(243, 215, 79, 0.9);
}

.help-flow-section .help-actions .read-more,
.help-flow-section .help-contact-card .read-more {
  justify-content: center;
}

.help-flow-section .help-contact-card {
  margin-top: 22px;
  padding: 18px;
  border: 2px solid #222;
  border-radius: 22px;
  background: #f3d74f;
}

.help-flow-section .help-contact-card .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: #65ddea;
  border: 2px solid #222;
}

.help-flow-section .faq-container {
  display: grid;
  gap: 18px;
}

.help-flow-section.faq .faq-container .faq-item {
  margin-bottom: 0;
  padding: 22px 24px;
  border: 2px solid #222;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.10);
}

.help-flow-section.faq .faq-container .faq-item h3 {
  margin: 0;
  color: #111;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.3;
}

.help-flow-section.faq .faq-container .faq-item h3 .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-right: 12px;
  padding: 0;
  border: 2px solid #222;
  border-radius: 14px;
  background: #f3d74f;
  color: #111;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
}

.help-flow-section.faq .faq-container .faq-item h3:hover,
.help-flow-section.faq .faq-container .faq-active h3 {
  color: #111;
}

.help-flow-section.faq .faq-container .faq-active .faq-content {
  padding-top: 14px;
}

.help-flow-section.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.65;
}

.help-flow-section.faq .faq-container .faq-item .faq-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .promo-cta-section .text-center {
    padding: 34px 24px;
  }

  .help-flow-section .help-start-card {
    position: static;
  }

  .classif-post-section .contact-form {
    padding: 28px 22px;
  }
}

@media (max-width: 767.98px) {
  .biznes-flow-section .section-intro p {
    font-size: 1rem;
  }

  .biznes-flow-section .info-card {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.10);
  }

  .biznes-flow-section .info-card:hover {
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.12);
  }

  .classif-post-section .contact-form {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 575.98px) {
  .auth-utility-section {
    padding-bottom: 150px;
  }

  .promo-cta-section {
    padding-bottom: 72px;
  }

  .promo-cta-section .text-center {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .promo-cta-section .text-center .btn_general {
    width: 100%;
  }

  .contact-flow-section .contact-form {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .classif-post-section .contact-form {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .classif-post-section .form-column-heading {
    grid-template-columns: 1fr;
  }

  .classif-post-section .classif-form-actions .btn_general,
  .classif-post-section .classif-edit-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .help-flow-section .help-step-card {
    grid-template-columns: 1fr;
  }

  .help-flow-section.faq .faq-container .faq-item {
    padding: 18px;
    border-radius: 22px;
  }

  .help-flow-section.faq .faq-container .faq-item h3 {
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------
   classif-search-section — Ροή Αγγελιών & Προβολή Αγγελίας
---------------------------------------------------------------- */
.classif-search-section {
  background: #f6f7fb;
  overflow: visible;
}

.classif-search-section .section-intro p {
  margin-left: auto;
  margin-right: auto;
}

/* Mobile filter toggle button */
.classif-search-section .classif-filter-toggle {
  border: 2px solid #222;
  border-radius: 999px;
  font-weight: 800;
  background: #fff;
  color: #111;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.10);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.classif-search-section .classif-filter-toggle:hover,
.classif-search-section .classif-filter-toggle:focus {
  background: #f3d74f;
  border-color: #222;
  color: #111;
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.12);
}

/* Filter sidebar card */
.classif-filter-panel {
  background: #ffffff;
  border: 2px solid #222;
  border-radius: 24px;
  padding: 22px 20px 14px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.10);
  margin-bottom: 16px;
}

/* Watchlist toggle buttons */
.classif-search-section .form-check-label-cfsearch {
  border: 1.5px solid #bbb;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
              background-color 0.15s ease, border-color 0.15s ease;
}

.classif-search-section .form-check-input-cfsearch:checked + .form-check-label-cfsearch {
  background-color: #f3d74f;
  border-color: #222;
  color: #111;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
}

/* Result cards */
.classif-search-section .cf_res_item {
  font-size: 14px;
  color: #000;
  background: #ffffff;
  border: 2px solid #222;
  border-radius: 20px;
  padding: 18px 20px;
  margin: 0 0 18px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.classif-search-section .cf_res_item_header {
  border-bottom: 1.5px solid rgba(34, 34, 34, 0.12);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.classif-search-section .cf_res_item_footer {
  border-top: 1.5px solid rgba(34, 34, 34, 0.12);
  padding-top: 10px;
  margin-top: 10px;
}

.classif-search-section .cf_res_cat {
  font-size: 1rem;
  font-weight: 900;
  color: #111;
}

.classif-search-section .cf_res_text {
  font-size: 1rem;
  color: #111;
  padding: 0;
  line-height: 1.55;
}

.classif-search-section .cf_res_address {
  font-size: 0.93rem;
  color: #333;
}

.classif-search-section .cf_res_time {
  font-size: 0.88rem;
  text-align: left;
  color: var(--text-subtle-accent);
  padding-right: 0;
}

.classif-search-section .cf_res_tel,
.classif-search-section .cf_res_email {
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.classif-search-section .cf_res_contact {
  text-align: right;
}

/* Single view detail card */
.classif-detail-card {
  background: #ffffff;
  border: 2px solid #222;
  border-radius: 28px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.10);
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .classif-search-section .cf_res_time {
    text-align: left;
  }

  .classif-search-section .cf_res_contact,
  .classif-search-section .cf_res_tel,
  .classif-search-section .cf_res_email {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .classif-filter-panel {
    padding: 16px 14px 8px;
    border-radius: 18px;
  }

  .classif-detail-card {
    padding: 20px 16px;
    border-radius: 22px;
  }
}

/* ----------------------------------------------------------------
   times-flow-section — Τιμές Συνδρομών
---------------------------------------------------------------- */
.times-plan-card {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.times-plan-card .icon-wrap {
  margin: 0 auto 16px;
}

.times-plan-card .plan-month-num {
  font-size: 1.7rem;
  font-weight: 900;
  color: #111;
  line-height: 1;
}

.times-plan-card .plan-price {
  margin: 14px 0 6px;
}

.times-plan-card .plan-price strong {
  font-size: 2.4rem;
  font-weight: 900;
  color: #111;
}

.times-plan-card .plan-price small {
  font-size: 0.82rem;
  color: #555;
  display: block;
  margin-top: 2px;
}

.times-plan-card .btn_general {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* ----------------------------------------------------------------
   members/messages — Inbox συνομιλιών
---------------------------------------------------------------- */
#messages .msg-inbox-wrap {
    background: #fff;
    border: 2px solid #222;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.10);
}
#messages .msg-inbox-wrap table { width: 100%; border-collapse: collapse; }
#messages .msg-inbox-wrap thead th {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555;
    padding: 12px 18px;
    border-bottom: 2px solid #222;
    background: #f8f8f8;
}
#messages .msg-inbox-wrap tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.12s;
}
#messages .msg-inbox-wrap tbody tr:last-child { border-bottom: none; }
#messages .msg-inbox-wrap tbody tr:hover { background: #fffde7; }
#messages .msg-inbox-wrap tbody tr.has-unread { border-left: 3px solid #e74c3c; }
#messages .msg-inbox-wrap td { padding: 13px 18px; vertical-align: middle; }
#messages .msg-status {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}
#messages .msg-status-open   { background: #d4f5e2; color: #1a7a45; border: 1.5px solid #1a7a45; }
#messages .msg-status-closed { background: #ebebeb; color: #555;    border: 1.5px solid #aaa; }
#messages .msg-status-blocked{ background: #ffe0e0; color: #c0392b; border: 1.5px solid #c0392b; }
#messages .msg-open-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    font-size: 0.83rem;
    font-weight: 700;
    color: #111;
    background: #f3d74f;
    border: 2px solid #222;
    border-radius: 999px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.12);
    text-decoration: none;
    white-space: nowrap;
}
#messages .msg-open-btn:hover { background: #ffe033; color: #111; }
#messages .msg-card {
    display: block;
    background: #fff;
    border: 2px solid #222;
    border-radius: 20px;
    padding: 16px 18px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.10);
    margin-bottom: 12px;
    text-decoration: none;
    color: #111;
    transition: transform 0.15s, box-shadow 0.15s;
}
#messages .msg-card:hover { transform: translateY(-2px); box-shadow: 7px 7px 0 rgba(0,0,0,0.12); color: #111; }
#messages .msg-card.has-unread { border-left: 4px solid #e74c3c; }
#messages .msg-empty { text-align: center; padding: 50px 20px; }
#messages .msg-empty i { font-size: 2.8rem; color: #ccc; display: block; }
#messages .msg-empty p { color: #999; margin-top: 12px; }

/* ----------------------------------------------------------------
   members/message_thread — Συνομιλία
---------------------------------------------------------------- */
#message-thread .msg-status {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}
#message-thread .msg-status-open   { background: #d4f5e2; color: #1a7a45; border: 1.5px solid #1a7a45; }
#message-thread .msg-status-closed { background: #ebebeb; color: #555;    border: 1.5px solid #aaa; }
#message-thread .msg-status-blocked{ background: #ffe0e0; color: #c0392b; border: 1.5px solid #c0392b; }
#message-thread .msg-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #555;
    text-decoration: none;
}
#message-thread .msg-back-link:hover { color: #111; }
#message-thread .msg-chat-wrap {
    background: #fff;
    border: 2px solid #222;
    border-radius: 24px;
    padding: 24px 20px;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.10);
    min-height: 160px;
}
#message-thread .msg-bubble-wrap { margin-bottom: 18px; }
#message-thread .msg-inner { max-width: 75%; }
#message-thread .msg-inner-mine { display: flex; flex-direction: column; align-items: flex-end; }
#message-thread .msg-meta {
    font-size: 0.78rem;
    font-weight: 700;
    color: #888;
    margin-bottom: 5px;
}
#message-thread .msg-bubble {
    display: inline-block;
    max-width: 100%;
    padding: 11px 16px;
    border-radius: 18px;
    border: 1.5px solid #222;
    font-size: 0.96rem;
    line-height: 1.55;
    word-break: break-word;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.08);
}
#message-thread .msg-bubble-mine  { background: #f3d74f; color: #111; }
#message-thread .msg-bubble-other { background: #f8f8f8; color: #111; }
#message-thread .msg-thread-closed {
    background: #f5f5f5;
    border: 2px solid #ccc;
    border-radius: 16px;
    padding: 16px 20px;
    color: #666;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
#message-thread .msg-thread-container { max-width: 800px; }
#message-thread .msg-reply-bar {
    background: #fff;
    border: 2px solid #222;
    border-radius: 20px;
    padding: 14px 16px;
    box-shadow: 6px 6px 0 rgba(0,0,0,0.08);
}
#message-thread .msg-reply-error {
    color: #c0392b;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
#message-thread .msg-reply-input-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
#message-thread .msg-reply-input-row textarea {
    flex: 1;
    resize: none;
    border-radius: 14px;
    border: 1.5px solid #ccc;
    padding: 10px 14px;
    font-size: 0.96rem;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.2s;
}
#message-thread .msg-reply-input-row textarea:focus {
    border-color: #222;
}
#message-thread .msg-reply-send-btn {
    flex-shrink: 0;
    width: 46px;
    background: #f3d74f;
    border: 2px solid #222;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #111;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}
#message-thread .msg-reply-send-btn:hover {
    background: #ffe033;
    transform: translateY(-1px);
}
#message-thread .msg-reply-close-wrap {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
#message-thread .msg-reply-close-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 0.82rem;
    cursor: pointer;
    padding: 0;
}
#message-thread .msg-reply-close-btn:hover { color: #555; }

/* =========================================================
   #hero2 — Home hero section
   ========================================================= */
#hero2 {
  background: #48e5f0;
  padding: 200px 0 140px;
  overflow: hidden;
  color: #111;
}

/* Hero image — ίδιο ακριβώς με #hero .hero-img-desktop */
#hero2 {
  position: relative;
}
#hero2 .hero-img-desktop {
  position: absolute;
  inset: auto;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: auto;
  height: min(598px, 98%);
  max-width: 48.3%;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  z-index: 0;
}

/* Headings — same as #hero h2 */
#hero2 h2 {
  font-size: clamp(1.3rem, 5.4vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

/* Badge icon circle */
#hero2 .h2-badge {
  flex: 0 0 auto;
  width: 58px; height: 58px;
  border: 3px solid #222;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 4px 5px 0 rgba(0,0,0,.12);
}

/* Heading row: badge + h2 side by side */
#hero2 .h2-hl-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

/* Lead / hint text — same weight/size as #hero .form-hint */
#hero2 .h2-lead {
  display: block;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.4;
  margin: 8px 0 16px 74px;
}

/* Big primary CTA link — same style as #hero .hero-search-btn but full-width */
#hero2 .h2-big-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 74px;
  width: calc(100% - 74px);
  min-height: 54px;
  padding: 12px 32px;
  border-radius: 999px;
  border: 3px solid #222;
  background: #f3d74f;
  color: #111 !important;
  font-weight: 900 !important;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(0,0,0,.12);
  transition: background .15s, box-shadow .15s;
  margin-bottom: 14px;
}
#hero2 .h2-big-cta:hover {
  background: #ffe033;
  box-shadow: 8px 8px 0 rgba(0,0,0,.14);
}

/* Giveaway strip */
#hero2 .h2-strip {
  margin: 0 0 12px 74px;
  width: calc(100% - 74px);
  border: 2px solid rgba(0,0,0,.45);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  box-shadow: 3px 4px 0 rgba(0,0,0,.09);
  font-weight: 800;
  font-size: .92rem;
  line-height: 1.3;
}
#hero2 .h2-strip a {
  color: #075fb8;
  font-weight: 900;
  white-space: nowrap;
}

/* Privacy info box */
#hero2 .h2-info-box {
  margin: 0 0 28px 74px;
  width: calc(100% - 74px);
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(226,249,252,.72);
  border-radius: 18px;
  padding: 14px 18px;
  font-size: .92rem;
  line-height: 1.42;
}
#hero2 .h2-info-box strong {
  display: block;
  font-weight: 900;
  margin-bottom: 3px;
}

/* Dashed separator between the two blocks */
#hero2 .h2-pro-block {
  border-top: 0px dashed rgba(0,0,0,.18);
  padding-top: 36px;
}

/* Registration flash messages */
#hero2 .h2-reg-success {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #e8fdf8;
  border: 1.5px solid #7ff2f7;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 0 0 18px 0;
}
#hero2 .h2-reg-success p {
  margin: 0;
  font-size: .97rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1a4a3a;
}
#hero2 .h2-reg-error {
  background: #fff3f3;
  border: 1.5px solid #f5a5a5;
  border-radius: 10px;
  padding: 12px 18px;
  margin: 0 0 14px 0;
  font-size: .93rem;
  color: #8b1a1a;
}

/* Email sign-up form — same pattern as #hero .sign-up-form */
#hero2 .sign-up-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0 0 0 74px;
  width: calc(100% - 74px);
  background: #fff;
  border: 3px solid #222;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 8px 8px 0 rgba(0,0,0,.12);
  transition: box-shadow 180ms ease, transform 180ms ease;
}
#hero2 .sign-up-form:hover {
  box-shadow: 10px 10px 0 rgba(0,0,0,.16);
  transform: translateY(-2px);
}
#hero2 .sign-up-form input[type="email"] {
  flex: 1;
  min-width: 160px;
  border: none;
  background: #fff;
  color: #444;
  font-weight: 700;
  font-size: .92rem;
  padding: 8px 14px;
  min-height: 44px;
  outline: none;
  box-shadow: none;
}
#hero2 .sign-up-form button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-left: 3px solid #222;
  border-radius: 0 999px 999px 0;
  box-shadow: none;
  background: #f3d74f;
  color: #111 !important;
  font-weight: 900 !important;
  font-size: .94rem;
  padding: 10px 22px;
  min-height: 44px;
  cursor: pointer;
  transition: background 180ms ease;
  white-space: nowrap;
}
#hero2 .sign-up-form button[type="submit"]:hover {
  background: #ffe033;
}

/* Google + secondary row — same as #hero .hero-google-wrap */
#hero2 .hero-google-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  margin-left: 74px;
  flex-wrap: wrap;
}
#hero2 .hero-or {
  font-weight: 800;
  font-size: .9rem;
}
#hero2 .google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 3px solid #222;
  background: #fff;
  color: #111 !important;
  font-weight: 900 !important;
  font-size: .95rem;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(0,0,0,.12);
  transition: box-shadow .15s;
}
#hero2 .google-btn:hover { box-shadow: 8px 8px 0 rgba(0,0,0,.14); }

/* Secondary "ΔΕΣ LIVE" button */
#hero2 .h2-live-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 3px solid #222;
  background: rgba(220,250,253,.5);
  color: #111 !important;
  font-weight: 900 !important;
  font-size: .95rem;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(0,0,0,.12);
  transition: box-shadow .15s;
}
#hero2 .h2-live-btn:hover { box-shadow: 8px 8px 0 rgba(0,0,0,.14); }

/* Decorative bubbles — absolute μέσα στο section */
#hero2 .h2-bbl {
  position: absolute;
  border: 3px solid #222;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 4px 5px 0 rgba(0,0,0,.11);
  z-index: 2;
  pointer-events: none;
}
#hero2 .h2-bbl-1 { width: 58px; height: 58px; right: 22%; top: 12%; }
#hero2 .h2-bbl-2 { width: 54px; height: 54px; right: 6%;  top: 46%; }
#hero2 .h2-bbl-3 { width: 58px; height: 58px; right: 18%; bottom: 12%; }

/* Responsive */
@media (max-width: 991.98px) {
  #hero2 .h2-lead,
  #hero2 .h2-big-cta,
  #hero2 .h2-strip,
  #hero2 .h2-info-box,
  #hero2 .sign-up-form,
  #hero2 .hero-google-wrap {
    margin-left: 0;
    width: 100%;
  }
  #hero2 .h2-big-cta { max-width: 100%; }
}

@media (max-width: 767.98px) {
  #hero2 { padding: 180px 0 100px; }
  #hero2 .hero-google-wrap { flex-wrap: wrap; }
  #hero2 .google-btn, #hero2 .h2-live-btn { flex: 1; justify-content: center; }
}

@media (max-width: 575.98px) {
  #hero2 { padding: 95px 0 55px; }
  #hero2 .sign-up-form { border-radius: 24px; }
  #hero2 .sign-up-form input[type="email"] {
    flex-basis: 100%;
    min-width: 0;
    border-bottom: 3px solid #222;
  }
  #hero2 .sign-up-form button[type="submit"] {
    flex: 1;
    width: 100%;
    border-left: 0;
    border-radius: 0 0 21px 21px;
  }
}
#message-thread .msg-ad-link { color: #111; }

/* =========================================================
   #settings — Tom Select + scope radio cards
   ========================================================= */
#settings .ts-control {
  border: 1px solid #222 !important;
  border-radius: 18px !important;
  min-height: 44px;
  padding: .45rem .75rem;
  font-weight: 400;
  color: #111;
}
#settings .ts-wrapper.focus .ts-control {
  border-color: #111 !important;
  box-shadow: 0 0 0 4px rgba(243,215,79,.55) !important;
}
#settings .ts-dropdown {
  border: 1px solid #222;
  border-radius: 14px;
}
#settings .ts-control .item {
  background: #fef5c0;
  border: 1px solid #222;
  border-radius: 999px;
  padding: .2rem .65rem;
  margin: 5px !important;
  font-weight: 400;
  color: #111;
}
#settings .ts-control .item .remove {
  border-left-color: #222;
}
#settings .no-results {
  padding: .75rem;
  opacity: .8;
}

.settings-scope {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: .85rem;
}
.settings-scope-option {
  flex: 1 1 240px;
  position: relative;
}
.settings-scope-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.settings-scope-option label {
  display: block;
  border: 2px solid #d8dee6;
  border-radius: .9rem;
  padding: .9rem 1rem;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.settings-scope-option label strong {
  display: block;
  margin-bottom: .2rem;
  font-weight: 500;
}
.settings-scope-option label span {
  color: #5f6b7a;
  font-size: .95rem;
}
.settings-scope-option input:checked + label {
  border-color: #222;
  background: #f3d74f;
  box-shadow: 4px 4px 0 rgba(0,0,0,.12);
}

.settings-picker {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease;
}
.settings-picker.is-open {
  max-height: 800px;
  opacity: 1;
}

#settings .form-column-heading h3 { font-weight: 600 !important; }
#settings .classif-text-title { margin-top: 80px !important; }
#settings .classif-form-actions { justify-content: center; margin-top: 40px; }

#settings .settings-picker-hint {
  font-size: .82rem;
  color: #888;
  margin: 6px 0 0;
}
#settings .settings-picker-hint i { margin-right: 3px; }

#settings .settings-clear-btn {
  background: #fff;
  border: 2px solid #222;
  border-radius: 999px;
  color: #111;
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 3px 3px 0 rgba(0,0,0,.10);
  transition: box-shadow .15s, transform .15s;
}
#settings .settings-clear-btn:hover {
  box-shadow: 5px 5px 0 rgba(0,0,0,.13);
  transform: translateY(-1px);
}

.btn_general_primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #111 !important;
  border: 3px solid #222 !important;
  border-radius: 999px !important;
  background: #f3d74f !important;
  box-shadow: 6px 6px 0 rgba(0,0,0,.12);
  padding: 12px 26px;
  text-decoration: none !important;
  transition: background .15s, box-shadow .15s, transform .15s;
}
.btn_general_primary:hover {
  background: #ffe033 !important;
  box-shadow: 8px 8px 0 rgba(0,0,0,.14);
  transform: translateY(-1px);
}

.btn_general_sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111 !important;
  border: 3px solid #222;
  border-radius: 999px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0,0,0,.10);
  padding: 12px 22px;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
}
.btn_general_sec:hover {
  box-shadow: 8px 8px 0 rgba(0,0,0,.13);
  transform: translateY(-1px);
}
