/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/*Custom Styles*/
main.wp-block-group {
    padding: 0 !important;
    margin: 140px 0 0 !important;
    overflow: hidden;
}
main.wp-block-group > .wp-block-group {
    padding: 0 !important;
}
.entry-content {
    padding: 0 !important;
    margin: 0 !important;
}
.entry-content >.elementor {
    max-width: 100% !important;
}
main.wp-block-group > .wp-block-group > h1.wp-block-post-title {
    display: none;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group {
    padding: 0;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group {
    max-width: 95%;
    width: 1560px;
    background: #0E0E1A;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 100px;
    padding: 0px 10px 0 25px !important;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group img {
    width: 170px;
}
header.wp-block-template-part {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 5;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav ul.wp-block-navigation__container {
    gap: 40px;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav a.wp-block-navigation-item__content {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    font-family: "Poppins", Sans-serif;
    display: inline-flex;
    min-height: 70px;
    align-items: center;
    position: relative;
    outline: none;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav a.wp-block-navigation-item__content:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #0048FF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 14px #2282FF;
    transition: 0.5s all;
    opacity: 0;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav .current-menu-item a.wp-block-navigation-item__content:before {
    opacity: 1;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav a.wp-block-navigation-item__content:hover{
    text-decoration: none;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav a.wp-block-navigation-item__content:hover:before {
    opacity: 1;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-buttons a.wp-block-button__link {
    background: #0048FF;
    padding: 14px 40px;
    font-size: 16px;
}
body {
    position: relative;
    background: #0E0E1A !important;
}

.about-number-col >.elementor-element {
       width: 130px !important;
    height: 130px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-left: auto;
    right: -20px;
     position: relative;
    z-index: 1;
    border: 20px solid #0048ff;
}
.border-box > .e-con-inner {
    border: 1px solid #363636;
    border-radius: 24px;
}
.course-detail-box .e-con-inner {
    background: #0E0E1A;
    padding: 60px !important;
    border-radius: 24px;
    margin-bottom: -100px;
    margin-top: 140px;
    background-image: url('./assets/images/bg-img-courses.png');
        background-size: cover;
}
.flixbility-box>.e-con-inner {
    background: #fff;
    border-radius: 24px;
    padding: 45px 45px 0;
}
.banner-overlay >.elementor-element .e-hosted-video:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p {
    margin: 0;
}
.vertical-slider {
    height: 490px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: rgb(14 14 26 / 80%);
}
.border-line:before {
    content: '';
    background: #D9D9D9;
    width: 6px;
    left: 20px;
}
.border-line img {
    position: relative;
    left: 8px;
    top: -2px;
}
.contact-form .form-top-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form .form-top-field .field-inner {
    width: calc(50% - 15px);
}
.contact-form .field-inner .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    border-radius: 8px;
}
.contact-form .field-inner label {
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    font-weight: 400;
}
.contact-form .form-field label {
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    font-weight: 400;
}
.contact-form .form-field input {
    display: block;
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    border-radius: 8px;
}
.contact-form .form-field .intl_tel-637 .intl-tel-input.allow-dropdown {
    width: 100%;
}
.contact-form .form-field textarea {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    border-radius: 8px;
    height: 128px;
}
.contact-form .form-field input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    margin: 0;
}
.contact-form .form-field span.wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    position: relative;
    padding-left: 30px;
}
.contact-form .form-btn input {
    background: #0048FF;
    border: 0;
    color: #fff;
    width: 100%;
    height: 52px;
    border-radius: 50px;
    font-size: 16px;
}
.contact-form .form-field span.wpcf7-list-item-label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #D0D5DD;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 6px;
    transform: translateY(-50%);
}
.contact-form .form-field span.wpcf7-list-item-label:after {
    transform: rotate(45deg);
    height: 8px;
    width: 5px;
    border-bottom: 2px solid #0048ff;
    border-right: 2px solid #0048ff;
    position: absolute;
    left: 7px;
    top: 6px;
    opacity: 0;
}
.contact-form .form-field input[type="checkbox"]:checked +span.wpcf7-list-item-label:after {
    opacity: 1;
}
.contact-form span.wpcf7-list-item.first.last {
    margin: 0;
}
.contact-form .form-field {
    margin-top: 15px;
}
.form-btn {
    margin-top: 35px;
}
footer.wp-block-template-part h2.wp-block-heading {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    padding-left: 0px;
    margin-bottom: 25px;
}
footer.wp-block-template-part ul.wp-block-list {
    padding: 0;
    margin: 0;
    padding-left: 0px;
    list-style: none;
}
footer.wp-block-template-part ul.wp-block-list li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}
footer.wp-block-template-part .wp-block-column:last-child p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-left: 0px;
}
footer.wp-block-template-part .wp-block-column {
    flex-grow: initial !important;
    flex-basis: initial !important;
}
footer.wp-block-template-part .wp-block-column:first-child {
    width: 30%;
    
}
footer.wp-block-template-part .wp-block-column:nth-child(2) {
    width: 20%;
}
footer.wp-block-template-part .wp-block-column:nth-child(3) {
    width: 20%;
}
footer.wp-block-template-part .wp-block-column:nth-child(4) {
    width: 30%;
}
footer.wp-block-template-part .wp-block-column:first-child a.linkedin_link {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 30px;
}
footer.wp-block-template-part .wp-block-column:first-child p {
    font-size: 18px;
    color: rgb(255 255 255 / 50%);
    margin-top: 25px;
}
footer.wp-block-template-part .wp-block-column:nth-child(2) nav ul.wp-block-navigation__container {
    display: block;
}
footer.wp-block-template-part .wp-block-column:nth-child(2) nav ul.wp-block-navigation__container a.wp-block-navigation-item__content {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
footer.wp-block-template-part .wp-block-column:nth-child(4) a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    margin-top: 10px;
}
.review-content {
    max-width: 854px;
    margin: 80px auto 70px;
    background: #fff;
    border-radius: 24px;
    padding: 50px 50px 50px 50px;
    font-size: 18px;
    line-height: 32px;
    color: #18191F;
    box-shadow: 0px 30px 40px 0px #D4D9E833;
}
.swiper.thumbsSwiper {
    max-width: 854px;
    margin: 0 auto 0;
}
.swiper.thumbsSwiper .thumb-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.swiper.thumbsSwiper .thumb-row img {
    width: 56px;
    height: 56px;
    border-radius: 50px;
}
.swiper.thumbsSwiper .thumb-row .thumb_left h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 2px;
}
.swiper.thumbsSwiper .thumb-row .thumb_left p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: "Poppins", Sans-serif;
}
.swiper.thumbsSwiper .thumb-row .thumb_left {
    display: none;
    padding-left: 20px;
}
.swiper.thumbsSwiper .swiper-slide-thumb-active .thumb-row .thumb_left {
    display: block;
}
.thumbsSwiper .swiper-slide {
    max-width: 160px;
}
.thumbsSwiper .swiper-slide.swiper-slide-thumb-active {
    max-width: 300px;
}
.review-content:before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/down-icon.png');
}
.thumbsSwiper .swiper-pagination {
    position: relative;
    top: 0;
    margin: 50px 0 0;
    bottom: 0;
}
.thumbsSwiper .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    outline: none;
}
.review-content div {
    display: flex;
    flex-wrap: wrap;
}
.thumbsSwiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ADE5D9;
    width: 16px;
    height: 16px;
}
.thumbsSwiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-content div p {
    width: calc(100% - 40px);
}
.review-content div:before {
    content: '';
    background-image: url(/wp-content/themes/twentytwentyfive/assets/images/review-icon.png);
    width: 25px;
    height: 19px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.inner-overlay:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
}
.inner-overlay-new>.e-con-inner {
    position: relative;
}
.inner-overlay-new>.e-con-inner:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px;
}
.inner-overlay-new>.e-con-inner .elementor-element .elementor-element {
    position: relative;
    z-index: 1;
}
.about-number-col:before {
    content: '';
    background-image: url(/wp-content/themes/twentytwentyfive/assets/images/line-about.png);
    width: 3px;
    position: absolute;
    bottom: -180px;
    right: 44px;
    left: auto;
    height: calc(100% + 46px);
    z-index: 1;
}
.first-line .about-number-col:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    background: #0048ff;
    right: 0;
    z-index: 1;
}
.last-line .about-number-col:after {
    content: '';
    width: 100%;
    background: #0048ff;
    position: absolute;
    height: 110px;
    bottom: -60px;
    right: 0;
    z-index: 1;
}
.collab-popup:before {
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 68%) 0%, #000000 100%);
}
.collab-icon {
    position: fixed;
    top: 160px;
    right: 80px;
    z-index: 4;
    cursor: pointer;
    animation: zoombtn 5s infinite;
}
@keyframes zoombtn {
  0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.85);
    }
    100%{
        transform: scale(1);
    }
}
.collab-popup {
    position: fixed;
    top: 160px;
    right: 180px;
    max-width: 528px;
    z-index: 4;
    transition: 300ms all;
    opacity: 0;
    visibility: hidden;
}
.collab-popup.active{
    opacity: 1;
    visibility: visible;
}
.close-popup .elementor-icon {
    cursor: pointer;
}
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 75%);
    z-index: 2;
    backdrop-filter: blur(20px);
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
        padding-top: 80px;
}
.popup-form.active{
    opacity: 1;
    visibility: visible;
}
.popup-form .popup-form-inner {
    width: 800px;
    background: #0048ff;
    padding: 60px;
    border-radius: 24px;
    position: relative;
}
.popup-form .popup-form-inner h3 {
    margin: 0 0 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.popup-form .popup-form-inner span.close-popup {
    width: 40px;
    height: 40px;
    font-size: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    background-image: url(/wp-content/themes/twentytwentyfive/assets/images/close-icon.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.popup-form .popup-form-inner .field-set label {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.popup-form .popup-form-inner .field-set br {
    display: none;
}
.popup-form .popup-form-inner .field-set input {
    display: block;
    width: 100%;
    padding: 14px 30px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.popup-form .popup-form-inner .field-set p {
    margin-bottom: 15px;
}
.popup-form .popup-form-inner .fields-btn input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background: #0e0e1a;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-top: 30px;
}
.logos-effect .elementor-widget-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0048ff;
    opacity: 0;
    z-index: 1;
    border-radius: 20px;
    transition: 500ms all;
}
.logos-effect img {
    max-height: 260px;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
}
.logos-effect .elementor-widget-image {
    width: 100%;
}
.logos-effect .e-con-inner > .elementor-element:hover .elementor-widget-heading {
    opacity: 0.8;
    cursor: pointer;
}

@media(max-width:1999px) and (min-width:1200px){
    .inner-overlay {
    max-width: 85% !important;
}
}
@media(max-width:1399px) {
    header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group {
    max-width: 100%;
    width: 95%;
    }
    header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group img {
    width: 100px;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav ul.wp-block-navigation__container {
    gap: 15px;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav a.wp-block-navigation-item__content {
    font-size: 13px;
        min-height: 53px;
    
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-buttons a.wp-block-button__link {
   padding: 10px 25px;
    font-size: 13px;
}
main.wp-block-group {
        margin-top: 100px !important;
}
}
@media(max-width:1099px){
    .logos-effect img {
    max-height: 330px;}
    .collab-icon {
    top: 110px;
    right: 40px;
    max-width: 60px !important;
}
.collab-popup{
        top: 110px;
    right: 120px;
        max-width: 498px;
            width: 100% !important;
}
footer.wp-block-template-part h2.wp-block-heading{
    font-size: 18px;
    margin-bottom: 20px;
}
footer.wp-block-template-part .wp-block-column:last-child p {
    font-size: 14px;
    line-height: 24px;
    
}
footer.wp-block-template-part ul.wp-block-list li, footer.wp-block-template-part .wp-block-column:nth-child(2) nav ul.wp-block-navigation__container a.wp-block-navigation-item__content{
    font-size: 14px;
    line-height: 24px;
}
footer.wp-block-template-part .wp-block-column:nth-child(4) a{
    font-size: 13px;
    line-height: 24px;
}
footer.wp-block-template-part .wp-block-column:first-child a.linkedin_link{
        font-size: 14px;
    line-height: 24px;
        margin-top: 25px;
}
footer.wp-block-template-part .wp-block-column:first-child p{
        font-size: 14px;
            margin-top: 15px;
}
}
@media(max-width:767px){
    .first-line .about-number-col:after{
        display: none;
    }
    .about-number-col >.elementor-element {
    width: 100px !important;
    height: 100px !important;
    border: 0px solid #0048ff;
    margin: 0 auto;
    right: 0;
}
.about-number-col:before{
    display: none;
}
.last-line .about-number-col:after{
    display: none;
}
.logos-effect img {
    max-height: max-content;}
}
@media(max-width:599px){
    header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group {
        max-width: 100%;
        width: 88%;
        padding: 5px 5px 5px 15px !important;
        gap: 0;
    }
    header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-site-logo {
           width: calc(100% - 160px);
}
    header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-group {
    width: 10%;
   }
   header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-group {
            width: 40px;
    justify-content: flex-start;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-group svg {
    fill: #fff;
    height: 30px;
    width: 30px;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-buttons {
        width: 120px;
    }
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group .wp-block-buttons a.wp-block-button__link {
        padding: 10px 10px;
        font-size: 12px;
    }
 .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #111 !important;
    align-items: center;
    justify-content: center;
}
.wp-block-navigation__responsive-dialog {
    position: initial;
}
header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav ul.wp-block-navigation__container {
        gap: 15px;
        width: 100%;
        align-items: center;
    }
    header.wp-block-template-part >.wp-block-group >.wp-block-group > .wp-block-group nav a.wp-block-navigation-item__content {
        font-size: 12px;
        min-height: 35px;
    }
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    top: 20px;
    right: 20px;
}
.swiper.thumbsSwiper .thumb-row .thumb_left h3 {
    font-size: 14px;
}
.swiper.thumbsSwiper .thumb-row .thumb_left p {
    font-size: 12px;
    line-height: 20px;
}
.review-content {
    max-width: 100%;
    box-shadow: 0px 10px 10px 0px #D4D9E833;
    padding: 30px 30px 30px 30px;
    font-size: 16px;
    line-height: 24px;
    margin: 40px auto 40px;
}
.swiper.thumbsSwiper .thumb-row img {
    width: 40px;
    height: 40px;
    
}
.thumbsSwiper .swiper-slide.swiper-slide-thumb-active {
    max-width: 230px;
}
.thumbsSwiper .swiper-slide {
    max-width: 85px;
}
.contact-form .field-inner label, .contact-form .form-field label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    display: inline-block;
}
.contact-form .field-inner .wpcf7-form-control-wrap input, .contact-form .form-field input, .contact-form .form-field input {
    font-size: 14px;
}
.contact-form .form-field span.wpcf7-list-item-label {
    font-size: 14px;}
footer.wp-block-template-part h2.wp-block-heading {
        font-size: 16px;
        margin-bottom: 8px;
}
footer.wp-block-template-part .wp-block-column:last-child p{
    margin: 0;
}
footer.wp-block-template-part .wp-block-navigation__responsive-container {
    position: relative;
    display: block;
}
footer.wp-block-template-part button.wp-block-navigation__responsive-container-open {
    display: none;
}
footer.wp-block-template-part .wp-block-navigation__responsive-container button {
    display: none;
}
footer.wp-block-template-part nav {
    margin: 0;
}
.collab-popup {
        top: 180px;
        right: 0;
        max-width: 95%;
        width: 100% !important;
        margin: 0 auto;
        left: 0;
    }
}