a:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus {
  /* outline: 2px solid #f00; */
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 (9/16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.logo a img {
  max-width: 300px;
  margin-top: 15px;
}
.winjana-logo {
  max-height: 90px;
  margin-top: 10px;
}
.topnav {
  text-align: right;
  right: 0;
  display: block;
  width: 100%;
  position: absolute;
  height: 30px;
  padding: 0px 30px;
  margin-top: 6px;
}
.topnav-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
}
.topnav-items li {
  margin-right: 20px;
}
.topnav-items li a {
  color: #c34c24;
  font-size: 13px;
}
.topnav-items li .fab {
  color: #c34c24;
}
.callus-mobile {
  display: none;
}
.orange-bg {
  background-color: #c64d16;
}
.orange {
  color: #c64d16;
}
.green-bg {
  background-color: #66833a;
}
.green {
  color: #66833a;
}

/* Changes to menu GRID */
.mega-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0px 0px 0px 0px;
  justify-content: center;
  align-items: start;
  width: 100%;
}
p.where {
  margin-bottom: 0px;
}
p.what {
  font-weight: bolder;
  margin-top: 0px;
}
.mega-grid-item {
  background-color: #ddd;
  padding: 0px;
  border: 1px solid #ccc;
  text-align: center;
  height: 120px;
}
.shadowbox {
  position: absolute;
  width: 200%;
  height: 100%;
  display: block;
  z-index: 9;
  background-color: #000000;
}
.model {
  display: block;
  z-index: 999;
  background-color: #fff;
  color: #000;
  padding: 0 10px;
  margin: 0px;
  height: 20px;
}
.model-image {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.shadowbox.dark {
  opacity: 0.5;
}
.shadowbox.light {
  opacity: 0.2;
}
.shadowbox.none {
  opacity: 0;
}
.mega-grid-item.opacity {
  opacity: 0.4;
  cursor: pointer;
}
.mega-grid-item.opacity:hover {
  opacity: 1;
}

.vehicle-flex-container {
  display: block;
  width: 100%;
  height: 300px;
}

.vehicle-zoom-div {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.vehicle-zoom-div:hover {
  background-size: 150%;
  cursor: pointer;
  transition: background-size 1s cubic-bezier(0.25, 1, 0.5, 8);
}

.vehicle-splash-box {
  padding: 5%;
  text-align: center;
  color: #fff;
  font-size: 80%;
}

.vehicle-splash-box a {
  color: #fff;
}

.herotext .overview {
  padding: 3% 6%;
}
span.box {
  padding: 5px 10px;
  color: #c44c24;
  font-weight: 500;
  font-size: 160%;
  opacity: 0.8;
}

ul {
  font-weight: 300;
}
.light-btn {
  /* background-image: linear-gradient(135deg, #008aff, #86d472); */
  background-image: linear-gradient(135deg, #d96821, #b44914);
  border-radius: 0px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 50px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  /* width: 100%; */
  z-index: 2;
}

.light-btn :hover {
  color: #fff;
}

.light-btn .light-btnspan {
  align-items: center;
  background: #d96821;
  /* border-radius: 6px; */
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  /* width: 100%; */
  background-image: linear-gradient(135deg, #b44914, #d96821);
  padding: 0 20px;
}

.light-btn:hover .light-btnspan {
  background: transparent;
}

.dark-btn {
  /* background-image: linear-gradient(135deg, #008aff, #86d472); */
  background-image: linear-gradient(135deg, #000, #c64d16);
  border-radius: 0px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 50px;

  font-weight: 500;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 2;
  border: 0px;
}

.dark-btn :hover {
  color: #fff;
}

.dark-btn .dark-btnspan {
  border: 0px;
  align-items: center;
  background: #0e0e10;
  /* border-radius: 6px; */
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
  background-image: linear-gradient(135deg, #c64d16, #000);
}

.dark-btn:hover .dark-btnspan {
  background: transparent;
}

.section-flex-container {
  display: flex;
  min-height: 500px;
  width: 100%;
}

.right-column {
  flex: 1;
  padding: 20px;
  background-color: #f8f8f8;
}

.right-column h2 {
  text-align: left;
}

.left-column {
  flex: 1;
  background-size: cover;
  background-position: center center;
}

.vehicles-grid {
  margin-top: 50px;
  margin-bottom: 8px;
}

.testimonials {
  background-color: #fff;
  margin-bottom: 50px;
}

/* page layout */

.p4 {
  padding: 9%;
}
.overview p {
  font-size: 130%;
}

ul.dots {
  list-style-type: none;
  text-align: left;
  padding-left: 10px;
  /* This removes the default bullet points */
}

ul.dots li {
  background-image: url("img/tick.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  padding-top: -10px;
}

.right-section {
  display: flex;
  align-items: center;
  margin-right: 0px;
  position: absolute;
}

.topnav-items {
  position: relative;
  right: 0px;
  top: 10px;
}
.footer-details {
  position: relative;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.contact-details {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.spacer-slider {
  padding: 0px;
}
.footer {
  background-color: #f8f8f8;
}
.footer .container {
  font-size: 80%;
  padding: 50px 0;
}
.footer-content a {
  font-size: 96%;
  color: #000;
}

/* ##################### SCREEN SIZES ##################### */
@media (max-width: 1200px) {
  .footer-details {
    position: relative;
    display: block; /* Switch to flexbox layout */
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
    text-align: center; /* Center text content */
    min-height: 100px; /* Set a height if needed to help vertical centering */
  }

  .footer {
    padding: 0px 10%;
  }
  .spacer-slider {
    padding: 0px;
  }
  .vehicle-flex-container {
    height: 280px;
  }
  nav.transparent .callus {
    color: #fff;
  }
  nav.transparent .social-icon i {
    color: #fff;
  }
  nav.transparent .btn.menu-btn i {
    color: #fff;
  }
  .contact-details {
    width: 100%;
    padding: 0 0px;
  }
  .p4 {
    padding: 4%;
  }
}

@media (max-width: 1024px) {
  .right-section {
    margin-right: 50px;
    position: relative;
  }

  .topnav-items {
    top: 0px;
  }

  .contact-details {
    display: none;
    visibility: hidden;
  }
  .contact-details {
    width: 100%;
    padding: 0 0px;
  }
  .mega-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .topnav {
    display: none;
  }
  .callus {
    color: #000;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mega-grid-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .callus-mobile {
    color: #fff;
    font-weight: lighter !important;
  }
  .winjana-logo {
    max-height: 90px;
    margin-top: 10px;
  }
  .logo a img {
    max-width: 250px;
    margin-top: 40px;
  }
  .herotext .overview h1.x-large.mobile {
    font-size: 1.6rem;
  }
  .herotext .overview p.mobile {
    font-size: 1rem;
  }
  .callus {
    display: none;
  }
  .footer-content {
    width: 90%;
  }
  .flex-container {
    flex-direction: column;
  }

  .left-column {
    display: block;
    min-height: 300px;
  }

  .right-column {
    display: block;
  }

  .right-column h2 {
    font-size: 24px;
  }

  .right-column .dots li {
    font-size: 17px;
    padding-right: 20px;
  }

  .section-flex-container {
    display: block;
    min-height: inherit;
  }

  .vehicles-grid {
    margin-top: 0px;
  }
  ul.dots li {
    font-size: 13px;
  }
}
