.logo-footer img {
  max-width: 25.5rem;
  height: 5rem;
}
.gap-icon{
  gap: 1.2rem;
}

.condition li {
  padding-right: 0.8rem;
  border-right: 0.1rem solid var(--clr-white);
  text-align: center;
}
.condition li:last-child {
  border-right: 0;
}
.condition a {
  color: var(--clr-white);
}

@media (max-width: 1199px) {
  .condition {
    margin-top: 1.6rem;
  }
  .copy-right {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .company {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .logo-footer img {
    max-width: 20.5rem;
    height: 4rem;
  }
  .condition {
    flex-direction: column;
  }
  .condition li {
    border-right: 0;
  }
  .address {
    flex-direction: column;
  }
  .company,
  .address {
    gap: 1.2rem;
  }
  .address {
    width: 100%;
    text-align: center;
  }
  .address > * {
    width: 100%;
  }
}
/* Modal Line */
.rounded-box-black {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  border-radius: var(--Spacing-spacing-2, 8px);
  gap: var(--Spacing-spacing-1, 4px);
  background: #39CD00;
  height: 40px;
  box-sizing: border-box;
}

a:hover .rounded-box-black {
  background: #2FA200;
  border-radius: var(--Spacing-spacing-2, 8px);
}

.modal-center-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-background-line {
  width: 383px;
  height: 369px;
}

.box1-line {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.box1-line a {
  width: 237px;
  height: 48px;
}

.box1-line p {
  color: #A29292;
}

.boximageline {
  width: 70px;
  height: 70px;
  background-color: #06C755;
  border-radius: 10px;
}

.body-line {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
}

.custom-modal-header-line {
  display: flex;
  flex-direction: column;
  height: 30px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.button-close-line {
  position: absolute;
  right: 10px;
  top: 8px;
}

.custom-header-box-line {
  flex: 1;
  border-radius: 7px 7px 0 0;
  width: 100%;
}

.box1-line .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box1-line .content p {
  font-size: 18px;
  margin-left: 10px;
  color: #fff;
}

.icon-user-line-modal {
  width: 18px;
  height: 20px;
}

.icon-building-line-modal {
  width: 20px;
  height: 20px;
}
/* EndModal Line */
