html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial;
  background: #f7f7f7;
  color: #222;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 16px;
}

.container .logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
  font-weight: 700;
}

#despre .container {
  text-align: start !important;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  height: 40px;
}

.nav {
  font-weight: 700;
}

.nav a {
  margin-left: 16px;
  text-decoration: none;
  color: #222;
  transition: 0.15s ease;
}

.section_nav:hover {
  transform: translateY(-0.25rem);
}

.hero {
  position: relative;
  background: #2f2f2f url("assets/img/recycle.png") center center no-repeat;
  background-size: 30rem;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  padding: 5rem 0;
}

.btn {
  background: #000000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 10px;
}

#click_for_contact,
.btn.small {
  color: #fff;
  font-weight: 700;
  background-color: #000000;
  transition: 0.15s ease;
}

#click_for_contact
{
  color: #000;
  background-color: #fff;
}

#click_for_contact:hover {
  color: #fff;
  background-color: #000;
}

.btn.small {
  padding: 0.5rem 1.5rem;
  color: #fff;
}

.section {
  padding: 50px 0;
}

.section.alt {
  background: #fff;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.card {

  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  font-weight: 700;
  text-align: center;

  /* Background setup (Perfect IMG) */
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

  /* Design */
  color: #ffffff;
  border: 2px solid #999;
  -webkit-box-shadow: 0px 0px 15px 5px #000000;
  box-shadow: 0px 0px 15px 5px #000000;
}

.debarasari {
  background: url("assets/img/moloz_saci.jpg");
}

.transport {
  background: url("assets/img/transport.jpg");
}

.curatenie {
  background: url("assets/img/curatenie.jpg");
}

.basic,
.standard,
.pro {
  background-repeat: no-repeat !important;
  object-fit: fill !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 0 !important;
}

.basic {
  background: url("assets/img/bronse.jpg");
  -webkit-box-shadow: 0px 0px 15px 5px #6f4702;
  box-shadow: 0px 0px 15px 5px #6f4702;
}

.standard {
  background: url("assets//img/silver.jpg");
  -webkit-box-shadow: 0px 0px 15px 5px #606060;
  box-shadow: 0px 0px 15px 5px #606060;
}

.pro {
  background: url("assets//img/gold.jpg");
  -webkit-box-shadow: 0px 0px 15px 5px #e2c259;
  box-shadow: 0px 0px 15px 5px #e2c259;
}

.card.highlight {
  border-color: #2b6cb0;
}

.footer {
  text-align: center;
  padding: 20px;
  color: #666;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.contact-info i {
  font-size: 1.3rem;
  color: var(--accent);
  width: 25px;
}

.contact-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.contact-info {
  border: 2px solid #000;
  border-radius: 7px;
  padding: 2rem;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

input[type="text"],
input[type="tel"] {
  /* width: 10rem; */
  text-align: center;
  width: 100%;

}

textarea {
  width: 100%;

}

input[type="text"],
input[type="tel"],
textarea {
  padding: 0.5rem 0;
  border-radius: 7px;
}

/* ---------- RESPONSIVE: MOBILE ---------- */
@media (max-width: 768px) {

  header {
    padding: 14px 20px;
  }

  .logo {
    font-size: 22px;
  }

  nav ul {
    display: flex;
    gap: 14px;
    font-size: 16px;
  }
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .service-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .service-card p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 500px) 
{
  .header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .site-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}