.section-mr_15 {
  padding-right: 15px;
}

.section-mr_80 {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-right: 15px;
  }
}

.section-ml_15 {
  padding-left: 15px;
}

.section-ml_80 {
  padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-left: 15px;
  }
}

.font-weight--bold-light {
  font-weight: 700;
}

.text-color-lightblue {
    color: #58a2f5;
}

.shadow-img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}


.shadow-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.txt-jgrey {
    color: #666 !important;
}

/*------- small screen trigger show --------*/

.header,
.header-bottom-wrap,
.header-area {
    overflow: visible;
}

@media (max-width: 1199px) {
    #hidden-icon-wrapper {
        display: none !important;
    }
}

.header.default-menu-style {
    display: flex;
    align-items: center;
}

#mobile-menu-trigger {
    margin-left: auto;
}

.mobile-navigation-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.mobile-navigation-icon i {
    display: block;
    width: 25px;
    height: 3px;
    background: #454545;
    position: relative;
}

.mobile-navigation-icon i::before,
.mobile-navigation-icon i::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #454545;
    left: 0;
}

.mobile-navigation-icon i::before {
    top: -8px;
}

.mobile-navigation-icon i::after {
    top: 8px;
}

/*------- close button on page top --------*/

.bg-theme-default {
    position: relative;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    gap: 10px;
}

/* text */
.top-message {
    margin: 0;
    flex: 1;
    text-align: center;
}

/* button */
.topbar-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .topbar-inner {
        justify-content: center;
    }

    .topbar-close {
        position: absolute;
        right: 10px;
    }
}


 .icon-wrapper {
    background-color: #086AD8;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }

.icon-wrapper-two {
    background-color: #086AD8;
    position: relative;
    margin: auto;
    font-size: 28px;
    height: 2.0em;
    width: 2.0em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }

.grids2 { 
	display:grid; 
	grid-template-columns:1fr 1fr; 
	gap:30px; 
	padding: 50px 0;
}

.cards2 { 
	border-radius:18px; 
	padding:25px; 
}

.legacys2 { 
	background:#fff6f0; 
	border:1px solid #f0d7c6; 
	text-align: left!important; 
}

.moderns2 { 
	background:#f2f8f3; 
	border:1px solid #cfe0d2; 
	text-align: left!important; }

.grids3 { 
	display:grid; 
	grid-template-columns: 1fr 1.5fr 1.5fr;
  	align-items: stretch;
}

.grids3 > div {
  padding: 20px;
  height: 100%;
}

.cards3-b { 
	border-top-left-radius: 18px;
	padding:25px; 
	font-weight: 600;
    text-align: center;
}

.cards3-m { 
	padding:25px; 
	font-weight: 600;
    text-align: center;
}

.cards3-c { 
	border-top-right-radius: 18px;
	padding:20px 25px; 
}



.cards4-b { 
	padding:20px 25px; 
}

.cards4-c { 
	padding:20px 25px; 
}

.cards5-b { 
	border-bottom-left-radius: 18px;
	padding:20px 25px; 
	font-weight: 600;
}

.cards5-c { 
	border-bottom-right-radius: 18px;
	padding:20px 25px; 
	font-weight: 600;
}

.legacys3 { 
	background:#fbfcfe; 
	border:1px solid #d9e1ee;
	align-items: center;
}

.lcolor{ 
	background:#faf1eb!important; 
}

.moderns3 { 
	background:#f2f8f3; 
	border:1px solid #cfe0d2; 
	align-items: center;
}


.text-under-heading-grey {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  /*color: #ababab;*/
  color: #454545;
  margin-top: 30px;
}

.section-under-heading-grey {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .grids2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .grids3 {
    grid-template-columns: 1fr;
  }

 .cards3-c { 
	border-top-right-radius: 0;
}
	
 .cards3-b { 
	border-top-right-radius: 18px;
}
	
.cards5-c { 
	border-bottom-left-radius: 18px;
}
	
.cards5-b { 
	border-bottom-left-radius: 0;
}
}


.text-16 {
	font-size: 16px!important;
}

.text-18 {
	font-size: 18px!important;
}

.text-20 {
	font-size: 20px!important;
}

.ht-box-icon.style-01.single-svg-icon-box:hover .mw-box-wrap {
    background-color: #e1eefc;
}

.footer-tagline {
    font-size: 18px;
    color: #4f5f78;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 500;
}


.footer-address {
    font-size: 17px;
    color: #6c7a90;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .blog-section-wrapper .section-title-wrap {
        text-align: center !important;
        margin-bottom: 30px;
    }

    .blog-section-wrapper .section-under-heading {
        margin-top: 15px !important;
    }
}

.metric-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 50px 0;
}

.metric-strip-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 25px 0;
}


@media (min-width: 992px) {
    .metric-strip-2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .metric-strip-2 {
        grid-template-columns: 1fr;
    }
}

.metric {
    border: 1px solid #d9e1ee;
    background: #f7f9fc;
    border-radius: 14px;
    padding: 18px 18px;
}

.metric strong {
    display: block;
    font-size: 24px;
    color: #2c3440;
    margin-bottom: 8px;
}

.chart-wrap {
    border: 1px solid #d9e1ee;
    border-radius: 18px;
    padding: 28px 28px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafe 100%);
    box-shadow: 0 12px 34px rgba(31, 56, 104, 0.05);
	margin: 0 15px;
}

.legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    justify-content: flex-end;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5f6f85;
    font-size: 13px;
    font-weight: 500;
}

.swatch.blue {
    background: #086AD8;
}

.swatch.orange {
    background: #e67e32;
}

.swatch {
    width: 12px;
    height: 12px;
    border-radius: 999px;
}

/* Homepage bar */
.bar-track {
	display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    border-radius: 14px;
    background: repeating-linear-gradient(to right, #edf1f8 0, #edf1f8 calc(10% - 1px), #dfe6f1 calc(10% - 1px), #dfe6f1 10%);
    overflow: hidden;
    border: 1px solid #dfe6f1;
	padding-right: 20px;
}

.bar-total {
	display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
}

.seg.blue {
    background: linear-gradient(90deg, #58a2f5, #086AD8);
}

.seg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 0 12px;
    white-space: nowrap;
}

.seg.orange {
    background: linear-gradient(90deg, #c86119, #e67e32);
}

.callout {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 25px;
    border-radius: 14px;
    background: rgba(255, 187, 0, 0.1);
    border: 1px solid #fb0;
}

.section-padding-clean-to {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .section-padding-clean-to {
    padding: 0 15px;
  }
}
.tco-row-flex {
  display: flex;
  align-items: center; 
}

.tco-percent {
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

.tco-note {
  text-align: right;
  font-size: 13px;
  color: #777;
}

/*.solutions-bg-image_one {
  background-color: #454545;
  background-image: url("../images/solutions/solutions_section_bg.png");
  background-repeat: no-repeat;
  background-position: top 0% right -68px;
  display: flex;
  background-size: cover; 
}*/

.bg_footcolor {
	background-color: #d2a98e;
}

.solutions-bg-image_one {
    position: relative;
    background: url('../images/solutions/solutions_section_bg.png') center / cover no-repeat;
}

.solutions-bg-image_one::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}


.solutions-bg-image_one > * {
    position: relative;
    z-index: 1;
}

.solutions-bg-image-two {
    position: relative;
    background: url('../images/solutions/solutions_section_work_ability_bg.png') center / cover no-repeat;
}

.solutions-bg-image-two::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}


.solutions-bg-image-three > * {
    position: relative;
    z-index: 1;
}

.solutions-bg-image-three {
    position: relative;
    background: url('../images/solutions/solutions_section_claims_bg.png') center / cover no-repeat;
}

.solutions-bg-image-three::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}


.solutions-bg-image-two > * {
    position: relative;
    z-index: 1;
}


.resources-bg-image > * {
    position: relative;
    z-index: 1;
}

.resources-bg-image {
    position: relative;
    background: url('../images/bg/10feature_bottom_bg.jpg') center / cover no-repeat;
}

.resources-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}

.rfq-bg-image > * {
    position: relative;
    z-index: 1;
}

.rfq-bg-image {
    position: relative;
    background: url('../images/bg/rfq_bottom_bg.png') center / cover no-repeat;
}

.rfq-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}

.totalcost-bg-image > * {
    position: relative;
    z-index: 1;
}

.totalcost-bg-image {
    position: relative;
    background: url('../images/bg/totalcost_bottom_bg.png') center / cover no-repeat;
}

.totalcost-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}


.businesscase-bg-image > * {
    position: relative;
    z-index: 1;
}

.businesscase-bg-image {
    position: relative;
    background: url('../images/bg/businesscase_bottom_bg.png') center / cover no-repeat;
}

.businesscase-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}

.proactive-bg-image > * {
    position: relative;
    z-index: 1;
}

.proactive-bg-image {
    position: relative;
    background: url('../images/bg/proactive-absence-claims-management-general_bottom_bg.jpg') center / cover no-repeat;
}

.proactive-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100% 
    );
}

.feature-bg-image > * {
    position: relative;
    z-index: 1;
}

.feature-bg-image {
    position: relative;
    background: url('../images/bg/10feature_bottom_bg.jpg') center / cover no-repeat;
}

.feature-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.WCB-bg-image > * {
    position: relative;
    z-index: 1;
}

.WCB-bg-image {
    position: relative;
    background: url('../images/bg/wcb-wsib-claims_bottom_bg.jpg') center / cover no-repeat;
}

.WCB-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.absenteeism-bg-image > * {
    position: relative;
    z-index: 1;
}

.absenteeism-bg-image {
    position: relative;
    background: url('../images/bg/absenteeism_bottom_bg.jpg') center / cover no-repeat;
}

.absenteeism-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.accommodation-cases-bg-image > * {
    position: relative;
    z-index: 1;
}

.accommodation-cases-bg-image {
    position: relative;
    background: url('../images/bg/accommodation-cases-mission-bottom_bg.jpg') center / cover no-repeat;
}

.accommodation-cases-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.municipal-bg-image > * {
    position: relative;
    z-index: 1;
}

.municipal-bg-image {
    position: relative;
    background: url('../images/bg/municipal_bottom_bg.jpg') center / cover no-repeat;
}

.municipal-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.schoolboard-bg-image > * {
    position: relative;
    z-index: 1;
}

.schoolboard-bg-image {
    position: relative;
    background: url('../images/bg/schoolboard_bottom_bg.jpg') center / cover no-repeat;
}

.schoolboard-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.home-bottom-bg-image > * {
    position: relative;
    z-index: 1;
}

.home-bottom-bg-image {
    position: relative;
    background: url('../images/home/home_bottom_img.png') center / cover no-repeat;
}

.home-bottom-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.software-bg-image > * {
    position: relative;
    z-index: 1;
}

.software-bg-image {
    position: relative;
    background: url('../images/bg/software_bottom_bg.png') center / cover no-repeat;
}

.software-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}
.solutions-safety-bg-image {
    position: relative;
    background: url('../images/solutions/solutions_section_safety_bg.png') center / cover no-repeat;
}

.solutions-safety-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.solutions-safety-bg-image > * {
    position: relative;
    z-index: 1;
}

.solutions-safety-bg-image {
    position: relative;
    background: url('../images/solutions/solutions_section_safety_bg.png') center / cover no-repeat;
}

.solutions-safety-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}

.solutions-section8-bg-image > * {
    position: relative;
    z-index: 1;
}

.platform-bg-image_one {
    position: relative;
    background: url('../images/platform/platform_bottom_bg.png') center / cover no-repeat;
}

.platform-bg-image_one::before {
    content: "";
    position: absolute;
    inset: 0;
	opacity: 90%;

	background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}


.platform-bg-image_one > * {
    position: relative;
    z-index: 1;
}

.public-bg-image_one {
    position: relative;
    background: url('../images/bg/public_bottom_bg.png') center / cover no-repeat;
}

.public-bg-image_one::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}


.public-bg-image_one > * {
    position: relative;
    z-index: 1;
}

.about-bg-image_one {
    position: relative;
    background: url('../images/about/about_bottom_bg.png') center / cover no-repeat;
}

.about-bg-image_one::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
		135deg,
		rgba(11, 95, 172, 0.98) 30%,
		rgba(11, 95, 172, 0.90) 60%,
		rgba(11, 95, 172, 0.80) 70%,
		rgba(11, 95, 172, 0.65) 100%
	);
}


.about-bg-image_one > * {
    position: relative;
    z-index: 1;
}

.ht-btn2--outline {
  border-width: 1px;
  line-height: 54px;
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.ht-btn2--outline:hover, .ht-btn2--outline:focus, .ht-btn2--outline:active {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  border-color: transparent;
  background: #086AD8;
  color: #ffffff;
}

.section-light
 {
    background: #f7f9fc;
}

.ht-box-images .heading {
    transition: color 0.3s ease;
}

.ht-box-images:hover .heading {
    color: #086ad8;
}

.custom-gradation-even .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-gradation-even .content-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.custom-gradation-even .text {
    flex-grow: 1;
    margin-bottom: 20px;
}

.accommodation-managed .heading {
    font-size: 20px;
    line-height: 1.5;
}

.accommodation-managed .text {
    font-size: 18px;
    line-height: 1.5;
}

.manage-workability-img {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.platform-img {
    width: 80%;
    max-width: 760px;
    display: block;
    margin: auto;
    border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

@media (max-width: 768px) {
  .platform-img {
    width: 100%;
  }
}

.platform-img-two {
    width: 70%;
    display: block;
    margin: auto;
    border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

@media (max-width: 768px) {
  .platform-img-two {
    width: 100%;
  }
}

/* Public sector page*/
.public-bg {
  background-image: url("../images/bg/public_header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Platform page*/
.platform-bg {
  background-image: url(../images/bg/platform_header_bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Platform tabs styling */
.custom-platform-tabs .nav-link {
    display: block;
    background: #f4f8ff;
    border-top: 5px solid #086ad8 !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
	font-size: 18px;
    font-weight: 700 !important;
    padding: 18px 22px !important;
    margin: 0 8px;
}

/* Hover effect */
.custom-platform-tabs .nav-link:hover {
    background: #fff;
}

/* Active tab */
.custom-platform-tabs .nav-link.active {
    border-top: 4px solid #086ad8;
    font-weight: 700 !important;
}

/* about page*/
.about-bg {
  background-image: url("../images/bg/about_header_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.resources-bg {
  background-image: url("../images/bg/resources_header_bg_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-main-bg {
  background-image: url("../images/bg/solutions_header_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-safety-management-bg {
  background-image: url("../images/bg/safety_management_header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-absence-management-bg {
  background-image: url("../images/bg/absence_management_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-claim-management-bg {
  background-image: url("../images/bg/claim_management_header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-work-ability-manage-bg {
  background-image: url("../images/bg/work_ability_manage_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-header-bg {
  background-image: url("../images/bg/contact_header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.image-80 {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}


input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

/* when checked */
input[type="checkbox"]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* check mark */
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-wrap {
    display: flex;
    align-items: center; /* vertical center */
    gap: 8px;
}

button:disabled,
.ht-btn:disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.featured-insight {
	padding: 50px 20px;
}

.featured-subtitle {
      text-align: center;
      max-width: 760px;
      margin: 0 auto 40px;
      color: #64748b;
      line-height: 1.6;
      font-size: 17px;
    }

    .featured-card {
      background: #ffffff;
      border: 1px solid #dbe5f1;
      border-radius: 12px;
      padding: 34px;
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 36px;
      align-items: center;
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    }

    .featured-image {
       flex: 0 0 40%;  
      border: 1px dashed #b7c7dd;
      border-radius: 8px;
      min-height: 230px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #64748b;
      text-align: center;
      padding: 24px;
      font-weight: 600;
    }

.featured-image img {
    width: 100%;
    height: auto;
	display: block;
}

.featured-subtext {

            font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
            letter-spacing: 2px;
            color: #d2a98e;

        }

.res-subtext {

            font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
            color: #086ad8;
	        letter-spacing: 2px;
			background-color: #eef5ff;

        }

/* Featured Insight - Look more link */
.featured-btn {
    color: #0076bc !important;
    transition: all 0.3s ease;
}

.featured-btn .button-text,
.featured-btn .button-icon {
    color: #0076bc !important;
	font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
}

/* Hover color */
.featured-btn:hover,
.featured-btn:hover .button-text,
.featured-btn:hover .button-icon {
    color: #d2a98e !important;
}

/* Recommended Reading Path List */
.res-numbered-list {
    text-align: left;
    padding-left: 25px;
    margin-top: 15px;
}

.res-numbered-list li {
    margin-bottom: 14px;
    line-height: 1.6;
    color: #333;
    font-size: 18px;
}

.res-numbered-list li::marker {
    color: #0076bc;
    font-weight: 700;
}

.res-numbered-list a {
    color: #0076bc;
    text-decoration: none;
}

.res-numbered-list a:hover {
    color: #38cb89;
    text-decoration: underline;
}

.res-tag {
      display: inline-block;
      background: #eaf2ff;
      color: #2563eb;
      border-radius: 999px;
      padding: 3px 10px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 16px;
    }

.res-tag2 {
      display: inline-block;
      background: #eaf2ff;
      color: #2563eb;
      border-radius: 999px;
      padding: 3px 10px;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 16px;
    }

.breadcrumb-area-small {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

.resource-breadcrumb {
    background-color: #086AD8;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
	opacity: 85%;
}

.resource-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.resource-breadcrumb a:hover {
    opacity: 0.75;
    text-decoration: underline;
}

.resource-breadcrumb span {
    margin: 0 8px;
}

.resource-breadcrumb .current {
    font-weight: 600;
}

.article-meta {
    background: #f7f9fb;
    padding: 12px 0;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.article-meta .divider {
    margin: 0 12px;
    color: #999;
}

/* SIDEBAR on Resources blog */

    .article-sidebar {
      position: sticky;
      top: 24px;
    }

    .sidebar-card {
      background: #ffffff;
      border: 1px solid #dbe5f1;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
      margin-bottom: 30px;
    }

    .sidebar-card h3 {
      margin: 0 0 14px;
      font-size: 22px;
      color: #1f2937;
    }

    .sidebar-card p {
      color: #64748b;
      margin: 0 0 18px;
      font-size: 16px;
      line-height: 1.6;
    }

    .toc-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .toc-list li {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.4;
    }

    .toc-list a {
      color: #334155;
      font-weight: 600;
    }

    .toc-list a:hover {
      color: #2563eb;
    }

    /* CTA BLOCKS */

    .inline-cta {
      background: #eef5ff;
      border-left: 5px solid #2563eb;
      border-radius: 12px;
      padding: 30px;
      margin: 44px 0;
    }

    .inline-cta h3 {
      margin: 0 0 12px;
      color: #1f2937;
      font-size: 24px;
    }

    .inline-cta p {
      margin-bottom: 22px;
      color: #334155;
    }

    .bottom-cta {
      background: #f5f8fc;
      padding: 72px 0;
      text-align: center;
      border-top: 1px solid #dbe5f1;
    }

    .bottom-cta h2 {
      max-width: 780px;
      margin: 0 auto 16px;
      font-size: 34px;
      line-height: 1.25;
    }

    .bottom-cta p {
      max-width: 720px;
      margin: 0 auto 28px;
      color: #64748b;
      font-size: 18px;
    }

    .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* RELATED ARTICLES */

    .related-articles {
      padding: 72px 0;
      background: #ffffff;
    }

    .related-articles h2 {
      text-align: center;
      font-size: 32px;
      margin: 0 0 12px;
    }

    .related-subtitle {
      text-align: center;
      color: #64748b;
      max-width: 720px;
      margin: 0 auto 40px;
      font-size: 17px;
    }

    .related-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .related-card {
      border: 1px solid #dbe5f1;
      border-radius: 10px;
      padding: 26px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    }

    .related-card h3 {
      font-size: 21px;
      line-height: 1.3;
      margin: 0 0 12px;
      color: #1f2937;
    }

    .related-card p {
      color: #64748b;
      margin: 0 0 16px;
      font-size: 15px;
    }

    .text-link {
      color: #2563eb;
      font-weight: 700;
    }

    /* RESPONSIVE */

    @media (max-width: 980px) {
      .article-layout {
        grid-template-columns: 1fr;
      }

      .article-sidebar {
        position: static;
      }

      .related-grid {
        grid-template-columns: 1fr;
      }

      .article-hero h1 {
        font-size: 36px;
      }

      .article-subtitle {
        font-size: 18px;
      }
    }

    @media (max-width: 640px) {
      .article-hero {
        padding: 42px 0 48px;
      }

      .article-page {
        padding: 44px 0;
      }

      .article-hero h1 {
        font-size: 32px;
      }

      .article-content h2 {
        font-size: 26px;
      }

      .article-content h3 {
        font-size: 22px;
      }

      .bottom-cta h2 {
        font-size: 28px;
      }
    }

.article-anchor {
    scroll-margin-top: 120px;
}

.card-custom { 
	background:#f0f8ff; 
	border-radius:8px; 
	box-shadow:0 2px 8px 
	rgba(0,0,0,0.05); 
}

.action-header { 
	padding:20px; 
	border-left: 5px solid #2563eb; 
}

.anybg {
	background-color: #eef5ff!important;
}

.facebook i,
.linkedin i {
    font-size: 20px;
}

.facebook:hover i,
.linkedin:hover i {
    color: #0076bc !important;
}

.back-to-resources-btn {
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            border-radius: 30px;
            background: rgba(0, 118, 188, 0.08);
            color: #086AD8;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .back-to-resources-btn:hover,
        .back-to-resources-btn:focus {
            background: #086AD8;
            color: #fff;
        }

.back-to-resources {
    text-align: right;
    margin-bottom: 20px;
}

.sml-tag-bg {
	display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(0, 118, 188, 0.08);
    color: #086AD8;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
	
}

.feature-images__four .ht-box-images {
    height: 100%;
}

.feature-images__four .image-box-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ht-tab-menu .nav-link {
    transition: all .3s ease;
}

.ht-tab-menu .nav-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.metric-strip-2 .content{
    display:flex;
    flex-direction:column;
    height:100%;
}

.metric-strip-2 .text-primary{
    margin-top:auto;
}

@media (max-width: 991px) {
    .section-ml_80 {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .bar-track {
        margin-top: 20px;
    }

    .seg {
        font-size: 12px;
        padding: 8px 4px;
    }
}

.breadcrumb-area-gre-bg {
  background-color: #f5fcf3!important;
  background-image: url("../images/bg/resources-green-bg-image.png")!important;
}

.checklist-preview {
      border: 1px solid #dce7f3;
      border-radius: 18px;
      overflow: hidden;
      margin: 28px 0 34px;
      background: #fff;
    }

    .checklist-preview table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.96rem;
    }

    .checklist-preview th {
      background: #eef5ff;
      color: #15324b;
      text-align: left;
      padding: 14px 16px;
      border-bottom: 1px solid #dce7f3;
    }

    .checklist-preview td {
      padding: 14px 16px;
      border-bottom: 1px solid #dce7f3;
      vertical-align: top;
    }

    .checklist-preview tr:last-child td { border-bottom: none; }

	/* Hero New */

	.heronew{
      min-height:560px;
      display:flex;
	  align-items:center;
	  justify-content:center;
	  text-align:center;
	  color:#fff;
      background:
		linear-gradient(90deg, rgba(17, 58, 80, 0.92), rgba(17, 58, 80, 0.78)),
		url("../images/hero/home-hero-image.jpg") center center / cover no-repeat;
      position:relative;
    }
    .heronew .container{
		position:relative;
		z-index:2;
	}

    .heronew p{
		font-size:1.12rem;
		max-width:910px;
		margin:0 auto 1.05rem;
		color:rgba(255,255,255,.94);
		font-weight:500;
	}

    .heronew .hris-line{
		font-weight:800;
		color:#fff;
	}

    .heronew-actions{
		display:flex;
		gap:1rem;
		justify-content:center;
		flex-wrap:wrap;
		margin-top:2rem;
	}

.come-soon-background {
	background:
		linear-gradient(90deg, rgba(17, 58, 80, 0.92), rgba(17, 58, 80, 0.78)),
		url("../images/bg/come-soon-bg.jpg") center center / cover no-repeat!important;
      position:relative;
}

    .trust-cards{
        transform:translateY(-30px);
		margin-bottom:-30px;
		position:relative;
		z-index:4;
    }
	
	.trust-card{
      background:#fff;
	  border-top: 5px solid #0876df;
	  box-shadow: 0 14px 36px rgba(15,55,90,.10);
      min-height:92px;
	  display:flex;
	  align-items:center;
	  justify-content:center;
	  text-align:center;
      padding:1.25rem;
	  border-radius:2px;
	  font-weight:750;
	  color:#51616d;
    }

    .trust-card.green{
		background:#effaf5;
	}

    .trust-card.blue-soft{
		background:#ecfbff;
	}

	.eyebrow {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .9rem;
    font-weight: 900;
    color: #6aaef0;
    margin: 1rem 0;
	}

	.herotext {
    font-size: clamp(2.7rem, 7vw, 5.5rem);
    font-weight: 900;
    color: #fff;
    margin: 0 auto 0.8rem;
    max-width: 1120px;
	letter-spacing: -.035em;
    line-height: 1.1;
	display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
	}

	.comingsoon-text {
    font-size: clamp(2.7rem, 7vw, 5.5rem);
    font-weight: 700;
    color: #6aaef0;
    margin: 0 auto 0.8rem;
    max-width: 1120px;
	letter-spacing: -.035em;
	display: block;
    unicode-bidi: isolate;
	}

.bg-lightpink {
	background-color: #f7f9fb;
}

.txt-space {
	letter-spacing: -.025em!important;
}

.txt-space-02 {
	letter-spacing: -.035em!important;
}
	
.cta-bg-image_one_new {
  background-color: #223947;
  background-image: url(../images/bg/home_section4_new_bg.jpg);
  background-repeat: no-repeat;
  background-position: top 35% right -68px;
}

.box-image-left {
  text-align: left;
  margin-bottom: 30px;
  color: #086AD8;
}

.ht-btn--outline-wht {
  border-width: 1px;
  line-height: 54px;
  background: #086AD8;
  border-color: #fff;
  color: #fff;
}
.ht-btn--outline-wht:hover, .ht-btn--outline-wht:focus, .ht-btn--outline-wht:active {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  background: #fff;
  color: #086AD8;
  border-color: #fff;
  border-width: 1px;
}

/* download form */
        .lead-form-card {
            background: #fff;
            border: 1px solid #dfe8ef;
            border-radius: 18px;
            padding: 32px;
            box-shadow: 0 14px 40px rgba(13, 83, 127, 0.10);
        }
        .lead-form-card h3 { margin-bottom: 10px; }
        .lead-form-intro { color: #506270; margin-bottom: 35px; line-height: 1.6; }
        .lead-form-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }
        .lead-form-field { margin: 0; }
        .lead-form-field.full-width { grid-column: 1 / -1; }
        .lead-form-field label {
            display: block;
            margin-bottom: 7px;
            color: #17384d;
            font-size: 18px;
            font-weight: 600;
        }
        .lead-form-field input,
        .lead-form-field select,
        .lead-form-field textarea {
            width: 100%;
            min-height: 50px;
            padding: 12px 14px;
            border: 1px solid #cbd8e1;
            border-radius: 9px;
            background: #fff;
            color: #203642;
            font: inherit;
            transition: border-color .2s ease, box-shadow .2s ease;
        }
        .lead-form-field textarea { min-height: 105px; resize: vertical; }
        .lead-form-field input:focus,
        .lead-form-field select:focus,
        .lead-form-field textarea:focus {
            outline: none;
            border-color: #0076bc;
            box-shadow: 0 0 0 3px rgba(0, 118, 188, 0.13);
        }
        .required-mark { color: #b42318; }
        .field-note { display: block; margin-top: 5px; color: #6b7c87; font-size: 13px; }
        .lead-consent {
            display: flex;
            align-items: flex-start;
            gap: 11px;
            margin-top: 20px;
            padding: 15px;
            border-radius: 10px;
            background: #f4f9fc;
        }
        .lead-consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
        .lead-consent label { margin: 0; color: #425b69; font-size: 14px; line-height: 1.55; }
        .captcha-placeholder {
            margin-top: 18px;
            padding: 16px;
            border: 1px dashed #9bb6c6;
            border-radius: 10px;
            background: #f9fcfe;
            color: #516a78;
            font-size: 14px;
            text-align: center;
        }
        .lead-submit-row { margin-top: 24px; }
        .lead-submit-row .ht-btn { width: 100%; justify-content: center; }
        .form-error { display: none; color: #b42318; margin-top: 7px; font-size: 13px; }
        .lead-form-field.has-error input,
        .lead-form-field.has-error select { border-color: #b42318; }
        @media (max-width: 767px) {
            .lead-form-card { padding: 22px 18px; border-radius: 14px; }
            .lead-form-grid { grid-template-columns: 1fr; }
            .lead-form-field.full-width { grid-column: auto; }
        }

		/* end */

	.download-panel {
      background: linear-gradient(135deg, #0b70d6, #005eb8);
      color: #fff;
      border-radius: 24px;
      padding: 32px;
      margin: 36px 0;
    }
    .download-panel h4 { 
		color: #fff; 
		margin: 0 0 20px; 
	}

    .download-panel p { 
		color: rgba(255,255,255,.92); 
		margin: 0 0 20px; 
	}

    .download-panel .btn { 
		background: #fff; 
		color: #086AD8; 
		border-color: #fff; 
		font-weight: 700;
	}

    .download-panel .btn:hover { 
		background: #dbe5f1; 
	}

/* thank you card */

	.thank-you-section {
            min-height: 560px;
			display: flex;
			align-items: center;
			position: relative;
			background:
        linear-gradient(rgba(13, 83, 127, 0.55), rgba(13, 83, 127, 0.78)),
        url(../images/bg/thank-you-card-bg.jpg) center / cover no-repeat;
		
        }
        
	.thank-you-card {
            max-width: 760px;
            margin: 0 auto;
            padding: 60px 50px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 15px 45px rgba(13, 83, 127, 0.10);
        }

     .thank-you-icon {
            width: 82px;
            height: 82px;
            margin: 0 auto 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 36px;
            background: #0076bc;
            border-radius: 50%;
        }

     .thank-you-card h1 { 
		 color: #0d537f; 
		}

     .thank-you-card p { 
		 max-width: 610px; 
		 margin-left: auto; 
		 margin-right: auto; 
		}

     .thank-you-actions { 
		 display: flex; 
		 justify-content: center; 
		 gap: 15px; 
		 flex-wrap: wrap; }

     @media (max-width: 575px) {
            .thank-you-section { min-height: 500px; }
            .thank-you-card { padding: 45px 24px; }
            .thank-you-card h1 { font-size: 34px; }
            .thank-you-actions .ht-btn { width: 100%; }
        }