footer {
  overflow: hidden;
  margin: 0 20px 20px;
  border-radius: 5px;
  background-color: #066f9e;
  color: #fff;
  position: relative;
}
footer .footer-cta {
  background: linear-gradient(135deg, rgba(128, 185, 39, 0.12) 0%, rgba(6, 111, 158, 0.08) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem 0;
}
footer .footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  footer .footer-cta__inner {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.25rem;
}
footer .footer-cta__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}
footer .footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .footer-cta__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
}
footer .footer-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #80b927;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}
footer .footer-cta__btn i {
  font-size: 0.85rem;
  transition: transform 0.3s;
}
footer .footer-cta__btn:hover {
  background: #6ea021;
  color: #fff;
}
footer .footer-cta__btn:hover i {
  transform: translateX(3px);
}
footer .footer-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s;
}
footer .footer-cta__phone i {
  font-size: 1rem;
}
footer .footer-cta__phone:hover {
  color: #fff;
}
footer .footer-main {
  padding: 3rem 0;
}
footer .footer-brand {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-brand {
    margin-bottom: 0;
  }
}
footer .footer-brand__desc {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 1rem 0;
  max-width: 300px;
}
footer .footer-logo {
  height: 32px;
  width: auto;
}
footer .footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
footer .footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
}
footer .footer-social__link:hover {
  border-color: #80b927;
  color: #80b927;
  background: rgba(128, 185, 39, 0.1);
}
footer .footer-col__list--contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.3rem 0;
}
footer .footer-col__list--contact li i {
  color: #80b927;
  font-size: 0.9rem;
  margin-top: 6px;
  flex-shrink: 0;
}
footer .footer-col__list--contact li span,
footer .footer-col__list--contact li a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  line-height: 1.6;
  text-decoration: none;
}
footer .footer-col__list--contact li a:hover {
  color: var(--pbmit-green-color, #80b927);
}
footer .footer-hero {
  position: relative;
  padding: 6rem 0 4rem;
  overflow: hidden;
}
footer .footer-hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  footer .footer-hero__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-hero__left {
  flex: 1;
}
footer .footer-hero__right {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .footer-hero__right {
    width: 100%;
  }
}
footer .footer-hero__title {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 2rem;
  letter-spacing: -0.02em;
}
footer .footer-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  transition: all 0.4s ease;
}
footer .footer-hero__btn i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
footer .footer-hero__btn:hover {
  background-color: var(--pbmit-green-color, #80b927);
  border-color: var(--pbmit-green-color, #80b927);
  color: #fff;
}
footer .footer-hero__btn:hover i {
  transform: translateX(4px);
}
footer .footer-hero__social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  footer .footer-hero__social {
    flex-direction: row;
  }
}
footer .footer-hero__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
footer .footer-hero__social-link i {
  font-size: 1rem;
}
footer .footer-hero__social-link:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .footer-hero__blob {
  position: absolute;
  top: -20%;
  right: -5%;
  width: 50%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(6, 111, 158, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}
footer .footer-columns {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3rem 0;
}
footer .footer-info {
  display: flex;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 767px) {
  footer .footer-info {
    flex-direction: column;
  }
}
footer .footer-info__block {
  flex: 1;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  footer .footer-info__block {
    padding: 1.5rem;
  }
}
footer .footer-info__sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  align-self: stretch;
}
@media (max-width: 767px) {
  footer .footer-info__sep {
    width: auto;
    height: 1px;
    margin: 0 1.5rem;
  }
}
footer .footer-info__label {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
footer .footer-info__text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.7;
}
footer .footer-info__text p a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-info__text p a:hover {
  color: var(--pbmit-green-color, #80b927);
}
footer .footer-info__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--pbmit-green-color, #80b927);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
footer .footer-info__link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
footer .footer-info__link:hover {
  color: #fff;
}
footer .footer-info__link:hover i {
  transform: translate(2px, -2px);
}
footer .footer-col {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-col {
    margin-bottom: 0;
  }
}
footer .footer-col__title {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
footer .footer-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-col__list li a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-block;
  padding: 0.2rem 0;
  transition: color 0.3s ease;
}
footer .footer-col__list li a:hover {
  color: var(--pbmit-green-color, #80b927);
}
footer .footer-bottom {
  padding: 0 0 2rem;
}
footer .footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
  footer .footer-bottom__inner {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .footer-bottom__links {
  display: flex;
  gap: 1.5rem;
}
footer .footer-bottom__links a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.3s ease;
}
footer .footer-bottom__links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-bottom__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer .footer-bottom__copy {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
}
footer .bloop {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  padding: 3px 7px 5px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}
footer .bloop img {
  width: 30px;
  opacity: 0.3;
  filter: brightness(0) invert(1);
}
footer .bloop:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
footer .bloop:hover img {
  opacity: 0.7;
}
@media (max-width: 768px) {
  footer {
    margin: 0 10px 10px;
  }
  footer .footer-hero {
    padding: 4rem 0 2.5rem;
  }
  footer .footer-hero__blob {
    display: none;
  }
  footer .footer-columns {
    padding: 2rem 0;
  }
}
