/*!
Theme Name: Hiraya Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hiraya-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hiraya Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* scroll-behavior: smooth; */
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	color: #A6A6A6;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	/* overflow-x: hidden; */
	/* background:#F5F5F5; */
}

a {
	text-decoration: none;
	color: #fff;
	transition: 0.5s all;
}

a:hover {
	color: #F15A24;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	margin: 0;
	line-height: 1.2;
	font-weight: 500;
	color: #191A15;
	letter-spacing: 0;
}

h1,
.title {
	font-size: 80px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 36px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 24px;
}

.button,
.button-two {
	display: inline-block;
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	border-radius: 40px;
	padding: 20px 30px;
	background: #181F66;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	border: 1px solid #181F63;
	z-index: 0;
	overflow: hidden;
}

.button-two {
	padding: 0;
	background: transparent;
	color: #000;
	border: none;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
}

.button:after {
	content: "";
	background: #181F63;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 0.5s all;
}

/* .button-two:after {
	content: "\f178";
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-weight: 400;
} */
.button:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #181F63;
}

.button:hover:after {
	height: 0;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.wrapper {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	width:100%;
}

section {
	padding: 100px 0;
	position: relative;
	/* overflow: hidden; */
}

section.small-padding {
	padding: 60px 0;
}

section.pt-0 {
	padding-top: 0 !important;
}

section.pb-0 {
	padding-bottom: 0 !important;
}

section.p-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

p {
	margin: 0 0 30px 0;
}

p:last-child {
	margin: 0;
}

::placeholder {
	color: #857878;
}

input,
textarea,
select {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(99, 112, 131, 1);
	line-height: 1.2;
	appearance: auto;
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
	padding: 10px 12px;
	border-radius: 8px;
	outline: 0;
	border: none;
	background: #fff;
	display: block;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23d9d9d9" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

textarea {
	max-height: 150px;
}

/* .wpcf7-spinner {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    right: 30px;
	    bottom: 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: auto 0 auto auto;
	    visibility: hidden;
	    background-color: #23282d;
	    opacity: 0.75;
	    width: 24px;
	    height: 24px;
	    border: none;
	    border-radius: 100%;
	    padding: 0;
	    transform: translate(0,-50%);
}
 */
.form-btn {
	position: relative;
}

input.wpcf7-submit {
	/* width: fit-content; */
	/* margin-top: 20px; */
	border-radius: 10px;
	text-align: center;
	/* padding: 10px 50px; */
	background: rgba(24, 31, 99, 1);
	color: #fff;
	cursor: pointer;
	/* max-width: 250px; */
}

.wpcf7-spinner::before {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	transform-origin: 7px 7px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.heading-group {
	margin-bottom: 15px;
}

.intro-description {
	margin-bottom: 30px;
}

.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

a.scrolltotop {
	background: #8bb08f;
	border: 1px solid #8bb08f;
	bottom: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	transition: 0.5s all;
	z-index: 99;
}

a.whatsapp-link {
	background: #25d366;
	border-radius: 50%;
	bottom: 70px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 99;
	transition: 0.5s all;
	font-size: 30px;
	border: 1px solid transparent;
}

a.whatsapp-link:hover {
	color: #25d366;
	background: #fff;
	border: 1px solid #25d366;
}

a.scrolltotop:hover {
	background: #fff;
	color: #99183F;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* SECTION SHAPES */
/* Yellow Shape */
.yellow {
	position: absolute;
	width: 634px;
	height: 634px;
	background: #FFC728;
	filter: blur(1000px);
	top: 0;
	border-radius: 366px;
	z-index: -1;
}

.pink {
	position: absolute;
	width: 634px;
	height: 634px;
	background: #FFD6D6;
	filter: blur(1000px);
	right: 0;
	top: 0;
	border-radius: 366px;
}

.white {
	position: absolute;
	width: 634px;
	height: 634px;
	background: #FFFFFF;
	filter: blur(1000px);
	left: 0;
	top: 0;
	border-radius: 366px;
}

/* HEADER */
.header {
	padding: 40px 0;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.site-branding img {
	max-width: 70px;
}

.header-right-main {
	display: flex;
	align-items: center;
}

.header .yellow {
	margin-left: -77px;
	left: 0;
	top: 0;
	margin-top: -285px;
}

.header .pink {
	right: 0;
	top: 0;
	/* transform: translate(0,8%); */
	margin-top: -365px;
	margin-right: 465px;
}

.hero-banner .white {
	margin-left: 616px;
	margin-top: 219px;
	/* transform: translate(-50%,-50%); */
}

.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: #8bb08f;
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.toggle.active .bar {
	margin-right: 20px;
}

nav.main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 65%;
}

ul.menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.menu>li:not(:first-child) {
	margin-left: 40px;
}

ul.menu>li:last-child {
	display: none;
}

ul.menu li {
	position: relative;
}

ul.menu li a {
	color: #A6A6A6;
	font-size: 16px;
}

ul.menu li.current-menu-item a {
	color: #000;
	font-size: 18px;
}

.header-right {
	line-height: 1;
}

.header-right .button {
	border-radius: 10px;
	padding: 8px 24px;
}

ul.menu li a:hover {
	color: #000;
}

/* HERO BANNER */
.hero-banner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hero-banner .yellow {
	right: 0;
	z-index: -1;
	top: unset;
	bottom: 0;
	margin-right: -77px;
}

.hero-banner {
	overflow-x: hidden;
	padding-top: 210px;
}

.banner-content {
	width: 50%;
}

.banner-content .intro-description {
	width: 75%;
	color: #000;
}

/* .banner-btn .button {
	padding: 20px 30px;
	 border-radius: 40px;
} */
.line {
	position: relative;
}

.line::before {
	background-image: url("https://staging-hirayapro.novuscode.in/wp-content/uploads/2025/08/Vector-32.png");
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 75%;
	height: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.banner-content .heading-group {
	margin-bottom: 100px;
}

.banner-image {
	position: relative;
	width: 40%;
}

.banner-image i {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 173px;
	margin-left: -14px;
	background: #4535AF;
	color: #fff;
	/* padding: 10px; */
	border-radius: 10px;
	transform: rotate(-15deg);
	font-size: 12px;
	line-height: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-image img {
	margin-left: auto;
	height: 100%;
	/* width: 100%; */
}

.banner-image:after {
	content: " \f27a";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	bottom: 0;
	margin-bottom: -32px;
	right: 0;
	margin-right: 47px;
	background: #FFAA94;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transform: rotate(15deg);
}

.banner-image:before {
	content: "\f1c0";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	margin-top: 26px;
	right: 0;
	margin-right: -35px;
	background: #FBC75E;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transform: rotate(15deg);
}

/* SOLUTION */
.solution-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solution-left {
	width: 52%;
}

.solution-right {
	width: 45%;
}

.solution-left .heading-group {
	width: 90%;
	margin-bottom: 25px;
}

.banner-btn,
.solution-btn {
	line-height: 1;
}

.solution {
	background: #F9F8FE;
}

.solution-left .intro-description {
	margin-bottom: 45px;
}

.solution-block {
	display: flex;
}

.solution-image {
	flex: 0 0 auto;
	/* margin-right: 20px; */
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

.solution-image img {
	width: 30px;
}

.solution-heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Inter", sans-serif;
}

.solution-detail p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

ul.solution-list li:not(:last-child) {
	margin-bottom: 30px;
}

.solution-content {
	margin-left: 20px;
}

.solution-left .heading {
	font-weight: 600;
}

/* BUSINESS */
.business-row .heading-group,.case-study-row .heading-group {
	margin-bottom: 10px;
}

.business-row {
	text-align: center;
}

.business-row .intro-description p {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.business-row .heading {
	font-weight: 600;
}

ul.business-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -15px;
}

ul.business-list li {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.business-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.business-image img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.business-block {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.business-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 95%;
	margin: 0 auto;
	margin-bottom: 26px;
}

.business-detail {
	width: 70%;
	margin: 0 auto;
	transition: c;
}

.business-heading {
	color: #FFC728;
	font-weight: 600;
	margin-bottom: 15px;
}

.business-detail p {
	font-family: 'Poppins';
	color: #fff;
	font-size: 16px;
}

span.img-overlay {
	position: absolute;
	inset: 0;
	background: rgb(25 26 21 / 58%);
	width: 100%;
	height: 100%;
}

.business .yellow {
	bottom: 0;
	top: unset;
	margin-left: 53px;
	margin-bottom: 10px;
}

.business .yellow.right {
	right: 0;
	top: 0;
	bottom: unset;
	margin-top: 316px;
}

.counter {
	padding: 55px 0;
	background: #183B56;
	/* overflow: hidden; */
}

ul.counter-list {
	display: flex;
	margin: -10px;
}

.counter-list li {
	width: 25%;
	margin: 0 10px;
	padding: 10px 0;
}

.counter-heading {
	color: #fff;
	margin: 0 0 3px 0;
	font-weight: 600;
}

.counter-block {
	display: flex;
	/* flex-wrap:wrap; */
}

.counter-detail {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.counter-image {
	flex: 0 0 auto;
	margin-right: 18px;
}

.counter:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background: rgb(219 229 250 / 32%);
	border-radius: 366px;
	margin-right: -50px;
	margin-top: -22px;
}

/* MISSION */
ul.mission-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -20px;
}

ul.mission-list li {
	width: 50%;
	margin: 20px 0;
	padding: 0 20px;
}

.mission-image img {
	width: 100%;
	height: 100%;
}

.mission-block {
	height: 100%;
}

.mission-heading {
	color: #181F63;
	font-weight: 600;
	font-size: 32px;
	margin: 10px 0;
}

/* BEST PRACTISE */
.practise-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.practise-left {
	width: 54%;
}

.practise-right {
	width: 38%;
	position: relative;
}

.practise-right img {
	width: 100%;
	border-radius: 20px;
	height: 100%;
}

.practise-left .heading {
	font-weight: 700;
	color: #181F63;
}

.practise-left .heading-group {
	margin-bottom: 20px;
}

ul.practise-list li:not(:last-child) {
	margin-bottom: 30px;
}

.practise-detail p {
	color: #191A15;
}

ul.practise-list li {
	position: relative;
}

.practise-detail:before {
	content: " \f00c";
	font-family: 'FontAwesome';
	margin-right: 15px;
	width: 32px;
	height: 32px;
	background: #181F63;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: #fff;
}

.practise-detail {
	position: relative;
	display: flex;
	align-items: center;
}

.practise .yellow {
	top: unset;
	bottom: -170px;
	left: 70px;
}

.image-left-top {
	background: #fff;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 67%;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -124px;
	margin-top: 36px;
	z-index: 1;
}

.image-left-top img {
	width: 58px;
	height: 58px;
	border-radius: 100px;
	margin: 0;
}

.image-left-top i {
	width: 40px;
	height: 40px;
	background: #FFC728;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 100px;
}

.left-top-content p {
	margin-bottom: 10px;
	font-size: 16px;
}

/* .left-top-content {
	margin: 0 15px;
} */

.left-top-content p:last-child {
	font-size: 12px;
}

.practise-right:before {
	content: " \f03e";
	font-family: 'FontAwesome';
	background: #FFC728;
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
	position: absolute;
	transform: rotate(-15deg);
	top: 0;
	left: 0;
	margin-top: 275px;
	margin-left: -60px;
}

.image-right-center {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border-radius: 10px;
	padding: 13px;
	margin-top: 121px;
	margin-right: -70px;
	z-index: 1;
}

.right-bot-content {
	display: flex;
	align-items: center;
}

.right-bot-content p {
	margin-bottom: 0;
	margin-right: 35px;
	color: #191A15;
	font-size: 16px;
}

.right-top-content p {
	font-size: 12px;
	margin-bottom: 10px;
}

.right-bot-content i {
	color: #FFC728;
}

.image-left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 22px 25px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: -14px;
	margin-left: -106px;
	width: 67%;
	z-index: 1;
}

.left-bot-content {
	display: inline-flex;
	align-items: center;
	/* justify-content: space-between; */
}

.left-bot-content p {
	color: #191A15;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.left-bot-content i {
	color: #FFC728;
	margin-right: 15px;
	font-size: 24px;
	flex: 0 0 auto;
}

/* sustainabilit */
section.sustainability {
	/* background: #F4F8F9; */
	margin: 35px 0;
}

.sustainability .yellow {
	margin-top: 138px;
	right: 0;
	margin-right: -104px;
}

.sustainability-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.sustainability-image {
	width: 50%;
	position: relative;
	box-shadow: 0 0 5px 3px rgb(0 0 0 / 30%);
}

.sustainability-left {
	width: 30%;
	padding: 120px 0;
	/* background: #F4F8F9; */
}

.sustainability-left .heading,
.empowering-left .heading,
.comunity-content .heading {
	font-size: 16px;
	color: #181F63;
	font-weight: 700;
	border-bottom: 6px solid #FFC728;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.sustainability-left .sub-heading,
.empowering-left .sub-heading {
	font-weight: 700;
	color: #181F63;
	text-transform: capitalize;
	font-size: 32px;
}

.sustainability-left p {
	font-size: 16px;
	font-weight: 400;
}

.sustainability-btn {
	line-height: 1;
}

.sustainability-btn .button {
	/* border-radius: 40px; */
	/* padding: 20px 30px; */
	font-size: 18px;
	font-weight: 500;
}

.image {
	position: relative;
	padding-top: 100%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sustainability-image .image {
	padding-top: 108%;
}

.sustainability:before {
	content: "";
	position: absolute;
	background: #F4F8F9;
	width: 90%;
	height: 88%;
	top: 50%;
	left: -100%;
	z-index: 0;
	transform: translate(100%, -50%);
}

/* EMPOEING */
.empowering-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.empowering-left {
	width: 41%;
	border-right: 3px solid #9B9B9B;
	padding-bottom: 30px;
}

.empowering-left .sub-heading {
	font-weight: 600;
	text-transform: uppercase;
}

.empowering-left .heading-group {
	width: 77%;
}

.empowering-right {
	width: 51%;
	margin-top: 35px;
}

.empowering-right p {
	font-size: 16px;
	font-weight: 400;
	color: #9B9B9B;
}

section.empowering {
	padding: 25px 0;
	margin-bottom: 50px;
}

.empowering img {
	position: absolute;
	right: 0;
	margin-bottom: -70px;
	bottom: 0;
}

/* DIRECTION */
section.direction .wrapper {
	max-width: 1366px;
}

ul.direction-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

ul.direction-list li {
	width: 50%;
}

ul.direction-list li:nth-child(even) {
	width: 52%;
	background: #FFC728;
	clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
	margin-left: -8%;
}

.direction-block {
	padding: 60px;
	text-align: center;
}

.direction-detail {
	margin: 20px 0;
}

.direction-detail p {
	font-size: 16px;
	font-weight: 400;
}

.direction-heading {
	font-size: 32px;
	font-weight: 600;
}

ul.direction-list li:nth-child(odd) .direction-heading,
ul.direction-list li:nth-child(odd) .button-two {
	color: #FFC728;
}

ul.direction-list li:nth-child(odd) .direction-detail p {
	color: #FFFFFF;
}

ul.direction-list li:nth-child(even) .direction-heading,
ul.direction-list li:nth-child(even) .button-two {
	color: #181F63;
}

ul.direction-list li:nth-child(even) .direction-detail p {
	color: #191A15;
}

ul.direction-list .button-two,.case-btn .button-two {
	border-bottom: 2px solid #F15A24;
	padding: 0 7px 5px;
}
/* .direction-link .button-two::after {
    content: none;
} */

.direction-link i,.case-btn i {
	font-weight: 600;
	margin-left: 15px;
	color: #F15A24;
	transition: 0.5s all;
}

ul.direction-list li:nth-child(odd) {
	background: radial-gradient(36.52% 47.51% at 49.76% 45.48%, rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0.86) 99%);
	clip-path: polygon(0 0, 99% 0, 85% 100%, 0 100%);
	position: relative;
	z-index: 3;
	/* overflow: hidden; */
	width: 52%;
}

ul.direction-list li:nth-child(odd)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 55px;
	/* Adjust to align perfectly */
	width: 12px;
	height: 100%;
	background: #F15A24;
	transform: skewX(-21deg);
	z-index: 2;
}

.direction-btn {
	line-height: 1;
	width: fit-content;
	margin: 0 auto;
}

.direction .yellow {
	margin-top: 75px;
	margin-left: 160px;
}

/* LEADERSHIP */
.leadership-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.leadership-image {
	width: 37%;
	max-width: 100%;
}

.leadership-content {
	width: 69%;
	padding: 160px 100px 160px 150px;
	margin-left: -120px;
	background: rgba(24, 31, 99, 1);
	border-radius: 0 15px 15px 0;
}

.leadership-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: rgba(253, 251, 248, 1);
}

.leadership-content .heading {
	color: rgba(255, 199, 40, 1);
	font-weight: 700;
}

.leadership-image {
	width: 47%;
	margin-right: -120px;
	margin-bottom: -60px;
}

.leadership-image .image {
	padding-top: 93%;
}

.leadership-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
}

.leadership .yellow {
	right: 0;
	margin-right: -195px;
	top: 106px;
}

.comunity-mask-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	-webkit-mask-image: url('https://staging-hirayapro.novuscode.in/wp-content/uploads/2025/08/Union-3.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url('https://staging-hirayapro.novuscode.in/wp-content/uploads/2025/08/Union-3.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.comunity-image {
	width: 55%;
	position: relative;
	height: 100%;
}

.comunity-mask-image {
	width: 100%;
	margin: 0 auto;
}

.comunity-content .sub-heading {
	font-weight: 700;
	color: rgba(51, 27, 59, 1);
}

.comunity-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comunity-content {
	width: 43%;
}

.comunity-image:before {
	content: "";
	border: 2px dashed #000;
	border-radius: 366px;
	width: 604px;
	height: 598px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -21px;
	z-index: -2;
}

.comunity-content .intro-description p {
	font-size: 16px;
	font-weight: 400;
}

.comunity-bg {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, 0%);
	z-index: -1;
	margin-top: -30px;
	margin-left: -17px;
}

.comunity-bg img {
	width: 100;
	height: 100%;
}

.comunity .yellow {
	margin-top: 75px;
}
ul.program {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

ul.program li {
    width: 25%;
    margin: 10px 0;
    padding: 0 10px;
}

.program-image {
    width: 100%;
    height: 100%;
}

.program-image img {
    width: 100%;
    height: 100%;
}

.program-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 25px 0;
}

.program li:nth-child(even) .program-block {
    flex-direction: column-reverse;
}

.program-heading, .program-detail p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(74, 74, 74, 1);
}

.program-content {
    margin-top: 15px;
}

.program li:nth-child(even) .program-block .program-content {
    margin-top: 0;
    margin-bottom: 15px;
}

.program-list {
    margin-top: 50px;
}

.program li:nth-child(even) .program-block:before {
    content: "";
    width: 42px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(74, 74, 74, 1);
}
.program li:nth-child(odd) .program-block:before {
    content: "";
    width: 42px;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(241, 90, 36, 1);
}
.comunity .yellow.right {
    margin-bottom: 70px;
    top: unset;
    bottom: 0;
    right: 0;
    margin-right: -195px;
    margin-top: unset;
}
/* CASE STUDY */
.case-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.case-list li {
    width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
}

.case-content {
    padding: 25px 16px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-heading {
    margin-bottom: 10px;
}

.case-detail {
    /* margin-bottom: 30px; */
}

.case-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case-image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.case-btn {
    line-height: 1;
    width: fit-content;
    margin-top: auto;
}
.case-block:hover .case-btn i, .direction-block:hover .direction-link i {
    transform: rotate(-45deg);
}
/* HOW IT WORKS */
.work-top .heading {
    font-weight: 700;
}

.work-top .heading-group {
    margin-bottom: 10px;
}

.work-top p {
    font-size: 20px;
    color: rgba(85, 105, 135, 1);
}

.work-image {
    width: 65%;
    margin: 0 auto;
    position: relative;
}

.work-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.work-top .intro-description {
    margin-bottom: 50px;
}
.work {
    background: radial-gradient(50% 50% at 50% 50%, rgba(247, 248, 249, 0) 0%, #F7F8F9 100%);
}
ul.work-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -20px;
}

ul.work-list li {
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
}

.work-block {
    height: 100%;
    text-align: center;
}

.work-icon {
    background: rgba(24, 31, 99, 1);
    padding: 20px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 6px;
}

.work-icon img {
    width: 24px;
    margin: 0 auto;
}

.work-content {
    margin-top: 20px;
}

.work-heading {
    font-weight: 700;
    color: rgba(42, 51, 66, 1);
	margin-bottom:15px;
}
.work-wrap {
    width: 65%;
    margin: 0 auto;
    margin-top: 50px;
}

.work-detail p {
    font-size: 16px;
    color: rgba(85, 105, 135, 1);
}
/* FAQ */
.accordion i {
	/* color: #18685b; */
	margin-left:10px;
	margin-top: 5px;
	font-weight: 600;
	transition: 0.5s all;
}
.accordion {text-transform: capitalize;display: flex;justify-content: space-between;border: 1px solid transparent;border-radius: 10px;background: #161c28;color: #fff;cursor: pointer;align-items: start;}

ul.faq-list li:not(:last-child) {
    margin-bottom: 20px;
}
.accordion.active i {
    transform: rotate(180deg);
}
.accordion.active {
    /* background: #fff; */
    /* color: #000; */
    /* border: 1px solid #000; */
}

.accordion-content {
	display: none;
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.faq {
    background: #161C28;
}

.faq-row p {
    color: #fff;
    margin-bottom: 15px;
}

.faq-top .heading {
    color: #fff;
}

.faq-top .heading-group {
    margin-bottom: 10px;
}

.faq-top {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.faq-wrap {
    width: 70%;
    margin: 0 auto;
}

.accordian-part {
    border: 1px solid rgba(206, 210, 218, 1);
    border-radius: 8px;
    padding: 32px;
}

.accordion-content ul {
    list-style: decimal;
    padding-left: 20px;
}
.accordion >div {
    display: inline-flex;
}

.accordion span {
    margin-right: 5px;
}
/* CTA */
.cta-center-row {
    background: rgba(240, 246, 255, 1);
    padding: 100px 60px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.cta-left {
    width: 45%;
}

.form-col:not(:last-child) {
    margin-bottom: 40px;
}

.cta-left .heading {
    color: rgba(0, 41, 102, 1);
}
.cta-left p {
    color: rgba(0, 41, 102, 1);
}

.cta-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 36%;
}

.cta-img img {
    width: 100%;
    height: 100%;
}
/* FOOTER */
.site-footer {
    background: rgba(24, 31, 99, 1);
    padding: 150px 0 50px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer-block {
    max-width: 175px;
}

.footer-block:first-child {
    max-width: 480px;
}

.footer-heading {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-block:first-child .footer-heading {
    color: rgba(166, 166, 166, 1);
}

.copy-right p {
    color: #fff;
}

.footer-menu a {
    color: rgba(166, 166, 166, 1);
}

.footer-menu a:hover {
    color: #fff;
}

.footer-bottom .footer-menu {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.footer-bottom .footer-menu a {
    color: #fff;
}

.footer-bottom .footer-menu li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid;
}
.news-letter-col i {
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    margin-top: 0;
    color: #fff;
    padding: 0;
    margin-right: 16px;
    border-radius: 0;
    z-index: 3;
	cursor:pointer;
}

.news-letter-col {
    position: relative;
}
.news-letter-col > input {
    border-radius: 0;
    border: none;
}

.news-letter-col input {
    padding: 15px 20px;
    background: transparent;
    color: rgba(166, 166, 166, 1);
    border-radius: 70px;
    border: 2px solid rgba(166, 166, 166, 1);
}

.footer-menu li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-bottom .footer-menu li {
    margin-bottom: 0;
}

.news-letter-row {
    margin-bottom: 50px;
}

 /* CALCULATOR */
 /* Minimal styles for the multi-step calculator */
  .calc {width: 100%;border: 5px solid #ddd;padding: 30px;border-radius:8px;}
  .steps {display:none;}
  .steps.active { display:block; }
  .buttons { display:flex; justify-content:space-between; margin-top:16px; }
  .btn { padding:8px 14px; border-radius:6px; border:0; cursor:pointer; }
  .btn.primary{ background:#0b78d1; color:#fff; }
  .btn.ghost{ background:#f0f0f0; }
  .progress { height:8px; background:#eee; border-radius:999px; overflow:hidden; margin-bottom:16px; }
  .progress > i { display:block; height:100%; width:0%; background:#0b78d1; transition:width .35s ease; }
  .result { background:#f8faff; padding:14px; border-radius:8px; margin-top:12px; }
  /* label {display: block;margin-bottom:6px;font-weight:600;} */
  input[type="number"], select { width:100%; padding:8px; margin-bottom:10px; border:1px solid #ccc; border-radius:6px; }
.task-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.task-item {
  display: block;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  /* text-align: center; */
  transition: all 0.2s ease;
  user-select: none;
  margin-bottom: 0;
  font-size: 16px;
  height: 100%;
  transition: 0.5s all;
  position: relative;
}

.task-item input {
  appearance: inherit;
  position: absolute;
  inset: 0;
  margin: 0;
}

.task-item:hover{
  background: #eef6ff;
}

.task-item input:checked  {
  display: block;
  background: #0b78d1;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  transition: background 0.2s ease;
	border: 2px solid #0b78d1;
}

.form-col:not(:last-child) {
    margin-bottom: 20px;
}

ul.task-grid li {
    width: 20%;
    padding: 0 10px;
    margin: 10px 0;
}

.task-block img {
    margin: 0 auto;
    width: 40px;
    filter: grayscale(1);
    transition: 0.5s all;
    margin-bottom: 10px;
}

.task-item:hover img {
    filter: none;
}
.task-item input:checked + .task-block img {
    filter: grayscale(0);
}
.task-item input:checked + .task-block p {
	color:#fff;
}
.final-result {
   display:none; margin-top: 20px; padding: 20px; background: #e6f9e6; border: 1px solid #3c763d;
}
.step-four .form-col label {
    display: flex;
    align-items: flex-start;
}

.step-four .form-col label input[type="checkbox"] {
    flex: 0 0 auto;
    width: auto;
    margin-right: 10px;
}

.step-four ul {
    list-style: disc;
    padding-left: 20px;
}
/* ===== General Layout ===== */
.calculator-form {
  padding: 50px 20px;
  /* background: #f9fafb; */
  display: flex;
  justify-content: center;
}

.calculator {
  background: #000;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  /* max-width: 1200px; */
  margin: 0 auto;
  /* width: 100%; */
}

/* ===== Step Headings ===== */
.calculator h3 {
  margin-bottom: 15px;
  color: #222;
}
/* ===== Progress Bar ===== */
.progress {
  margin-bottom: 25px;
}

.progress p {
  position: relative;
}

.progress i {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
  overflow: hidden;
}

.progress i::after {
  content: "";
  display: block;
  width: 30%; /* Dynamically update with JS per step */
  height: 6px;
  background: linear-gradient(90deg, #4f46e5, #3b82f6);
  border-radius: 3px;
}
/* ===== Form Elements ===== */
.form-col {
  margin-bottom: 20px;
}

select,
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  transition: border 0.3s;
}

select:focus,
input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.task-block {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  height: 100%;
}

.task-block span {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

/* Highlight selected card */
.task-item input[type="checkbox"]:checked + .task-block {
  border-color: #3b82f6;
  background: #eef6ff;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.2);
}

/* ===== Step 4 Areas ===== */
.step-four .form-col {
  margin-bottom: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px;
  background: #fafafa;
}

.step-four strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 900;
}

.step-four ul {
  padding-left: 20px;
  margin: 0;
}

.step-four li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* ===== Buttons ===== */
.form-navigation p {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.form-navigation .button,input.wpcf7-submit.button {
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.form-navigation .button,input.wpcf7-submit {
  background: linear-gradient(90deg, #4f46e5, #3b82f6);
  color: #fff;
}

.form-navigation .button:hover {
  background: linear-gradient(270deg, #4f46e5, #3b82f6);
}

/* ===== Results (Step 6) ===== */
#calc-result {
  background: #eef6ff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 20px;
}
.form-navigation .button:after {
    content: none;
}
h2.step-name {
    display: none;
}

.steps h4 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.calculator-row .heading {
    font-weight: 600;
    color: #181f63;
    text-shadow: 3px 3px #ccc;
}

.calculator-row .heading-group {
    margin-bottom: 30px;
}