/* Footer Css */
.footer section {
    overflow: visible;
}

.getConnected {
    padding: 100px 80px;
    background: linear-gradient(270deg, #404061 14.57%, #4E4E84 87.34%);
    border-radius: var(--base-border-radius);
    position: relative;
    overflow: hidden;
    margin-top: -195px;
}

.getConnected::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/get_connected-bg.webp") no-repeat center / cover;
    opacity: 10%;
    left: 0;
    top: 0;
    z-index: 1;
}

.getConnected .row {
    position: relative;
    z-index: 9;
}

.footer {
    font-size: 16px;
    background: #23233B url("../images/footer-bg.webp") no-repeat center top;
    background-size: cover;
    color: #9B9BBF;
    margin-top: 150px;
}

.footer-wrap {
    gap: 40px;
    justify-content: space-between;
}

.logo-contents-footer h3 {
    font-size: 16px;
    color: var(--white-color);
    font-weight: normal;
}

.footer .footer-top h5 {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 500;
}

.footer-logo-widget {
    margin-bottom: 25px;
}

.footer-contant {
    margin: 25px 0;
}

.contact-social {
    padding-top: 30px;
}

.icon-ftr {
    min-width: 32px;
}

ul.footer-links li {
    font-size: 16px;
    margin: 0 0px 10px 0;
    padding: 0 0px;
    display: block;
    position: relative;
}

.footer a {
    color: #9B9BBF;
}

.footer a:hover,
ul.footer-links li.current-menu-item a {
    color: var(--white-color);
}

.contact-email {
    margin-top: 15px;
}

ul.footer-social-links {
    display: flex;
    width: 100%;
    gap: 15px;
}

.contact-social .footer-social-links li {
    width: 30px;
    height: 30px;
}

.contact-social .footer-social-links li img {
    height: 100%;
    width: auto;
}

.contact-social .footer-social-links li:hover img {
    opacity: 0.8;
}

.footer-social-links li {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.divi-bdr {
    background-color: #0A1437;
    opacity: 0.2;
}

.footer .footer-bottom {
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid #5F5F7E;
}

.footer .footer-bottom p {
    margin: 0;
    color: #9B9BBF;
    font-size: 14px;
}

.footer .footer-bottom .copyright-link {
    display: flex;
    justify-content: flex-end;
}

.footer .footer-bottom ul {
    display: flex;
    justify-content: flex-end;
}

.footer .footer-bottom ul li {
    padding: 0 5px;
    font-size: 14px;
    border-right: 1px solid #b6c0d0;
}

.footer .footer-bottom ul li:last-child {
    border: 0;
}

.middle-links-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.footer .newsletter-area {
    position: relative;
}

.tnp-subscription form {
    display: flex;
    align-items: center;
    border: 1px solid var(--white-color);
    border-radius: 100px;
    overflow: hidden;
    justify-content: space-between;
    background-color: #22233B !important;
    padding: 0px 5px;
}

.tnp-subscription label,
.tnp-profile label {
    display: none !important;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
    margin: 0 !important;
}

.tnp-subscription input[type="email"] {
    border: none !important;
    background-color: #22233B !important;
    color: var(--white-color) !important;
    line-height: 30px !important;
}

.tnp-subscription input[type="email"]:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
    outline: none;
    border: 0;
}

.tnp-subscription input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}

.tnp-subscription input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.tnp-subscription input[type="email"]::-ms-input-placeholder {
    color: #fff;
}

.tnp-subscription input[type="email"]:-webkit-autofill,
.tnp-subscription input[type="email"]:-webkit-autofill:hover,
.tnp-subscription input[type="email"]:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: var(--white-color);
    -webkit-box-shadow: 0 0 0px 1000px #06172f inset;
    transition: background-color 5000s ease-in-out 0s;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit {
    background-color: inherit !important;
    background-image: url("../images/arrow-whtr.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent;
    font-size: 0;
    text-indent: -9999px;
    width: 44px !important;
    height: 44px !important;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.newsletter-area .newsletter-form p {
    margin: 0;
    display: flex;
}

.default-content-sec .tnp-subscription form {
    width: 289px;
    margin: 0 auto;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 9;
    opacity: 1;
}

.footer .newsletter-area .btn {
    border: 0;
    background: var(--gradient-bg-color);
    color: var(--white-color);
    transition: var(--primary-transition);
    border-radius: 50%;
    font-size: 14px;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    font-size: 20px;
}

@media (max-width: 991px) {
    .middle-links-footer {
        padding-left: 0;
    }

    ul.footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .getConnected {
        padding: 50px 60px;
    }
}

@media (max-width: 767px) {
    .getConnected {
        padding: 30px 20px;
    }

    .footer .footer-bottom .copyright-link {
        justify-content: flex-start;
        margin-top: 10px;
    }
}