#dynamic-tabs {
	background: var(--outerspace);
}
#dynamic-tabs.sticky {
	position: fixed;
	top: 0px;
	z-index: 100000;
}
#dynamic-tabs > .elementor-container {
	width: calc(100% - 160px);
}

.custom-tabs-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom-tabs-wrapper ul {
	display: flex;
	list-style: none;
	column-gap: 50px;
	padding-left: 0px;
}
.custom-tabs-wrapper ul li {
	text-transform: capitalize;
	color: var(--white);
	margin: 0;
	cursor: pointer;
	font-size: var(--font-size-16);
	line-height: var(--line-height-150);
}

.custom-tabs-wrapper ul li a:hover{
	color: var(--white);
}

.custom-tabs-wrapper ul li.active {
	font-family: var(--gothambold);
}

.custom-tabs-wrapper .custom-tab-button-white,
.custom-tabs-wrapper .custom-tab-button {
	margin-left: auto;
	padding: 12px 16px;
	height: fit-content;
	width: auto;
	border: 0;
	border-radius: 5px;
	font-family: var(--gothammedium);
	font-size: var(--font-size-16);
	line-height: var(--line-height-std);
	cursor: pointer;
}

.custom-tabs-wrapper .custom-tab-button {
	background: var(--imperialred);
	color: var(--white) !important;
}
.custom-tabs-wrapper .custom-tab-button:hover {
	background: var(--white);
	color: var(--imperialred) !important;
}

.custom-tabs-wrapper .custom-tab-button-white {
	background: var(--white);
	color: var(--chineseblack);
}

.custom-tabs-wrapper .link-button {
	display: flex;
    gap: 24px;
	align-items: center;
	color: var(--white);
}

.custom-tabs-wrapper .links,
.custom-tabs-wrapper .buttons {
	display: flex;
    gap: 16px;
}

.custom-tabs-wrapper .links img {
    width: 30px;
}

.big-gap-tab-ctas .custom-tabs-wrapper .link-button {
	gap: 16px;
}
.big-gap-tab-ctas .custom-tabs-wrapper .link-button .buttons {
	margin: 0 0 0 8px;
}

@media only screen and (max-width: 1198px) {
	#dynamic-tabs > .elementor-container {
		width: calc(100% - 32px);
	}
}

@media only screen and (max-width: 767px) {
	.custom-tabs-wrapper .links {
		flex-basis: 20%;
	}
	.custom-tabs-wrapper .buttons {
		flex-basis: 45%;
	}
	.custom-tabs-wrapper .links {
		gap: 5px;
	}
	#dynamic-tabs > .elementor-container {
		margin: 0;
		width: 100%;
	}
	.custom-tabs-wrapper {
		flex-direction: column;
		align-items: start;
		overflow: auto;
        	scrollbar-width: none;	/* Firefox */
        	-ms-overflow-style: none;	/* Internet Explorer 10+ */
		scroll-behavior: smooth;
	}
	.custom-tabs-wrapper ::-webkit-scrollbar {
		display: none;	/* Chrome, Safari */
	}
	.custom-tabs-wrapper ul {
		margin: 17px 16px;
		gap: 20px !important;
		white-space: nowrap;
	}
	.custom-tabs-wrapper ul li {
		font-size: var(--font-size-14) !important;
	}
	.custom-tabs-wrapper .link-button {
		padding: 10px 16px 10px;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		white-space: nowrap;
		gap: 10px;
	}
	.big-gap-tab-ctas .custom-tabs-wrapper .link-button {
		gap: 5px;
	}
	.custom-tabs-wrapper .link-button .buttons,
	.custom-tabs-wrapper .custom-tab-button {
		width: auto;
		white-space: nowrap;
		text-align: center;
	}
	.custom-tabs-wrapper .custom-tab-button {
		font-size: 12px !important;
		padding: 12px !important;
	}
	.elementor-reverse-mobile > .elementor-container > :first-child {
		order: 1 !important;
	}
	.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
		order: 2 !important;
	}
}