

.navbar-toggler{
    border: 0;
}

.navbar-collapse{
    position: fixed;
    top: 90px;
    left: 0;
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.2);
}

.container-nav{
    justify-content: space-between;
    flex-direction: row-reverse;
}

ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul li{
    border: 1px solid #e4e4e4;
    border-radius: 7px;
    width: 85%;
    margin-bottom: 15px;
    text-align: center;
}

.button-contacts{
    height: 60px;
    width: 85%;
    margin-left: 0px;
}

/* Stile di base per l'icona hamburger */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    transition: background-color 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
    top: -8px;
    left: 0;
}

.navbar-toggler-icon::after {
    top: 8px;
    left: 0;
}

/* Animazione per l'icona attiva (effetto X) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
    height: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

.article-container{
    flex-direction: column;
}

.box-text{
    height: 400px;
    width: 100%;
    text-align: center;
    align-items: center;
}
.box-images{
    width: 100%;
}

.box-images .triangle-white{
    display: none;
}

.box-images img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.box-images .box-peyoff {
    justify-content: center;
    top: -75px;
    height: auto;
}

.box-images .box-peyoff .triangolo-testo {
    width: 80%;
}

.box-images .box-peyoff .triangle-right{
    display: block;
    border-bottom: 150px solid transparent;
    border-left: 120px solid var(--color-primary);
}

.box-images .box-peyoff .triangolo-testo .text {
    padding: 20px;
    text-align: center;
    justify-content: center;
}




.organizzazione-home .box-icons .icon{
    width: 70px;
    height: auto;
}

.certifications-home .button-certification{
    height: 55px;
}

.activity-title {
    background-attachment: unset;
}

.activity .activity-box:nth-child(1){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box:nth-child(2){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box:nth-child(3){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box:nth-child(4){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box:nth-child(5){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box:nth-child(6){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box:nth-child(7){
    height: 120px;
    padding: 20px 40px;
}

.activity .activity-box .icon{
    height: 50px;
    width: auto;
}

.renewable-energy .general-text{
    padding: 50px 100px;
}




/* PRODUCT */

.renewable-energy .general-text{
    padding: 35px 70px;
}
  
/* --- */
  
.renewable-product .container-product{
    padding-bottom: 30px;
}
  
.renewable-product .image-box{
    height: 280px;
}
  
.renewable-product .boxproduct-text .text{
    width: 325px;
    height: 80px;
}
  
.renewable-product .triangle-left{
    border-bottom: 80px solid var(--color-secondary);
    border-left: 50px solid transparent;
}

.renewable-product .triangle-left.white{
    border-bottom: 80px solid white;
}


/* INSTALLAZIONE */

.installation-sequence .container-sequence{
    top: -35px;
}
  
.installation-sequence .container-sequence .box-sequence{
    width: 120px;
}

.installation-sequence .title-deductions{
    margin-top: 60px;
}

.point-of-sale .container-text {
    padding: 0 30px 0 30px; 
}

.maps{
    height: 450px;
}

/* FOOTER */

.footer{
    padding: 40px 0;
}

.footer .beg-white{
    width: 80px;
    height: auto;
}

.footer .footerSX .address{
    padding-left: 30px;
    margin-left: 30px;
}

.footer .footerDX li {
    margin-bottom: 5px;
}