html{scroll-behavior:smooth;}
body{
	color: #4a4a4a;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	line-height: 1.6;
	margin-top: 0;
	background-color: #f8f9fa;
}
@media (min-width: 992px) {
    body {
        margin-top: 0;
    }
}
a{
	color: #2e8b57;
	transition: all 0.3s ease;
}
a:hover{
	color: #1a5e3a;
}
a,
a:hover,
a:focus,
a:active{
	text-decoration: none;
}

/* Menu mobile senza barra */
.mobile-menu-container {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10000;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .mobile-menu-container {
        display: none;
    }
}

/* Navbar trasparente */
.transparent-navbar {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 8px 0;
}

.transparent-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    transition: all 0.4s ease;
}

.navbar-brand {
    padding: 0;
}
.navbar .logo {
    max-height: 35px;
    margin: 0;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav .nav-item {
    margin: 0 2px;
}
.navbar-nav .nav-link {
    color: #40403f;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}
.navbar-nav .nav-link:hover, 
.navbar-nav .nav-item.active .nav-link {
    color: #2e8b57;
    background-color: rgba(46, 139, 87, 0.1);
}

/* Logo centrato per mobile */
.mobile-logo-container {
    text-align: center;
    padding: 20px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 15px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}
.mobile-tagline {
    font-size: 1rem;
    color: #2e8b57;
    margin: 10px 0;
    font-weight: 500;
}

.mobile-download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px auto;
    width: 100%;
    max-width: 280px;
}

.mobile-store-btn {
    background-color: #2e8b57;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    flex: 1;
    text-align: center;
}

.mobile-store-btn:hover {
    background-color: #1a5e3a;
    color: white;
    transform: translateY(-2px);
}

.discover-container {
    background-color: rgba(46, 139, 87, 0.1);
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.discover-title {
    color: #2e8b57;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.discover-text {
    color: #555;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.mobile-center-logo {
    max-width: 100%;
    height: auto;
}
@media (max-width: 576px) {
    .mobile-logo-container {
        margin: 15px auto 10px;
        max-width: 150px;
    }
}

/* Aggiustamenti spazi per rimuovere header */
.hero-banner {
    padding-top: 20px;
}

/* Stile del menu hamburger */
.navbar-toggler {
    border: 2px solid #2e8b57;
    outline: none !important;
    padding: 0.6rem;
    border-radius: 6px;
    background-color: white;
    margin-right: 10px;
    position: relative;
    z-index: 1050;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background-color: #f1f7f4;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(46, 139, 87, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46, 139, 87, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    width: 1.5em;
    height: 1.5em;
}
h1{
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
	font-weight: 800;
	color: #2c3e50;
	margin-bottom: 25px;
	line-height: 1.2;
}
h2{
	font-family: 'Playfair Display', serif;
	font-size: 2.3rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 20px;
	line-height: 1.3;
}
h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}
p {
    margin-bottom: 1rem;
    color: #4a4a4a;
}
.section-intro {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}
.titolo-main{
	margin-top: 40px;
}
.sovratitolo{
	color: #2e8b57;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.9rem;
	display: block;
	margin-bottom: 12px;
}
.but-rosso{
	color: #fff;
	border-radius: 50px;
	padding: 12px 20px;
	background-color: #2e8b57;
	font-size: 15px;
	display: inline-block;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(46,139,87,0.2);
	text-align: center;
}
.but-rosso:hover {
    background-color: #1a5e3a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(46,139,87,0.3);
}
.but-secondary {
    color: #2e8b57;
    border: 2px solid #2e8b57;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: transparent;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-left: 10px;
    text-align: center;
}
.but-secondary:hover {
    background-color: rgba(46,139,87,0.1);
    color: #1a5e3a;
}
.content-wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}
.img-container {
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}
.img-container:hover img {
    transform: scale(1.03);
}

/* Hero Section */
.hero-banner {
    padding: 60px 0;
    background-color: #f9f9f9;
    position: relative;
}
.hero-content {
    padding: 40px;
    position: relative;
    z-index: 2;
}
.hero-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}
.cta-buttons {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.social-badges {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.social-badges span {
    background-color: rgba(46,139,87,0.1);
    color: #2e8b57;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.social-badges i {
    color: #2e8b57;
}
.app-features {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}
.feature-badge {
    background-color: #f5f5f5;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.feature-badge i {
    color: #2e8b57;
}
.app-showcase {
    position: relative;
    padding: 20px;
}
.hero-image {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.social-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 10px;
}
.likes-count, .comments-count {
    background-color: rgba(255,255,255,0.9);
    color: #333;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.likes-count i {
    color: #e74c3c;
}
.comments-count i {
    color: #3498db;
}

/* Feature Cards */
.feature-cards {
    margin-top: 30px;
}
.feature-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.feature-icon {
    font-size: 2.5rem;
    color: #2e8b57;
    margin-bottom: 20px;
    display: inline-block;
}
.feature-card h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.feature-card p {
    color: #666;
}
.location-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.location-tag i {
    color: #e74c3c;
}

/* Social Post Styling */
.social-post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-avatar {
    font-size: 2rem;
    color: #7f8c8d;
}
.username {
    font-weight: 600;
    color: #2c3e50;
}
.post-time {
    color: #95a5a6;
    font-size: 0.9rem;
}
.social-interactions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.interaction {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7f8c8d;
    font-size: 0.9rem;
}
.interaction i {
    color: #2e8b57;
}

/* App Benefits Section */
.app-benefits {
    margin: 25px 0;
}
.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.benefit-icon {
    font-size: 1.2rem;
    color: #2e8b57;
    margin-top: 5px;
}
.benefit-item h4 {
    margin-bottom: 5px;
}
.benefit-item p {
    margin-bottom: 0;
    color: #666;
}
.floating-stats {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.stat-item {
    background-color: rgba(255,255,255,0.9);
    color: #333;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.stat-item i {
    color: #2e8b57;
}

/* Step Cards */
.step-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2e8b57;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.step-icon {
    font-size: 2rem;
    color: #2e8b57;
    margin: 15px 0;
}
.step-card h4 {
    margin-bottom: 10px;
}
.step-card p {
    color: #666;
    font-size: 0.9rem;
}

/* Testimonials */
.testimonial-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.user-rating {
    margin-bottom: 15px;
    color: #f1c40f;
}
.testimonial-text {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-name {
    font-weight: 600;
    color: #2c3e50;
}
.author-type {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* App Features Section */
.phone-mockup {
    background-color: #333;
    border-radius: 30px;
    padding: 15px;
    width: 280px;
    height: 550px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
}
.phone-screen {
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.app-interface {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.mock-header {
    background-color: #2e8b57;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mock-title {
    font-weight: 600;
}
.mock-content {
    padding: 15px;
    flex-grow: 1;
    overflow-y: auto;
}
.mock-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.mock-image {
    height: 120px;
    background-color: #e0e0e0;
}
.mock-card-content {
    padding: 12px;
}
.mock-card-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.mock-card-rating {
    color: #f1c40f;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
.mock-card-rating span {
  margin-left: 3px;
}

/* Immagini per il mockup dell'app */
.mock-card .mock-image:first-of-type {
  background: url('../../images/foto/hp_1_1.jpg') no-repeat center;
  background-size: cover;
}

.mock-card:nth-child(2) .mock-image {
  background: url('../../images/foto/hp_1_2.jpg') no-repeat center;
  background-size: cover;
}

.mock-card-info {
    color: #7f8c8d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
.app-features-content {
    padding: 40px;
}
.app-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.feature-icon {
    background-color: rgba(46,139,87,0.1);
    color: #2e8b57;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.app-feature h4 {
    margin-bottom: 5px;
}
.app-feature p {
    margin-bottom: 0;
    color: #666;
}
.download-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.app-store-btn, .play-store-btn {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.app-store-btn:hover, .play-store-btn:hover {
    background-color: #555;
    color: white;
    transform: translateY(-2px);
}
.app-store-btn i, .play-store-btn i {
    font-size: 1.8rem;
}
.btn-small-text {
    font-size: 0.7rem;
    opacity: 0.8;
    display: block;
}
.btn-large-text {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Contact Section */
.contact-info-card, .contact-form-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}
.contact-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.download-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.download-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.download-badge:hover {
    background-color: #e0e0e0;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.social-icon {
    background-color: #f5f5f5;
    color: #2e8b57;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.social-icon:hover {
    background-color: #2e8b57;
    color: white;
}
.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #2c3e50;
}
.form-group label i {
    color: #2e8b57;
}
.form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
}
.form-control:focus {
    border-color: #2e8b57;
    box-shadow: 0 0 0 0.2rem rgba(46,139,87,0.25);
} 
	background: #2e8b57; /* Verde mare */
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 120%;
	margin-top: 15px;
	color: #fff !important;
	display: inline-block;
	box-shadow: 0 3px 6px rgba(46, 139, 87, 0.3);
	transition: all 0.3s ease;
	text-decoration: none;
}
.but-rosso a{
	color: #fff!important;
}
.but-rosso:hover{
	background-color: #1a5e3a; /* Verde più scuro */
	color: #fff;
	transition: all 0.3s ease-in-out; 
	transform: translateY(-2px);
	box-shadow: 0 5px 10px rgba(46, 139, 87, 0.4);
	text-decoration: none;
}
#image-container-1 {
    margin-top: 20px;
    height: 220px;
    overflow: hidden;
}

#colonna-1-2 {
    position: relative;
    z-index: 0;
    min-height: 350px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

#colonna-1-2 img {
    height: 100%;
    object-fit: cover;
}
#colonna-2{
	position: relative;
	z-index: 0;
	padding: 50px 0;
}

.img-container {
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    overflow: hidden;
    height: 100%;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Blocchi di contenuto */
.content-wrapper {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	margin: 30px 0;
	border-left: 4px solid #2e8b57; /* Bordo verde a sinistra */
}

/* Immagini di primo piano */
#colonna-1-2, #colonna-2-img {
    background-size: cover;
    background-position: center;
    min-height: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Spaziatura tra sezioni */
.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Carousel Styling */
.carousel-clienti .item {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin: 10px;
    height: 100%;
}
.carousel-clienti .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.owl-carousel {
    padding: 20px 0;
}
.owl-icona {
    font-size: 2.5rem;
    color: #2e8b57;
    margin-bottom: 15px;
    display: inline-block;
}
.owl-titolo {
    font-weight: 600;
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 10px;
}
.owl-testo {
    color: #666;
    font-size: 0.95rem;
}
.owl-nav {
    text-align: center;
    margin-top: 20px;
}
.owl-prev, .owl-next {
    background-color: #2e8b57 !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin: 0 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.owl-prev:hover, .owl-next:hover {
    background-color: #1a5e3a !important;
    transform: scale(1.1);
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-dot span {
    background-color: #ccc !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
    display: inline-block;
    transition: all 0.3s ease;
}
.owl-dot.active span {
    background-color: #2e8b57 !important;
    width: 12px !important;
    height: 12px !important;
}

/* Footer Styling */
footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 50px 0 30px;
}
footer a {
    color: #ecf0f1;
    transition: all 0.3s ease;
}
footer a:hover {
    color: #2e8b57;
    text-decoration: none;
}
footer .list-inline-item {
    font-size: 1.5rem;
    margin-right: 15px;
}
footer .list-unstyled li {
    margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    h1 {
        font-size: 2.3rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .hero-banner {
        padding: 40px 0;
    }
    .hero-content {
        padding: 30px;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .social-badges, .app-features {
        flex-wrap: wrap;
    }
    .cta-buttons {
        justify-content: center;
    }
    .but-secondary {
        margin-left: 0;
        margin-top: 10px;
    }
    .phone-mockup {
        width: 240px;
        height: 480px;
        margin-bottom: 30px;
    }
    .app-features-content {
        padding: 30px;
    }
    .download-buttons {
        flex-direction: column;
    }
    .content-wrapper {
        padding: 25px;
        margin: 15px 0;
    }
    .img-container {
        max-height: 300px;
    }
    #image-container-1 {
        height: 180px;
        margin: 20px 0;
    }
    #colonna-1-2 {
        min-height: 250px;
        margin-bottom: 20px;
    }
    #colonna-2-img {
        min-height: 250px;
        margin-top: 30px;
    }
    .feature-cards .col-md-4 {
        margin-bottom: 30px;
    }
    .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media (max-width: 767.98px) { 
    h1 {
        font-size: 2rem;
        text-align: center;
    }
    h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    .hero-subtitle {
        text-align: center;
    }
    .social-badges, .app-features {
        justify-content: center;
    }

    /* Stile menu mobile */
    .navbar {
        padding: 0;
    }
    .navbar-toggler {
        padding: 0.5rem;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border: none;
        outline: none !important;
        backdrop-filter: blur(5px);
    }
    .navbar-toggler i {
        color: #2e8b57;
    }
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.08);
        margin-top: 5px;
        position: absolute;
        width: 200px;
        right: 0;
        top: 100%;
        z-index: 1040;
        border-top: 2px solid #2e8b57;
        backdrop-filter: blur(10px);
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin: 10px 0;
        border-bottom: 1px solid rgba(46, 139, 87, 0.1);
        padding-bottom: 10px;
    }
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    .navbar-nav .nav-link {
        padding: 10px 20px;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-nav .nav-link:hover {
        background-color: #f1f7f4;
        color: #2e8b57;
        transform: translateY(-2px);
    }
    .navbar-nav .nav-item.active .nav-link {
        background-color: #2e8b57;
        color: white;
    }
    .social-post-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .post-time {
        margin-left: 35px;
    }
    .app-feature, .benefit-item {
        flex-direction: column;
        text-align: center;
    }
    .feature-icon, .benefit-icon {
        margin: 0 auto 15px;
    }
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    .contact-info-card {
        margin-bottom: 30px;
    }
    .social-icons, .download-badges {
        justify-content: center;
    }
    #colonna-2 {
        padding: 40px 0;
    }
    #colonna-1-2,
    #colonna-2-img {
        min-height: 220px;
        margin: 15px 0;
    }
    .content-wrapper {
        padding: 20px;
        text-align: center;
    }
    .container, .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .benefit-item, .app-feature {
        text-align: center;
    }
    .social-interactions {
        justify-content: center;
    }
    .floating-stats {
        position: static;
        margin-top: 15px;
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    .hero-content {
        padding: 20px;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .but-rosso, .but-secondary {
        width: 100%;
        margin: 5px 0;
    }
    .social-badges span, .feature-badge {
        font-size: 0.8rem;
    }
    .phone-mockup {
        width: 220px;
        height: 440px;
    }
    .contact-form-card, .contact-info-card {
        padding: 20px;
    }
    .social-icons {
        gap: 10px;
    }
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    .download-badge {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
    .content-wrapper {
        padding: 15px;
        margin: 10px 0;
    }
    .img-container {
        max-height: 250px;
    }
    #colonna-1-2 {
        min-height: 180px;
        margin-bottom: 20px;
    }
    #colonna-2-img {
        min-height: 180px;
        margin-top: 20px;
    }
    #colonna-2 {
        padding: 30px 0;
    }
    .step-card, .feature-card, .testimonial-card {
        padding: 20px 15px;
    }
    .floating-stats {
        display: none;
    }
};
    margin: 10px 0;
    height: 100%;
    text-align: center;
}
.carousel-clienti .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.carousel-clienti .owl-item {
    padding: 15px;
}
.carousel-clienti .owl-item .owl-icona{
	font-size: 250%;
    margin-bottom: 15px;
    color: #2e8b57;
}

/* Stili per le sezioni */
#come-funziona {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin: 40px 0;
}

#contatti {
    padding: 60px 0;
    background-color: #f8f9fa;
    margin-top: 40px;
}

.carousel-clienti .owl-item .owl-titolo{
	font-family: 'Playfair Display', serif;
	font-size: 180%;
	font-weight: bold;
}

footer{
	background-color: #3d3d3c;
	color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin-top: 80px;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus{
	color: #fff;
}
footer .fab{
	font-size: 150%;
}

/* Ottimizzazione immagini */
img {
  max-width: 100%;
  height: auto;
  display: block;
  image-rendering: auto;
  image-rendering: crisp-edges;
}

/* Fix per le immagini non visibili */
img[src^="images/"] {
  display: inline-block !important;
}

/* Stili per il menu di navigazione */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 15px 0;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #2e8b57;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.logo {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}

#colonna-1-2 img, 
#colonna-2 img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.owl-carousel img {
  max-width: 90%;
  margin: 0 auto;
}

/* Miglioramento responsive per le immagini */
@media (max-width: 768px) {
  img {
    width: auto;
    max-width: 100%;
  }

  .logo {
    max-height: 50px;
    margin: 10px auto;
  }

  #colonna-1-2 img, 
  #colonna-2 img {
    max-height: 250px;
    margin-bottom: 20px;
    width: 100%;
  }

  .owl-carousel .owl-item img {
    width: auto;
    max-height: 150px;
    margin: 0 auto;
  }

  .carousel-clienti .owl-item .owl-icona {
    font-size: 300%;
    margin-bottom: 15px;
    color: #2e8b57; /* Verde mare per tutte le icone */
  }

  .carousel-clienti .owl-item .owl-titolo {
    font-size: 140%;
    color: #1a5e3a; /* Verde più scuro per i titoli */
  }
}

/* Ottimizzazione per schermi molto piccoli */
@media (max-width: 480px) {
  .logo {
    max-height: 40px;
  }

  #colonna-1-2 img, 
  #colonna-2 img {
    max-height: 200px;
  }

  .carousel-clienti .owl-item {
    padding: 15px;
  }

  .carousel-clienti .owl-item .owl-icona {
    font-size: 250%;
    margin-bottom: 10px;
  }
}

/* Stili per il form di contatto */
#richiestainfo {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #2e8b57; /* Bordo verde in alto */
}

#richiestainfo .form-control {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

#richiestainfo .form-control:focus {
	border-color: #2e8b57;
	box-shadow: 0 0 0 0.2rem rgba(46, 139, 87, 0.25);
}

#pulsanteinvio {
	background-color: #28a745;
	border: none;
	padding: 10px 25px;
	font-size: 16px;
	transition: all 0.3s ease;
}

#pulsanteinvio:hover {
	background-color: #218838;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.but-rosso{
	background-color: #2e8b57;
	padding: 12px 22px;
	color: #fff;
	border-radius: 30px;
	transition: all 0.3s ease;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.but-rosso:hover,
.but-rosso:active,
.but-rosso:focus{
	background-color: #1a5e3a;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
    #colonna-1 {
        background-size: 38%;
    }
    #colonna-2 {
        background-size: 38%;
    }
}

.content-wrapper {
    background-color: rgba(255, 255, 255, 0.92);
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #2e8b57;
}

/* Stile globale */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.logo {
    max-width: 180px;
    height: auto;
    background: transparent;
    display: inline-block;
}

.navbar-brand {
    padding: 0;
    display: inline-flex;
    align-items: center;
    background: transparent;
}