/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900 */

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
  font-display: swap;
  font-display: smooth;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-display: swap;
}
html {
  font-size: 70%;
  overflow-x: hidden;
}

/* ///////////////////////////////////////////////////////////////////////////////// */

/* Header-one */
.top-header-section {
  background-color: #1b5973;
}
.top-header {
  max-width: 115rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffff;
  padding: 1rem;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  row-gap: 5px;
}
.header-sub-div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header-sub-div a {
  color: #ffff;
  text-decoration: none;
}
/* Header-Two */
.second-header {
  max-width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin: 0 auto;
}

.logo {
  height: 90px;
  width: auto;
}

/* main navigation bar */
.main-nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
.main-nav-list:link,
.main-nav-list:visited {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 550;
  color: #333;
  transition: all 0.3s;
  display: inline-block;
}
.main-nav-list:hover,
.main-nav-list:active {
  color: #388087;
}

/* ***************************************************** */
/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}
.icon-mobile-nav {
  font-size: 4.8rem;
  color: #333;
}
.icon-mobile-nav[name="close-outline"] {
  display: none;
}
.dropdown {
  float: center;
  overflow: hidden;
}
.dropdown .dropbtn {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 550;
  color: #333;
  transition: all 0.3s;
  display: inline-block;
  border: none;
  outline: none;
  background-color: inherit;
}
.navbar a:hover,
.dropdown:hover .dropbtn {
  color: #388087;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ededed;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* z-index: -1; */
  margin-top: 1px;
}
.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 550;
  color: #333333;
}
.dropdown-content a:hover {
  color: #388087;
}
.dropdown:hover .dropdown-content {
  display: block;
  text-align: center;
  justify-content: center;
}
/* BELOW 976px (Landscape Tablets) */
@media (max-width: 61em) {
  /* MOBILE NAVIGATION */
  .logo {
    height: 65px;
    width: auto;
  }
  .btn-mobile-nav {
    display: block;
  }
  .main-nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;
    z-index: 5;
    /* 1) Hide it visually */
    opacity: 0;
    /* 2) Make it unaccessible to mouse and keyboard */
    pointer-events: none;
    /* 3) Hide it from screen readers */
    visibility: hidden;
  }
  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }
  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
    position: fixed;
    right: 20px;
    width: 25px;
    z-index: 5;
  }
  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }
  .main-nav-list {
    flex-direction: column;
    gap: 2.5rem;
  }
  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 10rem;
  }
}

/* hero section */
.hero-section {
  background-image: linear-gradient(
      hsla(185, 41%, 37%, 0.537),
      hsla(185, 41%, 37%, 0.542)
    ),
    url("./img/herobackground.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero {
  max-width: 110rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  padding: 1rem 1rem;
  gap: 5rem;
}

/* lead_form */
.lead_form_container {
  background-color: white;
  padding: 2rem;
  border-radius: 1.5rem;
}
.heading {
  background-color: #05bfdb;
  color: white;
  text-align: center;
  padding: 6px;
  font-size: 1.2rem;
  font-weight: 550;
  line-height: 1.1;
}

.puap_lable {
  font-size: 1.4rem;
  font-weight: 500;
}

.puap_form {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}
.puap_error {
  margin-bottom: 0.5rem;
  font-family: sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  color: red;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
}
.puap_form_button {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.puap_form_button_in {
  line-height: 3.025rem;
  border: unset;
  background-color: #0073aa;
  width: 100%;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 2rem;
  padding: 4px;
}
.selected_items {
  box-shadow: 1px 1px 5px 2px #0a4d68;
  background-color: white;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
  font-size: 16px;
}
.form_label_prl {
  display: flex;
  flex-direction: column;
}
.puap_input_box {
  width: 100%;
  padding: 8px 8px;
  margin: 6px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
}
.flex {
  padding-bottom: 16px;
}

/* ----------------- */

.hero-paragraph {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
}
.primary-heading {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 50px;
}
.hero-text {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 28px;
}
.hero-paragraph-text {
  margin-bottom: 10px;
}
.hero-c-t-a {
  font-weight: 500;
  gap: 4px;
  display: inline-flex;
  align-items: center;
  background-color: #0a4d68;
  color: white;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 2rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero-c-t-a:hover {
  background-color: #388087;
}

/* feature section  */
.feature-section {
  max-width: 110rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.feature {
  background-color: #0a4d68;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  border-radius: 2rem;
}
.feature-img {
  height: auto;
  width: 85px;
  padding: 10px;
}
.feature-heading {
  font-size: 2rem;
  color: #fff;
  font-weight: 550;
}
.feature-text {
  font-size: 1.5rem;
  color: #badfe7;
  line-height: 1.2;
}

.feature-one {
  border-right: solid 1px #5e5e5e;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.feature-two {
  border-right: solid 1px #5e5e5e;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.feature-three {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* PARTS-SECTION */

.parts-section {
  margin: 0 auto;
  max-width: 110rem;
  padding: 1rem;
  text-align: center;
}
.parts-heading {
  color: #0a4d68;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.parts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
}
.axle-assembly {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.526),hsla(197, 82%, 22%, 0.553)),url("./img/axle-assembly.png");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: auto;
  align-content: center;
}

.axle-assembly:hover {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.868),hsla(197, 82%, 22%, 0.841)),url("./img/axle-assembly.png");
}

.Miscellaneous-Parts {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.526),hsla(197, 82%, 22%, 0.553)),url("./img/mixedpart-auap.webp");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: auto;
  align-content: center;
}

.Miscellaneous-Parts:hover {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.868),hsla(197, 82%, 22%, 0.841)),url("./img/mixedpart-auap.webp");
}

.engine {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.526),hsla(197, 82%, 22%, 0.553)),url("./img/engine.png");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: auto;
  align-content: center;
}

.engine:hover {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.868),hsla(197, 82%, 22%, 0.841)),url("./img/engine.png");
}

.transmission {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.526),hsla(197, 82%, 22%, 0.553)),url("./img/transmission.png");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: auto;
  align-content: center;
}

.transmission:hover {
  background-image: linear-gradient(hsla(197, 82%, 22%, 0.868),hsla(197, 82%, 22%, 0.841)),url("./img/transmission.png");
}

.axle-assembly-heading {
  color: #fff;
  font-size: 3rem;
}

/* product-section */

.product {
  max-width: 110rem;
  margin: 0 auto;
  padding: 1rem 1rem;
}
.secondary-heading {
  color: #0a4d68;
  font-size: 3.4rem;
  font-weight: 600;
  padding: 0.5rem;
}
.product-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}
.product-pragraph {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 470;
  line-height: 30px;
  text-align: justify;
}
.product-image {
  text-align: center;
}
.product-image1 {
  height: auto;
  width: 80%;
}

.product-text1 {
  font-size: 2rem;
  color: #088395;
  padding: 5px;
  border: 3px solid #088395;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
}

/* offer section */
.offer {
  background-image: url("./img/background.jpg");
  margin: 0rem auto;
  padding: 3rem 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-text {
  text-align: center;
}
.offer-text4 {
  font-size: 2rem;
  color: #ffff;
  padding: 5px;
  border: 3px solid #088395;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 450;
}
.offer-text1 {
  color: #ffff;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 550;
}
.offer-text2 {
  color: #ffff;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 550;
}
.offer-text3 {
  color: #6ec1e4;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 550;
}
.offer-cta {
  font-weight: 500;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #0a4d68;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 2rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.offer-cta:hover {
  background-color: #388087;
}

/* testimonial section */
.testimonial-heading {
  text-align: center;
}
.testimonial-subheadding {
  font-size: 2.8rem;
  font-weight: 550;
  color: #0a4d68;
}

.testimonial-heading-threee {
  font-size: 1.8rem;
  color: #0a4d68;
  padding: 5px;
  border: 3px solid #088395;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}
/* Styling for the testimonial container */
.testimonial-container {
  width: 100%;
  max-width: 110rem;
  margin: 2rem auto;
  padding: 0 1rem;
  overflow: hidden;
  /* position: relative; */
}
/* Styling for the card container, enabling horizontal scrolling */
.testimonial-cards {
  display: flex;
  gap: 2rem; /* 10px space between each card */
  transition: transform 0.5s ease;
  padding: 1rem 2rem;
}
/* Individual testimonial card styling */
.testimonial-card {
  flex: 0 0 calc(33.33% - 20px); /* Desktop default: 3 cards in the viewport */
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Styling for the testimonial text */
.testimonial-card p {
  font-size: 1.6rem;
  font-weight: 450;
  color: #5b5959;
  /* text-align: justify; */
}
/* Styling for the customer's name */
.testimonial-card h4 {
  font-size: 2rem;
  margin-top: 10px;
  color: #0a4d68;
  font-weight: 600;
}
/* Styling for the customer's star  */
.star {
  font-size: 2.5rem;
  color: rgb(255, 179, 0);
}

/* Navigation button styling */
.testimonial-navigation {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  /* position: relative; */
  gap: 5px;
}
/* Styling for the navigation buttons */
.testimonial-navigation button {
  background-color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  border: 1px solid rgb(2, 2, 2);
  padding: 1px 6px;
  border-radius: 20px;
}
/* Button hover effect */
.testimonial-navigation button:hover {
  background-color: #0a4d68;
  color: #fff;
}
/* Responsive Styling */
/* For tablets (768px to 1024px), show 2 cards */
@media (max-width: 1024px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 20px); /* 2 cards in the viewport */
  }
}
/* For mobile devices (below 768px), show 1 card */
@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 calc(100% - 20px); /* 1 card in the viewport */
  }
  .testimonial-subheadding {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
}

/* FOOTER-SECTION */
.footer-section {
  background-color: #6fb3b8;
}
.footer {
  max-width: 110rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.footer-text {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 1rem;
}

.footer-heading {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.footer-2 {
  padding-left: 5.6rem;
}
.list {
  list-style: none;
}
.list a {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 550;
  color: #333;
  display: inline-block;
  line-height: 2;
}
.d-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.address {
  line-height: 1.2 !important;
}
.timing {
  font-size: 1.7rem;
  font-weight: 550;
  color: #333;
  line-height: 2;
}
.socialmedia {
  margin-left: 30px;
}
.socialmedia-icons {
  padding-right: 1rem;
}
.below-footer {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 450;
  padding: 10px;
  line-height: 1.5;
  background-color: #6fb3b8;
}

/* call-icon */
.icon-container {
  margin: 16px;
}
.phone-icon,
.phone-icon::before {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(250, 199, 79, 0.974);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  font-size: 30px;
  transition: all 0.3s;
  margin: 10px;
  animation: circle 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

/* **************************************************************************** */

/* style for static pages */
.static-h1 {
  background-color: #0a4d68;
}
.static-primary-h1 {
  color: #ffff;
  font-size: 4rem;
  font-weight: 550;
  margin: 0rem auto;
  padding: 3rem 0;
  text-align: center;
}
.policy-container {
  max-width: 110rem;
  margin: 1rem auto;
  padding: 1rem;
}

.text-color-policy-pages {
  color: #0a4d68;
  margin: 1rem 0;
  font-size: 2.4rem;
}

.policy-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

/* shiping - policy  */

.shipping-policy-paragraph1 {
  padding: 1rem 0;
}

/* contact us page*/
.contact-section {
  max-width: 100rem;
  margin: 0 auto;
  padding: 1rem 1rem;
}

.contact-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.contact-heading {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0a4d68;
  padding: 1rem 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 15px;
  background-color: #f8f8f8;
  padding: 2rem;
}

.icon {
  color: #05bfdb;
  font-size: 3rem;
}

.contact-title {
  font-size: 2rem;
  font-weight: 600;
  color: #0a4d68;
  margin-bottom: 0.5rem;
}
.contact-text {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: #388087;
}

/* 404 Page  */

.error-page {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2rem;
  max-width: 115rem;
  margin: 1rem auto;
  padding: 1rem;
  align-items: center;
}
.errorh1 {
  text-align: center;
  color: #0a4d68;
  font-size: 16rem;
}
.error-page2 {
  line-height: 1.5;
  text-align: center;
}
.errorh2 {
  font-size: 4.5rem;
}
.error-paragraph1 {
  font-size: 2.4rem;
  font-weight: 400;
}
.error-paragraph2 {
  font-size: 2.5rem;
  font-weight: 450;
  margin-bottom: 1rem;
}
.error-anchortext {
  text-decoration: none;
  color: #fff;
  background-color: #1e457b;
  padding: 0.5rem 1rem;

  border-radius: 2rem;
  font-size: 2rem;
}

/* LEAD FORM BUTTON  */

.puap-google-tag-submit {
  line-height: 3.025rem;
  border: unset;
  background-color: #0073aa;
  width: 100%;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 2.2rem;
  padding: 5px;
}
/* contact us page*/
.contact-us-container {
  max-width: 115rem;
  margin: 1rem auto;
  padding: 0rem;
}
.contact-us {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 2rem;
}

.contact-info-page {
  box-shadow: 0px 0px 10px 0px #c5c5c5;
  margin: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.contact-info-a {
  text-decoration: none;
  color: #333;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}
.contact-info-span {
  display: flex;
  align-items: center;
}
/* BELOW 768px (Landscape Tablets) */
@media (max-width: 48em) {
  .contact-us {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .contact-info-page {
    padding: 1rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .contact-info-a {
    font-size: 1.8rem;
    font-weight: 450;
  }
}

/* Contact-form */
.contact-us-form {
  display: flex;
  flex-direction: column;
}
.Contact-us-form-box {
  box-shadow: 0px 0px 10px 0px #c5c5c5;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 1.5rem;
}
.input-form {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.checkbox_div {
  display: flex;
  gap: 10px;
}
.custom-checkbox {
  margin-bottom: 15px;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.puap_error_msg {
  color: red;
  font-size: 12px;
  padding-bottom: 10px;
}
.call_button {
  line-height: 3.025rem;
  border: unset;
  background-color: #0073aa;
  width: 100%;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 2rem;
  padding: 4px;
}


.thank-you-page {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 16px 12px;
  max-width: 115rem;
  margin: 0 auto;
}