#colophon.site-footer.custom-acf-footer {
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 930px;
    color: #fff;
    min-height: 930px;
    color: #fff;
    overflow: hidden;
}


/*noinspection ALL*/
#colophon.site-footer.custom-acf-footer::before {
    content: "";
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    
    z-index: 0;

    background:
        linear-gradient(var(--f-overlay), var(--f-overlay)),
        var(--f-bg);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    pointer-events: none;
}
.footer-container,
.footer-wave-top,
.footer-bottom {
    position: relative;
    z-index: 2;
}

.footer-content-wrapper {
    position: relative;
    z-index: 1;
    min-height: 982px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: var(--f-wave);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    transform: scale(-1, -1);
    pointer-events: none;
}

.footer-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0;
    padding: 140px 20px 60px;
    text-align: center;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    width: 100%;
    z-index: 3;
    position: relative;
}


.footer-branding h2 { font-size: 48px; margin: 0; letter-spacing: 2px; }

.footer-branding p { font-size: 20px; letter-spacing: 8px; margin: 5px 0 20px; }

.footer-menu-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
    gap: 3.3vw;
}
.footer-menu-list a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
}

.footer-card {
    flex: 1;
    min-width: 250px;
    text-align: center;
    margin-bottom: 30px;
}

.icon-circle, .social-circle {
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.icon-circle { width: 60px; height: 60px; }

.social-circle { width: 40px; height: 40px; transition: 0.3s; }

.icon-circle img { width: 30px; height: auto; }

.social-circle img { width: 20px; height: 20px; object-fit: contain; }

.social-circle:hover { transform: translateY(-5px); }

.social-links-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 120px 15px 40px;
    }
    .bottom-flex, .footer-menu-list {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .footer-grid {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    #colophon.site-footer.custom-acf-footer::before {
        background-attachment: scroll;
    }
}

.vc_row {
    z-index: 10 !important;
}

footer.site-footer {
    z-index: 1;
}

.footer-navigation a{
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: capitalize;
    gap: 5vw !important;
}

.footer-menu-list {
    margin-bottom: 100px;
}

.video-bg-section {
    z-index: 10;
}

.footer-branding {
    h2 {
        color: white;
        font-size: 70px;
        font-family: Montserrat;
        font-weight: 700;
        font-style: Bold;
    }
    p {
        color: white;
        font-size: 50px !important;
        font-family: Montserrat;
        font-weight: 700;
        font-style: Bold;
    }
}

#colophon.site-footer.custom-acf-footer::before {
    top: -93%;
}

.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
    z-index: 20;
}

.footer-card h3{
    color: white !important;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold !important;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
}

.footer-card p {
    color: white !important;
    font-family: Montserrat;
    font-weight: 600 !important;
    font-style: Bold !important;
    font-size: 21px !important;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}

.card-info {
    margin-top:24px;
    a {
        color:white;
    }
}

.footer-grid {
    margin-top:40px;
    gap:14vw;
}

.social-circle {
    width:48px;
    height:48px;
}

.social-links-row {
    gap:25px;
}

.footer-bottom {
    background-color:#003E7E;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.copy-right  a {
    color:white !important;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
.footer-bottom .bottom-flex {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 0 70px;
}


#menu-footer-menu-new a {
    border-bottom: 3px solid transparent;
    display: inline-block;
    transition:
            border-color 0.4s,
            transform 0.4s;
}

#menu-footer-menu-new a:hover {
    border-bottom-color: #0d50bf;
    transform: translateY(-10px); transition:0.4s;
}

.footer-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.footer-custom-logo {
    width: 642px !important;
    height: 150px !important;
    object-fit: contain;
    opacity: 1;
    transform: rotate(0deg);
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo-wrap {
    margin-bottom:64px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-flex {
    max-width: 1740px !important;
    text-align: center;
    display: flex;
}

.footer-wave-top {
    background-size:contain;
    transform: scale(1, 1);
}

@media (max-width: 982px) {
    .pf-utility-nav {
        display: none !important;
    }
}


@media (max-width: 1111px) {
    .footer-grid {
        gap:2rem;
    }
}

@media (min-width: 1500px) {
    .site-footer {
        .footer-wave-top {
            background-repeat: round;
        }
    }
}

@media (max-width: 550px) {
    .promo-card {
        h2 {
            font-size: 32px !important;
        }
    }
    .promo-text {
        width: 100% !important;
    }
    nf-rows-wrap {
        flex-direction: column !important;
    }
    .nf-row {
        width: 100%;
    }
    .background-pasport.guide {
        padding-top: 0;
    }
}

 .footer-container, .footer-wave-top, .footer-bottom {
	 position: relative;
	 z-index: 2;
}
 .footer-content-wrapper {
	 position: relative;
	 z-index: 1;
	 min-height: 982px;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
}
 .footer-wave-top {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100px;
	 background-image: var(--f-wave);
	 background-size: 100% 100%;
	 background-repeat: no-repeat;
	 z-index: 2;
	 transform: scale(-1, -1);
	 pointer-events: none;
}
 .footer-container {
	 position: relative;
	 z-index: 3;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
	 margin: 0 0;
	 padding: 140px 20px 60px;
	 text-align: center;
}
 .footer-bottom {
	 background: rgba(0, 0, 0, 0.25);
	 padding: 20px 0;
	 width: 100%;
	 z-index: 3;
	 position: relative;
}
 .footer-branding h2 {
	 font-size: 48px;
	 margin: 0;
	 letter-spacing: 2px;
}
 .footer-branding p {
	 font-size: 20px;
	 letter-spacing: 8px;
	 margin: 5px 0 20px;
}
 .footer-menu-list {
	 display: flex;
	 justify-content: center;
	 list-style: none;
	 padding: 0;
	 margin: 30px 0;
	 gap: 3.3vw;
}
 .footer-menu-list a {
	 color: #fff;
	 text-decoration: none;
	 font-weight: 600;
	 text-transform: uppercase;
}
 .footer-grid {
	 display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 margin-top: 50px;
	 gap: 20px;
}
 .footer-card {
	 flex: 1;
	 min-width: 250px;
	 text-align: center;
	 margin-bottom: 30px;
}
 .icon-circle, .social-circle {
	 background: #fff;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 0 auto 15px;
}
 .icon-circle {
	 width: 60px;
	 height: 60px;
}
 .social-circle {
	 width: 40px;
	 height: 40px;
	 transition: 0.3s;
}
 .icon-circle img {
	 width: 30px;
	 height: auto;
}
 .social-circle img {
	 width: 20px;
	 height: 20px;
	 object-fit: contain;
}
 .social-circle:hover {
	 transform: translateY(-5px);
}
 .social-links-row {
	 display: flex;
	 justify-content: center;
	 gap: 15px;
	 margin: 40px 0;
}
 .bottom-flex {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 font-size: 14px;
	 max-width: 1200px;
	 margin: 0 auto;
	 padding: 0 20px;
}
 @media (max-width: 768px) {
	 .footer-container {
		 padding: 120px 15px 40px;
	}
	 .bottom-flex, .footer-menu-list {
		 flex-direction: column;
		 gap: 15px;
		 text-align: center;
	}
	 .footer-grid {
		 flex-direction: column;
	}
}
/* @media (max-width: 480px) {*/
/*	 #colophon.site-footer.custom-acf-footer::before {*/
/*		 background-attachment: scroll;*/
/*	}*/
/*}*/
 .vc_row {
	 z-index: 10 !important;
}
 footer.site-footer {
	 z-index: 1;
}
 .footer-navigation a {
	 font-family: Montserrat;
	 font-weight: 700;
	 font-style: Bold;
	 font-size: 21px;
	 leading-trim: NONE;
	 line-height: 140%;
	 letter-spacing: 0%;
	 text-transform: capitalize;
	 gap: 5vw !important;
}
 .footer-menu-list {
	 margin-bottom: 100px;
}
 .video-bg-section {
	 z-index: 10;
}
 .footer-branding h2 {
	 color: white;
	 font-size: 70px;
	 font-family: Montserrat;
	 font-weight: 700;
	 font-style: Bold;
}
 .footer-branding p {
	 color: white;
	 font-size: 50px !important;
	 font-family: Montserrat;
	 font-weight: 700;
	 font-style: Bold;
}
/* #colophon.site-footer.custom-acf-footer::before {*/
/*	 top: -93%;*/
/*}*/
 .vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
	 z-index: 20;
}
 .footer-card h3 {
	 color: white !important;
	 font-family: Montserrat;
	 font-weight: 700;
	 font-style: Bold !important;
	 font-size: 32px;
	 leading-trim: NONE;
	 line-height: 40px;
	 letter-spacing: 0%;
}
 .footer-card p {
	 color: white !important;
	 font-family: Montserrat;
	 font-weight: 600 !important;
	 font-style: Bold !important;
	 font-size: 21px !important;
	 leading-trim: NONE;
	 line-height: 140%;
	 letter-spacing: 0%;
	 text-align: center;
}
 .card-info {
	 margin-top: 24px;
}
 .card-info a {
	 color: white;
}
 .footer-grid {
	 margin-top: 40px;
	 gap: 14vw;
}
 .social-circle {
	 width: 48px;
	 height: 48px;
}
 .social-links-row {
	 gap: 25px;
}
 .footer-bottom {
	 background-color: #003e7e;
	 font-family: Montserrat;
	 font-weight: 500;
	 font-style: Medium;
	 font-size: 16px;
	 leading-trim: NONE;
	 line-height: 24px;
	 letter-spacing: 0%;
	 text-align: center;
}
 .copy-right a {
	 color: white !important;
	 font-family: Montserrat;
	 font-weight: 500;
	 font-style: Medium;
	 leading-trim: NONE;
	 line-height: 24px;
	 letter-spacing: 0%;
	 text-align: center;
}
 .footer-bottom .bottom-flex {
	 width: 100vw !important;
	 margin-left: calc(-50vw + 50%) !important;
	 margin-right: calc(-50vw + 50%) !important;
	 padding: 0 70px;
}
 #menu-footer-menu-new a {
	 border-bottom: 3px solid transparent;
	 display: inline-block;
	 transition: border-color 0.4s, transform 0.4s;
}
 #menu-footer-menu-new a:hover {
	 border-bottom-color: #0d50bf;
	 transform: translateY(-10px);
	 transition: 0.4s;
}
 .footer-logo-container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-bottom: 30px;
	 width: 100%;
}
 .footer-custom-logo {
	 width: 642px !important;
	 height: 150px !important;
	 object-fit: contain;
	 opacity: 1;
	 transform: rotate(0deg);
}
 .footer-container {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
 .footer-logo-wrap {
	 margin-bottom: 64px;
}
 .footer-bottom {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .bottom-flex {
	 max-width: 1740px !important;
	 text-align: center;
	 display: flex;
}
 .footer-wave-top {
	 background-size: contain;
	 transform: scale(1, 1);
}
 @media (max-width: 982px) {
	 .pf-utility-nav {
		 display: none !important;
	}
}
 @media (max-width: 1111px) {
	 .footer-grid {
		 gap: 2rem;
	}
}
 @media (min-width: 1500px) {
	 .site-footer .footer-wave-top {
		 background-repeat: round;
	}
}


