.site-footer {
    position: relative;
    z-index: 9;
    color: var(--white);
    overflow: hidden;
}

.site-footer-section {
    background-color: var(--sky-blue-color);
}

/* Renew Policy Section */
.renew-policy-section-wrapper {
    background-size: auto calc(100% - 68px);
    background-position: right bottom;
    position: relative;
}

.renew-policy-section-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 68px);
    background: rgb(238, 104, 35);
    background: linear-gradient(84deg, rgba(238, 104, 35, 1) 40%, rgba(238, 104, 35, 0.15) 100%);
}

.renew-policy-section-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    min-height: 395px;
}

.renew-policy-section-wrapper .left-block {
    width: 65%;
    padding-left: 78px;
    padding-right: 15px;
    display: flex;
}

.renew-policy-section-wrapper .left-block-inner {
    margin-top: auto;
    padding-bottom: 60px;
}

.renew-policy-section-wrapper .left-block .renew-heading {
    margin-bottom: 20px;
    color: var(--white);
    font-family: var(--primary-font);
}

.renew-policy-section-wrapper .left-block .description {
    font-weight: 600;
}

.renew-policy-section-wrapper .left-block .renew-link-wrap {
    margin-top: 32px;
}

.renew-policy-section-wrapper .right-block {
    width: 35%;
    display: flex;
}

.renew-policy-section-wrapper .right-block .right-image {
    /* position: relative;
    max-height: 395px; */
    margin-top: auto;
    margin-left: auto;
}

/* .renew-policy-section-wrapper .right-block .right-image .image {
    height: 100%;
    width: 100%;
    max-width: 577px;
    object-fit: contain;
    margin-left: auto;
} */
/* /Renew Policy Section */

.site-footer .site-footer-section:after {
    content: "";
    background-image: url('../images/footer-bg.png');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 173px);
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 50px 50px 0px 0px;
}

.site-footer .site-footer-section:before {
    content: "";
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 173px);
    border-radius: 50px 50px 0px 0px;
    z-index: 1;
}

.site-footer .site-footer-section.site-footer-section-update:before {
    height: 100%;
}
.site-footer .renew-policy-section {
    position: relative;
    z-index: 2;
}

.site-footer-row-main {
    /* background-color: var(--primary-color); */
    position: relative;
    z-index: 2;
}

.site-footer .site-footer-section .site-footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 70px;
    row-gap: 40px;
}


.site-footer .site-footer-item.footer-column-one {
    width: 31.6%;
    padding-right: 15px;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner {
    max-width: 337px;
}

.site-footer .site-footer-item.footer-column-two {
    width: 36.4%;
    padding-right: 15px;
}

/* .site-footer .site-footer-item.footer-column-two .site-footer-item-inner {
    max-width: 409px;
} */

.site-footer .site-footer-item.footer-column-three {
    width: 32%;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner {
    background-color: var(--primary-dark-color);
    padding: 22px 30px 30px;
    padding: 0;
    background: transparent;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block {
    text-align: right;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-logo img {
    max-width: 248px;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-infomration {
    margin-bottom: 27px;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-infomration p,
.site-footer .site-footer-section .site-footer-row .site-footer-item .follow-us-text p {
    font-size: var(--font-16);
    line-height: 1.75;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner .footer-heading {
    font-weight: 600;
    margin-bottom: 13px;
    font-size: var(--font-24);
    line-height: 1.36;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner .social-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner .social-media-list .social-media-list-item {
    line-height: 1;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner .social-media-list .social-link {
    display: block;
    opacity: 1;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner .social-media-list .social-link svg g {
    transition: all .5s ease-in-out;
}

.site-footer .site-footer-item.footer-column-one .site-footer-item-inner .social-media-list .social-link:hover svg g {
    opacity: 1;
}

.site-footer .site-footer-item.footer-column-two .site-footer-item-inner .footer-heading {
    font-weight: 600;
    margin-bottom: 44px;
    font-size: var(--font-24);
    line-height: 1.36;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-menu-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-menu-item li {
    display: block;
    line-height: normal;
    margin-bottom: 38px;
    margin-top: 0;
    width: calc(50% - 10px);
    padding-left: 0;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-menu-item li:last-child {
    margin-bottom: 0;
    width: 100%;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-menu-item li:before {
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--white);
    display: none;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-menu-item li a {
    color: var(--white);
    line-height: normal;
    text-decoration: none;
    font-weight: 400;
}

.site-footer .site-footer-section .site-footer-row .site-footer-item .footer-menu-item li a:hover {
    color: var(--secondary-color);
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-heading {
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 26px;
    font-size: var(--font-24);
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-heading strong {
    font-weight: 600;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block p {
    line-height: 1.4;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block .heading-group {
    margin-bottom: 30px;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block .wpcf7-email {
    background-color: var(--white);
    border-radius: 0;
    border: none;
    height: 60px;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block .wpcf7-email {
    background-image: url('../images/envelope-icon.svg');
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: 22px 17px;
    padding: 20px 20px 18px;
    margin-bottom: 15px;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block .wpcf7-email::placeholder {
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--primary-color);
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block .wpcf7-email::placeholder {
    color: var(--grey-color);
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block form p {
    margin-bottom: 0;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block form .wpcf7-submit {
    border: none;
    cursor: pointer;
}

.site-footer .site-footer-item.footer-column-three .site-footer-item-inner .footer-newsletter-block form .wpcf7-spinner {
    display: none;
}

.site-footer .site-footer-section .footer-bottom {
    position: relative;
    z-index: 2;
    background-color: var(--green-color);
}

.site-footer .site-footer-section .copyright-row {
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: var(--font-16);
    padding: 34px 0;
    width: 100%;
    border-radius: 10px;
    line-height: 1.367;
}

.site-footer .site-footer-section .copyright-row ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.site-footer .site-footer-section .copyright-row ul li {
    margin: 0;
    padding: 0;
}

.site-footer .site-footer-section .copyright-row ul li:before {
    display: none;
}

.site-footer .site-footer-section .copyright-row ul li:after {
    content: "|";
    margin: 0 20px;
    color: var(--white);
    opacity: 0.5;
}

.site-footer .site-footer-section .copyright-row ul li:last-child:after {
    display: none;
}

.site-footer .site-footer-section .copyright-row ul li a {
    text-decoration: none;
    color: var(--white);
}

.site-footer .site-footer-section .copyright-row ul li a:hover {
    color: var(--secondary-color);
}

.site-footer .site-footer-section .copyright-info {
    font-size: var(--font-16);
    margin-top: 34px;
}