/* Start custom CSS for html, class: .elementor-element-34e358d */#ahm-contact .ahm-info-grid{
  display:flex!important;
  flex-direction:column!important;
  gap:20px!important;
  margin-bottom:24px!important;
}

#ahm-contact .ahm-info{
  width:100%!important;
  max-width:100%!important;
  min-height:110px!important;
}

#ahm-contact .ahm-info:nth-child(4){
  display:none!important;
}

/* =========================
   FOOTER
========================= */

.ahm-footer{
  background:#2f8736;
  color:#fff;
  padding:70px 20px 25px;
}

.ahm-footer-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:60px;
  align-items:start;
}

/* =========================
   LOGO
========================= */

.ahm-brand{
  display:block;
  margin-bottom:25px;
}

.ahm-footer-logo{
  width:140px !important;
  max-width:140px !important;
  height:auto !important;
  display:block;
}

/* =========================
   TEXT
========================= */

.ahm-footer p{
  color:rgba(255,255,255,.9);
  line-height:1.9;
  margin:0;
  font-size:17px;
}

.ahm-footer h4{
  color:#fff;
  font-size:18px;
  margin:0 0 24px;
  font-weight:700;
}

.ahm-footer a{
  color:rgba(255,255,255,.9);
  text-decoration:none;
  transition:.3s;
}

.ahm-footer a:hover{
  color:#d9ffd9;
}

/* =========================
   SOCIALS
========================= */

.ahm-socials{
  display:flex;
  gap:14px;
  margin-top:30px;
}

.ahm-socials a{
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s;
}

.ahm-socials a:hover{
  background:#fff;
  color:#2f8736;
}

/* =========================
   COPYRIGHT
========================= */

.ahm-copy{
  max-width:1200px;
  margin:50px auto 0;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,.15);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.ahm-copy p{
  margin:0;
  font-size:14px;
}

.ahm-copy span{
  display:flex;
  gap:20px;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

  .ahm-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:40px;
  }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .ahm-footer{
    padding:60px 20px 25px;
  }

  .ahm-footer-grid{
    grid-template-columns:1fr;
    gap:35px;
  }

  .ahm-footer-logo{
    width:100px !important;
    max-width:100px !important;
  }

  .ahm-copy{
    flex-direction:column;
    text-align:center;
  }

  .ahm-copy span{
    justify-content:center;
  }

}
/* LOGO HEADER */
.ahm-header-logo{
  height:95px !important;
  width:auto !important;
  max-height:95px !important;
  display:block;
  transition:.3s ease;
}

/* SAAT SCROLL */
#ahm-header.scrolled{
  background:#fff;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
}

#ahm-header.scrolled .ahm-nav{
  padding:10px 20px !important;
}

#ahm-header.scrolled .ahm-header-logo{
  height:80px !important;
  max-height:80px !important;
}/* End custom CSS */