a:hover {
  color: #CC5500;
}

.page-content h2 {
  margin-top: 60px;
}
.page-content h3 {
  margin-top: 30px;
}
.page-content img, .featured-image {
    width: auto;
    position: relative;
    margin: auto;
    display: block;
    border-radius: 20px;
}

.single_stretch h2 {
  margin: 60px 0 10px 0;
}

.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease;
  background-color: transparent;
}

.header-area.scrolled {
  background-color: rgba(0, 0, 0, 0.9); /* colore visibile dopo scroll */
}


.featured-image {
  margin-top: 50px;
}

.header-area.header-sticky {
  background-color:
}

.background-header {
  background-color: #CC5500;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
  font-weight: bold;
}

a, .breadcrumb a {
  color: #CC5500;
}

a:hover {
  text-decoration: underline;
}

div.wrong {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.wrong a {
  color: #666 !important;
}

.container {
  width: 1200px;
}


@media (max-width: 767px) {
  .page-content img, .featured-image {
      width: 100%;
  }

  .container {
    width: 100%;
  }

}


#map_title {
  scroll-margin-top: 100px;
}


.background-header .main-nav .logo {
  height: 80px;
  width: auto;
}

.service-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.header-area .main-nav .nav li {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .service-item img {
      width: 100%;
      max-width: auto;
      float: none;
    }

    .header-area .main-nav .nav li {
      margin-left: 0;
    }

    .header-area .main-nav .nav li a {
      padding-left: 10px !important;
    }
}

.service-item .link_lista {
  color:#544c49;
  font-size: 26px;
}

.service-item .link_lista span {
  color:#c2b4b0;
  font-size: 16px;
}


/* Stile generale della tabella */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #333;
}

/* Stile dell'intestazione */
thead th {
    background-color: #2c3e50;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 2px solid #34495e;
}

/* Stile per le celle del corpo della tabella */
tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

/* Righe alternate per una migliore leggibilità */
tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Effetto hover per mettere in evidenza la riga al passaggio del mouse */
tbody tr:hover {
    background-color: #f1f1f1;
}

/* Responsive: rende la tabella a scorrimento su dispositivi piccoli */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tbody tr {
        margin: 0 0 1rem 0;
    }

    tbody td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    tbody td:before {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    /* Assegna un'etichetta a ciascuna cella in base all'intestazione */
    tbody td:nth-of-type(1):before { content: "State"; }
    tbody td:nth-of-type(2):before { content: "Distance (approx.)"; }
    tbody td:nth-of-type(3):before { content: "Landscape & Vibe"; }
    tbody td:nth-of-type(4):before { content: "Highlights"; }
    tbody td:nth-of-type(5):before { content: "Personal Tip"; }
}
