/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--primary-color: #082C3D;
	--secondary-color: #F6F8FB;
	--bg-color-main: #b8e5fe;
	--text-color: #4A4A4A;
	--accent-color: #082C3D;
	--dark-color: #082C3D;
	--secondary-highlight-bg: #FFD152;
	--white-color: #FFFFFF;
	--divider-color: #EAEAEA;
	--dark-divider-color: #A8A8A8;
	--error-color: #FF4C4C;
	--heading-font: 'Onest', sans-serif;
	--default-font: 'DM Sans', sans-serif;
	--highligh-font: 'Ephesis', cursive;
}

body {
	font-family: var(--default-font);
	color: var(--text-color);
	background-color: var(--white-color);
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-family: var(--heading-font);
	color: var(--primary-color);
}

.text-primary-custom {
	color: var(--primary-color) !important;
}

.text-secondary-custom {
	color: var(--dark-divider-color) !important;
}

.text-accent-custom {
	color: var(--accent-color) !important;
}

.bg-primary-custom {
	background-color: var(--primary-color) !important;
}

.bg-secondary-custom {
	background-color: var(--secondary-color) !important;
}

main {
	background: var(--secondary-color);
	padding: 0 15px;
	overflow: hidden;
}


.btn-contact {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color) !important;
	background-color: var(--primary-color);
	padding: 10px 25px;
	margin-left: 20px;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(8, 44, 61, 0.3);
}

.btn-contact:hover {
	background-color: var(--accent-color);
	transform: translateY(-2px);
}

@media (max-width: 992px) {
	.btn-contact {
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
}

header.site-header {
			position: relative;
			margin: 0 15px;
			background: var(--bg-color-main);
			padding: 5px 10px;
			transition: all 0.3s ease;
		}


		header.site-header #main-logo,
		header.site-header #secondary-logo {
			width: 30%;
		}
@media(min-width:992px){
header.site-header .home-link {
    position: absolute;
    z-index: 2;
    top: 0;
}	
	header.site-header.navbar-scrolled .home-link {
    position: relative;
    z-index: 2;
    top: 0;
}
}

		header.site-header #main-logo {
			display: block;
		}

		header.site-header #secondary-logo {
			display: none;
		}
		header.site-header.navbar-scrolled {
			position: fixed;
			top: 0;
			z-index: 99;
			width: 100%;
			margin: 0;
			background: var(--primary-color);
		}


		header.site-header.navbar-scrolled #main-logo {
			display: none;
		}

		header.site-header.navbar-scrolled #secondary-logo {
			display: block;
			width: 28%;
		}

		header.site-header.navbar-scrolled .btn-contact {
			color: var(--primary-color) !important;
			border: 1px solid var(--primary-color);
			background-color: var(--bg-color-main) !important;
		}

		header.site-header.navbar-scrolled .btn-contact:hover {
			color: var(--white-color) !important;
			background-color: var(--primary-color) !important;
			border: 1px solid var(--white-color) !important;
		}

.section-title .intro-heading-secondary {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-color);
	padding-left: 0;
}
.about-us {
    padding: 60px 0;
}

/*  .about-us {
            padding: 100px 0;
            padding-top: 200px; 
        }*/

.about-us-images {
	position: relative;
	padding: 0 70px 70px 80px;
}

.about-us-img-1 figure {
	display: block;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-us-img-1 img {
	width: 100%;
	aspect-ratio: 1 / 1.26;
	object-fit: cover;
}

.about-us-img-2 {
	position: absolute;
	bottom: 0;
	right: 35px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.about-us-img-2 figure {
	display: block;
}

.about-us-img-2 img {
	width: 100%;
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
	max-width: 200px;
}

.about-experience-box {
	position: absolute;
	top: -165px;
	left: 0;
	transform: translateY(70%);
	background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
	border-radius: 10px;
	padding: 20px;
	max-width: 178px;
	animation: experiencemoveobject 2s infinite linear alternate;
	box-shadow: 0 10px 20px rgba(8, 44, 61, 0.4);
}

@keyframes experiencemoveobject {
	50% {
		left: 30px;
	}
}

.about-experience-box .icon-box {
	margin-bottom: 10px;
}

.about-experience-box .icon-box img {
	max-width: 45px;
}

.about-experience-box .about-experience-content .experience {
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
}

.company-review {
	position: absolute;
	left: -30px;
	bottom: -40px;
	transform: rotate(-180deg) translate(-100%, 50%);
	writing-mode: vertical-rl;
	z-index: 10;
}

.company-review .company-head {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--primary-color);
}

.about-us-list {
	margin-bottom: 40px;
}

.about-us-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-us-list ul li {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.about-us-list ul li:last-child {
	margin-bottom: 0;
}

/* .about-us-list ul li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free'; 
            font-weight: 900;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }*/

.about-us-body {
	border-bottom: 1px solid var(--divider-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.about-comapny-client {
	width: calc(50% - 15px);
}

.company-client-images {
	margin-bottom: 10px;
}

.company-client-images .client-image {
	display: inline-block;
	margin-left: -18px;
	border: 2px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	max-width: 50px;
	max-height: 50px;
}

.company-client-images .client-image:first-child {
	margin: 0;
}

.company-client-images .client-image figure {
	display: block;
}

.company-client-images .client-image img {
	max-width: 50px;
	display: block;
	object-fit: cover;
}

.company-client-counter p {
	font-weight: 600;
	margin: 0;
	color: #082c3d;
}

.company-client-counter p strong {
	color: var(--primary-color);
}

.about-company-result {
	width: calc(50% - 15px);
	display: flex;
	align-items: center;
}

.about-company-result .icon-box {
	width: 50px;
	height: 50px;
	background: #ffd152;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.about-company-result .icon-box img {
	max-width: 30px;
}

.company-result-content {
	width: calc(100% - 70px);
}

.company-result-content .sub-head {
	font-size: 20px;
	display: block;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--primary-color);
}

.company-result-content p {
	text-transform: capitalize;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.btn-default {
	display: inline-block;
	padding: 12px 30px;
	background-color: var(--primary-color);
	color: var(--white-color) !important;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.btn-default:hover {
	background-color: var(--accent-color);
}

.stats-section {
	background-color: var(--secondary-color);
	padding: 100px 0 40px;
	text-align: center;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 30px 15px;
	background-color: var(--white-color);
	border-radius: 500px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	min-height: 250px;
	transition: transform 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-visual {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 500px;
	border: 1px solid #dadada;
}

.stat-visual.stat-visual-map {
	background: linear-gradient(135deg, var(--primary-color), #004d73);
	display: flex;
	align-items: center;
	justify-content: center;
}

.stat-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.stat-number {
	font-size: 4rem;
	font-family: var(--heading-font);
	font-weight: 400;
	color: var(--primary-color);
	line-height: 1;
}

.stat-label {
	font-size: 1rem;
	font-weight: 500;
	color: var(--text-color);
	margin-top: 5px;
}

.stat-item-center {
	padding: 15px;
	min-height: 180px;
	margin-top: 50px;
	margin-bottom: 0;
}

.stat-item-center .stat-visual {
	height: 100px;
}

@media (max-width: 992px) {
	.stat-item-center {
		margin-top: 30px;
	}
	.company-review .company-head {
	font-size: 14px;
}
}

.product-category-section {
	padding: 40px 0 100px;
	background-color: var(--white-color);
	background: #f8f8f8;
}

.section-header {
	margin-bottom: 60px;
	text-align: center;
}

.category-intro-heading {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
}

.category-intro-heading::before {
	content: "\f02d";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--primary-color);
	margin-right: 8px;
}

.section-header h2 {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	line-height: 1.3;
}

.carousel-inner-scroll {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}

.carousel-inner-scroll::-webkit-scrollbar {
	display: none;
}

.category-card-wrapper {
	flex: 0 0 85%;
	scroll-snap-align: start;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.category-card-wrapper {
		flex: 0 0 33.333%;
		padding-right: 25px;
	}
}

@media (min-width: 1200px) {
	.category-card-wrapper {
		flex: 0 0 25%;
	}
}

.category-card {
	background-color: var(--white-color);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
	position: relative;
	transition: box-shadow 0.3s ease;
}

.category-card:hover {
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-image-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.card-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.category-card:hover img {
	transform: scale(1.05);
}

.card-content {
	padding: 20px;
	text-align: left;
}

.card-title {
	font-family: var(--heading-font);
	font-size: 1.5rem;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.card-link-icon {
	position: absolute;
	top: 220px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #082c3d;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	font-size: 1.2rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	z-index: 10;
	-webkit-transform: rotate(-45deg);
}

a {
	text-decoration: none;
}

.category-card:hover .card-link-icon {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.cta-section {
    padding: 0px 0 100px;
    background: #1d1d1d;
}



.cta-box {
	/* background: url(https://hivends.org/trujump/site/wp-content/themes/twentythirteen/images/img/cta.png); */
	background: url('https://www.trujumphealthcare.in/wp-content/uploads/2025/11/partnership-2.avif');
	min-height: 400px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	padding: 127px 22px;
	background-size: cover;
}

.cta-content {
	position: relative;
	z-index: 10;
	color: var(--white-color);
	padding-left: 50px;
	padding-right: 20px;
}

.cta-content h2 {
	font-family: var(--heading-font);
	font-size: clamp(2.5rem, 5vw, 4rem);
	color: var(--white-color);
	margin-bottom: 15px;
}

.cta-content p {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 30px;
}

.cta-image-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background-color: none;
}

.cta-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
}

.cta-form-group {
	display: flex;
	width: 100%;
	max-width: 450px;
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	padding: 2px 2px 2px 0px;
}

.cta-form-input {
	border: none;
	padding: 15px 20px;
	font-size: 1rem;
	flex-grow: 1;
	outline: none;
	color: var(--text-color);
}

.cta-form-button {
	border: none;
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 15px 30px;
	font-weight: 600;
	transition: background-color 0.3s ease;
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid #082c3d;
}

.cta-form-button:hover {
	background-color: var(--dark-color);
}

@media (max-width: 992px) {
	.cta-box {
		min-height: 550px;
		flex-direction: column;
		justify-content: flex-start;
		text-align: center;
	}

	.cta-image-container {
		width: 100%;
		height: 100%;
		opacity: 0.5;
	}

	.cta-content {
		padding: 30px 20px;
		text-align: center;
	}

	.cta-form-group {
		max-width: 100%;
		margin: 0 auto;
		flex-direction: column;
	}

	.cta-form-button,
	.cta-form-input {
		width: 100%;
		text-align: center;
	}

	.cta-form-button {
		margin-top: 10px;
	}
}

.services-section {
	padding: 0px 0 0px;
	background-color: #f8f8f8;
}

.services-header {
	margin-bottom: 60px;
	text-align: center;
}

.services-intro-heading {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
}

.services-intro-heading::before {
	content: "\f00d";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--primary-color);
	margin-right: 8px;
}

.service-card {
	min-height: 400px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	background-color: #082c3d;
	transition: background-color 0.4s ease;
	cursor: pointer;
}

.service-card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0.2;
	transition: opacity 0.4s ease;

	&::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
	}
}

.service-card:hover .service-card-bg {
	opacity: 1;
}

.service-card:hover {
	background-color: transparent;
}


.service-card-content {
	position: absolute;
	bottom: 0;
	padding: 30px;
	color: var(--white-color);
	transition: color 0.4s ease;
	z-index: 2;
}

.service-card:hover .service-card-content {
	color: var(--white-color);
}

.service-card-content h4 {
	font-family: var(--heading-font);
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: inherit;
}

.service-card-link-icon i.fas.fa-arrow-right {
	-webkit-transform: rotate(-45deg);
}

.service-card-content p {
	color: inherit;
	opacity: 0.9;
	margin-bottom: 0;
}

.service-card-icon {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 1.5rem;
	color: var(--white-color);
	transition: color 0.4s ease;
	z-index: 2;
}

.service-card:hover .service-card-icon {
	color: #082c3d;
}

.service-card-link-icon {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 35px;
	height: 35px;
	background-color: var(--white-color);
	color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	font-size: 0.9rem;
	transition: background-color 0.4s ease, color 0.4s ease;
	z-index: 2;
}

.service-card:hover .service-card-link-icon {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.why-trujump-section {
	padding: 100px 0;
	background-color: var(--secondary-color);
}

.why-trujump-header {
	margin-bottom: 30px;
}

.why-trujump-header p {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.why-trujump-header h2 {
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	margin-bottom: 20px;
}

.why-trujump-content {
	padding-right: 50px;
}

.why-trujump-content h3 {
	font-family: var(--default-font);
	font-size: 33px;
	font-weight: 600;
	color: #082c3d;
	margin-bottom: 20px;
}

.image-grid-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-left: -15px;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.why-trujump-content {
		padding-right: 80px;
	}

	.image-grid-box {
		margin-left: 0;
		margin-top: 0;
	}
}

.image-grid-top {
	display: flex;
	gap: 20px;
}

.image-container {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	position: relative;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.image-grid-small-1 {
	flex: 0 0 45%;
}

.image-grid-large-2 {
	flex: 0 0 55%;
}

.image-grid-small-1 img {
	height: 250px;
	aspect-ratio: 1 / 1.1;
}


.image-grid-bottom {
	display: flex;
	gap: 20px;
}

.brand-bliss-card {
	flex: 1;
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 25px;
	border-radius: 15px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.brand-bliss-card p {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 5px;
}

.brand-bliss-card small {
	color: rgba(255, 255, 255, 0.7);
}

.client-images-small {
	display: flex;
	align-items: center;
}

.client-images-small .client-image-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid var(--white-color);
	margin-left: -10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.client-images-small .client-image-circle:first-child {
	margin-left: 0;
}

.client-images-small .client-image-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trusted-partner-badge {
	flex: 1;
	background-color: var(--white-color);
	color: var(--primary-color);
	padding: 25px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 700;
}

.schedule-section {
	padding: 100px 0;
	background-color: var(--primary-color);
	border-radius: 30px;
	margin: 0 15px;
}

.schedule-box {
	background-color: var(--primary-color);
	border-radius: 20px;
	overflow: hidden;
}

.schedule-content {
	color: var(--white-color);
	padding-right: 50px;
}

.schedule-content h2 {
	font-family: var(--heading-font);
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	color: var(--white-color);
	margin-bottom: 20px;
	line-height: 1.2;
}

.schedule-content p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
}

.schedule-intro-heading {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white-color);
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
}

.schedule-intro-heading::before {
	content: "\f00d";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--white-color);
	margin-right: 8px;
}

.schedule-image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	margin-top: 30px;
}

.schedule-form-card {
	background-color: var(--white-color);
	padding: 35px;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.schedule-form-card h3 {
	font-family: var(--heading-font);
	font-size: 2rem;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.form-control-custom {
	height: 45px;
	border-radius: 8px;
	border: 1px solid var(--divider-color);
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 1rem;
	width: 100%;
	transition: border-color 0.3s ease;
}

.form-control-custom:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 0.25rem rgba(8, 44, 61, 0.25);
}

textarea.form-control-custom {
	height: 120px;
	resize: none;
	padding-top: 15px;
}

.btn-schedule-message {
	width: 100%;
	border: none;
	padding: 15px 30px;
	border-radius: 8px;
	background-color: #e0f2ff;
	color: var(--primary-color);
	font-size: 1.1rem;
	font-weight: 700;
	transition: background-color 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #dadada;
}

.btn-schedule-message:hover {
	background-color: #c9e6ff;
}

@media (max-width: 992px) {
	.schedule-section {
		padding: 60px 0;
	}

	.schedule-content {
		padding-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}

	.schedule-image img {
		margin-bottom: 30px;
	}
}

.blog-section {
	padding: 100px 0;
	background-color: var(--white-color);
}

.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.blog-header h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.2;
	margin-bottom: 0;
}

.btn-view-all {
	background-color: var(--primary-color);
	color: var(--white-color) !important;
	padding: 12px 25px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.btn-view-all:hover {
	background-color: #051d29;
}

.blog-header i.fas.fa-arrow-right.ms-2 {
	-webkit-transform: rotate(-45deg);
}

.blog-card {
	border: none;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}

.blog-card:hover {
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-card-image {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-date-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
	line-height: 1.1;
	font-family: var(--heading-font);
	font-size: 1.2rem;
	z-index: 5;
}

.blog-date-badge span {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-author-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	border-bottom: 1px solid var(--divider-color);
}

.author-details {
	display: flex;
	align-items: center;
}

.author-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-name {
	font-size: 0.9rem;
	color: var(--text-color);
	font-weight: 500;
}

.read-more-icon {
	font-size: 1.2rem;
	color: var(--primary-color);
	transition: transform 0.3s ease;
}

.blog-card:hover .read-more-icon {
	transform: translateX(5px);
}

.blog-card-content {
	padding: 20px;
	background-color: #f0f7ff;
	border-radius: 0 0 15px 15px;
}

.blog-card-content p {
	font-family: var(--heading-font);
	font-size: 1.5rem;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.blog-card-content small {
	font-size: 0.9rem;
	color: var(--text-color);
	opacity: 0.8;
}

@media (max-width: 768px) {
	.blog-header {
		flex-direction: column;
		text-align: center;
	}

	.blog-header h2 {
		margin-bottom: 20px;
	}
}


.footer-copyright-bar {
	background-color: #051d29;
	color: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	font-size: 0.9rem;
}

.footer-social-group {
	display: flex;
	align-items: center;
}

.footer-social-group span {
	margin-right: 15px;
	font-weight: 500;
}

.social-icon-circle {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	transition: background-color 0.3s ease;
	color: var(--white-color);
	font-size: 14px;
}

.social-icon-circle:hover {
	background-color: var(--secondary-highlight-bg);
	color: var(--primary-color);
}

.footer {
	background-color: var(--secondary-color);
	color: var(--text-color);
	border-top: 1px solid var(--divider-color);
	padding-top: 50px !important;
}

@media (max-width: 992px) {
	.footer-copyright-bar .container>div {
		flex-direction: column;
		text-align: center;
	}

	.footer-social-group {
		margin-bottom: 10px;
		justify-content: center;
	}
}


a.btn-contact i.fas.fa-arrow-right {
	-webkit-transform: rotate(-50deg);
	margin-left: 8px;
}

.section-title .intro-heading-secondary {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--primary-color);
	background: url(https://hivends.org/trujump/site/img/fav-trujump.svg) no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 24px;
	margin-bottom: 20px;
}

.about-us-img-2 figure.image-anime {
	margin: 10px 10px;
}

.about-us-content h2 {
	font-size: 40px;
	line-height: 45px;
}

.about-us-list i.fas {
	font-size: 20px !important;
	margin-right: 10px;
	color: #e80d0d;
}

.about-company-result .fas {
	-webkit-transform: rotate(-65deg);
	color: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	font-size: 25px;
}

.about-us-footer .btn-default {
	border-radius: 30px;
	padding: 15px 25px 18px 10px;
	position: relative;
	border: 1px solid #082c3d;
}

.btn-default {
	position: relative;
	border-radius: 30px;
}

.btn-footer i.fas.fa-arrow-right {
	color: #082c3d;
	font-size: 25px;
	padding: 0px 0px;
	-webkit-transform: rotate(-45deg);
}

span.btn-footer {
	background: #f6f8fb;
	padding: 15px 15px 15px 15px;
	border-radius: 50px;
	margin-right: 10px;
}

.stats-section .stat-item {
	background: none;
	box-shadow: none;
}

.stat-visual.text {
	background: #fff;
	padding: 26px 0 0px 0;
	height: auto;
}

h2.p-title {
	font-size: 40px;
	line-height: 45px;
}

h2.perform {
	font-size: 60px;
}

.why-trujump-content p {
	font-size: 17px;
	color: #082c3d;
	line-height: 28px;
	font-weight: 600;
}

.blis .image-container {
	margin-bottom: 13px;
}

.text-bottom {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}

.image-container.over {
	position: relative;
	box-shadow: none;
}

h2.any {
	font-size: 40px;
}


.cs_footer.cs_style_1 {
	margin-top: 305px;
	position: relative;
}

.cs_heading_color {
	color: #274760;
}

.cs_footer.cs_style_1 .cs_footer_logo_wrap {
	background-position: top !important;
	background-size: cover !important;
	bottom: 0;
	height: calc(100% + 200px);
	left: 0;
	position: absolute;
	width: 100%;
}

.cs_footer.cs_style_1 .cs_footer_brand {
	align-items: center;
	background-position: 6px 0;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	height: 448px;
	justify-content: center;
	left: 50%;
	margin-left: 6px;
	position: absolute;
	top: -180px;
	transform: translateX(-50%);
	width: 426px;
}

.cs_footer.cs_style_1 .cs_footer_brand_text {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	margin: 5px 0 0;
}

.cs_footer.cs_style_1 .cs_footer_main {
	padding: 70px 15px;
}

.cs_footer_bottom,
.cs_footer_main {
	position: relative;
	z-index: 2;
}

.cs_text_widget {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
}

.cs_text_widget p {
	margin: 0;
}

.cs_footer.cs_style_1 .cs_text_widget+.cs_contact_widget {
	margin-top: 15px;
}

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

.cs_menu_widget li:not(:last-child) {
	margin-bottom: 15px;
}

.cs_menu_widget li {
	position: relative;
	padding-left: 10px;
}

.cs_menu_widget li::before {
	content: '>';
	position: absolute;
	left: 0px;
	top: 0;
}

.cs_mp0 {
	list-style: none;
	padding: 0;
}

.cs_newsletter.cs_style_1 .cs_newsletter_title {
	font-size: 34px;
}

.cs_newsletter.cs_style_1 .cs_newsletter_title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 11px;
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form,
.cs_newsletter.cs_style_4 .cs_newsletter_form {
	position: relative;
}

.cs_newsletter.cs_style_1 .cs_newsletter_form {
	margin-top: 25px;
	position: relative;
}

.cs_newsletter.cs_style_1 .cs_form_field {
	border-radius: 2.4em;
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
	right: 5px;
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_4 .cs_btn.cs_style_1 {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form,
.cs_newsletter.cs_style_4 .cs_newsletter_form {
	position: relative;
}

img.cs_footer_brand_icon {
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
	display: block;
}

.cs_form_field,
.react-datepicker-wrapper input {
	background-color: #0000;
	border: 1px solid #307bc480;
	border-radius: 30px;
	display: block;
	outline: none;
	padding: 26px 30px;
	transition: all .3s ease;
	width: 100%;
}

.cs_btn.cs_style_1 {
	align-items: center;
	background: #274760;
	border: none;
	border-radius: 24px;
	box-shadow: 0 4px 20px 0 #2747602b;
	color: #fff;
	display: inline-flex;
	font-weight: 500;
	gap: 8px;
	justify-content: center;
	outline: none;
	padding: 12px 25px;
	position: relative;
}

a {
	color: rgb(10 19 46);
}

.blis .image-container {
	box-shadow: none;
}

.bottom-client {
	max-width: 500px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 25%;
	right: 0;
	border-radius: 50px;
	border: 1px solid #011a43;
	background: #f8f8f8;
	padding: 17px 10px 0px;
}

.blis {
	position: relative;
}

.blis .about-comapny-client {
	width: calc(50% - 15px);
	display: inline;
}

p.trust {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}

figure.image-anime.kk {
	line-height: 46px;
	font-size: 18px;
}

.image-container.over img::after {
	content: '';
	background: #777;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	position: absolute;
}

ul.cs_contact_widget li {
	margin-bottom: 15px;
}


a.btn-default:hover,
.btn-view-all:hover,
.cs_newsletter.cs_style_1 .cs_btn.cs_style_1:hover,
.btn-schedule-message:hover,
.cta-form-button:hover {
	background: linear-gradient(to left, #ffffff 50%, #082c3d 50%) right;
	background-size: 200%;
	transition: .5s ease-out;
	color: #082C3D !important;
	border: 1px solid #082c3d;
}

.cs_newsletter.cs_style_1 .cs_btn.cs_style_1:hover img {
	filter: invert(100%);
}

ul.slide-img li {
	display: inline-block;
}

ul.slide-img li img {
	max-width: 100px;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	.navbar-brand {
		width: 77%;
	}

	.hero-section {
		padding-top: 0px;
		min-height: auto;
	}

	.stat-item {
		margin-bottom: 0px;
		padding: 0px 15px;
	}

	.company-client-images .client-image {
		max-width: 40px;
		max-height: 40px;
	}

	.section-title .intro-heading-secondary {
		margin-bottom: 0px;
		margin-top: 20px;
		padding-left: 19px;
	}

	.section-title h2 {
		font-size: 35px;
		line-height: 40px;
	}

	ul.cs_menu_widget.cs_mp0 {
		margin: 20px 0;
	}

	.cs_menu_widget li:not(:last-child) {
		margin-bottom: 5px;
	}

	.cs_footer.cs_style_1 .cs_footer_brand {
		width: 100%;
		left: 43%;
	}

	.cs_footer_brand {
		background-size: 100%;
	}

	.about-us-list ul li {
		margin-bottom: 0px;
	}

	input.cta-form-input {
		width: 77%;
		float: left;
	}

	button.cta-form-button {
		width: 33%;
		padding: 5px 2px;
		font-size: 12px;
		margin-top: 0px;
	}

	.cta-form-group {
		max-width: 100%;
		margin: 0 auto;
		flex-direction: row;
	}

	.cta-box {

		padding: 0px 22px;
		min-height: auto;

	}

	.cs_newsletter.cs_style_1 .cs_newsletter_title {
		font-size: 35px;
		margin-bottom: 0px;
	}

	.bottom-client {
		max-width: 500px;
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0%;
		right: 0;
		border-radius: 50px;
		border: 1px solid #011a43;
		background: #f8f8f8;
		padding: 17px 10px 0px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-brand {
		width: 77%;
	}

	.hero-section {
		padding-top: 0px;
		min-height: auto;
	}

	.stat-item {
		margin-bottom: 0px;
		padding: 0px 15px;
	}

	.company-client-images .client-image {
		max-width: 40px;
		max-height: 40px;
	}

	.section-title .intro-heading-secondary {
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.section-title h2 {
		font-size: 35px;
		line-height: 40px;
	}

	ul.cs_menu_widget.cs_mp0 {
		margin: 20px 0;
	}

	.cs_menu_widget li:not(:last-child) {
		margin-bottom: 5px;
	}

	img.cs_footer_brand_icon {
		width: 100%;
		max-width: 90px;
	}

	.cs_footer_brand {
		background-size: 100%;
	}

	header {
		background: #f8f8f8 !important;
	}

	.about-us-list ul li {
		margin-bottom: 0px;
	}

	input.cta-form-input {
		width: 77%;
		float: left;
	}

	button.cta-form-button {
		width: 33%;
		padding: 5px 2px;
		font-size: 12px;
		margin-top: 0px;
	}

	.cta-form-group {
		max-width: 100%;
		margin: 0 auto;
		flex-direction: row;
	}

	.cta-box {

		padding: 0px 22px;
		min-height: auto;

	}
}


.title-area-data {
	position: relative;
}

.title-area-data img {
	position: absolute;
	width: 46px;
	top: -22px;
	left: -15px;
}

.heading span {
	font-weight: bold;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 22px;
	color: #b8e5fe;
	font-family: 'Sora';
	padding-bottom: 6px;
	display: block;
}

form.appiontment input {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 1px solid #D8D8D8;
	margin-bottom: 24px;
	border-radius: 10px;
	outline: none;
}

.title-area-data h2 {
	font-size: 82px;
	font-weight: bold;
	text-transform: capitalize;
}

form.appiontment textarea {
	width: 100%;
	height: 180px;
	outline: none;
	border: 1px solid #d7d7d7;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 18px;
}

.contact-information {
	width: 96%;
	margin-left: auto;
}

.contact-information {
	padding: 50px;
	background-color: #082c3d;
}

.contact-information ul.information-list li:not(:last-child) {
	border-bottom: 1px solid #304F74;
	margin-bottom: 20px;
	padding-bottom: 20px;
	list-style: none;
}

.contact-information ul.information-list li,
.abt-list li {
	list-style: none;
}

.contact-information ul.information-list span {
	color: #fff;
	padding-bottom: 5px;
	display: block;
}

.contact-information ul.information-list a,
.contact-information ul.information-list h6 {
	color: #fff;
	display: block;
	font-weight: bold;
}

.contact-information h3 {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	padding-bottom: 30px;
}

.gap {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact-information ul.social-icon {
	padding-top: 42px;
	list-style: none;
}

.contact-information ul.social-icon a {
	color: #000000;
	background-color: #fff;
	border: 0;
}

ul.social-icon li a {
	width: 40px;
	height: 40px;
	font-size: 14px;
}

.contact-information ul.social-icon a {
	color: #000000;
	background-color: #fff;
	border: 0;
}

ul.social-icon li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #444;
	border-radius: 50%;
}

ul.social-icon li {
	display: inline-block;
	margin: 0 5px;
}

ul#primary-menu li {
	list-style: none;
	display: inline-block;
	margin: 0 30px;
}

ul#primary-menu {
	margin: 20px 0;
}

.banner-img {
	position: relative;
	bottom: -33px;
}

ul.abt-list {
	padding-left: 5px;
}

ul.abt-list li:before {
	content: '>';
	position: absolute;
	left: 0px;
	top: 0;
	font-size: 25px;
	line-height: 20px;
}

ul.abt-list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.project-style.hover-img.about-us-footer img {
	width: 100%;
}

.project-sli {
	position: relative;
}

.about-img.hover-img img {
	width: 100%;
}

.banner-img img {
	max-width: 400px;
}

.single-team.medical-service {
	background: transparent;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 6px;
	padding-bottom: 10px;
}

.team-img img {
	width: 100%;
}

.team-info-details.medi-info-details.mt-3 {
	padding: 0 10px;
}

.subscribe h2 {
	color: #fff;
}

.subscribe {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.subscribe form.cta-form-group {
	margin: 0 auto;
}

section.schedule-section {
	margin-bottom: 40px;
}

div#primary {
	padding: 0px 15px;
}

div#tertiary {
	display: none;
}

li.product.type-product {
	box-shadow: 0px 0px 10px #777;
	padding: 10px 10px !important;
}

section#arch {
	padding: 0 15px;
}

/* banner updated three..js css*/
.trujump-hero-section {
        margin: 0 15px;
        position: relative;
        height: 70vh;
        min-height: 600px;
        overflow: hidden;
        background-color: #c7e8ff;
        background: url('../../../wp-content/uploads/2025/10/Truejump-banner-bg.png');
        background-position: center;
        background-size: cover;
        --parallax-x: 0;
        padding-bottom: 50px;
    }

    .trujump-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .hero-product-canvas-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .hero-content-overlay {
        position: absolute;
        top: 10%;
        width: 100%;
        text-align: center;
        color: #113a52;
        z-index: 2;
        pointer-events: none;
        will-change: transform;
        transform: translateX(var(--parallax-x));
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .trujump-title {
        font-size: 6.3rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        opacity: 0;
    }

    .trujump-subtitle {
        font-size: 2rem;
        opacity: 0;
    }


    @media (max-width: 768px) {
		body, section, footer {
			overflow-x: hidden !important;
		}
        .trujump-hero-section {
            height: 60vh;
            min-height: 300px;
        }

        .trujump-title {
            font-size: 3rem;
			 letter-spacing: unset;
            margin-bottom: 0.5rem !important;
        }

        .trujump-subtitle {
            font-size: 18px;
        }
		.about-us-img-2.aos-init.aos-animate {
    display: none;
}
.about-us-images {
    padding: 0;
}
.company-review {
    left: -60px;
    bottom: -160px;
}
.about-us-body {
    display: block;
}
.about-comapny-client {
    width: 100%;
}
.about-company-result {
    width: 100%;
}
    }

	/* sequence */

#sequence {
	width: 100%;
	float: left;
	background: var(--accent-color);
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 0;
	color: var(--white-color) !important;
	margin: 0 !important;
}

#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 7px 0;
	font-size: 15px;
	color: var(--white-color) !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}
