 /*
Theme Name: Frexus Child
Template: frexus
Version: 1.0
Text Domain: Attica Child
Description: Attica Movers SA — Custom child theme
/* ----------------------------------------------------------------------------------- */
@import url("../frexus/style.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/* ============================================================
   ATTICA MOVERS — MASTER CSS
   
   Design System:
   --gold:        #C9952A
   --gold-hover:  #a87a22
   --dark:        #1F2124
   --ivory:       #FAF8F4
   --white:       #FFFFFF
   --text-muted:  rgba(0,0,0,0.4)
   ============================================================ */
 
/* ── 1. TRUST BAR ── */
 
.trust-c {
  background: #1F2124;
  padding: 0.9rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  font-family: 'Manrope', sans-serif;
}
 
.trust-c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 110px;
  padding: 0.5rem 1.2rem;
  border-right: 1px solid #C9952A;
  opacity: 0.9;
}
 
.trust-c-item:last-child {
  border-right: none;
}
 
.trust-c-value {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
 
.trust-c-value em {
  color: #C9952A;
  font-style: normal;
}
 
.trust-c-label {
  font-size: 9.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
 
 
/* ── 2. CERTIFICATES SECTION ── */
 
.certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Manrope', sans-serif;
}
 
@media (max-width: 768px) {
  .certs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
.cert-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 8px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  text-decoration: none;
}
 
.cert-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
 
.cert-name {
  font-size: 15px;
  font-weight: 700;
  color: #1F2124;
  line-height: 1.3;
}
 
.cert-desc {
  font-size: 12px;
  color: rgba(0,0,0,0.4);
  line-height: 1.5;
  flex-grow: 1;
}
 
.cert-btn {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9952A;
  border: 1px solid #C9952A;
  border-radius: 4px;
  padding: 0.5rem 1.1rem;
  margin-top: 0.8rem;
  transition: background 0.2s ease, color 0.2s ease;
}
 
.cert-card:hover .cert-btn {
  background: #C9952A;
  color: #ffffff;
}
 
 
/* ── 3. CLIENT LOGOS SECTION ── */
 
.clients-section {
  background: #ffffff;
  padding: 3rem 2rem;
  font-family: 'Manrope', sans-serif;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
 
.clients-label {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C9952A;
  margin-bottom: 0.6rem;
}
 
.clients-title {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,0.4);
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
}
 
.clients-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
 
.client-item {
  flex: 1;
  min-width: 120px;
  max-width: 180px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0,0,0,0.07);
  cursor: default;
  transition: color 0.25s ease;
}
 
.client-item:last-child {
  border-right: none;
}
 
.client-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.25);
  text-align: center;
  transition: color 0.25s ease;
  white-space: nowrap;
}
 
.client-item:hover .client-name {
  color: #C9952A;
}
 
.clients-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 11px;
  color: rgba(0,0,0,0.3);
  letter-spacing: 0.04em;
  font-style: italic;
}
 
 
/* ── 4. HERO SLIDER OVERLAY ── */
 
.item::before,
.owl-item::before {
  background: linear-gradient(
    90deg,
    rgba(0,55,81,.80) 0%,
    rgba(0,55,81,.48) 42%,
    rgba(0,55,81,.15) 78%,
    rgba(0,55,81,.05) 100%
  ) !important;
}
 
 
/* ── 5. QUOTE PAGE ── */
 
.quote-intro {
  background-color: #FAF8F4 !important;
}
 
 
/* ── 5. GRAVITY FORMS — ORBITAL THEME OVERRIDE ── */
 
.gform_wrapper {
  --gf-color-primary: #C9952A !important;
  --gf-color-secondary: #1F2124 !important;
  --gf-input-border-color: rgba(0,0,0,0.15) !important;
  --gf-input-border-radius: 6px !important;
  --gf-input-background-color: #ffffff !important;
  --gf-input-color: #1F2124 !important;
  --gf-label-color: #1F2124 !important;
  --gf-btn-background-color: #C9952A !important;
  --gf-btn-color: #ffffff !important;
  font-family: 'Manrope', sans-serif !important;
}
 
/* Progress bar */
.gf_progressbar {
  background: rgba(0,0,0,0.08) !important;
  border-radius: 99px !important;
  height: 3px !important;
  box-shadow: none !important;
}
 
.gf_progressbar_percentage {
  background: #C9952A !important;
  border-radius: 99px !important;
  height: 3px !important;
}
 
.gf_progressbar_percentage span {
  display: none !important;
}
 
/* Hide required legend */
.gform_required_legend {
  display: none !important;
}
 
/* Labels */
.gfield_label {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1F2124 !important;
}
 
.gfield_required {
  color: #C9952A !important;
}
 
.gfield_description {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  color: rgba(0,0,0,0.38) !important;
}
 
/* Select dropdown */
.gform_wrapper select.gfield_select,
.gform_wrapper .ginput_container_select select {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  color: #1F2124 !important;
  -webkit-text-fill-color: #1F2124 !important;
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  border-radius: 6px !important;
  background-color: #ffffff !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  line-height: 1.4 !important;
  padding: 14px 2.5rem 14px 1rem !important;
}
 
.gform_wrapper .ginput_container_select {
  width: 100% !important;
  max-width: 100% !important;
}
 
.gform_wrapper select.gfield_select:focus {
  border-color: #C9952A !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(201,149,42,0.12) !important;
}
 
/* Radio cards */
.gfield--type-radio .gchoice {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  padding: 0.9rem 1.2rem !important;
  margin-bottom: 0.5rem !important;
  cursor: pointer !important;
  transition: border-color 0.2s, background 0.2s !important;
}
 
.gfield--type-radio .gchoice:hover {
  border-color: #C9952A !important;
  background: #FAF8F4 !important;
}
 
.gfield--type-radio .gchoice:has(input:checked) {
  border-color: #C9952A !important;
  background: #FAF8F4 !important;
}
 
.gfield--type-radio .gchoice input[type="radio"] {
  accent-color: #C9952A !important;
  width: 17px !important;
  height: 17px !important;
  margin-right: 0.8rem !important;
  flex-shrink: 0 !important;
}
 
.gfield--type-radio .gchoice label {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1F2124 !important;
  cursor: pointer !important;
  margin: 0 !important;
}
 
/* Text inputs */
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield textarea {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  border-radius: 6px !important;
  padding: 0.8rem 1rem !important;
  color: #1F2124 !important;
  background: #ffffff !important;
  width: 100% !important;
}
 
.gfield input:focus,
.gfield textarea:focus {
  border-color: #C9952A !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(201,149,42,0.12) !important;
}
 
/* Buttons */
.gform_next_button,
.gform_submit_button,
.gform_button {
  font-family: 'Manrope', sans-serif !important;
  background: #C9952A !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0.85rem 2.2rem !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
 
.gform_next_button:hover,
.gform_submit_button:hover,
.gform_button:hover {
  background: #a87a22 !important;
}
 
.gform_previous_button {
  font-family: 'Manrope', sans-serif !important;
  background: transparent !important;
  color: rgba(0,0,0,0.45) !important;
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  border-radius: 6px !important;
  padding: 0.85rem 2rem !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  margin-right: 0.8rem !important;
}
 
.gform_previous_button:hover {
  border-color: #C9952A !important;
  color: #C9952A !important;
}
 
/* GDPR / Consent checkbox */
.gfield--type-consent .gchoice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.7rem !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
 
.gfield--type-consent input[type="checkbox"] {
  accent-color: #C9952A !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}
 
/* Page footer (buttons row) */
.gform_page_footer {
  display: flex !important;
  align-items: center !important;
  margin-top: 2rem !important;
  gap: 0.8rem !important;
}
 
/* Validation errors */
.gfield_error .gfield_label {
  color: #c0392b !important;
}
 
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border-color: #c0392b !important;
}
 
.gfield_validation_message,
.validation_message {
  font-size: 12px !important;
  color: #c0392b !important;
  margin-top: 0.3rem !important;
  font-family: 'Manrope', sans-serif !important;
}
 
 
/* ── 6. HERO SLIDER OVERLAY ── */
/* Navy gradient — αριστερά προς δεξιά */
 
.item::before,
.owl-item::before {
  background: linear-gradient(
    90deg,
    rgba(0,55,81,.80) 0%,
    rgba(0,55,81,.48) 42%,
    rgba(0,55,81,.15) 78%,
    rgba(0,55,81,.05) 100%
  ) !important;
}
 
 
/* ── 7. SELECT2 — COUNTRY DROPDOWNS ── */
/* Χρησιμοποιείται στη φόρμα προσφοράς (Page 2) */
/* Libraries: Select2 + flag-icons CSS (via CDN) */
/* Injection: Elementor Custom Code blocks */
 
.select2-container--default .select2-selection--single {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  border-radius: 6px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 1rem !important;
  background: #ffffff !important;
  color: #1F2124 !important;
}
 
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #C9952A !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(201,149,42,0.12) !important;
}
 
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  color: #1F2124 !important;
  line-height: 52px !important;
  padding-left: 0 !important;
}
 
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
}
 
.select2-dropdown {
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
  font-family: 'Manrope', sans-serif !important;
}
 
.select2-container--default .select2-results__option--highlighted {
  background-color: #FAF8F4 !important;
  color: #1F2124 !important;
}
 
.select2-container--default .select2-results__option--selected {
  background-color: #FAF8F4 !important;
  color: #C9952A !important;
  font-weight: 600 !important;
}
 
.select2-search--dropdown .select2-search__field {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  border: 1.5px solid rgba(0,0,0,0.15) !important;
  border-radius: 4px !important;
  padding: 0.5rem 0.8rem !important;
  color: #1F2124 !important;
}
 
.select2-search--dropdown .select2-search__field:focus {
  border-color: #C9952A !important;
  outline: none !important;
}

/* ── 8. BG NAVY — Services Section ── */
.bg-navy-ov {
  background-color: #003751 !important;
  overflow: visible !important;
}

/* ── 9. SERVICES SECTION — Navy Background ── */
.bg-navy-services {
  background-color: #003751 !important;
  overflow: visible !important;
  padding: 120px 15px !important;
}

.bg-navy-services * {
  overflow: visible;
}
/* Fix padding για bg-secondary-ov */
.bg-secondary-ov,
.bg-navy-services,
.bg-navy-ov {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
}
/* ── 10. CLIENTS SECTION ── */
.ac-wrapper { font-family:'Manrope',sans-serif; padding:3rem 1rem; background:#FFFFFF; }
.ac-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; max-width:1100px; margin:0 auto; }
.ac-column { background:#ffffff; border-radius:12px; overflow:hidden; box-shadow:0 2px 20px rgba(0,0,0,0.06); }
.ac-column-header { background:#1F2124; padding:2rem 1.5rem; text-align:center; }
.ac-column-icon { width:48px; height:48px; background:rgba(201,149,42,0.15); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 1rem; color:#C9952A; }
.ac-column-title { font-size:16px; font-weight:700; color:#ffffff; margin:0 0 0.4rem; }
.ac-column-subtitle { font-size:12px; color:rgba(255,255,255,0.4); margin:0; line-height:1.5; }
.ac-list { list-style:none; margin:0; padding:1.5rem; }
.ac-list li { font-size:13.5px; font-weight:500; color:#1F2124; padding:0.6rem 0; border-bottom:1px solid rgba(0,0,0,0.06); display:flex; align-items:center; justify-content:space-between; gap:0.5rem; }
.ac-list li:last-child { border-bottom:none; }
.ac-list li::before { content:''; width:5px; height:5px; background:#C9952A; border-radius:50%; flex-shrink:0; margin-right:0.6rem; }
.ac-list a { color:#1F2124; text-decoration:none; }
.ac-list a:hover { color:#C9952A; }
.ac-badge { font-size:10px; font-weight:600; color:#C9952A; background:rgba(201,149,42,0.1); padding:2px 8px; border-radius:99px; white-space:nowrap; }
@media(max-width:900px){ .ac-grid{ grid-template-columns:1fr; } }
.ac-list li {
  text-align: left !important;
  justify-content: flex-start !important;
}

.ac-list a,
.ac-list a:visited {
  color: #1F2124 !important;
  text-decoration: none !important;
}

.ac-list a:hover {
  color: #C9952A !important;
}

.ac-list li span,
.ac-list li {
  color: #1F2124 !important;
}
