@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
* {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  padding: 0;
  box-sizing: border-box;
}
nav {
  position: relative;
  z-index: 1000;
}
#mobileMenu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: white;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

#mobileMenu.open {
  max-height: 300px;
  opacity: 1;
}

#mobileMenu ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
}
.detailskimargin{
  margin-top: 100px;
}

#mobileMenu ul li {
  padding: 5px 0;
  border: none;
  font-weight: 600;
}
.km{
  margin-top: 120px;
}

.margin{
  margin-top: 150px ;
}
.ekormargin{
  margin-top: 100px;
}
.phirse{
  margin-top: 170px;
}
.hahah{
  margin-top: 240px;
}
@media (max-width: 576px) {
.margin{
  margin-top: 70px;
}
.hahah{
  margin-top:50px;
}

.input{
  width: 50%;
}
.ekormargin{
  margin-top: 70px;
}
.phirse{
  margin-top: 70px;
}
.km{
  margin-top: 50px;
}
.msc{
  padding-top: 50px;
}
}

header li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}
header li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  background-color: black;
  transition: transform 0.5s ease;
}
header li:hover::before {
  transform: scaleX(1);
}
.service-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 180px;
  display: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 6px;
}

.service-dropdown .dropdown-list li {
  padding: 8px 15px;
}

.service-dropdown .dropdown-list li:hover {
  background: #f1f1f1;
}

.service-dropdown:hover .dropdown-list {
  display: block;
}

.mobile-dropdown-list {
  display: none; /* hidden by default */
  padding-left: 15px;
}

.mobile-dropdown-list li {
  padding: 8px 0;
}

.mobile-dropdown-list li:hover {
  background: #f5f5f5;
}
.msc{
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width:1300px) {
.img{
  display: none;
}
}