.back-top:hover,
.newsletter-btn:hover {
    background: #ea6500
}

.footer-deco,
img.footer_img,
img.footer_img_bootom {
    pointer-events: none;
    position: absolute
}

.newsletter-section {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -115px;
    z-index: 2
}

.newsletter-card {
    background: #ff8f36;
    border-radius: 0 190px;
    padding: 50px 100px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 874px
}

.newsletter-title {
    font-size: 32px;
    font-weight: 700;
    color: #181c1e;
    line-height: 1.3
}

.newsletter-sub {
    font-size: 14px;
    color: #181c1e;
    margin-top: 10px;
    margin-bottom: 0
}

.newsletter-form {
    display: flex;
    align-items: center;
    background: #f8f9FBCC;
    border-radius: 100px;
    padding: 14px 28px;
    width: 100%;
    gap: 9px;
    margin-top: 23px
}

.newsletter-form input {
    border: none;
    outline: 0;
    flex: 1;
    font-size: 14px;
    color: #181c1e;
    background: 0 0
}

.newsletter-form input::placeholder {
    color: #4F585D
}

.newsletter-btn {
    background: #181c1e;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background .2s;
    flex-shrink: 0
}

.contact-item,
.social-icons a {
    align-items: center;
    display: flex
}

.main-footer {
    background: #181c1e;
    padding-top: 214px;
    position: relative;
    z-index: 1
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2
}

.footer-desc {
    color: #ccced0b3;
    font-size: 14px;
    line-height: 1.9;
    margin-top: 20px;
    max-width: 260px;
    margin-bottom: 0
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 70px
}

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ccced0;
    justify-content: center;
    color: #ccced0;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .2s, border-color .2s, color .2s
}

img.PUIUX-logo,
img.footer_logo {
    height: auto;
    object-fit: contain
}

.social-icons a:hover {
    background: #ff8f36;
    border: 1px solid #ff8f36;
    color: #fff
}

.footer-heading {
    font-size: 18px;
    font-weight: 500;
    color: #f8f9fb;
    margin-bottom: 30px
}

.contact-item,
.footer-bottom .copy,
.footer-links a {
    color: #ccced0b3;
    font-size: 14px
}

.footer-links {
    list-style: none;
    padding: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer-links a {
    text-decoration: none;
    transition: color .2s
}

.footer-links a:hover {
    color: #ff8f36
}

.contact-item {
    gap: 10px;
    margin-bottom: 14px
}

.contact-item i {
    width: 16px;
    text-align: center
}

.footer-bottom {
    border-top: 1px solid #1e1e1e;
    margin-top: 40px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-bottom .copy {
    margin: 0
}

.footer-bottom .copy span {
    color: #ff8f36;
    font-weight: 700
}

.footer-bottom .brand-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: .8rem
}

.back-top svg {
    max-width: 52%;
}

.back-top {
    padding: 14px;
    position: absolute;
    left: 30px;
    top: 10%;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #ff8f36;
    color: #181c1e;
    border: none;
    font-size: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(249, 115, 22, .4);
    transition: transform .2s, opacity .3s, background .2s
}

.back-top:hover {
    transform: translateY(-3px)
}

.footer-deco {
    left: -20px;
    top: -40px;
    width: 230px;
    opacity: .08
}

img.PUIUX-logo {
    width: 105px
}

img.footer_logo {
    width: 110px;
    max-height: 94px
}

img.footer_img {
    left: -13px;
    top: -425px;
    width: 20%;
    height: 793px;
    object-fit: contain;
    max-width: 474.5px
}

img.footer_img_bootom {
    left: 0;
    bottom: 0;
    width: 471px;
    height: 324px;
    object-fit: contain
}