.elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img{border-color:var( --e-global-color-primary );}.elementor-widget-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6591 .elementor-element.elementor-element-b84a2d9 .hfe-site-logo-container, .elementor-6591 .elementor-element.elementor-element-b84a2d9 .hfe-caption-width figcaption{text-align:center;}.elementor-6591 .elementor-element.elementor-element-b84a2d9 .hfe-site-logo .hfe-site-logo-container img{width:200px;}.elementor-6591 .elementor-element.elementor-element-b84a2d9 .widget-image-caption{margin-top:0px;margin-bottom:0px;}.elementor-6591 .elementor-element.elementor-element-b84a2d9 .hfe-site-logo-container .hfe-site-logo-img{border-style:none;}.elementor-6591 .elementor-element.elementor-element-77fb189{width:100%;max-width:100%;}@media(min-width:768px){.elementor-6591 .elementor-element.elementor-element-1f2d5d7{width:100%;}}@media(max-width:767px){.elementor-6591 .elementor-element.elementor-element-b84a2d9 .hfe-site-logo .hfe-site-logo-container img{width:200px;}}.footer-column h3 {
      font-size: 22px;
      font-weight: 700;
      color: #1f1f1f;
      margin-bottom: 20px;
    }

    .footer-column ul {
      list-style: none;
    }

    .footer-column ul li {
      margin-bottom: 14px;
      font-size: 18px;
      color: #555;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #555;
      transition: 0.3s;
    }

    .footer-column ul li a:hover {
      color: #2f6da8;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 15px;
      font-size: 18px;
      color: #555;
    }
    
    .number a{
        color: #555;
    }

    .contact-item i {
      color: #111;
      font-size: 26px;
      width: 30px;
    }
.footer-bottom {
  background: #3f6f9f;
  text-align: center;
  padding: 38px 8%;
  color: white;
}

.footer-bottom p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 1400px;
  margin: 0 auto 22px;
  font-weight: 500;
}

.footer-bottom a {
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 767px) {
    .footer-bottom p {
        font-size: 16px;
    }
}