.elementor-107 .elementor-element.elementor-element-9f0b601{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-9a403cc */.acar-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 42px 70px 24px;
    overflow: hidden;
    background-image: url("https://acarfood.com/wp-content/uploads/2026/06/ChatGPT-Image-17-Haz-2026-00_24_50.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    
  }

  .acar-footer-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 0.8fr 1fr;
    gap: 52px;
    align-items: start;
  }

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

  .footer-logo-box {
    width: 155px;
    height: 155px;
    flex: 0 0 155px;
    overflow: hidden;
    border: 1px solid rgba(213, 181, 100, 0.45);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  }

  .footer-logo-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .footer-brand-text h2,
  .footer-column h3 {
    margin: 0 0 20px;
    
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #f1ead8;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  }

  .footer-brand-text p {
    margin: 0;
    
    font-size: 15px;
    color: rgba(241, 234, 216, 0.82);
  }

  .footer-column {
    min-height: 285px;
    padding-left: 52px;
    border-left: 1px solid rgba(219, 200, 150, 0.22);
  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 21px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    border: 1px solid rgba(212, 185, 111, 0.38);
    background: rgba(212, 185, 111, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #dfbd72;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .contact-item span {
    display: block;
    margin-bottom: 4px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: rgba(241, 234, 216, 0.9);
  }

  .contact-item p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(241, 234, 216, 0.72);
  }

  .footer-links a {
    height: 46px;
    border-bottom: 1px solid rgba(219, 200, 150, 0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: rgba(241, 234, 216, 0.82);
    text-decoration: none;
    transition: 0.3s ease;
  }

  .footer-links a:hover {
    color: #dfbd72;
    padding-left: 7px;
  }

  .footer-links a span {
    font-size: 34px;
    font-weight: 200;
    line-height: 1;
  }

  .footer-bottom {
    position: relative;
    z-index: 2;
    margin: 36px auto 0;
    padding-top: 21px;
    border-top: 1px solid rgba(212, 185, 111, 0.35);
    text-align: center;
  }

  .footer-bottom p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: rgba(241, 234, 216, 0.72);
  }

  @media (max-width: 1200px) {
    .acar-footer {
      padding: 38px 24px 22px;
    }

    .acar-footer-inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .footer-column {
      min-height: auto;
      padding-left: 0;
      padding-top: 28px;
      border-left: 0;
      border-top: 1px solid rgba(219, 200, 150, 0.22);
    }
  }

  @media (max-width: 640px) {
    .footer-brand {
      flex-direction: column;
      align-items: flex-start;
    }

    .footer-logo-box {
      width: 135px;
      height: 135px;
      flex-basis: 135px;
    }

    .footer-brand-text h2,
    .footer-column h3 {
      font-size: 23px;
    }

    .footer-brand-text p,
    .contact-item span,
    .contact-item p,
    .footer-links a,
    .footer-bottom p {
      font-size: 14px;
    }
  }/* End custom CSS */