
@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat-Light.ttf') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font//Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat-Medium.woff2') format('woff2'), url('../font/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat-SemiBold.woff2') format('woff2'), url('../font/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:active,
:hover,
:focus {
	outline: 0 !important;
	outline-offset: 0;
}

a,
a:hover {
	text-decoration: none;
}

a:hover {
	color: var(--primary-color) !important;
}

ul,
ol {
	margin: 0;
	padding: 0;
}


/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #e6e6e6;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #797979;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #494949;
}

/*===== Variable Define =====*/
:root {
	--color-primary-1000: #0a396e;
	--color-primary-900: #0c4484;
	--color-primary-800: #0e4f9a;
	--color-primary-700: #105bb0;
	--color-primary-600: #1770e3;
	--color-primary-500: #5a9be5;
	--color-primary-400: #89b8ed;
	--color-primary-300: #a8cbf2;
	--color-primary-200: #dae8f9;
	--color-primary-100: #ebf4ff;
	--color-primary-50: #d0e9ff;

	--color-secondary: #ffd600;
	--color-secondary-1000: #998000;
	--color-secondary-900: #b39600;
	--color-secondary-800: #ccab00;
	--color-secondary-700: #e6c100;
	--color-secondary-500: #ffde33;
	--color-secondary-400: #ffe666;
	--color-secondary-300: #ffeb80;
	--color-secondary-200: #ffef99;
	--color-secondary-100: #fff7cc;

	/* // Grayscale and Background Colors */
	--color-black: #000000;
	--color-white: #ffffff;

	--color-gray-000: #fafafa;
	--color-gray-50: #c4c4c4;
	--color-gray-100: #f4f4f4;
	--color-gray-150: #f7f7f7;
	--color-gray-200: #e6e6e6;
	--color-gray-300: #cacaca;
	--color-gray-400: #aeaeae;
	--color-gray-500: #949494;
	--color-gray-600: #797979;
	--color-gray-700: #626262;
	--color-gray-800: #494949;
	--color-gray-900: #333333;
	--color-gray-1000: #333333;

	/* //Utility Colors */
	--color-green: #43a047;
	--color-green-200: #e1fae2;
	--color-green-300: #cbefc7;
	--color-green-400: #66bb6a;
	--color-green-500: #85db7e;
	--color-green-800: #2e7d32;
	--color-green-900: #1b5e20;

	--color-yellow: #ffb300;
	--color-yellow-200: #ffefbf;
	--color-yellow-400: #ffca28;
	--color-yellow-800: #ff8f00;
	--color-yellow-900: #ff6f00;

	--color-red: #e53935;
	--color-red-200: #fccfcf;
	--color-red-300: #f55a5a;
	--color-red-400: #ef5350;
	--color-red-800: #c62828;
	--color-red-900: #b71c1c;

	--color-skyblue: #48c1f5;
	--color-skyblue-100: #cee9ff;
	--color-skyblue-200: #d7f1fc;
	--color-skyblue-300: #f5fbff;
	--color-skyblue-400: #90d9f8;
	--color-skyblue-800: #33b2e9;
	--color-skyblue-900: #1c85b2;

	/* //Pastel Colours */
	--color-pastel-yellow-0: #fffaec;
	--color-pastel-yellow-1: #fff6e0;
	--color-pastel-yellow-2: #faeac0;

	--color-pastel-purple-0: #f4f2ff;
	--color-pastel-purple-1: #e7e3fc;
	--color-pastel-purple-2: #dad4fa;

	--color-pastel-blue-0: #f5f9ff;
	--color-pastel-blue-1: #ebf4ff;
	--color-pastel-blue-2: #d6e8ff;

	--color-pastel-green-0: #f4fced;
	--color-pastel-green-1: #ecf8e3;
	--color-pastel-green-2: #d5e5c8;

	--color-pastel-mint-0: #e9f7f4;
	--color-pastel-mint-1: #d7f7f0;
	--color-pastel-mint-2: #9de4d4;
	--color-pastel-mint-3: #e9f7d7;

	--color-pastel-red-0: #fff2f3;
	--color-pastel-red-1: #ffe5e7;
	--color-pastel-red-2: #ffd6d9;
	--secondary-800: #ccab00;
	--white-color: #fff;
	--red-color: #e53935;
	--text-color: #0c1421;
	--text-gray: #333;
	--text-gray-600: #797979;
	--text-gray-700: #626262;
	--black-color: #000;
	--border-color: #e6e6e6;
	--primary-font: 'Montserrat', sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--primary-font);
	font-size: 100%;
	font-weight: 400;
	font-weight: normal;
	font-style: normal;
	color: var(--text-gray);
}

.pretty-scrollbar::-webkit-scrollbar-track {
	background: #f2f2f2 !important;
	border-radius: 8px !important;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pretty-scrollbar::-webkit-scrollbar-thumb {
	background: rgb(176, 176, 176) !important;
	/* Medium */
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
	border-radius: 50px !important;
}

/*
==========================================
   Custom CSS Design
==========================================
*/

h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	color: var(--text-gray);
}

h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	color: var(--text-gray);
}

h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	color: var(--text-gray);
}

h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	color: var(--text-gray);
}

h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	color: var(--text-gray);
}

h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	color: var(--text-gray);
}

p {
	font-size: 16px;
	color: var(--text-gray);
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}

.title-font{
	font-size: 28px;
	font-weight: 600;
	color: #333;
 }

label {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--text-gray);
}

.cv-input {
	border: 1px solid var(--border-color);
	border-radius: 4px !important;
	padding: 10px 14px !important;
	line-height: 1.3;
	font-size: 0.875rem;
	color: var(--text-gray);
	font-weight: 500;
}

.cv-input:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid var(--color-primary-600);
}

.cv-input::placeholder {
	color: var(--text-gray-600);
}

.cv-input.cv-phone-input {
	padding-left: 0 !important;
}

.cv-input.textArea {
	border: 1px solid var(--border-color) !important;
	height: 100px;
	resize: none;
}

.phone-dropdown-btn {
	line-height: 1.3;
	font-size: 0.875rem;
	color: var(--text-gray);
	font-weight: 500;
	display: flex;
	align-items: center;
}

.phone-dropdown-btn::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: url('./../icons/arrow-drop-down-line.svg');
	border: none !important;
	width: 16px;
	height: 16px;
}

.phone-dropdown-btn {
	/* border: 1px solid var(--border-color) !important; */
	/* border-color: var(--border-color) !important;
	border-left: 1px solid var(--border-color) !important;
	border-top: 1px solid var(--border-color) !important;
	border-bottom: 1px solid var(--border-color) !important;
	border-right: none !important;
	border-radius: 4px 0 0 4px;
	padding: 10px 14px !important;
	line-height: 1.3;
	font-size: 0.875rem;
	color: var(--text-color);
	font-weight: 500; */
}
.phone-dropdown-btn:hover {
	/* border-color: var(--border-color) !important;
	border-left: 1px solid var(--border-color) !important;
	border-top: 1px solid var(--border-color) !important;
	border-bottom: 1px solid var(--border-color) !important;
	border-right: none !important; */
}
.phone-dropdown-btn:focus {
	/* outline: none;
	border-left: 1px solid var(--color-primary-600) !important;
	border-top: 1px solid var(--color-primary-600) !important;
	border-bottom: 1px solid var(--color-primary-600) !important;
	border-right: none !important;
	border-radius: 4px 0 0 4px; */
}

.phone-input-group {
	border: 1px solid var(--border-color);
	border-radius: 4px;
	background-color: #fff;
}

.phone-border {
	border: 1px solid var(--color-primary-600);
	border-radius: 4px;
}

.phone-menu {
	min-height: 50px;
	max-height: 200px;
	overflow-y: auto;
	max-width: 100%;
	min-width: 100%;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	border: none !important;
	/* z-index: 1; */
}

.flag-icon {
	width: 20px;
	height: 20px;
}

.phone-input {
	display: flex;
	align-items: center;
	gap: 8px;
}

.phone-menu li a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
}

.form-control {
	box-shadow: none !important;
	background-image: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: var(--border-color);
	box-shadow: none;
	background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid:focus {
	border-color: var(--border-color);
	box-shadow: none;
}

.invalid-feedback,
.valid-feedback {
	font-size: 0.75rem;
	font-weight: 500;
}

.invalid-feedback p {
	color: var(--secondary-800);
	font-size: 0.75rem;
	font-weight: 500;
}

.main-btn {
	background-color: var(--color-primary-600);
	border-color: var(--color-primary-600);
	border-radius: 4px;
	font-weight: 500;
	font-size: 14;
}

.main-btn:hover {
	background-color: #0e4f9a;
	border-color: #0e4f9a;
	border-radius: 4px;
	font-weight: 600;
}

.main-btn.lg {
	height: 48px;
}
.main-btn.xl {
	height: 56px;
}

.main-btn.xl {
	height: 56px;
	font-size: 16px;
	font-weight: 600;
	min-width: 160px;
}
.main-btn.md {
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	min-width: 160px;
}

.main-btn.sm {
	height: 32px;
	font-size: 12px;
	font-weight: 600;
}

.main-btn.outline {
	background-color: var(--color-primary-100);
	border-color: var(--color-primary-100);
	color: var(--color-primary-600);
}

.main-btn.outline:hover {
	background-color: var(--color-primary-50);
	border-color: var(--color-primary-50);
	color: var(--color-primary-800);
}

.breadcrumb {
	padding: 16px 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--primary-font);
}

.breadcrumb-item a {
	color: var(--color-gray-800) !important;
	font-size: 12px;
}

.breadcrumb-item a:hover {
	font-weight: 600 !important;
}

.breadcrumb-item.active {
	color: var(--color-gray-600);
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: url('../icons/chevron-right.svg');
	padding-right: 4px;
	width: 16px;
	height: 16px;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 4px;
}

/* container */

.navbar-toggler {
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
}
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.nav-wrapper {
	height: 80px;
}

.offcanvas-cross-btn {
	content: '';
	position: absolute;
	right: -40px;
	top: 8px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.offcanvas-cross-btn svg {
	width: 32px;
	height: 32px;
}

.cv-nav {
	height: 80px;
	box-shadow: 0px 0px 16px 0px #00000014;
}

.nav-container {
	max-width: 1440px;
	padding: 16px 32px;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding: 6.5px 0;
	margin: 0 16px;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.nav-link.active {
	border-bottom: 1.5px solid var(--color-primary-600);
}

.navbar-brand{
	margin-right: 64px;
}
.navbar-brand img {
	width: 130px;
	height: 35px;
}

.nav-btns {
	min-width: 150px;
	width: auto;
}

.gradient {
	position: relative;
	display: block;
}

.gradient::before {
	content: '';
	display: inline-block;
	position: absolute;
	background: linear-gradient(180deg, #c7dfff 0%, #ffffff 31.49%);
	height: 476px;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/* new navbar dropdown */

/* offcanvas-menu */

/* .offcanvas-menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
} */

/* .offcanvas-menu .list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 16px;
	gap: 8px;
} */

.offcanvas-menu .list-item h2 {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 160%;
	;
}


.category-dropdown-wrapper {
	position: fixed;
	z-index: 1;
}

.category-dropdown {
	padding: 16px 8px;
    max-width: 747px;
    min-width: 240px;
	min-height: 454px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .21);
	border-radius: 8px;
	top: 50px;
	display: flex;
	flex-direction: column;
	max-height: 600px;
}

.explore-more {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0 0 8px 16px;
	grid-gap: 10px;
	gap: 10px;
	width: 100%;
	height: auto;
	color: #1770e3;
}

.explore-more span {
	color: #1770e3;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}

.explore-more svg {
	stroke: #1770e3 !important;
}

.category-dropdown-options {
	display: flex;
	flex-wrap: nowrap;
}

.category-dropdown-option {
    /* max-width: 747px; */
    max-width: 248px;
    min-width: 240px;
	min-height: 500px;
	max-height: 500px;
	overflow: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: auto;
	width: auto;
	border: none;
	list-style: none;
}
.category-dropdown-option::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.category-dropdown-option li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	grid-gap: 16px;
	gap: 16px;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	background: #fff;
}

.category-dropdown-option li a {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.category-dropdown-option li p,.category-dropdown-option li a {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-wrap: wrap;
}

.category-dropdown-option h6 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	grid-gap: 16px;
	gap: 16px;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	background: #fff;
}

.category-arrow {
	visibility: hidden;
	width: 24px;
	height: 24px;
	fill: #1770e3;
}

.category-dropdown-option.option-3 li:hover {
	background: #f5fbff;
}

.category-dropdown-option li.active {
	background: #f5fbff;
}

.category-dropdown-option li.active .category-arrow {
	visibility: visible;
}


.category-dropdown-option.option-2,
.category-dropdown-option.option-3 {
	display: none;
	border-left: 1px solid #e6e6e6;
}


.category-dropdown-wrapper {
	display: none;
}

.nav-item:hover .category-dropdown-wrapper {
	display: block;
}


.show-forward-chevron li {
	position: relative;
	padding-right: 16px ;
}
.show-forward-chevron li.active::after{
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='%231770e3' stroke-width='0' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 24px 24px; /* adjust size here */
	background-position: center;
}

/* new navbar dropdown end */

/* level accordion start */

.accordion-level {
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 160%;
}

.multi-level-accordion {
	display: flex;
	flex-direction: column;
	/* gap: 8px; */
}

.accordion-level .chevron svg {
	fill: #1770e3;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
}


.accordion-level.active .chevron {
	transform: rotate(-180deg);
}

.panel {
	display: none;
	overflow: hidden;
}

.accordion-level {
	padding: 5px  0;
}
.nested-accordion {

	padding-left: 12px;
}

.nested-accordion a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.deeply-nested-accordion {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.extra-deeply-nested-accordion {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.extra-deeply-nested-accordion a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.final-level ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-left: 32px;
}

.navbar-nav.offcanvas-menu{
	overflow: auto;
}
.navbar-nav.offcanvas-menu::-webkit-scrollbar {
	display: none;
}

/* level accordion end */

/* hero */

.hero-form .g-5,
.hero-form .gx-5 {
	--bs-gutter-x: 100px;
}

.hero-form {
	max-width: 1180px;
	gap: 16px;
	margin-top: 58px;
}

.form-box {
	border: 1px solid var(--color-gray-100);
	background-color: var(--color-white);
	/* width: 500px; */
	border: 1px solid var(--color-gray-100);
	padding: 24px;
	border-radius: 8px;
}

.form-title {
	color: #1770e3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
}

.form-box {
	border: 1px solid #1770e3;
}

#submit-btn {
	width: 290px;
}

.highlights-box {
	border: 1px solid var(--color-gray-100);
	background-color: var(--color-white);
	width: 100%;
	border: 1px solid var(--color-gray-100);
	padding: 20px;
	border-radius: 8px;
	width: 100%;
}

/* NEW CSS */

.demo-box {
	/* border: 1px solid var(--color-gray-100); */
	/* background-color: var(--color-white); */
	width: 100%;
	/* border: 1px solid var(--color-gray-100); */
	/* padding: 20px; */
	/* border-radius: 8px; */
	/* width: 100%; */
}

.demo-box h6 {
	font-size: 16px;
	font-weight: 400;
	color: #494949;
	line-height: 160%;
}

.demo-box ul {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
}

.highlights-box ul {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
}

.demo-box ul li:not(:last-child) {
	margin-bottom: 16px;
}

.demo-box ul li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-gray);
}

.highlights-box ul li:not(:last-child) {
	margin-bottom: 16px;
}

.highlights-box ul li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-gray);
}

/* request demo */

.custom-check-circle {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ebf4ff;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.checklist-inline {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	font-weight: 400;
	display: inline; /* This is key! */
}

.checklist-title {
	font-weight: 600;
	margin-right: 2px;
	display: inline;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	margin-bottom: 0;
}

.checklist-desc {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	margin-left: 0;
	margin-top: -2px;
}

.highlights-box ul li img {
	width: 20px;
	height: 20px;
}

.hero-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hero-left h1 {
	font-size: 28px;
	font-weight: 600;
}

.hero-left h3 {
	font-size: 16px;
	font-weight: 400;
}

/* contact section */

#contact-section {
	margin: 72px 0;
}

.contact-box {
	background-color: var(--white-color);
	box-shadow: 0px 0px 16px 0px #00000014;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 24px;
	border-radius: 8px;
	gap: 8px;
}

.contact-icon-wrapper {
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	border-radius: 50%;
	background-color: #f5f9ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-icon-wrapper ~ p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
}

.contact-box a {
	font-size: 16px;
	font-weight: 400;
	color: #333 !important;
}

/* market section */
.market-section {
	background-color: #ebf4ff;
	padding: 72px 0;
}

.market-section .gx-3 {
	--bs-gutter-x: 56px;
}

.market-left h2 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 16px;
}

.market-left p {
	font-size: 16px;
	font-weight: 500;
}

.market-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	grid-auto-rows: minmax(100px, auto);
}

.market-box {
	padding: 32px;
	box-shadow: 0px 0px 16px 0px #00000014;
	background-color: #fff;
	border-radius: 8px;
}

.market-box p {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.market-box span {
	font-size: 14px;
	font-weight: 500;
	color: #494949;
}

/* top partner */

/* .top-partner {
	margin: 72px 0;
} */

/* #industry-solutions {
	margin-top: 72px 0;
} */

.top-partner h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 32px;
}

.partner-image {
	width: 200px;
	height: 100px;
	min-width: 200px;
	min-height: 100px;
	filter: grayscale(100%);
}

.partner-animation {
	overflow: hidden;
	background: white;
	white-space: nowrap;
	position: relative;
}

.partner-animation:before,
.partner-animation:after {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	content: '';
	z-index: 2;
}

.partner-animation:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.partner-animation:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.partner-animation:hover .partner-images-slide {
	animation-play-state: paused;
}
.partner-animation .partner-image:hover {
	filter: grayscale(0%);
}

.partner-images-slide {
	display: inline-block;
	animation: 20s slide infinite linear;
}

.partner-images-slide img {
	margin: 0 24px;
}

@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

/* footer */
footer {
	background-color: #fff;
}

.footer-top-border {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.footer-logo {
	width: 235px;
	height: auto;
}

.footer-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer-column h4 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.footer-column ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer-column li {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.footer-column li a {
	color: #333 !important;
}

.footer-column-1 {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	gap: 28px;
	line-height: 1.2;
}

.tagline {
	display: flex;
	flex-wrap: nowrap;
	height: auto;
	width: max-content;
}

.footer-column-4 {
	gap: 32px;
}

.get-in-touch,
.follow-us {
	gap: 16px;
}

.follow-us div {
	gap: 20px;
}
.follow-us svg {
	width: 24px;
	height: 24px;
}

.footer-bar {
	width: 100%;
	padding: 20px 110px;
	margin-top: 64px;
	background-color: #f4f4f4;
}

.footer-bar-text {
	font-size: 12px;
	font-weight: 400;
	color: #333 !important;
}

.footer-bar-dot {
	width: 5px;
	height: 5px;
	margin-top: 5px;
	background-color: #333;
	border-radius: 50%;
}

.footer-bar-policy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.footer-accordion img {
	width: 32px;
	height: 32px;
}

.footer-accordion ~ ul {
	display: none;
}

.footer-accordion.open ~ ul {
	display: flex;
}
.footer-accordion.open img {
	transform: rotate(180deg);
}

/* responsive */

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1212px;
		padding-left: 16px;
		padding-right: 16px;
	}

	/* .hero-form .g-lg-5,.hero-form .gx-lg-5 {
    --bs-gutter-x: 100px;
} */
}
@media (max-width: 1199px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1212px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.mobile-form-section {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.nav-wrapper .offcanvas {
		max-width: 300px;
		width: 80%;
		padding: 0px 16px 16px 16px;
	}

	.nav-wrapper {
		height: 56px;
	}

	.cv-nav {
		height: 56px;
	}

	.nav-container {
		max-width: 1440px;
		padding: 8px 16px;
	}

	.nav-link.active {
		border-bottom: none !important;
	}

	.nav-wrapper ul li a {
		font-size: 16px !important;
		line-height: 160% !important;
		font-weight: 600 !important;
		margin: 0 !important;
		/* padding: 5px 0 !important; */
	}
	.nav-wrapper ul li .panel-item a {
		font-size: 14px !important;
		line-height: 160% !important;
		font-weight: 600 !important;
		margin: 0 !important;
		/* padding: 5px 0 !important; */
		text-wrap: auto;
	}

	.navbar-nav.offcanvas-menu{
		padding-top: 32px;
	}

	.final-level ul li a {
		font-size: 14px !important;
		font-weight: 500 !important;
		color: #333 !important;
		padding: 0 5px;
		text-wrap: auto;
	}

	.form-mobile-heading {
		font-size: 20px;
	}
	.footer-column {
		display: flex;
		flex-direction: column;
		gap: 28px;
		padding: 20px;
		align-items: center;
		width: 100%;
	}

	.footer-column ul {
		align-items: center;
	}

	.footer-column:not(:nth-child(1)) {
		border-top: 1px solid #ddd;
	}

	.footer-logo {
		width: 165px;
		height: auto;
	}
}
@media (max-width: 991px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1212px;
		padding-left: 16px;
		padding-right: 16px;
	}
	#subHeaderWrapper {
		top: 55px !important;
	}
	.mobile-form-section {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.form-mobile-heading {
		font-size: 20px;
	}

	.form-box {
		background: transparent;
		padding: 0;
		border: none;
	}

	.highlights-box {
		background: transparent;
		padding: 0;
		border: none;
	}

	.footer-column {
		display: flex;
		flex-direction: column;
		gap: 28px;
		padding: 20px;
		align-items: center;
		width: 100%;
	}

	.footer-column ul {
		align-items: center;
	}

	.footer-column:not(:nth-child(1)) {
		border-top: 1px solid #ddd;
	}

	.footer-logo {
		width: 165px;
		height: auto;
	}
}

@media (max-width: 600px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1212px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.form-box {
		width: 382px;
	}

	.mobile-form-section {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.main-btn.demo {
		min-width: 130px;
	}

	.market-section {
		background-color: #ebf4ff;
		padding: 48px 0;
	}

	/* #value-propositions {
		margin: 48px 0 !important;
	} */

	/* #industry-solutions {
		margin: 48px 0 !important;
	} */

	/* .faq-container {
		margin: 48px 0 !important;
	} */

	.market-left h2 {
		font-size: 20px;
		margin-bottom: 12px;
		text-align: center;
	}

	.market-left p {
		font-size: 14px;
		font-weight: 400;
		text-align: center;
	}

	.market-grid {
		margin-top: 24px;
		gap: 8px;
	}
	/* .top-partner {
		margin: 48px 0;
	} */

	/* #value-propositions {
		margin: 48px 0 !important;
	} */
	/* #industry-solutions {
		margin: 48px 0 !important;
	} */
	/* .faq-container {
		margin: 48px 0 !important;
	} */
	.market-box {
		padding: 20px;
	}
	.market-box p {
		font-size: 20px;
	}

	.top-partner h2 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.footer-bar {
		padding: 16px 0px;
	}
	.footer-bar-policy {
		gap: 8px;
	}
}

@media (max-width: 340px) {
	.navbar-brand img {
		width: 90px;
		height: 25px;
	}
}

/*   NEW CSS Shakshi    */

.image-blur{
	position: relative;
}
.image-blur::before{
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #EBF4FF;
	border-radius: 100px;
	filter: blur(290px);
	z-index: -1;
}

.gap-wrapper{
	display: flex;
	flex-direction: column;
	gap: 72px;
	overflow: hidden;
}

.value-prop-section {
	padding-left: 130px;
	padding-right: 130px;
}

.value-prop-box {
	border: 1px solid #1770e3;
	border-radius: 8px;
	background: #fff;
	padding: 40px 32px;
}

.value-prop-list .custom-check-circle {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ebf4ff;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.value-prop-list .fw-bold {
	font-weight: 600;
	color: #333;
}

.value-prop-list span {
	font-size: 16px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
}
.value-prop-section {
	background: #f5f6fa;
	padding-top: 64px;
	padding-bottom: 64px;
	border-radius: 0;
}

.value-prop-row {
	/* Remove any border or background from the row/content */
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.value-prop-image {
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(23, 112, 227, 0.06);
	/* Optional: add a border if you want */
}

.value-prop-list .custom-check-circle {
	width: 24px;
	height: 24px;
	background: #ebf4ff;
	margin-right: 8px;
	margin-top: 2px;
}

.nav-pills .nav-link.active {
	background: #1770e3;
	font-weight: 600;
	color: #fff;

	font-size: 14px;
}
.nav-pills .nav-link {
	background: #f4f4f4;
	color: #333;
	margin: 0 4px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 14px;
}

.value-prop-section {
	background: #fff;
	padding-top: 48px;
	padding-bottom: 48px;
}

.value-prop-card {
	border: 1px solid #dbeafe;
	border-radius: 8px;
	background: #fff;
	padding: 16px;
	min-width: 220px;
	min-height: 120px;
}

.value-prop-list .custom-check-circle {
	width: 24px;
	height: 24px;
	background: #ebf4ff;
	margin-right: 8px;
	margin-top: 2px;
}

.nav-pills .nav-link.active {
	background: #1770e3;
	color: #fff;
}
.nav-pills .nav-link {
	background: #f4f4f4;
	color: #333;
	margin: 0 4px;
	border-radius: 20px;
	font-weight: 500;
}

.chro-ld-image-frame {
	width: 554px;
	height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Optional: add border or background if needed */
}
.chro-ld-image-frame img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.highlight-box {
	max-width: 1212px;
	margin-left: auto;
	margin-right: auto;
}

.subtitle-box {
	width: 100%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.nav-pills .nav-link {
	border-radius: 20px;
	/* padding: 8px 20px;
    margin: 0 5px; */
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
}
.nav-pills .nav-link {
	border-bottom: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

/* If the above doesn't work, you might need to be more specific */
#stakeholderTabs .nav-item .nav-link {
	border-bottom: none !important;
	text-decoration: none !important;
}

/* For the rounded pill effect without the underline */
.nav-pills .nav-link {
	border-radius: 50px;
	padding: 8px 20px;
}

.nav-pills .nav-link.active {
	background-color: #ebf4ff;
	color: #1770e3;
}

.tab-content {
	margin-top: 25px;
}

.benefit-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.benefit-item i {
	color: #0d6efd;
	margin-right: 10px;
	margin-top: 4px;
}

.benefit-title {
	font-weight: 600;
	margin-bottom: 2px;
}

.benefit-description {
	color: #666;
	margin-bottom: 0;
}

.stakeholder-content {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.stakeholder-content-industry {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	/* gap: 32px; */
	gap: 130px;
}
.content-left {
	flex: 1;
	min-width: 300px;
	padding-right: 20px;
}

.content-right {
	flex: 1;
	min-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-image {
	/* max-width: 100%; */
	width: 500px;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.stakeholder-content {
		flex-direction: column;
	}

	.content-left,
	.content-right {
		width: 100%;
		padding-right: 0;
	}

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

/* modifying accordion css */

.custom-accordion .accordion-item {
	border: none;
}

.custom-accordion .accordion-button {
	padding: 16px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	box-shadow: none !important;
	background-color: transparent;
}

.custom-accordion .accordion-button:not(.collapsed) {
	color: inherit;
	background-color: transparent;
}

.custom-accordion .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.custom-accordion .accordion-header svg {
  transition: transform 0.3s;
  margin-left: 12px;
}

/* .custom-accordion .accordion-header.open svg {
  transform: rotate(180deg);
} */

.custom-accordion .accordion-header {
	justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    width: auto;
	cursor: pointer;
}

.custom-accordion .accordion-body {
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-align: left;
}

/* Custom arrow styles */
.custom-accordion .accordion-button::after {
	/* transition: transform 0.2s ease-in-out;
	font-weight: 800; */
	background-image: url('data:image/svg+xml,<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" color="%23333333" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" style="color: rgb(51, 51, 51); min-width: 24px; min-height: 24px;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
	background-size: 24px;
	width: 24px;
	height: 24px;
}

/* .custom-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(-180deg);
} */

.nav-container {
	white-space: nowrap;
	scrollbar-width: thin;
	background-color: white;
}

.nav-link {
	color: #333;
	font-weight: 500;
	font-size: 14px;
	padding: 15px 20px;
	position: relative;
	transition: color 0.3s;
}

.nav-link:hover {
	color: #1770e3;
}

.active-link {
	color: #1770e3;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav-container::-webkit-scrollbar {
	height: 4px;
}

.nav-container::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

.nav-container {
	height: 46px;
}

.navbar-nav a {
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
}

/* #subHeader {
	background: #fff !important;
	height: 20px !important;
}

#subHeader .navbar-nav {
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	background: #fff !important;
}

#subHeader .nav-link {
	color: #222;
	padding: 1rem 2rem;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s, color 0.2s;
	background: #fff !important;
}

#subHeader .nav-link.active-link {
	color: #1770e3 !important;
	border-bottom: 2.5px solid #1770e3;
	background: none;
	font-weight: 600;
	font-size: 14px;
} */

@media (max-width: 991px) {
	#subHeader .nav-link {
		padding: 1rem 1rem;
		font-size: 1rem;
	}

	.form-title {
		font-size: 18px;
		font-weight: 600;
		line-height: 140%;
	}
	.hero-left h1 {
		font-size: 20px;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 991.98px) {
	.hero-left,
	.demo-box,
	.hero-left h1,
	.demo-box h6 {
		text-align: left !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}
	.demo-box ul {
		padding-left: 0 !important;
	}

	.highlight-box h1 {
		font-size: 20px !important;
		font-weight: 600 !important;
		line-height: 140% !important;
	}

	.boxes-industry {
		display: flex;
		flex-direction: column;
	}
	
	.stakeholder-content-industry {
		gap: 24px;
	}

	.highlight-box p {
		font-weight: 500;
		font-size: 16px;
		line-height: 140%;
	}

	.stakeholder-section h3 {
		font-size: 18px;
		font-weight: 600;
		line-height: 140%;
	}
	.stakeholder-section p {
		font-size: 16px;
		font-weight: 500;
		line-height: 160%;
	}
	.heading-value {
		gap: 16px;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

.heading-value {
	gap: 16px;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.image-wrapper {
	width: 100%; /* or fixed width like 600px */
	height: auto; /* set a height if needed */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-width: 100%;
}

#fab-container {
	position: fixed;
	bottom: 24px;
	right: 16px;
	flex-direction: column;
	gap: 12px;
	z-index: 1050;
}
.fab-btn {
	background: #fff;
	border: 1px solid #1770e3;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(23, 112, 227, 0.15);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: box-shadow 0.2s;
	padding: 0;
}
.fab-btn:hover {
	box-shadow: 0 4px 16px rgba(23, 112, 227, 0.25);
}

@media (max-width: 1199px) {
	.form-box {
		border: 1px solid #1770e3 !important;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(23, 112, 227, 0.08);
		padding: 20px 12px;
		/* background: #fff; */
	}
}

@media (max-width: 600.98px) {
	.stakeholder-section .row {
		display: flex;
		flex-direction: column !important;
	}
	.stakeholder-section .col-md-6:first-child {
		order: 1 !important; /* Image second */
	}
	.stakeholder-section .col-md-6:last-child {
		order: 2 !important; /* Content first */
	}
	.highlight-box h1 {
		font-size: 20px !important;
		font-weight: 600 !important;
		line-height: 140% !important;
	}

	.highlight-box p {
		font-weight: 500;
		font-size: 16px;
		line-height: 140%;
	}
}

@media (max-width: 700.98px) {
	.ai-section {
		flex-direction: column !important;
	}
	.ai-section > .col-md-6 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	.ai-section > .col-md-6:first-child {
		margin-bottom: 24px; /* space between cards and image */
	}
}

/* #value-propositions {
	margin-top: 72px !important;
	margin-bottom: 72px !important;
	max-width: 1180px;
	text-align: center;
	padding: 20px;
	display: contents;
} */

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

/* #industry-solutions {
	margin-top: 72px !important;
	margin-bottom: 72px !important;
	max-width: 1180px;
	text-align: center;
	padding: 20px;
} */

/* .faq-container {
	margin-top: 72px !important;
	margin-bottom: 72px !important;
	max-width: 1180px;
	text-align: center;
	padding: 20px;
} */

@media (max-width: 767px) {
	#stakeholderTabs {
	  display: flex !important;
	  flex-wrap: nowrap !important;
	  overflow-x: auto !important;
	  overflow-y: hidden;
	  -webkit-overflow-scrolling: touch;
	  /* justify-content: flex-start !important; */
	  gap: 12px;
	  width: 100%;
	  margin: 0;
	  padding: 0 8px;
	  scrollbar-width: none; /* Firefox */
	}
	#stakeholderTabs .nav-item {
	  flex: 0 0 auto !important;
	  white-space: nowrap;
	}
	#stakeholderTabs::-webkit-scrollbar {
	  display: none; /* Chrome, Safari, Opera */
	}
  }

#fab-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none; /* Initially hidden; JS will control this */
	flex-direction: column;
	gap: 12px; /* Space between buttons */
	z-index: 1050; /* Ensure it's above other content */
}

.fab-btn {
	width: 56px;
	height: 56px;
	border-radius: 50%; /* Circular buttons */
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0; /* Light border */
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 0;
}

.fab-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.fab-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.fab-btn svg {
	width: 24px;
	height: 24px;
	stroke: #1770e3; /* Icon color */
}

/* Animation for FAB appearance (optional) */
#fab-container.fab-visible {
	display: flex; /* Use flex when visible */
	animation: fabFadeIn 0.3s ease-out;
}

@keyframes fabFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Ensure FAB is hidden on desktop by CSS as a fallback */
@media (min-width: 1200px) {
	#fab-container {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.mobile-screen-1 {
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
	}

	.mobile-form-section {
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
	}
	.mobile-screen-2 {
		display: none;
	}
}
body.mobile-screen-2-active .mobile-screen-1 {
	display: none !important;
}
body.mobile-screen-2-active .mobile-screen-2 {
	display: block !important;
}

@media (min-width: 1200px) {
	.modal-bottom-sheet .modal-dialog {
		position: relative;
		top: auto;
		bottom: auto;
	}
}

@media (min-width: 600px) {
	.modal-dialog {
		max-width: 400px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}

.modal-dialog {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	pointer-events: none;
	top: auto;
	display: flex;
	justify-content: center;
}

@media (min-width: 1200px) {
	.modal-bottom-sheet .modal-dialog {
		position: relative;
		top: auto;
		bottom: auto;
	}
}

#sticky-book-demo {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px 0 8px 0;
	text-align: center;
}

.book-demo-btn {
	width: 90%;
	height: 48px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 8px;
	background: #1770e3;
	color: #fff;
	border: none;
}

#bottom-sheet-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.15); /* light blur, or use transparent */
	z-index: 2000;
	transition: opacity 0.2s;
}

#bottom-sheet-modal {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2001;
	background: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
	/* width: 414px;
  height: 557px;
  top:287px; */
	margin: 0 auto;
	padding: 16px 24px 24px 24px;
	animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}

.drag-handle {
	width: 48px;
	height: 5px;
	background: #e0e0e0;
	border-radius: 3px;
	margin: 0 auto 16px auto;
}

.sheet-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
	padding-right: 4px; /* Optional: for spacing */
}

#close-sheet {
	background: none;
	border: none;
	font-size: 40px;
	line-height: 1;
	color: #888;
	cursor: pointer;
}

.sheet-form input,
.sheet-form button {
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #eee;
	font-size: 16px;
}

.sheet-form button.submit-btn {
	background: #1770e3;
	color: #fff;
	font-weight: 600;
	border: none;
	margin-top: 8px;
}

@media (min-width: 600px) {
	#bottom-sheet-modal {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	#sticky-book-demo {
		display: none !important;
	}
	.mobile-form-section {
		display: block !important;
	}
}

@media (max-width: 1199px) {
	#sticky-book-demo {
		display: none;
	}
	body.screen-2-active #sticky-book-demo {
		display: block;
	}
}

@media (max-width: 600px) {
	.mobile-form-section {
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
	}
	body.screen-1-active .mobile-form-section,
	body:not(.screen-2-active):not(.screen-1-active) .mobile-form-section {
		display: block;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	body.screen-2-active .mobile-form-section {
		display: none;
	}
}

/* @media (min-width: 1200px) {
  #fab-container {
    display: none !important;
  }
} */

#fab-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	flex-direction: column;
	gap: 12px;
	z-index: 1000;
}

.fab-btn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s, box-shadow 0.2s;
}

.fab-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.fab-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Animation for FAB appearance */
.fab-visible {
	animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hide on desktop */
@media (min-width: 1200px) {
	#fab-container {
		display: none !important;
	}
}


/* New  Media Queries */

@media (min-width: 1200px) {


}

@media (min-width: 992px) {
  .hero-form .g-lg-5,.hero-form .gx-lg-5 {
        --bs-gutter-x: 60px;
    }

	.hero-form .col-lg-5 {
        flex: 0 0 auto;
		width: 47.5%;
    }
	.hero-form .col-lg-7 {
        flex: 0 0 auto;
        width: 52.5%;
    }

	.stakeholder-row.gx-lg-5 {
		--bs-gutter-x: 76px;
	}
}

@media (max-width: 600px) {
 .title-font{
	font-size: 20px;
	font-weight: 600;
	color: #333;
 }

 .gap-wrapper{
	display: flex;
	flex-direction: column;
	gap: 48px;

}

}
@media (max-width: 400px) {
    #stakeholderTabs {
        justify-content: flex-start !important;
    }
}