#footer .social-links .item {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#footer .social-links .item:hover {
  background: var(--main-blue);
  border-color: var(--main-blue);
}
#footer .lr-block-wrapper {
  gap: 32rem;
}
#footer .block-left {
  flex-grow: 1;
  flex: 2;
}
#footer .block-right {
  flex: 1;
}
/* menu links */
#footer .menu-links-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8.4rem;
}
#footer .head-item {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 112.99999999999999%;
  letter-spacing: -3%;
  text-transform: capitalize;
  padding-top: 1.3rem;
}

#footer .menu-links-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer .menu-links-item .menu-link-item {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -3%;
  color: #ffffff50;
}

#footer .email-link .e-text {
  --t-col: white;
}

/* localizations */
#footer .local-wrapper {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #00000010;
}
#footer .local-wrapper .heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 112.99999999999999%;
  letter-spacing: -5%;
  color: black;
  margin-bottom: 4rem;
}
#footer .local-wrapper .local-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 4rem;
  column-gap: 12rem;
}
#footer .local-wrapper .local-item{
    display: flex;
    flex-direction: column;
}
#footer .local-wrapper .local-item span{
    font-family: Inter;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: -5%;
    color: black;
}
#footer .local-wrapper .local-item span.info{
    color: #999999;
}
#footer .dog-localization .close-btn:hover{
    animation: closeHoverRotate 0.3s ease-in-out forwards;
}
@keyframes closeHoverRotate {
    0%{
        transform: rotate(-5deg);
    }
    50%{
        transform: rotate(5deg);
    }
    100%{
        transform: rotate(0deg);
    }    
}

#footer .pc-wrapper .icon-plus,
#footer .pc-wrapper .icon-minus{
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .mob-wrapper .menu-links-item-wrapper{
    gap: 0rem;
    padding: 3rem 0;
    border-bottom: 1px solid #ffffff20;
  }
  #footer .mob-wrapper .menu-links-item{
    overflow: hidden;
  }
  #footer .mob-wrapper .head-item{
    transition: all .3s ease;
  }
  #footer .mob-wrapper .head-item.active{
    margin-bottom: 3rem;
  }
  #footer .mob-wrapper .icon-plus,
  #footer .mob-wrapper .icon-minus{
    width: 2.4rem;
    height: 2.4rem;
    display: none;
    justify-content: center;
    align-items: center;
  }
  #footer .mob-wrapper .icon-plus{
    display: inline-flex;
  }
  #footer .mob-wrapper .head-item.active .icon-plus{
    display: none;
  }
  #footer .mob-wrapper .head-item.active .icon-minus{
    display: inline-flex;
  }
  #footer .mob-wrapper .head-item svg{
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  #footer .mob-wrapper .head-item{
    cursor: pointer;
    font-family: Inter;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 112.99999999999999%;
    letter-spacing: -3%;
    text-transform: capitalize;    
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #footer .mob-wrapper .menu-link-item{
    font-family: Inter;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 5.4rem;
    letter-spacing: -3%;
    color: #FFFFFF80;
  }
  #footer .mob-wrapper .menu-link-item:focus{
    color: #FFFFFF;
    text-decoration: underline;
  }
  /* dog */
  #footer .dog-localization .close-btn{
    top: 3rem;
    right: 4rem;
  }
  #footer .dog-localization .close-btn svg{
    --size:7rem;
    width: var(--size);
    height: var(--size);
  }
  #footer .dog-localization .heading{
    font-size: 6rem;
    margin-bottom: 7.7rem;
  }
  #footer .local-wrapper .heading{
    font-family: Inter;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 112.99999999999999%;
    letter-spacing: 0%;
    margin-bottom: 3rem;
  }
  #footer .local-wrapper .info{
    font-family: Inter;
font-weight: 600;
font-size: 2.4rem;
line-height: 100%;
letter-spacing: -3%;
color: #999999;
  }
  #footer .local-wrapper .local-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
    column-gap: 12rem;
  }
}

@media screen and (min-width: 768px){
  #footer .wrapper{
    height: 97vh;
  }
  #footer .local-wrapper-conainer{
    height: 57vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px){
  #footer .main-container{
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}

/* update v3 */
@media screen and (max-width: 767px){
  #footer .local-wrapper .local-item span.info{
    font-size: 2.4rem;
  }
  #footer .border-container .text{
    font-size: 2.4rem;
  }
  #footer .mob-wrapper .head-item{
    font-weight: 500;
  }
}