/* styles.css Homepage */

body {
    margin: 0;
    padding: 0;
}
/* Add the following CSS code to your style.css file */

.marquee {
    animation: marquee 8s linear infinite;
  }
  
  @keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
  }
  
  .expertise-section {
    margin-top: 20px;
  }
  
  footer {
    margin-top: auto;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
  }

header {
    overflow: auto;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-right: 540px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

li {
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: rgb(10, 223, 223);
}

main {
    /* Empty style block, add your styles here if needed */
}

section {
    font-family: 'Montserrat', sans-serif;
    background-image: url('Autosparkbg5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h2 {
    /* Add your styles here */
}

p {
    /* Add your styles here */
}

footer {
    background-color: black;
}

footer p {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
}
/* styles.css ContactUs */

body {
    background-color: whitesmoke;
    margin: 0;
}

header {
    overflow: auto;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}

.logo {
  margin: 10px;
}

.nav-menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
}

.nav-menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin: 0 10px;
}



.header-text {
  color: white;
  margin: 0;
}

.header-text-container {
  background-color: blue;
  padding: 10px;
  text-align: center;
}



.contact-details {
  text-align: center;
  margin-top: 20px;
}

.contact-info {
  display: flex;
  justify-content: center;
}

.contact-item {
  margin: 0 10px;
}

footer {
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px;
  margin-top: 20px;
}

.nav-menu li {
    display: inline;
    margin-right: 20px;
}

.nav-menu li:last-child {
    margin-right: 0;
}


.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.nav-menu li a:hover {
    background-color: #333;
    color: #fff;
}

.header-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.contact-details {
    text-align: center;
}


.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-item {
    margin: 0 20px;
    text-align: center;
}

.contact-item i {
    font-size: 24px;
}

.contact-item p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
/* styles.css AboutUs*/

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    height: 100vh;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

header {
    overflow: auto;
}

.logo {
    margin-right: 540px;
}
.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 10px;
}

.logo {
  margin: 10px;
}

.nav-menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-text {
  text-align: center;
  background-color: blue;
  color: white;
  padding: 10px;
  margin-top: 20px;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-menu li {
    margin-right: 20px;
}

.nav-menu li:last-child {
    margin-right: 0;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.nav-menu li a:hover {
    background-color: #333;
    color: #fff;
}

.header-text {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
}

main {
    margin: 40px;
}

footer {
    background-color: #000;
    padding: 20px;
    color: #fff;
    text-align: center;
}

footer p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
/* GalleryAuto*/
body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
/* Reset default padding and margin for all elements */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Style for header */
header {
  background-color: #f2f2f2;
  padding: 10px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin: 10px;
}

.nav-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-list li {
  margin-right: 10px;
}

/* Style for page title */
.page-title {
  text-align: center;
  background-color: blue;
  color: white;
  padding: 10px;
  margin-top: 20px;
}

/* Style for image gallery */
.image-gallery {
  padding: 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}

.image-container {
  display: flex;
  justify-content: center;
}

.gallery-image {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin: 10px;
}

/* Style for testimonials */
.testimonials {
  background-color: #f2f2f2;
  padding: 20px;
}

.testimonial-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.testimonial {
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-author {
  font-weight: bold;
}

/* Style for footer */
footer {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
}
  
  .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  .nav-list li {
    margin-right: 20px;
  }
  
  .nav-list li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
  }
  
  .page-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: montserrat, sans-serif;
  }
  
  .image-gallery {
    text-align: center;
    padding: 20px;
  }
  
  .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }
  
  .image-container {
    display: flex;
    justify-content: center;
  }
  
  .gallery-image {
    width: 300px;
    margin-right: 20px;
  }
  
  .testimonials {
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
  }
  
  .testimonial {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
  }
  
  .testimonial-author {
    font-size: 16px;
    font-weight: bold;
  }
  /* ServicesAuto*/
  body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
  } 
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    display: flex;
    flex-direction: column;
  }
  
  header {
    flex: 0 0 auto;
  }
  
  section {
    flex: 1 0 auto;
  }
  
  footer {
    flex: 0 0 auto;
  }
  
  .header-container {
    width: calc(100% - 540px); /* Adjust the width based on your layout needs */
  }
  
  .header-container img:last-child {
    margin-left: calc(100% - 540px); /* Adjust the margin based on your layout needs */
  }
    

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-list li {
    margin-right: 20px;
}

.nav-list li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    border: 1px solid #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.page-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: montserrat, sans-serif;
}

.service-container {
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.service-list {
    list-style-type: disc;
    margin-left: 40px;
    text-align: left;
}

.footer-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}