:root {
	--hhh-white-color: #FFFFFF;
	--hhh-black-color: #000000;
	--hhh-dark-blue-color: #92D6FD;
	--hhh-light-blue-color: #92D6FD;
}

.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor p:first-child:last-child {
	margin-bottom: 0px;
}

.sub-heading-1,
.sub-heading-2 {
	position: relative;
}

.sub-heading-2 {
	display: flex;
	align-items: center;
}

.sub-heading-1:before,
.sub-heading-2:before {
	left: 8px;
	content: "";
	position: absolute;
	width: 10px;
    height: 10px;
    background: #1BC254;
    top: 50%;
    margin-top: -5px;
}

.doual-color-1 strong {
	font-weight: inherit;
	color: var(--hhh-light-blue-color);
}

.sub-heading-2.bullit-right:before {
	left: auto;
	right: 8px;
    margin-top: -6px;
}

.hhhub-location {
	cursor: pointer;
}

.hhhub-location .elementor-icon-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hhhub-location .elementor-icon-box-title {
    margin: 0px;
}

.hhhub-location.active,
.hhhub-location:hover {
    background: #0C499A !important;
}

.hhhub-location.active .elementor-icon-box-title,
.hhhub-location:hover .elementor-icon-box-title,
.hhhub-location.active .elementor-icon-box-description,
.hhhub-location:hover .elementor-icon-box-description {
    color: #FFFFFF !important;
}

.hhhub-location .elementor-icon-box-wrapper {
    flex-direction: row !important;
}

@media screen and (max-width:767px) {
	.hhhub-location .elementor-icon-box-icon {
		display: flex;
		align-items: center;
	}

	.hhhub-location .elementor-icon,
	.hhhub-location .elementor-icon-box-icon svg {
		width: 32px;
		height: 32px;
	}

	.hhhub-location .elementor-icon-box-wrapper {
		align-items: center !important;
	}
	
	.hide-on-mobile {
		display: none !important;
	}
}

@media screen and (min-width:768px) {
	.hide-on-tablet-desktop {
		display: none !important;
	}
}

.apply-button {
    padding: 0px !important;
    color: #0C499A !important;
	font-size: 18px !important;
	font-weight: 700 !important;
    background: transparent !important;
}

.job-title {
	font-weight: 600 !important;
}

.case-tags {
    gap: 8px;
    display: flex;
}

.case-tags .case-study-tag {
    padding: 7px 12px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
}

.full-casestudy-btn {
    padding: 0px !important;
    color: #1BC254 !important;
    font-size: 20px !important;
    text-align: left !important;
    font-weight: 600 !important;
    line-height: 100% !important;
	background: transparent !important;
    text-transform: uppercase !important;
}

.case-text p strong:first-child {
    color: #0C499A !important;
    font-weight: bold !important;
}

.case-text p {
    color: #64748B !important;
    font-size: 20px !important;
    line-height: 140% !important;
    letter-spacing: -0.04em !important;
}

.case-study-title {
	color: #1E293B !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	line-height: 100% !important;
}

.swiper {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* SVG country */
.hhhub-svg-map path.is-active,
.hhhub-svg-map .is-active path {
    fill: #000;
}

/* Pin */
.country-pin {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
    transform: translate(-50%, -100%);
    z-index: 10;
}

#hhhub-svg-map {
	position: relative;
}