.elementor-3218 .elementor-element.elementor-element-d4003d8 > .elementor-shape-top .elementor-shape-fill{fill:#FFFFFF;}.elementor-3218 .elementor-element.elementor-element-d4003d8 > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-3218 .elementor-element.elementor-element-4ee0c01{width:100%;max-width:100%;}.elementor-3218 .elementor-element.elementor-element-4ee0c01 > .elementor-widget-container{margin:0px -12px -10px -12px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4ee0c01 */:root {
  --footer-bg: #111315;
  --footer-card: #181b1f;
  --footer-border: rgba(255, 255, 255, 0.08);
  --footer-text: #1a1a1a;
  --footer-muted: #9e9e9e;
  --primary: #ea2d35;
}

.classic-footer {
  position: relative;
  background:
    radial-gradient(
      circle at bottom left,
      rgba(234, 45, 53, 0.08),
      transparent 25%
    ),
    var(--footer-bg);
  padding-top: 55px;
  color: #fff;
}

.footer-top-contact {
  max-width: 1200px;
  margin: 0px auto 40px;
  z-index: 3;
  padding: 10px 40px;

  border-radius: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;

  background: rgba(255, 255, 255, 0.04);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact-text h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.footer-call-btn {
  background: linear-gradient(135deg, #ea2d35, #ff4f58);

  color: #fff;
  text-decoration: none;

  padding: 12px 34px;

  border-radius: 7px;

  font-weight: 700;

  transition: 0.3s;
}

.footer-call-btn:hover {
  transform: translateY(-4px);
    color: #fff;
  box-shadow: 0 15px 30px rgba(234, 45, 53, 0.35);
}

.footer-content {
  max-width: 1200px;
  margin: auto;

  display: grid;

  grid-template-columns:
    2fr
    1fr
    1fr
    1.2fr;

  gap: 65px;

  padding: 0 20px 80px;
}
.footer-brand{
  background-color: #EEEE;
  border-radius: 10px;
  padding: 8px 20px;
}
.footer-brand p {
  color: var(--footer-text);
  line-height: 2;
}

.footer-brand-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  width: 70px;
}

.footer-label {
  width: 150px;
}

.footer-content h4 {
  color: #fff;
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
}

.footer-content h4::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: -10px;

  width: 45px;
  height: 3px;

  background: var(--primary);

  border-radius: 10px;
}

.footer-links a {
  display: block;

  color: var(--footer-muted);

  text-decoration: none;

  margin-bottom: 14px;

  transition: 0.25s;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(-6px);
}


.footer-bottom {
  max-width: 1200px;
  margin: auto;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  padding: 20px 0px;

  display: flex;
  justify-content: center;
  align-items: center;
}


.footer-copyright {
  color: #999;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-top-contact {
    flex-direction: column;
    text-align: center;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
    .classic-footer{
        padding: 70px 12px;
    }
  .footer-content {
      gap: 35px;
    grid-template-columns: 1fr;
  }

  .footer-contact-text h3 {
    font-size: 24px;
  }

  .footer-top-contact {
    margin: -40px 15px 50px;
    padding: 25px;
  }

  .footer-call-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */