/* Reset default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #ffffff; /* White background */
  color: #000000; /* Black text */
  line-height: 1.6;
  /* min-height: 10000px; */
}

main {
  min-height: 100vh;
}

.container,
.neocontainer {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line if needed */
  justify-content: center; /* Centers items horizontally */
  /* max-width: 60%; */
  /* flex: 1 1 10%; */
}

.redp {
  color: red;
  display: inline;
}


header {
  background-color: #000000; /* Black header background */
  color: #ffffff; /* White text */
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header h1 {
  font-size: 1.8rem;
}

.menu-icon {
  display: none;
  cursor: pointer;
}

.showroomlogoslist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px 3px;
}

nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
}

/*nav ul li {*/
/*  position: relative;*/
/*  margin-left: 20px;*/
/*}*/

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

nav ul li a:hover {
  background-color: #333333; /* Darker background on hover */
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: black;
}

.logo-link {
  text-decoration: none;
  color:white;
  font-size: 0.65em;
  text-align: center;
  line-height: 12px;
}

.logo-image {
  height: 50px;
}

.navbar {
  flex-grow: 1;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
}

.nav-link:hover {
  background-color: #555;
}

.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  content: " ▼";
  font-size: 0.8em;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 190px;
  z-index: 999;
}

.dropdown-menu .dropdown-item {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #666;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

nav ul li:hover > .dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000; /* Black dropdown background */
  width: 100%; /* Adjust width as needed */
}

.service-item {
  width: 30%;
  margin: 20px;
  padding: 15px;
  background-color: #ffffff; /* White service item background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease-in-out;
  /* flex: 1 1 43%; */
  /* flex: 1 1 40%; */
}

.service-item:hover {
  transform: translateY(-5px); /* Lift on hover */
}

.service-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.description {
  text-align: center;
}

.description2 {
  text-align: left;
}

.description2 h2 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #000000; /* Dark text */
}

.description2 p {
  font-size: 1rem;
  color: #666666; /* Medium gray text */
}

.descApply {
  color: rgb(223, 33, 33);
  font-weight: bold;
  /* padding: 0px; */
  /* margin: 0px; */
}

.flexcon {
  display: flex;
  /* flex-wrap: wrap; */
  /* flex-flow: row; */
  /* flex-direction: row; */
  flex-direction: column;
  /* max-width: 50vw; */
  /* margin-left: 120px; */
  /* margin-right: 120px; */
}

.description h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #000000; /* Dark text */
}

.description p {
  font-size: 1rem;
  color: #666666; /* Medium gray text */
}

.service-item-text {
  width: 95%;
  margin: 20px;
  padding: 15px;
  background-color: #ffffff; /* White service item background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease-in-out;
  text-align: center;
  /* flex: 1 1 43%; */
  /* flex: 1 1 40%; */
}

.service-item-text:hover {
  transform: translateY(-5px); /* Lift on hover */
}

.service-item-text2 {
  width: 95%;
  margin: 20px;
  padding: 15px;
  background-color: #ffffff; /* White service item background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease-in-out;
  text-align:right
  /* flex: 1 1 43%; */
  /* flex: 1 1 40%; */
}

.service-item-text2:hover {
  transform: translateY(-5px); /* Lift on hover */
}


.service-item-logo {
  width: 100%;
  margin: 20px;
  padding: 15px;
  /* transition: transform 0.3s ease-in-out; */
  text-align: center;
  object-fit:scale-down;
  /* background-size:inherit; */
  /* flex: 1 1 43%; */
  /* flex: 1 1 40%; */
}

.service-item-logo img {
  max-width: 95vw;
}

.service-item-logo2 {
  width: fit-content;
  margin: 0px;
  padding: 15px;
  /* transition: transform 0.3s ease-in-out; */
  text-align: center;
  object-fit:scale-down;
  /* background-size:inherit; */
  /* flex: 1 1 43%; */
  /* flex: 1 1 40%; */
}

.service-item-logo2 img {
  max-width: 60vw;
}


/* footer {
  background-color: black;
  color: white;
  padding: 5px 0;
  position: relative;
  bottom: 0;
  width: 100%;
  todo
} */

footer {
  background-color: black;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-section {
  margin: 10px;
  flex: 1 1 30%;
}

.footer-section h3 {
  color: #c7c7c7;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3498db;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  overflow: hidden; /* Ensure the image fits within the circle */
}

.social-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer p {
  font-size: 14px;
  margin-top: 20px;
}


/* Media query for mobile */
@media (max-width: 768px) {
  .neocontainer {
    width: 100%;
  }

  /* .site-header {
    max-width: 110%;
  } */

  /* header {
    padding: 10px 0;
  } */

  /* .menu-icon {
    display: block;
    font-size: 1.5rem;
  } */

  /* nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background-color: #000000;
    z-index: 1;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  }

  nav ul.open {
    display: flex;
  }

  nav ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  nav ul li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #333333;
  }

  nav ul li:last-child a {
    border-bottom: none;
  }

  nav ul li:hover .dropdown {
    display: block;
    position: static;
    width: auto;
    box-shadow: none;
    background-color: transparent;
  } */

  header {
    font-size: 0.84rem;
  }

  .site-header {
    flex-direction: column;
    padding: 1rem 0rem;
  }

  /* .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background-color: black;
  } */
  

  .nav-link {
    /* color: white; */
    /* text-decoration: none; */
    padding: 0.5rem 0.3rem;
    /* flex: 1 1 1px; */
    /* display: block; */
  }

  /* nav {
    width: 100vw;
  } */

  .service-item {
    /* width: 100%; */
    /* margin: 20px;
    padding: 15px;
    background-color: #ffffff; /* White service item background */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); Subtle shadow */
    /* transition: transform 0.3s ease-in-out; */
    flex: 1 1 45%;
  }

  /* .redp {
    color: red;
    display: block;
  } */
  

  /* footer {
    font-size: 0.5rem;
  } */

  /* .flexcon { */
    /* display: flex; */
    /* flex: 1 1 45%; */
    /* width:50vw */

    /* flex-wrap: wrap; */
    /* flex-flow: row; */
    /* flex-direction: row; */
    /* flex-direction: column; */
    /* max-width: 50vw; */
    /* image */
    /* margin-left: 120px; */
    /* margin-right: 120px; */
  /* } */
  

  
}
