 /*------------------------------*/
/*-- Footer Contact ----------------*/
/*------------------------------*/
.footer_contact_section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.footer_contact_row {
  /* height: 300px */
  width: 50%;
  position: absolute;
  right: 0;
}
.footer_contact{
  width: 100%;
  padding-left: 0;
}
.footer_contact_inner{
  width: 50%;
}
/* @media (min-width:992px) {
  .footer_contact_row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
  }
} */

.footer_contact_icons {
  height: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: end;
}
.social_icon {
    position: relative;
    z-index: 999;
}
.social_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 180px;
    aspect-ratio: 1 / 1;
    
}
.social_icon.social_linkedin {
    background-color: var( --e-global-color-bd5df6d );
}
.social_icon.social_insta {
    background-color: var( --e-global-color-808f7f6 );
}

.ft_contacts {
    display: flex;
    /* align-items: center; */
    margin-bottom: 0px;
    flex-direction: column;
    gap: 5px;
}
.ft_contact_item {}
/* .ft_contact_item + .ft_contact_item {
    margin-left: 27px;
    padding-left: 27px;
    position: relative;
}
.ft_contact_item + .ft_contact_item::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50px;
    background: #20202926;
    left: -3px;
    top:50%;
    margin-top: -3px;
    position: absolute;
} */

.ft_contact_item a {
    text-decoration: underline;
    text-decoration-color: #2020291A;
}
.ft_contact_item a:hover{
  color: #202029;
}

@media (min-width:992px) {
  .footer_contact_icons {
    margin: 0 !important
  }
}

@media (max-width:991px) {
  

  .footer_contact p{
    font-size: 14px;
    line-height: 140%;
  }

  .ft_contacts{
    margin-top: 39px!important;
  }
  
}
@media screen and (max-width: 767px) {

  .footer_contact_section{
    padding: 0 0;
    flex-wrap: wrap;
  }
  .footer_contact{
    width: 100%;
    padding: 30px 16px 45px 16px;
  }
  .footer_contact_row{
    width: 100%;
  }
  
  .ft_contacts{
    margin-top: 24px!important;
  }
  /* .ft_contact_item + .ft_contact_item{
    margin-left: 26px;
    padding-left: 26px;
  } */

  .social_icon{
    width: 50%;
  }
  .social_icon a{
    min-width: 100%;
    aspect-ratio: inherit;
    min-height: 95px;
  }

  .footer_contact_row{
      position: static;
  }
  .footer_contact_inner{
      padding: 0 0 0!important;
      width: 100%;
  }
  .footer_contact{
      padding: 48px 0 ;
  }
}

