/* General Styles */
body {
  margin: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 15pt;
  text-align: center;
  overflow-y: hidden;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  padding: 10px; /* Prevents images from touching screen edges */
  box-sizing: border-box;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns on desktop */
  gap: 10px;
  max-width: 600px;
}
.box {
  display: inline-block;
  background-color: #000;

  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 7px;
  border-radius: 3px;
  text-align: center;
}
.top-bar {
  background-color: black; /* Black background */
  color: white; /* White text */
  text-align: center; /* Center the text */
  padding: 8px 0; /* Adjust height */
  font-size: 16px;
  font-weight: bold;
}

button {
  font-size: 16pt;
  background-color: black;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin: 15px 0 0;
  width: 200px;
  height: 60px;
}
button:active {
  background-color: #333; /* Dark grey on click */
}
.fa-icon {
  vertical-align: middle;
  margin-bottom: 5px;
}

.button2 {
  font-size: 12pt;
  padding: 10px 30px;
  background-color: #ffd300;
  border: 1px solid black;
  color: black;
}

/* Container Layout */
.outer-div {
}
.inner-div {
  background-color: #ffd300;
}
.inner-div1 {
  /* additional styling if needed */
}
.inner-div2 {
  /* additional styling if needed */
}
.inner-div3 {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: -20px;
}

/* Header Section */
.header-logo {
  text-align: left;
  font-size: 5px;
  font-weight: bold;
  padding: 10px 10px 0 10px;
}
.logo-image {
  vertical-align: middle;
  max-height: 60px;
}

/* Hero Section */
.hero {
}
.headline {
  font-weight: bold;
  font-size: 46px;
}
.driver-icon {
  vertical-align: middle;
  height: 50px;
  width: 50px;
}
.whatsapp-icon {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

/* Quick Info Section */
.quick-info {
  margin: 0 30px 7% 30px;
  font-size: 16px;
  color: #47474a;
}
.cards-icon {
  vertical-align: middle;
  height: 50px;
  margin: 10px 0 20px 0;
}
h4 {
  color: #47474a;
  line-height: 1.5;
  vertical-align: middle;
}

/* Services Section */
.services {
  padding: 0 0 10px;
  background-color: #ffd300;
  line-height: 1.5;
  border-radius: 2%;
  margin: 0 3% 7% 3%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#map {
  padding: 0 0 10px;

  line-height: 1.5;
  border-radius: 2%;
  margin: 0 4% 10% 4%;
  max-width: 980px;

  height: 300px;
}
.service-image {
  border-top-left-radius: 2%;
  border-top-right-radius: 2%;
  display: block;
}
.service-description {
  font-size: 16px;
  margin: 0 20px 30px 20px;
  line-height: 1.2;
}
.service-description.no-bottom-margin {
  margin-bottom: 0;
}
.centered-text {
  text-align: center;
}
.services-list {
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

/* Contact Section */
#contact {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #ffd300;
  font-size: 16px;
}
.contact-logo {
  width: 20%;
  height: 20%;
}
.contact-title {
  font-weight: bold;
  font-size: 30px;
}
.contact-info {
  margin: 0 20px;
}
.cards-footer {
  max-height: 50px;
}

/* Elfsight App Container */
.elfsight-container {
  margin: 20px auto;
  max-width: 90%;
}

/* Van Image */
.van-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Google Review (if needed) */
.google-review {
  align-items: center;
  padding: 0 35px 30px 35px;
}
.profile-container {
  display: flex;
}
.profile-picture {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
}
.profile-picture2 {
  background-color: rgb(80, 65, 241);
}
.review-details {
  margin-left: 10px;
  text-align: left;
}
.author-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.star-rating {
  color: #f9b230;
  margin-right: 5px;
}
.review-date,
.total-reviews,
.review-text {
  color: #666;
}
.review-text {
  margin-top: 10px;
  text-align: left;
}
.review-actions {
  margin-top: 10px;
}
.like-button,
.share-button {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
}
.service-description1 {
  margin: 0 10% 0 10%;
}

/* Responsive Styles */
@media only screen and (min-width: 601px) {
  .outer-div {
    margin: 0 20%;
    max-width: 980px;
  }
  .inner-div1 img {
    margin-left: -2%;
  }
  .services-2 img {
    padding-top: 5%;
    max-width: 50%;
  }
  .reviews img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .inner-div img {
    max-width: 100%;
  }
  .inner-div1 img {
    margin-left: -4%;
  }
  .services img {
    margin-bottom: 5%;
  }
  #van {
    height: auto;
    width: 100%;
    display: block;
  }
  .services {
    padding: 0 0 10px;
    background-color: #ffd300;
    line-height: 1.5;
    border-radius: 2%;
    margin: 0 3% 7% 3%;
  }
  .logo-image {
    vertical-align: middle;
    max-height: 50px;
  }
  .headline {
    font-weight: bold;
    font-size: 36px;
  }
  @media (max-width: 768px) {
    .gallery {
      display: grid; /* Ensure it remains a grid */
      grid-template-columns: repeat(
        2,
        1fr
      ); /* Keep 2 columns on larger mobiles */
    }
  }
}
