/* =====================
   UI Components: buttons, cards, sections, accordion, CTA
   ===================== */

.btn_group {}

.btn_group a {
    margin: 5px
  }

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px
  }

.default-btn:hover {
    background-color: #00b5ab;
    color: #fff;
    transform: translateY(-2px)
  }

.default-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
  }

/* RSWL: uniforma stile link nel footer (col 2, 3, 4) */
  .widget-section .widget-content a:not(.default-btn) {
    color: #e0f1ef;
    text-decoration: none;
    display: inline-block;
  }

.widget-section .widget-content a:not(.default-btn):hover {
    color: #ffffff;
    text-decoration: underline;
  }

.svc-card .default-btn,
    .service-item .default-btn {
      border-radius: var(--radius-lg) !important;
      border: 2px solid #2EC4B6;
      background: #fff;
      color: var(--evocons-dark);
      padding: 12px 22px;
      box-shadow: none;
    }

.svc-card .default-btn:hover,
    .service-item .default-btn:hover {
      background: #E6FAF8;       /* leggero teal */
      color: var(--evocons-dark);
      box-shadow: 0 6px 16px rgba(0,0,0,.08);
    }

.svc-card .default-btn:focus {
      outline: 3px solid #9EE2FF;
      outline-offset: 2px;
    }

/* === BUTTON VARIANTI === */

    /* Pulsante outline (CTA soft) */
    .default-btn.outline {
      background: transparent;
      border: 2px solid #00d4c7;
      color: #00d4c7;
      font-weight: 600;
    }

.default-btn.outline:hover {
      background-color: #00d4c7;
      color: #fff;
    }

/* Pulsanti unificati: base .default-btn condivisa da CTA, slider e varianti (.default-btn.outline, .service-item .default-btn, .svc-card .default-btn, #services-hero .default-btn) */
  .default-btn {
    display: inline-block;
    font-family: work sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 45px;
    color: #000;
    background-color: #00d4c7;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    min-height: 44px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
    transition: all .3s ease
  }

.service-item {
    background-color: #fff;
    padding: 40px 20px;
    border-right: 1px solid rgba(0, 0, 0, .03);
    transition: all .2s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 1
  }

.service-item .service-icon {
    color: #2EC4B6;
    font-size: 60px;
    margin-bottom: 10px
  }

.service-item .overlay-icon {
    position: absolute;
    left: 50%;
    bottom: 50%;
    font-size: 130px;
    color: #2EC4B6;
    opacity: .09;
    transform: translate(-50%, 50%);
    z-index: -1
  }

.service-item h3 {
    font-size: 18px;
    font-weight: 600
  }

.service-item .read-more {
    font-family: work sans, sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
  }

.service-item .read-more:hover {
    opacity: .8
  }

.service-item:hover {
    background-color: #2EC4B6;
    transition: all .2s ease-in-out
  }

.service-item:hover h3,
  .service-item:hover .service-icon,
  .service-item:hover .overlay-icon,
  .service-item:hover p,
  .service-item:hover .read-more {
    color: #fff;
    transition: all .2s ease-in-out
  }

.services-list .offset-top {
    transform: translateY(30px)
  }

.services-list .service-item {
    text-align: left
  }

.services-list .service-item i {
    font-size: 50px;
    color: #2EC4B6;
    margin-bottom: 10px;
    display: block
  }

.services-list .service-item:hover i {
    color: #fff
  }

.services-list .service-item h3 {
    margin: 0 0 5px
  }

.services-list .service-item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0
  }

/* --- Valori (About) --- */
  .valori-grid{ align-items:stretch; }

.valore-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 32px 28px;
      text-align: center;
      height: 100%;
      transition: transform .2s ease, box-shadow .2s ease;
    }

.valore-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 24px rgba(0,0,0,.08);
    }

.valori-icon {
      width: auto;
      max-height: 96px;     /* icona grande come nel reference */
      margin-bottom: 16px;
      display: inline-block;
      filter: grayscale(100%) contrast(110%); /* monocromatico coerente */
      opacity: .95;
    }

.valore-card h5 {
      font-weight: 800;
      letter-spacing: .2px;
      margin-bottom: 10px;
    }

.valore-card p {
      color: #6b7280;
      margin: 0 auto;
      max-width: 42ch;      /* limita la larghezza del testo */
      line-height: 1.6;
    }

/* Evita layout “creativi” su schermi sotto lg */


    /* Spazio respiro sui telefoni (già condiviso prima) */

    /* Stats grid */
  .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; }

.stat { background:#fff; border:1px solid #eee; border-radius:12px; padding:16px; text-align:center; }

.stat small { display:block; color:#6b7280; }

/* Service cards */
  .svc-card { background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:28px; position:relative; }

.svc-icon { max-height:96px; display:block; margin:0 auto 12px; filter:grayscale(100%) contrast(110%); }

.svc-list { list-style:none; margin:0 0 8px; padding:0; color:#6b7280; }

.svc-list li { margin:4px 0; }

/* Step */
  .step span{ display:inline-flex; width:36px; height:36px; border-radius:999px; align-items:center; justify-content:center; background:#2EC4B6; color:#fff; font-weight:700; margin-bottom:6px; }

.step h6{ font-weight:800; margin:4px 0; }

.case-card{ border:1px solid #e5e7eb; border-radius:16px; padding:20px; background:#fff; }

/* Responsive fixes */


    /* Stats grid (BS4 safe) */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-gap: 16px;
    }

.stat {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 16px;
      text-align: center;
    }

.stat small{ display:block; color:#6b7280; }

/* Service cards */
    .svc-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 28px;
      position: relative;          /* necessario per .stretched-link */
      transition: transform .15s ease, box-shadow .15s ease;
    }

.svc-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

.svc-icon {
      max-height: 96px;
      display: block;
      margin: 0 auto 12px;
      filter: grayscale(100%) contrast(110%);
    }

.svc-list{ list-style:none; margin:0 0 8px; padding:0; color:#6b7280; }

.svc-list li{ margin:4px 0; }

.step span {
      display: inline-flex; width:36px; height:36px; border-radius:999px;
      align-items: center; justify-content:center;
      background: #2EC4B6; color:#fff; font-weight:700; margin-bottom:6px;
    }

.step h6{ font-weight:800; margin:4px 0; }

.case-card {
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 20px;
      background: #fff;
      transition: transform .15s ease, box-shadow .15s ease;
    }

.case-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0,0,0,.06);
    }

/* Colore icone servizi (gli SVG ereditano currentColor) */
    .svc-icon {
      color: #00838f;           /* colore brand */
      max-height: 96px;
      width: auto;
      display: block;
      margin: 0 auto 12px;
      /* se vuoi monocromatico grigio come i partner:
      color: #444;  */
    }

/* Effetto hover leggero sulla card */
    .svc-card {
      transition: transform .15s ease, box-shadow .15s ease;
    }

.svc-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

.bg-dark .svc-icon{ color:#fff; }

.step {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      padding: 20px;
      height: 100%;
    }

#services-hero .default-btn {
      background: #fff;
      color: var(--evocons-dark);
      font-weight: 600;
      border: 2px solid rgba(255, 255, 255, .85);
      border-radius: var(--radius-pill) !important;
      padding: 16px 28px;
      box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
    }

#services-hero .default-btn:hover {
      background: #B9E5E8;
      color: var(--evocons-dark);
      transform: translateY(-1px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
    }

#services-hero .default-btn:focus {
      outline: 3px solid #9EE2FF;
      outline-offset: 2px;
    }

.service-section {
    position: relative;
    z-index: 1
  }

.service-section .dark-bg {
    position: absolute;
    background-color: #232427;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    z-index: -2;
    padding-top: 80px
  }

.service-section:before {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
  }

/* Disattiva solo il pattern di sfondo in questa sezione */
  .service-section.intro-servizi::before {
    content: none !important;
    display: none !important;
  }

/* Tinta piena e layering stabile */
  .service-section.intro-servizi {
    background-color: var(--evocons-dark) !important;
    color: #fff;
  }

.service-section.intro-servizi .intro-title {
    color: #fff;
    margin-bottom: 18px;
  }

.service-section.intro-servizi .lead {
    font-size: clamp(1.05rem, 0.98rem + 0.6vw, 1.25rem);
    line-height: 1.8;
    opacity: .92;
  }

/* Opzionale: tipografia responsive del paragrafo */


  .breadcrumb a {
    color: var(--evocons-primary);
    text-decoration: none;
  }

.breadcrumb a:hover {
    text-decoration: underline;
    color: #007C88;
  }

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #999;
    margin: 0 6px;
  }

.breadcrumb-section {
    background: var(--evocons-bg-grey);
    padding: 28px 0;
    border-bottom: 1px solid #eee;
  }

.breadcrumb {
    margin-bottom: 0;
    font-size: 0.95rem;
  }

.service-section.section-2 {
    position: relative;
    z-index: 1;
    padding-bottom: 100px
  }

.service-section.section-2 .dots
   {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1
  }

/* HERO — AI & DATA ANALYTICS */
    #services-hero {
      position: relative;
      background: linear-gradient(135deg, var(--evocons-dark) 0%, var(--evocons-primary) 100%);
      color: #fff;
      padding: 140px 0 100px; /* Spazio adeguato sotto il menu */
      overflow: hidden;
    }

/* Pattern di sfondo per tutti gli hero principali */
    #services-hero::after,
    .page-hero.about-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: url('assets/img/pattern-light.svg') center/contain repeat;
      opacity: 0.08; /* pattern leggero */
      pointer-events: none;
      z-index: 0;
    }

/* Garantisce che i contenuti restino sopra il pattern */
    #services-hero .container,
    .page-hero.about-hero .container {
      position: relative;
      z-index: 2;
    }

#services-hero .service-content span {
      display: inline-block;
      color: #B9E5E8;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

#services-hero .service-content h1 {
      color: #fff;
      font-size: 42px;
      line-height: 1.3;
      font-weight: 700;
      margin-bottom: 16px;
    }

#services-hero .service-content p {
      color: #f0f6f7;
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 24px;
    }

#services-hero img {
      border-radius: 12px;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    }

#services-hero .about-img img {
      opacity: 0.95;
      mix-blend-mode: lighten;
    }

#services-hero {
      background: linear-gradient(rgba(14,42,71,0.85), rgba(14,42,71,0.85)),
      url('assets/img/ai-data-hero-bg.jpg') center/cover no-repeat;
      color: #fff;
      padding: 140px 0 100px;
    }

/* Breadcrumb – rifiniture */
  .breadcrumb-section { padding: 24px 0; }

.breadcrumb { margin-bottom: 0; font-size: .98rem; }

.breadcrumb a { color:var(--evocons-primary); text-decoration:none; }

.breadcrumb a:hover { color:#007C88; text-decoration:underline; }

.breadcrumb-item + .breadcrumb-item::before { content:"›"; color:#94a3b8; margin:0 6px; }

.breadcrumb-section {
      padding: 24px 0;
      margin-bottom: 16px; /* aumenta la distanza */
    }

/* FAQ look&feel */
  #faq-acc .card{ border-radius:12px; border:1px solid #e5e7eb; }

#faq-acc .card-header{ background:#fff; border-bottom:1px solid #f1f5f9; }

#faq-acc .card-header a{ display:block; text-decoration:none; color:#111827; }

#faq-acc .card-header a.collapsed{ color:#334155; }

#faq-acc .card-body{ color:#475569; line-height:1.6; }

/*--------------------------
  10.14 Accordions
  ----------------------------*/
  .accordion-item .heading {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
  }

.accordion-item .heading > a {
    position: relative;
    color: #000;
  }

.accordion-item .body-text {
    font-size: 16px;
    padding: 5px 0;
  }

.accordion-item {
    border: 0 !important;
  }

#accordion .collapse {
    overflow: hidden; /* Ensures no content spills out during transition */
    height: 0; /* Initially collapsed */
    transition: height 0.3s ease; /* Smooth transition for height */
  }

#accordion .collapse.show {
    height: auto; /* Let JavaScript dynamically set the height */
  }

#accordion .heading a.active {
    color: #2EC4B6;
    font-weight: bold;
    text-decoration: none;
  }

.hero-cta .btn{ margin:0 .375rem .375rem; }

/* =====================
   Layout components: header, footer, buttons, preloader, service blocks, pricing
   ===================== */

  .loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden
  }

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
  }

.site-preloader-wrap .spinner {
    background-color: #2EC4B6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
  }

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
  }

@-webkit-keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0)
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0
    }
  }

@keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0)
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0
    }
  }

.header {
    position: absolute;
    z-index: 999;
    /*background-color: #fff;*/
    width: 100%;
    height: auto;
    display: block;
  }

.viewport-sm .primary-header {
    padding: 10px 0
  }

.header-menu-wrap {
    margin-left: auto
  }

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99
  }

.sticky-header .primary-header {
    background-color: #000c;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1)
  }

.sticky-header.headroom--top {
    transform: translateY(-100%)
  }

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
  }

.headroom--unpinned {
    transform: translateY(-100%)
  }

.headroom--pinned {
    transform: translateY(0)
  }

.header ul {
    margin: 0;
    padding: 0;
    list-style: none
  }

.mobile-menu-icon {
    display: none
  }

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out
  }

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

.line-menu {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 3px
  }

.line-menu.line-half {
    width: 50%
  }

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transform-origin: right
  }

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px)
  }

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transform-origin: left
  }

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px)
  }

.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
  }

.header-menu-wrap ul li {
    display: inline-block;
    position: relative
  }

.header-menu-wrap ul li>a {
    display: block;
    font-family: work sans, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
  }

.header-menu-wrap ul li:hover>a {
    color: #2EC4B6
  }

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 220px;
    padding: 30px 0;
    -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, .07);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
  }

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99
  }

.header-menu-wrap li li {
    display: block;
    padding: 0 35px;
    margin-bottom: 5px;
    text-align: left;
    position: relative
  }

.header-menu-wrap li li:last-child {
    margin: 0
  }

.header-menu-wrap li li>a {
    font-family: source sans pro, sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #263a4f;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.5;
    text-transform: capitalize;
    padding: 1px 8px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased
  }

.header-menu-wrap li li:hover>a {
    color: #2EC4B6 !important;
    background-color: #f9f9f9
  }

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0
  }

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px
  }

.header-right .mobile-menu-icon {
    margin-left: 20px
  }

.header-right a.menu-btn {
    background-color: #2EC4B6;
    line-height: 40px;
    color: #000;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px
  }

.header-right a.menu-btn:hover {
    background-color: #2EC4B6;
    opacity: .8;
    color: #000;
  }

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
  }

.primary-header .header-logo {
    max-width: 280px
  }

.header-logo a {
    font-size: 25px;
    font-weight: 700;
    color: #2EC4B6;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

/* === Evocons: uniforma claim e previeni a capo === */
  /* Contenitore: riga unica logo + claim */
  .primary-header .header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 320px;          /* alza a 300–320 se serve più spazio */
    flex-shrink: 0;            /* non far comprimere il blocco intero */
  }

/* Logo: non deve mai “sparire” nello shrink */
  .primary-header .header-logo img {
    height: 34px;
    width: auto;
    flex: 0 0 auto;            /* <-- blocca lo shrink del logo */
  }

/* Logo EvoCons - scaling e retina support */
  .header-logo img {
    height: 42px;    /* base: usa la versione 42px */
    width: auto;     /* mantiene le proporzioni */
    background: transparent !important;
    display: block;
  }

/* Desktop - logo un po' più grande per rendere leggibile il claim */


  /* Mobile - logo più compatto */


  /* Claim: identico al menu, su una sola riga */
  .primary-header .header-logo .brand-claim {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    line-height: 1;
    white-space: nowrap;
    flex: 1 1 auto;            /* lascia al claim adattarsi allo spazio disponibile */
    overflow: hidden;          /* opzionale: evita overflow orizzontale */
    text-overflow: ellipsis;   /* opzionale: “…” se lo spazio è troppo poco */
  }

/* Mobile: nascondi claim per non stringere il menu */





  .viewport-lg .primary-header .header-menu-wrap {
    display: block!important
  }

.page-header {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
  }

.page-header:before {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
  }

.sidebar-wrap .widget-content {
    margin-bottom: 40px
  }

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px
  }

.sidebar-wrap .widget-content h4:before {
    background-color: #2EC4B6;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px
  }

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline
  }

.widget-content .tags {}

.widget-content .tags li {
    display: inline-block
  }

.widget-content .tags li a {
    display: inline-block;
    background-color: #2EC4B6;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px
  }

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
  }

.widget-section {
    background-color: #232427;
    border-bottom: 1px solid #333
  }

.widget-content {}

.widget-content img {
    margin-bottom: 20px
  }

.footer-logo a {
    font-size: 25px;
    font-weight: 700;
    color: #2EC4B6;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

.footer-logo p {
    margin-top: 20px;
  }

.widget-section .widget-content h4 {
    color: #fff
  }

.widget-content p {}

.widget-content span {
    display: block
  }

.widget-content .widget-links {}

.widget-content .widget-links li {}

.widget-content .widget-links li a {
    color: #8d9aa8;
    line-height: 1.9
  }

.widget-content .widget-links li a:hover {
    color: #2EC4B6;
    text-decoration: underline
  }

.footer-section {
    background-color: #232427;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0
  }

.footer-section p {
    font-size: 15px;
    color: #ababc7;
    margin: 0
  }

/* RSWL: stile link anche nell'area copyright */
  .footer-section a {
    color: #e0f1ef;
    text-decoration: none;
  }

.footer-section a:hover {
    color: #ffffff;
    text-decoration: underline;
  }

#scroll-to-top {
    background-color: #2EC4B6;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 10%;
    line-height: 55px;
    color: #000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999
  }

#scroll-to-top:hover {
    background-color: transparent;
    color: #2EC4B6;
    border: 1px solid #2EC4B6;
  }

.arrow_carrot-up:before {
    font-size: 25px;
  }

/*
  /*
  ================================================
  21. Media Quries
  ================================================
  */





  .clv_btn, .clv_btn:focus {
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  }

.clv_btn:hover {
    color: #2EC4B6;
  }

.clv_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background-color: #2EC4B6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

.clv_btn:hover::before {
    opacity: 0 ;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
  }

.clv_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #2EC4B6;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
  }

.clv_btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }

/********************************************************
  7. service start
  *******************************************************/
  .service_block {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 40px 40px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  }

.service_block:before, .service_block:after, .service_block span:before, .service_block span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-width: 1px 0px 0px 1px;
    border-radius: 10px 0px 0px 0px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  }

.service_block:after {
    top: auto;
    bottom: 0;
    border-radius: 0px 0px 0px 10px;
    border-width: 0px 0px 1px 1px;
  }

.service_block span:before {
    left: auto;
    right: 0;
    border-radius: 0px 10px 0px 0px;
    border-width: 1px 1px 0px 0px;
  }

.service_block span:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
    border-width: 0px 1px 1px 0px;
  }

.service_block:hover:before {
    width: 90px;
    height: 60px;
    border-color: #2EC4B6;
  }

.service_block:hover:after {
    width: 60px;
    height: 90px;
    border-color: #2EC4B6;
  }

.service_block:hover span:before {
    width: 60px;
    height: 90px;
    border-color: #2EC4B6;
  }

.service_block:hover span:after {
    width: 90px;
    height: 60px;
    border-color: #2EC4B6;
  }

.service_block .service_icon {
    margin-bottom: 14px;
  }

.service_block h4 {
    font-size: 18px;
    margin: 0 0 5px;
  }

.service_block p {
    font-size: 14px;
    line-height: 1.6;
  }

.widgets-social a {
    background-color: #2EC4B6;
    width: 36px;
    height: 36px;
    color: #252b2d;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
  }

.widgets-social a:last-child {
    margin: 0;
  }

.widgets-social a:hover {
    transform: rotate(360deg);
  }

/*
  ================================================
  16. Pricing
  ================================================
  */
  .pricing-item {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    border: solid 3px #ebebeb;
    margin: 0;
    padding: 0 0 30px 0;
    cursor: default;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

.pricing-item:hover {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.15);
  }

.pricing-item .pricing-title {
    margin: 0;
    padding: 15px 0;
  }

.pricing-item .pricing-price {
    position: relative;
    background: #f7f5f5;
    padding: 40px 0 35px 0;
    margin-bottom: 20px;
    font-size: 30px;
    color: #3f3f3f;
    font-weight: 700;
  }

.pricing-item.active .pricing-price {
    color: #fff;
    background-color: #2EC4B6;
  }

.pricing-item.pricing-column .pricing-price {
    background: #2f3434;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 40px 0 40px 10px;
  }

.pricing-item.pricing-column .pricing-price:before {
    display: none;
  }

.pricing-item .pricing-currency {
    vertical-align: super;
    font-size: 24px;
  }

.pricing-item.pricing-column .pricing-currency {
    font-size: 24px;
  }

.pricing-item .pricing-period {
    font-size: 14px;
    font-weight: 400;
  }

.pricing-item.pricing-column  .pricing-period {
    font-size: 24px;
    line-height: 24px;
  }

.pricing-item .pricing-anim {
    display: inline-block;
    position: relative;
    font-size: 64px;
    color: #000
  }

.pricing-item:hover .pricing-anim {
    -webkit-animation: moveUp 0.4s forwards;
    animation: moveUp 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }

.pricing-item:hover .pricing-anim-2 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
  }

.pricing-item .pricing-feature-list {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #fff;
  }

.pricing-item .pricing-feature-list li {
    border-bottom: solid 1px #ebebeb;
    padding: 10px 20px 15px 20px;
  }

.pricing-item.pricing-column .pricing-feature-list li {
    padding: 15px 20px;
    margin: 0;
    border-bottom: solid 1px #e3e3e5;
    color: #333;
    font-size: 14px;
  }

.pricing-feature i {
    padding-right: 4px;
    font-size: 18px;
  }

.pricing-item i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

.pricing-item i:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

/* sostituisce gap tra bottoni */

    /* Hero spacing più generoso */
  .page-header.padding{ padding-top:72px; padding-bottom:72px; }

header.sticky {
      background: rgba(14,42,71,0.9);
      backdrop-filter: blur(6px);
    }

/* Footer: testo chiaro su sfondo scuro */
    .widget-section,
    .widget-section p,
    .widget-section span,
    .widget-section li {
      color: #f1f5f9;   /* quasi bianco, leggermente morbido */
    }

/* payoff sotto il logo EvoCons */
  .footer-logo p {
      color: #f1f5f9;
    }

/* Componenti migrati dal template (home, slider, promo, overlay) */
.promo-section {}

.promo-wrap {}

.promo-item {
    padding: 30px 15px;
  }

/* RSWL: Flexbox per allineare le colonne in altezza */
/* Equal-height per i 4 box Features */
.row.promo-wrap {
    align-items: stretch !important;
  }

.row.promo-wrap > [class*="col-"] {
    display: flex;
  }

.row.promo-wrap .promo-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

.promo-item h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }

.promo-item i {
    display: block;
    font-size: 50px;
    color: #2EC4B6;
    margin-bottom: 10px;
  }

.promo-item p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }

.projects-content .category {
    font-family: work sans, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
  }

.projects-content .tittle {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
  }

.project-item .tittle:hover {
    text-decoration: underline;
  }

/* RSWL: testo leggibile nei box Case Studies */
.projects-content p {
    color: #e0f1ef;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

.counter-section {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }

/* RSWL: stile link fonti nei counter */
.counter-section a {
    color: #e0f1ef;
    text-decoration: underline;
  }

.counter-section a:hover {
    color: #ffffff;
    text-decoration: none;
  }

.counter-section:before {
    background-color: rgba(35, 36, 39, 0.81);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }

.counter-content {
    text-align: center;
  }

.counter-content .counter {
    font-family: work sans, sans-serif;
    color: #2EC4B6;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: block;
    margin: 0 0 10px;
  }

.counter-content h4 {
    font-family: work sans, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
  }

.blog-item .blog-thumb .category {
    background-color: #2EC4B6;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: work sans, sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 20px;
  }

.blog-item .blog-thumb .category a {
    color: #000;
  }

.owl-carousel .owl-item img {
    width: 100%;
  }

/* Utility icone (migrazione da legacy) */
.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #2EC4B6;
    color: #ffffff;
    z-index: 1;
    font-size: 30px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

.feature-block .inner-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    line-height: 1em;
    color: #2EC4B6;
  }

.feature-block-two .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 1.2em;
    color: #bbbbbb;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

.feature-block-two .inner-box:hover .icon-box {
    color: #2EC4B6;
  }
