﻿body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #333;
  margin: 0;
  background: #f8f9f4;
}
p {
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.3px; /* Adjust as needed */
  margin: 0 0 1rem 0; /*spacing between paragraphs */
}
.custom-font {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  font-weight: normal;
}
.colour-link {
  color: #0073e6;
  text-decoration: underline;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.colour-link:hover {
  color: #0073e6;
  text-decoration: underline;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.colour-link2 {
  color: #0073e6;
  text-decoration: underline;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.colour-link2:hover {
  color: #0073e6;
  text-decoration: underline;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.white-link {
  color: white;
  text-decoration: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
h1 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #11226d;
  text-decoration: none;
  font-weight: 700;
  margin: 2rem 0 1 rem; /* space above and below */
  letter-spacing: 1px;
}
h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #11226d;
  font-weight: 600;
  margin: 1.5rem 0 0.75 rem; /* space above and below */
  border-left: 5px solid #11226d; /* optional highlight bar */
  padding-left: 0.5rem;
}
h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #11226d;
  font-weight: 600;
  margin: 1rem 0 0.5 rem; /* space above and below */
}
input {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-align: Left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.table-100percent {
  width: 100%;
  height: 870px;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  background-color: #ddd; /* New: fallback color */
  background-image: url('/images/nissan.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Optional: scale image to container */
  position: relative;
}
/* Add a top border to the table */
.table-100percent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Thickness of the top border */
  background-color: #11226d; /* Color of the top border */
}
/* Add a bottom border to the table */
.table-100percent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Thickness of the bottom border */
  background-color: #11226d; /* Color of the bottom border */
}
.table-100percent-blank {
  width: 100%;
  display: table;
  background-color: #2a6fdb;
}
.table-100percent-search {
  width: 100%;
  display: table;
  border: 0;
}
.table-percent {
  width: 90%;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
.table-percent-center {
  width: 60%;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .table-percent-center {
    width: 90%;
  }
}
.table-responsive {
  width: 60%;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.table-1000 {
  width: 1000px;
  display: table;
  border: 0;
}
.table-1200-center {
  width: 1200px;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
.table-1000-center {
  width: 1000px;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
.table-row {
  display: table-row;
}
.table-row-responsive {
  display: table-row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.table-row-50 {
  display: table-row;
  height: 50px;
}
.table-row-10 {
  display: table-row;
  height: 10px;
}
.table-row-15 {
  display: table-row;
  height: 15px;
}
.table-row-150 {
  display: table-row;
  height: 150px;
}
.table-cell-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.table-cell-responsive {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  flex: 1 1 100%; /* Default to one column */
  padding: 10px;
  box-sizing: border-box;
}
.table-cell-responsive img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  .table-cell-responsive {
    flex: 1 1 50%; /* Two columns on small screens */
  }
}
@media (min-width: 768px) {
  .table-cell-responsive {
    flex: 1 1 33.33%; /* Three columns on medium screens */
  }
}
@media (min-width: 1000px) {
  .table-cell-responsive {
    flex: 1 1 25%; /* Four columns on large screens */
  }
}
.table-cell-search {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 1200px;
}
.table-cell-search-white {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 400px;
  background: rgba(255, 255, 255);
}
.table-cell-contact {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 550px;
  height: 680px;
}
.table-cell-opaque {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.table-cell-opaque-50 {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.table-cell-left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.table-cell-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.table-cell-top {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.table-cell-top-left {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.table-cell-50 {
  display: table-cell;
  width: 50px;
}
.table-cell-100 {
  display: table-cell;
  width: 100px;
}
.table-cell-150 {
  display: table-cell;
  width: 150px;
}
.left {
  text-align: left;
}
/* Dropdown Button */
.dropbtn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
.dropbtn img {
  display: block;
}
/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
  min-height: 50px; /* adjust to fit your dropdown height */
}
/* Dropdown Content */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* Show directly below the button */
  right: 0; /* Align to the right of the button */
  background-color: rgba(152, 174, 207, 0.6);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6);
  min-width: 40px;
  z-index: 999;
  border-radius: 5px;
  padding: 4px 2px;
}
.dropdown-content a img {
  width: 50px;
  height: 27px;
  display: block;
}
/* Links Inside Dropdown */
.dropdown-content a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 5px;
}
/* Hover Effects */
.dropdown-content a:hover {
  background-color: transparent;
}
/* Show Dropdown on Hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: transparent;
}
iframe.contact {
  width: 100%; /* Default width */
  height: 600px; /* Default height */
  border: none;
}
iframe.cartrawler {
  width: 100%; /* Default width */
  height: 650px; /* Default height */
  border: none;
  clip-path: inset(57px 0 0 0); /* Hides top 57px */
}
/* Media query for devices with screen width less than 871px */
@media screen and (max-width: 870px) {
  iframe.cartrawler {
    width: 100%; /* You can adjust the width as needed */
    height: 650px; /* Default height */
    clip-path: inset(65px 0 0 0); /* Hides top 65px */
  }
}
.table-flex-responsive {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  justify-content: center; /* Center-align the items horizontally */
  align-items: center; /* Vertically center the /images */
  overflow-x: auto; /* Enable horizontal scrolling if needed */
  width: 100%; /* Make sure the container takes full width */
}
.table-flex-responsive .table-cell-responsive {
  flex: 0 1 auto; /* Allow items to shrink but not grow */
  padding: 10px;
  box-sizing: border-box;
}
.table-flex-responsive .table-cell-responsive img {
  max-width: 80px; /* Set a maximum width */
  width: 100%; /* Allow the image to take the full width of its container */
  height: auto;
}
/* Media query for smaller screens */
@media (max-width: 600px) {
  .table-flex-responsive .table-cell-responsive img {
    max-width: 60px; /* Reduce the maximum width */
  }
}
.logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.nav-links {
  display: flex;
  flex-wrap: wrap; /* allows wrapping to new lines */
  gap: 1.2rem; /* even spacing */
  row-gap: 0.2rem; /*smaller vertical space */
}
.nav-links a {
  color: #0073e6; /* your link color */
  text-decoration: underline;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-right: none; /* no divider */
}
.nav-links a:hover {
  color: #0073e6; /* your link color */
  text-decoration: underline;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-right: none; /* no divider */
}
.nav-links a:last-child {
  border-right: none; /* remove line after last link */
}
.nav-links-white {
  display: flex;
  flex-wrap: wrap; /* allows wrapping to new lines */
  gap: 1.2rem; /* even spacing */
  row-gap: 0.2rem; /*smaller vertical space */
}
.nav-links-white a {
  color: #ffffff; /* your link color */
  text-decoration: underline;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-right: none; /* no divider */
}
.nav-links-2 a {
  color: #0073e6; /* your link color */
  text-decoration: underline;
  padding: 0 0.6rem; /* spacing around links */
  border-right: 1px solid #0073e6; /* thin vertical line */
}
.nav-links-2 a:hover {
  color: #0073e6; /* your link color */
  text-decoration: underline;
  padding: 0 0.6rem; /* spacing around links */
  border-right: 1px solid #0073e6; /* thin vertical line */
}
.nav-links-2 a:last-child {
  border-right: none; /* remove line after last link */
}
strong {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0073e6;
}
ul {
  list-style: none; /* disc | circle | square | none */
  padding-left: 0; /* space before bullets */
  margin: 1rem 0; /*vertical spacing around list */
}
ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.3; /* match paragraphs */
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0.3px; /* Adjust as needed */
  color: #333;
}
ul li::before {
  content: '•'; /* custom bullet (dot) */
  position: absolute;
  left: 0;
  color: #0073e6; /*blue accent */
  font-size: 1.1rem; /* slightly bigger than text */
  line-height: 1.3; /* centers it vertically */
}
/* Grid container */
.landing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
}

/* Limit to 3 cards per row on larger screens */
@media (min-width: 900px) {
  .landing-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card style */
.landing-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.landing-card:hover {
  transform: translateY(-3px);
}

/* Title */
.landing-card-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 12px;
  background: #f8f8f8;
}
.landing-card-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-card-title:hover,
.landing-card-title:focus {
  background: #eee;
  outline: none;
}

/* Content (collapsible with animation) */
.landing-card-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

.landing-card-content.active {
  max-height: 800px; /* big enough to fit your tallest card */
  opacity: 1;
}

/* Photo */
.landing-card-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}

/* Links */
.landing-card-links {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.landing-card-links a {
  color: #0073e6;
  text-decoration: none;
  font-size: 0.95rem;
}

.landing-card-links a:hover {
  text-decoration: underline;
}

.landing-card-links .more-destinations {
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}

/* Wrapper to control total width */
.landing-wrapper {
  max-width: 60%; /* default: all screens >= 768px */
  margin: 0 auto;
  padding: 20px 0;
}

/* Responsive adjustment: mobiles */
@media (max-width: 768px) {
  .landing-wrapper {
    max-width: 90%;
    padding: 0 10px;
  }
}

img.responsive {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto; /* centers horizontally */
}

@media (max-width: 768px) {
  img.responsive {
    width: 100%;
  }
}

/* Reviews Section */
.reviews {
  background: #f9fafb; /* light background, you can change */
  padding: 50px 20px;
}

.reviews-container {
  width: 60%;
  margin: 0 auto;
}

.reviews-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #11226d;
  font-weight: 600;
}

/* Grid Layout */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Individual Review Card */
.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.review-text {
  font-size: 1rem;
  font-style: italic;
  color: #555;
}

.review-rating {
  margin-top: 15px;
  font-weight: bold;
  color: #222;
}

/* Responsive: up to 768px */
@media (max-width: 768px) {
  .reviews-container {
    width: 90%;
  }
}
