.h1,
h1 {
    font-size: 2.0rem;
}
.h2,
h2 {
    font-size: 1.8rem;
}
.about-content-wrap h2 {
    font-size: 24px;
    line-height: 1.2;
}
.titH2,.section-title h2 {
    font-size: 36px;
    line-height: 1.2em;
}
body:not(.home-page) h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
} 
#process-2 .container{
    max-width:1600px
}
.cp-custom-accordion .accordion-items {
    margin: 0;

}
.breadcrumb-area{
    padding: 50px 0 50px 0;
    height:auto;
}
.breadcrumb-area .breadcrumb-title{
    margin-top: 0;
}
#service-3 .single-service-item {
    padding: 0;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}
#service-3 .single-service-item {
    padding: 0;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}
#service-3 .service-info {
    padding: 30px;
}
#service-3 .container{
    max-width:100%;
}
#service-3 .service-info {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
#service-3 .service-info span {
    color: #ddd;
}
#service-3 .single-service-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    pointer-events: none;
}
#service-3 .service-info h6 {
    font-size: 22px;
    color: #fff;
}
.bordered-btn {
    background: #E6AF5D;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    padding: 18px 30px;
    border: 1px solid #E6AF5D;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.accordion-items .section-title h2 {
    font-size: 55px;
    line-height: 40px;
    letter-spacing: -2px;
}
.cp-custom-accordion .accordion-buttons {
    position: relative;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: #171717;
    border: none;
    border-bottom: 1px solid #eee;
}

/* SEO Company Info Section */
.seo-company-info-section {
    background: linear-gradient(135deg, #f6f5ed 0%, #f0efe7 100%);
    padding: 0;
    border-top: 3px solid #E6AF5D;
    border-bottom: 3px solid #E6AF5D;
}

.seo-info-wrapper {
    padding: 0;
}

.seo-info-content h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #1D1D1D;
    margin-bottom: 12px;
}

.seo-info-content h2 .highlight {
    color: #E6AF5D;
    display: block;
    font-weight: 600;
}

.seo-company-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.seo-company-details p {
    margin: 0;
    font-size: 14px;
    color: #797C7F;
}

.company-name {
    flex-basis: 100%;
}

.company-vat,.company-name {
    font-size: 16px !important;
    color: #1D1D1D !important;
    font-weight: 600;
}

.footer-section{
    height:auto;
}
.footer-section .contact-info {
    margin-top: 0;
}
.social-area a i {
    margin-right:0 !important
}
.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-bottom: 1px solid #888E9B;
    width: 100%;
    padding-top: 140px;
}
.seo-contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 35px;
}

.section-padding {
    padding: 60px 0;
}
.map-section {
    padding-bottom: 0;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
}
.search-popup .form-group {
    padding-top: 40px;
}
.contact-item i {
    font-size: 28px;
    color: #E6AF5D;
    width: 35px;
    text-align: center;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-item span {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-item a {
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #E6AF5D;
}

.contact-item.whatsapp {
    justify-content: flex-start;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #f0f0f0;
}

.contact-item.whatsapp a img {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.contact-item.whatsapp a:hover img {
    transform: scale(1.12);
}

/* Breadcrumb Area Customization */
.breadcrumb-area.about {
    background-image: url('../img/floor4.jpg');
    background-size: 300px 300px;
    background-repeat: repeat;
    background-attachment: scroll;
    position: relative;
}
.accordion-item{border:0 !important}
.breadcrumb-area.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.breadcrumb-area.about .overlay-5 {
    display: none;
}

.breadcrumb-area.about .container {
    position: relative;
    z-index: 2;
}

.txtok
{
	font-weight:300;font-size:1.25rem;
	
	
}

#sf-arancio
{
    background-color: #ffe5b4; /* Arancione chiaro */
    border: 1px solid #000000;  /* Bordo nero fine */
    border-radius: 10px;       /* Bordi stondati */
    padding: 15px;             /* Spazio interno tra testo e bordo */
    margin-top: 10px;          /* Distanza dal titolo h3 */

  }
  
  #sf-grigio
{
    background-color: #E8E8E8; /* grigio chiaro */
    border: 1px solid #000000;  /* Bordo nero fine */
    border-radius: 10px;       /* Bordi stondati */
    padding: 15px;             /* Spazio interno tra testo e bordo */
    margin-top: 10px;          /* Distanza dal titolo h3 */

  }

 #sf-cotto
{
    background-color:  #f0e68c; /* marrone chiaro */
    border: 1px solid #000000;  /* Bordo nero fine */
    border-radius: 10px;       /* Bordi stondati */
    padding: 15px;             /* Spazio interno tra testo e bordo */
    margin-top: 10px;          /* Distanza dal titolo h3 */

  }
  
  

/* Gallery Page */
.gallery-page .about-content-wrap h1 {
    font-size: 2.2rem;
    line-height: 1.2;
}

/* Gallery Section Titles - Enhanced */
.gallery-section {
    margin-bottom: 40px;
}

.gallery-section .section-title {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.gallery-section .section-title h3 {
    font-size: 26px;
    font-weight: 500;
    color: #1D1D1D;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-section .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #E6AF5D;
    margin: 15px auto 0;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .gallery-section .section-title h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .gallery-section .section-title h3 {
        font-size: 26px;
        letter-spacing: 0.5px;
    }
}

.masonry-gallery {
    column-count: 3;
    column-gap: 18px;
}

.masonry-gallery .gallery-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    break-inside: avoid;
}

.masonry-gallery .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.masonry-gallery .gallery-item:hover img {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1199px) {
    .masonry-gallery {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry-gallery {
        column-count: 1;
    }
}

.breadcrumb-tagline {
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    color: #ddd;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

/* Responsive */
@media (max-width: 992px) {
    .seo-info-content h2 {
        font-size: 32px;
    }
    
    .seo-company-info-section {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 18px;
        line-height: 22px;
    }

    .seo-company-info-section {
        padding: 30px 0;
    }
    
    .seo-info-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .seo-info-content h2 .highlight {
        display: inline;
    }

    .seo-company-details {
        display: none;
    }
}

/* Three Columns Services Section */
.three-columns-services {
    background: #f9f9f9;
    padding: 60px 0;
}

.service-column-card {
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-column-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.service-column-card h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #1D1D1D;
    margin-bottom: 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.service-column-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #797C7F;
    margin: 0;
    flex-grow: 1;
}

.service-column-card em {
    font-style: italic;
    color: #555;
}

.service-column-card strong {
    font-weight: 700;
    color: #1D1D1D;
}

@media (max-width: 991px) {
    .service-column-card {
        padding: 35px 25px;
    }
    
    .service-column-card h2 {
        font-size: 20px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .three-columns-services {
        padding: 40px 0;
    }
    
    .service-column-card {
        padding: 30px 20px;
    }
    
    .service-column-card h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .service-column-card p {
        font-size: 18px;
    }
}

/* Footer Section Custom Background */
.footer-section {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%) !important;
    position: relative;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/floor4.jpg');
    background-size: 200px 200px;
    background-repeat: repeat;
    opacity: 0.08;
    pointer-events: none;
}

.footer-section .container {
    position: relative;
    z-index: 2;
}

.footer-section .contact-info h4 {
    font-size: 16px;
    line-height: 1.6;
}

.footer-section .single-contact-info {
    margin-bottom: 25px;
}

.footer-section .social-area {
    margin-top: 30px;
}

.footer-section .social-area a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    transition: all 0.3s ease;
    font-size: 20px;
}

.container H1{
    margin-bottom:20px
}
.breadcrumb-area .breadcrumb-title .title{font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
}
#header-1 .logo {
  flex: 0 0 15%;
}
#header-1 .main-menu{
  flex: 0 0 70%;
    justify-items: center;
}
#header-1 .header-right {
    flex: 0 0 15%;
}
/* Attività gallery full width */
.project-slider-wrap,
.attivita-gallery,
.attivita-gallery .owl-stage-outer,
.attivita-gallery .owl-stage {
    width: 100%;
}

.attivita-gallery .owl-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attivita-gallery .project-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.attivita-gallery .project-img a {
    display: block;
    text-align: center;
}

.attivita-gallery .project-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

.attivita-gallery {
    position: relative;
}

.attivita-gallery .owl-nav {
    pointer-events: none;
}

.attivita-gallery .owl-nav button.owl-prev,
.attivita-gallery .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 50%;
    background: #E6AF5D;
    color: #1D1D1D;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    opacity: 0.95;
    pointer-events: auto;
    z-index: 2;
}

.attivita-gallery .owl-nav button.owl-prev {
    left: 12px;
}

.attivita-gallery .owl-nav button.owl-next {
    right: 12px;
}

.attivita-gallery .owl-nav button.owl-prev i,
.attivita-gallery .owl-nav button.owl-next i {
    font-size: 22px;
    line-height: 48px;
}

.team-section .section-title H3{
    font-size: 20px;
    line-height: 1.2;
}
/* Competenze images spacing */
.about-section .about-img-wrap {
    width: 100%;
}

.about-section .about-img-wrap a {
    display: block;
}

.about-section .about-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.about-section .about-img-wrap a:last-child img {
    margin-bottom: 0;
}

/* Attività lists readability */
.about-section .about-content-wrap ul,
.about-section ul {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
}

.about-section .about-content-wrap p,
.about-section .about-content-wrap ul li,
.about-section ul li {
    font-size: 18px;
    line-height: 1.3;
    color: #1D1D1D;
}

.about-section .about-content-wrap a {
    color: inherit;
    font-size: inherit;
}

.about-section .about-content-wrap ul li,
.about-section ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.about-section .about-content-wrap ul li a {
    font-size: inherit;
}

.about-section .about-content-wrap ul li::before,
.about-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E6AF5D;
    box-shadow: 0 0 0 2px rgba(230, 175, 93, 0.25);
    transform: translateY(-50%);
}

/* Contatti page normalization */
.contact-content {
    color: #1D1D1D;
}

.contact-content .contact-where {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 12px;
}

.contact-content h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px;
}

.contact-content h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px 0 8px;
}

.contact-content h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 16px 0 10px;
}

.contact-content p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 10px;
    color: #1D1D1D;
}

.contact-content .contact-lead {
    font-weight: 600;
    margin-top: 18px;
}
.services-cta button{margin-bottom:10px}
.contact-content .contact-divider {
    font-weight: 600;
    margin: 16px 0 8px;
    color: #444;
}

.contact-content .contact-email a,
.contact-email a{
    font-weight: 400;
    color: inherit;
    font-size:18px !important;
}

.contact-content .contact-phone em {
    font-style: normal;
    font-weight: 700;
}

.contact-form label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.contact-form textarea,
.contact-form input {
    font-size: 15px;
    line-height: 1.4;
}

.contact-form .row > [class*="col-"] {
    margin-bottom: 14px;
}

.contact-form .privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
}

.contact-form .privacy-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex: 0 0 20px;
    box-sizing: border-box;
}

.contact-form .privacy-check label {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .contact-content h1 {
        font-size: 26px;
    }

    .contact-content h2 {
        font-size: 20px;
    }
}

/* Mobile header: keep brand perfectly centered on every page */

@media (max-width: 991px) {
    #header-1 .header-inner-box {
        position: relative;
        justify-content: center;
    }

    #header-1 .header-right {
        display: none;
    }

    #header-1 .header-inner-box .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        flex: 0 0 auto !important;
        margin: 0;
        z-index: 2;
    }

    #header-1 .logo .navbar-brand {
        display: flex;
        justify-content: center;
    }

    #header-1 .mobile-nav-bar {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        max-width: none;
        flex: 0 0 auto;
        padding-right: 0;
        z-index: 3;
    }
}

/* Facebook Icon Style */
.facebook-icon {
    background-color: #000;
    padding: 12px 18px;
    border-radius: 999px;
    text-align: center;
    border: 1px solid #E6AF5D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E6AF5D;
    font-size: 24px;
    line-height: 1;
    margin-top:10px;
}

/* ============================================
   COOKIE CONSENT & GOOGLE MAPS PLACEHOLDER
   GDPR 2026 Compliant Styles
   ============================================ */

/* Google Maps Placeholder Container */
.google-maps-placeholder {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Map Blocked Overlay */
.map-blocked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.map-blocked-content {
    max-width: 400px;
}

.map-blocked-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.map-blocked-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Button Load Map */
.btn-load-map {
    background: #E6AF5D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
    border: 2px solid #E6AF5D;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-load-map:hover {
    background: transparent;
    color: #E6AF5D;
    border-color: #E6AF5D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 175, 93, 0.3);
}

/* Prevent horizontal page scroll on mobile and keep off-canvas menu hidden */
html,
body {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .mobile-nav {
        right: 0;
        transform: translateX(calc(100% + 20px));
        transition: transform 0.5s ease-in;
    }

    .mobile-nav.show {
        transform: translateX(20px);
    }
}

.btn-load-map:active {
    transform: translateY(0);
}

/* Maps Loaded State */
.google-maps-placeholder.maps-loaded iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Cookie Consent Custom Styles Override */
#cc-main .cm {
    font-family: 'Jost', sans-serif !important;
}

#cc-main .cm__btn {
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 500 !important;
}

#cc-main .cm__btn.cm__btn--primary {
    background: #E6AF5D !important;
    border-color: #E6AF5D !important;
}

#cc-main .cm__btn.cm__btn--primary:hover {
    background: #d39d4a !important;
}

#cc-main .cm__btn.cm__btn--secondary {
    border: 2px solid #E6AF5D !important;
    color: #E6AF5D !important;
}

#cc-main .pm__badge {
    background: #E6AF5D !important;
}

#cc-main .section__toggle .toggle__icon {
    background: #E6AF5D !important;
}

/* Manage Cookies Link in Footer */
.manage-cookies-link {
    cursor: pointer;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.manage-cookies-link:hover {
    opacity: 0.8;
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
    .map-blocked-content h4 {
        font-size: 18px;
    }
    .services-cta button {
        width: 200px;
        display: block;
        text-align: center;
        margin: 10px auto;
    }    
        #home-2 .hero-content-block {
            padding: 40px 10px !important;
        }
    #about{
        padding:30px 0 !important;
    }

    .text-lg-center {
        text-align: center !important;
        }
    .verticalCenter{
        margin-top:30px;
    }
        .h5e32 {
            padding-left: 20px !important;
        }
    #service-2{
        padding-bottom: 0 !important;
    }
    #blog-2 .cta-booking-content{padding:0 !important}
    .footer-bottom P {
         max-width: 90vw;
          margin: 0 auto;
    }
    .map-blocked-content p {
        font-size: 14px;
    }
        #service-2 .single-service-item {
            padding: 0 !important; 
            position: relative;
            margin-bottom: 30px;
        }
    .btn-load-map {
        font-size: 14px;
        padding: 12px 24px;
    }
    
    .map-blocked-overlay {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-load-map {
        font-size: 15px;
        padding: 13px 28px;
    }

}

/* Stili per company name e address (senza animazione) */
.company-name-static {
    margin-bottom: 20px;
}

.company-address-static {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
}

 a.fix-link { 
    display: inline !important; 
    font-size: inherit !important; 
    font-family: inherit !important; 
	font-weight:600;color:#004953;
  }
  
  .img-fluid-limit {
    max-width: 50%; /* Si restringe se serve, ma non si ingrandisce oltre il 50% */
    height: auto;
}



  .small-p {
    display: block !important;
    font-family: inherit;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #666 !important;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
    
    /* Versione Desktop (Standard) */
    font-size: 0.85rem !important; 
  }

  /* Versione Mobile (schermi più piccoli di 600px) */
  
  @media only screen and (max-width: 600px) {
    .small-p-responsive {
      font-size: 0.70rem !important; /* Si rimpicciolisce leggermente */
      letter-spacing: 0.5px !important; /* Stringe le lettere per risparmiare spazio */
      margin-bottom: 3px !important;
    }
	
	.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px; /* Angoli smussati */
    box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
    z-index: 10000;
    opacity: 0; /* Invisibile all'inizio */
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    background-color: #FFBF00; 
}

/* Quando l'utente scorre, aggiungeremo questa classe con JS */
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap .arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.progress-circle path {
    fill: none;
    stroke: #000; /* Colore del cerchio di progresso */
    stroke-width: 4;
}

#txtok
{
	font-weight:300;font-size:1.25rem;
	
	
}

#sf-arancio
{
    background-color: #ffe5b4; /* Arancione chiaro */
    border: 1px solid #000000;  /* Bordo nero fine */
    border-radius: 10px;       /* Bordi stondati */
    padding: 15px;             /* Spazio interno tra testo e bordo */
    margin-top: 10px;          /* Distanza dal titolo h3 */

  }
  
  #sf-grigio
{
    background-color: #E8E8E8; /* grigio chiaro */
    border: 1px solid #000000;  /* Bordo nero fine */
    border-radius: 10px;       /* Bordi stondati */
    padding: 15px;             /* Spazio interno tra testo e bordo */
    margin-top: 10px;          /* Distanza dal titolo h3 */

  }
  
  
  #sf-cotto
{
    background-color:  #f0e68c; /* marrone chiaro */
    border: 1px solid #000000;  /* Bordo nero fine */
    border-radius: 10px;       /* Bordi stondati */
    padding: 15px;             /* Spazio interno tra testo e bordo */
    margin-top: 10px;          /* Distanza dal titolo h3 */

  }
  
 

a, a:visited, a:hover, a:active {
    color: blue;
    font-size: inherit;
    text-decoration: underline; /* Opzionale, per mantenere la sottolineatura classica */
}