.nav-link {
  color: #003300;
  font-weight: 500;
  transition: color 0.3s ease;
}
.navbar {
  border-bottom: 1px solid #f5f5f5;
}

.nav-link.active {
  color: #1a3c6c;
  border-bottom: 2px solid #1a3c6c;
}

.nav-link:hover {
  color: #1a3c6c;
}

.btn-dark-green {
  background-color: #002c18;
  border-radius: 8px;
}

.btn-dark-green:hover {
  background-color: #014a26;
}

/* ===== Hero Section ===== */
.hero-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-dark-green {
  color: #003300;
}

.text-orange {
  color: #e08a00;
}

.hero-image {
  max-width: 100%;
  height: auto;
}

.btn-dark-green {
  background-color: #002c18;
  border-radius: 8px;
  transition: 0.3s ease;
}

.btn-dark-green:hover {
  background-color: #014a26;
  transform: scale(1.05);
}

/* ===== Eccellenza Section ===== */
.eccellenza-section {
  background-color: #fff;
}

.card-eccellenza {
  border: 1.5px solid #f1f1f1;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.card-eccellenza:hover {
  box-shadow: 0 4px 15px rgba(0, 51, 0, 0.15);
  transform: translateY(-5px);
}

.card-eccellenza h5 span {
  font-weight: 600;
  background-color: #003300b0;
  color: #fff !important;
  margin-right: 6px;
  padding: 8px;
}

/* ===== Soluzione Section ===== */
.soluzione-section {
  background-color: #e4e0da;
  position: relative;
  overflow: hidden;
}

/* Swiper Slider */
.mySwiper {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #003300;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: #25d366;
  opacity: 1;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 999;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

/* ===== Testimonials Section ===== */
.testimonials-section {
  background-color: #fff;
  position: relative;
}

.testimonial-card {
  border: 1.5px solid #003300;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 51, 0, 0.15);
}

.testimonial-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 999;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

/* ===== Business Section ===== */
.business-section {
  background-color: #fff;
}

.business-card {
  border: 1.5px solid #003300;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 51, 0, 0.15);
}

.business-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ===== WhatsApp Floating Button ===== */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 999;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

/* ===== CTA Section ===== */
.cta-section {
  background-color: #e4e0da;
}

.text-dark-green {
  color: #003300;
}

.btn-dark-green {
  background-color: #002c18;
  border-radius: 8px;
  transition: 0.3s ease;
}

.btn-dark-green:hover {
  background-color: #014a26;
  transform: scale(1.05);
}

/* WhatsApp Floating Button */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 999;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

/* ===== FAQ Section ===== */
.faq-section {
  background-color: #fcde2a;
}

.accordion-button {
  color: #003300;
  background-color: transparent;
  box-shadow: none !important;
  border: none;
  font-size: 1rem;
}

.accordion-button::after {
  font-family: "Bootstrap Icons";
  content: "+";
  font-weight: bold;
  color: #003300;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  color: #e08a00;
}

.accordion-button:focus {
  box-shadow: none;
}

.text-dark-green {
  color: #003300;
}

.text-orange {
  color: #e08a00;
}

.accordion-body {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== Footer Section ===== */
.footer-section {
  background-color: #fff;
}

.footer-links a {
  text-decoration: none;
  color: #003300;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #e08a00;
  text-decoration: underline;
}

.footer-links a.active {
  color: #e08a00;
}

.btn-dark-green {
  background-color: #002c18;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease;
}

.btn-dark-green:hover {
  background-color: #014a26;
}

.footer-bottom {
  background-color: #003300;
  font-size: 0.9rem;
}

.text-dark-green {
  color: #003300;
}

/* WhatsApp Floating Button */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 999;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}
