* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--navy: #0b1c3d;
	--blue: #1a3a6e;
	--accent: #f5a623;
	--teal: #00bcd4;
	--white: #ffffff;
	--light: #f4f7fb;
	--text: #3a3a5c;
	--muted: #7a7a9a;
}

* html {
	overflow-x: hidden;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

.custom-container {
	max-width: 1700px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 100px 0px;
	margin: 0px;
}

.cmn-butn {
	font-family: Montserrat;
	font-weight: 600;

	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;

	border-radius: 10px;
	padding: 16px 30px;
	transition: all 0.3s ease-in-out;
}

.blue-butn {
	background: #0a51df;
	border: 1px solid #0a51df;
	color: #fdfdfd;
	transition: all 0.25s;
}

.blue-butn:hover {
	background: #ffff;
	border: 1px solid #0a51df;
	color: #0a51df;
	transform: translateY(-2px);
}

.white-butn {
	background: transparent;
	border: 1px solid #fdfdfd;
	color: #fdfdfd;
	transition: all 0.25s;
}

.white-butn:hover {
	background: #0a51df;
	border: 1px solid #0a51df;
	color: #fdfdfd;
	transform: translateY(-2px);
}

.cmn-butn.white-butn span {
	margin-left: 10px;
}

.cmn-gap {
	padding: 80px 0px;
}

h2 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 55px;

	line-height: 65px;
	letter-spacing: 0.2px;
	color: #181818;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h3 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 0%;
	margin: 0px 0px 20px 0px;
}

p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;

	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

/* ========NAVBAR===========*/

.main-nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #ffffff00;
	transition: all 0.1s ease 0s;
	z-index: 9;
	position: absolute;
	top: 50px;
	overflow: hidden;
}

.main-nav.scroll {
	background: #0530ad;
	height: auto;
	padding: 6px 0px;
	transition: background-color 0.5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.site-nav {
	padding: 0px;
	margin: 0px;
	transition:
		box-shadow 0.3s,
		padding 0.3s;
	background: transparent;
}

.logo {
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 50%;
	margin: 10px 0px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 60px;
}

.stellarnav>ul>li>a {
	font-family: Urbanist;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 1%;
	color: #f2f2f2;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #b6c6e5 !important;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #b6c6e5 !important;
	text-decoration: none;
	font-weight: 600;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #a4b4e8;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #a4b4e8;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	height: 100%;
}

.btn-request-quote {
	border: 1px solid var(--white);
	color: var(--white);
	background: transparent;
	padding: 12px 30px;
	border-radius: 6px;
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s;
}

.btn-request-quote:hover {
	background: var(--white);
	color: var(--navy-dark);
	transform: translateY(-2px);
}

/* ========NAVBAR===========*/

/* =======banner-section===========*/

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	height: 900px;
	max-height: 100%;
	position: relative;
}

.banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0px;
	background: linear-gradient(90deg,
			rgba(0, 0, 0, 0.52) 50.52%,
			rgba(0, 0, 0, 0.13) 100%);
}

.hero-content {
	position: absolute;
	color: #ffffff;
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	top: 250px;
	width: 100%;
	overflow: hidden;
}

.hero-content h6 {
	font-family: Urbanist;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	padding: 12px 35px;
	margin: 0px 0px 20px 0px;
	background: #ffffff0d;
	backdrop-filter: blur(6px);
	box-shadow: 0px 1px 1px 0px #0003124d;
	box-shadow: 0px 8px 10.9px 0px #0003121f;
	width: fit-content;
	color: #c4c4c4;
}

.hero-content h6 span {
	color: #0a51df;
}

.hero-content h1 {
	font-weight: 700;

	font-size: 75px;

	line-height: 85px;
	letter-spacing: 0%;

	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.hero-content p {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	max-width: 90%;
}

.hero-btns {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.hero-card {
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(16px);
	border-radius: 25px;
	padding: 30px;
	animation: slideInRight 0.8s ease 0.4s both;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(60px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.hero-card h4 {
	font-weight: 600;

	font-size: 32px;

	line-height: 40px;
	letter-spacing: 0%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffff;
}

.hero-card p {
	font-family: Montserrat;
	font-weight: 400;

	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #ffff;
	max-width: 100%;
}

.hero-card-img {
	width: 100%;
	border-radius: 14px;
	object-fit: cover;
	height: 275px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}


.hero-card-img:hover img {
	transform: scale(1.04);
}


/* =======banner-section===========*/

/* =================================== */
/* ===========logo-tag-section========*/
/* =================================== */

.logo-tag-section {
	background: #101b4a;
	padding: 30px 0px;
	position: relative;
	overflow: hidden;
}

.logo-item {
	transition: opacity 0.3s;
	filter: grayscale(100%);
	display: flex;
	justify-content: center;
	align-items: center;

	width: auto;
	height: 60px;
}

.logo-item img {
	width: auto !important;
	height: auto !important;
}

.logo-item:hover {
	opacity: 0.9;
	filter: none;
}

/* =================================== */
/* ===========logo-tag-section========*/
/* =================================== */

/* =================================== */
/* ===========framework-section=======*/
/* =================================== */

.framework-section {
	background: #f5fdff;
	position: relative;
	overflow: hidden;
}

.framework-section-header {
	text-align: center;
	margin: 0px 0px 100px 0px;
	padding: 0px;
}

.framework-section-header p {
	max-width: 62%;
	margin: 0px auto;
	text-align: center;
}

.framework-section-img {
	margin: 0px auto;
	text-align: center;
}

/* =================================== */
/* ===========framework-section========*/
/* =================================== */

/* =================================== */
/* ===========assessment-section========*/
/* =================================== */

.assessment-section {
	background: #f5fdff;
	position: relative;
	overflow: hidden;
}

.assess-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 650px;
}


.assess-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}


.assess-img:hover img {
	transform: scale(1.04);
}

.assess-text {
	padding: 0px 0px 0px 50px;
	margin: 0px;
}

.assess-header {
	text-align: left;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.assess-header h5 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	position: relative;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 120px;
}

.assess-header h5::before {
	width: 100px;
	height: 2px;
	color: #454545;
	position: absolute;
	left: 0px;
	top: 11px;
	content: "";
	background: #454545;
}

.assess-header h3 {
	font-family: Montserrat;
	font-weight: 600;

	font-size: 32px;

	line-height: 42px;
	letter-spacing: 0%;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.step-card {
	background: #f2f1e5;
	border-radius: 10px;
	padding: 30px;
	margin: 0px;

	transition: all 0.35s;
	border-left: 4px solid transparent;
	height: 350px;
}

.step-card:hover {
	/* transform: translateX(8px); */
	border-left-color: var(--accent);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.step-num {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #0a51df;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-bottom: 25px;
}

.step-card h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #000000;
}

.step-card p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #454545;
	padding: 0px;
	margin: 0px;
}

/* =================================== */
/* ===========assessment-section========*/
/* =================================== */

/* =================================== */
/* ==========services-section========*/
/* =================================== */

.services-section {
	background: #ecf6fa;
	position: relative;
	overflow: hidden;
}

.services-section-header {
	margin: 0px 0px 60px 0px;
	padding: 0px;
}

.services-section-header h2 {
	max-width: 80%;
}

.service-card {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height: 450px;
	transition: transform 0.4s;

	padding: 40px;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    background-image: var(--hover-bg); /* Dynamic image from PHP */
	background-size: 100% 100%;
}

.service-card-body {
	position: relative;
}

.service-card h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 60px;
	position: relative;
	color: #454545;
}

.service-card h5::before {
	width: 50px;
	height: 2px;
	color: #454545;
	position: absolute;
	left: 0px;
	top: 11px;
	content: "";
	background: #454545;
}

.service-card h4 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0%;
	color: #181818;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

.service-card p {
	font-weight: 400;

	font-size: 14px;

	line-height: 24px;
	letter-spacing: 0%;
	color: #454545;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.service-card .learn-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #181818;

	font-weight: 600;

	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;

	transform: translateY(10px);
	transition: all 0.35s 0.1s;
}

.service-card:hover .learn-more {
	opacity: 1;
	transform: translateY(0);
}

.service-card:hover h5 {
	color: #fff;
}

.service-card:hover h5::before {
	background: #fff;
}

.service-card:hover h4 {
	color: #fff;
}

.service-card:hover p {
	color: #fff;
}

.service-card:hover .learn-more {
	color: #fff;
}

.center-butn {
	margin: 80px auto 0px;
	width: fit-content;
}

/* =================================== */
/* ==========services-section========*/
/* =================================== */

/* =================================== */
/* ==========about-band========*/
/* =================================== */

.about-band {
	position: relative;
	overflow: hidden;
	background: #f5fdff;
}

.about-img-placeholder {
	width: 100%;
	height: 280px;
	border-radius: 16px;
	overflow: hidden;
}

.about-img-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}

.about-img-placeholder:hover img {
	transform: scale(1.04);
}

.about-text {
	padding: 0px 0px 0px 60px;
	margin: 0px;
}

.about-text p {
	margin-bottom: 50px;
}

/* =================================== */
/* ==========about-band========*/
/* =================================== */

/* =================================== */
/* ==========testimonials-section========*/
/* =================================== */

.testimonials-section {
	background: #f5fdff;
	position: relative;
	overflow: hidden;
}

.testimonials-inner {
	background: #ecf6fa;
	border-radius: 30px;
	padding: 40px;
}

.testimonials-header {
	text-align: center;
	margin: 0px auto 60px;
	max-width: 50%;
}

.testi-card {
	background: #fdfdfd;
	border-radius: 30px;
	padding: 40px;
	box-shadow: 0px 8px 40px 0px #7c7c7c1a;
	transition:
		transform 0.35s,
		box-shadow 0.35s;
	margin: 60px 0px;
	position: relative;
	height: 280px;
	text-align: center;
}

.testi-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.testi-card-img {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 100px;
	height: 100px;
	top: -50px;
}

.testi-card-img img {
	width: 100px !important;
	height: 100px;
}

.testi-card-text {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.stars {
	color: #ffb017;
	font-size: 14px;
	letter-spacing: 1px;
}

.testi-card p {
	font-weight: 400;

	font-size: 14px;

	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.testi-card h5 {
	font-weight: 600;

	font-size: 20px;

	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #181818;
	padding: 0px;
	margin: 0px;
}

/* Owl nav overrides */


#testiCarousel .owl-nav {
	display: none;
}

#testiCarousel .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

#testiCarousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #CECECE;
	display: block;
	transition: opacity .2s ease;
	border-radius: 50%;
}

#testiCarousel .owl-dots .owl-dot.active span,
#testiCarousel .owl-dots .owl-dot:hover span {
	background: #0530ad;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


/* =================================== */
/* ==========testimonials-section========*/
/* =================================== */

/* =================================== */
/* ==========expertise-section========*/
/* =================================== */

.expertise-section {
	background: #f5fdff;
	position: relative;
	overflow: hidden;
}

.expertise-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 60px 0px;
}

.expertise-card-big {
	width: 100%;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.expertise-card-big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}


.expertise-card-big:hover img {
	transform: scale(1.04);
}


.expertise-card-sml {
	width: 100%;
	height: 240px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.expertise-card-sml img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}


.expertise-card-sml:hover img {
	transform: scale(1.04);
}


.expertise-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 60px 0px 0px;
	padding: 0px;
}

.exp-item {
	height: 100%;
	border-right: 1px solid #999999;
	padding: 15px;
}

.exp-item h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #000000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 80%;
}

.exp-item:last-child {
	border-right: 0px;
}

/* =================================== */
/* ==========expertise-section========*/
/* =================================== */

/* =================================== */
/* ==========cta-band========*/
/* =================================== */

.cta-band {
	background: url(../images/bnner-tag-bg.png) top left no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.cta-band h2 {
	color: #fff;
}

.cta-band p {
	color: #fdfdfd;
}

.cta-btn {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.cta-band .learn-more {
	color: #fff;
}

.cta-band .learn-more:hover {
	color: #e8c57d;
}

/* =================================== */
/* ==========cta-band========*/
/* =================================== */

/* =================================== */
/* ==========footer========*/
/* =================================== */

.footer {
	background: #051e26;
	padding: 80px 0 10px;
	position: relative;
	overflow: hidden;
}

.footer-logo {
	width: 90px;
	height: 40px;
	margin: 0px 0px 35px 0px;
	padding: 0px;
}

.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer p.footer-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fcfeff;
	padding: 0px;
	margin: 0px;
	max-width: 80%;
}

.footer h6 {
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #fdfdfd;
}

.footer a {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	transition: color 0.3s;
	display: block;
	margin-bottom: 10px;
	color: #fdfdfd;
}

.footer a:hover {
	color: #0530ad;
}

.footer p {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fdfdfd;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.footer p a {
	color: #fdfdfd;
}

.footer p a:hover {
	color: #0530ad;
}

.footer p span {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #9d9d9d;
	margin: 0px;
	padding: 0px;
}

.footer-bottom {
	border-top: 1px solid #fcfeff;
	margin-top: 30px;
	padding-top: 30px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom p {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #fdfdfd;
	margin: 0px;
	padding: 0px;
	display: flex;
	/* width: 100%; */
}

.footer-bottom p a {
	color: #fdfdfd;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

.footer-bottom p a:hover {
	color: #0a51df;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0b3948;
	color: #fff;
	font-size: 20px;
	margin: 0px 4px;
	transition: all 0.3s;
}

.footer-social a:hover {
	background: #0530ad;
	color: #fff;
}

/* =================================== */
/* ==========footer========*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #0530ad;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

/*--inner page --*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 0px;
	width: 100%;
}

.inner-banner-text h1 {
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.inner-banner-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.inner-banner-section .banner-right-info {
	width: 23%;
}


.service-content .content p {
    text-align: justify;
}

section.aboutuspage-section {
    padding: 67px 0px;
}

/* ─── Main Contact Section ───────────────── */
/*.contact-section {*/
/*  padding: 5.5rem 0 6rem;*/
/*}*/

/* ── Left Info Panel ── */
.info-panel {
	padding-right: 3.5rem;
}

.info-panel .section-label {
	font-size: 0.68rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #033B6A;
	font-weight: 500;
	margin-bottom: 0.6rem;
}

.info-panel h2 em {
	font-style: italic;
	color: #033B6A;
}

.info-panel p {
	font-size: 16px;
	line-height: 26px;
	color: #6b6560;
	margin-bottom: 20px;

}

.gold-line {
	width: 44px;
	height: 2px;
	background: #033B6A;
	margin: 1.5rem 0;
}

/* Contact detail cards */
.contact-cards {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.contact-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	background: #ffffff;
	border: 1px solid #c6d0d5;
	border-radius: 8px;
	padding: 1.1rem 1.25rem;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
	border-color: #033B6A;
	box-shadow: 0 4px 20px rgba(201, 147, 90, 0.12);
	color: inherit;
}

.card-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #d9e3eb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-icon svg {
	width: 20px;
	height: 20px;
	stroke: #033B6A;
	fill: none;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.card-label {
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #aaa49d;
	font-weight: 500;
	margin-bottom: 0.2rem;
}

.card-value {
	font-size: 0.92rem;
	font-weight: 500;
	color: #033B6A;
}


/* ── Right Form Panel ── */
.form-panel {
	background: #ffffff;
	border: 1px solid #c6d0d5;
	border-radius: 12px;
	padding: 2.75rem;
}

.form-panel .form-title {
	font-size: 1.65rem;
	font-weight: 600;
	color: #033B6A;
	margin-bottom: 0.25rem;
}

.form-panel .form-sub {
	font-size: 0.875rem;
	color: #aaa49d;
	margin-bottom: 2rem;
}

/* Form controls */
.form-panel label {
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	color: #6b6560;
	margin-bottom: 0.45rem;
	display: block;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
	width: 100%;
	/* background: #d9e3eb; */
	border: 1px solid #d9e3eb;
	border-radius: 6px;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	color: #aaa49d;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	appearance: none;
}

.form-panel textarea {
	resize: vertical;
	min-height: 130px;
}

/* Select arrow */
.select-wrap {
	position: relative;
}

.select-wrap::after {
	content: '';
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-top-color: #aaa49d;
	pointer-events: none;
}

.select-wrap select {
	padding-right: 2.5rem;
	cursor: pointer;
}

/* Radio / checkbox group */
.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.radio-chip input {
	display: none;
}

.radio-chip label {
	display: inline-block;
	padding: 0.45rem 1rem;
	border: 1px solid #d9e3eb;
	border-radius: 100px;
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	text-transform: none;
	color: #6b6560;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s, color 0.2s;
	font-weight: 400;
}

.radio-chip input:checked+label {
	border-color: #033B6A;
	background: #033B6A;
	color: #ffffff;
}

.radio-chip label:hover {
	border-color: #033B6A;
	color: #033B6A;
}

/* Submit */
.btn-submit {
	width: 100%;
	background: #033B6A;
	color: #ffffff !important;
	border: 2px solid #033B6A;
	border-radius: 6px;
	padding: 0.9rem;
	font-size: 0.78rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.22s, color 0.22s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}


.form-note {
	text-align: center;
	font-size: 0.75rem;
	color: #aaa49d;
	margin-top: 1rem;
}
/*-- Contact end--*/


.inner-banner-text h1 { font-size: 50px;
  line-height: 60px; }

.inner-banner-text { top: 70%; }

.assessment-image {
	width: 100%;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
}

.assessment-image img {
	width: 100% !important; 
	height: 100% !important;
	object-fit: cover;
}

.service-image {
	width: 100%;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
}

.service-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
}

/*-- Image Mappling ---*/

.framework-section-img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.framework-section-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.itsm-hotspot-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.itsm-hotspot {
    cursor: pointer;
    fill: transparent;
    stroke: transparent;
    stroke-width: 1.5;
    pointer-events: all;
    transition: fill 0.2s ease, stroke 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.itsm-hotspot:hover,
.itsm-hotspot:focus {
    fill: transparent;
    outline: none;
}

/* ── Modal overrides ─────────────────────────────────────────────────────── */
#itsmModal .modal-dialog {
    max-width: 520px;
}

#itsmModal .modal-content {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.18), 0 8px 24px rgba(0, 0, 0, 0.1);
}

#itsmModal .modal-header {
    border-bottom: none;
    padding: 28px 28px 0 28px;
    align-items: flex-start;
    gap: 12px;
}

#itsmModal .modal-header .header-left {
    flex: 1;
    min-width: 0;
}

#itsmModal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f1c2e;
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.3px;
}

#itsmModal .btn-close {
    width: 32px;
    height: 32px;
    background-color: #f0f2f5;
    border-radius: 50%;
    opacity: 1;
    flex-shrink: 0;
    margin: 0;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6b7a90;
    transition: background-color 0.15s ease, color 0.15s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z' fill='%236b7a90'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

#itsmModal .btn-close:hover {
    background-color: #e2e6ed;
    color: #0f1c2e;
}

#itsmModal .modal-body {
    padding: 16px 28px 28px 28px;
}


#itsmModal .modal-body p {
    font-size: 14px;
    color: #4b5a6e;
    line-height: 1.75;
    margin-bottom: 12px;
}



/* ── Badge ── */
.itsm-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}



/* ── Decorative top accent bar — colour changes per badge class ── */
#itsmModal .modal-content::before {
    content: '';
    display: block;
    height: 4px;
    background: #a78bfa;
    transition: background 0.2s ease;
}
/*-- Image Mappling ---*/

.cmn-gap h4{
      font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0px 0px 20px 0px;
    padding: 0px;  
}

.cmn-gap ul li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #666666;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style-type: disclosure-closed;
}

.cmn-gap ul {
    margin-left: 30px;
}