#footer .logo {
  width: 280px;

  height: 45px;

  background-size: contain;

  display: block;

  text-indent: -9999px;

  background: url("./../../../img/logo-new-white.png") no-repeat;
  background-size: contain;
}

/* =========================



   FOOTER FINAL GRID LAYOUT



   ========================= */

#footer .container::before,
footer #copyright .container::before {
  display: none;
}

footer {
  background: radial-gradient(
    at bottom center,
    var(--color-secondary) 0%,
    #2387e3 100%
  );

  color: #fff;

  padding-top: 60px;
}

/* containerul principal */

#footer .container {
  max-width: 1400px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 500px repeat(3, 1fr);

  gap: 60px;

  align-items: flex-start;
}

/* anulăm moștenirile din bootstrap */

#footer [class*="col-"] {
  float: none !important;

  width: auto !important;

  margin: 0;

  text-align: left;
}

/* ===== Coloană logo ===== */

#footer .col-logo .logo {
  display: block;

  width: 300px;

  height: 70px;

  margin-bottom: 1.5rem;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left center;
}

#footer .col-logo {
  padding-right: 60px;
}

#footer .col-logo .motto img {
  border-radius: 15px;

  margin-top: 20px;

  max-width: 300px;
}

#footer .col-logo .motto p {
  font-weight: 400;

  font-size: 1.3rem;
}

#footer .col-logo .contact-details p {
  line-height: 1.6;

  margin-bottom: 1.5rem;

  color: rgba(255, 255, 255, 0.9);
}

#footer .col-contact .widget_text p {
  margin-top: 10px;
}

#footer .col-logo .motto {
  line-height: 1.55;

  font-style: italic;

  font-weight: 500;

  color: rgba(255, 255, 255, 0.9);
}

#footer .col-logo .motto p {
  color: rgba(255, 255, 255, 0.9);
}

/* ===== Coloanele info/contact ===== */

#footer .footer-title {
  font-weight: 600;

  font-size: 1.8rem;

  margin: 0 0 2.4rem !important;

  padding-bottom: 0.6rem;

  text-transform: unset;

  border-bottom: 0px;

  position: relative;

  color: #fff;
}

#footer .footer-title::before {
  content: "";

  position: absolute;

  bottom: -10px;

  /* exact deasupra border-ului alb */

  left: 0;

  width: 30px;

  /* lungimea barei */

  height: 1.6px;

  /* grosimea cerută */

  background-color: #ffffff70;

  border-radius: 3px;
}

#footer ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

#footer .nav li,
#footer .widget_block ul li {
  margin-bottom: 0.55rem;
}

#footer .nav a,
#footer .widget_block ul li a {
  color: rgba(255, 255, 255, 0.92);

  text-decoration: none;

  transition: 0.2s ease;
}

#footer .nav a:hover,
#footer .widget_block ul li a:hover {
  transform: translateX(2px);

  text-decoration: underline;

  opacity: 1;
}

/* ===== Coloana contact ===== */

#footer .col-contact .widget_block p {
  margin-bottom: 0.4rem;

  font-weight: 600;

  color: #fff;
}

#footer .col-contact ul li {
  margin-bottom: 0.3rem;
}

#footer .col-contact a[href^="tel:"] {
  position: relative;

  padding-left: 2.5rem;

  display: inline-block;

  color: #fff;

  text-decoration: none;
}

#footer .col-contact a[href^="tel:"]::before {
  content: "phone_in_talk";

  font-family: "Material Symbols Outlined";

  font-size: 1.8rem;

  position: absolute;

  left: 0;

  top: -2px;

  opacity: 1;

  font-weight: 200;
}

#footer .col-contact .adresa-footer li::before {
  content: "distance";

  font-family: "Material Symbols Outlined";

  font-size: 1.8rem;

  left: 0;

  top: 3px;

  opacity: 1;

  font-weight: 200;

  margin-right: 5px;

  position: relative;
}

/* ===== Copyright ===== */

#copyright {
  background: rgba(0, 0, 0, 0.05);

  padding: 18px 0;

  height: auto;

  line-height: 20px;
}

#copyright .container {
  max-width: 1400px;

  margin: 0 auto;

  display: inline-block;
}

#copyright p {
  margin: 0;

  color: rgba(255, 255, 255, 0.9);

  font-size: 1.2rem;

  width: auto;

  float: left;
}

.termeni-conditii-footer {
  width: auto;

  float: left;

  margin-left: 60px;
}

.termeni-conditii-footer .termeni-footer {
  display: flex;

  gap: 1.2rem;

  list-style: none;

  padding: 0;

  margin: 0;
}

.termeni-conditii-footer .termeni-footer a {
  color: rgba(255, 255, 255, 0.9);

  text-decoration: none;

  font-size: 1.2rem;

  transition: 0.2s ease;
}

.termeni-conditii-footer .termeni-footer a:hover {
  color: #fff;
}

/* ===== Buton top ===== */

footer .go-top {
  position: fixed;

  right: 1.5rem;

  bottom: 70px;

  width: 36px;

  height: 36px;

  border-radius: 14px;

  border: 0px;

  background-color: #fff;

  opacity: 1 !important;

  background-image: none;
}

footer .go-top::before {
  content: "keyboard_arrow_up";

  font-family: "Material Symbols Outlined";

  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;

  position: absolute;

  right: 33px;

  color: var(--color-primary);

  font-size: 30px;

  top: -2px;
}

.footer-col1-descriere p {
  color: #fff;
}

#footer h3 {
  font-size: 15px;

  font-weight: 300;

  margin: 0px;
}

.footer-col1-descriere hr {
  color: #ffffff50;
}

.footer-col1-descriere a {
  max-width: 300px;
}

.footer-col1-descriere img {
  border-radius: 15px;

  width: 100%;
}

/* ===== Responsive ===== */

@media (max-width: 1200px) {
  #copyright {
    padding-bottom: 60px;
  }
}

@media (max-width: 1100px) {
  #footer .container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  #footer .container {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  footer {
    padding-top: 0px;
  }

  #footer {
    padding: 55px 0 40px;
  }

  #copyright .container {
    flex-direction: column;

    align-items: flex-start;

    gap: 0.6rem;
  }

  .termeni-conditii-footer .termeni-footer {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 460px) {
  #footer .container {
    grid-template-columns: 1fr;

    gap: 0px;
  }

  #footer .col-logo .motto img {
    max-width: 210px;
  }

  #footer .footer-col1-descriere img {
    margin-bottom: 30px;
  }

  #footer .col-logo .logo {
    max-width: 210px;
  }

  .termeni-conditii-footer {
    margin-left: 0px;
  }

  #footer .col-logo {
    padding-right: 0px;
  }
}
