footer {
    margin: 80px 0 0px 0;
    position: relative;
}

.ftg-mail h2 {
    color: #FAC744;
    font-size: 25px;

    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: -15px 0 0px -79px;
}

.ftg-mail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

footer.footer-main h3 {
    color: #1C1C1C;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

footer.footer-main p {
    color: #666;

    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.round-1 {
    border-radius: 1114px;
    opacity: 0.8;
    background: #FFEFB5;
    filter: blur(100px);
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0%;
}

.round-2 {
    border-radius: 1114px;
    opacity: 0.8;
    background: #FFEFB5;
    filter: blur(100px);
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0%;
}

.images-round {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-content: center;
    z-index: -1;
}

.row-display {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #1111112b;
    padding-bottom: 74px;
}

.acm-ftr-bottom {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

footer.footer-main .acm-ftr-bottom h3 {
    color: rgba(0, 0, 0, 0.60);

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

footer.footer-main p {
    color: #111;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.ftr-logo p {
    margin-top: 38px;
}

.messageBox {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.35);
}

.messageBox:focus-within {
    border: 1px solid rgb(110, 110, 110);
}

.tooltip {
    position: absolute;
    top: -40px;
    display: none;
    opacity: 0;
    color: white;
    font-size: 10px;
    text-wrap: nowrap;
    background-color: #000;
    padding: 6px 10px;
    border: 1px solid #3c3c3c;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.596);
    transition: all 0.3s;
}

#messageInput {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    padding-left: 0;
}

#messageInput:focus~#sendButton svg path,
#messageInput:valid~#sendButton svg path {
    fill: #3c3c3c;
    stroke: white;
}

#sendButton {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    transition: all 0.3s;
}

#sendButton svg {
    height: 18px;
    transition: all 0.3s;
}

#sendButton svg path {
    transition: all 0.3s;
}

#sendButton:hover svg path {
    fill: #3c3c3c;
    stroke: white;
}

.row.acm-ftr-bottom h3 {
    padding-bottom: 7px;
}

.row.acm-ftr-bottom ul li {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    letter-spacing: 0.5px;
    padding: 0 20px 0 0px;
}

.row.acm-ftr-bottom ul li a {
    text-decoration: none;
}

.row.acm-ftr-bottom ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.social-links a {
    text-decoration: none;
    padding: 0 15px 0 0;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
}

.copy-right p {
    color: #111;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
}