.banner-sec {
	background: linear-gradient(270deg,
			rgba(229, 240, 252, 0) 11.02%,
			#E5F0FC 60.7%) !important;
	min-height: 803px;
	position: relative;
	background-image: url(/assets/images/Home/home-banner.png);
	padding: 184px 0 80px;
}

.hero-stats {
	padding-top: 87px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 36px;
}

.hero-stats .counter {
	color: #151515;
}

.hero-buttons {
	display: flex;
	gap: 20px;
}

.banner-content p {
	padding: 36px 0 50px;
	max-width: 513px;
}

.banner-sec::after {
	content: "";
	display: block;
	background-image: url('../images/Home/home-banner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	inset: 0;
	z-index: -1;
}

.trusted-sec {
	padding-top: 100px;
	margin: 0 22px;
}

.logo-track {
	display: flex;
	gap: 60px;
	width: max-content;
	animation: scroll 25s linear infinite;
	padding-top: 100px;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.qust-services {
	padding-top: 100px;
}

.qust-services h2 {
	padding-bottom: 36px;
}

.service-card .service-icon {
	background: #0B6CB6;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card {
	background: #F2F8FF;
	border-radius: 32px;
	padding: 45px;
}

.service-card .service-header h4 {
	color: #151515;
	font-weight: 500;
	max-width: 400px;
}

.services-title {
	max-width: 820px;
	margin: 0 auto;
}

.service-image {
	height: 366px;
}

.service-header {
	gap: 50px;
}

.service-card p {
	padding: 40px 0;
}

.custom-banner {
	background: linear-gradient(0deg, #0B6CB6, #0B6CB6),
		linear-gradient(261.73deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100.75%);
	border-radius: 25px;
	min-height: 300px;
	position: relative;
}

.strategic-guidance__cta {
	background-color: rgba(217, 82, 86, 1);
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 24px;
	font-size: 14px;
	border: none;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}

.strategic-left {
	position: relative;
	z-index: 99;
}

.strategic-guidance__cta:hover {
	color: rgba(217, 82, 86, 1);
	background: #fff;
}

.strategic-guidance::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/Home/looking-for-back.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	right: 50px;
}

.strategic-left h2 {
	max-width: 400px;
}

.strategic-guidance {
	background: linear-gradient(0deg, #0B6CB6, #0B6CB6), linear-gradient(261.73deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100.75%);
	border-radius: 32px;
	padding: 32px 80px;
	position: relative;
	margin-top: 100px;
}

.numbers-success {
	padding-top: 100px;
}

.stat-cards {
	padding-top: 64px;
}

.faq-accordion .accordion-button {
	font-weight: 500;
	/* color: rgba(11, 108, 182, 1); */
	color: rgba(18, 18, 43, 1);
	background: #fff;
	border-radius: 0;
	font-size: 24px;
	line-height: 28px;
	border-radius: 16px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
}

.accordion-button::after {
	content: "\f077";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E8E8ED;
	border-radius: 50%;
	background-image: none;
	color: #6C6C7F;
	font-size: 14px;
}

.accordion-button:not(.collapsed)::after {
	content: "\f078";
	background-image: none;
}

section.faq-sec {
	padding-top: 100px;
	max-width: 820px;
	margin: 0 auto;
}

.accordion-body {
	font-size: 22px;
	line-height: 32px;
	color: #646B76;
	padding: 0;
	padding: 20px 0 0;
}

section.faq-sec .accordion-item {
	border: 1px solid #E8E8ED !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 8px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	padding: 32px;
}

.cta-box {
	color: rgb(255, 255, 255);
	position: relative;
	padding: 96px 0px;
	border-radius: 28px;
	overflow: hidden;
	background: radial-gradient(314.81% 305.25% at 50% 0%, rgb(7, 35, 56) 20%, rgb(11, 108, 182) 40%);
}

.cta-section {
	padding-top: 100px;
}

.cta-box::after {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0px;
	background: url(../images/Home/right_cap_bg.png) right center / cover no-repeat;
}

.cta-box p.cta-subtitle {
	color: #D1D1DB;
	font-weight: 300;
	padding: 24px 0 36px;
}

.card h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	color: #0B6CB6;
}

.card {
	padding: 41px 20.5px;
	border-radius: 16px;
}

.card p {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
	color: #646B76;
	padding: 12px 0 0 0;
}

p.testimonial-text {
	font-size: 20px;
	line-height: 30px;
}

.testimonial-footer p {
	color: #12122B;
}

.testimonial-footer small {
	font-size: 18px;
	line-height: 28px;
	color: #6C6C7F;
}

.testimonial-footer {
	border: 1px solid #E8E8ED;
	padding: 30px;
	border-radius: 0 0 16px 16px;
}

.testimonial-footer a {
	background-color: #F3F3F6;
	width: 32px;
	height: 32px;
}

.testimonial-carousel {
	padding-top: 64px;
	margin-left: 40px;
}

section.testimonials-section {
	padding: 156px 0 56px;
}

.testimonials-section {
	overflow: hidden;
}

.testimonials-section .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-footer a i {
	font-size: 18px;
	color: #6C6C7F;
}

.testimonial-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	min-height: 528px;
}

.testimonial-text {
	padding-top: 48px;
}

.testimonial-header {
	padding: 30px 30px 0;
}

.testimonial-footer small {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: rgba(108, 108, 127, 1);
	padding: 4px 0 0 0;
}


/* Service page */

.inner-banner {
	padding: 100px 0 0;
	background-image: url(../images/Home/output-onlinepngtools.png);
	color: #0b2b4c;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-banner p {
	color: #646B76;
}

.advisory-section {
	padding-top: 100px;
}

.service-sec {
	padding-top: 100px;
}

.advisory-section .container {
	max-width: 1140px !important;
	margin: 0 auto;
}

.advisory-section .header p {
	max-width: 960px;
	margin: 0 auto;
}

.advisory-section .service-sec {
	--bs-gutter-x: 100px;
}

.advisory-section .service-sec h3 {
	color: #060B13;
}

.advisory-section .service-sec p {
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0 32px
}

.advisory-section .service-sec li span {
	color: #060B13;
	font-weight: 500;
}

.list-unstyled {
	gap: 14px;
	margin: 0;
}

.list-unstyled h4 {
	font-size: 18px;
	line-height: 28px;
	color: #363D4F;
	padding-bottom: 4px;
}


/* transaction */
.tran-banner {
	padding: 180px 0 80px;
}

.transaction-sec {
	padding-top: 100px;
}

.transaction-sec .nav-pills {
	box-shadow: 0px 8px 20px 0px #060B1314;
	padding: 12px;
	background: #fff;
	border-radius: 50px;
	width: fit-content;
	margin: 32px auto 0;
}

.transaction-sec .nav-pills .nav-link {
	padding: 12px 32px;
	border-radius: 50px;
	font-size: 16px;
	line-height: 24px;
	color: #838E9E;
}

.transaction-sec .nav-pills .nav-link.active {
	background: #0B6CB6;
	color: #fff;
}

.transaction-card {
	background: #F0F5FF;
	padding: 28px 22px;
	border-radius: 12px;
	min-height: 380px;
}

.transaction-card h6 {
	color: #061C3D;
	font-size: 19px;
	line-height: 23px;
	font-weight: 500;
	padding-top: 15px;
}

.transaction-sec .tab-pane {
	padding-top: 76px;
}

.transaction-card a.trans-btn {
	background: #07365B;
	color: #fff;
	text-decoration: none;
	padding: 18px 20px;
	border-radius: 50px;
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	margin-top: 40px;
}

section.insights-sec {
	max-width: 1160px;
	margin: 0 auto;
}

.insight-item {
	padding-top: 100px;
}

.insight-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.insight-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insight-item .row {
	--bs-gutter-x: 100px;
}


.meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.insight-content .count,
.insight-content .date {
	font-size: 20px;
	color: #363D4F;
	font-weight: 500;
	line-height: 24px;
}

.insight-content .count:after {
	content: '';
	display: inline-block;
	background: #363D4F;
	width: 50px;
	height: 1px;
	vertical-align: middle;
	margin-left: 15px;
}

.insight-content .post-title {
	font-size: 24px;
	line-height: 29px;
	color: #060B13;
	font-weight: 500;
}

.insight-content p {
	font-size: 18px;
	color: #363D4F;
	line-height: 28px;
	padding: 23px 0 30px;
}

.read-btn {
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
	border-radius: 50px;
	background: #0B6CB6;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	border: 1px solid #0B6CB6;
	transition: all 0.3s ease;
}

.read-btn:hover {
	background: #fff;
	color: #0B6CB6;
}

.contact-page .qust-footer {
	margin: 0;

}

.contact-sec {
	background: #f4f9ff;
	padding: 150px 0 56px;
}

.contact-wrapper {
	background: #fff;
	border-radius: 10px;
	margin-top: 50px;
	padding: 10px;
}

.contact-info {
	background-image: url(../images/contact/bg.png);
	color: #fff;
	padding: 40px;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.contact-info h5 {
	font-size: 28px;
	line-height: 38px;
}

.contact-info li p {
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 8px;
}

.contact-info p {
	color: #C9C9C9;
}

.contact-info ul {
	list-style: none;
	padding: 0;
	padding-top: 50px;
}

.contact-info ul li {
	font-size: 14px;
	margin-bottom: 18px;
}

.social-icons {
	display: flex;
	gap: 24px;
	align-items: center;
	padding-top: 160px;
}

.social-icons a {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contact-form {
	padding: 30px;
}

.contact-form label {
	font-size: 13px;
	color: #6c757d;
	margin-bottom: 4px;
}

.form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding-left: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: #0b6cbf;
}

.radio-group label {
	margin-right: 15px;
	font-size: 13px;
}

.send-btn {
	background: #0b6cbf;
	color: #fff;
	padding: 10px 30px;
	border-radius: 25px;
	float: right;
}

.send-btn:hover {
	background: #084b86;
}

.blog-detail {
	padding-top: 150px;
}

.blog-content {
	max-width: 1068px;
	margin: 0 auto;
}

.blog-detail h1 {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 64px;
}

.blog-content p {
	color: #10152E;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
}

.blog-nav a {
	background: #07365B;
	color: #fff;
	text-decoration: none;
	padding: 13px 18px;
	border-radius: 50px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	display: flex;
	gap: 10px;
}

.blog-nav a span {
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-content .blog-meta {
	border-bottom: 1px solid var(--color-border-default, #E5E6EA);
	padding-bottom: 24px;
}

.blog-content .content {
	padding-top: 30px;
}

.blog-nav {
	border-top: 1px solid var(--color-border-default, #E5E6EA);
	padding-top: 32px;
}

span.avatar {
	background: #0B6CB6;
	border: 4px solid #FFFFFFB2;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	color: #fff;
	font-size: 44px;
	line-height: 28px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1024px) {

	.strategic-guidance::before {
		right: 0;
		border-radius: 36px;
	}

	/* Service page */
	.advisory-section .service-sec {
		--bs-gutter-x: 50px;
	}

	.insight-item .row {
		--bs-gutter-x: 50px;
	}

	.insight-content {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.banner-content p {
		padding: 15px 0 30px;
	}

	.hero-stats {
		padding-top: 50px;
		grid-template-columns: 1fr 1fr;
		max-width: 450px;
		gap: 15px;
	}

	.banner-sec {
		min-height: 600px;
	}

	.logo-track {
		padding-top: 50px;
	}

	.trusted-sec,
	.numbers-success,
	.cta-section {
		padding-top: 60px;
	}

	.service-card .service-header h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.service-header {
		flex-direction: column;
		gap: 20px;
	}

	.service-image {
		height: inherit;
	}

	section.testimonials-section {
		padding: 80px 0 20px;
	}

	.qust-services {
		padding-top: 60px;
	}

	.stat-cards {
		padding-top: 30px;
		max-width: 500px;
		margin: 0 auto;
		--bs-gutter-y: 1.5rem;
	}

	.service-card {
		padding: 20px;
	}

	.card h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.card p {
		font-size: 16px;
		line-height: 26px;
		padding: 6px 0 0;
	}

	.card {
		padding: 25px 18px;
	}

	.testimonial-carousel {
		padding-top: 30px;
	}

	.testimonial-text {
		padding-top: 30px;
	}

	p.testimonial-text {
		font-size: 16px;
		line-height: 26px;
	}

	.testimonial-footer p {
		font-size: 16px;
		line-height: 26px;
	}

	.testimonial-footer small {
		font-size: 13px;
		line-height: 18px;
	}

	.testimonial-logo {
		width: 100px;
		height: 50px;
		object-fit: contain;
	}

	.testimonial-footer {
		border: 1px solid #E8E8ED;
		padding: 30px;
		border-radius: 0 0 16px 16px;
		margin-top: 60px;
	}

	.testimonial-card {
		min-height: 100%;
	}

	section.faq-sec {
		padding-top: 60px;
	}

	.accordion-body {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 0 0;
	}

	.faq-accordion .accordion-button {
		font-size: 20px;
		line-height: 30px;
	}

	section.faq-sec .accordion-item {
		padding: 24px;
	}

	.cta-box {
		padding: 50px 20px;
	}

	.cta-box p.cta-subtitle {
		padding: 15px 0 25px;
	}

	.strategic-guidance {
		padding: 30px 20px;
	}

	.strategic-guidance::before {
		right: 0;
		border-radius: 36px;
		background-size: contain;
	}

	.strategic-guidance__content {
		gap: 40px;
	}

	.strategic-guidance {
		margin-top: 60px;
	}

	/* Service page */
	.advisory-section,
	.service-sec {
		padding-top: 60px;
	}

	.advisory-section .service-sec {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.transaction-sec .tab-pane {
		padding-top: 40px;
	}

	.transaction-sec .nav-pills {
		margin: 20px auto 0;
		gap: 10px;
	}

	.transaction-sec {
		padding-top: 60px;
	}

	.tran-banner {
		padding: 100px 0 50px;
	}

	.tran-banner .row {
		gap: 20px;
	}

	.insight-item {
		padding-top: 60px;
	}

	.insight-content .post-title {
		font-size: 20px;
		line-height: 24px;
	}

	.insight-content .count,
	.insight-content .date {
		font-size: 16px;
		line-height: 20px;
	}

	.insight-content p {
		font-size: 16px;
		padding: 16px 0 20px;
	}

	.insight-item .row {
		--bs-gutter-y: 25px;
	}

	.insight-content {
		gap: 15px;
	}

	.contact-info,
	.contact-form {
		padding: 20px;
	}

	.contact-sec {
		padding: 100px 0 56px;
	}

	.social-icons {
		padding-top: 10px;
	}

	.contact-info ul {
		list-style: none;
		padding: 0;
		padding-top: 20px;
	}

	.contact-info h5 {
		font-size: 22px;
		line-height: 32px;
	}

	.contact-wrapper {
		margin-top: 30px;
	}

	.blog-detail {
		padding-top: 100px;
	}

	.blog-detail h1 {
		padding-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.banner-sec {
		background: linear-gradient(160deg, rgba(229, 240, 252, 0) 11.02%, #E5F0FC 60.7%) !important;
		padding: 150px 0 60px;
	}

	body {
		font-size: 16px;
		line-height: 26px;
	}

	.hero-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.btn-outline-hero,
	.btn-primary-hero {
		width: max-content;
	}

	.testimonial-footer {
		margin-top: 40px;
	}

	.testimonial-header {
		padding: 20px 20px 0;
	}

	.testimonial-footer {
		padding: 20px;
	}

	.testimonial-logo {
		height: 40px;
	}

	.transaction-card {
		min-height: 100%;
	}

	.transaction-card h6 {
		font-size: 16px;
		line-height: 20px;
	}

	.blog-meta .date {
		font-size: 14px;
		line-height: 24px;
	}

	span.avatar {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.blog-content p {
		padding-bottom: 15px;
	}
}