body {
  margin: 120px 0 0 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}
header {
  background: #000000;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
}

header section {
  position: relative;
}

main {
  margin: 0px;
  padding-top: 0px;
}

main section {
  margin-top: 0px;
  padding-top: 0px;
}

#Poza2 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: auto;
  margin-top: 0px;
}
.TextCentrat {
  position: absolute;
  right: 0;
  top: 8px;
  text-align: center;
}

.TextCentrat h1 {
  margin: 0;
  padding: 0;
}

.TextCentrat p {
  margin: 0;
  padding: 0px 4px;
}

section {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
h1, h2 {
  color: #035cb6;
}
.services {
  margin-bottom: 10px;
}
footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}
.sectiune {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
#Poza1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}

.TelHeader {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.TelHeader:hover {
  text-decoration: underline;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Flex layout */

.container {
  display: flex;
  gap: 1rem; /* space between boxes */
  flex-wrap: wrap; /* allow wrapping when needed */
}

.box {
  flex: 1; /* equal width */
  min-width: 300px; /* allows it to shrink but not too small */
  padding: 1rem;
  box-sizing: border-box;
}

/* Optional: tweak stacking point */
@media (max-width: 680px) {
  .container {
    flex-direction: column;
  }
}
