/* html.modal-open,
body.modal-open {
	overflow: hidden;
	height: 100%;
	position: fixed;
	width: 100%;
} */
.flip-box {
	perspective: 1000px;
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 20px;
}

.flip {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.7s ease-in-out;
	transform-style: preserve-3d;
}

.flip-box:hover .flip {
	transform: rotateY(180deg);
}

.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	top: 0;
	left: 0;
}

/* Front Side (Image) */
.front {
	z-index: 2;
	background: #F2F8FF;
}

/* Back Side (Description) */
.back {
	transform: rotateY(180deg);
	display: block;
	/* align-items: center;
	justify-content: center; */
	text-align: center;
	background: #F2F8FF;
}

.service-image.new img {
	height: 320px;
	object-fit: cover;
	border-radius: 12px;
}

.service-card.new p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 !important;
}

.service-card.new .service-header h4 {
	font-size: 22px;
	line-height: 32px;
}

.logo-slider {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
}

.flip,
.face {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
}

.logo-track {
	display: flex;
	width: max-content;
}

.logo-track img {
	height: 60px;
	/* ✅ your requirement */
	width: auto;
	max-width: none;
	margin-right: 40px;
	flex-shrink: 0;
	object-fit: contain;
	display: block;
}

.flip-box {
	position: relative;
}

@keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-1800px, 0, 0);
	}
}

.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;
}


.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;
	font-size: 28px;
	line-height: 38px;
}

.services-title {
	max-width: 820px;
	margin: 0 auto;
}

.service-image {
	height: 366px;
}

.service-header {
	gap: 20px;
}

.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;
	position: relative;
	overflow: hidden;
	z-index: 22;
}

.strategic-left {
	position: relative;
	z-index: 99;
}

.strategic-guidance__cta:hover::before {
	background-color: #fff;
	opacity: 1;
	border-radius: 0 !important;
	transform: translateY(0) !important;
	color: rgba(217, 82, 86, 1) !important;
}

.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 45px;
	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: 20px;
	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: 17px;
	line-height: 26px;
	color: #646B76;
	padding: 0;
	padding: 20px 0 0;
	max-width: 680px;
}


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;
	height: 100%;
}

.transaction-card .top {
	flex-grow: 1;
}

.transaction-card img {
	border-radius: 6px;
	height: 100px;
	object-fit: contain;
}

.transaction-card h6 {
	color: #061C3D;
	font-size: 19px;
	line-height: 23px;
	font-weight: 500;
	padding-top: 15px;
}

.transaction-card h6.no-logo-title {
	padding-top: 0;
}

.transaction-sec .tab-pane {
	padding-top: 76px;
}

.transaction-sec .tab-pane .row {
	align-items: stretch;
}

.transaction-card .trans-btn {
	background: #07365B;
	color: #fff;
	text-decoration: none;
	padding: 18px 20px;
	border-radius: 50px;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	margin: 0 auto !important;
	max-width: 250px;
	margin-top: 24px !important;
}

.transaction-card .trans-btn span {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.transaction-card .top p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}

/* On-going transactions: card with image background, centered title, fixed size */
.transaction-card-ongoing {
	width: 304px;
	max-width: 100%;
	height: 350px;
	min-height: 350px;
	background: url("../images/tran/empty-feature-card.png") no-repeat center center;
	background-size: cover;
	border-radius: 16px;
	padding: 28px 22px;
}

.transaction-card-ongoing .transaction-card-ongoing-inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.transaction-card-ongoing .transaction-card-ongoing-icon {
	margin-bottom: 12px;
	min-height: 80px;
}

.transaction-card-ongoing .transaction-card-ongoing-icon i {
	font-size: 42px;
	color: #fff;
	opacity: 0.95;
}

.transaction-card-ongoing .transaction-card-ongoing-title {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FF4146;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	padding: 0 10px;
}

.transaction-card-ongoing .trans-btn {
	background: #fff;
	color: #061C3D;
	margin-top: 0;
}

.transaction-card-ongoing .trans-btn .icon {
	background: #0B6CB6 !important;
}

.transaction-card-ongoing .trans-btn .icon svg path {
	fill: #fff;
}

/* CTA card at end of transaction listing */
.transaction-card-cta .transaction-card-cta-text {
	font-size: 19px;
	line-height: 1.3;
	color: #061C3D;
	font-weight: 500;
	padding-top: 15px;
}

.transaction-card-cta a.trans-btn {
	color: #fff;
	border: none;
	cursor: pointer;
}

.transaction-card-cta a.trans-btn:hover {
	color: #fff;
	opacity: 0.9;
}

.modal-content {
	background: #fff;
	border-radius: 42px;
	border: 10.95px solid #0B6CB633 !important;
	box-shadow: 0px 17.03px 60.82px 2.61px #1515151A !important;
	border-radius: 42px;
	padding: 35px !important;
	display: block;
}

.transaction-modal {
	border: 1.63px solid #0B6CB633;
	border-radius: 16px;
	padding: 16px 30px;
}

.transaction-modal .number {
	background: #0B6CB6;
	display: table;
	border-radius: 100%;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}

.transaction-modal .title {
	font-size: 14px;
	color: #363D4F;
	line-height: 24px;
}

h5#modalTitle {
	font-size: 32px;
	line-height: 42px;
	color: #060B13;
	font-weight: 500;
}

.transaction-modal .inr {
	font-size: 14px;
	line-height: 24px;
	color: #363D4F;
	font-weight: 700;
}

.transaction-modal .content {
	color: #363D4F;
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0 13px;
}

/* Transaction modal body: full width, left-aligned */
.transaction-modal-body {
	text-align: left;
	width: 100%;
	max-width: 100%;
}

.transaction-modal-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
}

@media (max-width: 767px) {
	.transaction-modal-grid {
		grid-template-columns: 1fr;
	}
}

.transaction-modal-item {
	text-align: left;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1.63px solid #0B6CB633;
	border-radius: 16px;
	padding: 16px 30px;
	margin-bottom: 16px;
}

.transaction-modal-item:last-child {
	margin-bottom: 0;
}

.transaction-modal-item .transaction-modal-title,
.transaction-modal-item .transaction-modal-content,
.transaction-modal-item .transaction-modal-amount {
	font-size: 14px;
	line-height: 24px;
	color: #363D4F;
	margin-bottom: 8px;
	text-align: left;
}

.transaction-modal-item .transaction-modal-company {
	font-size: 16px;
	line-height: 24px;
	color: #061C3D;
	font-weight: 600;
	margin-bottom: 6px;
}

.transaction-modal-item .transaction-modal-type {
	font-size: 14px;
	line-height: 24px;
	color: #363D4F;
	margin-bottom: 8px;
}

.transaction-modal-item .transaction-modal-amount {
	margin-bottom: 0;
	font-weight: 700;
}

.modal-header {
	padding: 0 0 10px !important;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1.22px solid #00000033;
	padding-bottom: 24px !important;
}

.modal-header button {
	background: #0B6CB6;
	width: 48px;
	height: 48px;
	border: 1px solid #0B6CB6;
	border-radius: 100%;
	color: #fff;
	opacity: 1;
}

.modal-header button:hover {
	color: #fff;
}

.modal-header button span {
	font-size: 36px;
	line-height: 46px;
}

.modal-body {
	padding: 24px 0 0 0;
	gap: 20px;
}

#transactionModal .modal-body {
	width: 100%;
	max-width: 100%;
}

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: center;
	gap: 20px;
}

.insight-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.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;
}

p.insight-excerpt {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	line-clamp: 2 !important;
	overflow: hidden !important;
}

.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;
}

.insight-content .read-btn {
	margin-top: 20px;
}

.read-btn:hover {
	background: #fff;
	color: #0B6CB6;
}

.insight-content .content {
    margin-top: 55px;
}

.contact-us-page .qust-footer {
	margin: 0;

}

form.wpcf7-form.init {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

/* All p tags */
form.wpcf7-form.init p {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

/* First row & second row = 2 columns */
form.wpcf7-form.init p:nth-child(2),
form.wpcf7-form.init p:nth-child(3),
form.wpcf7-form.init p:nth-child(4),
form.wpcf7-form.init p:nth-child(5) {
	width: calc(50% - 15px);
}

form.wpcf7-form.init p:last-child {
	width: auto;
}

.contact-wrapper .wpcf7-form-control.wpcf7-submit {
	width: auto !important;
	background: #0b6cbf;
	color: #fff;
	padding: 10px 30px;
	border-radius: 25px;
	float: right;
}

/* Inputs & textarea MUST respect parent width */
form.wpcf7-form.init input,
form.wpcf7-form.init textarea,
form.wpcf7-form.init select {
	width: 100%;
	box-sizing: border-box;
}


.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;
}

.wpcf7-form label {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 4px;
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding-left: 0;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	outline: none !important;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control:focus {
	box-shadow: none;
	border-color: #ccc;
}

.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-content blockquote,
.blog-content .highlight {
	background: #F0F5FF;
	border-left: 4px solid #0B6CB6;
	padding: 24px 28px;
	margin: 10px 0 30px;
	border-radius: 0 8px 8px 0;
	font-size: 18px;
	line-height: 30px;
	color: #061C3D;
	font-weight: 500;
	font-style: normal;
}

.blog-content blockquote p,
.blog-content .highlight p {
	padding-bottom: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.blog-content blockquote cite {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #646B76;
	font-weight: 400;
	font-style: normal;
}

.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;
}

.blog-pagination {
	padding-top: 60px;
	padding-bottom: 20px;
}

.blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	color: #363D4F;
	text-decoration: none;
	transition: all 0.3s ease;
	margin: 0 4px;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
	background: #0B6CB6;
	color: #fff;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
	background: #07365B;
	width: auto;
	padding: 0 16px;
	border-radius: 50px;
}

.blog-pagination .page-numbers.prev svg,
.blog-pagination .page-numbers.next svg {
	width: 9px;
	height: 14px;
}

.blog-pagination .page-numbers.prev path,
.blog-pagination .page-numbers.next path {
	fill: #fff;
}

.about-practice {
	padding-top: 64px;
}

h2.about-title {
	max-width: 500px;
	margin: 0 auto;

}

p.about-desc {
	color: #646B76;
	max-width: 860px;
	margin: 0 auto;
	padding: 32px 0 60px;
}

.video-wrapper {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0B6CB6;
	color: #fff;
	border: none;
	padding: 11px 40px;
	border-radius: 25px;
	font-size: 14px;
	cursor: pointer;
	backdrop-filter: blur(8px)
}

.core-strengths .section-desc {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.core-strengths .core-list {
	padding-top: 60px;
	--bs-gutter-x: 70px;
}

.strength-card h5 {
	font-size: 24px;
	line-height: 32px;
	color: #161C2D;
	font-weight: 500;
	padding-bottom: 23px;
}

.strength-card p.small-text {
	color: #161C2D;
	opacity: .7;
}

.strength-list {
	gap: 20px;
}

.strength-list li {
	gap: 12px;
}

.strength-list li span {
	color: #42526B;
	font-size: 18px;
	line-height: 24px;
}

section.core-strengths {
	padding-top: 100px;
}

.our-mission .value-box h3 {
	color: #060B13;
}

.our-mission .value-box p {
	padding-top: 45px;
}

.our-mission .value-box {
	box-shadow: 0px 8px 40px 0px #060B130A;
	display: flex;
	justify-content: center;
	padding: 45px;
	border-radius: 16px;
}

.values-section {
	padding-top: 100px;
}

.values-section p.section-subtitle {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 32px;
}

.mission-vision-sec {
	padding-top: 60px;
}

.row.our-mission {
	--bs-gutter-x: 38px;
	padding-bottom: 33px;
}

.leader-card {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	box-shadow: 0px 0px 0px 1px #F7F8FA;
	border-radius: 16px;
	padding: 26px 32px;
	background: linear-gradient(220deg, #E5F3FF, #B5D6F8, #8CBBEF);
	border: 4px solid #FFFFFF;
}

.leader-info .name h5 {
	color: #060B13;
	font-size: 22px;
	line-height: 28px;
	cursor: pointer;
}

.modal-body p span {
	font-size: 18px;
	line-height: 30px;
}

.about-social-icons a {
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.leader-info .name span {
	color: #545962;
}

.leader-card .leader-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
}

.leadership-section {
	padding-top: 100px;
}

/* When navigating to #leadership-section, show section 100px below top so title is not behind sticky header */
#leadership-section {
	scroll-margin-top: 100px;
}

.leadership-section .section-title {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 32px;
}

.leadership-section p.section-subtitle {
	max-width: 700px;
	margin: 0 auto;
}

section.leadership-section.second-team .leader-card {
	background: #F7F8FA;
}

.team-sec {
	padding-top: 36px;
}

.contact-form .wpcf7-radio {
	display: flex;
	gap: 20px;
	width: 100%;
	align-items: center;
}

.contact-form span.wpcf7-list-item input {
	width: auto;
}

.contact-form .wpcf7-list-item {
	margin: 0;
}

.contact-form span.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.error-404,
.privacy-policy .main {
	padding: 200px 0px 100px;
	background-image: url(../images/Home/output-onlinepngtools.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.error-404-page .qust-footer,
.privacy-policy .qust-footer {
	margin-top: 0;
}

.privacy-policy .main h3,
.privacy-policy .main h2 {
	padding-bottom: 20px;
	color: #07365B;
}

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

.transaction-card-cta .top p {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

@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;
	}

	.leader-card .leader-img {
		width: 100px;
		height: 100px;
	}

	.leader-card .leader-img img {
		width: 100%;
	}

	section.leadership-section .leader-card {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

@media (max-width: 991px) {
	.main-header .container {
		padding: 0;
		;
	}

	.main-header .navbar-brand {
		padding-left: 20px;
	}

	.main-header .navbar-toggler {
		padding-right: 20px !important;
	}

	.main-header .navbar-collapse {
		padding: 0 20px;
		background-color: #fff;
	}
}

@media (max-width: 767px) {
	.value-image {
		display: none;
	}

	.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-slider {
		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: 60px 0 20px;
	}

	.qust-services {
		padding-top: 60px;
	}

	.testimonial-carousel {
		margin-left: 15px;
	}

	.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: 17px;
		line-height: 27px;
	}

	section.faq-sec .accordion-item {
		padding: 24px;
		margin-bottom: 15px;
	}

	.cta-btns .btn-outline-hero,
	.cta-btns .btn-primary-hero {
		display: table;
		margin: 0 auto;
	}

	.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: 34px;
	}

	/* 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;
	}

	h5#modalTitle {
		font-size: 20px;
		line-height: 30px;
		color: #060B13;
		font-weight: 500;
	}

	.transaction-modal {
		padding: 10px 15px;
	}

	.core-strengths .core-list {
		gap: 40px;
		padding-top: 40px;
	}

	.about-practice {
		padding-top: 40px;
	}

	p.about-desc {
		padding: 20px 0;
	}

	section.core-strengths,
	.values-section,
	.leadership-section {
		padding-top: 60px;
	}

	.core-strengths .section-desc {
		padding: 20px 0 0;
	}

	.strength-card h5 {
		padding-bottom: 15px;
	}

	.strength-list li span {
		font-size: 14px;
		line-height: 19px;
	}

	.values-section p.section-subtitle {
		padding-top: 20px;
	}

	.mission-vision-sec {
		padding-top: 30px;
	}

	.value-icon img {
		width: 50px;
	}

	.our-mission .value-box p {
		padding-top: 20px;
	}

	.our-mission .value-box {
		padding: 20px;
	}

	.leadership-section .section-title {
		padding-bottom: 20px;
	}

	section.leadership-section .leader-card {
		flex-direction: row;
		padding: 20px;
	}

	.leader-info .name span {
		max-width: 150px;
	}

	.leader-info .name h5 {
		font-size: 18px;
		line-height: 20px;
	}

	.mission-vision-sec .our-mission:first-child {
		flex-direction: column-reverse;
	}

	.team-sec {
		gap: 15px !important
	}

	.team-sec .team-data {
		padding: 0;
	}

	.note-line {
		display: none;
	}

	.strategic-guidance__cta {
		display: table;
		margin: 20px auto 0;
	}

	.strategic-left h2 {
		text-align: center;
	}

	.strategic-guidance__title.text-white {
		margin: 0 auto;
	}

	.banner-sec::after {
		background-position: inherit;
	}

	.modal-content {
		padding: 15px !important;
		max-height: 90vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

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

@media (max-width: 500px) {
	.banner-sec {
		background: linear-gradient(220deg, rgba(229, 240, 252, 0) 11.02%, #E5F0FC 60.7%) !important;
		padding: 150px 0 60px;
	}

	.video-wrapper img {
		height: 200px;
		object-fit: cover;
	}

	body {
		font-size: 16px;
		line-height: 26px;
	}

	.hero-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.btn-outline-hero,
	.btn-primary-hero {
		width: max-content;
		padding: 10px 20px;
		font-size: 13px;
	}

	.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;
	}

	.modal-header-inner {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}

	.modal-header button span {
		font-size: 24px;
		line-height: 30px;
	}

	.modal-header button {
		width: 40px;
		height: 40px;
	}

	.transaction-modal-item {
		padding: 15px 15px;
	}

	.transaction-sec .nav-pills {
		border-radius: 12px;
	}

	.transaction-card .trans-btn {
		padding: 15px 20px;
	}

	.strength-list {
		gap: 15px;
	}

	.value-image {
		display: none;
	}
}