/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html.lenis {
    height: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

/* html{
    transition: all ease .2s;
} */

body{
    background-color: #010101;
}

html.light body{
    background-color: #FAFAFA;
}

.site-navigation-dropdown li{
    background-color: #010101;
}
html.light .site-navigation-dropdown li{
    background-color: #FAFAFA;
}

.site-navigation-dropdown ul.menu li a{
    background-color: #010101 !important;
    color: #fff !important;
}
html.light .site-navigation-dropdown ul.menu li a{
    background-color: #FAFAFA !important;
    color: #000 !important;
}

@media(min-width: 1025px){
    body{
        background-image:
        radial-gradient(circle farthest-side at 100% 20%, rgba(8, 59, 93, 1), transparent 7%),
        radial-gradient(circle farthest-side at 0 34%, rgba(8, 59, 93, 1), transparent 7%),
        radial-gradient(circle farthest-side at 100% 55%, rgba(8, 59, 93, 1), transparent 7%),
        radial-gradient(circle farthest-side at 0 70%, rgba(8, 59, 93, 1), transparent 7%)
    }
    
    html.light body{
        background: linear-gradient(to bottom,#010101 0,#010101 500px,#FAFAFA 500px,#FAFAFA 100%);
    }
}

@media(min-width: 1025px) and (max-width:  1600px){
    
    html.light body{
        background: linear-gradient(to bottom,#010101 0,#010101 100vh,#FAFAFA 100vh,#FAFAFA 100%);
    }

    html.light body.page-id-1705 {
        background: linear-gradient(to bottom,#010101 0,#010101 90vh,#FAFAFA 90vh,#FAFAFA 100%);
    }

    html.light body.page-id-2536,
    html.light body.page-id-2460,
    html.light body.page-id-2494,
    html.light body.page-id-2541,
    html.light body.page-id-2549{
        background: #FAFAFA;
    }
}

@media(min-width: 1601px) {
    
    html.light body{
        background: linear-gradient(to bottom,#010101 0,#010101 600px,#FAFAFA 600px,#FAFAFA 100%);
    }
}

html.light .elementor-kit-6 {    
    --e-global-color-9446707: #1E1E1E;
    --e-global-color-c221870: #FAFAFA;
    --e-global-color-dbd623c: #0000004d;
    --e-global-color-81426ec: #0000001a;
}

.hero-container {
    margin-top: -110px;
}

header#site-header {
    background-color: transparent;
    position: sticky;
    top: 0;
    padding: 20px 0;
    z-index: 9;
    transition: all .2s ease;
}

header#site-header.is-scrolled{
    padding: 0px 0;
    background-color: #010101;
}

@media (min-width: 1200px){
    header#site-header.is-scrolled{
        background: rgb(0 0 0 / 80%);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.8px);
        -webkit-backdrop-filter: blur(4.8px);
        transform: scale(0.9);   
    }
}

#theme-toggle {
    width: 46px;
    height: 46px;
}

.theme-toggle-icon.icon-light{
    display: none;
}

html.light .theme-toggle-icon.icon-light{
    display: block;
}

html.light .theme-toggle-icon.icon-dark{
    display: none;
}

.hero-container {
    position: relative;
}

.hero-container:after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #010101 60%);
    z-index: 0;
}

html.light .hero-container:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FAFAFA 60%);
}

html.light .elementor-9 .elementor-element.elementor-element-20307ae,
html.light .elementor-9 .elementor-element.elementor-element-e7c7368{
    border-color: #1E1E1E4D;
}


.button_style a.elementor-button {
    background: linear-gradient(270deg, rgba(83, 155, 255, 0.32) 0%, rgba(8, 59, 93, 0.32) 100%);
    border-color: #145EFE !important;
    border-width: 1px !important;
    box-shadow: 0px 0px 22.03px 7.39px #00000080 inset;
	color: #fff;
}

html.light .button_style a.elementor-button{
    background: linear-gradient(270deg, rgb(83 155 255) 0%, rgb(8 59 93) 100%);
}

.button_style a.elementor-button:hover{
	background: linear-gradient(270deg, #145efe 0, #1798d2 61.06%) !important;
    background-clip: text !important;
    color: #157ed7;
}

.button_style a.elementor-button:hover .elementor-button-icon svg path{
	fill: #157ed7;
}

.button_style  span.elementor-button-icon {
    transform: rotate(-40deg);
}
#slider_infinate marquee img:not(:last-child) {
    margin-right: 5%;
}
#slider_infinate marquee img {
    height: 36px;
    object-fit: contain;
}

/* .slider2-infinate marquee img:not(:last-child) {
    margin-right: 24px;
}
.slider2-infinate marquee img {
    height: 124px;
    object-fit: contain;
} */
html.light .marquee-slider-2 img {
    filter: brightness(0.3);
}
html.light .partner-marquee img {
    filter: brightness(0.3);
}

html.light .dark-filter-img img{
    filter: brightness(0);
}

.site-navigation ul.menu li {
    align-items: center;
}

ul#menu-main-menu li a:hover {
	background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%) !important;
    background-clip: text !important;
    color: transparent;
}

.site-navigation ul.menu li.current-menu-item:not(#menu-item-92) a {
    background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%) !important;
    background-clip: text !important;
    color: transparent;
}
.site-navigation ul.menu li.current-menu-item:not(#menu-item-92) .sub-menu a {
    color: #fff !important;
}
.site-navigation ul.menu li.menu-item-has-children{
    padding-inline-end: 0;
}
.site-navigation ul.menu li.menu-item-has-children:after{
    display: none;
}

.site-navigation ul.menu li:hover>ul,
.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{
    display: grid;
}

.site-navigation ul.menu li ul {
    min-width: 260px;
/*     grid-template-columns: 1fr 1fr; */
/*     gap: 20px; */
    padding: 20px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / .1);
    backdrop-filter: blur(9.8px);
    -webkit-backdrop-filter: blur(9.8px);
}

header#site-header.is-scrolled ul.sub-menu {
    background: rgb(0 0 0 / 80%);
    border-color: rgb(0 0 0 / 80%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
}

/* .site-navigation ul.menu li ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    text-align: center;
    padding-inline: 10px !important;
    position: relative;
    border: 1px solid #539BFF;
    border-radius: 40px;
    background: linear-gradient(270deg, rgb(83 155 255) 0%, rgb(8 59 93) 100%);
    box-shadow: 0px 0px 22.03px 7.39px #00000080 inset;
}

.site-navigation ul.menu li ul li a:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/btn-arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
} */

.site-navigation ul.menu li ul li {
    border-block-end: none;
}
.header-inner {
    max-width: 1440px !important;
    /* width: 95% !important; */
}
ul#menu-main-menu li a {
    color: #FFF;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
}
@media(min-width: 991px){
    .has_button_style a {
        border: 1px solid #539BFF;
        background: #539BFF;
        background: linear-gradient(270deg, rgb(83 155 255 / 36%) 5%, rgba(8, 59, 93, 0.21) 38%);
        border-radius: 40px;
        padding: 11px 12px 11px 12px !important;
    }
    .m-l {
        margin-right: 15px;
    }
}
@media(min-width: 1200px){
    .m-l {
         margin-left: 30px;
    }
    .has_button_style a {
        padding: 11px 30px 11px 30px !important;
    }
}

span.blue {
    background: #539BFF;
    background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.backdrop {
    backdrop-filter: blur(10px);
    border: 1px solid #ABABAB;
}
.elementor-counter-title {
    flex-basis: auto !important;
}
.counterrr {
    padding-bottom: 30px;
    padding-top: 15px;
}
/* .after_shades:after {
    content: "" !important;
    position: absolute;
    background: url(/connect/wp-content/uploads/2025/12/blur2.svg) no-repeat;
    width: 560px;
    height: 830px;
    right: -160px;
    bottom: -400px;
    background-size: contain;
    z-index: 1;
} */

.mt-auto{
    margin-top: auto;
}
@media(min-width: 1024px){
	.support-sticky{
		position: sticky;
		top: 120px;
		min-height: calc(80vh - 120px)
	}	
}
/* .support-sticky:last-child{
    min-height: calc(60vh - 120px)
} */

.support-sticky-list ul {
    padding-left: 15px;
    list-style: none;
}

.support-sticky-list ul li {
    margin-bottom: 5px;
}

.support-sticky-list ul li.current-spport {
    font-weight: 700;
    position: relative;
}

.support-sticky-list ul li.current-spport:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 7px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 25px;
}

html.light .support-sticky-list ul li.current-spport:before{
    background-color: #1E1E1E;
}

.text-no-margin p{
    margin-bottom: 0;
}

.counter-row{
    counter-reset: section;
}
.col-counter{
    position: relative;
}
.col-counter::after {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 100px;
    font-family: 'Inter';
    font-weight: 700;
    background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%);
    line-height: 80px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.56;
    z-index: -1;
}

.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
    gap: 20px; /* Adds space between columns */
}

/* Optional: Make it responsive by stacking columns on small screens */
@media (max-width: 768px) {
    .cf7-row {
        grid-template-columns: 1fr; /* Stacks columns vertically on mobile */
		gap: 0;
    }
}

label{
    width: 100%;
    color: var(--e-global-color-9446707);
    margin-bottom: 14px;
}
.page-id-1793 label{
    color: #FFF;
}
label br{
    display: none;
}
.wpcf7-form-control-wrap{
    display: block;
    margin-top: 10px;
}
.wpcf7-not-valid-tip{
    margin-top: 10px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    background-color: transparent;
    border-color: #8a8a8aa1;
    border-radius: 22px;
    min-height: 60px;
    outline: none;
    color: var(--e-global-color-9446707);
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
    border-color: #0195CB;
}

select.wpcf7-form-control option{
    background-color: #010101;
    color: var(--e-global-color-9446707);
}

input.wpcf7-submit{
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 500;
    border-style: solid;
    border-radius: 30px;
    padding: 15px 30px 15px 30px;
    background: linear-gradient(270deg, rgba(83, 155, 255, 0.32) 0%, rgba(8, 59, 93, 0.32) 100%);
    border-color: #145EFE !important;
    border-width: 1px !important;
    box-shadow: 0px 0px 22.03px 7.39px #00000080 inset;
    color: #fff;
    float: right;
}

html.light input.wpcf7-submit{
    background: linear-gradient(270deg, rgba(83, 155, 255, 1) 0%, rgba(8, 59, 93, 1) 100%);
}

input.wpcf7-submit:hover{
    background: linear-gradient(270deg, rgba(83, 155, 255, 0.32) 0%, rgba(8, 59, 93, 0.32) 100%);
}

.testimonial-slider-wrapper {
    position: relative;
    padding: 90px 0;
}

.testimonial-swiper{
    padding: 30px !important;
}

.testimonial-swiper .swiper-wrapper{
    align-items: center;
}

.testimonial-slider-wrapper .swiper-button-next:after,
.testimonial-slider-wrapper .swiper-button-prev:after{
    display: none;
}

.testimonial-slider-wrapper .swiper-button-next,
.testimonial-slider-wrapper .swiper-button-prev{
    width: 50px;
}

html.light .testimonial-slider-wrapper .swiper-button-next img,
html.light .testimonial-slider-wrapper .swiper-button-prev img{
    background: #4380d3;
    border-radius: 50%;
}

/* .testimonial-slider-wrapper .swiper-button-prev{
    left: -10px;
}

.testimonial-slider-wrapper .swiper-button-next{
    right: -10px;
} */

  /* Card */
  .testimonial-card {
    /* backdrop-filter: blur(12px); */
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    min-height: 320px;
    transition: all 0.4s ease;
    color: var(--e-global-color-9446707);
  }

  html.light .testimonial-card{
    background: #1E1E1E1A;
  }
  
  /* Author */
  .testimonial-card .author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  
  .testimonial-card img {
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  
  /* Slide states */
  .testimonial-slider-wrapper .swiper-slide {
    opacity: 0.35;
    transform: scale(0.5) !important;
    transition: all 0.4s ease;
  }
  
  .testimonial-slider-wrapper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1) !important;
  }
  
  .testimonial-slider-wrapper .swiper-slide-prev {
    opacity: 0.6;
    transform: scale(0.75) !important;
  }

  .testimonial-slider-wrapper .swiper-slide-next {
    opacity: 0.6;
    transform: scale(0.75) !important;
  }
  
  /* Navigation */
  .custom-nav {
    color: #fff;
    width: 48px;
    height: 48px;
  }
  
  /* .testimonial-slider-wrapper .swiper-button-prev {
    left: -60px;
  }
  
  .testimonial-slider-wrapper .swiper-button-next {
    right: -60px;
  } */
  
  .testimonial-container{
    position: relative;
  }

  html.light .testimonial-container{
    background-image: url('/wp-content/uploads/2025/12/testimonial-bg-white.webp') !important;
  }

  .testimonial-container::before{
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #010101  0%, rgba(255, 255, 255, 0) 60%);
    z-index: 0;
  }

  .testimonial-container::after{
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0)  0%,#010101  60%);
    z-index: 0;
  }

  html.light .testimonial-container::before{
    background: linear-gradient(180deg, #FAFAFA  0%, rgba(255, 255, 255, 0) 60%);
  }

  html.light .testimonial-container::after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0)  0%,#FAFAFA  60%);
  }

  html.light .toggle-dark-img-bg img{
    background: #4380d3;
    border-radius: 50%;
  }

    html.light .footer-nav-links .elementor-icon-list-text {
        color: #00000080 !important;
    }
    html.light .footer-nav-links .elementor-icon-list-item:hover .elementor-icon-list-text {
        color: var(--e-global-color-9446707) !important;
    }

    .intl-tel-input.separate-dial-code .selected-flag{
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    html:not(.light) .intl-tel-input .country-list{
        background-color: #010101;
    }

    .marquee-swiper {
        width: 100%;
        overflow: hidden;
        line-height: 0;
        pointer-events: none;
    }
    
    .marquee-slider .swiper-wrapper,
    .marquee-slider-2 .swiper-wrapper {
        transition-timing-function: linear !important;
    }
    
    .marquee-slider .swiper-slide {
        width: auto;
        display: flex;
        align-items: center;
    }
    
    .marquee-slider img {
        height: 36px; /* adjust */
        /* margin-right: 60px; */
    }

	.brightness-100 .marquee-slider img{
		filter: brightness(50);
	}

    .marquee-slider-2 .swiper-slide {
        width: auto;
        display: flex;
        align-items: center;
    }
    
    .marquee-slider-2 img {
        height: 136px; /* adjust */
        /* margin-right: 60px; */
    }
      
    .microsoft-inline-btns .button_style a {
        padding: 15px !important;
    }

    .lottie-col-counter .elementor-heading-title {
        background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%);
        background-clip: text;
        color: transparent !important;
    }
    
    .backdrop-blur{
        backdrop-filter: blur(10px);
    }

    .case-study-heading .elementor-heading-title {
        background: linear-gradient(270deg, #535353 0%, #FFFFFF 100%);
        color: transparent !important;
        background-clip: text;
    }
    html.light .case-study-heading .elementor-heading-title {
        background: linear-gradient(270deg, #535353 99.99%, #FFFFFF 100%);
        color: transparent !important;
        background-clip: text;
    }
    .study-qoute q{
        display: block;
        padding-inline: 20px;
    }
    .study-qoute q:before, .study-qoute q:after {
        position: absolute;
        font-size: 40px;
        background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%);
        background-clip: text;
        color: transparent;
        line-height: 100%;
    }
    .study-qoute q:before{
        top: -10px;
        left: 0;
    }

    .page-id-1793 .hero-container:after{
        height: 110px;
    }
    .page-id-1705 .hero-container:after{
        height: 160px;
    }
    .page-id-1793 .footer-contact-container{
        display: none;
    }

	.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title{
		display: none;
	}
	.wpcf7 form .wpcf7-response-output{
		    color: var(--e-global-color-9446707);
	}

	.iti-flag{
		background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/flags.webp');
	}

    .site-navigation-dropdown ul.menu li.current-menu-item:not(.menu-item-92) a[aria-current="page"]{
        background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%);
        color: #FFF !important;
    }
    .site-navigation-toggle-holder .site-navigation-toggle{
        color: #fff;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a{

    }


    /* mobile menu dropdown  */
    /* Position menu item */
    .menu-item-has-children {
        position: relative;
    }
    
    /* Dropdown toggle icon */
    .menu-dropdown-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
    }
    
    /* Arrow icon */
    .menu-dropdown-toggle::after {
        content: "▾";
        font-size: 24px;
        transition: transform 0.3s ease;
        color: var(--e-global-color-9446707);
    }
    .site-navigation-dropdown ul.menu li.current-menu-item a[aria-current="page"] + .menu-dropdown-toggle::after{
        color: #fff;
    }
    
    /* Rotate arrow when open */
    .menu-item.elementor-active > .menu-dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .site-navigation-dropdown ul.menu li.menu-item-has-children ul a {
        padding-left: 40px;
    }

    html:not(.light) .client-cs-logo img {
        filter: saturate(0) invert(1);
    }

    .footer-nav-links .elementor-icon-list-item a.active .elementor-icon-list-text{
        background: linear-gradient(270deg, #145EFE 0%, #1798D2 61.06%);
        background-clip: text;
        font-weight: 600;
        color: transparent;
    }

    .page-id-1419 .hero-container:after{
        height: 150px;
    }
  
    .legal-content p, .legal-content ul{
        margin-bottom: 1.5em;
    }

    .site-navigation ul.menu li a{
        padding: 12px 15px;
    }

	li#menu-item-2804 {
		border-top: 1px solid #eee;
		margin-top: 5px;
	}

    @media (max-width: 767px){
        #three-C-container{
            height: 350px !important;
        }
        .theme-toggle-icon{
            background: #4380d3;
            border-radius: 50%;
        }
        .testimonial-swiper {
            padding: 20px !important;
        }
        .testimonial-slider-wrapper .swiper-slide-active {
            transform: scale(1) !important;
        }
        .testimonial-card{
            padding: 30px 20px;
        }

        .page-id-1419 .hero-container:after{
            height: 50px;
        }

        .page-id-908 .hero-container:after{
            height: 100px;
        }

        .page-id-1004 .hero-container:after,
        .page-id-853 .hero-container:after{
            height: 400px;
        }

        .page-id-803 .hero-container:after{
            height: 150px;
        }

        .page-id-1253 .hero-container:after,
        .page-id-1041 .hero-container:after{
            height: 150px;
        }

        html.light .page-id-853 .hero-container:after {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FAFAFA 40%);
        }

    }
    @media (min-width: 768px){
        .lottie-col2 {
            position: relative;
            top: -90px;
        }
        .lottie-col3 {
            position: relative;
            top: -190px;
        }
    }
    @media (min-width: 1024px){
        .lottie-col3 {
            position: relative;
            top: -290px;
        }
    }
    @media (min-width: 981px){
        .menu-dropdown-toggle{
            display: none;
        }
        .counterrr .elementor-counter .elementor-counter-number-wrapper{
            flex: none;
            min-width: 220px;
        }
    }

    @media(min-width: 981px) and (max-width: 1200px){
        ul#menu-main-menu li a{
            font-size: 14px;
        }
        .site-navigation ul.menu li a{
            padding: 8px 10px;
        }
        .site-navigation ul.menu li.current-menu-item a{
            padding: 11px 16px 11px 16px;
        }
    }
    @media (max-width: 994px){
        
        header#site-header.is-scrolled{
            padding: 8px 0;
        }
    }


#legal-parent-list ul li.active {
    font-weight: 700;
}

#legal-child-list .legal-items-list {
  display: none;
  will-change: transform, opacity; /* GPU-accelerated for smoothness */
}

/* Show Terms list by default on load */
#legal-child-list #terms-list {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#legal-parent-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#legal-parent-list ul li {
  list-style: none;
  padding-left: 1.2em; /* reserve space so text doesn't jump */
  position: relative;
  cursor: pointer;
	width: fit-content;
}

#legal-parent-list ul li.active::before {
  content: '•';
  position: absolute;
  left: 0;
  color: currentColor; /* inherits your theme color */
}

/* Legal pages - remove contact forrm */
.page-id-2878 .footer-contact-container,
.page-id-2947 .footer-contact-container,
.page-id-3034 .footer-contact-container,
.page-id-3006 .footer-contact-container,
.page-id-3022 .footer-contact-container,
.page-id-3018 .footer-contact-container,
.page-id-2549 .footer-contact-container,
.page-id-3058 .footer-contact-container{
	display: none !important;
}