/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2026 | 18:47:22 */
/* Hide real tabs after 13, NOT expand toggle */
.tabs-wrapper .e-n-tabs-heading > .e-n-tab-title:nth-child(n+12):not(.tabs-expand-toggle) {
    display: none;
}

/* FORCE show all real tabs when expanded */
.tabs-wrapper.expanded .e-n-tabs-heading > .e-n-tab-title:not(.tabs-expand-toggle) {
    display: flex !important;
}

/* Expand / Less styling */
.tabs-expand-toggle {
    cursor: pointer;
    color: #008EE0 !important;
    font-weight: 600;
    white-space: nowrap;
	font-size: 24px;
}

.tabs-expand-toggle:hover {
    cursor: pointer;
    color: #008EE0 !important;
	background-color: white !important;
    font-weight: 600;
    white-space: nowrap;
	font-size: 24px;
}

.tabs-expand-toggle.e-n-tab-title.not-expanded::after {
    content: "";
    width: 24px;
    height: 24px;
    top: 13px;
    left: 37%;
    background-image: url(https://staging.daxprojects.com/omnilaw/wp-content/uploads/2026/02/arrow-right-3.svg);
}

.tabs-wrapper .e-n-tabs-heading > .e-n-tab-title {
    transition: .3s ease all;
}

/* Slick CSS */
.items-wrapper .slick-track .slick-slide {
    margin: 0 30px;
}
.items-wrapper .slick-list{
	padding: 0 200px !important;
}
.items-wrapper ul.slick-dots {
    bottom: 40px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}
.items-wrapper ul.slick-dots li button::before {
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 100px;
    transition: .3s ease all;
}
.items-wrapper ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}
.items-wrapper ul.slick-dots li.slick-active {
    width: 25px;
}
.items-wrapper ul.slick-dots li.slick-active button::before {
    background: #008ee0;
    width: 25px;
}
.items-wrapper ul.slick-dots li {
    width: 10px;
    height:10px;
    margin: 0 2px;
}

@media(max-width: 1025px){
	.items-wrapper .slick-list{
		padding: 0 130px !important;
	}
	.items-wrapper .slick-track .slick-slide {
    	margin: 0 20px;
	}
}
@media(max-width: 769px){
	.items-wrapper .slick-list{
		padding: 0 80px !important;
	}
	.items-wrapper .slick-track .slick-slide {
    	margin: 0 10px;
	}
}
@media(max-width: 576px){
	.items-wrapper .slick-list{
		padding: 0 20px !important;
	}
	.items-wrapper .slick-track .slick-slide {
    	margin: 0 5px;
	}
}