.nectar-global-section.nectar_hook_global_section_footer {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background-color: var(--main-color, #0e2f77);
}

.nectar-global-section .container.normal-container {
    max-width: 1425px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.nectar-global-section .wpb_row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.nectar-global-section .vc_row-fluid.inner_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    width: auto;
    justify-content: space-between;
}

.nectar-global-section .vc_row-o-content-middle {
    align-items: center;
}

.nectar-global-section .wpb_column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.nectar-global-section .vc_column-inner {
    width: 100%;
    position: relative;
}

@media (min-width: 1000px) {
    .nectar-global-section .vc_col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nectar-global-section .vc_col-sm-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .nectar-global-section .centered-text {
        text-align: center;
    }
    
    .nectar-global-section .centered-text .vc_column-inner {
        text-align: center;
    }

    .nectar-global-section .img-with-aniamtion-wrap.center {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .nectar-global-section .vc_col-sm-4:last-child {
        text-align: left;
    }
}

@media (max-width: 999px) {
    .nectar-global-section .vc_col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .force-tablet-text-align-center {
        text-align: center !important;
    }
    
    .alignment_tablet_center {
        text-align: center !important;
    }
    
    .display_tablet_block {
        display: block !important;
    }
    
    .nectar-global-section .img-with-aniamtion-wrap.center {
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
}

.nectar-global-section .using-bg-color {
    background-color: var(--main-color, #0e2f77);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nectar-global-section .row-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.nectar-global-section, 
.nectar-global-section p, 
.nectar-global-section a, 
.nectar-global-section label, 
.nectar-global-section i {
    color: #ffffff;
}

.nectar-global-section a {
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.nectar-global-section a:hover {
    opacity: 0.7;
}

.img-with-aniamtion-wrap img {
    height: auto;
    max-width: 80% !important;
    vertical-align: middle;
}

@media (max-width: 999px) {
    .img-with-aniamtion-wrap img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }
}

.custom-width-170px {
    max-width: 170px;
}

.nectar-global-section .nectar-cta {
    margin-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nectar-global-section .nectar-cta p {
    margin: 0;
    line-height: 1.6;
}

.nectar-global-section .link_text .text {
    position: relative;
    display: inline-block;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #ffffff;
}

.newsletter-form label {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 14px;
    display: block;
    text-align: left;
    color: #ffffff;
}

.newsletter-input-group {
    display: flex;
    gap: 10px;
    align-items: stretch;
    max-width: 320px;
}

.newsletter-form .input-newsletter {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 0;
}

.newsletter-form .input-newsletter::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form button[type="submit"] {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 8px 25px;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 0;
    white-space: nowrap;
}

.newsletter-form button[type="submit"]:hover {
    background-color: var(--accent-color, #f1ad3e) !important;
    color: var(--main-color, #0e2f77) !important;
}

.newsletter-form button[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nectar_icon_wrap {
    display: inline-block;
    margin: 0 12px;
}

.nectar_icon_wrap i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    transition: color 0.2s ease;
}

.social-container a:hover .nectar_icon_wrap i {
    color: var(--accent-color, #f1ad3e);
}

.wpb_raw_code {
    display: inline-block;
}

.divider-wrap {
    width: 100%;
    position: relative;
    clear: both;
}

.divider {
    width: 100%;
    background-color: rgba(255,255,255,0.2);
}

.divider-border {
    background-color: rgba(255,255,255,0.2);
    height: 1px;
    width: 100%;
}

.nectar-responsive-text.font_size_desktop_12px p {
    font-size: 11px !important;
    color: rgba(255,255,255,0.6) !important;
    margin: 0;
    text-align: center;
}

.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

/* New Classes for Refactoring */
.footer-row-padding-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.logo-wrap-margins {
    margin-top: 20px;
    margin-bottom: 15px;
}

.legal-links-column {
    margin-top: 18px;
}

.cta-margins {
    margin-right: 30px;
    margin-left: 30px;
}

.newsletter-column {
    margin-top: 26px;
    margin-bottom: 0px;
}

.social-icon-margins {
    margin-right: 5px;
    margin-left: 5px;
}

.social-container {
    margin-top: 10px;
}

#footer_tiktok {
    display: inline-block;
}

.divider-opacity {
    opacity: 0.21;
}

.divider-height-15 {
    height: 15px;
}

.divider-border-style {
    margin-top: 0.5px;
    height: 1px;
    margin-bottom: 0.5px;
}

.copyright-column {
    margin-top: 5px;
    margin-bottom: 8px;
}

.nectar-responsive-text.nectar-link-underline-effect {
    color: rgba(255,255,255,0.57);
}
