/*
Items Name : GesApp
Author : Ngetemplates
---------------------------------*/
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #92949a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  color: #0a0a0a;
}

h1 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 19px;
  font-weight: 500;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #bbb;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f5f5f5;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #f5f5f5;
  color: #0921fb;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 20px;
  background: #ffffff;
  color: #0a0a0a;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.2s;
}

.btn-second {
  background: #0a0a0a;
  color: #ffffff;
}

.button:hover {
  background: #0921fb;
  color: #ffffff;
  border-color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #0921fb;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand img {
  height: 80px;
  width: auto;
}
.navbar .navbar-brand:hover {
  color: #0a0a0a;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  left: -18px;
  width: 40%;
  flex-grow: 0;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
}
.navbar .navbar-nav li a:hover {
  color: #f5ad2c;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 40%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}
.navbar .button-navbar li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
 	section-title
---------------------------------*/
.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
  z-index: 0;
}

.video-overlay-content {
  position: relative;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1; /* Ensures text is above the overlay */
}
.call-us-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff; /* Blue color */
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px; /* Makes the button round */
  transition: background-color 0.3s ease;
}

.call-us-button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.services-buttons {
  text-align: center;
  padding: 30px 0;
  background-color: #f8f9fa; /* Light background color */
}

.services-buttons .btn {
  margin: 10px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.services-buttons .btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.services-buttons .btn-primary:hover {
  background-color: #0056b3;
}

.services-buttons .btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border: none;
}

.services-buttons .btn-secondary:hover {
  background-color: #5a6268;
}

.wax-services {
  padding: 50px 0;
  text-align: center;
}

.wax-services .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Adds spacing between images */
}

.wax-services .wax-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Adds rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}
.title h5 {
  color: #0921fb;
  margin-bottom: 10px;
}
.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  background: #0921fb;
  padding: 175px 0 310px;
  text-align: center;
}
.intro p {
  color: #ffffff;
  margin-top: 25px;
  padding: 0 25%;
}

.intro-image {
  padding: 0 16%;
  margin: -280px 0 0 0;
}
.intro-image img {
  padding: 0 5px;
}

/* ------------------------------
  counter
---------------------------------*/
.counter {
  text-align: center;
  padding: 80px 0;
}
.counter h1 {
  color: #0a0a0a;
}
.counter p {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 500;
}

/* ------------------------------
  features
---------------------------------*/
.features .content:first-child {
  margin-top: 65px;
}
.features .content {
  position: relative;
  margin: 20px 0;
}
.features .content .icon {
  float: left;
  margin-right: 28px;
}
.features .content .icon i {
  font-size: 30px;
  color: #0921fb;
  margin-top: 35px;
}
.features .content .text {
  overflow: hidden;
}
.features .content-image {
  background: url(../img/bgbox.png) right top no-repeat;
  background-size: 245px;
  text-align: right;
  padding-top: 45px;
  padding-right: 45px;
}
.features .content-image img {
  width: 80%;
}

.features02 {
  padding: 100px 0;
}
.features02 .content-image {
  background: url(../img/bgbox.png) left top no-repeat;
  background-size: 245px;
  text-align: left;
  padding-top: 45px;
  padding-left: 45px;
}
.features02 .content-image img {
  width: 80%;
}
.features02 h2 {
  margin-top: 60px;
}
.features02 .row .row {
  padding-top: 45px;
}
.features02 .content i {
  font-size: 30px;
  color: #0921fb;
}

/* ------------------------------
  download
---------------------------------*/
.download {
  background: #0921fb;
  height: 426px;
  color: #ffffff;
}
.download h2 {
  padding-top: 100px;
  color: #ffffff;
  margin-bottom: 20px;
}
.download ul {
  margin-top: 20px;
}
.download ul li {
  display: inline-block;
  margin-right: 15px;
}
.download ul li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.download .image1 {
  position: relative;
  top: -38px;
  padding-left: 10px;
}
.download .image2 {
  position: relative;
  bottom: -65px;
  padding-left: 10px;
}

.dealership-services {
  padding: 50px 0;
  text-align: center;
  background-color:'light-gray'; /* Light background color */
}

.dealership-services h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.dealership-services p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.home-services {
  padding: 50px 0;
  text-align: center;
  background-color: #f8f9fa; /* Light background color */
}

.home-services {
  padding: 50px 0;
  text-align: center;
  background-color: #f8f9fa; /* Light background color */
}

.home-services h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.home-services p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.home-services .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Ensures responsiveness */
  gap: 20px; /* Adds spacing between items */
}

.home-services .col {
  flex: 1 1 calc(20% - 20px); /* Default: 5 items per row */
  max-width: 200px;
  text-align: center;
}

.home-services .service-image {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Adds rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
  margin-bottom: 10px;
}

.home-services h5 {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

.home-services-details {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color */
  text-align: left;
}

.home-services-details h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.home-services-details p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.accessory-image {
  width: 45%;
  height: auto;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for images */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .home-services-details .row {
      flex-direction: column-reverse; /* Stack text above images on smaller screens */
  }

  .accessory-image {
      width: 80%; /* Make images larger on smaller screens */
      margin: 10px auto; /* Center images */
  }

  .home-services-details p {
      text-align: center; /* Center-align text for mobile */
  }
}
.power-wash-service {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color for seamless integration */
}

.power-wash-service h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.power-wash-service p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.power-wash-image {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Adds rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for a polished look */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .power-wash-service .row {
      flex-direction: column; /* Stack text and image vertically on smaller screens */
  }

  .power-wash-image {
      margin-top: 20px; /* Adds spacing between text and image */
  }

  .power-wash-service h2 {
      text-align: center; /* Center-align the heading for mobile */
  }

  .power-wash-service p {
      text-align: center; /* Center-align the paragraph for mobile */
  }
}

.grill-servicing {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color for seamless integration */
  text-align: left;
}

.grill-servicing h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.grill-servicing p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.grill-image {
  width: 90%;
  height: auto;
  border-radius: 10px; /* Optional: Adds rounded corners */
  margin: 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for a polished look */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .grill-servicing .row {
      flex-direction: column; /* Stack text and images vertically on smaller screens */
  }

  .grill-servicing p {
      text-align: center; /* Center-align text for mobile */
  }

  .grill-image {
      width: 100%; /* Make images larger on smaller screens */
  }
}

.dealership-services-list {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color */
  text-align: center;
}

.dealership-services-list h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.dealership-services-list p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.service-item {
  margin-bottom: 30px;
}

.service-item i {
  font-size: 36px;
  color: #007bff; /* Blue checkmark icon */
  margin-bottom: 10px;
}

.service-item h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}


/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .service-item {
      text-align: center;
  }
}
.power-wash-list {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color */
  text-align: center;
}

.power-wash-list h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.power-wash-list p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.checklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Ensures items wrap on smaller screens */
  gap: 20px; /* Adds spacing between items */
  margin-top: 20px;
}

.check-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #555;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for items */
}

.check-item i {
  font-size: 24px;
  color: #007bff; /* Blue checkmark icon */
  margin-right: 10px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .check-item {
      font-size: 16px;
      padding: 10px;
      width: 100%; /* Stack items vertically on smaller screens */
      justify-content: center;
  }
}

.grill-cleaning-steps {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color */
  text-align: center;
}

.grill-cleaning-steps h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.grill-cleaning-steps p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.checklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Ensures items wrap on smaller screens */
  gap: 20px; /* Adds spacing between items */
  margin-top: 20px;
}

.check-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #555;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for items */
}

.check-item i {
  font-size: 24px;
  color: #007bff; /* Blue checkmark icon */
  margin-right: 10px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .check-item {
      font-size: 16px;
      padding: 10px;
      width: 100%; /* Stack items vertically on smaller screens */
      justify-content: center;
  }
}

.contact-info {
  padding: 30px 0;
  text-align: center;
  background-color: #f8f9fa; /* Light background color */
}

.contact-info h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.contact-info p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .home-services .col {
      flex: 1 1 calc(50% - 20px); /* 2 items per row on tablets */
      max-width: 45%;
  }
}

@media (max-width: 576px) {
  .home-services .col {
      flex: 1 1 100%; /* 1 item per row on small screens */
      max-width: 100%;
  }

  .home-services h2 {
      font-size: 28px; /* Smaller title for mobile */
  }

  .home-services p {
      font-size: 16px; /* Smaller description for mobile */
  }
}

/* ------------------------------
  faq	
---------------------------------*/
.faq {
  padding: 160px 0 100px;
}
.faq h2 {
  text-align: center;
}
.faq .top-row {
  margin-top: 30px;
}

/* ------------------------------
  cta
---------------------------------*/
.cta .content {
  padding: 30px 40px 15px;
  color: #fff;
  background: #0921fb;
  border-radius: 15px;
}
.cta .content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.cta .entry {
  text-align: right;
}

/* ------------------------------
  clients
---------------------------------*/
.clients {
  padding-top: 100px;
  padding-bottom: 100px;
}
.clients h2 {
  margin-bottom: 20px;
}
.clients .content {
  border: 1px solid #ddd;
  padding: 30px 40px;
  margin-left: 10px;
  border-radius: 5px;
}
.clients .row-top {
  margin-bottom: 35px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  background: #0a0a0a;
  color: #fff;
  padding: 100px 0 80px;
}
footer img {
  height: 42px;
  width: auto;
  margin-bottom: 20px;
}
footer h2 {
  color: #fff;
}
footer h6 {
  color: #fff;
}
footer ul {
  margin-top: 20px;
}
footer ul li {
  padding: 6px 0;
}
footer ul li i {
  color: #0921fb;
  margin-right: 15px;
}
footer ul li a {
  color: #fff;
}

.footer-cp {
  background: #0a0a0a;
  color: #fff;
  padding-bottom: 30px;
}
.footer-cp ul {
  text-align: right;
}
.footer-cp ul li {
  margin-left: 20px;
  display: inline-block;
}
.footer-cp ul li a {
  color: #fff;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 768px) {
  .navbar .button-navbar {
    width: 50%;
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100px;
    background: #0921fb;
    width: 100%;
    right: 0;
    padding: 0 30px 30px;
    text-align: left;
    left: 0;
  }

  .navbar .navbar-toggler {
    padding: 0;
    right: -62px;
    position: relative;
  }

  .intro-image {
    padding: 0 8%;
  }

  .download ul li {
    margin-right: 6px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .intro p {
    padding: 0 15px;
  }

  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .navbar .button-navbar {
    width: 0;
    display: none;
  }

  .navbar .navbar-toggler {
    right: 0;
  }

  .intro-image img {
    padding: 0 50px;
  }

  .m-none {
    display: none;
  }

  .download .col-second {
    margin-top: 115px;
  }

  .faq {
    margin-top: 30px;
  }

  .cta .entry {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  footer ul {
    margin-bottom: 40px;
  }

  .footer-cp ul {
    text-align: left;
    margin-top: 10px;
  }
  .footer-cp ul li {
    margin-left: 0;
    margin-right: 20px;
  }

  footer {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 360px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image img {
    padding: 0;
  }

  .download ul li {
    padding-top: 12px;
  }

  .faq {
    margin-top: 400px;
  }
}

.eco-friendly {
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background color */
  text-align: left;
}

.eco-friendly h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.eco-friendly p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.eco-friendly ul {
  list-style: none;
  padding: 0;
}

.eco-friendly ul li {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.eco-friendly ul li i {
  font-size: 24px;
  color: #007bff; /* Blue checkmark icon */
  margin-right: 10px;
}

.eco-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for the image */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .eco-friendly .row {
      flex-direction: column; /* Stack text and image vertically on smaller screens */
  }

  .eco-friendly ul li {
      font-size: 16px;
  }

  .eco-image {
      margin-top: 20px; /* Add spacing between text and image */
  }
}

.form-container {
  max-width: 600px;
  margin: 50px auto; /* Centers the form vertically and horizontally */
  padding: 30px;
  background-color: #ffffff; /* White card background */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for card effect */
  text-align: center; /* Centers the content inside the form */
}

.contact-form .form-group {
  margin-bottom: 25px; /* Adds proper spacing between inputs */
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #333;
  text-align: left; /* Aligns labels to the left */
}

.contact-form .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-form button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
}

/* Responsive Design for Mobile */
@media (max-width: 576px) {
  .form-container {
      padding: 20px;
  }

  .contact-form button {
      font-size: 16px;
  }
}
