/* Start custom CSS for html, class: .elementor-element-0fc2d10 *//* badge green */
.evh-badge{
  background:#dcfce7 !important;
  color:#16a34a !important;
}

/* highlight (όχι πορτοκαλί) */
.evh-hero-left h1 span{
  color:#16a34a !important;
}

/* αν έχεις πορτοκαλί κάπου */
.evh-hero-left{
  color:#0f172a;
}
.evh-hero-right img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}

.evh-hero-left{
  padding:60px;
}

.evh-hero-section{
  display:flex;
  align-items:center;
  gap:40px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0b4df68 */.evh-hero-left {
  padding: 40px 20px;
}

.evh-hero-left h1 {
  font-size: 48px;
  font-weight: 800;
  color: #1c2b3a;
  line-height: 1.2;
}

.evh-hero-left h1 span {
  color: #ff7a18;
}

.evh-hero-left p {
  margin-top: 15px;
  color: #6b7c93;
  font-size: 16px;
  max-width: 480px;
}

/* IMAGE STYLE */
.evh-hero-img img {
  border-radius: 20px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.15);
}
/* ===== EURO EV HUB SERVICE CENTER LANDING ===== */

.evh-form-section{
  position:relative;
  padding:90px 0 110px;
  background:
    radial-gradient(circle at 15% 20%, rgba(11,102,255,.10), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(0,200,83,.10), transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  overflow:hidden;
}

.evh-form-left{
  padding:30px 20px;
}

.evh-badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,122,24,.12);
  color:#f07a16;
  font-size:12px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.evh-form-left h2,
.evh-hero-left h1{
  font-size:48px;
  line-height:1.08;
  font-weight:900;
  color:#172335;
  margin:0 0 20px;
}

.evh-form-left h2 span,
.evh-hero-left h1 span{
  color:#f07a16;
}

.evh-form-left p,
.evh-hero-left p{
  font-size:16px;
  line-height:1.7;
  color:#667085;
  max-width:460px;
}

/* IMAGE CARD */
.evh-hero-img img,
.evh-service-image img{
  width:100%;
  border-radius:28px;
  box-shadow:0 35px 90px rgba(16,24,40,.18);
  border:1px solid rgba(255,255,255,.65);
}

/* FORM CARD */
.jet-form{
  max-width:620px;
  margin:0 auto;
  padding:34px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border:1px solid rgba(220,230,242,.95);
  border-radius:28px;
  box-shadow:0 35px 90px rgba(16,24,40,.10);
}

/* ROWS */
.jet-form-row,
.jet-form .jet-form__row{
  margin-bottom:14px !important;
}

/* LABELS */
.jet-form label,
.jet-form__label{
  font-size:13px !important;
  font-weight:800 !important;
  color:#344054 !important;
}

/* INPUTS */
.jet-form input,
.jet-form select,
.jet-form textarea{
  width:100% !important;
  height:52px !important;
  border-radius:15px !important;
  border:1px solid #dfe7f1 !important;
  background:#f6f9fd !important;
  color:#172335 !important;
  font-size:14px !important;
  padding:0 16px !important;
  outline:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
  transition:all .22s ease;
}

.jet-form input:focus,
.jet-form select:focus,
.jet-form textarea:focus{
  background:#fff !important;
  border-color:#0b66ff !important;
  box-shadow:0 0 0 4px rgba(11,102,255,.12) !important;
}

/* BUTTON */
.jet-form button,
.jet-form input[type="submit"],
.jet-form__submit{
  width:100% !important;
  height:58px !important;
  border:0 !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#0b66ff 0%,#12b886 55%,#55d66b 100%) !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.7px !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  box-shadow:0 16px 34px rgba(11,102,255,.22);
  transition:all .25s ease;
}

.jet-form button:hover,
.jet-form input[type="submit"]:hover,
.jet-form__submit:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 48px rgba(18,184,134,.30);
}

/* SUCCESS / ERROR */
.jet-form-message,
.jet-form-message--success,
.jet-form-message--error{
  margin-top:18px !important;
  padding:15px 18px !important;
  border-radius:14px !important;
  font-weight:700 !important;
  text-align:center !important;
}

.jet-form-message--success{
  background:#eafaf1 !important;
  color:#087f3f !important;
  border:1px solid #b7efcc !important;
}

.jet-form-message--error{
  background:#fff1f1 !important;
  color:#b42318 !important;
  border:1px solid #ffc9c9 !important;
}

/* FIX FOOTER SPACE */
.evh-form-section{
  margin-bottom:90px;
}

/* MOBILE */
@media(max-width:768px){
  .evh-form-section{
    padding:60px 18px 80px;
  }

  .evh-form-left h2,
  .evh-hero-left h1{
    font-size:36px;
  }

  .jet-form{
    padding:24px;
    border-radius:22px;
  }
}/* End custom CSS */