body {
  font-family: "Poppins", sans-serif;
}

.navbar,
.footer {
  background-color: #faf8f6;
  color: #212a30;
}

.logo img {
  width: 78px;
}

.form-label {
  color: black;
}

.contact-info {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  gap: 5px;
}

.contact-info i {
  color: #ffff;
}

.contact-info span {
  color: #ffff;
}

/* Make header fixed */
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

li.nav-item {
  font-family: 'Poppins';
}

/* Flex layout */
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Section Background with Curve */
.main-services {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 115px 0 65px;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  /* No clipping at bottom */
  z-index: 1;
  color: #212a30;
  overflow: visible;
}

.main-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212a30;
  z-index: 1;
}

/* Layout */
.garage-hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.garage-left {
  padding: 80px 0;
  flex: 1 1 50%;
}


.garage-image-wrapper {
  text-align: center;
}

.garage-image-wrapper img {
  max-width: 450px;
  height: auto;
  border-radius: 20px;
}



.garage-left span {
  color: #53aa1b;
  font-size: 76px;
  font-weight: 900;
  line-height: 68px;
}

.garage-left p {
  max-width: 500px;
  font-family: 'Poppins';
  font-size: 20px;
}

.garage-left h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  width: 590px;
}

.text-start {
  font-family: "Poppins", sans-serif;
}

.garage-left ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

.garage-left li {
  font-size: 18px;
  margin-bottom: 10px;
}


.garage-why-choose2 {
  background-color: #212a30;
  padding: 70px 20px 40px;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
  text-align: center;
}

.garage-why-choose2 h2 {
  color: #fff;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.garage-why-choose {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  flex-wrap: wrap;
  text-align: center;
}

.choose-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.choose-card {
  background-color: #1d2931;
  color: #fff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px);
}

.choose-card .icon {
  font-size: 48px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 1rem;
}

.choose-card h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.aboutTopBottom {
  margin-top: 70px;
  margin-bottom: 70px;
}

.about-us img {
  max-width: 100%;
  /* Ensures the image is responsive */
  height: auto;
  border-radius: 20px;
  /* Maintains aspect ratio */
}

.about-us h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #212a30;
  font-weight: 700;
}

.address h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #212a30;
  /* Use the same color as the other headers */
}

.about-us p {
  font-size: 18px;
  color: #333;
  /* Darker text for readability */
}


.contact-section {
  /* Green background like screenshot */
  color: #212a30;
}

.form-wrapper {
  background-color: #212a30;
  border-radius: 10px;
  padding: 2rem;
  color: #000;
}

.contact-section h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #212a30;
}

.contact-section p {
  max-width: 450px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

.contact-section i {
  margin-right: 0.5rem;
  color: #212a30;
}

.form-label {
  text-transform: uppercase;
}

.btn-dark {
  background-color: #000;
  color: #212a30;
  padding: 0.75rem;
}

.form-wrapper {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.form-wrapper .form-label {
  font-weight: 600;
  text-transform: uppercase;
}

.form-wrapper .form-control,
.form-wrapper .form-select,
.form-wrapper textarea {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.form-wrapper .btn {
  background-color: #53aa1b;
  border: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding: 0.75rem;
  transition: background-color 0.3s ease;
}

.form-wrapper .btn:hover {
  background-color: #b34f14;
}


.google-map-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: none;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  color: white;
  /* Sets default text color for the content */
}

.content-wrapper h1 {
  color: #212a30;
  /* Headline color */
}

.content-wrapper h4 {
  color: #212a30;
  /* Headline color */
}

.content-wrapper p {
  color: #ffff;
  /* Subheadline color */
}

.footer {
  padding: 20px 0;
  text-align: center;
}

.footer p {
  margin: 0;
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: gray;
  /* Set your desired color */
  opacity: 1;
  /* Ensures the color is fully opaque */
}

.address {
  background-color: rgb(243, 243, 243);
  /* Light background for contrast */
  padding: 70px 0;
  /* Top and bottom padding */
}

.address-line {
  margin: 0;
  /* Remove default margin for better alignment */
}

.contact-info {
  margin: 0;
  /* Remove default margin for better alignment */
}

.address i {
  margin-right: 8px;
  /* Space between icon and text */
}

a {
  color: #212a30;
  /* Link color */
  text-decoration: underline;
  /* Underline links for visibility */
}

.map-container {
  height: 400px;
  /* Adjust the height of the map */
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info h2 {
  color: #333;
}

.contact-info p,
.contact-info ul {
  font-size: 16px;
  line-height: 1.5;
}

.contact-info ul li {
  padding: 5px 0;
}

.text-blue {
  color: #212a30;
  text-decoration: none;
}

.btn-common {
  display: inline-block;
  background-color: #53aa1b;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  transition: background-color 0.3s ease;
}

.btn-common:hover {
  background-color: #53aa1b;
  text-decoration: none;
  color: #fff;
}

.btn-commonMobile {
    display: inline-block;
    background-color: #53aa1b;
    color: #fff;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease;
}

.btn-commonMobile:hover {
  background-color: #53aa1b;
  text-decoration: none;
  color: #fff;
}

/* Stack layout on smaller screens */
@media (max-width: 768px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .garage-hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .garage-image-wrapper img {
    max-width: 100%;
    margin-top: 24px;
  }


  .garage-left span {
    font-size: 32px;
  }

  .main-services {
    padding: 4px 0 67px;
  }

  .garage-left {
    padding: 40px 0 0;
    width: 100%;
  }

  .garage-left h2 {
    width: auto;
    font-size: 32px;
  }

  .garage-why-choose2 {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  }

  .garage-form-wrapper {
    margin-top: 30px;
    max-width: 100%;
  }

  .content-wrapper {
    padding: 130px 0px 0px;
  }

  .contact-info {
    text-align: center;
    /* Center contact info on smaller screens */
  }

  .contact-info span {
    font-size: 14px;
    /* Smaller font size for mobile */
  }

  .contact-info a {
    font-size: 20px;
    /* Smaller phone number for mobile */
  }

  .address-line,
  .contact-info {
    font-size: 16px;
    /* Smaller font size for mobile */
  }

  iframe {
    width: 100%;
    /* Full width on smaller screens */
  }

  .footer {
    padding: 10px 0;
    /* Adjust footer padding for mobile */
  }
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
  .garage-hero-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  /* .header-flex {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  } */

  .contact-info {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .garage-hero-wrapper {
    justify-content: space-around;
    align-content: space-around;
    gap: 0px;
  }

  .main-services {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);

  }

  .garage-left span {
    line-height: 32px;
  }

  .garage-left h2 {
    font-size: 24px;
  }

  .garage-left {
    padding: 0;
  }

  .form-header h3 {
    font-size: 20px;
  }

  .form-header p {
    font-size: 14px;
  }

  .garage-left ul li {
    font-size: 16px;
  }

  .contact-info a {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1140px !important;
  }
}