.footer {
    width: 100%;
    background-color: #fff;
    padding: 19px 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #000;
    position: relative;
    overflow: hidden;
}

.footer .frame-parent {
    max-width: 1444px;
    margin: 0 auto;
    border-top: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.footer-logo {
    width: 193px;
    height: 55px;
    /*background-color: #d9d9d9;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 79px;
    box-sizing: border-box;
}

.logo {
    font-weight: 600;
    position: relative;
}

.footer-logo-parent {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 16px;
    color: #545454;
}

.footer-description {
    display: flex;
    justify-content: center;
    max-width: 300px;
    padding: 8px 0;
}

.footer-address {
    margin: 0;
}

.footer-address-container {
    font-weight: 400;
    line-height: 25px;
}

.email, .phone {
    display: flex;
    align-items: center;
    gap: 7px;
}

.email-address {
    line-height: 25px;
    color: #000;
    font-weight: 600;
}

.get-direction-button {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    gap: 14px;
    color: #101010;
    font-size: 16px;
    padding-top: 20px;
}

.arrow-icon {
    font-size: 30px;
    /*margin-left: 6px;*/
    color: #101010;
}

.social-footer-icons{
    display: flex;
    gap: 13px;
    margin-top: 20px;
}
.rotate-icon{
    transform: rotate(-45deg);
}

.arrow-top-icon {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #101010;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons {
    width: 43px;
    height: 43px;
    /*border-radius: 50%;*/
    padding: 8px;
    /*background-color: #f1f1f1;*/
    border: 1px solid #ddd;
    object-fit: contain;
    transition: all 0.3s ease;
}


.menus-parent {
    display: flex;
    gap: 156px;
    font-size: 22px;
}

.menus {
    display: flex;
    gap: 161px;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 202px;
}

.footer-menu-name {
    font-weight: 600;
}

.footer-menus {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 17px;
    color: #545454;
}

.footer-menus1 a {
    font-weight: 500;
    color: #545454;
    text-decoration: none;
}

.footer-menus1 a:hover {
    color: #000;
}

.newsletter-form-parent {
    width: 362px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 87px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.newsletter-form1 {
    display: flex;
    flex-direction: column;
    gap: 34px;
    font-size: 17px;
    color: #545454;
}

.sign-up-for {
    font-weight: 600;
}

.sign-up-to-container {
    line-height: 25px;
    font-weight: 500;
}

.subscribe-form {
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 8px 9px;
    height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscribe-form1 {
    display: flex;
    align-items: center;
    gap: 22px;
}

.subscribe-button {
    width: 152px;
    height: 50px;
    background-color: #121212;
    color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 34px;
    cursor: pointer;
}

.back-to-top {
    width: 51px;
    height: 51px;
    border-radius: 2px;
    cursor: pointer;
}
