/* ===================================
    Crafto - Startup
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
/* variable */
:root {     
    --base-color: #00ce9b;
    --alt-font: 'Lato', sans-serif;
    --primary-font: 'Lato', sans-serif;
    --dark-gray: #252840;
    --medium-gray: #868d98;
} 
/* reset */
body {
    font-size: 17px;
    line-height: 32px; 
    overflow-x: hidden;
}
a {
    color: #868d98;
} 
b, strong {
    font-weight: 600;
}
::-webkit-input-placeholder {
    color: #868d98 !important;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #868d98 !important;
    text-overflow: ellipsis;
    opacity:1;
}
:-ms-input-placeholder {
    color: #868d98 !important;
    text-overflow: ellipsis;
    opacity:1;
}

/* CONTENUTO PAGINE*/
/* immagini bn in project */
.products-section img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.desc-estesa-box{
    font-size:16px;
    line-height: 18px
}
.desc-box{
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase
}

.progres-partner p {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.progres-partner h6{
    font-size: 20px!important;
  line-height: 1.2;
    min-height: 58px; /* max 2 righe */
    margin-bottom:0px!important;
}

.address-home{
    line-height: 18px
}
.address-home h6{
    font-size: 20px
}

.overlay-lightbox-wrapper {
    position: relative;
    display: block;
}

.overlay-lightbox-wrapper .overlay-dark {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* opacità 40% */
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.overlay-lightbox-wrapper .icon-zoom {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5rem;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.overlay-lightbox-wrapper:hover .overlay-dark,
.overlay-lightbox-wrapper:hover .icon-zoom {
    opacity: 1;
}
.sticky-active .header-icon .icon > a {
    color: #000!important
}

.sticky-active  .push-button span {
    background: #000;
}

.wpcf7 form label {
  display: block;
  width: 100%;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-body{
    background-color: #fff!important;
}
.contenuto-pagina h2{
    font-size: 42px;
    color: #000;
    font-weight: 500;
}
.contenuto-pagina{

    padding-top:20px;
}

/* Altezza minima fissa per il blocco titolo */
.highlight-swiper .card-body {
    min-height: 80px;
    line-height: 22px!important;
}

/* Reset ombre e sfondo trasparente */
.card {
    box-shadow: none !important;
    background-color: transparent !important;
    border: 1px solid #eee!important; /* ✅ bordo grigio leggero */
    border-radius: 12px;
    overflow: hidden;
}
.highlight-swiper .card-body {  
    align-items: center!important;  
}
.btn-filter {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    padding: 6px 18px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    font-family: inherit;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

/* Stato attivo */
.btn-filter.active {
    background-color: #fff;
    color: #000;
}

/* Hover (solo su non attivi) */
.btn-filter:not(.active):hover {
    background-color: #222;
    color: #fff;
}

/* Navigazione Swiper - frecce */
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    top: 28%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
}

.swiper-button-prev::after {
    transform: rotate(135deg);
}

.swiper-button-next::after {
    transform: rotate(-45deg);
}

/* Pallini Swiper */
/* Posiziona e centra correttamente i pallini */
.swiper-pagination {
    position: relative !important;
    margin-top: 70px!important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
}

.swiper-pagination-bullet {
    background-color: #999;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    background-color: #00e86a;
    opacity: 1;
}
/* bg color */
.sticky .container-fluid {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color:#000;
}
.sticky .nav-link {
    color: var( --dark-gray)!important;
}
.bg-gradient-emerald-blue-emerald-green {
    background-image:linear-gradient(50deg,#09afea 0,#19e089 100%);
}
.bg-gradient-black-green {
    background-image: linear-gradient(to right top, #1f2021, #1b1d1c, #1b1d1c, #222523, #333c37);
}
/* text color */
.text-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right top, #09afea, #19e089);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* button gradient */
.btn-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right, #09afea, #19e089, #09afea);
    background-size: 200% auto;
    color: var(--white);
}
/* btn */
.btn{
    font-weight: 500;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 22px;
}
.btn.btn-large {
    font-size:17px;
}
.btn.btn-medium {
    font-size: 16px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 13px;
}
.btn.btn-large .btn-icon i {
    top: 1px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-link-gradient {
    padding: 0 0 3px;
}
/* header */
header .navbar-brand img {
    max-height: 50px;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    letter-spacing: .5px;
    padding: 10px 22px
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}
/* newsletter style  */
.newsletter-style-02 input {
    font-size: 14px;
}
/* footer */
footer ul li {
    margin-bottom: 2px;
}
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 17px;
    }
}