/* breadcrumbs */
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.breadcrumbs a,
.breadcrumbs span {
	font-family: "Noto Sans SC", Sans-serif;
	text-wrap-mode: nowrap;
	font-weight: 400 !important;
	color: #0F366F !important;
	transition: 0.3s all;
}
.breadcrumbs a:hover,
.breadcrumbs .active {
	text-wrap-mode: nowrap;
	font-weight: 700 !important;
}
.hsfc-Step .hsfc-Step__Content {
	padding: 0;
}
.anchor-btn a.active {
	border-bottom: 2px solid #0F366F;
}

.nti-subpage-tab.main-tabs > .e-n-tabs > .e-n-tabs-heading {
	width: fit-content;
	border: 2px solid transparent;
    border-radius: 100px;
	background: linear-gradient(white, white) padding-box,
				linear-gradient(195deg, #37C0EB, #0F366F) border-box;
	padding: 2px;
	margin: 0 auto;
}
.nti-subpage-tab.main-tabs > .e-n-tabs > .e-n-tabs-heading button .e-n-tab-title-text{
	position: relative;
	min-width: 120px;
	justify-content: center;
}
.nti-global-tab .e-n-tabs .e-n-tabs-heading {
	border-bottom: 1px solid #E3E3E3;
}
.nti-global-tab.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover {
	color: #0F366F;
}

.nti-subpage-acc .e-n-accordion-item-title {
	border: none;
}
.nti-subpage-acc .e-n-accordion-item {
	background-color: #ffffff;
	border-radius: 24px;
}

.nti-fcva-table table {
	table-layout: fixed;
	border-collapse: collapse;
}
.nti-faq-acc .e-n-accordion-item .e-n-accordion-item-title {
	background: linear-gradient(195deg, #0F366F, #1C1A52) border-box;
}


/* ------------------------ Hotspot ------------------------*/
.nti-global-footprint .e-hotspot__button {
	cursor: auto;
}
@keyframes hotspot-soft-beat {
  0%   {transform: scale(1);}
  100% {transform: scale(1.3);}
}
.nti-global-footprint .e-hotspot__button .e-hotspot__icon {
	animation: hotspot-soft-beat .7s infinite alternate;
    animation-timing-function: ease;
}


/* ------------------------ News ------------------------*/

.term-bubble .elementor-post-info__terms-list-item {
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background: #37C3EB;
	border-radius: 24px;
}
.elementor-widget-loop-grid .e-loop__load-more a.elementor-button {
	
}
.nti-news-filters .e-filter .e-filter-item  {
	border-radius: 24px;
}
.nti-news-filters .e-filter .e-filter-item[aria-pressed="true"] {
	background-color: #37C0EB;
	color: white;
}
.tax-filter-toggle {
	width: 100%;
}
.tax-filter-dropdown {
	position: relative;
	width: fit-content !important;
	min-width: 150px !important;
}
.tax-filter-dropdown .tax-filter-toggle a {
	width: 100%;
		
}
.tax-filter-dropdown .tax-filter-toggle a .elementor-button-content-wrapper {
	justify-content: space-between;
}
.tax-filter-dropdown .elementor-widget-taxonomy-filter {
  	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}

.tax-filter-dropdown.active .elementor-widget-taxonomy-filter {
  display: block;
	max-width: 90vw !important;
	width: max-content;
	
}

.news-article h2 {
	color: var(--nanofilm-blue);
}
/* --------------------------- Breakpoints For Mobile Devices --------------------------- */

@media (max-width: 1600px) {}

@media (max-width: 1230px) {}

@media (max-width: 830px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {}