@charset "utf-8";
/* CSS Document */

body {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    }

    .innercontainer {
      max-width: 1000px;
      margin: auto;
      padding: 30px 20px;
	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .innertitle {
      font-size: 28px;
      font-weight: 700;
      color: #1c1c1c;
    }

    .rating {
      display: flex;
      align-items: center;
      margin: 10px 0;
      color: #f39c12;
      font-size: 16px;
    }

    .rating i {
      margin-right: 2px;
    }

    .review-count {
      margin-left: 8px;
      font-size: 14px;
      color: #555;
    }

    .locations {
      margin: 15px 0;
    }

    .tag {
      display: inline-block;
      background: #eaf0ff;
      color: #003366;
      border-radius: 8px;
      padding: 5px 10px;
      margin: 5px 5px 0 0;
      font-size: 14px;
    }

    .tag i {
      margin-right: 6px;
    }

    .innericons {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin: 20px 0;
      font-size: 15px;
    }

    .icon-item {
      display: flex;
      align-items: center;
      color: #333;
    }

    .icon-item i {
      color: #003366;
      margin-right: 8px;
      font-size: 16px;
    }

    .divider {
      border-top: 1px solid #ccc;
      margin: 20px 0;
    }

    .overview h2,
    .highlights h2 {
      font-size: 20px;
      color: #1c1c1c;
      margin-bottom: 10px;
    }

    .overview p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 15px;
	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .overview strong {
      font-weight: 700;
    }

    .highlights {
      margin-top: 30px;
    }

    .highlight-item {
      margin: 10px 0;
      font-size: 15px;
      line-height: 1.6;
    }

    .highlight-item i {
      color: green;
      margin-right: 8px;
    }

    .highlight-item strong {
      color: #1c1c1c;
    }
	  
   .inclusions-exclusions h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #1c1c1c;
  }

  .innerrow {
     /*display: flex;*/
     /*flex-wrap: wrap;*/
    gap: 20px;
  }

  .innercolumn {
    flex: 1;
    min-width: 250px;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
  }

  .green {
    background-color: #e5f6e1;
  }

  .red {
    background-color: #fce4e4;
  }

  .innercolumn .innerheader {
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .green .innerheader {
    background-color: #4CAF50;
  }

  .red .innerheader {
    background-color: #d32f2f;
  }

  .innercolumn ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .innercolumn li {
    margin: 8px 0;
    font-size: 15px;
    color: #111;
  }

  .innercolumn li i {
    margin-right: 8px;
    color: #2e7d32;
  }

  .red li i {
    color: #d32f2f;
  }

  .vehicles {
    margin-top: 30px;
  }

  .vehicles h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .vehicles ul {
    list-style: none;
    padding-left: 0;
  }

  .vehicles li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .vehicles li i {
    color: #2e7d32;
    margin-right: 8px;
  }
	  
	  
   .booking-cta {
      background: #f9f9f9;
      padding: 40px 20px;
      text-align: center;
      border-radius: 10px;
      margin-top: 50px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .booking-cta h2 {
      font-size: 24px;
      margin-bottom: 10px;
      color: #222;
    }

    .booking-cta p {
      font-size: 16px;
      margin-bottom: 20px;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .cta-button {
      background-color: #007BFF;
      color: white;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 16px;
		width:30%;
		margin: 0 auto;
    }

  .cta-button a {
    background-color: #007BFF;
    color: #ffffff;
	text-decoration: none;
}
  
  .cta-button a:hover { 
	 color: #dcff00;
   }
.innerpage_titles {
	width:100%;
	height: auto;
	margin: 0 auto;
}
.innerpage_titles h2{
	  font-size: 20px;
      color: #1c1c1c;
      margin-bottom: 30px;
}

.timeline-container {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 3px dotted #d42a5f;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
}

.timeline-icon {
  position: absolute;
  left: -50px;
  top: 0;
  background: #fff;
  color: #d42a5f;
  font-size: 18px;
  border: 3px solid #d42a5f;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #fff; /* Ensures the icon stays clean around the dot line */
}

.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}




.timeline-content p {
  margin: 0;
  line-height: 1.6;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    @media (max-width: 600px) {
      .innertitle {
        font-size: 22px;
      }

      .innericons {
        flex-direction: column;
        gap: 10px;
      }
		
	  .innerrow {
    flex-direction: column;
  }
		
		.cta-button {
    background-color: #007BFF;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}
		
    }