@font-face {
    font-family: 'ridleyGrotesk-Light';
    src: url('../fonts/RidleyGrotesk-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ridleyGrotesk-Bold';
    src: url('../fonts/RidleyGrotesk-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ridleyGrotesk-Black';
    src: url('../fonts/RidleyGrotesk-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ridleyGrotesk-Italic';
    src: url('../fonts/RidleyGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ridleyGrotesk-BoldItalic';
    src: url('../fonts/RidleyGrotesk-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ridleyGrotesk-BlackItalic';
    src: url('../fonts/RidleyGrotesk-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
div, a, p, body, html, input, label, legend{
    font-family: 'ridleyGrotesk-Light';
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;
}
em{
    font-family: 'ridleyGrotesk-Italic';
}
strong{
    font-family: 'ridleyGrotesk-Bold';
}
em strong, strong em{
    font-family: 'ridleyGrotesk-BoldItalic';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'ridleyGrotesk-Bold';
    color: #fff;
    margin: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
    font-family: 'ridleyGrotesk-Black';
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
    font-family: 'ridleyGrotesk-BoldItalic';
}
h1 em strong, h2 em strong, h3 em strong, h4 em strong, h5 em strong, h6 em strong,
h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em{
    font-family: 'ridleyGrotesk-BlackItalic';
}

h1, h2 {
    font-size: clamp(25px, calc(25px + 4vw), 92px);
    text-transform: uppercase;
    line-height: 90%;
}

h3 {
    font-size: clamp(20px, calc(20px + 3.612vw), 82px);
    text-transform: uppercase;
    line-height: 90%;
}

h4 {
    font-size: clamp(18px, calc(18px + 1.7vw), 62px);
}
h5{
    font-size: clamp(18px, calc(18px + 0.9vw), 36px);
}
h6{
    font-size: 21px;
}
:root{
    --azzurrino: #91A7BF;
    --blu: #011218;
    --blu2: #033548;
    --blu3: #0D1A2A;
    --sport: #3c556b;
    --industries: #0b6a61;
    --nautical: #5997ab;
    --agricolture: #3d7349; 
    --aereospace: #617077;
}

.btn-axa a{
    border: 1px solid var(--azzurrino);
    border-radius: 40px;
    padding: 8px 32px 6px;
    display: inline-block;
    backdrop-filter: blur(4px);
    background: #03354899;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: .5s ease;
    text-align: center;
}
.btn-axa a:hover{
    background: #01151C99;
}

h1 em, h2 em, h3 em{
    color: var(--azzurrino);
}

section{
    padding: 0;
}

body{
    background: var(--blu);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.preloaderAxa{
    position: fixed;
    top: -120vh;
    left: 0;
    background: var(--blu);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: 1s ease;
}
.preloaderAxa.perScoparire{
    top: 0;
}
.preloaderAxa .logo{
    width: 350px;
    position: relative;
}
.preloaderAxa .logo .barremie{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.preloaderAxa .logo .barremie .barra{
    transform: skew(-32deg, 0deg) translate(35%, 0%);
    width: 42px;
    height: 138px;
    border: 1px solid var(--blu2);
    background: var(--blu2);
    transition: .5s ease;
}
.preloaderAxa.attiva .logo .barremie .barra{
    width: 13.3333px;
}
.preloaderAxa.attiva .logo .barremie .barra.barra1{
    margin-left: 0;
}
.preloaderAxa.attiva .logo .barremie .barra.barra2{
    margin-left: 0;
}
.preloaderAxa.attiva .logo .barremie .barra.barra3{
    margin-left: 0;
}
.preloaderAxa .logo .barremie .barra.barra1{
    margin-left: -65px;
    transition: .5s ease;
}
.preloaderAxa .logo .barremie .barra.barra2{
    margin-left: 82px;
    transition: .5s ease;
}
.preloaderAxa .logo .barremie .barra.barra3{
    margin-left: 21px;
    transition: .5s ease;
}

.preloaderAxa .logo svg{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
    transition-delay: .5s;
}
.preloaderAxa.attiva .logo svg{
    opacity: 0;
}


header{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
.barsocial{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}
.barsocial .social{
    display: flex;
    gap: 20px;
    align-items: center;
}
.barsocial .social a{
    width: 25px;
    height: 25px;
    display: inline-block;
}
.barsocial .social a.tiktok{
    width: 21px;
    height: 21px;
}
.barsocial .social a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.barsocial .btn-axa a{
    background: #033448;
}
.menuAxa{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    position: relative;
    z-index: 5;
}
.menuAxa .menuLeft #menu-left-menu{
    display: flex;
}
.menuAxa .menuLeft #menu-left-menu li a{
    display: flex;
    padding: 0px 15px;
    font-family: 'ridleyGrotesk-Bold';
}
.menuAxa .menuRight #menu-right-menu{
    display: flex;
}
.menuAxa .menuRight #menu-right-menu li a{
    padding: 0px 15px;
}
.menuAxa .hamMobile{
    display: none;
}
.menuAxa .hamMobile .insideHamMob{
    font-size: 16px;
    position: relative;
}
.menuAxa .hamMobile .insideHamMob::before{
    content: '';
    display: inline-block;
    width: calc(100% + 5px);
    height: 1px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: -5px;
    rotate: 0deg;
    transform-origin: top left;
    transition: .5s ease;
}
.menuAxa .hamMobile .insideHamMob::after{
    content: '';
    display: inline-block;
    width: calc(100% + 5px);
    height: 1px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: -2px;
    rotate: 0deg;
    transform-origin: bottom left;
    transition: .5s ease;
}
.menuAxa .hamMobile .insideHamMob span{
    opacity: 1;
    transition: .5s ease;
}
.menuAxa .hamMobile.active .insideHamMob span{
    opacity: 0;
}
.menuAxa .hamMobile.active .insideHamMob::before{
    left: 0px;
    rotate: 29deg;
}
.menuAxa .hamMobile.active .insideHamMob::after{
    rotate: -29deg;
}
.menuMobile{
    position: fixed;
    top: -100vh ;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 300;
    background: var(--blu2);
    transition: 1s ease;
    overflow: hidden;
}
.menuMobile::after{
    content: '';
    border-top: 140vh solid transparent;
    border-right: 140vh solid var(--blu3);
    position: absolute;
    right: -150px;
    bottom: calc(-150vh - 120px);
    rotate: -12deg;
    z-index: -4;
    transition: 1s ease;
    transition-delay: 1s;
}
.menuMobile .insidemenuMob{
    padding: 150px 30px 20px;
}
.menuMobile.active{
    top: 0;
}
.menuMobile.active::after{
    bottom: calc(0vh - 120px);
}
.menuMobile a{
    display: block;
    padding: 3px 0;
}
.menuMobile #menu-left-menu-1 a{
    display: block;
    padding: 5px 0;
    font-size: 20px;
    font-family: 'ridleyGrotesk-Bold';
}
.menuMobile #menu-right-menu-1 a{
    display: block;
    padding: 5px 0;
    font-size: 20px;
}
.menuMobile .social{
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 33;
    display: flex;
    gap: 15px;
}
header .logoAxa{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: fit-content;
    background: #fff;
    padding: 30px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
}

header .logoAxa::before{
    content: '';
    border-bottom: 120px solid transparent;
    border-right: 120px solid #fff;
    position: absolute;
    left: -108.5px;
    top: -16.4px;
    rotate: 10deg;
    z-index: -4;
    pointer-events: none;
}
header .logoAxa::after{
    content: '';
    border-bottom: 120px solid transparent;
    border-left: 120px solid #fff;
    position: absolute;
    right: -108.5px;
    top: -16.4px;
    rotate: -10deg;
    z-index: -4;
    pointer-events: none;
}
header .logoAxa img{
    width: 100%;
}

#homeHero{
    height: 80vh;
}
#homeHero .rowhero::before{
    content: '';
    width: 8px;
    height: 140%;
    display: inline-block;
    position: absolute;
    background: var(--blu2);
    z-index: 10;
    border-radius: 10px;
    left: 35%;
    top: -200px;
    transform: rotate(32deg);
}
#homeHero .rowhero::after{
    content: '';
    width: 8px;
    height: 97%;
    display: inline-block;
    position: absolute;
    background: var(--blu2);
    z-index: 10;
    border-radius: 10px;
    left: calc(35% + 50px);
    top: -200px;
    transform: rotate(32deg);
}
#homeHero .rowhero{
    padding: 50px 6%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 100%;
}
#homeHero .rowhero .carouselInitialHome{
    height: 80vh;
    position: absolute;
    right: 0;
    top: 30px;
    width: 80%;
    z-index: 0;
}
#homeHero .rowhero .carouselInitialHome::before{
    content: '';
    border-bottom: 83vh solid transparent;
    border-left: 52vh solid var(--blu);
    position: absolute;
    top: -1vh;
    left: -1vh;
    z-index: 1;
}
#homeHero .rowhero .carouselInitialHome .singleCategory{
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#homeHero .rowhero .carouselInitialHome .singleCategory.active {
    opacity: 1;
}
#homeHero .rowhero .carouselInitialHome .singleCategory img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
#homeHero .rowhero .carouselInitialHome .singleCategory h4{
    position: absolute;
    bottom: 20px;
    left: 70px;
    text-transform: uppercase;
}
#homeHero .rowhero .testoInitialHome{
    position: relative;
    z-index: 13;
}
#homeHero .rowhero .testoInitialHome h4{
    text-transform: uppercase;
    max-width: 50%;
}
#homeHero .rowhero .testoInitialHome h4 em{
    color: var(--azzurrino);
}
#homeHero .rowhero .testoInitialHome p{
    max-width: 40%;
    padding: 20px 0;
}

#eccellenzeHome{
    padding: 170px 0;
    margin-top: 30px;
}
#eccellenzeHome .rowEccellenze h4{
    text-transform: uppercase;
    margin-left: calc(20% + 70px);
    max-width: 45%;
}
#eccellenzeHome .rowEccellenze h5{
    text-transform: uppercase;
    margin-left: calc(20% + 70px);
    max-width: 45%;
}
#eccellenzeHome .rowEccellenze .testo{
    width: 40%;
    margin-left: 40%;
    margin-top: 30px;
}
#eccellenzeHome .rowEccellenze .testo p{
    margin-bottom: 30px;
}
#iNostriSettori{
    overflow: hidden;
}
#iNostriSettori h2{
    font-size: clamp(25px, calc(30px + 6vw), 172px);
    text-align: end;
    margin-bottom: -40px;
    position: relative;
    z-index: 10;
    color: var(--blu2);
    opacity: .5;
}
#iNostriSettori .rowSettori {
    height: 80vh;
    display: flex;
    transform: skew(-28deg, 0deg);
    gap: 10px;
    width: 90%;
    margin: auto;
}
#iNostriSettori .rowSettori .singleSettore {
    height: 100%;
    width: 20%;
    flex: 1;
    transition: flex 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#iNostriSettori .rowSettori .singleSettore:hover {
    flex: 3;
}
#iNostriSettori .rowSettori .singleSettore img {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: skew(28deg, 0deg) translate(-25%, 0%);
    z-index: 0;
    filter: brightness(0.5);
}
#iNostriSettori .rowSettori .singleSettore .testo{
    transform: skew(28deg, 0deg) ;
    text-align: center;
    opacity: 0;
    
}
#iNostriSettori .rowSettori .singleSettore .testo p{
    max-width: 300px;
}
#iNostriSettori .rowSettori .singleSettore .testo h4{
    text-transform: uppercase;
    margin-bottom: 10px;
}
#iNostriSettori .rowSettori .singleSettore:hover .testo{
    opacity: 1;
    transition: .5s ease;
}
#progettiamoHome{
    padding: 100px 0 200px;
    position: relative;
    overflow: hidden;
}
#progettiamoHome::before{
    content: '';
    width: 8px;
    height: 150%;
    display: inline-block;
    position: absolute;
    background: var(--blu2);
    border-radius: 10px;
    right: 20%;
    top: -100px;
    transform: rotate(32deg);
    z-index: 1;
}
#progettiamoHome h4{
    text-transform: uppercase;
    margin-left: 7%;
}
#progettiamoHome p{
    max-width: 500px;
    margin: 0 7%;
}
#progettiamoHome .rowProgettiamoHome{
    display: flex;
    width: 100%;
    margin: auto;
    gap: 40px;
    margin-top: 50px;
    padding: 0 40px 20px;
    overflow-x: scroll;
    overflow-y: hidden;
}
#progettiamoHome .rowProgettiamoHome::-webkit-scrollbar-trac{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
    box-shadow: inset 250px 0 0 white, inset -350px 0 0 white;
}
#progettiamoHome .rowProgettiamoHome::-webkit-scrollbar{
	width: 12px;
    height: 6px;
	background-color: transparent;
}
#progettiamoHome .rowProgettiamoHome::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--blu2);
}
#progettiamoHome .rowProgettiamoHome::-webkit-scrollbar-corner {
    background: transparent;
}
#progettiamoHome .rowProgettiamoHome .boxProgettiamo{
    border-radius: 40px;
    position: relative;
    z-index: 1;
    width: 40%;
    flex: 0 0 auto;
}
#progettiamoHome .rowProgettiamoHome .boxProgettiamo:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1.5px;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(3, 53, 72, 1) 40%, rgba(1, 18, 24, 1) 100%);
}
#progettiamoHome .rowProgettiamoHome .boxProgettiamo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(.3);
    border-radius: 40px;
}
#progettiamoHome .rowProgettiamoHome .boxProgettiamo .testo{
    height: 100%;
    padding: 15% 10%;
    background: linear-gradient(180deg,rgba(3, 53, 72, 0) 40%, rgba(1, 18, 24, 1) 100%);
}
#progettiamoHome .rowProgettiamoHome .boxProgettiamo .testo h5,
#progettiamoHome .rowProgettiamoHome .boxProgettiamo .testo h6{
    color: var(--azzurrino);
}
#progettiamoHome .rowProgettiamoHome .boxProgettiamo .testo h5{
    text-transform: uppercase;
}
#conosciLeSoluzioni{
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#conosciLeSoluzioni img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#conosciLeSoluzioni .rowLeSoluzioni{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 60%;
}
#conosciLeSoluzioni .rowLeSoluzioni .paragraf{
    padding-inline: 20%;
    margin-bottom: 30px;
    font-size: 20px;
}
#valoriHome{
    height: 100vh;
    background: var(--blu);
    position: relative;
    z-index: 99;
}
#valoriHome::before{
    content: '';
    border-top: 20vh solid transparent;
    border-left: 100vw solid var(--blu);
    position: absolute;
    top: calc(-20vh + 2px);
    left: -1vh;
    z-index: 1;
}
#valoriHome .rowValori {
    overflow: hidden;
    position: relative;
    background: var(--blu);
}
#valoriHome .rowValori h4.titoloVal{
    margin: 0 7%;
}
#valoriHome .rowValori .valoriContainer {
    display: flex;
    height: 70vh;
    gap: 100px;
    padding: 100px 8% 30px;
    overflow: scroll;
    transition: transform 0.5s ease-in-out;
}
#valoriHome .rowValori .valoriContainer::-webkit-scrollbar-trac{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
    box-shadow: inset 250px 0 0 white, inset -350px 0 0 white;
}
#valoriHome .rowValori .valoriContainer::-webkit-scrollbar{
	width: 12px;
    height: 6px;
	background-color: transparent;
}
#valoriHome .rowValori .valoriContainer::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--blu2);
}
#valoriHome .rowValori .valoriContainer::-webkit-scrollbar-corner {
    background: transparent;
}
#valoriHome .rowValori .valoriContainer .boxvalori{
    width: 60%;
    height: 100%;
    flex: 0 0 auto;
    position: relative;
}
#valoriHome .rowValori .valoriContainer .boxvalori img{
    width: 50%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.5);
}
#valoriHome .rowValori .valoriContainer .boxvalori .testo{
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 10%;
    width: 60%;
}
#valoriHome .rowValori .valoriContainer .boxvalori .testo h4{
    margin-bottom: 50px;
}
#valoriHome .rowValori .arrowrightVal{
    position: absolute;
    right: 20px;
    top: 20%;
    z-index: 9;
    cursor: pointer;
}
#valoriHome .rowValori .arrowleftVal{
    position: absolute;
    left: 20px;
    top: 20%;
    z-index: 9;
    cursor: pointer;
}
#valoriHome .rowValori .arrowrightVal img{
    width: 60px;
}
#valoriHome .rowValori .arrowleftVal img{
    width: 60px;
    rotate: 180deg;
}
#valoriHome .btn-axa{
    text-align: center;
    margin-top: 60px;
}
#latuaVisione{
    position: relative;
    z-index: 99;
    background: var(--blu);
    padding: 100px 0;
    overflow: hidden;
}
#latuaVisione::after{
    content: '';
    width: 8px;
    height: 150%;
    display: inline-block;
    position: absolute;
    background: var(--blu2);
    border-radius: 10px;
    right: 13%;
    top: -100px;
    transform: rotate(32deg);
    z-index: -1;
}
#latuaVisione .rowVisione{
    width: 90%;
    margin: auto;
}
#latuaVisione .rowVisione .testo{
    width: 30%;
    margin: auto;
    margin-top: 50px;
}
#latuaVisione .rowVisione .testo p{
    margin-bottom: 50px;
}
#latuaVisione .rowVisione .formRichiedi{
    width: 70%;
    margin: auto;
    padding: 100px 0;
    overflow: hidden;
    transition: 1s ease;
    position: relative;
}
#latuaVisione .rowVisione .formRichiedi
/* #latuaVisione .rowVisione .formRichiedi.richiediActive{
    height: 1065px;
    padding: 100px 0;
}
#latuaVisione .rowVisione .formRichiedi .closeRichiedi{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    font-size: 25px;
    cursor: pointer;
} */
#latuaVisione .rowVisione .formRichiedi .closeRichiedi.richiediActive{
    display: block;
}
#latuaVisione .openFormRichiedi.richiediActive{
    display: none;
}


footer{
    background-color: #011218;
    position: relative;
    z-index: 99;
    padding: 50px 100px;
    border-top: 1px solid #D9D9D9;
}
footer .top-footer{
    display: flex;
    gap: 50px;
}
footer .top-footer .topFootCol{
    width: 22%;
}
footer .top-footer .topFootCol #menu-left-menu-2 a{
    padding: 0;
    font-family: 'ridleyGrotesk-Bold';
}
footer .top-footer .topFootCol #menu-right-menu-2 a{
    padding: 0;
}
footer .top-footer .topFootCol #menu-left-menu-2 a::before{
    content: 'AXA';
    font-family: 'ridleyGrotesk-Light';
    margin-right: 7px;
}
footer .top-footer .topFootCol.topFoot1{
    width: 30%;
    flex: 0 0 auto;
}
footer .top-footer .topFootCol.topFoot4{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}
footer .top-footer .topFootCol.topFoot4 .certificatoFooter{
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .top-footer .topFootCol.topFoot4 .certificatoFooter img{
    max-width: 160px;
}
footer .top-footer .topFootCol a{
    display: block;
    margin-bottom: 15px;
}
footer .down-footer{
    display: flex;
    gap: 50px;
    padding-top: 50px;
}
footer .down-footer .downFootCol{
    width: 22%;
}
footer .down-footer .downFootCol.downFoot1{
    width: 30%;
    flex: 0 0 auto;
}
footer .opac, footer .opac a{
    color: #7E7E7E;
}
footer .down-footer .downFootCol.downFoot2{
    display: flex;
    gap: 15px;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 15px;
}
footer .down-footer .downFootCol.downFoot2 p{
    margin: 0;
}



/* ****SINGOLO SETTORE**** */

.single-settore #homeHero .rowhero::before, .page-template-green-project #homeHero .rowhero::before, .single-progetto #homeHero .rowhero::before,
.page-template-pensiline-fotovoltaiche #homeHero .rowhero::before{
    z-index: -1;
    left: 54%;
    top: 100px;
}
.single-settore #homeHero .rowhero::after, .page-template-green-project #homeHero .rowhero::after, .single-progetto #homeHero .rowhero::after,
.page-template-pensiline-fotovoltaiche #homeHero .rowhero::after{
    z-index: -1;
    left: calc(54% + 10px);
    top: 300px;
}
.single-settore #homeHero .rowhero .carouselInitialHome .singleCategory, .single-progetto #homeHero .rowhero .carouselInitialHome .singleCategory, .page-template-green-project  #homeHero .rowhero .carouselInitialHome .singleCategory,
.page-template-pensiline-fotovoltaiche #homeHero .rowhero .carouselInitialHome .singleCategory{
    transition: none;
    opacity: 1;
}
.single-settore #eccellenzeHome {
    position: relative;
    z-index: 1;
}

#tabSection .tabsectionrow{
    display: flex;
    position: relative;
    width: 90%;
    margin: auto;
}
#tabSection .tabsectionrow .tabBtns {
    position: sticky;
    top: 40%;
    width: 30%;
    height: fit-content;
    padding: 40px;
}
#tabSection .tabsectionrow .tabBtns a {
    border: 1px solid var(--azzurrino);
    padding: 8px 32px 6px;
    display: block;
    backdrop-filter: blur(4px);
    background: #03354899;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: .5s ease;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    transform: skew(-28deg, 0deg) translate(0, 0%);
    margin-bottom: 20px;
}
#tabSection .tabsectionrow .tabBtns a span{
    display: block;
    transform: skew(28deg, 0deg);
}
#tabSection .tabsectionrow .tabBtns a:hover{
    background: var(--blu2);
}
#tabSection .tabsectionrow .tabBtns a.active {
    background-color: var(--azzurrino);
}
#tabSection .tabsectionrow .tabContainer {
    width: 70%;
    position: relative;
    padding: 60px;
    background: var(--blu);
    border-radius: 0px;
}
#tabSection .tabsectionrow .tabContainer .boxtab {
    display: none;
    border-radius: 5px;
}
#tabSection .tabsectionrow .tabContainer .boxtab.active {
    display: block;
}
#tabSection .tabsectionrow .tabContainer:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1.5px;
    border-radius: 0px;
    background: linear-gradient(180deg, rgba(3, 53, 72, 1) 40%, rgba(1, 18, 24, 1) 100%);
}
#tabSection .rowSliderGreen{
    height: 300px;
}


#comeProgettiamo .rowComeProgettiamo{
    display: flex;
    align-items: center;
    height: 60vh;
    background: var(--blu3);
    overflow: hidden;
}
#comeProgettiamo .rowComeProgettiamo .testo{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 9;
    padding-left: 10%;
}
.settore-sport-equipment #comeProgettiamo .rowComeProgettiamo .testo h6, .settore-sport-equipment #comeProgettiamo .rowComeProgettiamo .testo p, .settore-sport-equipment #comeProgettiamo .rowComeProgettiamo .testo h5{
    color: var(--sport);
}
.settore-aereospace #comeProgettiamo .rowComeProgettiamo .testo h6, .settore-aereospace #comeProgettiamo .rowComeProgettiamo .testo p, .settore-aereospace #comeProgettiamo .rowComeProgettiamo .testo h5{
    color: var(--aereospace);
}
.settore-nautical #comeProgettiamo .rowComeProgettiamo .testo h6, .settore-nautical #comeProgettiamo .rowComeProgettiamo .testo p, .settore-nautical #comeProgettiamo .rowComeProgettiamo .testo h5{
    color: var(--nautical);
}
.settore-agricolture #comeProgettiamo .rowComeProgettiamo .testo h6, .settore-agricolture #comeProgettiamo .rowComeProgettiamo .testo p, .settore-agricolture #comeProgettiamo .rowComeProgettiamo .testo h5{
    color: var(--agricolture);
}
.settore-industries #comeProgettiamo .rowComeProgettiamo .testo h6, .settore-industries #comeProgettiamo .rowComeProgettiamo .testo p, .settore-industries #comeProgettiamo .rowComeProgettiamo .testo h5{
    color: var(--industries);
}
#comeProgettiamo .rowComeProgettiamo .immagineInside{
    width: 55%;
    height: 100%;
    position: relative;
}
#comeProgettiamo .rowComeProgettiamo .immagineInside img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#comeProgettiamo .rowComeProgettiamo .immagineInside::after{
    content: '';
    border-bottom: 64vh solid transparent;
    border-left: 40vh solid var(--blu3);
    position: absolute;
    top: -1vh;
    left: -1vh;
    z-index: 1;
}
#comeProgettiamo .rowComeProgettiamo .testo .testoInside{
    padding: 0 5% 0 15%;
}
#comeProgettiamo .rowComeProgettiamo .testo img{
    max-width: 300px;
    align-self: end;
}
#progettiStrutture {
    position: relative;
    margin-bottom: 100px;
}
#progettiStrutture .rowprogettiStrutture{
    display: flex;
    overflow: hidden;
    width: calc(100% - 20px);
    padding: 0 10px;
}
#progettiStrutture .rowprogettiStrutture .progettoStutt{
    width: calc(33.3333% - 20px);
    flex: 0 0 auto;
    aspect-ratio: 1;
    margin: 0 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: end;
}
#progettiStrutture .rowprogettiStrutture .progettoStutt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s ease;
}
#progettiStrutture .rowprogettiStrutture .progettoStutt:hover img{
    filter: brightness(0.5);
}
#progettiStrutture .rowprogettiStrutture .progettoStutt .testo{
    padding: 20px;
    transition: 1s ease;
    position: relative;
    opacity: 0;
}
#progettiStrutture .rowprogettiStrutture .progettoStutt .testo span{
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}
#progettiStrutture .rowprogettiStrutture .progettoStutt:hover .testo{
    opacity: 1;
}
#progettiStrutture .arrowsProj{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: start;
    margin-left: 30px;
    margin-top: 30px;
}
#progettiStrutture .arrowsProj .arrowleftProj,
#progettiStrutture .arrowsProj .arrowRightProj{
    width: 70px;
    height: 70px;
    cursor: pointer;
}
#progettiStrutture .arrowsProj .arrowleftProj img,
#progettiStrutture .arrowsProj .arrowRightProj img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#progettiStrutture .arrowsProj .arrowleftProj img{
    rotate: 180deg;
}
#progettiStrutture .bottoneprogettiStrutture{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
/* -----Colori settori--- */
/* **Sport** */
.settore-sport-equipment svg .logoChange{
    fill: var(--sport) !important;
}
.settore-sport-equipment h1 em, .settore-sport-equipment h2 em, .settore-sport-equipment h3 em {
    color: var(--sport);
}
.settore-sport-equipment #homeHero .rowhero .testoInitialHome h4 em{
    color: var(--sport);
}
.settore-sport-equipment .btn-axa a{
    border: 1px solid var(--sport);
}
.settore-sport-equipment #tabSection .tabsectionrow .tabBtns a.active {
    background-color: var(--sport);
}
.settore-sport-equipment #tabSection .tabsectionrow .tabBtns a {
    border: 1px solid var(--sport);
}
/* **Industries** */
.settore-industrial svg .logoChange{
    fill: var(--industries) !important;
}
.settore-industrial h1 em, .settore-industrial h2 em, .settore-industrial h3 em {
    color: var(--industries);
}
.settore-industrial #homeHero .rowhero .testoInitialHome h4 em{
    color: var(--industries);
}
.settore-industrial .btn-axa a{
    border: 1px solid var(--industries);
}
.settore-industrial #tabSection .tabsectionrow .tabBtns a.active {
    background-color: var(--industries);
}
.settore-industrial #tabSection .tabsectionrow .tabBtns a {
    border: 1px solid var(--industries);
}
/* **Nautical** */
.settore-nautical svg .logoChange{
    fill: var(--nautical) !important;
}
.settore-nautical h1 em, .settore-nautical h2 em, .settore-nautical h3 em {
    color: var(--nautical);
}
.settore-nautical #homeHero .rowhero .testoInitialHome h4 em{
    color: var(--nautical);
}
.settore-nautical .btn-axa a{
    border: 1px solid var(--nautical);
}
.settore-nautical #tabSection .tabsectionrow .tabBtns a.active {
    background-color: var(--nautical);
}
.settore-nautical #tabSection .tabsectionrow .tabBtns a {
    border: 1px solid var(--nautical);
}
/* **Agricolture** */
.settore-agricultural svg .logoChange{
    fill: var(--agricolture) !important;
}
.settore-agricultural h1 em, .settore-agricultural h2 em, .settore-agricultural h3 em {
    color: var(--agricolture);
}
.settore-agricultural #homeHero .rowhero .testoInitialHome h4 em{
    color: var(--agricolture);
}
.settore-agricultural .btn-axa a{
    border: 1px solid var(--agricolture);
}
.settore-agricultural #tabSection .tabsectionrow .tabBtns a.active {
    background-color: var(--agricolture);
}
.settore-agricultural #tabSection .tabsectionrow .tabBtns a {
    border: 1px solid var(--agricolture);
}
/* **Aereospace** */
.settore-aeronautical svg .logoChange{
    fill: var(--aereospace) !important;
}
.settore-aeronautical h1 em, .settore-aeronautical h2 em, .settore-aeronautical h3 em {
    color: var(--aereospace);
}
.settore-aeronautical #homeHero .rowhero .testoInitialHome h4 em{
    color: var(--aereospace);
}
.settore-aeronautical .btn-axa a{
    border: 1px solid var(--aereospace);
}
.settore-aeronautical #tabSection .tabsectionrow .tabBtns a.active {
    background-color: var(--aereospace);
}
.settore-aeronautical #tabSection .tabsectionrow .tabBtns a {
    border: 1px solid var(--aereospace);
}





/* ****ABOUT**** */
.page-template-about-axa #homeHero .rowhero::before{
    z-index: -1;
    left: 54%;
    top: 100px;
}
.page-template-about-axa #homeHero .rowhero::after{
    z-index: -1;
    left: 55%;
    top: 300px;
}
.page-template-about-axa #homeHero .rowhero .carouselInitialHome .singleCategory{
    transition: none;
    opacity: 1;
}
.page-template-about-axa #eccellenzeHome {
    position: relative;
    z-index: 1;
}
.page-template-about-axa #eccellenzeHome .rowEccellenze .testo{
    width: 80%;
    margin-left: 5%;
}
.page-template-about-axa #eccellenzeHome .rowEccellenze .testo .testoIns{
    display: flex;
    justify-content: space-between;
}
.page-template-about-axa #eccellenzeHome .rowEccellenze .testo .testoIns p{
    width: 40%;
}
#aboutCosaoffre .rowCosaOffre{
    display: flex;
    overflow: hidden;
}
#aboutCosaoffre .rowCosaOffre .containerCosaOffre{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre{
    transform: skew(-28deg, 0deg);
    width: calc(46% - 5px);
    height: 50vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
}
#aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre img{
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(28deg, 0deg) translate(-25%, 0%);
    filter: brightness(0.3);
    width: 170%;
    object-position: center;
}
#aboutCosaoffre .rowCosaOffre h5{
    width: 20%;
    padding: 40px;
}
#aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre .test{
    padding: 0px 0 0 38%;
    transform: skew(28deg, 0deg) translate(-25%, 0%);
}
#aboutCosaoffre .btn-axa{
    text-align: center;
    margin: 50px 0;
}
#aboutValori {
    margin: 150px 0 100px;
}
#aboutValori .rowAboutValori h5{
    text-transform: uppercase;
    margin-bottom: 25px;
}
.page-template-green-project #aboutValori .rowAboutValori .boxvalori h5{
    text-transform: none;
    font-size: 20px;
}
#aboutValori .rowAboutValori h5.titoloAboutValori{
    margin-left: 6%;
    width: 45%;
}
#aboutValori .rowAboutValori .valoriCont{
    display: flex;
    width: 90%;
    margin: 20px auto;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
#aboutValori .rowAboutValori .valoriCont .boxvalori{
    width: calc(33.3333% - 10px);
    flex:0 0 auto;
    background: linear-gradient(180deg,rgba(3, 53, 72, 1) 50%, rgba(1, 18, 24, 1) 100%);
    padding: 30px 40px 50px;
    text-align: center;
    border-radius: 35px;
}
.page-template-green-project #eccellenzeHome, .single-progetto #eccellenzeHome{
    padding: 100px 0;
}
.page-template-green-project #eccellenzeHome .rowEccellenze .testo, .single-progetto #eccellenzeHome .rowEccellenze .testo {
    margin-left: 30%;
    position: relative;
    z-index: 1;
}
#struttureGreen .rowStruttGreen .immagineStruttgreen{
    transform: skew(-28deg, 0deg) translate(-6%, 0%);
    overflow: hidden;
    width: 80%;
    height: 80vh;
    position: relative;
    z-index: 1;
}
#struttureGreen .rowStruttGreen .immagineStruttgreen img{
    transform: skew(28deg, 0deg);
    width: 130%;
}
#struttureGreen .rowStruttGreen2{
    width: 70%;
    margin: 100px auto;
    display: flex;
    gap: 10%;
}
#struttureGreen .rowStruttGreen2 .testSinglpr{
    column-count: 2;
}
#struttureGreen .rowStruttGreen2 .testo1, #struttureGreen .rowStruttGreen2 .testo2{
    width: 50%;
}
#struttureGreen .rowStruttGreen2 .testo1 .btn-axa{
    margin: 30px 0;
}
#struttureGreen .rowStruttGreen2 .testo2 .btn-axa{
    margin: 30px 0;
    display: none;
}
#struttureGreen .rowStruttGreen2 .testo1 strong{
    color: var(--azzurrino);
}


/* Overlay principale */
#lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #011218f2;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
  }
  
  /* Immagine Lightbox */
  #lightboxImage {
    max-width: 80%;
    max-height: 80%;
    box-shadow: 0 0 20px #01121854;
  }
  
  /* Pulsanti di navigazione */
  .lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0 20px;
    user-select: none;
  }
  
  #lightboxPrev { left: 0; }
  #lightboxNext { right: 0; }
  
  /* Pulsante chiudi */
  #lightboxClose {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
  }
.rowSliderGreen{
    display: flex;
    gap: 20px;
    overflow: scroll;
    padding: 30px 0;
    height: 400px;
}
.rowSliderGreen::-webkit-scrollbar-trac{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
    box-shadow: inset 250px 0 0 white, inset -350px 0 0 white;
}
.rowSliderGreen::-webkit-scrollbar{
	width: 12px;
    height: 6px;
	background-color: transparent;
}
.rowSliderGreen::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--blu2);
}
.rowSliderGreen::-webkit-scrollbar-corner {
    background: transparent;
}
.rowSliderGreen .lightbox_img_wrap{
    width: 40%;
    height: 100%;
    flex: 0 0 auto;
    cursor: pointer;
}
.rowSliderGreen .lightbox_img_wrap .lightbox-enabled{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-green-project #aboutValori .rowAboutValori .valoriCont{
    flex-wrap: wrap;
}
.page-template-green-project #aboutValori .rowAboutValori .valoriCont .boxvalori{
    width: calc(33.3333% - 10px);
}
.btn-axa.btnendsGreen {
    text-align: center;
    margin: 100px 0 60px;
}


.titleContGeneric{
    width: 80%;
    margin: 100px auto 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.titleContGeneric::before{
    content: '';
    width: 8px;
    height: 90vh;
    display: inline-block;
    position: absolute;
    background: var(--blu2);
    border-radius: 10px;
    left: 43%;
    top: -300px;
    transform: rotate(32deg);
    z-index: -1;
}
.titleContGeneric::after{
    content: '';
    width: 8px;
    height: 75vh;
    display: inline-block;
    position: absolute;
    background: var(--blu2);
    border-radius: 10px;
    left: calc(43% + 75px);
    top: -300px;
    transform: rotate(32deg);
    z-index: -1;
}
.titleContGeneric p{
    width: 40%;
    margin: 30px auto;
}


/* ****Progetti loop**** */
.progettiLoop{
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.progettiLoop .progettiBox{
    width: calc(50% - 15px);
    aspect-ratio: 8 / 5;
    position: relative;
    z-index: 1;
}
.progettiLoop .progettiBox img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.progettiLoop .progettiBox .testo {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    width: 100%;
    gap: 10px;
    background: linear-gradient(180deg,rgba(1, 18, 24, 0.30) 68%, rgba(1, 18, 24, 1) 100%);
    transition: .5s ease;
}
.progettiLoop .progettiBox .testo span{
    text-transform: uppercase;
}
.progettiLoop .progettiBox:hover .testo{
    background: linear-gradient(180deg,rgba(1, 18, 24, 0.10) 68%, rgba(1, 18, 24, 1) 100%);
}
.categorieFiltro{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
    gap: 20px;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.categorieFiltro .btn-axa a.active{
    color: var(--blu);
    background: var(--azzurrino);
}



/* ****PAGINA FAQ**** */
.page-container{
    margin: 0;
}
.page-container .titleContGeneric{
   width: 100%;
}
.page-id-152 .vc_toggle_title>h4 {
    font-size: 18px;
    font-family: 'ridleyGrotesk-Light';
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title{
    padding-left: 0;
    padding-right: 30px;
    padding-bottom: 20px;
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon{
    right: 0;
    left: inherit;
    top: 30%;
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
    height: 30px;
    width: 2px;
    border: none;
    background: #fff;
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
    width: 30px;
    height: 2px;
    border: none;
    background: #fff;
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon{
    width: 30px;
    height: 2px;
    border: none;
    background: #fff;
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .page-id-152  .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
    padding-left: 0;
}
.page-id-152 .vc_toggle_size_lg.vc_toggle_default .vc_toggle_content{
    margin-bottom: 10px;
}
.page-id-152 .vc_toggle{
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.gform_fields input, .gform_fields textarea, .gform_fields select{
    background: transparent !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    font-size: 16px !important;
    text-align: center !important;
    padding: 10px 0 !important;
    height: fit-content !important;
}
.gform_fields select option{
    color: #000 !important;
}
.gform_fields input.gfield-choice-input{
    border: 1px solid #fff !important;
    padding: 1px !important;
}
.gform_fields .gchoice label{
    color: #fff;
}
.gform_footer{
    justify-content: center;
    margin-top: 100px !important;
}
.gform_button{
    border: 1px solid var(--azzurrino) !important;
    border-radius: 40px !important;
    padding: 8px 32px 6px !important;
    display: inline-block !important;
    backdrop-filter: blur(4px) !important;
    background: #03354899 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: .5s ease !important;
    text-align: center !important;
}
.gform_button:hover{
    background: #01151C99 !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{
    color: #fff;
    background-color: var(--blu2);
}
.page-id-167 #latuaVisione,
.page-id-55 #latuaVisione,
.page-id-152 #latuaVisione {
    display: none;
}

.progettiLoop.extern{
    gap: 10px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: scroll;
}
.progettiLoop.extern .progettiBox{
    width: calc(33.3333% - 7px);
    flex: 0 0 auto;
}
.progettiLoop.extern::-webkit-scrollbar-trac{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: transparent;
    box-shadow: inset 250px 0 0 white, inset -350px 0 0 white;
}
.progettiLoop.extern::-webkit-scrollbar{
	width: 12px;
    height: 6px;
	background-color: transparent;
}
.progettiLoop.extern::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--blu2);
}
.progettiLoop.extern::-webkit-scrollbar-corner {
    background: transparent;
}


/* ****PENSILINE FOTO*** */

.page-template-pensiline-fotovoltaiche #eccellenzeHome{
    position: relative;
    z-index: 1;
}
#progettatePer .rowProgettateper{
    display: flex;
    align-items: center;
}
#progettatePer .rowProgettateper .testo{
    padding-left: 10%;
    padding-right: 40px;
    width: 50%;
}
#progettatePer .rowProgettateper .testo .btn-axa{
    margin-top: 50px;
}
#progettatePer .rowProgettateper .imgCont{
    height: 500px;
    width: 50%;
    position: relative;
}
#progettatePer .rowProgettateper .imgCont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#progettatePer .rowProgettateper .imgCont::after{
    content: '';
    border-bottom: 64vh solid transparent;
    border-left: 40vh solid var(--blu);
    position: absolute;
    top: -1vh;
    left: -1vh;
    z-index: 1;
}
.page-template-pensiline-fotovoltaiche #aboutCosaoffre .rowCosaOffre .containerCosaOffre{
    width: 90%;
    margin: auto;
}
.page-template-pensiline-fotovoltaiche #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre img {
    filter: brightness(1);
}
.page-template-pensiline-fotovoltaiche #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre {
    align-items: center;
}
.page-template-pensiline-fotovoltaiche #aboutValori .rowAboutValori .valoriCont .boxvalori{
    width: calc(25% - 10px);
}
#progettiFotovolt h4{
    margin-left: 5%;
    margin-top: 100px;
}
#progettiFotovolt .progettiLoop{
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;  
}
#progettiFotovolt .progettiLoop::-webkit-scrollbar {
    display: none;
  }
#progettiFotovolt .progettiLoop .progettiBox {
    width: calc(40% - 15px);
    flex: 0 0 auto;
}
.page-id-536 .page-container{
    margin: auto;
}
.page-id-536 .page-container h1, .page-id-536 .page-container h5{
    position: relative;
    z-index: 99;
}
.gtranslate_wrapper{
    display: flex;
    gap: 5px;
}
.gtranslate_wrapper .glink{
    display: flex !important;
    width: fit-content !important;
    align-items: center;
    gap: 5px;
}
.gtranslate_wrapper .glink img{
    width: 25px !important;
    height: fit-content !important;
    aspect-ratio: 4 / 3;
}
.gtranslate_wrapper .glink span{
    color: #000;
    font-weight: 600;
}



@media (min-width: 1360px){
    header{
        margin-bottom: -60px;
    }
    #menu-item-643{
        max-width: 150px;
    }
    #menu-item-643 > a{
        gap: 20px;
    }
    #menu-item-643 > a::after{
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: url(https://axaitaly.com/wp-content/uploads/2026/04/arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    #menu-item-643 .sub-menu{
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
        transition: all 0.3s ease;
        width: 250px;
        list-style: none;
        padding-left: 15px;
        padding-top: 10px;
    }

    #menu-item-643:hover .sub-menu{
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    #menu-item-643 .sub-menu a{
        margin-bottom: 5px;
    }
}



@media (max-width: 1460px){
    .menuAxa .menuLeft #menu-left-menu li a {
        padding: 0px 9px;
    }
}

@media (max-width: 1360px){
    .menuAxa .hamMobile{
        display: block;
    }
    .menuAxa .menuLeft{
        display: none;
    }
    .menuAxa .menuRight{
        display: none;
    }
}
@media (max-width: 1150px){
    #aboutCosaoffre .rowCosaOffre{
        display: block;
    }
    #aboutCosaoffre .rowCosaOffre .containerCosaOffre{
        margin-left: 20%;
        width: 80%;
    }
    #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre img{
        width: 200%;
    }
}
@media (max-width: 992px){
    footer .top-footer, footer .down-footer{
        flex-wrap: wrap;
    }
    footer .top-footer .topFootCol{
        width: 45%;
        flex: 0 0 auto;
    }
    footer .top-footer .topFootCol.topFoot1 {
        width: 45%;
    }
    footer .top-footer .topFootCol.topFoot4{
        justify-content: start;
    }
    footer .top-footer .topFootCol.topFoot4 .certificatoFooter{
        justify-content: start;
    }
    footer .down-footer .downFootCol{
        width: 45%;
        flex: 0 0 auto;
    }
    footer .down-footer .downFootCol.downFoot1{
        width: 45%;
    }
    #progettiStrutture .rowprogettiStrutture .progettoStutt .testo{
        margin: 0;
    }
    #progettiStrutture .rowprogettiStrutture .progettoStutt img {
        filter: brightness(0.5);
    }
    #progettiStrutture .rowprogettiStrutture .progettoStutt {
        width: calc(40% - 20px);
    }
    #struttureGreen .rowStruttGreen .immagineStruttgreen {
        height: fit-content;
    }
    #struttureGreen .rowStruttGreen2{
        flex-direction: column;
        gap: 20px;
    }
    #struttureGreen .rowStruttGreen2 .testo1, #struttureGreen .rowStruttGreen2 .testo2{
        width: 100%;
    }
    #struttureGreen .rowStruttGreen2 .testo1 .btn-axa{
       display: none;
    }
    #struttureGreen .rowStruttGreen2 .testo2 .btn-axa{
        display: block;
    }
    #aboutValori .rowAboutValori h5.titoloAboutValori{
        width: 88%;
    }
    .progettiLoop{
        width: 90%;
    }
    #tabSection .tabsectionrow{
        flex-direction: column;
    }
    #tabSection .tabsectionrow .tabBtns{
        position: static;
        width: 100%;
    }
    #tabSection .tabsectionrow .tabContainer {
        width: 100%;
        margin-bottom: 50px;
    }
    .page-template-pensiline-fotovoltaiche #aboutValori .rowAboutValori .valoriCont .boxvalori{
        width: calc(50% - 10px);
    }
}
@media (max-width: 880px){
    .barsocial .social{
        display: none;
    }
    .barsocial{
        justify-content: end;
    }
    header .logoAxa::after, header .logoAxa::before{
        content: none;
    }
    header .logoAxa {
        padding: 0;
        left: 0;
        top: 0;
        transform: translate(-0%, 0%);
        height: 55px;
        z-index: 307;
    }
    header .logoAxa svg{
        height: 40px;
    }
    .page-container.standalone-container {
        margin-top: -65px;
    }
    #progettatePer .rowProgettateper{
        flex-direction: column;
        gap: 40px;
    }
    #progettatePer .rowProgettateper .testo {
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }
    #progettatePer .rowProgettateper .imgCont{
        width: 100%;
    }
}
@media (max-width: 768px) {
    footer{
        padding: 50px 30px;
    }
    #homeHero .rowhero .testoInitialHome p{
        max-width: 100%;
    }
    #homeHero .rowhero .carouselInitialHome{
        width: 100%;
        top: 0;
    }
    #homeHero .rowhero::before{
        left: 8%;
    }
    #homeHero .rowhero::after{
        left: calc(8% + 35px);
    }
    #eccellenzeHome{
        padding: 50px 0;
    }
    #eccellenzeHome .rowEccellenze h4 {
        margin-left: 5%;
        max-width: 90%;
    }
    #eccellenzeHome .rowEccellenze h5{
        margin-left: 5%;
        max-width: 90%;
    }
    #eccellenzeHome .rowEccellenze .testo, .page-template-green-project #eccellenzeHome .rowEccellenze .testo, .single-progetto #eccellenzeHome .rowEccellenze .testo{
        width: 90%;
        margin-left: 5%;
    }
    #iNostriSettori .rowSettori .singleSettore .testo h4 {
        font-size: clamp(18px, calc(18px + 1vw), 62px);
    }
    #conosciLeSoluzioni .rowLeSoluzioni .paragraf{
        padding-inline: 0;
    }
    #valoriHome .rowValori .valoriContainer .boxvalori{
        width: 100%;
    }
    #latuaVisione .rowVisione .testo {
        width: 80%;
    }
    #homeHero .rowhero .testoInitialHome h4{
        max-width: 100%;
    }
    #progettiStrutture .rowprogettiStrutture .progettoStutt {
        width: calc(70% - 20px);
    }
    #progettiStrutture .bottoneprogettiStrutture {
        bottom: -70px;
    }
    .page-template-about-axa #eccellenzeHome .rowEccellenze .testo .testoIns{
        flex-direction: column;
    }
    .page-template-about-axa #eccellenzeHome .rowEccellenze .testo .testoIns p {
        width: 100%;
    }
    #aboutValori .rowAboutValori .valoriCont{
        flex-direction: column;
        align-items: center;
    }
    #aboutValori .rowAboutValori .valoriCont .boxvalori, .page-template-green-project #aboutValori .rowAboutValori .valoriCont .boxvalori{
        width: 60%;
    }
    #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre{
        width: 100%;
    }
    #aboutCosaoffre .rowCosaOffre .containerCosaOffre {
        margin-left: 10%;
    }
    #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre .test {
        padding: 0px 0 0 46%;
        transform: skew(28deg, 0deg) translate(-23%, 0%);
    }
    .single-settore #homeHero .rowhero::before, .page-template-green-project #homeHero .rowhero::before, .single-progetto  #homeHero .rowhero::before, .page-template-about-axa #homeHero .rowhero::before,
    .page-template-pensiline-fotovoltaiche #homeHero .rowhero::before{
        left: 10%;
        top: 232px;
    }
    .single-settore #homeHero .rowhero::after, .page-template-green-project #homeHero .rowhero::after, .single-progetto  #homeHero .rowhero::after, .page-template-about-axa #homeHero .rowhero::after,
    .page-template-pensiline-fotovoltaiche #homeHero .rowhero::after{
        left: calc(10% + 107px);
        top: 300px;
    }
    .titleContGeneric p{
        width: 100%;
    }
    #homeHero .rowhero .carouselInitialHome .singleCategory h4{
        display: none;
    }
    #tabSection .tabsectionrow .tabContainer{
        padding: 20px;
    }
    #aboutCosaoffre .rowCosaOffre h5{
        width: 100%;
    }
    .progettiLoop .progettiBox{
        width: 100%;
    }
    #progettiFotovolt .progettiLoop .progettiBox {
        width: calc(60% - 15px);
        flex: 0 0 auto;
    }
    #struttureGreen .rowStruttGreen2{
        width: 90%;
    }
    #struttureGreen .rowStruttGreen2 .testSinglpr {
        column-count: 1;
    }
    #comeProgettiamo .rowComeProgettiamo .testo {
        width: 100%;
    }
    .page-template-pensiline-fotovoltaiche #aboutValori .rowAboutValori .valoriCont .boxvalori{
        width: 100%;
    }
}
@media (max-width: 575px){
    footer .top-footer .topFootCol, footer .top-footer .topFootCol.topFoot1 {
        width: 100%;
    }
    footer .down-footer .downFootCol, footer .down-footer .downFootCol.downFoot1{
        width: 100%;
    }
    #iNostriSettori .rowSettori{
        flex-direction: column;
        transform: skew(0deg, 0deg);
        height: fit-content;
    }
    #iNostriSettori .rowSettori .singleSettore{
        height: 35vh;
        transform: skew(-28deg, 0deg);
        flex: 0 0 auto;
        width: 100%;
    }
    #iNostriSettori .rowSettori .singleSettore:hover {
        flex: 0 0 auto;
      }
    #iNostriSettori .rowSettori .singleSettore .testo{
        opacity: 1;
    }
    #iNostriSettori .rowSettori .singleSettore img{
        width: 200%;
    }
    #progettiamoHome .rowProgettiamoHome .boxProgettiamo {
        width: 90%;
    }
    #conosciLeSoluzioni .rowLeSoluzioni{
        width: 90%;
    }
    header .logoAxa img{
        height: 40px;
    }
    #progettiStrutture .rowprogettiStrutture .progettoStutt {
        width: calc(90% - 20px);
    }
    #aboutValori .rowAboutValori .valoriCont .boxvalori, .page-template-green-project #aboutValori .rowAboutValori .valoriCont .boxvalori{
        width: 100%;
    }
    #homeHero .rowhero .carouselInitialHome::before{
        border-bottom: 68vh solid transparent;
        border-left: 43vh solid var(--blu);
    }
    .menuMobile::after {
        content: '';
        border-top: 100vh solid transparent;
        border-right: 100vh solid var(--blu3);
    }
    #aboutCosaoffre .rowCosaOffre .containerCosaOffre{
        width: 115%;
    }
    #struttureGreen .rowStruttGreen{
        overflow: hidden;
    }
    #struttureGreen .rowStruttGreen .immagineStruttgreen {
        transform: skew(-28deg, 0deg) translate(-6%, 0%);
        overflow: hidden;
        width: 120%;
    }
    .page-template-green-project #eccellenzeHome, .single-progetto #eccellenzeHome {
        padding: 50px 0;
    }
    .rowSliderGreen .lightbox_img_wrap{
        width: 70%;
    }
    .progettiLoop.extern .progettiBox {
        width: calc(60% - 7px);
        flex: 0 0 auto;
        aspect-ratio: 1;
    }
    #progettiFotovolt .progettiLoop .progettiBox {
        width: calc(80% - 15px);
        flex: 0 0 auto;
    }
    #homeHero .rowhero .carouselInitialHome .singleCategory img{
        filter: brightness(0.2);
    }
    #aboutValori {
        margin: 50px 0 0px;
    }
    #iNostriSettori .rowSettori .singleSettore .testo p {
        max-width: 250px;
    }
    .page-template-pensiline-fotovoltaiche #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre:first-child, .page-template-pensiline-fotovoltaiche #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre:last-child{
        transform: none;
    }
    .page-template-pensiline-fotovoltaiche #aboutCosaoffre .rowCosaOffre .containerCosaOffre .boxCosaOffre .test{
        padding: 0px 5% 0 5%;
        transform: none;
    }
}
@media (max-width: 450px){
    #valoriHome .rowValori .valoriContainer .boxvalori .testo {
        width: 90%;
    }
    #valoriHome .rowValori .valoriContainer .boxvalori img{
        width: 80%;
    }
    .titleContGeneric::before {
        left: 23%;
    }
    .titleContGeneric::after {
        left: calc(23% + 75px);
    }
    .barsocial .btn-axa a{
        padding: 8px 12px 6px;
    }
}
@media (max-width: 380px){
    .preloaderAxa .logo{
        width: 270px;
    }
    .preloaderAxa .logo .barremie .barra{
        width: 30px;
        height: 104px;
    }
    .preloaderAxa.attiva .logo .barremie .barra{
        width: 10px;
    }
    .preloaderAxa .logo .barremie .barra.barra1{
        margin-left: -50px;
    }
    .preloaderAxa .logo .barremie .barra.barra2{
        margin-left: 63px;
    }
    .preloaderAxa .logo .barremie .barra.barra3{
        margin-left: 16px;
    }
    .barsocial .btn-axa a{
        width: 158px;
    }
    header .logoAxa{
        top: 11px;
    }
}

