/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import "fonts/fonts.css";
@import "includes/css/forms.css";
:root{
    --theme-color:#BDA25F;
    --extra-color-01:#004a00;
    --extra-color-02:#217ba8;
    --extra-color-03:;

}
/*** generic helpfull ***/

.multiply{
    mix-blend-mode: multiply !important;
}
.rotate-38{
    transform: rotate(38deg) !important;
}
.opacity-05{
    opacity: .05 !important;
}
.opacity-25{
    opacity: .25 !important;
}
.fw-3{
    font-weight: 300 !important;
}
.fw-4{
    font-weight: 400 !important;
}
.op-19{
    opacity: 0.19;
}

/*** footer copyright ***/

#footer-outer #copyright[data-layout="centered"]{
    padding:10px 0;
}

/*** colors ***/

.theme-color{
    color:var(--theme-color) !important;
}
.extra-color-01{
    color: var(--extra-color-01) !important;
}
.black-color{
    color:#000;
}
.white-color{
    color:#FFF;
}

/*** two columns list ***/

.double-list ul{
    columns: 2;
    column-gap: 40px;
}
.double-list ul {
  list-style: none;
  padding-left: 0;
  columns: 2;
  column-gap: 40px;
}

ul.custom-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
  break-inside: avoid;
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23EBE2CE'/%3E%3Ccircle cx='12.4998' cy='12.4998' r='5.52326' fill='%23BDA25F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
ul.custom-list.darker li::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' fill='%23525252'/%3E%3Ccircle cx='15.5002' cy='15.5' r='6.84884' fill='%23BDA25F'/%3E%3C/svg%3E");
}

.two-columns{
  columns: 2;
  column-gap: 40px;
}
.three-columns{
  columns: 3;
  column-gap: 40px;
}
/*** list lungo ***/

.valori-list {
}

.valori-list li {
  position: relative;
  padding-left: 42px;
  min-height: 88px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  font-size: 22px;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  color: #202020;
}

.valori-list li span {
  color: #bda25f;
}

.valori-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 25px;
  height: 25px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23EBE2CE'/%3E%3Ccircle cx='12.4998' cy='12.4998' r='5.52326' fill='%23BDA25F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  z-index: 2;
}

.valori-list.darker li::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' fill='%23525252'/%3E%3Ccircle cx='15.5002' cy='15.5' r='6.84884' fill='%23BDA25F'/%3E%3C/svg%3E");
}

.valori-list li::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 12px;

  width: 1px;
  height: 64px;
  background: #bda25f;

  z-index: 1;
}

/*** list unico lungo ***/

.identity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.identity-list::before {
  content: "";
  position: absolute;
  top: -154px;
  bottom: 15px;
  left: -33px;

  width: 1px;
  background: #bda25f;
}

.identity-list li {
  position: relative;
  margin-bottom: 24px;
  line-height: 1.15;
  color: #ffffff;
}

.identity-list li:last-child {
  margin-bottom: 0;
}

.identity-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);

  width: 31px;
  height: 31px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' fill='%23525252'/%3E%3Ccircle cx='15.5002' cy='15.5' r='6.84884' fill='%23BDA25F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  z-index: 2;
}
.identity-list.lighter li:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23EBE2CE'/%3E%3Ccircle cx='12.4998' cy='12.4998' r='5.52326' fill='%23BDA25F'/%3E%3C/svg%3E");
  }

.identity-list li strong {
  color: #bda25f;
  line-height: 1;
  text-transform: uppercase;
}

.identity-list li span {
  margin-top: 5px;
  line-height: 1.1;
}

/*** footer ***/

.link-due-colonne p{
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}

.link-due-colonne a {
  text-transform: uppercase;
  display: inline-block;
}

.footer-mega-text{
    text-transform: uppercase;
}

.footer-mega-text {
  position: relative;
  overflow: hidden;
}

.footer-mega-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #1D1D1B 0%,
    rgba(29, 29, 27, 0.3) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.footer-mega-text p {
  position: relative;
  z-index: 1;
}
.span_12.light .quote .nectar-hor-list-item[data-hover-effect=full_border]{
  border:none;
  padding:5px 0;
  margin: 0;
}
.span_12.light .quote .nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item[data-text-align=right]{
  font-weight: 700;
  color:var(--theme-color)
}
.span_12.light .quote .nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item[data-text-align=left]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' fill='%23525252'/%3E%3Ccircle cx='15.5002' cy='15.5' r='6.84884' fill='%23BDA25F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.span_12.light .quote .nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item[data-text-align=left] h5{
  padding-left:35px
}

.container-wrap .nectar-fancy-ul[data-spacing="25px"] ul li{
  margin-bottom: 40px;
}


/*** pallone ***/

.football-values-widget {
  position: relative;
  width: 100%;
  padding: 70px 20px 0;
  overflow: hidden;
}

.football-values-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: 620px;
  margin: 0 auto;
}

/* Arco: cerchio grande parzialmente nascosto */
.values-arc {
  position: absolute;
  left: 50%;
  bottom: -285px;
  width: min(820px, 76vw);
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  border: 1px dashed #c5a253;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Pallone */
.football-image {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: min(620px, 58vw);
  transform: translateX(-50%);
  z-index: 3;
  display: block;
  margin-bottom: 0 !important;
}

/* Dot SVG ripetuto */
.arc-dot {

  position: absolute;

  z-index: 4;

  width: 25px;

  height: 25px;

  background-image: url("/wp-content/uploads/2026/06/dot.svg");

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

  display: block;

  pointer-events: none;

  transform: translate(-50%, -50%);

}

/* Dot desktop - seguono il cerchio */

.dot-1 {
  left: calc(50% - 401px);
  top: 419px;
}

.dot-2 {

  left: calc(50% - 315px);

  top: 230px;

}

.dot-3 {

  left: calc(50% - 175px);

  top: 125px;

}

.dot-4 {

  left: calc(50% + 175px);

  top: 125px;

}

.dot-5 {

  left: calc(50% + 315px);

  top: 230px;

}

.dot-6 {
    left: calc(50% + 401px);
    top: 419px;
}

/* Label */
.value-label {
  position: absolute;
  z-index: 5;
  padding: 13px 30px;
  border: 1px solid #c5a253;
  border-radius: 999px;
  background: #f4ecd9;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

/* Label desktop */
.label-educazione {
  top: 42px;
  left: 35%;
  transform: translateX(-50%);
}

.label-etica {
  top: 42px;
  left: 65%;
  transform: translateX(-50%);
}

.label-inclusione {
  top: 170px;
  left: 9%;
}

.label-tecnologia {
  top: 170px;
  right: 9%;
}

.label-socialita {
  top: 395px;
  left: 0;
}

.label-visione {
  top: 395px;
  right: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .football-values-widget {
    padding: 60px 16px 0;
  }

  .football-values-inner {
    height: 570px;
  }

  .values-arc {
    bottom: -250px;
    width: 86vw;
  }

  .football-image {
    width: min(540px, 74vw);
    bottom: 0;
  }

  .arc-dot {
    width: 38px;
    height: 38px;
  }

  .dot-1 {
    left: 10%;
    top: 340px;
  }

  .dot-2 {
    left: 22%;
    top: 232px;
  }

  .dot-3 {
    left: 39%;
    top: 145px;
  }

  .dot-4 {
    right: 39%;
    top: 145px;
  }

  .dot-5 {
    right: 22%;
    top: 232px;
  }

  .dot-6 {
    right: 10%;
    top: 340px;
  }

  .value-label {
    font-size: 14px;
    padding: 10px 20px;
  }

  .label-educazione {
    top: 35px;
    left: 34%;
  }

  .label-etica {
    top: 35px;
    left: 66%;
  }

  .label-inclusione {
    top: 150px;
    left: 2%;
  }

  .label-tecnologia {
    top: 150px;
    right: 2%;
  }

  .label-socialita {
    top: 370px;
    left: 0;
  }

  .label-visione {
    top: 370px;
    right: 0;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .football-values-widget {
    padding: 45px 12px 0;
  }

  .football-values-inner {
    height: 520px;
  }

  .values-arc {
    bottom: -210px;
    width: 112vw;
  }

  .football-image {
    width: 96vw;
    max-width: 430px;
    bottom: 0;
  }

  .arc-dot {
    width: 31px;
    height: 31px;
  }

  .dot-1 {
    left: 1%;
    top: 310px;
  }

  .dot-2 {
    left: 12%;
    top: 225px;
  }

  .dot-3 {
    left: 35%;
    top: 160px;
  }

  .dot-4 {
    right: 35%;
    top: 160px;
  }

  .dot-5 {
    right: 12%;
    top: 225px;
  }

  .dot-6 {
    right: 1%;
    top: 310px;
  }

  .value-label {
    font-size: 11px;
    padding: 8px 12px;
  }

  .label-educazione {
    top: 8px;
    left: 30%;
    transform: translateX(-50%);
  }

  .label-etica {
    top: 8px;
    left: 70%;
    transform: translateX(-50%);
  }

  .label-inclusione {
    top: 78px;
    left: 0;
  }

  .label-tecnologia {
    top: 78px;
    right: 0;
  }

  .label-socialita {
    top: 390px;
    left: 0;
  }

  .label-visione {
    top: 390px;
    right: 0;
  }
}

/* Mobile stretto */
@media (max-width: 430px) {
  .football-values-inner {
    height: 500px;
  }

  .values-arc {
    bottom: -185px;
    width: 122vw;
  }

  .football-image {
    width: 105vw;
  }

  .arc-dot {
    width: 28px;
    height: 28px;
  }

  .dot-1 {
    left: -2%;
    top: 300px;
  }

  .dot-2 {
    left: 8%;
    top: 222px;
  }

  .dot-3 {
    left: 33%;
    top: 162px;
  }

  .dot-4 {
    right: 33%;
    top: 162px;
  }

  .dot-5 {
    right: 8%;
    top: 222px;
  }

  .dot-6 {
    right: -2%;
    top: 300px;
  }

  .value-label {
    font-size: 10px;
    padding: 7px 10px;
  }

  .label-educazione {
    top: 8px;
    left: 29%;
  }

  .label-etica {
    top: 8px;
    left: 71%;
  }

  .label-inclusione {
    top: 75px;
    left: 0;
  }

  .label-tecnologia {
    top: 75px;
    right: 0;
  }

  .label-socialita {
    top: 375px;
    left: 0;
  }

  .label-visione {
    top: 375px;
    right: 0;
  }
}

/*** header ***/


body:not(.home) #header-outer:not(.small-nav) header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

body:not(.home) #header-outer:not(.small-nav) header > * {
  position: relative;
  z-index: 1;
}

/*** text-category ***/
.text-category .nectar-responsive-text{
  position: absolute;
  margin-top:-200px;
  z-index: 10;
  width: 100%;
}