/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.btn-gold{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    padding:16px 34px;

    background:linear-gradient(
        180deg,
        #f8e7a6 0%,
        #e3c46a 35%,
        #c89d2a 70%,
        #9d7412 100%
    );

    color:#111;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.5px;
    text-shadow:0 1px 2px rgba(255,255,255,.25);
    backdrop-filter:blur(8px);

    border:1px solid #f1d57d;
    border-radius:50px;

    box-shadow:
        0 8px 25px rgba(212,166,44,.35),
        inset 0 1px 0 rgba(255,255,255,.45);

    transition:.3s ease;
}

.btn-gold:hover{

    background:linear-gradient(
        180deg,
        #fff0b8,
        #f0cf71,
        #d8ab39,
        #b78417
    );

    transform:translateY(-3px);

    box-shadow:
        0 15px 35px rgba(212,166,44,.45),
        inset 0 1px 0 rgba(255,255,255,.55);
}

.btn-gold i{
    font-size:20px;
}

.btn-outline-gold{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    padding:16px 34px;

    color:#f0d37b;
    border:2px solid #c89d2a;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    text-transform:uppercase;

    backdrop-filter:blur(5px);

    transition:.3s;
    text-shadow:0 1px 2px rgba(255,255,255,.25);
}

.btn-outline-gold:hover{

    background:#c89d2a;

    color:#111;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(212,166,44,.35);
}
.footer-8-area-bg2 {
  background-image: url(../images/footer/05.webp);
}
.bg_image2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pt--65- {
  padding-top: 65px;
}
.pb--65- {
  padding-bottom: 65px;
}
.containers {
  padding: 0 15px;
}
.hero-features{

    max-width:1400px;
    margin:-35px auto 0;
    position:relative;
    z-index:50;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:25px;

    background:rgba(10,10,15,.96);

    border:1px solid rgba(212,166,44,.30);

    border-radius:18px;

    padding:30px;

    backdrop-filter:blur(12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.45),
    0 0 40px rgba(212,166,44,.08);
}

.feature-item{

    display:flex;
    align-items:center;

    gap:18px;

}

.feature-item i{

    width:62px;
    height:62px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    font-size:26px;

    color:#e4b84d;

    background:rgba(212,166,44,.12);

    border:1px solid rgba(212,166,44,.30);

}

.feature-item strong{

    display:block;

    color:#fff;

    font-size:18px;

    margin-bottom:5px;

}

.feature-item span{

    color:#a8adb5;

    font-size:14px;

    line-height:1.5;

}
@media(max-width:992px){

.hero-features{

grid-template-columns:repeat(2,1fr);

margin:-30px 20px 0;

padding:25px;

}

}

@media(max-width:600px){

.hero-features{

grid-template-columns:1fr;

}

.feature-item{

padding-bottom:18px;
border-bottom:1px solid rgba(255,255,255,.08);

}

.feature-item:last-child{

border:none;
padding-bottom:0;

}

}
.brands{

    padding:90px 0;

    background:#06080d;

}

.section-title{

    text-align:center;

    max-width:900px;

    margin:0 auto 60px;

}

.section-title span{

    display:inline-block;

    color:#d4a62c;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:12px;

}

.section-title h2{

    color:#fff;

    font-size:42px;

    margin-bottom:20px;

}

.section-title p{

    color:#b8bec8;

    line-height:1.8;

    font-size:18px;

}

.brand-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.brand-card{

    display:flex;

    justify-content:center;

    align-items:center;

    padding:35px;

    background:#11151d;

    border:1px solid rgba(212,166,44,.15);

    border-radius:18px;

    transition:.35s;

}

.brand-card:hover{

    transform:translateY(-8px);

    border-color:#d4a62c;

    box-shadow:0 15px 35px rgba(212,166,44,.18);

}

.brand-card img{

    max-width:170px;

    max-height:70px;

    filter:grayscale(100%);

    opacity:.75;

    transition:.35s;

}

.brand-card:hover img{

    filter:none;

    opacity:1;

}
@media(max-width:992px){

.brand-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.brand-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:32px;

}

}
.why-us{

    padding:120px 0 100px;

    background:#f6f8fb;
    
    border-top:1px solid #eef2f6;

    position:relative;

}

.section-heading{

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.section-heading span{

    color:#d4a62c;

    font-size:15px;

    text-transform:uppercase;

    letter-spacing:3px;

    font-weight:700;

}

.section-heading h2{

    color:#1b2430;

    font-size:46px;

    margin:20px 0;

    line-height:1.2;

}

.section-heading p{

    color:#667085;

    font-size:18px;

    line-height:1.8;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.why-card{

    background:#ffffff;

    border:1px solid #e7eaef;

    border-radius:20px;

    padding:40px 30px;
    text-align:center;
    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#d4a62c;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.why-card i{

    width:80px;
    height:80px;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:0 auto 25px;

    border-radius:50%;

    background:#fff8e5;

    color:#d4a62c;

    font-size:34px;

    border:1px solid rgba(212,166,44,.25);

}

.why-card h3{

    color:#1b2430;

    margin-bottom:18px;

    font-size:22px;

}

.why-card p{

    color:#667085;

    line-height:1.7;

    font-size:15px;

}
@media(max-width:1100px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.section-heading h2{

font-size:34px;

}

.section-heading p{

font-size:16px;

}

.why-grid{

grid-template-columns:1fr;

}

}
.problem-solving{

    padding:120px 0;

    background:#081018;

}

.problem-solving img{

    border-radius:20px;

}

.section-tag{

    display:inline-block;

    color:#d4a62c;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:20px;

}

.problem-solving h2{

    color:#fff;

    font-size:48px;

    line-height:1.2;

    margin-bottom:25px;

}

.problem-solving .lead{

    color:#b8c0cb;

    font-size:18px;

    line-height:1.9;

    margin-bottom:35px;

}

.problem-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.problem-list div{

    color:#fff;

    display:flex;

    align-items:center;

    gap:15px;

    font-size:17px;

}

.problem-list i{

    color:#d4a62c;

    font-size:20px;

    width:28px;

}
@media(max-width:992px){

.problem-solving{

text-align:center;

}

.problem-solving img{

margin-bottom:50px;

}

.problem-list{

grid-template-columns:1fr;

text-align:left;

}

.problem-solving h2{

font-size:36px;

}

}
.projects{

    padding:120px 0;

    background:#f6f8fb;

}

.projects-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.project-card{

    overflow:hidden;

    border-radius:20px;

    background:#fff;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.4s;

}

.project-card:hover{

    transform:translateY(-10px);

}

.project-card img{

    width:100%;

    height:280px;

    object-fit:cover;

}

.project-content{

    padding:30px;

}

.project-content span{

    color:#d4a62c;

    text-transform:uppercase;

    font-size:13px;

    letter-spacing:2px;

    font-weight:700;

}

.project-content h3{

    margin:15px 0;

    color:#1f2937;

}

.project-content p{

    color:#667085;

    line-height:1.8;

}

@media(max-width:1200px){

.projects-grid{

grid-template-columns:repeat(2,1fr);

}

}
@media(max-width:768px){

.projects-grid{

grid-template-columns:1fr;

}

}
.project-card.featured{

    border:2px solid #d4a62c;

    position:relative;

    overflow:hidden;

}

.project-card.featured::before{

    content:"⭐ Punto di Forza";

    position:absolute;

    top:18px;
    right:18px;

    background:#d4a62c;

    color:#111;

    padding:8px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    letter-spacing:.5px;

    z-index:5;

}
.project-link{

    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:20px;

    color:#d4a62c;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.project-link i{

    transition:.3s;

}

.project-link:hover{

    color:#b98d20;

}

.project-link:hover i{

    transform:translateX(6px);

}
.reviews{

    padding:120px 0;

    background:#fff;

}

.google-rating{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    margin:70px auto;

    max-width:700px;

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.google-rating img{

    width:70px;

}

.google-rating h3{

    font-size:48px;

    margin:0;

}

.google-rating span{

    color:#777;

    font-size:22px;

}

.google-rating p{

    margin-top:10px;

    color:#777;

}

.stars{

    color:#fbbc05;

    font-size:18px;

}

.reviews-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.review-card{

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;
    height:100%;

}

.review-card:hover{

    transform:translateY(-8px);

}

.review-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:20px;

}

.review-header img{

    width:60px;

    height:60px;

    border-radius:50%;

}

.review-card p{

    color:#667085;

    line-height:1.8;

}
.review-info h4{

    margin:0 0 6px;
    font-size:22px;
    font-weight:600;

}
.review-info{

    flex:1;

}
@media(max-width:992px){

.reviews-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.google-rating{

flex-direction:column;

text-align:center;

}

.reviews-grid{

grid-template-columns:1fr;

}

}
.google-icon{

    font-size:60px;

    color:#4285F4;

}
.rating-circle{

    width:90px;
    height:90px;

    border-radius:50%;

    background:#d4a62c;

    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:36px;
    font-weight:700;

}
.review-avatar{

    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:700;

    color:#fff;

    background:linear-gradient(135deg,#d4a62c,#b9891d);

    flex-shrink:0;

}
.avatar-blue{
    background:#4285F4;
}

.avatar-red{
    background:#EA4335;
}

.avatar-yellow{
    background:#FBBC05;
    color:#333;
}

.avatar-green{
    background:#34A853;
}

.avatar-purple{
    background:#7E57C2;
}

.avatar-orange{
    background:#F57C00;
}
@media (max-width:767px){

#slider::before{

    background:rgba(5,18,35,.65);

}

}
#slider{
    position:relative;
}

#slider::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(5,18,35,.45);

    z-index:1;

}

#slider .slider-inner{

    position:relative;

    z-index:2;

}
@media (max-width:767px){

#slider::before{

    background:rgba(5,18,35,.65);

}

}
#slider h1{

    text-shadow:0 4px 18px rgba(0,0,0,.55);

}

#slider .heading-block span{

    color:#fff;

    font-size:1.2rem;

    line-height:1.8;

    text-shadow:0 2px 10px rgba(0,0,0,.8);

}
@media (max-width:767px){

#slider .heading-block{

    max-width:95%;

    margin:auto;

}

#slider .heading-block span{

    display:block;

    font-size:1rem;

}

}

#page-content{

    background:#fff;

}

.content-card{

    background:#fff;

    border-radius:20px;

    border:1px solid #e9ecef;
    box-shadow:0 8px 25px rgba(0,0,0,.05);

    overflow:hidden;

}

.content-header{

    padding:40px;

    background:#0d2748;

    color:#fff;

}

.content-header h1{

    margin:0;

    font-size:42px;

    font-weight:700;
    color:#fff;

}

.content-header p{

    margin-top:10px;

    color:rgba(255,255,255,.75)!important;

}

.content-body{

    padding:50px;

}

.content-body h2{

    margin-top:45px;

    margin-bottom:15px;

    color:#0d2748;

    font-size:28px;

    font-weight:600;

}

.content-body h2:first-child{

    margin-top:0;

}

.content-body p{

    color:#667085;

    line-height:1.9;

    margin-bottom:20px;

}

.content-body ul{

    margin-bottom:25px;

    padding-left:20px;

}

.content-body li{

    margin-bottom:10px;

    color:#667085;

    line-height:1.8;

}
/* ==========================
   Responsive
========================== */

@media (max-width: 991px){

    .content-header{
        padding:35px 30px;
    }

    .content-body{
        padding:40px 30px;
    }

    .content-header h1{
        font-size:36px;
    }

    .content-body h2{
        font-size:26px;
    }

}

@media (max-width: 767px){

    #page-content{
        padding:60px 0;
    }

    .content-card{
        border-radius:15px;
    }

    .content-header{
        padding:30px 25px;
        text-align:center;
    }

    .content-header h1{
        font-size:30px;
        line-height:1.2;
    }

    .content-header p{
        font-size:14px;
    }

    .content-body{
        padding:30px 25px;
    }

    .content-body h2{
        font-size:22px;
        margin-top:35px;
    }

    .content-body p,
    .content-body li{
        font-size:16px;
        line-height:1.8;
    }

}

@media (max-width: 480px){

    .content-header{
        padding:25px 20px;
    }

    .content-header h1{
        font-size:26px;
    }

    .content-body{
        padding:25px 20px;
    }

    .content-body h2{
        font-size:20px;
    }

}