body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f7f7f7;
  color: #222;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background: #fff;
  border: none !important;
  position: sticky;
  top: 0;
  z-index: 1000;

}

.work-zone {
  font-size: 14px;
  color: #555;
}

nav {
  display: flex;
  gap: 15px;
}

.nav-link {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.lang button {
  margin-left: 8px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.hero {
  padding: 60px 30px;
  text-align: center;
  background: #fff;
}

.hero-buttons {
  margin-top: 20px;
}

.btn {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 20px;
  text-decoration: none;
  background: #007bff;
  color: #fff;
  border-radius: 5px;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 40px 30px;
  gap: 20px;
}

.feature {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  width: 30%;
  text-align: center;
}

.page-title {
  padding: 40px 30px;
  background: #fff;
  text-align: center;
}

.service-list,
.b2b-list,
.emergency-list,
.about-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
  justify-content: center;
}

.service, .b2b-item, .emergency-item, .about-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  width: 45%;
}

.cta {
  padding: 30px;
  text-align: center;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
}

.info-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.contact-form {
  background: #fff;
  padding: 30px;
  margin: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.contact-form button {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

footer {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.nav-link.active {
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 4px;
}
@media (max-width: 768px) {

  header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .features {
    flex-direction: column;
    padding: 20px;
  }

  .feature {
    width: 100%;
  }

  .service,
  .b2b-item,
  .emergency-item,
  .about-item {
    width: 100%;
  }

  .contact-info {
    flex-direction: column;
    gap: 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .btn {
    display: block;
    margin: 10px auto;
    width: 80%;
  }
}

/* === New dark header over slider === */
header {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

header img {
  background: transparent !important;
  box-shadow: none;
  height: 110px;   /* пробвай 110 или 120 */
  width: auto;
  background: transparent !important;
}


header nav a,
.lang-switch a {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 1px;
}

header nav a:hover,
.lang-switch a:hover {
  color: #ffd000 !important;
}
nav a { color:#fff !important; }
html, body {
  overflow-x: hidden;
}
header img {
  background: transparent !important;
  box-shadow: none;
}
header {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.site-logo {
  height: 80px;   /* можеш и 140px ако искаш по-голямо */
  width: auto;
  background: transparent;
  display: block;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  /*padding: 25px 0px;*/
  background: transparent !important;
  border: none !important;
}

.logo-link {
  display: flex;
  align-items: center;
 margin-left: 60px;
}

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*display: flex;*/
  /*gap: 28px;*/
}

.main-nav a {
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-nav a:hover {
  color: #ffd000 !important;
}

.right-zone {
  position: absolute;
  right: 60px;
  display: flex;
  align-items: center;
  
}

.phone {
  margin-right: 80px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 20px;
  text-decoration: none;
}
.phone:hover {
  color: #ffd000;
}
.lang-switch a {
  color: #fff !important;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 600;    /*po iasni*/
  font-size: 13px;
  letter-spacing: 1.2px;
}

.lang-switch a:hover {
  color: #ffd000 !important;
}

