﻿body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #333;
  margin: 0;
  background: #fff;
}
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;
}
.custom-font-white {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
.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: 2.2rem;
  color: #11226d;
  text-decoration: none;
  font-weight: 900;
  margin: 2rem 0 1 rem; /* space above and below */
}
h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #11226d;
  font-weight: 700;
  margin: 1.5rem 0 0.75 rem; /* space above and below */
  padding-left: 0.5rem;
}
h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  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-top {
  width: 100%;
  height: auto-fit;
  display: table;
  background-color: #FCD34D; /* New: fallback color */
}
.table-100percent {
  width: 100%;
  height: auto-fit;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  background-image: url('/images/carhire.webp');
  background-size: cover;     /* makes the image fill the table */
  background-position: center;
  background-repeat: no-repeat;
}
.table-100percent-middle {
  width: 100%;
  height: auto-fit;
  display: table;
  background-color: #00a3e1; /* New: fallback color */
}

.table-100percent-blank {
  width: 100%;
  display: table;
  background-color: #2a6fdb;
}
.table-100percent-search {
  width: 100%;
  display: table;
  border: 0;
}
.table-60percent {
  width: 60%;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
.table-75percent {
  width: 75%;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
.table-90percent {
  width: 90%;
  max-width: 1200px;
  display: table;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}
.table-percent-center {
  width: 90%;
  max-width: 1200px;
  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;
}


/* Reviews Section */
.reviews {
  background: #ffffff;
  padding: 1rem 0.5rem;
}

.reviews-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-title {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #FCD34D;
  font-weight: 700;
}

/* Slider wrapper */
.reviews-slider {
  position: relative;
  overflow: hidden;          /* hides off-screen cards */
  padding-bottom: 60px;      /* space for dots & arrows */
}

/* Track with all cards */
.reviews-grid {
  display: flex;
  transition: transform 0.4s ease;
}

/* Individual Review Card */
.review-card {
  flex: 0 0 calc(100% / 3);   /* up to 3 cards visible on desktop */
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Add visual spacing between cards without affecting math */
.review-card + .review-card {
  margin-left: 20px;
}

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

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

/* Arrows */
.reviews-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.reviews-arrow-prev {
  right: 56px;
}

.reviews-arrow:hover {
  transform: translateY(-1px);
}

/* Dots */
.reviews-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.reviews-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #d0d0d0;
  cursor: pointer;
  padding: 0;
}

.reviews-dots button.active {
  background: #11226d;
}

/* ——————————————————————————————
   MOBILE: 1 full card at a time
—————————————————————————————— */
@media (max-width: 768px) {
  .reviews-container {
    width: 90%;
  }

  .review-card {
    flex: 0 0 100%;         /* exactly one card per “slide” */
    margin-left: 0;
  }

  .review-card + .review-card {
    margin-left: 16px;      /* tiny visual gap; JS moves full card width */
  }

  .reviews-arrow {
    bottom: 8px;
  }

  .reviews-dots {
    bottom: 48px;
  }
}


  /* Button variables */
  :root {
    --hamburger-size: 44px;
    --hamburger-bar: 5px;
    --hamburger-gap: 10px;
    --hamburger-color: #fff;
  }

  /* Position top right */
  .hamburger {
    position: static;
    top: auto;
    right: auto;
    display: inline-grid;
    place-items: center;
    width: var(--hamburger-size);
    height: var(--hamburger-size);
    background: transparent;
    border: none;
    cursor: pointer;
  }

  /* Hamburger lines */
  .hamburger__bar,
  .hamburger__bar::before,
  .hamburger__bar::after {
    content: "";
    display: block;
    width: 100%;
    height: var(--hamburger-bar);
    background: var(--hamburger-color);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .hamburger__bar {
    position: relative;
  }
  .hamburger__bar::before {
    position: absolute;
    top: calc(var(--hamburger-gap) * -1);
  }
  .hamburger__bar::after {
    position: absolute;
    top: var(--hamburger-gap);
  }

  /* X animation */
  .hamburger[aria-expanded="true"] .hamburger__bar {
    transform: rotate(45deg);
  }
  .hamburger[aria-expanded="true"] .hamburger__bar::before {
    transform: translateY(var(--hamburger-gap)) rotate(90deg);
  }
  .hamburger[aria-expanded="true"] .hamburger__bar::after {
    opacity: 0;
  }

  /* Offcanvas menu styling */
  .offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: min(80vw, 200px);
    background: #2a6fdb;
    padding: 60px 20px;
    box-shadow: -10px 0 25px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .offcanvas[hidden] {
    display: block; /* override hidden default display:none so animation works */
    transform: translateX(100%);
  }
  .hamburger[aria-expanded="true"] + .offcanvas {
    transform: translateX(0);
  }

  /* Menu links */
  .offcanvas ul {
  list-style: none;     /* removes the bullets */
  padding: 0;           /* removes left indent */
  margin: 0;            /* removes top/bottom spacing */
}

.offcanvas li {
  margin-bottom: 20px;  /* optional: space between links */
}

.offcanvas a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: block;       /* makes the whole line clickable */
}

.offcanvas a:hover {
  text-decoration: underline;
}
/* Main section container */
.price-compare {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 1.5rem auto; /* 1.5rem bottom margin */
  padding: 1rem 0.5rem;
}

/* Title for this block */
.pc-title {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #11226d;
  font-weight: 700;
}

/* Responsive grid */
/* FORCE 3 columns on desktop */
.price-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns always */
  gap: 1.5rem;
}

/* On mobile, FORCE 1 column */
@media (max-width: 900px) {
  .price-compare-grid {
    grid-template-columns: 1fr; /* Stack vertically */
  }
}

/* Base card style */
.pc-card {
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* LEFT BOX — light grey */
.pc-card:nth-child(1) {
  background: #f5f7f9;
}

/* MIDDLE BOX — light blue */
.pc-card:nth-child(2) {
  background: #e9f4ff; /* new light blue colour */
}

/* RIGHT BOX — pale yellow */
.pc-card-highlight {
  background: #fff2b3;
}

.pc-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.pc-card-text {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 0.7rem;
}

/* Middle box list */
.pc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
}

.pc-list li::before {
  content: "✓";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .pc-title {
    font-size: 1.6rem;
  }
  .pc-card {
    padding: 1.25rem;
  }
}

/* Section container */
.tips-section {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  font-family: Arial, sans-serif;
  text-align: left; /* NEW — ensures all content aligns left by default */
}

/* Title */
.tips-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #FCD34D;
  font-weight: 700;
  text-align: left; /* keep heading left aligned */
}

/* Subtitle */
.tips-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #333;
  text-align: left; /* ensures subtitle aligns with heading */
}

/* Grid layout */
.tips-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: left; /* NEW — aligns card text and fixes indentation issue */
}

/* Card style */
.tip-card {
  text-align: left; /* make sure card content aligns left */
}

.tip-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 1rem;
}

.tip-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.tip-card p {
  font-size: 1rem;
  line-height: 1.55;
  color: #333;
}

/* Tablet: 2 columns */
@media (max-width: 900px) {
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .tips-title {
    font-size: 1.6rem;
  }
}

.faq-wrapper {
  background: #ffffff;       /* page background for the FAQ area */
}

.faq-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;            /* centers the block */
  padding: 2rem 0;           /* space above and below */
}

.faq-title {
  font-size: 1.6rem;
  color: #11226d;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  /* two columns on wide screens */
  gap: 40px 60px;                          /* row gap / column gap */
}

/* FAQ items */
.faq-item h3 {
  font-size: 1.4rem;
  color: #11226d;
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-item p {
  line-height: 1.6;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

/* Make it one column on smaller screens */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
