/* ==========================================================================
   BLB SERVIZI - STYLE SHEET
   Colori estratti dal Logo:
   - Verde Primario (Giardinaggio/Foglie): #386633 (Gradiente verde scuro/chiaro)
   - Antracite/Grigio Scuro (Edilizia/Testo BLB): #3e3e3e
   - Sfondo Chiaro/Muted: #f9faf9
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {font-family: 'Inter', sans-serif; color: #3e3e3e; background-color: #ffffff; line-height: 1.6; font-size: 15px; }
a {text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul {list-style: none; }
img {max-width: 100%; height: auto; display: block; }
.container {width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center {text-align: center; }
.top-navbar {background-color: #3e3e3e; color: #ffffff; font-size: 13px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.top-nav-container {display: flex; justify-content: space-between; align-items: center; }
.top-nav-left a:hover {color: #55964c; }
.top-nav-left i {margin-right: 5px; color: #55964c; }
.top-nav-right {display: flex; align-items: center; gap: 20px; }
.lang-selector a {color: #cccccc; font-weight: 500; }
.lang-selector a.active, .lang-selector a:hover {color: #ffffff; font-weight: 700; }
.social-icons {display: flex; gap: 15px; }
.social-icons a {color: #ffffff; font-size: 14px; }
.social-icons a:hover {color: #55964c; transform: translateY(-2px); }
.main-navbar {background-color: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 100; padding: 10px 0; }
.nav-container {display: flex; justify-content: space-between; align-items: center; }
.logo img {height: 75px; width: auto; }
.desktop-menu ul {display: flex; gap: 25px; }
.desktop-menu ul li a {font-size: 13px; font-weight: 600; letter-spacing: 0.5px; color: #3e3e3e; padding: 10px 0; position: relative; }
.desktop-menu ul li a:hover, .desktop-menu ul li a.active {color: #386633; }
.desktop-menu ul li a::after {content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #386633; transition: width 0.3s ease; }
.desktop-menu ul li a:hover::after, .desktop-menu ul li a.active::after {width: 100%; }
.hamburger-btn {display: none; background: none; border: none; color: #3e3e3e; font-size: 24px; cursor: pointer; }
.mobile-menu-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 998; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.mobile-menu-overlay.active {opacity: 1; pointer-events: auto; }
.mobile-menu {position: fixed; top: 0; right: -300px; width: 300px; height: 100%; background-color: #ffffff; z-index: 999; box-shadow: -5px 0 15px rgba(0,0,0,0.1); padding: 80px 30px 40px 30px;     display: flex; flex-direction: column; justify-content: space-between; transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
.mobile-menu.active {right: 0; }
.close-menu-btn {position: absolute; top: 20px; right: 20px; background: none; border: none; color: #3e3e3e; font-size: 28px; cursor: pointer; }
.mobile-menu ul display: block; { }
.mobile-menu ul li {margin-bottom: 20px; }
.mobile-menu ul li a {font-size: 15px; font-weight: 600; color: #3e3e3e; display: block; padding: 5px 0; }
.mobile-menu ul li a.active, .mobile-menu ul li a:hover {color: #386633; padding-left: 5px; }
.mobile-menu-footer {border-top: 1px solid #eeeeee; padding-top: 20px; }
.mobile-menu-footer a {font-weight: 600; color: #3e3e3e; display: block; margin-bottom: 15px; }
.mobile-socials {display: flex; gap: 15px; }
.mobile-socials a {font-size: 18px; color: #3e3e3e; }
.hero-section {position: relative; height: 80vh; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-repeat: no-repeat;     color: #ffffff; text-align: center; }
.hero-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(42, 42, 42, 0.75) 100%); }
.hero-content {position: relative; z-index: 2; max-width: 800px; }
.hero-content h1 {font-size: 42px; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.5px; line-height: 1.2; }
.hero-content p {font-size: 18px; font-weight: 300; margin-bottom: 35px; opacity: 0.95; }
.btn {display: inline-block; padding: 14px 30px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 4px; transition: all 0.3s ease; }
.btn-primary {background-color: #386633; color: #ffffff; border: 2px solid #386633; }
.btn-primary:hover {background-color: #2b5026; border-color: #2b5026; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.btn-secondary {background-color: #ffffff; color: #386633; border: 2px solid #ffffff; }
.btn-secondary:hover {background-color: transparent; color: #ffffff; transform: translateY(-2px); }
.section {padding: 80px 0; }
.section-subtitle {display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #386633; margin-bottom: 10px; }
.section h2 {font-size: 32px; font-weight: 700; color: #3e3e3e; }
.divider {width: 60px; height: 3px; background-color: #386633; margin: 15px auto 25px auto; }
.section-desc {max-width: 750px; margin: 0 auto; font-size: 16px; color: #666666; }
.services-section {background-color: #f9faf9; }
.services-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-box {background-color: #ffffff; padding: 40px 30px; border-radius: 6px; box-shadow: 0 5px 20px rgba(0,0,0,0.02); border: 1px solid #eeeeee; transition: all 0.3s ease; }
.service-box:hover {transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-color: rgba(56,102,51,0.2); }
.service-icon {font-size: 36px; color: #386633; margin-bottom: 20px; }
.service-box h3 {font-size: 20px; font-weight: 600; margin-bottom: 15px; color: #3e3e3e; }
.service-box p {color: #666666; font-size: 14px; margin-bottom: 20px; }
.service-link {font-size: 13px; font-weight: 600; color: #386633; display: inline-flex; align-items: center; gap: 5px; }
.service-link i {transition: transform 0.3s ease; }
.service-box:hover .service-link i {transform: translateX(5px); }
.cta-section {background: linear-gradient(135deg, #386633 0%, #2b5026 100%); color: #ffffff; }
.cta-section h2 {color: #ffffff; margin-bottom: 15px; }
.cta-section p {font-size: 16px; margin-bottom: 30px; opacity: 0.9; }
.main-footer {background-color: #2a2a2a; color: #ffffff; padding: 60px 0; font-size: 14px; }
.footer-grid {display: grid; grid-template-columns: 1.2fr 1fr 1.3fr; gap: 50px; }
.footer-col h4 {font-size: 16px; font-weight: 600; margin-bottom: 25px; position: relative; padding-bottom: 10px; }
.footer-col h4::after {content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background-color: #386633; }
.footer-contacts ul li {margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; color: #cccccc; }
.footer-contacts i {color: #55964c; margin-top: 4px; }
.footer-contacts a:hover {color: #ffffff; }
.footer-links ul li {margin-bottom: 12px; }
.footer-links ul li a {color: #cccccc; }
.footer-links ul li a:hover {color: #ffffff; padding-left: 5px; }
.footer-brand {display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo {height: 70px; width: auto; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand .slogan {font-style: italic; color: #bbbbbb; line-height: 1.4; }
.sub-footer {background-color: #1f1f1f; color: #888888; padding: 20px 0; font-size: 12px; border-top: 1px solid rgba(255,255,255,0.05); }
.sub-footer-content {display: flex; justify-content: space-between; align-items: center; }
.sub-footer-content a {color: #888888; margin-left: 10px; }
.sub-footer-content a:hover { color: #ffffff }


/* ==========================================================================
   PAGINA CHI SIAMO
   ========================================================================== */
.py-100 {padding: 100px 0 !important; }
.bg-white {background-color: #ffffff; }
.shadow-classic {box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06) !important;}
.about-lead-text {font-size: 19px; line-height: 1.6; color: #2c3e50; font-weight: 500; margin-bottom: 20px !important; }
.about-normal-text {font-size: 15.5px; line-height: 1.7; color: #5a6b7c; margin: 0 !important; } 
.spec-row-gap {gap: 40px 0; }
.team-grid {display: flex; flex-wrap: wrap; gap: 30px; padding-top: 30px; }
.team-card {flex: 0 0 calc(25% - 22.5px); background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); border: 1px solid #f0f3f6; display: flex; flex-direction: column; box-sizing: border-box; transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease; }
.team-img-box {width: 100%; height: 280px; overflow: hidden; background-color: #f7f9fa; position: relative; }
.team-img-box img {width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.4s ease; }
.team-info {padding: 25px 20px; display: flex; flex-direction: column; flex-grow: 1; }
.team-role {display: block; color: #4caf50; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.team-card h3 {font-size: 18px; font-weight: 700; color: #1e293b; margin: 0 0 12px 0 !important; line-height: 1.3; }
.team-cv {font-size: 13.5px; line-height: 1.6; color: #64748b; margin: 0 !important; } 
.team-card:hover {transform: translateY(-6px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06); border-color: #e2e8f0; }
.team-card:hover .team-img-box img {transform: scale(1.04); }


/* ==========================================================================
   PAGINA GIARDINAGGIO
   ========================================================================== */
.py-60 {padding: 100px 0 !important; }
.py-80 {padding: 120px 0 !important; }
.bg-light {background-color: #f9f9f9; }
.btn-outline-white {color: #ffffff; background-color: transparent; border: 2px solid #ffffff; transition: all 0.3s ease; }
.btn-outline-white:hover {color: #333333; background-color: #ffffff; border-color: #ffffff; }
.section-subtitle {display: block; color: #4caf50; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-size: 14px; }
.section-title {font-size: 36px; color: #2c3e50; margin-bottom: 30px; line-height: 1.3; }
.py-60 p {margin-bottom: 25px !important; line-height: 1.7; }
.btn-link {color: #4caf50; text-decoration: none; display: inline-flex; align-items: center; padding: 0; margin-top: 15px; transition: color 0.3s ease; }
.btn-link:hover {color: #2e7d32; text-decoration: underline; }
.servizi-grid {display: flex; flex-wrap: wrap; gap: 30px; padding: 40px 0; }
.servizi-card {flex: 0 0 calc(33.333% - 20px); background: #ffffff; padding: 40px 30px !important; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-top: 4px solid #4caf50;     box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.servizi-card .card-icon {font-size: 40px; color: #4caf50; margin-bottom: 20px; }
.servizi-card h3 {font-size: 20px; font-weight: 700; color: #333333; margin-bottom: 15px !important; }
.servizi-card p {color: #666666; font-size: 15px; line-height: 1.7; margin: 0 !important; }
.servizi-card:hover {transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0,0,0,0.08); }
.cta-modern-section {position: relative; padding: 100px 0; background: url('../images/cta-background.jpg') center/cover no-repeat; background-attachment: fixed; color: #ffffff; overflow: hidden;     text-align: center; }
.cta-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #386633 0%, #2b5026 100%); z-index: 1; }
.cta-container {position: relative; z-index: 2; }
.cta-content-wrapper {max-width: 800px; margin: 0 auto; }
.cta-tagline {display: inline-block; background-color: rgba(255, 255, 255, 0.15); padding: 6px 16px; border-radius: 50px;  font-size: 13px; font-weight: 600; text-transform: uppercase;     letter-spacing: 1.5px; margin-bottom: 25px; border: 1px solid rgba(255, 255, 255, 0.25); }
.cta-heading {font-size: 40px; font-weight: 700; line-height: 1.25; margin-bottom: 20px !important; color: #ffffff !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
.cta-text {font-size: 17px; line-height: 1.7; color: #e8f5e9 !important; margin-bottom: 40px !important; }
.cta-action-block {display: flex; flex-direction: column; align-items: center; gap: 20px; }
.btn-cta-principal {display: inline-flex; align-items: center; gap: 12px; background-color: #ffffff; color: #2e7d32 !important; padding: 16px 40px; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 8px; text-decoration: none !important; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
.btn-cta-principal:hover {background-color: #f5f5f5; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
.btn-cta-principal:active {transform: translateY(-1px); }
.cta-phone-wrap {display: flex; flex-direction: column; gap: 5px; font-size: 15px; color: #c8e6c9; }
.cta-phone-link {color: #ffffff !important; font-size: 22px; font-weight: 700; text-decoration: none !important; transition: color 0.2s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.cta-phone-link:hover {color: #a5d6a7 !important; }


/* ==========================================================================
   SEZIONE VERDE PUBBLICO & COMPLIANCE PA
   ========================================================================== */
.mepa-badge-box {display: flex; align-items: flex-start; gap: 20px; background-color: #f8fafc; border-left: 5px solid #0284c7; padding: 25px; border-radius: 0 8px 8px 0; margin-top: 35px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.mepa-icon {font-size: 28px; color: #0284c7; background: #e0f2fe; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 8px; flex-shrink: 0; }
.mepa-text strong {display: block; font-size: 17px; color: #0f172a; margin-bottom: 6px; }
.mepa-text p {font-size: 14px; line-height: 1.6; color: #475569; margin: 0 !important;}
.pa-compliance-card { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 40px 30px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04); } 
.pa-compliance-card h3 {font-size: 22px; font-weight: 700; color: #0f172a; margin-bottom: 30px !important; position: relative; padding-bottom: 12px; }
.pa-compliance-card h3::after {content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background-color: #4caf50; border-radius: 2px; }
.pa-compliance-list {list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 25px; } 
.pa-compliance-list li {display: flex; align-items: flex-start; gap: 15px; } 
.pa-compliance-list li i {font-size: 18px; color: #4caf50; background-color: #f0f9f1; padding: 12px; border-radius: 8px; flex-shrink: 0; }
.pa-compliance-list li strong {display: block; font-size: 15.5px; color: #1e293b; margin-bottom: 4px; }
.pa-compliance-list li span {font-size: 13.5px;	line-height: 1.5; color: #64748b; display: block; }


/* ==========================================================================
   PAGINA CONTATTI
   ========================================================================== */
.contact-grid {display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-intro {margin: 20px 0 35px 0; color: #666666; font-size: 16px; }
.info-card-list {display: flex; flex-direction: column; gap: 25px; }
.info-card-item {display: flex; gap: 20px; align-items: flex-start; }
.info-card-icon {background-color: rgba(56, 102, 51, 0.1); color: #386633; width: 50px; height: 50px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 20px;
flex-shrink: 0; }
.info-card-text h3 {font-size: 16px; font-weight: 600; margin-bottom: 4px; color: #3e3e3e; }
.info-card-text p {color: #666666; font-size: 14px; }
.info-card-text p a:hover {color: #386633; }
.info-card-text .sub-text {font-size: 12px; color: #999999; margin-top: 2px; }
.form-wrapper {background-color: #f9faf9; padding: 40px; border-radius: 8px; border: 1px solid #eeeeee; box-shadow: 0 4px 15px rgba(0,0,0,0.01); }
.form-wrapper h3 {font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #3e3e3e; }
.form-wrapper > p {font-size: 14px; color: #666666; margin-bottom: 30px; }
.custom-contact-form .form-group {margin-bottom: 20px; }
.custom-contact-form .form-row {display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.custom-contact-form label {display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: #3e3e3e; }
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form select,
.custom-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #3e3e3e;
    background-color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.custom-contact-form input:focus, .custom-contact-form select:focus, .custom-contact-form textarea:focus {outline: none; border-color: #386633; box-shadow: 0 0 0 3px rgba(56, 102, 51, 0.15); }
.custom-contact-form .form-privacy {display: flex; align-items: flex-start; gap: 10px; margin-bottom: 25px; }
.custom-contact-form .form-privacy input[type="checkbox"] {margin-top: 4px; cursor: pointer; }
.custom-contact-form .form-privacy label {font-size: 12px; font-weight: 400; color: #666666; line-height: 1.4; cursor: pointer; }
.btn-block {width: 100%; text-align: center; cursor: pointer; }
.full-width-map-section {width: 100%; line-height: 0; display: block; margin-top: 50px; }
.full-width-map-section iframe {width: 100%; height: 450px; display: block; }


/* ==========================================================================
   SEZIONE CREDITS
   ========================================================================== */
.credits-section {padding: 80px 0; background-color: #ffffff; text-align: center; }
.credits-subtitle {display: block; font-size: 13px; font-weight: 700; color: #999999; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.credits-title {font-size: 36px; font-weight: 700; color: #3e3e3e; margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: 1px; }
.credits-divider {width: 50px; height: 3px; background-color: #386633; margin: 0 auto 50px auto; border-radius: 2px; }
.credits-card {max-width: 450px; margin: 0 auto; background-color: #f9faf9; padding: 40px 30px; border-radius: 8px; border: 1px solid #eeeeee; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.credits-card:hover {transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05); }
.credits-icon {width: 60px; height: 60px; background-color: rgba(56, 102, 51, 0.1); color: #386633; font-size: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%;  margin: 0 auto 20px auto; }
.credits-card h3 {font-size: 14px; font-weight: 700; color: #999999; letter-spacing: 1.5px; margin: 0 0 15px 0; } 
.credits-card p {font-size: 15px; color: #666666; line-height: 1.6; margin: 0 0 20px 0; } 
.credits-card .company-name {font-size: 20px; font-weight: 700; color: #3e3e3e; margin: 0 0 25px 0; }
.visit-site {display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: #386633; text-decoration: none; letter-spacing: 1px; transition: color 0.3s ease; }
.visit-site i {font-size: 11px; transition: transform 0.3s ease; } 
.visit-site:hover {color: #274724; }
.visit-site:hover i {transform: translate(2px, -2px); }

/* ==========================================================================
   PAGINA PRIVACY POLICY
   ========================================================================== */
.legal-page.section-padding {padding: 80px 0; background-color: #ffffff; }
.legal-page .container {max-width: 850px; margin: 0 auto; padding: 0 20px; }
.legal-header {text-align: center; margin-bottom: 50px; }
.legal-header h1 {font-size: 32px; font-weight: 700; color: #3e3e3e; line-height: 1.3; margin-bottom: 10px; }
.legal-header .subtitle {font-size: 16px; color: #888888; font-style: italic; margin: 0; }
.legal-header .divider {width: 60px; height: 3px; background-color: #386633; margin: 25px auto 0 auto; border-radius: 2px; }
.legal-text {font-size: 15px; line-height: 1.7; color: #555555; }
.legal-text p {margin-top: 0; margin-bottom: 20px; }
.legal-text h3 {font-size: 18px; font-weigh t: 700; color: #3e3e3e; margin-top: 40px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; border-left: 3px solid #386633; padding-left: 12px; }
.legal-text a {color: #386633; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #386633; transition: all 0.3s ease; }
.legal-text a:hover {color: #274724; border-bottom-style: solid; }
.legal-text ul {margin-top: 0; margin-bottom: 25px; padding-left: 20px; list-style-type: none; }
.legal-text ul li {position: relative; margin-bottom: 12px; padding-left: 15px; }
.legal-text ul li::before {content: "•"; position: absolute; left: 0; top: 0; color: #386633; font-weight: bold; font-size: 16px; }
.legal-text ul li strong {color: #3e3e3e; }


/* ==========================================================================
   PAGINA COOKIE POLICY
   ========================================================================== */
.cookie-page.section-padding {padding: 80px 0; background-color: #ffffff; }
.cookie-page .container {max-width: 850px; margin: 0 auto; padding: 0 20px; }
.cookie-header {text-align: center; margin-bottom: 50px; }
.cookie-header h1 {font-size: 32px; font-weight: 700; color: #3e3e3e; line-height: 1.3; margin-bottom: 10px; }
.cookie-header .subtitle {font-size: 16px; color: #888888; font-style: italic; margin: 0; }
.cookie-header .divider {width: 60px; height: 3px; background-color: #386633; margin: 25px auto 0 auto; border-radius: 2px; }
.coockie-text {font-size: 15px; line-height: 1.7; color: #555555; }
#CookieDeclaration {font-family: inherit !important; }
#CookieDeclaration table, .CookieDeclarationTable {width: 100% !important; border-collapse: collapse !important; margin: 25px 0 40px 0 !important; font-size: 14px !important; background: #ffffff !important; border: 1px solid #e2e8f0 !important; border-radius: 6px !important; overflow: hidden !important; }
#CookieDeclaration table th, .CookieDeclarationTableHeader {background-color: #f9f9f9 !important; color: #3e3e3e !important; font-weight: 700 !important; text-align: left !important; padding: 12px 14px !important; border-bottom: 2px solid #e2e8f0 !important; }
#CookieDeclaration table td, .CookieDeclarationTableCell {padding: 12px 14px !important; border-bottom: 1px solid #f1f5f9 !important;
    color: #555555 !important; vertical-align: top !important; }
#CookieDeclaration table tr:nth-child(even) {background-color: #fbfbfb !important; }
#CookieDeclaration table td strong, .CookieDeclarationCookieName {color: #3e3e3e !important; font-weight: 600 !important; }
#CookieDeclaration a {color: #386633 !important; border-bottom: 1px dotted #386633 !important; text-decoration: none !important; font-weight: 600 !important; transition: all 0.3s ease !important; }
#CookieDeclaration a:hover {color: #274724 !important; border-bottom-style: solid !important; }


/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1200px) {
.team-card {flex: 0 0 calc(50% - 15px); }
.team-img-box {height: 320px; }
}

@media (max-width: 992px) {
.desktop-menu {display: none; }  
.hamburger-btn {display: block; }
.services-grid {grid-template-columns: repeat(2, 1fr); }
.footer-grid {grid-template-columns: 1fr 1fr; gap: 40px; }
.section-title {font-size: 30px; }
.py-60 {padding: 70px 0 !important; }
.py-80 {padding: 80px 0 !important; }
.servizi-card {flex: 0 0 calc(50% - 15px); }
.mepa-badge-box {margin-bottom: 20px; }
.pa-compliance-card {padding: 30px 20px; }
.footer-brand {grid-column: span 2; align-items: center; text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; }
.contact-grid {grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 768px) {
.top-nav-container {flex-direction: row; justify-content: space-between; padding: 0 15px; }
.top-nav-left {font-size: 12px; }
.top-nav-right {gap: 12px; font-size: 12px; }
.hero-section {padding: 120px 0 !important; }
.hero-section h1 {font-size: 30px !important; line-height: 1.3; }
.hero-content h1 {font-size: 30px; }
.hero-content p {font-size: 15px; }
.hero-buttons {flex-direction: column; align-items: center; width: 100%; gap: 15px; }
.hero-buttons .btn {width: 100%; max-width: 320px; margin-left: 0 !important;  margin-bottom: 0; }
.align-items-center .col-lg-6:last-child {margin-top: 40px; }
.py-100 {padding: 60px 0 !important; }
.page-title-large {font-size: 32px; }
.hero-page-header {padding: 100px 0; }
.team-grid {gap: 20px; }
.team-card {flex: 0 0 100%; }
.team-img-box {height: 340px; }
.servizi-card {flex: 0 0 100%; }
.cta-modern-section {padding: 70px 0; }
.cta-heading {font-size: 28px; }
.cta-text {font-size: 15px; }
.btn-cta-principal {width: 100%; max-width: 325px; justify-content: center; box-sizing: border-box; }
.services-grid {grid-template-columns: 1fr; }
.footer-grid {grid-template-columns: 1fr; gap: 30px; }
.footer-brand {grid-column: span 1; }
.sub-footer-content {flex-direction: column; text-align: center; gap: 10px; }
.legal-page.section-padding {padding: 50px 0; }
.legal-header h1 {font-size: 26px; }
.legal-text {font-size: 14px; line-height: 1.6; }
.legal-text h3 {font-size: 16px; margin-top: 30px; }
.coockie-text {overflow-x: auto; -webkit-overflow-scrolling: touch; }
#CookieDeclaration table {display: block !important; width: 100% !important; overflow-x: auto !important; white-space: nowrap !important; }
}

@media (max-width: 576px) {
.custom-contact-form .form-row {grid-template-columns: 1fr; gap: 0; }
.form-wrapper {padding: 25px 20px; }
.credits-section {padding: 60px 0; }
.credits-title {font-size: 28px; }    
.credits-card {padding: 30px 20px; }
}