/*
Theme Name: HRMS
Theme URI: https://www.hrms.com
Author: Wpmaster
Author URI: https://www.hrms.com
Description: A WordPress theme frame work
Requires at least: WordPress 5.0.0
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hrms
Tags: blog, news, photography, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/
/* @font-face {
	font-family: 'Gilroy-Light';
	src: url(fonts/Gilroy-Light.eot);
	src: url(fonts/Gilroy-Light.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Gilroy-Light.otf) format('otf'),
		 url(fonts/Gilroy-Light.svg#Gilroy-Light) format('svg'),
		 url(fonts/Gilroy-Light.ttf) format('truetype'),
		 url(fonts/Gilroy-Light.woff) format('woff'),
		 url(fonts/Gilroy-Light.woff2) format('woff2');
} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

html,
body {
	font-size: 100%;
	height: 100%;
}

body {
	margin: 0;
	background-color: #E5E5E5;
	transition: all 0.5s ease;
	/*transition: all 0.5s ease-in-out;*/
}

body,
th,
td,
input,
textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.text {
	background: #FFFFFF;
	border: none;
	padding: 1px;
}

input.button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

h1,
h2,
h3 {
	color: #000000;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p,
ul,
ol {
	font-size: 16px;
	line-height: 28px;
}

blockquote {
	margin-left: 36px;
	margin-right: 36px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	border: none;
}

h1 a,
h2 a,
h3 a {
	border: none;
	color: #333333;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	background: none;
	color: #371015;
}

hr {
	display: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 15px 0;
	transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

.site-header.is-sticky {
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	background: linear-gradient(135deg, #caedf8 0%, #42cad8 32%, #1c44a0 70%, #12308a 100%);
}
.header-inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	height: auto;
	justify-content: space-between;
}

/* Logo */
.header-logo {
	flex-shrink: 0;
	display: flex;
}

.header-logo a {
	display: block;
	line-height: 0;
}

.header-logo img,
.header-logo svg {
	height: 70px;
	width: auto;
	display: block;
}

/* Primary Nav */
.header-nav {
	display: flex;
}

.header-nav .primary-menu {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header-nav .primary-menu>li {
	position: relative;
}

.header-nav .primary-menu>li>a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 10px 16px;
	color: #ffffff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	transition: text-decoration-color 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

/* Down-arrow indicator on desktop parent items */
.header-nav .primary-menu>li.menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	transform: rotate(45deg);
	margin-top: -3px;
	transition: transform 0.25s ease, border-color 0.2s ease;
	flex-shrink: 0;
}

.header-nav .primary-menu>li.menu-item-has-children>a:hover::after {
	border-color: #ffffff;
}

.header-nav .primary-menu>li>a:hover,
.header-nav .primary-menu>li.current-menu-item>a,
.header-nav .primary-menu>li.current_page_item>a,
.header-nav .primary-menu>li.current-menu-ancestor>a {
	text-decoration: underline;
	text-decoration-color: #ffffff;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

/* Dropdown Sub-menu */
.header-nav .primary-menu ul {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #1265a0;
	list-style: none;
	min-width: 210px;
	padding: 8px 0;
	border-radius: 4px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
	z-index: 1000;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header-nav .primary-menu > li:hover > ul {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.header-nav .primary-menu ul li {
	position: relative;
}

.header-nav .primary-menu ul li a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease;
}

.header-nav .primary-menu ul li a:hover {
	background: rgba(255, 255, 255, 0.12);
}

/* CTA Buttons */
.header-cta {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-cta-contact,
.header-cta-demo {
	display: inline-block;
	padding: 9px 24px;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	color: #ffffff;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.header-cta-contact {
	border: 2px solid #ffffff;
	background: transparent;
}

.header-cta-contact:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 2px solid #ffffff;
}

.header-cta-demo {
	background: #ffffff;
	color: #1265a0;
	border: 2px solid #ffffff;
	font-weight: 400;
}

.header-cta-demo:hover {
	background: #e8f4fb;
	color: #1265a0;
	border: 2px solid #ffffff;
}

/* ============================================================
   Mobile Hamburger Button
   ============================================================ */
.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 4px;
	margin-left: auto;
	border-radius: 6px;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.mobile-menu-toggle:hover {
	background: rgba(255, 255, 255, 0.12);
}

.mobile-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.25s ease,
		width 0.25s ease;
	transform-origin: center;
}

.mobile-menu-toggle.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-active span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.mobile-menu-toggle.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
   Overlay backdrop
   ============================================================ */
.mobile-menu-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(5, 20, 50, 0.55);
	z-index: 9998;
	opacity: 0;
	transition: opacity 0.35s ease;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.mobile-menu-overlay.is-visible {
	display: block;
}

.mobile-menu-overlay.is-active {
	opacity: 1;
}

/* ============================================================
   Drawer panel
   ============================================================ */
.mobile-menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	max-width: 85vw;
	background: linear-gradient(180deg, #0d2c6e 0%, #1265a0 55%, #0e8a7a 100%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transform: translateX(-100%);
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	box-shadow: 6px 0 40px rgba(5, 20, 50, 0.35);
}

.mobile-menu-wrap.is-open {
	transform: translateX(0);
}

/* White radial glow behind the drawer header */
.mobile-menu-wrap::before {
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	left: 15%;
	top: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 8%, rgba(255, 255, 255, 0.75) 18%, rgba(255, 255, 255, 0.45) 32%, rgba(255, 255, 255, 0.18) 48%, rgba(11, 194, 214, 0.20) 65%, rgba(3, 130, 188, 0.50) 80%, rgba(0, 76, 143, 0.85) 92%, rgba(0, 76, 143, 1) 100%);
	filter: blur(30px);
}

/* ---- Drawer header (logo + close) ---- */
.mobile-menu-drawer-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.15);
}

.mobile-menu-drawer-logo a {
	display: block;
	line-height: 0;
}

.mobile-menu-drawer-logo img {
	height: 46px;
	width: auto;
	display: block;
}

.mobile-menu-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mobile-menu-close:hover {
	background: rgba(255, 255, 255, 0.22);
	transform: rotate(90deg);
}

/* ---- Scrollable nav area ---- */
.mobile-menu-inner {
	position: relative;
	z-index: 1;
	flex: 1;
	overflow-y: auto;
	padding: 8px 0 16px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.mobile-menu-inner::-webkit-scrollbar {
	width: 4px;
}

.mobile-menu-inner::-webkit-scrollbar-track {
	background: transparent;
}

.mobile-menu-inner::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}

/* ---- Nav items ---- */
.mobile-menu-wrap .mobile-primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu-wrap .mobile-primary-menu>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 0;
	transform: translateX(-18px);
	transition: opacity 0.32s ease, transform 0.32s ease;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li {
	opacity: 1;
	transform: translateX(0);
}

/* Stagger each item */
.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(1) {
	transition-delay: 0.08s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(2) {
	transition-delay: 0.13s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(3) {
	transition-delay: 0.18s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(4) {
	transition-delay: 0.23s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(5) {
	transition-delay: 0.28s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(6) {
	transition-delay: 0.33s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(7) {
	transition-delay: 0.38s;
}

.mobile-menu-wrap.is-open .mobile-primary-menu>li:nth-child(8) {
	transition-delay: 0.43s;
}

.mobile-menu-wrap .mobile-primary-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 22px;
	color: #ffffff;
	font-size: 15px;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.18s ease, padding-left 0.18s ease;
	letter-spacing: 0.01em;
}

.mobile-menu-wrap .mobile-primary-menu li a:hover {
	background: rgba(255, 255, 255, 0.1);
	padding-left: 28px;
}

.mobile-menu-wrap .mobile-primary-menu li.menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(255, 255, 255, 0.7);
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	transform: rotate(45deg);
	/* ↓ down — item is collapsed */
	flex-shrink: 0;
	margin-left: 8px;
	margin-top: -3px;
	transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
}

.mobile-menu-wrap .mobile-primary-menu li.menu-item-has-children.is-open>a::after {
	transform: rotate(-135deg);
	/* ↑ up — item is expanded */
	margin-top: 3px;
	border-color: rgba(255, 255, 255, 1);
}

/* ---- Sub-menu ---- */
.mobile-menu-wrap .mobile-primary-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	background: rgba(0, 0, 0, 0.18);
}

.mobile-menu-wrap .mobile-primary-menu ul li a {
	font-size: 14px;
	padding: 11px 22px 11px 38px;
	opacity: 0.88;
	font-weight: 400;
}

.mobile-menu-wrap .mobile-primary-menu ul li a:hover {
	padding-left: 44px;
}

/* ---- CTA footer ---- */
.mobile-menu-footer {
	position: relative;
	z-index: 1;
	padding: 20px 20px 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.2);
}

/* Section label above buttons */
.mobile-menu-footer::before {
	content: 'Get in touch';
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

/* Entrance animation */
.mobile-cta-contact,
.mobile-cta-demo {
	display: block;
	text-align: center;
	padding: 13px 24px;
	border-radius: 50px;
	text-decoration: none;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(12px);
	transition: background 0.22s ease, color 0.22s ease,
		transform 0.22s ease, opacity 0.3s ease,
		box-shadow 0.22s ease;
}

.mobile-menu-wrap.is-open .mobile-cta-contact {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.32s;
}

.mobile-menu-wrap.is-open .mobile-cta-demo {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.42s;
}

.mobile-cta-contact {
	border: 2px solid rgba(255, 255, 255, 0.75);
	color: #ffffff;
	background: transparent;
}

.mobile-cta-contact:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.mobile-cta-demo {
	background: #ffffff;
	color: #1265a0;
	border: 2px solid #ffffff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.mobile-cta-demo:hover {
	background: #e8f4fb;
	color: #0d4f87;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

/* Legacy header elements - hidden by new header */
#header,
#logo-wrapper,
#search,
#access {
	display: none;
}

#search {
	float: right;
	width: 270px;
	padding-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	padding: 3px;
	width: 140px;
	vertical-align: top;
}

#search #x {
	width: 60px;
	vertical-align: top;
}

#logo-wrapper {
	height: 160px;
	margin: 0 auto;
	width: 1200px;
	background-color: #A8A8A8;
	background-repeat: no-repeat;
}

#page {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

#page::before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 1200px;
	left: 15%;
	top: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 9;
	pointer-events: none;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 8%, rgba(255, 255, 255, 0.75) 18%, rgba(255, 255, 255, 0.45) 32%, rgba(255, 255, 255, 0.18) 48%, rgba(11, 194, 214, 0.20) 65%, rgba(3, 130, 188, 0.50) 80%, rgba(0, 76, 143, 0.85) 92%, rgba(0, 76, 143, 1) 100%);
	filter: blur(30px);
}

.contentmain {
	width: 490px;
	float: left;
}

#content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.post .title {
	font-weight: normal;
	margin: 0;
}

h1.title {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
}

h2.title {
	color: #371015;
	font-size: 16px;
}

.desctitle {
	font-size: 10px;
}

.post h1.title {
	font-size: 24px;
	height: auto;
}

.entry p {
	padding-bottom: 20px;
}

.entry ul,
ol {
	padding-left: 20px;
}

.post .meta {
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	font-size: 14px;
}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation a {
	font-size: 14px;
	font-weight: bold;
}

.post .meta a {
	color: #333333;
}

.post .links {
	margin: 0;
}

.post .tags {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.post .links a,
.post .tags a {
	border: none;
}

.leftsidebar {
	width: 245px;
	float: left;
}

.rightsidebar {
	width: 245px;
	float: right;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	background-color: #C6C6C6;
	padding: 5px;
}

#sidebar li li {
	margin: 0;
}

#sidebar li h2 {
	margin: 0;
}

#sidebar li h2 {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #333333;
	text-align: center;
}

#sidebar li ul {
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar li li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
}

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	border-collapse: collapse;
	text-align: center;
	width: 220px;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	color: #FFFFFF;
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#footer {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 9px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

#footer a {
	color: #000000;
}

.footer-copy {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
}

.comlabel {
	color: #666666;
	font-size: 13px;
	font-weight: lighter;
}

.comtext {
	background-color: #371015;
	border: 5px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}

.postlabel {
	color: #666666;
	font-size: 13px;
	font-weight: lighter;
}

.posttext {
	background-color: #371015;
	border: 5px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}

.commentlist {
	list-style: none;
}

.authorcomment {
	background-color: #efefef;
	margin: 10px 0px 0px 0px;
	padding: 3px;
}

.odd {
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.odd a:link {
	color: #000000;
}

.commenttext {
	color: #000000;
	color: #000000;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #EAEAEA;
}

#author,
#email,
#url {
	background: #FBFBFB;
	border: 1px solid #cbcbcb;
	padding: 3px;
	width: 40%;
	margin-bottom: 5px;
}

#comment {
	background: #FBFBFB;
	border: 1px solid #cbcbcb;
	margin-bottom: 0.6em;
	padding: 3px;
	width: 95%;
}

#submit {
	background-color: #efefef;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #E4E4E4;
	border-right: 2px solid #CCCCCC;
	border-top: 1px solid #E4E4E4;
	padding: 3px;
}

blockquote {
	padding-left: 52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
}

blockquote cite {
	display: block;
	margin: 5px 0 0;
}

.center {
	text-align: center;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: none;
}

a img {
	border: none;
}

pre {
	background: #f3f2ed;
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding: 10px;
}

code {
	color: #000;
	font-size: 1.0em;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.post-password-form input[type="password"] {
	border: 1px solid #f90;
	height: 30px;
	padding: 0 5px;
}

.post-password-form input[type="submit"] {
	background: #f90;
	border: none;
	height: 30px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s ease;
}

.post-password-form input[type="submit"]:hover {
	background: #e1921b;
	transition: all 0.5s ease;
}

.post-comment-block .comments-area {
	float: left;
	width: 100%;
}

.post-comment-block .comments-area ul {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.post-comment-block .comments-area ul li {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.post-comment-block .comments-area ul li.media {
	padding-bottom: 30px;
}

.post-comment-block .comments-area ul li .media-left-avatar {
	float: left;
	width: auto;
	border-radius: 50%;
}

.post-comment-block .comments-area ul li .media-left-avatar img {
	float: left;
	width: 50px;
	border-radius: 50%;
	height: 50px;
}

.post-comment-block .comments-area ul li .media-body {
	float: left;
	width: auto;
	padding-left: 30px;
}

.post-comment-block .comments-area ul li.media .children {
	padding-top: 30px;
}


/*---------------------------------------*/
/* Desktop Menu                          */
/*---------------------------------------*/

#access {
	width: auto;
}

#access2 {
	display: block;
	float: right;
	margin: 0 auto;
	width: 1640px;
}

#access .menu-header,
#access2 .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 15px;
}

#access .menu-header ul,
#access2 .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access .menu-header li,
#access2 .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

/* Top-level links */
#access a,
#access2 a {
	color: #30302f;
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	padding: 0 35px;
	text-decoration: none;
	transition: color 0.2s ease;
}

/* Dropdown container */
#access ul ul,
#access2 ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background: #333;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

/* Nested dropdown (3rd level) */
#access ul ul ul,
#access2 ul ul ul {
	left: 100%;
	top: 0;
	border-radius: 0 4px 4px 4px;
}

/* Dropdown list items */
#access ul ul li,
#access2 ul ul li {
	float: none;
	min-width: 180px;
}

/* Dropdown links */
#access ul ul a,
#access2 ul ul a {
	background: #333;
	color: #ccc;
	height: auto;
	line-height: 1em;
	padding: 12px 15px;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease, color 0.2s ease;
}

/* Dropdown link hover */
#access ul ul a:hover,
#access2 ul ul a:hover {
	background: #444;
	color: #fff;
}

/* Active / hover states on top-level */
#access li:hover>a,
#access ul ul li:hover>a,
#access2 li:hover>a,
#access2 ul ul li:hover>a {
	color: #B40101;
}

/* Current page / active menu item */
#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a,
#access2 ul li.current_page_item>a,
#access2 ul li.current-menu-ancestor>a,
#access2 ul li.current-menu-item>a,
#access2 ul li.current-menu-parent>a {
	color: #B40101;
}

/* IE6 fallback */
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover,
* html #access2 ul li.current_page_item a,
* html #access2 ul li.current-menu-ancestor a,
* html #access2 ul li.current-menu-item a,
* html #access2 ul li.current-menu-parent a,
* html #access2 ul li a:hover {
	color: #B40101;
}

/* Clearfix for floated menu */
#access .menu-header ul::after,
#access2 .menu-header ul::after {
	content: "";
	display: table;
	clear: both;
}

/* =Menu end
-------------------------------------------------------------- */


.contentmain_404 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.center1 {
	text-align: center;
}

.swlogo {
	bottom: 15px;
	float: right;
	position: absolute;
	right: 10px;
	z-index: 999999999;
}

.site_logo {
	float: left;
	width: auto;
}

.site_logo img {
	float: left;
	max-width: 200px;
	height: 100px;
	object-fit: cover;
}

.bottom-to-top-arrow {
	bottom: 10%;
	display: none;
	height: 60px;
	position: fixed;
	right: 30px;
	transition: all 0.3s linear 0s;
	width: 60px;
	z-index: 9999;
	border-radius: 50%;
	outline: none;
	border: none;
	background-image: url('images/up-arrow-orange.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 56px;
	color: #fff;
}

.bottom-to-top-arrow:hover {
	opacity: .8;
	transition: all 0.3s linear 0s;
}

/*Blog Page*/
.container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0px;
}

.eachRide {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
}

.eachRide img {
	max-width: 100%;
	height: auto;
}

.rideTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sliderDescription5 {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.learnMoreRide {
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	background-color: #007bff;
	border: none;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.learnMoreRide:hover {
	background-color: #0056b3;
}

.blog-navigation-wrapper {
	margin-top: 20px;
	text-align: center;
}

.pagination {
	display: inline-block;
}

.pagination button {
	padding: 10px 20px;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
	background-color: #007bff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pagination button:hover {
	background-color: #0056b3;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-md-6 {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
# Homepage – override #page container
--------------------------------------------------------------*/
body.page-homepage #page {
	width: 100%;
	max-width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
}

body.page-homepage .clear:first-child {
	display: none;
}

/*--------------------------------------------------------------
# Home Section 1 – Hero
--------------------------------------------------------------*/
.home-section1 {
	background: var(--Linear-gradient-2, linear-gradient(90deg, #13B3C3 0%, #1469BA 100%));
	padding: 200px 0 100px;
	overflow: hidden;
	position: relative;
}

.hs1-inner {
	display: flex;
	align-items: center;
	gap: 48px;
}

/* Left Column */
.hs1-left {
	flex: 0 0 44%;
	max-width: 44%;
}

.hs1-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	border-radius: 100px;
	background: #bef2f8;
	border: none;
	margin-bottom: 24px;
	letter-spacing: 0.01em;
	color: #000000;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.hs1-heading {
	margin: 0 0 20px;
	letter-spacing: -0.5px;
	color: #ffffff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs1-heading span {
	color: #001515;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs1-subtext {
	margin: 0 0 32px;
	max-width: 480px;
	color: #ffffff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hs1-btns {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hs1-btn {
	display: inline-block;
	padding: 9px 24px;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	cursor: pointer;
	color: #ffffff;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hs1-btn-solid {
	background: #ffffff;
	color: #0d2260;
	border: 2px solid #ffffff;
}

.hs1-btn-solid:hover {
	background: #e8f2fb;
	color: #0d2260;
	border: 2px solid #ffffff;
}

.hs1-btn-outline {
	border: 2px solid #ffffff;
	background: transparent;
	color: #ffffff;
}

.hs1-btn-outline:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 2px solid #ffffff;
}

/* Right Column */
.hs1-right {
	flex: 1;
	min-width: 0;
}

.hs1-visual-wrap {
	position: relative;
	padding: 0;
}

/* Dashboard Frame */
.hs1-dashboard-frame {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 20px 60px rgba(10, 30, 90, 0.22), 0 4px 16px rgba(10, 30, 90, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.hs1-dashboard-img {
	display: block;
	width: 100%;
	height: auto;
}

.hs1-dashboard-placeholder {
	width: 100%;
	height: 400px;
	background: #f0f4fa;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.hs1-dashboard-placeholder span {
	font-size: 13px;
	color: #6b7a9a;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Floating Cards */
.hs1-float-card {
	position: absolute;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(10, 30, 90, 0.16);
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	z-index: 2;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.hs1-float-card.hs1-visible {
	opacity: 1;
	transform: translateY(0);
}

.hs1-float-payroll {
	top: 0;
	right: 0;
	transition-delay: 0.25s;
}

.hs1-float-employees {
	bottom: 20px;
	left: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	min-width: 200px;
	transition-delay: 0.45s;
}

.hs1-float-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.hs1-icon-orange {
	background: #f4834a;
}

.hs1-icon-blue {
	background: #3a7bd5;
}

.hs1-float-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hs1-float-label {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #8896b0;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hs1-float-val {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #0d1f4e;
	line-height: 1.2;
}

.hs1-float-employees .hs1-float-text {
	width: 100%;
}

.hs1-float-employees .hs1-float-icon {
	margin-bottom: 2px;
}

.hs1-float-employees {
	flex-direction: row;
	align-items: center;
}

.hs1-float-employees .hs1-float-text {
	flex: 1;
}

/* Progress Bar */
.hs1-progress-track {
	width: 100%;
	height: 5px;
	background: #e4eaf4;
	border-radius: 10px;
	margin-top: 6px;
	overflow: hidden;
}

.hs1-progress-fill {
	height: 100%;
	width: 0;
	background: linear-gradient(to right, #3a7bd5, #42cad8);
	border-radius: 10px;
	transition: width 1.4s ease 0.6s;
}

.hs1-float-employees.hs1-visible .hs1-progress-fill {
	width: 70%;
}

/*--------------------------------------------------------------
# Home Section 2 – Trusted Brands
--------------------------------------------------------------*/
.home-section2 {
	background: linear-gradient(180deg, #f4f6f8 0%, #ffffff 100%);
	padding: 64px 0 60px;
	overflow: hidden;
}

.hs2-inner {
	padding: 0 24px;
	text-align: center;
	margin-bottom: 48px;
}

.hs2-heading {
	margin: 0 0 12px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs2-subtext {
	margin: 0;
	color: #4c4c4c;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/* Logos ticker */
.hs2-logos-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hs2-logos-wrap::before,
.hs2-logos-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 120px;
	z-index: 2;
	pointer-events: none;
}

.hs2-logos-wrap::before {
	left: 0;
	background: linear-gradient(to right, #f4f6f8, transparent);
}

.hs2-logos-wrap::after {
	right: 0;
	background: linear-gradient(to left, #ffffff, transparent);
}

.hs2-logos-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.hs2-logos-set {
	display: flex;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
}

.hs2-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	flex-shrink: 0;
}

.hs2-logo-item img {
	height: 44px;
	width: auto;
	display: block;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.hs2-logo-item img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

/* Scroll animation – applied by JS after clone */
@keyframes hs2-ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.hs2-logos-track.hs2-running {
	animation: hs2-ticker 28s linear infinite;
}

.hs2-logos-track.hs2-running:hover {
	animation-play-state: paused;
}

/*--------------------------------------------------------------
# Home Section 3 – Who We Are
--------------------------------------------------------------*/
.home-section3 {
	background: linear-gradient(135deg, #0f7a6a 0%, #3eccd8 100%);
	padding: 80px 0;
	overflow: hidden;
}

.hs3-inner {
	display: flex;
	align-items: center;
	gap: 60px;
}

/* Left Column */
.hs3-left {
	flex: 0 0 46%;
	max-width: 46%;
}

.hs3-label {
	display: block;
	margin-bottom: 14px;
	opacity: 0.9;
	color: #bef2f8;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs3-heading {
	margin: 0 0 24px;
	letter-spacing: -0.3px;
	color: #ffffff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs3-text {
	margin: 0;
	color: #ffffff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/* Right Column */
.hs3-right {
	flex: 1;
	min-width: 0;
}

.hs3-image-wrap {
	border-radius: 20px;
	overflow: hidden;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs3-image-wrap.hs3-visible {
	opacity: 1;
	transform: translateX(0);
}

.hs3-image {
	display: block;
	width: 100%;
	height: auto;
}

/* Left content animation */
.hs3-left {
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs3-left.hs3-visible {
	opacity: 1;
	transform: translateX(0);
}

/*--------------------------------------------------------------
# Home Section 4 – Services
--------------------------------------------------------------*/
.home-section4 {
	background: #ffffff;
	padding: 90px 0;
	overflow: hidden;
}

.hs4-inner {
	display: flex;
	align-items: center;
	gap: 64px;
}

/* Left Column – Image */
.hs4-left {
	flex: 0 0 46%;
	max-width: 46%;
}

.hs4-image-wrap {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs4-image-wrap.hs4-visible {
	opacity: 1;
	transform: translateX(0);
}

.hs4-image {
	display: block;
	width: 100%;
	height: auto;
}

/* Right Column – Content */
.hs4-right {
	flex: 1;
	min-width: 0;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs4-right.hs4-visible {
	opacity: 1;
	transform: translateX(0);
}

.hs4-label {
	display: block;
	margin-bottom: 12px;
	color: #004040;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs4-heading {
	margin: 0 0 20px;
	letter-spacing: -0.3px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs4-text {
	margin: 0 0 28px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/* Feature List */
.hs4-features {
	margin-top: 4px;
}

.hs4-feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 24px;
}

.hs4-feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hs4-check-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.hs4-feature-item span {
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/*--------------------------------------------------------------
# Home Section 5 – Best HR Platforms
--------------------------------------------------------------*/
.home-section5 {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 90px;
	overflow: hidden;
}

.hs5-inner {
	display: flex;
	align-items: center;
	gap: 64px;
}

/* Left Column */
.hs5-left {
	flex: 0 0 50%;
	max-width: 50%;
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs5-left.hs5-visible {
	opacity: 1;
	transform: translateX(0);
}

.hs5-heading {
	margin: 0 0 16px;
	letter-spacing: -0.3px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs5-text {
	margin: 0 0 28px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/* Feature Cards */
.hs5-cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hs5-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #b8e0dc;
	border-radius: 14px;
	padding: 18px 22px;
	transition: background 0.2s ease;
}

.hs5-card:hover {
	background: #a4d6d1;
}

.hs5-card-icon {
	width: 46px;
	height: 46px;
	background: #7ec8c2;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.hs5-card-body {
	flex: 1;
	min-width: 0;
}

.hs5-card-title {
	margin: 0 0 4px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs5-card-desc {
	margin: 0;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/* Right Column – Image */
.hs5-right {
	flex: 1;
	min-width: 0;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.7s ease, transform 0.7s ease 0.15s;
}

.hs5-right.hs5-visible {
	opacity: 1;
	transform: translateX(0);
}

.hs5-image-wrap {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.hs5-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------------------------------------------------------------
# Home Section 6 – FAQ
--------------------------------------------------------------*/
.home-section6 {
	background: linear-gradient(135deg, #0a3d35 0%, #1a7a6a 100%);
	padding: 90px 0 100px;
	overflow: hidden;
}

.hs6-inner {}

/* Header */
.hs6-header {
	text-align: center;
	margin-bottom: 52px;
}

.hs6-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.9);
	padding: 6px 20px;
	border-radius: 50px;
	margin-bottom: 20px;
	color: #1469ba;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hs6-heading {
	margin: 0 0 16px;
	color: #ffffff;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs6-subtext {
	margin: 0;
	color: #ffffff;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/* Accordion */
.hs6-accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hs6-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	overflow: hidden;
	transition: background 0.2s ease;
}

.hs6-item:hover {
	background: rgba(255, 255, 255, 0.14);
}

.hs6-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
}

.hs6-question span {
	flex: 1;
	color: #ffffff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs6-chevron {
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.hs6-answer {
	padding: 0 28px 24px;
}

.hs6-answer p {
	margin: 0;
	color: #e2e2e2;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

/*--------------------------------------------------------------
# Home Section 7 – CTA Banner
--------------------------------------------------------------*/
.home-section7 {
	background: #ffffff;
	padding: 60px 0 80px;
}

.hs7-inner {}

.hs7-banner {
	background: linear-gradient(to right, #25bfc8 0%, #1f5dc8 100%);
	border-radius: 24px;
	padding: 72px 48px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.hs7-banner.hs7-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Decorative circles */
.hs7-deco {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	pointer-events: none;
}

.hs7-deco-bl {
	width: 220px;
	height: 220px;
	left: -130px;
	bottom: -130px;
}

.hs7-deco-tr {
	width: 280px;
	height: 280px;
	top: -150px;
	right: -150px;
}

/* Content */
.hs7-content {
	position: relative;
	z-index: 1;
}

.hs7-heading {
	margin: 0 0 16px;
	color: #ffffff;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.hs7-subtext {
	margin: 0 0 32px;
	color: #f3f3f3;
	text-align: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hs7-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hs7-btn {
	display: inline-block;
	padding: 9px 24px;
	border-radius: 50px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	color: #ffffff;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hs7-btn-solid {
	background: #ffffff;
	color: #1265a0;
	border: 2px solid #ffffff;
	font-weight: 400;
}

.hs7-btn-solid:hover {
	background: #e8f4fb;
	color: #1265a0;
	border: 2px solid #ffffff;
}

.hs7-btn-outline {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.hs7-btn-outline:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 2px solid #ffffff;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	background: #ffffff;
	padding: 0;
}

.footer-inner {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
}

/* Top Row */
.footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 48px 0 36px;
	gap: 40px;
}

/* Logo */
.footer-logo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-logo ul li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.footer-logo a {
	display: block;
	line-height: 0;
}

.footer-logo img {
	height: 80px;
	width: auto;
	display: block;
}

/* Contact */
.footer-contact {
	display: flex;
	padding: 0;
	flex-direction: column;
}

.footer-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-contact ul li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.footer-contact-title {
	margin: 0 0 14px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.footer-contact-item {
	margin: 0 0 6px;
	display: flex;
	gap: 6px;
	color: #4c4c4c;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.footer-contact-item span {
	color: #4c4c4c;
	flex-shrink: 0;
}

.footer-contact-item a {
	color: #4c4c4c;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-contact-item a:hover {
	color: #1265a0;
	text-decoration: underline;
}

/* Social */
.footer-social {
	text-align: right;
	flex-shrink: 0;
}

.footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social ul li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.footer-social-title {
	margin: 0 0 12px;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.footer-social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.footer-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent;
	text-decoration: none;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.footer-social-link svg {
	transition: transform 0.25s ease;
}

.footer-social-link:hover {
	background: transparent;
	opacity: 0.7;
	transform: translateY(-3px);
}

.footer-social-link:hover svg {
	transform: scale(1.15);
}

.footer-social-link svg {
	display: block;
}

/* Divider */
.footer-divider {
	height: 1px;
	background: #ebebeb;
	margin: 0;
}

/* Nav Row */
.footer-nav-row {
	padding: 28px 0;
	display: flex;
	justify-content: center;
}

.footer-nav-menu {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.footer-nav-menu li a {
	display: block;
	padding: 6px 28px;
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.footer-nav-menu li a:hover,
.footer-nav-menu li.current-menu-item > a,
.footer-nav-menu li.current_page_item > a,
.footer-nav-menu li.current-menu-ancestor > a {
	color: #1265a0;
}

/* Bottom Row */
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 28px;
	gap: 16px;
}

.footer-copy {
	margin: 0;
	color: #000000;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.footer-privacy {
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
	color: #000000;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.footer-privacy:hover {
	color: #1265a0;
	text-decoration: underline;
}

/* Legacy footer – hide */
#footer {
	display: none;
}


/*--------------------------------------------------------------
# Responsive / Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
	.header-nav .primary-menu>li>a {
		padding: 10px 12px;
		font-size: 14px;
	}

	.header-cta-contact,
	.header-cta-demo,
	.hs1-btn,
	.hs7-btn {
		font-size: 14px;
	}

	.hs1-heading,
	.hs1-heading span {
		font-size: 40px;
	}

	.hs3-label,
	.hs4-label {
		font-size: 18px;
	}

	.hs3-heading,
	.hs4-heading,
	.hs5-heading,
	.hs6-heading,
	.hs7-heading {
		font-size: 30px;
	}

	p,
	ul,
	ol,
	.hs1-subtext,
	.hs2-subtext,
	.hs3-text,
	.hs4-text,
	.hs4-feature-item span,
	.hs5-text,
	.hs5-card-desc,
	.hs6-subtext,
	.hs6-answer p,
	.hs7-subtext,
	.footer-contact-item,
	.footer-copy {
		font-size: 15px;
	}

}

@media only screen and (max-width: 1520px) {

	.header-inner,
	.hs1-inner,
	.hs2-inner,
	.hs3-inner,
	.hs4-inner,
	.hs5-inner,
	.hs6-inner,
	.hs7-inner,
	.footer-inner {
		max-width: 90%;
	}

	.hs1-heading,
	.hs1-heading span {
		font-size: 35px;
	}
}

@media only screen and (max-width: 1490px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1100px) {

	.hs1-left {
		flex: 0 0 48%;
		max-width: 48%;
	}
}

@media only screen and (max-width: 1024px) {

	.header-nav,
	.header-cta {
		display: none;
	}

	.mobile-menu-toggle {
		display: flex;
	}

	.hs3-left {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.hs4-left {
		flex: 0 0 48%;
		max-width: 48%;
	}

	.hs4-inner {
		gap: 40px;
	}

	.hs5-left {
		flex: 0 0 52%;
		max-width: 52%;
	}

	.hs5-inner {
		gap: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.col-md-6 {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.hs1-inner {
		flex-direction: column;
		gap: 40px;
	}

	.hs1-left {
		flex: none;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.hs1-subtext {
		max-width: 100%;
	}

	.hs1-btns {
		justify-content: center;
	}

	.hs1-right {
		width: 100%;
	}

	.hs1-visual-wrap {
		padding: 20px 24px 50px;
	}

	.hs1-float-payroll {
		top: -10px;
		right: 10px;
	}

	.hs2-logo-item {
		padding: 0 28px;
	}

	.hs2-logo-item img {
		height: 36px;
	}

	.hs3-inner {
		flex-direction: column;
		gap: 40px;
	}

	.hs3-left {
		flex: none;
		max-width: 100%;
		width: 100%;
	}

	.hs3-right {
		width: 100%;
	}

	.hs3-left,
	.hs3-image-wrap {
		transform: translateY(30px);
	}

	.hs3-left.hs3-visible,
	.hs3-image-wrap.hs3-visible {
		transform: translateY(0);
	}

	.hs4-inner {
		flex-direction: column;
		gap: 40px;
	}

	.hs4-left {
		flex: none;
		max-width: 100%;
		width: 100%;
	}

	.hs4-right {
		width: 100%;
	}

	.hs4-image-wrap,
	.hs4-right {
		transform: translateY(30px);
	}

	.hs4-image-wrap.hs4-visible,
	.hs4-right.hs4-visible {
		transform: translateY(0);
	}

	.hs5-inner {
		flex-direction: column;
		gap: 40px;
	}

	.hs5-left {
		flex: none;
		max-width: 100%;
		width: 100%;
	}

	.hs5-right {
		width: 100%;
	}

	.hs5-left,
	.hs5-right {
		transform: translateY(30px);
	}

	.hs5-left.hs5-visible,
	.hs5-right.hs5-visible {
		transform: translateY(0);
	}

	.hs7-banner {
		padding: 56px 32px;
	}

	.footer-top {
		flex-wrap: wrap;
		gap: 32px;
	}

	.footer-logo {
		flex: 0 0 100%;
	}

	.footer-contact {
		flex: 1;
		padding: 0;
	}

	.footer-social {
		text-align: left;
	}

	.footer-social-icons {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 768px) {
	.home-section1 {
		padding: 150px 0 100px;
	}

	.hs1-heading,
	.hs1-heading span {
		font-size: 30px;
	}

	.hs3-heading,
	.hs4-heading,
	.hs5-heading,
	.hs6-heading,
	.hs7-heading {
		font-size: 25px;
	}




}

@media only screen and (max-width: 767px) {
	.header-inner {
		max-width: 100%;
		height: 64px;
		padding: 0 16px;
		gap: 12px;
	}

	.header-logo {
		min-width: 0;
	}

	.header-logo img {
		height: 44px;
		max-width: 100%;
	}

	.mobile-menu-wrap {
		width: 280px;
	}
}

@media only screen and (max-width: 600px) {
	.home-section1 {
		padding: 130px 0 50px;
	}

	.hs1-inner {
		padding: 0 16px;
	}

	.hs1-badge {
		font-size: 12px;
		padding: 6px 14px;
	}

	.hs1-subtext {
		font-size: 14px;
	}

	.hs1-btn {
		padding: 11px 22px;
		font-size: 14px;
	}

	.hs1-float-card {
		padding: 10px 14px;
	}

	.hs1-float-val {
		font-size: 14px;
	}

	.hs1-visual-wrap {
		padding: 16px 16px 44px;
	}

	.hs1-float-employees {
		min-width: 160px;
		bottom: 10px;
		left: 0;
	}

	.home-section2 {
		padding: 48px 0 44px;
	}

	.hs2-inner {
		padding: 0 16px;
		margin-bottom: 36px;
	}

	.hs2-subtext {
		font-size: 14px;
	}

	.hs2-logo-item {
		padding: 0 20px;
	}

	.hs2-logo-item img {
		height: 28px;
	}

	.hs2-logos-wrap::before,
	.hs2-logos-wrap::after {
		width: 60px;
	}

	.home-section3 {
		padding: 56px 0;
	}

	.hs3-inner {
		padding: 0 16px;
		gap: 32px;
	}

	.hs3-text {
		font-size: 14px;
	}

	.hs3-image-wrap {
		border-radius: 14px;
	}

	.home-section4 {
		padding: 56px 0;
	}

	.hs4-inner {
		padding: 0 16px;
		gap: 32px;
	}

	.hs4-image-wrap {
		border-radius: 14px;
	}

	.hs4-feature-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.hs4-feature-item span {
		font-size: 14px;
	}

	.home-section5 {
		padding: 56px 0;
	}

	.hs5-inner {
		padding: 0 16px;
		gap: 32px;
	}

	.hs5-card {
		padding: 14px 16px;
		gap: 12px;
	}

	.hs5-card-icon {
		width: 40px;
		height: 40px;
	}

	.hs5-image-wrap {
		border-radius: 14px;
	}

	.home-section6 {
		padding: 60px 0 70px;
	}

	.hs6-inner {
		padding: 0 16px;
	}

	.hs6-subtext {
		font-size: 14px;
	}

	.hs6-question {
		padding: 18px 20px;
	}

	.hs6-question span {
		font-size: 15px;
		line-height: 24px;
	}

	.hs6-answer {
		padding: 0 20px 18px;
	}

	.hs6-answer p {
		font-size: 14px;
	}

	.home-section7 {
		padding: 40px 0 60px;
	}

	.hs7-inner {
		padding: 0 16px;
	}

	.hs7-banner {
		padding: 48px 24px;
		border-radius: 18px;
	}

	.hs7-subtext {
		font-size: 14px;
	}

	.hs7-btns {
		flex-direction: column;
		gap: 12px;
	}

	.hs7-btn {
		width: 100%;
		text-align: center;
		padding: 11px 24px;
	}

	.footer-inner {
		padding: 0 16px;
	}

	.footer-top {
		flex-direction: column;
		gap: 24px;
		padding: 36px 0 28px;
	}

	.footer-contact {
		padding: 0;
	}

	.footer-nav-menu li a {
		padding: 6px 14px;
		font-size: 14px;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 16px 0 24px;
	}

	.footer-logo img {
		height: 60px;
	}

	.footer-copy {
		padding-top: 0;
		padding-left: 0;
	}

	.footer-nav-row {
		padding: 0;
		display: flex;
		justify-content: flex-start;
	}

	.footer-nav-menu {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 500px) {

	.hs1-heading,
	.hs1-heading span {
		font-size: 30px;
		line-height: 1.2;
	}

	.hs3-heading,
	.hs4-heading,
	.hs5-heading,
	.hs6-heading,
	.hs7-heading {
		font-size: 25px;
	}

	.hs1-subtext,
	.hs2-subtext,
	.hs3-text,
	.hs4-text,
	.hs4-feature-item span,
	.hs5-text,
	.hs5-card-desc,
	.hs6-subtext,
	.hs6-answer p,
	.hs7-subtext,
	.footer-contact-item,
	.footer-copy {
		font-size: 14px;
	}

}

@media only screen and (max-width: 480px) {
	.header-logo img {
		height: 38px;
	}
}

@media only screen and (max-width: 420px) {
	.hs1-btns {
		flex-direction: column;
		align-items: center;
	}

	.hs1-btn {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}