body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

.hero {
  position: relative;
  background: url('bg.jpg') no-repeat center center/cover;
  color: white;
  padding: 120px 20px;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero h1,
.hero p {
  position: relative;
  z-index: 1;
}

.navbar {
  background: linear-gradient(to right, #ff5722, #007bff);
}

.navbar a {
  color: white !important;
}

.navbar a:hover {
  color: #000000 !important;
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-card img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.product-card img:hover {
  transform: scale(1.05);
}

.service-box {
  background: rgb(13 110 253 / 18%);
  border-left: 5px solid #007bff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.service-box:hover {
  transform: translateY(-5px);
  border-left-color: #ff5722;
}

.service-item h4 {
  color: #007bff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
}

.service-item h4:hover {
  color: #ff5722;
}

.footer {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.contact-form {
  max-width: 600px;
  margin: auto;
}

.contact-form input,
.contact-form textarea {
  border-radius: 5px;
  border: 1px solid #007bff;
}

.contact-form button {
  background-color: #ff5722;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
}

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

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.my-5 {
  margin-top: 5px !important;
}

/* .card_uibal {
  padding-top: 100px !important;
  margin-top: -80px !important;
} */

/* .h-100 {
  border: #00000079 1px solid !important;
} */

.h-100:hover {
  color: blue !important;
}

.card_uibal:hover {
  cursor: pointer;
  border-color: #ffffff00 !important;
}

.card-title {
  white-space: normal;
  word-break: break-word;
}
.pt-50 {
  padding-top: 50px !important;
}

.obj-cover {
  object-fit: cover;
}

.aspect-4-3 {
  aspect-ratio: 4 / 3;
}
.border-none {
  border: 0 !important;
}
.max-900 {
  max-width: 900px;
}
.p-20 {
  padding: 20px;
}
.service-box a{
    text-decoration: none;
}
#automotive_textDiv_S {
  scroll-margin-top: 100px; /* adjust based on your header height */
}
#Industrial-section{
  scroll-margin-top: 50px; /* adjust based on your header height */
}
#products{
  scroll-margin-top: 100px; /* adjust based on your header height */
}
#contact{
  scroll-margin-top: 100px; /* adjust based on your header height */
}
.mx-auto{
  background: #e5e5e5f1 !important;
  /* background: rgba(13, 109, 253, 0.078) !important; */


}
.nav-link.active {
  color: black !important;
}
.nav-link.active {
  color: black !important;
}



@media (max-width: 576px) {
  .card-title {
    font-size: 1rem;
  }

  .card-text {
    font-size: 0.9rem;
  }
   #automotive-section {
                flex-direction: column;
            }

            .sidebar-container {
                width: 100%;
                position: static;
                margin-bottom: 20px;
            }

            #sidebar {
                border: none;
                box-shadow: none;
            }
            .row-cols-2>*{
              width: 100% !important;
            }
}
