/*
Theme Name: KEPED Circular
Theme URI: https://foxit.gr/
Author: Vasileios Kotsanis — FoxIT Smart Technology Solutions
Author URI: https://foxit.gr/
Description: Ultra-light Elementor-first WordPress theme for Κ.Ε.ΠΕ.Δ. Α.Ε., with native fallbacks, partner directory, document library and starter content.
Version: 1.5.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: keped-circular
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --keped-blue: #0a3ce4;
  --keped-blue-2: #1e4ce4;
  --keped-green: #28cc05;
  --keped-navy: #071744;
  --keped-ink: #10182b;
  --keped-muted: #64708a;
  --keped-line: #dce4f5;
  --keped-soft: #f4f7ff;
  --keped-soft-green: #f0fbeD;
  --keped-white: #ffffff;
  --keped-radius-sm: 12px;
  --keped-radius: 22px;
  --keped-radius-lg: 36px;
  --keped-shadow: 0 18px 50px rgba(7, 23, 68, .10);
  --keped-shadow-sm: 0 10px 26px rgba(7, 23, 68, .08);
  --keped-container: 1240px;
  --keped-header-h: 76px;
  --keped-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--keped-ink);
  background: var(--keped-white);
  font-family: var(--keped-font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--keped-blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--keped-navy); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(40, 204, 5, .25); color: var(--keped-navy); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  clip: auto !important; width: auto; height: auto; padding: 12px 16px; margin: 8px;
  background: #fff; color: var(--keped-navy); z-index: 99999;
}

.keped-container,
.site-main > .page-header,
.site-main > .archive-header,
.site-main > .entry-content:not(.elementor) {
  width: min(calc(100% - 40px), var(--keped-container));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--keped-header-h);
  border-bottom: 1px solid rgba(220, 228, 245, .8);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7, 23, 68, .08); background: rgba(255,255,255,.97); }
.site-header__inner {
  width: min(calc(100% - 40px), var(--keped-container));
  min-height: var(--keped-header-h);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-branding { flex: 0 0 auto; display: flex; align-items: center; }
.site-branding a { display: flex; align-items: center; text-decoration: none; }
.site-branding img { width: auto; height: 46px; display: block; }
.site-title { margin: 0; font-weight: 900; letter-spacing: -.04em; color: var(--keped-blue); }
.site-description { margin: 0; font-size: 12px; color: var(--keped-muted); }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 4px; }
.primary-navigation li { position: relative; }
.primary-navigation a {
  display: flex; align-items: center; min-height: 38px; padding: 6px 7px;
  color: var(--keped-navy); text-decoration: none; font-weight: 750; font-size: 12px;
  border-radius: 10px; transition: color .2s ease, background .2s ease;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a { color: var(--keped-blue); background: var(--keped-soft); }
.primary-navigation .sub-menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 270px;
  display: block; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px);
  background: #fff; border: 1px solid var(--keped-line); border-radius: 16px; box-shadow: var(--keped-shadow);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-navigation .sub-menu a { min-height: 40px; white-space: normal; }
.header-cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 13px;
  border-radius: 999px; color: #fff; background: var(--keped-blue); text-decoration: none; font-weight: 800; font-size: 12px;
  box-shadow: 0 10px 24px rgba(10, 60, 228, .2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta:hover { color: #fff; background: var(--keped-navy); transform: translateY(-1px); box-shadow: 0 14px 30px rgba(7, 23, 68, .22); }
.menu-toggle {
  display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--keped-line);
  border-radius: 12px; background: #fff; color: var(--keped-navy); align-items: center; justify-content: center;
}
.menu-toggle svg { width: 24px; height: 24px; }

/* Content */
.site-main { min-height: 58vh; }
.entry-header { padding: clamp(52px, 8vw, 100px) 0 24px; }
.entry-title, .page-title {
  margin: 0; color: var(--keped-navy); font-size: clamp(36px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em;
}
.entry-content { padding-bottom: 80px; }
.entry-content > * { max-width: 860px; }
.entry-content > .alignwide { max-width: var(--keped-container); }
.entry-content > .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.entry-content h2 { margin-top: 1.8em; color: var(--keped-navy); font-size: clamp(28px, 4vw, 46px); line-height: 1.1; letter-spacing: -.035em; }
.entry-content h3 { margin-top: 1.6em; color: var(--keped-navy); font-size: clamp(22px, 3vw, 31px); line-height: 1.18; }
.entry-content p, .entry-content li { color: #33405b; }
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content li::marker { color: var(--keped-green); font-weight: 900; }

/* Shared components */
.keped-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
  color: var(--keped-blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
.keped-eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--keped-green); }
.keped-section { padding: clamp(72px, 9vw, 128px) 0; position: relative; overflow: clip; }
.keped-section--soft { background: var(--keped-soft); }
.keped-section--navy { color: #fff; background: var(--keped-navy); }
.keped-section__head { max-width: 790px; margin-bottom: 42px; }
.keped-section__title { margin: 0 0 18px; color: var(--keped-navy); font-size: clamp(34px, 5vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.keped-section--navy .keped-section__title { color: #fff; }
.keped-section__lead { margin: 0; color: var(--keped-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.keped-section--navy .keped-section__lead { color: rgba(255,255,255,.72); }
.keped-grid { display: grid; gap: 24px; }
.keped-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.keped-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.keped-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.keped-card {
  position: relative; padding: 30px; border: 1px solid var(--keped-line); border-radius: var(--keped-radius);
  background: #fff; box-shadow: var(--keped-shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.keped-card:hover { transform: translateY(-5px); border-color: rgba(10,60,228,.28); box-shadow: var(--keped-shadow); }
.keped-card__icon {
  width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 18px;
  color: var(--keped-blue); background: var(--keped-soft);
}
.keped-card__icon svg { width: 30px; height: 30px; }
.keped-card h3 { margin: 0 0 12px; color: var(--keped-navy); font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.keped-card p { margin: 0; color: var(--keped-muted); }
.keped-card__link { position: absolute; inset: 0; border-radius: inherit; }
.keped-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px;
  border: 0; border-radius: 999px; color: #fff; background: var(--keped-blue); text-decoration: none; font-weight: 850;
  box-shadow: 0 12px 28px rgba(10,60,228,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.keped-button:hover { color: #fff; background: var(--keped-navy); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7,23,68,.24); }
.keped-button--ghost { color: var(--keped-navy); background: #fff; border: 1px solid var(--keped-line); box-shadow: none; }
.keped-button--ghost:hover { color: var(--keped-blue); background: var(--keped-soft); box-shadow: none; }
.keped-button--green { color: var(--keped-navy); background: var(--keped-green); box-shadow: 0 12px 28px rgba(40,204,5,.22); }
.keped-button--green:hover { color: var(--keped-navy); background: #38e015; }

/* Hero */
.keped-hero {
  position: relative; isolation: isolate; min-height: min(780px, calc(100svh - var(--keped-header-h)));
  display: grid; align-items: center; overflow: clip; background:
  radial-gradient(circle at 82% 25%, rgba(40,204,5,.17), transparent 28%),
  radial-gradient(circle at 12% 10%, rgba(10,60,228,.13), transparent 34%),
  linear-gradient(145deg, #fff 0%, #f7f9ff 56%, #eef8ec 100%);
}
.keped-hero::after {
  content: ""; position: absolute; z-index: -1; right: -9vw; top: 8%; width: min(46vw, 650px); aspect-ratio: 1;
  border: clamp(26px, 4vw, 58px) solid rgba(10,60,228,.10); border-right-color: rgba(40,204,5,.25); border-radius: 50%;
  animation: keped-spin 36s linear infinite;
}
.keped-hero__inner { width: min(calc(100% - 40px), var(--keped-container)); margin-inline: auto; display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 50px; padding: 86px 0 92px; }
.keped-hero h1 { margin: 0 0 24px; max-width: 850px; color: var(--keped-navy); font-size: clamp(52px, 7.2vw, 104px); line-height: .93; letter-spacing: -.075em; }
.keped-hero h1 em { display: block; color: var(--keped-blue); font-style: normal; }
.keped-hero__lead { max-width: 720px; margin: 0 0 34px; color: #46526c; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.keped-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.keped-hero__visual { position: relative; display: grid; place-items: center; min-height: 440px; }
.keped-orbit { position: relative; width: min(100%, 470px); aspect-ratio: 1; display: grid; place-items: center; }
.keped-orbit::before, .keped-orbit::after { content: ""; position: absolute; inset: 6%; border: 3px dashed rgba(10,60,228,.22); border-radius: 50%; animation: keped-spin 28s linear infinite; }
.keped-orbit::after { inset: 20%; border-color: rgba(40,204,5,.35); animation-direction: reverse; animation-duration: 22s; }
.keped-orbit__logo { width: 48%; filter: drop-shadow(0 22px 35px rgba(7,23,68,.16)); }
.keped-orbit__chip { position: absolute; display: flex; align-items: center; gap: 10px; max-width: 190px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.78); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: var(--keped-shadow-sm); backdrop-filter: blur(14px); color: var(--keped-navy); font-size: 13px; font-weight: 850; }
.keped-orbit__chip i { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: var(--keped-green); box-shadow: 0 0 0 6px rgba(40,204,5,.12); }
.keped-orbit__chip--1 { top: 5%; right: 0; }
.keped-orbit__chip--2 { bottom: 12%; left: 0; }
.keped-orbit__chip--3 { bottom: 3%; right: 2%; }
@keyframes keped-spin { to { transform: rotate(360deg); } }

/* Stats */
.keped-stats { position: relative; z-index: 4; margin-top: -38px; }
.keped-stats__inner { width: min(calc(100% - 40px), var(--keped-container)); margin-inline: auto; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--keped-line); border-radius: 24px; background: #fff; box-shadow: var(--keped-shadow); }
.keped-stat { padding: 28px 30px; border-right: 1px solid var(--keped-line); }
.keped-stat:last-child { border-right: 0; }
.keped-stat strong { display: block; color: var(--keped-blue); font-size: clamp(28px,4vw,46px); line-height: 1; letter-spacing: -.05em; }
.keped-stat span { display: block; margin-top: 9px; color: var(--keped-muted); font-size: 14px; font-weight: 700; line-height: 1.35; }

/* About + process */
.keped-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(38px, 7vw, 96px); }
.keped-media-panel { position: relative; min-height: 500px; border-radius: var(--keped-radius-lg); overflow: hidden; background: linear-gradient(145deg, var(--keped-blue), #082ba5); box-shadow: var(--keped-shadow); }
.keped-media-panel::before { content: ""; position: absolute; width: 380px; height: 380px; right: -100px; top: -110px; border: 46px solid rgba(255,255,255,.13); border-radius: 50%; }
.keped-media-panel::after { content: ""; position: absolute; width: 240px; height: 240px; left: -70px; bottom: -80px; border: 36px solid rgba(40,204,5,.55); border-radius: 50%; }
.keped-media-panel__content { position: absolute; inset: auto 34px 34px; z-index: 2; color: #fff; }
.keped-media-panel__number { display: block; color: var(--keped-green); font-size: clamp(66px,10vw,126px); font-weight: 950; line-height: .8; letter-spacing: -.08em; }
.keped-media-panel__text { max-width: 410px; margin: 22px 0 0; font-size: 20px; font-weight: 760; line-height: 1.35; }
.keped-checks { list-style: none; margin: 30px 0; padding: 0; display: grid; gap: 14px; }
.keped-checks li { position: relative; padding-left: 34px; color: #3d4963; }
.keped-checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--keped-navy); background: var(--keped-green); font-size: 13px; font-weight: 950; }
.keped-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: process; }
.keped-process__item { position: relative; min-height: 230px; padding: 30px 26px; border: 1px solid var(--keped-line); border-radius: 22px; background: #fff; overflow: hidden; }
.keped-process__item::before { counter-increment: process; content: "0" counter(process); position: absolute; top: 16px; right: 20px; color: rgba(10,60,228,.12); font-size: 56px; font-weight: 950; line-height: 1; }
.keped-process__item::after { content: ""; position: absolute; top: 50%; right: -20px; width: 38px; height: 3px; background: var(--keped-green); }
.keped-process__item:last-child::after { display: none; }
.keped-process__item h3 { position: relative; margin: 84px 0 10px; color: var(--keped-navy); font-size: 23px; }
.keped-process__item p { position: relative; margin: 0; color: var(--keped-muted); font-size: 15px; }

/* Impact */
.keped-impact { position: relative; border-radius: var(--keped-radius-lg); overflow: hidden; padding: clamp(42px,7vw,84px); background: linear-gradient(135deg, #071744, #0a2f9d 75%); }
.keped-impact::before { content: ""; position: absolute; inset: -50% auto auto 55%; width: 540px; aspect-ratio: 1; border: 68px solid rgba(40,204,5,.18); border-radius: 50%; }
.keped-impact__inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.keped-impact h2 { max-width: 810px; margin: 0 0 18px; color: #fff; font-size: clamp(38px,6vw,78px); line-height: .98; letter-spacing: -.06em; }
.keped-impact p { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; }

/* News */
.keped-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.keped-news-card { overflow: hidden; border: 1px solid var(--keped-line); border-radius: 22px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.keped-news-card:hover { transform: translateY(-4px); box-shadow: var(--keped-shadow); }
.keped-news-card__image { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(145deg, var(--keped-soft), #e9f6e7); }
.keped-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.keped-news-card:hover .keped-news-card__image img { transform: scale(1.035); }
.keped-news-card__body { padding: 24px; }
.keped-news-card__meta { margin-bottom: 10px; color: var(--keped-blue); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.keped-news-card h3 { margin: 0 0 12px; color: var(--keped-navy); font-size: 22px; line-height: 1.25; }
.keped-news-card h3 a { color: inherit; text-decoration: none; }
.keped-news-card p { margin: 0; color: var(--keped-muted); font-size: 15px; }

/* Documents */
.keped-documents { display: grid; gap: 14px; }
.keped-document { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid var(--keped-line); border-radius: 16px; background: #fff; }
.keped-document__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--keped-blue); background: var(--keped-soft); }
.keped-document__icon svg { width: 23px; }
.keped-document h3 { margin: 0; color: var(--keped-navy); font-size: 17px; line-height: 1.3; }
.keped-document__meta { margin-top: 4px; color: var(--keped-muted); font-size: 13px; }
.keped-document__download { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 14px; border-radius: 999px; color: var(--keped-blue); background: var(--keped-soft); text-decoration: none; font-size: 13px; font-weight: 850; }
.keped-document__download:hover { color: #fff; background: var(--keped-blue); }

/* Partner directory */
.keped-directory { padding: 30px; border: 1px solid var(--keped-line); border-radius: var(--keped-radius); background: var(--keped-soft); }
.keped-directory__filters { display: grid; grid-template-columns: 1fr minmax(220px,.4fr); gap: 12px; margin-bottom: 24px; }
.keped-field, .keped-directory input, .keped-directory select,
.keped-form input, .keped-form select, .keped-form textarea {
  width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid #cad5eb; border-radius: 12px; color: var(--keped-ink); background: #fff;
  outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.keped-directory input:focus, .keped-directory select:focus,
.keped-form input:focus, .keped-form select:focus, .keped-form textarea:focus { border-color: var(--keped-blue); box-shadow: 0 0 0 4px rgba(10,60,228,.10); }
.keped-directory__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.keped-partner { padding: 22px; border: 1px solid var(--keped-line); border-radius: 16px; background: #fff; }
.keped-partner h3 { margin: 0 0 10px; color: var(--keped-navy); font-size: 19px; }
.keped-partner__type { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; color: #176405; background: #eafbe6; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.keped-partner__details { display: grid; gap: 6px; color: var(--keped-muted); font-size: 14px; }
.keped-partner[hidden] { display: none !important; }
.keped-directory__empty { display: none; padding: 24px; text-align: center; color: var(--keped-muted); }
.keped-directory__empty.is-visible { display: block; }

/* Forms */
.keped-form { max-width: 860px; padding: clamp(24px,5vw,48px); border: 1px solid var(--keped-line); border-radius: var(--keped-radius); background: #fff; box-shadow: var(--keped-shadow-sm); }
.keped-form__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.keped-form__field { display: grid; gap: 7px; }
.keped-form__field--full { grid-column: 1 / -1; }
.keped-form label { color: var(--keped-navy); font-size: 14px; font-weight: 800; }
.keped-form textarea { min-height: 150px; resize: vertical; }
.keped-form__consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: var(--keped-muted); font-size: 13px; }
.keped-form__consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.keped-notice { margin: 0 0 22px; padding: 14px 18px; border-radius: 12px; font-weight: 750; }
.keped-notice--success { color: #175908; background: #eafbe6; border: 1px solid #b7efa9; }
.keped-notice--error { color: #8b1820; background: #fff0f1; border: 1px solid #ffc5c9; }
.keped-honeypot { position: absolute !important; left: -9999px !important; }

/* Pagination/search/404 */
.navigation.pagination { margin: 40px 0 80px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border-radius: 10px; text-decoration: none; background: var(--keped-soft); }
.page-numbers.current { color: #fff; background: var(--keped-blue); }
.keped-404 { min-height: 65vh; display: grid; place-items: center; padding: 80px 20px; text-align: center; }
.keped-404 strong { display: block; color: var(--keped-blue); font-size: clamp(90px,20vw,240px); line-height: .75; letter-spacing: -.1em; opacity: .14; }
.keped-404 h1 { margin: -30px 0 16px; color: var(--keped-navy); font-size: clamp(34px,6vw,68px); }

/* Footer */
.site-footer { color: rgba(255,255,255,.78); background: var(--keped-navy); }
.site-footer__top { width: min(calc(100% - 40px), var(--keped-container)); margin-inline: auto; padding: 72px 0 50px; display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 42px; }
.site-footer__logo { width: min(100%, 300px); margin-bottom: 20px; filter: brightness(0) invert(1); }
.site-footer h2, .site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 16px; }
.site-footer p { margin: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.site-footer a:hover { color: var(--keped-green); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__bottom-inner { width: min(calc(100% - 40px), var(--keped-container)); margin-inline: auto; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.54); font-size: 13px; }

/* Elementor compatibility */
.elementor-page .site-main > .keped-container { width: 100%; max-width: none; }
.elementor-page .entry-content { padding-bottom: 0; }
.elementor-page .entry-content > * { max-width: none; }
body.elementor-template-canvas { background: #fff; }
.keped-full-width .entry-content { width: 100%; max-width: none; padding: 0; }

/* Reveal */
[data-keped-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-keped-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .primary-navigation, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header__inner { gap: 12px; }
  .site-branding img { height: 44px; }
  .primary-navigation.is-open {
    position: fixed; inset: var(--keped-header-h) 0 auto; display: block; max-height: calc(100vh - var(--keped-header-h)); overflow: auto;
    padding: 18px 20px 26px; background: #fff; border-bottom: 1px solid var(--keped-line); box-shadow: var(--keped-shadow);
  }
  .primary-navigation.is-open ul { display: block; }
  .primary-navigation.is-open a { min-height: 48px; padding: 10px 12px; }
  .primary-navigation.is-open .sub-menu { position: static; min-width: 0; display: block; padding: 0 0 0 16px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
  .keped-hero__inner { grid-template-columns: 1fr; }
  .keped-hero__visual { min-height: 360px; }
  .keped-stats__inner { grid-template-columns: repeat(2,1fr); }
  .keped-stat:nth-child(2) { border-right: 0; }
  .keped-stat:nth-child(-n+2) { border-bottom: 1px solid var(--keped-line); }
  .keped-grid--4, .keped-process { grid-template-columns: repeat(2,1fr); }
  .keped-process__item:nth-child(2)::after { display: none; }
  .keped-directory__grid, .keped-news-grid { grid-template-columns: repeat(2,1fr); }
  .site-footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__top > :first-child { grid-column: 1 / -1; max-width: 680px; }
}

@media (max-width: 767px) {
  :root { --keped-header-h: 64px; }
  .keped-container, .site-header__inner, .keped-hero__inner, .keped-stats__inner, .site-footer__top, .site-footer__bottom-inner { width: min(calc(100% - 28px), var(--keped-container)); }
  .site-branding img { height: 40px; max-width: 220px; }
  .keped-hero { min-height: auto; }
  .keped-hero__inner { padding: 66px 0 80px; gap: 22px; }
  .keped-hero h1 { font-size: clamp(47px,14vw,72px); }
  .keped-hero__visual { min-height: 300px; }
  .keped-orbit { width: 300px; }
  .keped-orbit__chip { max-width: 150px; padding: 9px 11px; font-size: 11px; }
  .keped-stats { margin-top: -22px; }
  .keped-stats__inner, .keped-grid--2, .keped-grid--3, .keped-grid--4, .keped-split, .keped-process, .keped-news-grid, .keped-directory__grid, .keped-impact__inner, .site-footer__top { grid-template-columns: 1fr; }
  .keped-stat { border-right: 0; border-bottom: 1px solid var(--keped-line); }
  .keped-stat:last-child { border-bottom: 0; }
  .keped-media-panel { min-height: 380px; }
  .keped-process__item::after { display: none; }
  .keped-impact__inner { align-items: start; }
  .keped-directory { padding: 18px; }
  .keped-directory__filters, .keped-form__grid { grid-template-columns: 1fr; }
  .keped-form__field--full { grid-column: auto; }
  .keped-document { grid-template-columns: auto 1fr; }
  .keped-document__download { grid-column: 1 / -1; }
  .site-footer__bottom-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-keped-reveal] { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   KEPED Circular 1.1 — navigation, directory and form refinements
   -------------------------------------------------------------------------- */
.site-header { z-index: 99990; }
.site-header__inner {
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 3.2vw, 64px);
}
.primary-navigation { flex: 1 1 auto; }
.primary-navigation > ul,
.primary-navigation > .menu { justify-content: center; }
.primary-navigation a {
  font-size: 11.75px;
  font-weight: 850;
  letter-spacing: .015em;
}
.mobile-menu-cta,
.submenu-toggle,
.menu-backdrop { display: none; }
.menu-toggle__icon { display: grid; place-items: center; }
.menu-toggle__icon--close { display: none; }
.menu-toggle.is-active .menu-toggle__icon--open { display: none; }
.menu-toggle.is-active .menu-toggle__icon--close { display: grid; }

/* A slightly more editorial / ENDIALE-inspired visual rhythm. */
.keped-hero {
  background:
    radial-gradient(circle at 93% 16%, rgba(40,204,5,.11) 0 86px, transparent 87px),
    radial-gradient(circle at 87% 13%, transparent 0 145px, rgba(10,60,228,.07) 146px 184px, transparent 185px),
    linear-gradient(120deg, #f2f6ff 0%, #ffffff 63%, #f4fbf2 100%);
}
.keped-hero h1 { max-width: 930px; }
.keped-section__title { text-wrap: balance; }
.keped-eyebrow { letter-spacing: .14em; }

.keped-partner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.keped-partner:hover,
.keped-partner:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(10,60,228,.35);
  box-shadow: var(--keped-shadow-sm);
  outline: none;
}
.keped-partner h3 a { color: inherit; text-decoration: none; }
.keped-partner__details { flex: 1; }
.keped-partner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--keped-line);
  font-size: 13px;
  font-weight: 800;
}
.keped-partner__more { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.keped-partner__more svg { width: 18px; }

.keped-partner-profile { padding-bottom: clamp(70px, 9vw, 130px); }
.keped-partner-profile__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}
.keped-partner-profile__content .entry-content { padding-top: 0; }
.keped-partner-profile__card {
  position: sticky;
  top: calc(var(--keped-header-h) + 28px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--keped-line);
  border-radius: var(--keped-radius);
  background: var(--keped-soft);
}
.keped-partner-profile__card h2 { margin: 0 0 22px; color: var(--keped-navy); }
.keped-partner-profile__card dl { display: grid; gap: 0; margin: 0 0 26px; }
.keped-partner-profile__card dl > div { padding: 14px 0; border-bottom: 1px solid var(--keped-line); }
.keped-partner-profile__card dt { color: var(--keped-muted); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.keped-partner-profile__card dd { margin: 4px 0 0; color: var(--keped-navy); font-weight: 700; }
.keped-back-link { display: inline-flex; margin-top: 30px; font-weight: 800; text-decoration: none; }

.keped-field-error { min-height: 18px; color: #a0121b; font-size: 12px; }
.keped-form input.is-invalid,
.keped-form select.is-invalid,
.keped-form textarea.is-invalid { border-color: #c9202c; box-shadow: 0 0 0 4px rgba(201,32,44,.09); }
.keped-button--form { min-width: 240px; }

.site-footer__bottom-inner { justify-content: center; text-align: center; }
.footer--copyright a { color: #fff; font-weight: 800; }
.footer--copyright .fa-heart::before { content: "♥"; font-style: normal; }

@media (max-width: 1100px) {
  body.keped-menu-open { overflow: hidden; }
  .site-header__inner { width: 100%; padding-inline: 18px; }
  .menu-toggle { position: relative; z-index: 100003; display: inline-flex; }
  .header-cta { display: none !important; }
  .primary-navigation {
    position: fixed;
    z-index: 100002;
    top: var(--keped-header-h);
    right: 0;
    bottom: 0;
    left: 0;
    display: none !important;
    margin: 0;
    padding: 20px 18px 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    border-top: 1px solid var(--keped-line);
    box-shadow: 0 24px 55px rgba(7,23,68,.18);
  }
  body.admin-bar .primary-navigation { top: calc(var(--keped-header-h) + 32px); }
  .primary-navigation.is-open { display: flex !important; flex-direction: column; }
  .primary-navigation > ul,
  .primary-navigation > .menu,
  .primary-navigation .menu { width: 100%; display: block; }
  .primary-navigation li { width: 100%; border-bottom: 1px solid var(--keped-line); }
  .primary-navigation a {
    width: calc(100% - 48px);
    min-height: 46px !important;
    padding: 8px 5px !important;
    border-radius: 0;
    font-size: 13.5px;
  }
  .primary-navigation li:not(.menu-item-has-children) > a { width: 100%; }
  .primary-navigation .sub-menu {
    position: static !important;
    display: none !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 10px 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
  }
  .primary-navigation .submenu-open > .sub-menu { display: block !important; }
  .primary-navigation .sub-menu li { border: 0; }
  .primary-navigation .sub-menu a { min-height: 40px !important; color: var(--keped-muted); font-size: 12.5px; }
  .submenu-toggle {
    position: absolute;
    top: 3px;
    right: 0;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 10px;
    color: var(--keped-navy);
    background: var(--keped-soft);
  }
  .submenu-toggle svg { width: 20px; transition: transform .2s ease; }
  .submenu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .mobile-menu-cta {
    display: flex;
    width: 100%;
    min-height: 54px;
    margin-top: 22px;
    padding: 13px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff !important;
    background: var(--keped-blue);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }
  .menu-backdrop {
    position: fixed;
    z-index: 100001;
    inset: var(--keped-header-h) 0 0;
    display: block;
    opacity: 0;
    background: rgba(7,23,68,.28);
    transition: opacity .2s ease;
  }
  .menu-backdrop.is-visible { opacity: 1; }
  .keped-partner-profile__layout { grid-template-columns: 1fr; }
  .keped-partner-profile__card { position: static; }
}

@media (max-width: 782px) {
  body.admin-bar .primary-navigation { top: calc(var(--keped-header-h) + 46px); }
  body.admin-bar .menu-backdrop { inset-block-start: calc(var(--keped-header-h) + 46px); }
}

@media (max-width: 767px) {
  .keped-button--form { width: 100%; }
  .keped-partner { min-height: 0; }
}


/* --------------------------------------------------------------------------
   KEPED Circular 1.2 — Ultimate Addons header/footer templates
   -------------------------------------------------------------------------- */
.hfe-site-header,
.keped-uae-header {
  position: sticky;
  top: 0;
  z-index: 99990;
  width: 100%;
  min-height: var(--keped-header-h);
  border-bottom: 1px solid rgba(220, 228, 245, .9);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 7px 24px rgba(7, 23, 68, .055);
  backdrop-filter: blur(16px);
}
body.admin-bar .hfe-site-header,
body.admin-bar .keped-uae-header { top: 32px; }
.keped-uae-header,
.keped-uae-header > .e-con-inner,
.keped-uae-header__inner {
  width: 100% !important;
  max-width: none !important;
}
.keped-uae-header__inner {
  min-height: var(--keped-header-h) !important;
  margin: 0 !important;
  padding: 5px clamp(16px, 2.4vw, 38px) !important;
  gap: clamp(10px, 1.4vw, 22px) !important;
}
.keped-uae-header__logo {
  flex: 0 0 clamp(155px, 13vw, 184px) !important;
  max-width: 184px !important;
}
.keped-uae-header__logo img,
.keped-uae-header .hfe-site-logo-img,
.keped-uae-header .custom-logo {
  width: auto !important;
  max-width: 100% !important;
  max-height: 45px !important;
  object-fit: contain;
}
.keped-uae-header__navigation {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.keped-uae-header__navigation .hfe-nav-menu,
.keped-uae-header__navigation .hfe-nav-menu__layout-horizontal,
.keped-uae-header__navigation nav,
.keped-uae-header__navigation ul.menu {
  justify-content: center !important;
}
.keped-uae-header__navigation .hfe-nav-menu a.hfe-menu-item,
.keped-uae-header__navigation .hfe-sub-menu-item,
.keped-uae-header__navigation nav a {
  min-height: 36px !important;
  padding: 6px clamp(4px, .52vw, 8px) !important;
  color: var(--keped-navy) !important;
  font-family: var(--keped-font) !important;
  font-size: clamp(10.5px, .78vw, 12px) !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: .012em !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.keped-uae-header__navigation .hfe-nav-menu a.hfe-menu-item:hover,
.keped-uae-header__navigation .current-menu-item > a,
.keped-uae-header__navigation .current-menu-ancestor > a {
  color: var(--keped-blue) !important;
}
.keped-uae-header__navigation .sub-menu {
  min-width: 230px !important;
  padding: 7px !important;
  border: 1px solid var(--keped-line) !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: var(--keped-shadow-sm) !important;
}
.keped-uae-header__navigation .sub-menu a {
  min-height: 36px !important;
  padding: 7px 9px !important;
  font-size: 11.5px !important;
  white-space: normal !important;
}
.keped-uae-header__cta {
  flex: 0 0 auto !important;
  width: auto !important;
}
.keped-uae-header__cta .elementor-button {
  min-height: 39px;
  padding: 9px 13px !important;
  border-radius: 999px !important;
  background: var(--keped-blue) !important;
  box-shadow: 0 8px 20px rgba(10,60,228,.17);
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap;
}
.keped-uae-header__cta .elementor-button:hover { background: var(--keped-navy) !important; }

.keped-uae-footer {
  width: 100% !important;
  max-width: none !important;
  color: rgba(255,255,255,.76);
  background: var(--keped-navy) !important;
}
.keped-uae-footer__top {
  display: grid !important;
  grid-template-columns: 1.35fr .8fr .8fr 1fr !important;
  width: min(calc(100% - 40px), var(--keped-container)) !important;
  max-width: var(--keped-container) !important;
  margin-inline: auto !important;
  padding: 66px 0 46px !important;
  gap: clamp(28px, 4vw, 50px) !important;
}
.keped-uae-footer__column { min-width: 0 !important; }
.keped-uae-footer__logo img,
.keped-uae-footer .hfe-site-logo-img,
.keped-uae-footer .custom-logo {
  width: min(100%, 270px) !important;
  max-height: 58px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.keped-uae-footer__intro,
.keped-uae-footer__intro p {
  max-width: 420px;
  margin: 18px 0 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 14px;
}
.keped-uae-footer__heading .elementor-heading-title,
.keped-uae-footer__heading {
  margin: 0 0 13px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: .05em;
}
.keped-uae-footer__nav .hfe-nav-menu,
.keped-uae-footer__nav .hfe-nav-menu__layout-vertical,
.keped-uae-footer__nav ul.menu {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.keped-uae-footer__nav .menu-item,
.keped-uae-footer__nav li { width: 100% !important; }
.keped-uae-footer__nav a,
.keped-uae-footer__contact a {
  min-height: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.74) !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
}
.keped-uae-footer__nav a:hover,
.keped-uae-footer__contact a:hover { color: var(--keped-green) !important; }
.keped-uae-footer__contact { display: grid; gap: 8px; font-size: 13px; line-height: 1.55; }
.keped-uae-footer__copyright {
  width: 100% !important;
  max-width: none !important;
  padding: 18px 20px !important;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.56);
  text-align: center;
  font-size: 13px;
}
.keped-uae-footer__copyright .elementor-widget-html { width: 100% !important; }
.keped-uae-footer__copyright .footer--copyright a { color: #fff; font-weight: 800; }

@media (max-width: 1180px) {
  .keped-uae-header__cta { display: none !important; }
  .keped-uae-header__navigation .hfe-nav-menu__toggle,
  .keped-uae-header__navigation .hfe-nav-menu-icon { margin-left: auto; }
  .keped-uae-header__navigation .hfe-dropdown,
  .keped-uae-header__navigation .hfe-nav-menu__layout-vertical {
    width: min(420px, calc(100vw - 24px)) !important;
    max-height: calc(100vh - var(--keped-header-h) - 20px);
    overflow-y: auto;
    border: 1px solid var(--keped-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: var(--keped-shadow) !important;
  }
  .keped-uae-header__navigation .hfe-dropdown a,
  .keped-uae-header__navigation .hfe-nav-menu__layout-vertical a {
    min-height: 43px !important;
    padding: 8px 13px !important;
    font-size: 12.5px !important;
    white-space: normal !important;
  }
  .keped-uae-footer__top { grid-template-columns: 1.2fr 1fr 1fr !important; }
  .keped-uae-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  body.admin-bar .hfe-site-header,
  body.admin-bar .keped-uae-header { top: 46px; }
}

@media (max-width: 767px) {
  .keped-uae-header__inner { padding-inline: 14px !important; }
  .keped-uae-header__logo { flex-basis: 155px !important; max-width: 155px !important; }
  .keped-uae-header__logo img,
  .keped-uae-header .hfe-site-logo-img,
  .keped-uae-header .custom-logo { max-height: 40px !important; }
  .keped-uae-footer__top {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 28px), var(--keped-container)) !important;
    padding: 50px 0 34px !important;
    gap: 30px !important;
  }
  .keped-uae-footer__about { grid-column: auto; }
}

/* --------------------------------------------------------------------------
   KEPED Circular 1.3 — header balance, accent-safe menu and restored footer
   -------------------------------------------------------------------------- */
.keped-generated-hfe--header,
.keped-generated-hfe--footer {
  width: 100%;
}

.keped-generated-hfe--header {
  position: relative;
  z-index: 99990;
}

.keped-uae-header__inner {
  min-height: 76px !important;
  padding: 7px clamp(18px, 2.2vw, 34px) !important;
  gap: clamp(14px, 1.4vw, 24px) !important;
  align-items: center !important;
}

.keped-uae-header__logo {
  flex: 0 0 clamp(185px, 14vw, 215px) !important;
  max-width: 215px !important;
}

.keped-uae-header__logo img,
.keped-uae-header .hfe-site-logo-img,
.keped-uae-header .custom-logo {
  max-height: 51px !important;
}

.keped-uae-header__navigation .hfe-nav-menu a.hfe-menu-item,
.keped-uae-header__navigation .hfe-sub-menu-item,
.keped-uae-header__navigation nav a {
  min-height: 42px !important;
  padding: 8px clamp(6px, .62vw, 10px) !important;
  font-size: clamp(12px, .86vw, 13.5px) !important;
  line-height: 1.2 !important;
  letter-spacing: .008em !important;
}

.keped-uae-header__cta,
.keped-uae-header__cta .elementor-widget-container {
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.keped-uae-header__cta .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 18px !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

.keped-uae-header__cta .elementor-button-content-wrapper,
.keped-uae-header__cta .elementor-button-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.15 !important;
}

.hfe-site-footer,
.elementor-location-footer,
.keped-generated-hfe--footer,
.keped-generated-hfe--footer > .elementor,
.keped-uae-footer {
  width: 100% !important;
  max-width: none !important;
  background: var(--keped-navy) !important;
}

.keped-uae-footer {
  display: flex !important;
  flex-direction: column !important;
  min-height: 280px;
  color: rgba(255,255,255,.78) !important;
}

.keped-uae-footer__top {
  position: relative;
  z-index: 1;
}

.keped-uae-footer__top > .elementor-element,
.keped-uae-footer__column,
.keped-uae-footer__column > .elementor-element,
.keped-uae-footer__column > .e-con-inner {
  width: 100% !important;
}

.keped-uae-footer__copyright {
  margin-top: auto !important;
  padding: 18px 20px !important;
}

.keped-uae-footer__copyright .footer--copyright,
.site-footer__bottom .footer--copyright {
  display: flex;
  width: min(100%, var(--keped-container));
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px 32px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.5;
}

.keped-uae-footer__copyright .footer--copyright a,
.site-footer__bottom .footer--copyright a {
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.keped-uae-footer__copyright .footer--copyright a:hover,
.site-footer__bottom .footer--copyright a:hover {
  color: var(--keped-green) !important;
}

@media (max-width: 1280px) {
  .keped-uae-header__navigation .hfe-nav-menu a.hfe-menu-item,
  .keped-uae-header__navigation nav a {
    padding-inline: 6px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 1180px) {
  .keped-uae-header__logo {
    flex-basis: 190px !important;
    max-width: 190px !important;
  }
}

@media (max-width: 767px) {
  .keped-uae-header__inner {
    min-height: 70px !important;
    padding-inline: 14px !important;
  }

  .keped-uae-header__logo {
    flex-basis: 170px !important;
    max-width: 170px !important;
  }

  .keped-uae-footer__copyright .footer--copyright,
  .site-footer__bottom .footer--copyright {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}


/* --------------------------------------------------------------------------
   KEPED Circular 1.4 — stable Elementor footer grid and clearer role panel
   -------------------------------------------------------------------------- */

/* The generated UAE/HFE footer can be wrapped by Elementor in an .e-con-inner.
   Apply the layout to both levels so columns remain horizontal on desktop. */
.hfe-site-footer,
.elementor-location-footer,
.keped-generated-hfe--footer,
.keped-generated-hfe--footer > .elementor,
.keped-generated-hfe--footer .elementor,
.keped-uae-footer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.keped-uae-footer {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  background: var(--keped-navy) !important;
}

.keped-uae-footer > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.keped-uae-footer__top,
.keped-uae-footer__top > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(270px, 1.35fr) minmax(155px, .78fr) minmax(155px, .78fr) minmax(190px, 1fr) !important;
  align-items: start !important;
  align-content: start !important;
  justify-content: stretch !important;
  width: min(calc(100% - 48px), var(--keped-container)) !important;
  max-width: var(--keped-container) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 58px 0 46px !important;
  gap: clamp(28px, 3.5vw, 54px) !important;
}

.keped-uae-footer__top > .e-con-inner {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.keped-uae-footer__top > .elementor-element,
.keped-uae-footer__top > .e-con-inner > .elementor-element,
.keped-uae-footer__column {
  position: relative !important;
  display: flex !important;
  flex: none !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  align-self: start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.keped-uae-footer__column > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.keped-uae-footer__column .elementor-widget,
.keped-uae-footer__column .elementor-widget-container {
  width: 100% !important;
  margin: 0 !important;
}

.keped-uae-footer__logo {
  margin: 0 0 20px !important;
}

.keped-uae-footer__logo img,
.keped-uae-footer .hfe-site-logo-img,
.keped-uae-footer .custom-logo {
  display: block !important;
  width: min(100%, 285px) !important;
  height: auto !important;
  max-height: 68px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: brightness(0) invert(1) !important;
}

.keped-uae-footer__intro,
.keped-uae-footer__intro p {
  max-width: 390px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.keped-uae-footer__heading,
.keped-uae-footer__heading .elementor-heading-title {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: .055em !important;
}

.keped-uae-footer__nav,
.keped-uae-footer__nav .elementor-widget-container,
.keped-uae-footer__nav nav,
.keped-uae-footer__nav .hfe-nav-menu__layout-vertical,
.keped-uae-footer__nav .hfe-nav-menu,
.keped-uae-footer__nav ul.menu {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.keped-uae-footer__nav .hfe-nav-menu,
.keped-uae-footer__nav .hfe-nav-menu__layout-vertical,
.keped-uae-footer__nav ul.menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
  list-style: none !important;
}

.keped-uae-footer__nav li,
.keped-uae-footer__nav .menu-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.keped-uae-footer__nav a,
.keped-uae-footer__contact,
.keped-uae-footer__contact div,
.keped-uae-footer__contact a {
  color: rgba(255,255,255,.78) !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}

.keped-uae-footer__nav a {
  display: inline-flex !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  white-space: normal !important;
  text-decoration: none !important;
}

.keped-uae-footer__contact {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.keped-uae-footer__nav a:hover,
.keped-uae-footer__contact a:hover {
  color: var(--keped-green) !important;
}

.keped-uae-footer__copyright {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 24px !important;
  border-top: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(0,0,0,.08) !important;
}

.keped-uae-footer__copyright > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.keped-uae-footer__copyright .elementor-widget,
.keped-uae-footer__copyright .elementor-widget-container {
  width: 100% !important;
  margin: 0 !important;
}

.keped-uae-footer__copyright .footer--copyright {
  display: flex !important;
  width: min(100%, var(--keped-container)) !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px 32px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Make the homepage role panel read as a deliberate information graphic,
   rather than dark text placed directly over a blue background. */
.keped-media-panel {
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 15%, rgba(255,255,255,.13) 0 118px, transparent 119px),
    linear-gradient(145deg, #1747ed 0%, #0a34c8 58%, #071f82 100%) !important;
}

.keped-media-panel::before,
.keped-media-panel::after {
  z-index: -1;
}

.keped-media-panel__content {
  inset: auto 28px 28px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(7,23,68,.88), rgba(7,23,68,.72));
  box-shadow: 0 18px 45px rgba(3,14,55,.28);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.keped-media-panel__number {
  color: var(--keped-green) !important;
  font-size: clamp(62px, 8vw, 104px) !important;
  line-height: .82 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 6px 24px rgba(0,0,0,.18);
}

.keped-media-panel__number::after {
  content: "ΑΠΟΒΛΗΤΕΣ ΣΥΣΚΕΥΑΣΙΕΣ ΛΙΠΑΝΤΙΚΩΝ";
  display: block;
  margin-top: 17px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .13em;
}

.keped-media-panel__text,
.keped-media-panel__content p {
  max-width: 430px !important;
  margin: 16px 0 0 !important;
  color: #fff !important;
  font-size: clamp(17px, 1.45vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.48 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.18);
}

@media (max-width: 1024px) {
  .keped-uae-footer__top,
  .keped-uae-footer__top > .e-con-inner {
    grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(160px, 1fr)) !important;
  }

  .keped-uae-footer__about {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .keped-uae-footer__top,
  .keped-uae-footer__top > .e-con-inner {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 32px), var(--keped-container)) !important;
    padding: 44px 0 34px !important;
    gap: 30px !important;
  }

  .keped-uae-footer__about {
    grid-column: auto !important;
  }

  .keped-uae-footer__copyright {
    padding: 17px 16px !important;
  }

  .keped-uae-footer__copyright .footer--copyright {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 5px !important;
  }

  .keped-media-panel {
    min-height: 430px !important;
  }

  .keped-media-panel__content {
    inset: auto 18px 18px !important;
    padding: 23px !important;
  }
}

/* --------------------------------------------------------------------------
   KEPED Circular 1.5 — footer rebuilt with classic Elementor sections/columns
   -------------------------------------------------------------------------- */
.keped-generated-hfe--footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--keped-navy) !important;
}

.keped-generated-hfe--footer .keped-uae-footer__top-section,
.keped-generated-hfe--footer .keped-uae-footer__copyright-section {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
}

.keped-generated-hfe--footer .keped-uae-footer__top-section {
  padding: 58px 24px 46px !important;
  background: var(--keped-navy) !important;
}

.keped-generated-hfe--footer .keped-uae-footer__top-section > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.35fr) minmax(155px, .78fr) minmax(155px, .78fr) minmax(210px, 1fr) !important;
  align-items: start !important;
  align-content: start !important;
  justify-content: stretch !important;
  width: min(100%, var(--keped-container)) !important;
  max-width: var(--keped-container) !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: clamp(28px, 3.5vw, 54px) !important;
}

.keped-generated-hfe--footer .keped-uae-footer__top-section > .elementor-container > .elementor-column,
.keped-generated-hfe--footer .keped-uae-footer__column {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
}

.keped-generated-hfe--footer .keped-uae-footer__column > .elementor-widget-wrap,
.keped-generated-hfe--footer .keped-uae-footer__copyright-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.keped-generated-hfe--footer .keped-uae-footer__column .elementor-element,
.keped-generated-hfe--footer .keped-uae-footer__column .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.keped-generated-hfe--footer .keped-uae-footer__copyright-section {
  padding: 18px 24px !important;
  border-top: 1px solid rgba(255,255,255,.13) !important;
  background: #06143d !important;
}

.keped-generated-hfe--footer .keped-uae-footer__copyright-section > .elementor-container {
  display: block !important;
  width: min(100%, var(--keped-container)) !important;
  max-width: var(--keped-container) !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.keped-generated-hfe--footer .keped-uae-footer__copyright-column {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
}

.keped-generated-hfe--footer .keped-uae-footer__copyright-widget,
.keped-generated-hfe--footer .keped-uae-footer__copyright-widget .elementor-widget-container,
.keped-generated-hfe--footer .keped-uae-footer__copyright-widget #copyright {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.keped-generated-hfe--footer .keped-uae-footer__copyright-widget .footer--copyright {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px 32px !important;
  width: 100% !important;
  margin: 0 !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1024px) {
  .keped-generated-hfe--footer .keped-uae-footer__top-section > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .keped-generated-hfe--footer .keped-uae-footer__about {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .keped-generated-hfe--footer .keped-uae-footer__top-section {
    padding: 44px 16px 34px !important;
  }

  .keped-generated-hfe--footer .keped-uae-footer__top-section > .elementor-container {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .keped-generated-hfe--footer .keped-uae-footer__about {
    grid-column: auto !important;
  }

  .keped-generated-hfe--footer .keped-uae-footer__copyright-section {
    padding: 17px 16px !important;
  }

  .keped-generated-hfe--footer .keped-uae-footer__copyright-widget .footer--copyright {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 5px !important;
  }
}
