@font-face {
    font-family: 'Swifted';
    src: url('/frontend/fonts/swifted.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 576px) {
    .hidden-mobile {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .hidden-desktop {
        display: none !important;
    }
}
p{margin:0px;}

.container{
    max-width: 1240px;
}

.col-primary{
    color: var(--primary-color) !important;
}

.col-secondary{
    color: var(--secondary-color) !important;
}

body{
    font-family: 'Manrope', sans-serif;    
    color: #404854;
}

h2{
    margin: 0px;
}

.top-bar {
    background: #243F4B;
    color: white;
    width: 100%;
    position :relative; 
    font-weight: 300;
}

.top-bar b{
    font-weight: 500;
}

.top-bar .container{
    padding:6px 0;
}

.top-bar-text {
    text-align: left;
    padding-right: 100px;
    line-height: 20px;
    font-size: 13px;
}

.top-bar-icons {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .top-bar {
        padding: 0 10px;
    }
}

header {
    background-color: white;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.right-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo img {
    height: 50px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    padding:6px 10px;
}

.main-nav a.active {
    color: #1c1c1c;
}
.main-nav li:hover a,
.main-nav a.active{    
    color: #00B4C3;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-consult {
    background-color: #23395b;
    color: white;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.evidence-menu-link a{
    background-color: #243F4B !important;
    color: #ffffff !important;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

header .social-icons a {
    display: inline-block;
    text-decoration: none;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    transition: opacity 0.2s;
    margin-left: 10px;
}

header .social-icons a i {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 992px) {
    header .container {
        display: block;
    }
    
    .logo{
        float: left;
        width: calc(100% - 120px);
    }
    
    .right-group{
        float: right;
    }
    
    .main-nav ul {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-actions {
        margin-top:14px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .evidence-menu-link a{
        background-color: #ffffff !important;
        color: var(--primary-color) !important;
    }
}

@media (max-width: 575px) {
    header .container {
        display: block;
    }
    
    .logo{
        float: none;
        width: 100%
    }
    
    .right-group{
        float: none;
    }
    
    .header-actions {
        margin-top:14px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}


.close-menu{
    /*color: #ffffff;*/
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 30px;
    display: none;
    cursor: pointer;
}

.mobile-logo{
    display: none;   
}

.mobile-menu-toggle {
    display: none;
    float: right;
    font-size: 28px;
    padding:5px 8px;
    background-color: var(--primary-color);
    color: #243F4B;
    border-radius:5px;
    margin-top:7px;
}

@media (max-width: 992px) {    
    .header-actions{
        display: none;
    }
    .mobile-logo{
        display: block;
        width: 65%;
        margin-left: 10px;
    }
    .close-menu{
        display: block;
    }
    nav {
        width: 100%;
        display: none;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10001;
        transition: visibility 0.4s;
        background-color: white;
        height: 100vh;
        overflow: auto;
        padding: 10px;
    }
    nav.open{
        display: block;
        visibility: visible;
    }
    nav .menu {
        display: block;
        width: 100%;
        padding-top: 10px;
    }
    nav .menu li a {
        /*color: #ffffff;*/
        font-size: 20px;
        margin-top: 12px;
        padding: 12px 20px;
        padding-right: 30px;
        display: block;
    }
    .mobile-menu-toggle {
        display: block;
        padding-top:10px;
    }
    .logo-container img{
        height:60px;
    }
    .menu>li {
        margin-right: 1rem;
    }
}

.hero-section {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    color: #39251B;
    width: 100%;
}

.hero-content {
    max-width: 1240px;
    margin: 0 auto; 
}

.hero-left,
.hero-right {
    float: left;
    width: 45%;    
}

.hero-left-img{
    display: none;
}

.hero-right{
    float: right;
    padding: 4% 2% 4% 6%;
}

.hero-title {
    font-size: 50px;
    font-weight:400;
    font-family: "Swifted", sans-serif;
    margin-bottom: 20px;
    color: #243F4B;
}

.hero-description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #495259;
    font-weight: 300;
    text-align: justify;
}

.hero-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #243F4B;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 15px;
}

.hero-button:hover {
    background-color: #885F1F;
}

.hero-right img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 90px;
}

@media (max-width: 768px) {
    .hero-section{
        padding: 20px 10px;
    }
    .hero-left,
    .hero-right {
        width: 100%;    
    }
    
    .hero-title{
        font-size: 32px;
        margin-top: 0px;
    }
    
    .hero-left a{
        display:block;
        width: 160px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    .service-section a,
    .team-section a{
        display:block;
        width: 160px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
}

.clinic-section{
    padding-bottom: 164px;
}

.pill-box{
    border-radius: 90px;
    padding: 30px;
    background-color: #DEF0F3;
    position: relative;
}

.pill-box-left{
    width: 40%;
    float: left;
}

.pill-box img{
    width: 100%;
    border-radius: 80px;
}

.pill-box-right{
    width: 60%;
    padding:0px 10%;
    float: right;
}

@media (max-width: 768px) {
    .clinic-section{
        padding: 40px 0px;
    }
    .pill-box{
        width:calc(100% - 20px);
        margin-left: 10px;
    }
    .pill-box-left,
    .pill-box-right{
        width: 100%;
    }
    
    .pill-box-right{
        margin-top: 20px;
        padding:0px;
    }
    
    .pill-box-right .hero-title{
        font-size: 24px;
        text-align: center;
    }
    
    .pill-box-right a{
        display:block;
        width: 160px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-description{
        margin-bottom: 20px;
    }
}

.bg-bar{
    width: 100%;
    position: absolute;
    height: 400px;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
} 

.bg-bar-min-50{
    top: 200px;
}

.section-header{    
    position: relative;
}
.section-header h2{
    font-size: 50px;
    font-weight: 400;
    font-family: "Swifted", sans-serif;
    color: #243F4B;
}

.section-header a{
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #243F4B;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 15px;
}

.image-box-right-container{
    margin-top: 70px;
}
.image-box{
    padding:50px;
}
.image-box img{
    border-radius: 90px;
}
.image-box-title{
    font-size: 28px;
    font-family: 'Swifted', sans-serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}
.image-box-subtitle{
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.image-box a{
    font-size: 32px;
    display: block;
    text-align: center;    
    margin-top: 20px;    
}

.image-box a i{
    color: #00B4C3;
    font-size: 24px;
}

.team-section{
    background-image: url(/frontend/images/team-bg.png);
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 40px;
}
             
.gallery div{
    float:left;
    width:25%;
    background-size: cover;
    background-position: center;
    height: 500px;
}

@media (max-width: 1200px) {
    .gallery div{
        height:400px;
        width:50%;
    }
}

.service-section {
    padding: 80px 0;
}

.service-box {
    width:90%;
    margin:0px 5%;
    border-radius: 100px;
    padding: 50px 20px;
    text-align: center;
    transition: .3s;
    background: #e0f2f5;
    font-family: 'Swifted', sans-serif;
}

.service-box.white {
    background: transparent;
    border: 2px solid #e0f2f5;
    margin-top: 40px;
}

.service-box.blue {
    background: #e0f2f5;
}

.service-box:hover {
    transform: translateY(-5px);
}

.icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.icon-wrap.pink {
    background: #f6e3e6;
}

.icon-wrap img {
    width: 50px;
    height: auto;
}

.service-box h3 {
    font-size: 22px;
    font-weight: 400;
    color: #12323c;
    margin-top: 20px;
    margin-bottom: 0px;
}

.service-section .row col-12{
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .service-section{
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .service-box {
        padding: 40px 20px;
        border-radius: 80px;
    }
    .icon-wrap {
        width: 80px;
        height: 80px;
    }
    
    .service-section .row .col-12{
        margin-bottom: 30px;
    }
    
    .service-box.white{
        margin-top:0px;
    }
}

@media (max-width: 768px) {
    .section-header h2{
        font-size: 32px;
        text-align: center;
    }
    
    .section-header a{
        display: block;
        text-align: center;
        position: relative;
        width: 160px;
        margin:20px auto;
    }
    
    .image-box-right-container {
        margin-top: 0px;
    }
    
    .image-box{
        padding:20px;
    }
}


.ocular-surgery{
    padding:60px 0px;
}

.ocular-surgery .hero-title{
    font-size: 40px;
}

.ocular-surgery .pill-box-left{
    width: 50%;
    padding:0px 40px;
}
.ocular-surgery .pill-box-right{
    width: 50%;
    padding:0px 20px;
    float: right;
}

@media (max-width: 768px) {
    .ocular-surgery{
        padding-top:20px;
        padding-bottom:30px;
    }

    .ocular-surgery .pill-box{
        border-radius: 60px;
        padding: 30px 10px;
    }
    .ocular-surgery .pill-box-left{
        width: 100%;
        padding:0px 20px;
    }
    .ocular-surgery .pill-box-right{
        width: 100%;
    }
    .ocular-surgery .hero-title{
        font-size: 24px;
    }
    .ocular-surgery a{
        display: block;
        text-align: center;
        position: relative;
        width: 160px;
        margin:10px auto;
    }
}

.laser-section{
    background-image: url(/frontend/images/laserbg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.laser-section .pill-box-left{
    width: 50%;
    margin-left: 2%;
    padding:20px 0px;
}

.laser-section .pill-box-right {
    width: 45%;
    padding: 40px 20px;
}

.laser-section .hero-title {
    font-size: 32px;
}

@media (max-width: 768px) {
    .laser-section .pill-box{
        border-radius: 60px;
        padding: 30px 10px;
    }
    .laser-section .pill-box-left{
        width: 100%;        
        margin-left: 0px;
        padding: 0px 10px;
    }
    .laser-section .pill-box-left img{
        border-radius: 60px;
    }
    .laser-section .pill-box-right{
        width: 100%;
        padding:0px 20px;
        margin-top: 20px;
    }
    .laser-section .hero-title{
        font-size: 24px;
    }
    .laser-section a{
        display: block;
        text-align: center;
        position: relative;
        width: 160px;
        margin:20px auto;
        margin-bottom: 0px;
    }
}

.esthetics-path{
    padding:60px 0px;
}
.esthetics-path .pill-box{
    background-color: #FBEBF0;
}

.esthetics-path .hero-title{
    font-size: 40px;
}

.esthetics-path .pill-box-left{
    width: 50%;
    padding:40px;
}
.esthetics-path .pill-box-right{
    width: 50%;
    padding:0px 20px;
    float: right;
}

@media (max-width: 768px) {
    .esthetics-path .pill-box{
        border-radius: 60px;
        padding: 30px 10px;
    }
    .esthetics-path .pill-box-left{
        width: 100%;
        padding:0px 20px;
    }
    .esthetics-path .pill-box-right{
        width: 100%;
    }
    .esthetics-path .hero-title{
        font-size: 24px;
    }
    .esthetics-path a{
        display: block;
        text-align: center;
        position: relative;
        width: 160px;
        margin:10px auto;
    }
}

.newsletter-section{
    background-image: url(/frontend/images/newsletter-bg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.newsletter-box{
    background-color: white;
    padding: 50px 100px;
    max-width: 900px;
    width: 100%;
    margin:0 auto;
}
.newsletter-box p{
    font-size: 16px;
    margin-bottom:10px;
}
.newsletter-subtitle{
    font-size: 20px;
}
.newsletter-box h2{
    font-size: 40px;
    font-weight:400;
    font-family: "Swifted", sans-serif;
    margin-bottom: 14px;
    color: #243F4B;
}

.newsletter-form{
    margin-top: 20px;    
}

.newsletter-email{
    float: left;
    width:65%;
    height: 40px;
    border:1px solid #243F4B;
    padding: 6px 10px;
    color: #999999;
}

.newsletter-send{
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    float: right;
    width:33%;    
    height: 40px;
    background-color:#243F4B;
    color: white;
}

@media (max-width: 768px) {
    .newsletter-box{
        width: calc(100% - 28px);
        margin:14px auto;
        padding: 20px 40px;
    }
    .newsletter-box h2{
        font-size: 24px;
    }
    .newsletter-email{
        width:100%;
    }

    .newsletter-send{
        width:100%;
        margin-top: 20px;
    }
}

.brands-section-container{
    background-image: url(/frontend/images/brands-bg.png);
    background-position:left;
    background-repeat: no-repeat;
}
.brands-section{
    padding:40px 0px;
    text-align: center;    
}
.brands-section h2{
    font-size: 40px;
    font-weight:400;
    font-family: "Swifted", sans-serif;
    margin-bottom: 20px;
    color: #243F4B;
}

.brands-section p{
    font-size: 18px;
}

.brands-section .row{
    margin-top: 40px;
}

.brands-section .row div{
    display: flex;
    padding:0 20px;
    align-items: center;   
    justify-content: center;
    margin-bottom: 30px;
}

.brands-section .row div img{
    max-height: 150px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
}
@media (max-width: 768px) {
    .brands-section{
        width: calc(100% - 28px);
        margin:14px auto;
    }
    
    .brands-section h2{
        font-size: 32px;
    }
    
    .brands-section p{
        font-size: 16px;
    }
}

/* FOOTER */
.site-footer {
    background: #ffffff;
    color: #495259;
    font-size: 15px;
    padding-top: 20px;
    border-top:2px solid #DEF0F3; 
}

.footer-top {
    padding: 20px;
}

.footer-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*gap: 20px;*/
}

/*.footer-col {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}*/

.footer-column.with-2-subcolumns{
    display: flex;
    gap: 100px;
}

.site-footer a {
    color: inherit;
}
.footer-col p{
    margin-top:0px;
    margin-right: 10px;
}

.footer-logo {
    width: 240px;
    margin-bottom: 0px;
}
.footer-social{
    padding-top: 10px;
    padding-left: 10px;
}
.footer-social p{
    float: left;
    font-size: 16px;
    padding-right: 20px;
}

.footer-subcolumn-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}
.footer-subcolumn-item i {
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    color: #00B4C3;
}

.footer-subcolumn-item a,
.footer-subcolumn-item p,
.footer-subcolumn-item span {
    margin: 0;
    line-height: 1.4;
    display: inline-block;
}

.footer-subcolumn-item a {    
    margin-bottom: 4px;
    font-size: 18px;
    text-decoration: none;
}

.footer-subcolumn-item a:not(.footer-subcolumn-item-icon-text,.footer-subcolumn-item-icon-address) {
    display: block;
    float: left;
}

.footer-subcolumn-item a.footer-subcolumn-item-icon-address{
    font-size: 16px;
}

.footer-subcolumn-item a:hover {
    opacity: 0.8;
}

[class^="footer-subcolumn-item-icon-"]{
    position: relative;
    padding-left: 24px;
}

[class^="footer-subcolumn-item-icon-"] i{
    position: absolute;
    left:0px;
    top:2px;
}

.footer-social a {
    margin-right: 16px;
    transition: color 0.3s;
    display: inline !important;
    float: none !important;
}

.footer-social a i{
    font-size: 24px;
}

.footer-bottom {
    background-color: #243F4B;
    color: white;
    padding: 10px;
}

.footer-bottom-boxed {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
}
.footer-bottom-content{
    max-width: 768px;
    margin: 0 auto;
}
.footer-bottom-boxed .footer-bottom-content div{
    float:left;
    margin-right:14px;
    font-size:15px;
}
.footer-bottom-boxed a {
    font-weight: bold;
}

.iub__us-widget {
    display: none !important;
}

@media (max-width: 992px) {
    .footer-social {
        display: block;
        padding-left: 0;
    }
}

@media (max-width: 650px) {
    .footer-logo{
        width: 80%;        
        margin:0 10%;
    }
    .footer-bottom-boxed .footer-bottom-content div:first-child{
        float:none;
    }
    .footer-container{
        justify-content: unset;
        gap: unset;
        padding-top: 20px;
    }
    
    .footer-column.with-2-subcolumns{
        display: block;
        width: 100%;
    }
    
    .footer-column.with-2-subcolumns .footer-subcolumn{
        width: 45%;
        margin:0px 2.5%;
        float: left;
        display: block;
    }
    
    .footer-column{
        margin-bottom: 30px;
    }
    
    .footer-column:not(.with-2-subcolumns){
        width: 100%;        
    }
    .footer-column:not(.with-2-subcolumns) .footer-subcolumn{
        text-align: center;
    }
    .footer-column:not(.with-2-subcolumns) .footer-subcolumn .footer-subcolumn-item{
        display: block;
    }
    .footer-social a{
        margin:0 8px;
    }    
}

@media (max-width: 576px) {
    .footer-col-big img{
        width: 70%;
    }
    .footer-col.footer-col-big {
        width: 100%;
        text-align: center;
    }

    .footer-col ul,
    .footer-col-right p,
    .footer-col-right a,
    .footer-social {
        /*justify-content: center;*/
        /*text-align: center;*/
    }

    .footer-social {
        display: block;
        padding-left: 0;
    }
    
    footer-social p{
        margin-bottom:0px;
    }

    .footer-col-item {
        display: block;
    }
}

@media (max-width: 485px) {
    .footer-bottom{
        padding-left:0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .footer-top{
        padding:0px;
    }
    .footer-col{
        margin-bottom:20px;
    }
    .footer-col *{
        font-size: 15px;
    }
    .footer-bottom-boxed .footer-bottom-content div{
        font-size:14px;
        margin-left:0px;
        margin-right:0px;
        padding:0 6px;
    }
}

.wave-container {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -20px;
    left:0px;
    overflow: hidden;
}

/* Onda vera e propria */
.wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    background-image: url(/frontend/images/effetto-onda.png);
    background-size: 50% 100%;
    background-repeat: repeat-x;

    animation: waveMove 6s linear infinite;
}

/* Movimento dell’onda */
@keyframes waveMove {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.center-header-section{
    position: relative;
}
.center-header-section img{
    width: 100%;
}

.center-header-section h2{    
    position: absolute;
    width: 100%;
    left: 0px;
    top: calc(50% - 60px);
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight:400;
    font-family: "Swifted", sans-serif;
}

.center-evolution-section {
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    color: #39251B;
    width: 100%;
}

.center-evolution-content {
    max-width: 1240px;
    margin: 0 auto; 
}

.center-evolution-left,
.center-evolution-right {
    float: left;
    width: 45%;    
}

.center-evolution-left-img{
    display: none;
}

.center-evolution-right{
    float: right;
    padding: 4% 2% 4% 6%;
}

.center-evolution-title {
    font-size: 50px;
    font-weight:400;
    font-family: "Swifted", sans-serif;
    margin-bottom: 20px;
    color: #243F4B;
}

.center-evolution-description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #495259;
    font-weight: 300;
    text-align: justify;
}

.center-evolution-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #243F4B;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 15px;
}

.center-evolution-button:hover {
    background-color: #885F1F;
}

.center-evolution-right img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 90px;
    margin-top: -50px;
    z-index: 100;
}

@media (max-width: 768px) {
    .center-header-section{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .center-evolution-section{
        padding: 20px 10px;
    }
    .center-evolution-left,
    .center-evolution-right {
        width: 100%;    
    }
    
    .center-header-section h2{  
        font-size: 40px;
        top: calc(50% - 30px)
    }
    
    .center-evolution-right img {
        margin-top: 0px;
    }
    
    .center-evolution-title{
        font-size: 26px;
        text-align: center;
        margin-top: 0px;
    }
    
    .center-evolution-left a{
        display:block;
        width: 160px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 525px) {    
    .center-header-section h2{  
        font-size: 36px;
        top: 40px;
    }
}

.center-pillars-section {   
    background-color: #DEF0F3;
    padding-bottom: 50px;
    color: #39251B;
    width: 100%;
}

.center-pillars-content {
    max-width: 1240px;
    margin: 0 auto; 
}

.center-pillars-left,
.center-pillars-right {
    float: left;
    width: 45%;    
}

.center-pillars-left-img{
    display: none;
}

.center-pillars-right{
    float: right;
    padding: 4% 2% 4% 6%;
}

.center-pillars-title {
    font-size: 50px;
    font-weight:400;
    font-family: "Swifted", sans-serif;
    margin-bottom: 20px;
    color: #243F4B;
}

.center-pillars-description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #495259;
    font-weight: 300;
    text-align: justify;
}

.center-pillars-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #243F4B;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 15px;
}

.center-pillars-button:hover {
    background-color: #885F1F;
}

.center-pillars-left img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 90px;
    z-index: 100;
}

@media (max-width: 768px) {
    .center-header-section{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .center-pillars-section{
        padding: 20px 10px;
    }
    .center-pillars-left,
    .center-pillars-right {
        width: 100%;    
    }
    
    .center-header-section h2{  
        font-size: 40px;
        top: calc(50% - 30px)
    }
    
    .center-pillars-right img {
        margin-top: 0px;
    }
    
    .center-pillars-title{
        font-size: 26px;
        text-align: center;
        margin-top: 0px;
    }
    
    .center-pillars-left a{
        display:block;
        width: 160px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 525px) {    
    .center-header-section h2{  
        font-size: 36px;
        top: 40px;
    }
}

/* WRAPPER GENERALE */
.center-future {
    padding: 80px 0;
    background: #f5f8fa; /* colore simile al tuo screen */
}

.center-future__container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

/* COLONNA INTRO */
.center-future__intro {
    flex: 1;
}

.center-future__title {
    font-size: 38px;
    margin-bottom: 25px;
    color: #243F4B;
    font-weight: 400;
    font-family: "Swifted", sans-serif;
}

.center-future__text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.center-future__btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 28px;
    border-radius: 30px;
    background: #243F4B;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.center-future__btn:hover {
    background: #0a555a;
}

/* COLONNA PERCHÉ SCEGLIERCI */
.center-future__why {
    flex: 1;
    padding:0px 40px;
}

.center-future__why-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #243F4B;
    font-weight: 400;
    font-family: "Swifted", sans-serif;
}

.center-future__why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.center-future__why-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.center-future__why-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #00B4C3;
    color: #0d6971;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

.center-future__why-content {
    font-size: 16px;
    color: #444;
    line-height: 22px;
}

.center-future__why-content strong {
    color: #1e2c33;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .center-future__container {
        flex-direction: column;
        gap: 40px;
    }

    .center-future__title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .center-future {
        padding: 60px 0;
    }

    .center-future__title {
        font-size: 28px;
    }

    .center-future__why-number {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}