.figtree-regular {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

:root {
	--light-blue: #01BFBD;
	--white: #ffff;
	--heading: #003737;
	--paragraph: #434343;
	--grey: #E6EBEB;
}

* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	box-sizing: border-box;
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--paragraph);
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1240px;
	padding: 0px 15px;
	margin: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-weight: 600;
	font-size: 57px;
	line-height: 63px;
	letter-spacing: -3%;
}

h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 63px;
	letter-spacing: -4%;
	color: var(--heading);
}

h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -3%;
	color: var(--heading);
}

h4 {
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -3%;
	color: var(--heading);
}

h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: -3%;
	color: var(--heading);
}

img {
	width: 100%;
}

section {
	padding: 100px 0px;
}

.color {
	color: var(--light-blue);
}

.notice-bar {
	background-color: var(--light-blue);
	padding: 10px 0px;
}

.notice-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notice-bar .text p {
	color: var(--white);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;

}

.notice-bar .links a img {
	width: 20px;
}

.notice-bar .links a {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--white);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0px;
}

.links {
	display: flex;
	gap: 20px;
}

.header_divider {
	width: 1px;
	background: var(--white);
}

.main_header {
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	max-width: 176px;
}

.home_link {
	width: 24px;
	display: block;
}

.header_menu {
	display: flex;
	align-items: center;
}

.header_menu .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	list-style: none;
	padding-left: 15px;
	margin: 0px;
}

.header_menu .menu li {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header_menu .menu li::before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	position: relative;
	background-image: url("../../../../uploads/2025/08/Ellipse-5.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header_menu .menu li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	text-decoration: none;
	color: var(--paragraph);
}

.header_menu .menu li.current_page_item a {
	font-weight: 700;
	color: black;
}

.abtn {
	border: 1.5px solid var(--heading);
	padding: 14px 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: transparent;
	border-radius: 60px;
}

.abtn img {
	width: 16px;
	height: 16px;
}

.abtn {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	font-family: "Figtree", sans-serif;
	text-decoration: none;
	color: var(--heading);
}

.main_footer {
	background: var(--heading);
}

.top_footer {
	padding-bottom: 50px;
}

.footer_logo {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer_logo svg circle {
	fill: var(--white);
	transition: all 0.3s ease-in-out;
}

.social_links a:hover svg circle {
	fill: var(--light-blue);
}

.footer_logo svg path {
	fill: var(--heading);
	transition: all 0.3s ease-in-out;
}

.social_links a:hover svg path {
	fill: var(--white);
}

.top_footer {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	flex-wrap: wrap;
}

.footer_logo a img {
	max-width: 330px;
}

.footer_logo p {
	max-width: 367px;
	color: var(--white);
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.social_links a {
	text-decoration: none;
}

.footer_heading {
	color: var(--white);
}

.footer_heading .white_left_bar {
	max-width: 50px;
}

.quick_links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.quick_links ul li a {
	text-decoration: none;
	color: var(--white);
}

.footer_heading {
	margin-bottom: 40px;
}

footer .services p {
	margin-bottom: 20px;
	color: var(--white);
	text-align: left;
}

.address img {
	max-width: 22px;
	max-height: 22px;
	object-fit: contain;
}

.location,
.email,
.tel {
	display: flex;
	gap: 10px;
	color: var(--white);
	text-decoration: none;
	align-items: start;
	margin-bottom: 20px;
}
.work_content {
	padding-bottom: 20px;
}
.location p {
	max-width: 218px;
}

.bottom_footer {
	border-top: 1px solid #FFFFFF4D;
	padding: 25px 0px;
	color: var(--white);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.policies {
	display: flex;
	gap: 50px;
	align-items: center;
}

.policies a {
	text-decoration: none;
	color: var(--white);
}
/* .home_banner {
	background: url("../../../../uploads/2025/08/Group-12611571071-scaled.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	min-height: 78vh;
	display: flex;
	position: relative;
} */
.home_banner .banner {
	position: absolute;
	left: 15px;
	top: -38vw;
}
.home_banner {
	padding: 0px;
	position: relative;
}
.icon_list_content {
	font-size: 14px;
}
.help {
	padding-top: 0px;
	margin-top: -20px;
}
.help_thrive .container {
	position: relative;
}
.banner {
	max-width: 440px;
	color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 25px;
	z-index: 2;
	position: relative;
}

.banner h1 {
	max-width: 400px;
}

.abtn.color_button {
	background: var(--light-blue);
	color: var(--white);
	border-color: var(--light-blue);
	padding: 14px 27px;
}

.abtn.banner_button {
	border-color: var(--white);
	color: var(--white);
}

.buttons {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.top_left {
	position: absolute;
	z-index: 1;
	top: 4px;
	left: -100px;
}

.top_left img {
	max-width: 320px;
}
.home_banner .circle_top_left img {
	max-width: 210px;
}
.home_banner .circle_top_left {
	z-index: 1;
	left: -110px;
	top: -43vw;
}
#services {
	padding-bottom: 20px;
}
.home_banner .bottom_left {
	bottom: -80px;
	left: 15px;
}
.bottom_left img {
	max-height: 63px;
}
.home_banner .container {
	position: relative;
}
.bottom_left {
	position: absolute;
	z-index: 1;
	bottom: 21%;
}

.blue_center_bar,
.white_center_bar {
	max-width: 91px;
	margin: auto;
	display: flex;
}

.services h2,
.services p {
	text-align: center;
}

.heading {
	margin-bottom: 20px;
}

.help_thrive {
	background: var(--light-blue);
	min-height: 560px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	position: relative;
}

.video {
	width: 100%;
	margin-top: -28%;
	z-index: 1;
	position: relative;
}

.help_thrive .heading h2 {
	color: var(--white);
	text-align: center;
	margin-bottom: 10px;
}
.open-popup-btn.icon {
	background: transparent;
	border: 0px;
	position: absolute;
	max-width: 117px;
	bottom: 30px;
	left: 40px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.thumbnail {
	position: relative;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 1000;
}

.popup-overlay.active {
	visibility: visible;
	opacity: 1;
}

.popup-container {
	background: var(--white);
	border-radius: 15px;
	padding: 20px;
	max-width: 800px;
	max-height: 90vh;
	width: 90%;
	position: relative;
	transition: transform 0.3s ease;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	background: var(--heading);
	color: var(--white);
	border: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	z-index: 1001;
}

#popupVideo {
	width: 100%;
}

.blue_left_bar {
	max-width: 91px;
}

.col .icon {
	width: 100px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	background: var(--white);
	border-radius: 15px;
}

.col .icon img {
	max-width: 60px;
	margin: auto;
}

.col h3 {
	text-align: center;
	max-width: 85%;
	margin: 0 auto;
}

.col-3 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 50px;
}

.col {
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: var(--grey);
	padding: 45px 44px;
	border-top-right-radius: 100px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.col p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.col-3 .col:nth-child(2n) {
	background: var(--heading);
	color: var(--white);
}

.col-3 .col:nth-child(2n) .icon {
	background: var(--light-blue);
}

.col-3 .col:nth-child(2n) h3 {
	color: var(--white);
}

.top_right_border {
	border-top-right-radius: 100px;
}

.benefits_container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.left {
	max-width: 46%;
	width: 100%;
	position: relative;
}

.right {
	max-width: 47%;
	width: 100%;
	position: relative;
}

.icon_list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
	gap: 12px;
}

.icon_list_box {
	margin-top: 30px;
}

.icon_list_icon img {
	width: 19px;
	height: 19px;
	object-fit: contain;
}

.icon_list_icon {
	margin-top: 8px;
}

.right .buttons {
	justify-content: start !important;
	margin-top: 30px;
}

.p-18 {
	font-size: 18px;
	line-height: 22px;
}

.top-right {
	position: absolute;
	top: -24%;
	z-index: -1;
	right: -30%;
	max-width: 290px;
}

.footer_heading h4 {
	color: var(--white);
}

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

.tax_services h2 {
	max-width: 530px;
	margin: auto;
	margin-bottom: 16px;
	line-height: 50px;
}

.tax_services .p-18 {
	max-width: 70%;
	margin: auto;
}

.grey_bg {
	background: var(--grey);
}

.tax_services_container {
	display: flex;
	justify-content: center;
	gap: 25px 18px;
	flex-wrap: wrap;
	margin: 40px 0px;
	position: relative;
}

.tax_services_box {
	padding: 40px;
	display: flex;
	flex-direction: column;
	width: 387px;
	flex-shrink: 0;
	background: var(--white);
	gap: 25px;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.tax_services_box p {
	font-size: 14px;
	line-height: 20px;
}

.tax_services_box .price {
	width: fit-content;
	padding: 10px 17px;
	background: var(--heading);
	color: var(--white);
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	line-height: 20px;
	font-family: "Poppins", sans-serif;
	letter-spacing: -3%;
	transition: all .3s ease-in-out;
}

.tax_services_box .divider {
	background: #4343434D;
	height: 1px;
	margin-top: 10px;
}

.tax_services_box .icon_list_box {
	margin-top: 0px;
	flex: 1;
}

.tax_services_box .icon_list {
	margin-bottom: .5rem;
}

.tax_services_box .icon_list_icon {
	margin-top: 1px;
}

.tax_services_box:hover {
	background: var(--heading);
	color: var(--white);
}

.tax_services_box:hover h4,
.tax_services_box:hover h5,
.tax_services_box:hover h3 {
	color: var(--white);
}

.tax_services_box:hover .divider {
	background: #FFFFFF4D !important;
}

.tax_services_box:hover .price {
	background: var(--white);
	color: var(--heading);
}

.circle_bottom_left img {
	max-height: 444px;
	object-fit: contain;
}

.circle_bottom_left {
	position: absolute;
	bottom: 20px;
	left: -210px;
}

.abtn.dark_bg {
	max-width: fit-content;
	margin: auto;
	background: var(--heading);
	border-color: var(--heading);
}

.our_team {
	background: linear-gradient(180deg, var(--heading) 71%, var(--white) 71%);
}

.our_team h2,
.our_team .p-18 {
	color: var(--white);
}

.team_member_container {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	position: relative;
}

.team_box {
	background: var(--white);
	padding: 25px;
	z-index: 1;
	position: relative;
	box-shadow: 7px 7px 34px 0px #0000001A;
	border-top-right-radius: 40px;
	width: 33%;
}
.team_box img {
	border-top-right-radius: 40px;
	aspect-ratio: 1/0.83;
	object-fit: cover;
	object-position: top;
}
.team_box .content {
	padding-left: 15px;
	margin-top: 15px;
}

.team_box h3 {
	margin-bottom: 8px;
}

.team_box .subtitle {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 8%;
}

.team_box .divider {
	background: #4343434D;
	height: 1px;
	margin: 20px 0px;
}

.team_box .abtn {
	margin-top: 25px;
}

.circle_top_left img {
	max-height: 429px;
}

.circle_top_left {
	position: absolute;
	left: -90px;
	top: -42%;
}

.questions .p-18 {
	max-width: 568px;
}

.questions_container {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.questions_container .left {
	max-width: 57%;
}

.question-number {
	color: var(--light-blue);
	margin-right: 8px;
}

.accordion-header {
	background-color: var(--grey);
	padding: 15px 20px 15px 30px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	border-top-right-radius: 30px;
	align-items: center;
	gap: 5px;
}

.accordion-item {
	margin-bottom: 1.4rem;
	overflow: hidden;
}

.accordion-content p {
	max-width: calc(100% - 55px);
}

.accordion-header.active {
	background-color: var(--heading);
	color: var(--white);
}

.accordion-header.active h5 {
	color: var(--white);
	position: relative;
	flex: 1;
}

.accordion-arrow {
	width: 45px;
	height: 45px;
	background-color: var(--heading);
	border-top-right-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.accordion-header.active .accordion-arrow {
	background-color: var(--light-blue);
	transform: rotate(180deg);
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
}

.accordion-arrow::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid var(--white);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-content.active {
	max-height: unset;
	padding: 0px 30px 30px;
	opacity: 1;
}

.accordion-content {
	background-color: var(--heading);
	padding: 0 24px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	color: var(--white);
}

.accordion-content p {
	color: var(--white);
	font-size: 14px;
	line-height: 20px;
}

.accordion-content p span {
	font-weight: 700;
}

.accordion-header.active h5::after {
	content: "";
	width: 98%;
	position: absolute;
	left: 0px;
	bottom: -10px;
	height: 1px;
	background: #FFFFFF4D;
}

.questions_container .right {
	max-width: 39%;
	background: var(--light-blue);
	border-top-right-radius: 40px;
	padding: 25px;
}

.question_icon img {
	width: 97px;
	height: 97px;
	object-fit: contain;
}

.question_icon {
	display: flex;
	justify-content: center;
	margin-top: -50px;
	margin-bottom: 20px;
}

.questions_container .right h3,
.questions_container .right .p-18 {
	color: var(--white);
	text-align: center;
	margin-bottom: 20px;
}

.questions_container .right .p-18 {
	font-weight: 500;
	line-height: 27px;
}

.inner_cont {
	background-color: var(--light-blue);
	padding: 100px 20px;
}

.inner_cont .p-18 {

	max-width: 760px;
	margin: auto;
	color: var(--white);
}

.inner_cont h2 {
	color: var(--white);
	line-height: 50px;
	margin-bottom: 15px;
}

.white_button {
	background-color: var(--white);
	border-color: var(--white);
}

.abtn.border_white {
	border: 1px solid var(--white);
}

.inner_cont .buttons {
	justify-content: center;
	margin-top: 30px;
}

.inner_cont {
	background-image: url(../../../../uploads/2025/08/Group8.png);
	background-repeat: no-repeat;
	background-size: 268px;
	background-position: 0% 30%;
}

.footer_consultation {
	background: linear-gradient(180deg, var(--white) 48%, var(--heading) 48%);
	padding-top: 20px;
}

.questions {
	padding-top: 20px;
}

.hero_banner {
	background-color: #003737;
	border-bottom-right-radius: 150px;
	position: relative;
	background-image: url("../../../../uploads/2025/08/Group.png");
	background-repeat: no-repeat;
	background-size: 290px;
	background-position: 98% center;
	min-height: 355px;
	display: flex;
}

.myinner h1 {
	color: var(--white);
}

.banner_breadcrumb {
	color: var(--light-blue);
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -3%;
	margin-top: 20px;
}

.work_content .p-18 {
	max-width: 868px;
	margin: auto;
}

.work_box_container {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.work_box {
	background: var(--grey);
	padding: 30px;
	border-top-left-radius: 100px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.work_box_image {
	width: 45%;
	position: relative;
}

.work_box_number {
	width: 63px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	background: var(--heading);
}

.work_box_number h3 {
	color: var(--white);
}

.work_box_content {
	width: 49%;
}

.work_box_content h3 {
	margin-bottom: 15px;
}

.work_box_points {
	margin: 25px 0px;
}

.work_box_points ul {
	padding-left: 15px;
}

.work_box_points ul li {
	font-size: 14px;
	line-height: 22px;
}

.work_box_points ul li::marker {
	fill: var(--light-blue);
	color: var(--light-blue);
}

.work_box_content .abtn {
	margin-top: 25px;
	max-width: fit-content;
}

.work_box_container .work_box:nth-child(2n) {
	background: var(--heading);
	border-top-left-radius: 0px;
	border-top-right-radius: 100px;
	flex-direction: row-reverse;
}

.work_box_container .work_box:nth-child(2n) .work_box_number {
	right: unset;
	left: 0;
	background: var(--light-blue);
}

.work_box_container .work_box:nth-child(2n) .work_box_content,
.work_box_container .work_box:nth-child(2n) h3,
.work_box_container .work_box:nth-child(2n) h5 {
	color: var(--white);
}

.faq .heading h2 {
	max-width: 530px;
	margin: auto;
	line-height: 50px;
	margin-bottom: 10px;
}

.faq .p-18 {
	max-width: 610px;
	margin: auto;
}

.faq .accordion-container {
	max-width: 1063px;
	margin: auto;
	margin-top: 40px;
}

.faq {
	position: relative;
}

.circle_top_right {
	position: absolute;
	top: 5%;
	right: 0px;
	z-index: -1;
}

.circle_top_right img {
	height: 318px;
}

.meet_team .p-18 {
	margin-bottom: 15px;
}

/* 27-08-2025 */

.dotline {
	max-width: 91px;
}

.iconcont {
	display: flex;
	gap: 20px;
	align-items: center;
}

.inr_contt p {
	color: var(--paragraph);
}

.iconcont img {
	max-width: 70px;
}

.hdone {
	font-size: 14px;
	font-weight: 500;
	font-family: "Poppins";
	line-height: 24px;
	margin-bottom: 10px;
}

.contnr {
	display: flex;
	flex-direction: column;
	gap: 20px;
		margin-top: 20px;
	margin-bottom: 30px;
}

.hdsec {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Poppins";
	color: var(--paragraph);
	text-decoration: none;
}

.cont1 h2 {
	max-width: 390px;
}

.cont1 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 45%;
}
.soicalcont p {
	color: var(--heading);
}

.social_logo {
	max-width: 52px;
}

.soicalcont {
	display: flex;
	width: fit-content;
	gap: 5px;
}


.social_hd {
	color: var(--heading);
	font-size: 25px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.my_banner {
	display: flex;
	justify-content: space-between;
}

.cont2 {
	background-color: var(--grey);
	width: 50%;
	padding: 50px 38px 50px 38px;
	border-top-right-radius: 100px;
}

.wpforms-container .wpforms-field input, .wpforms-container .wpforms-field textarea {
	padding: 10px 20px !important;
	border: 0px !important;
	width: 100% !important;
	font-size: 16px !important;
	line-height: 16px !important;
}
.wpforms-container .wpforms-field input {
		height: 63px !important;
		border-radius: 100px !important;
}
.wpforms-container .wpforms-field textarea {
	border-radius: 20px !important;
	padding: 20px !important;
	min-height: 150px !important;
}
.wpforms-container .wpforms-field {
	padding: 6px 0px !important;
}
div.wpforms-container-full .mybtn {
	display: flex;
	align-items: center;
	padding-bottom: 27px !important;
	padding-top: 27px !important;
	width: 100%;
	justify-content: center;
	border-radius: 100px !important;
	background: var(--light-blue) !important;
}
.wpforms-container .wpforms-field input:focus {
	border-color: 1px solid var(--light-blue) !important;
	box-shadow: 0 0 0 1px var(--light-blue),0px 1px 2px rgba(0,0,0,0.15) !important;
}
textarea {
	resize: none !important;
}

.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.wpforms-container input.wpforms-field-medium {
	max-width: 100% !important;
}

.wpforms-field-email input {
	width: 100% !important;
}

.wpforms-one-half input {
	padding-top: 27px !important;
	padding-bottom: 27px !important;
}


/* 28/08/2025 */
/* Privacy-policy stlying start here */

.Policy_banner h4 {
	font-size: 30px;
	line-height: 24px;
	font-weight: 600;
	color: var(--heading);
}

.Policy_banner p {
	font-size: 16px;
	line-height: 26px;
}

.policy_cont {
	width: 70%;
}

.Policy_banner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

.policy_list a {
	color: var(--light-blue);

}
.policy_cont ol {
	padding-left: 20px;
	margin: 0px;
}
.policy_list li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

hr {
	border: none;
	height: 1px;
	color: #4A4A4A99;
	background-color: #4A4A4A99;
}

.policy_cont2 {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}

.policy_cont2 p {
	font-size: 16px;
	line-height: 26px;
}

.policy_cont2 h4 {
	font-size: 30px;
	line-height: 24px;
	font-weight: 600;
	color: var(--heading);
}

.policy_para {
	width: 70%;
}

#cont_policy3 {
	padding-bottom: 0px !important;
}

/* Term & condition styling style here */

.Terms_banner {
	padding-top: 100px;
	padding-bottom: 100px;
}

.Condition_banner {
	padding-bottom: 50px;
}

.Condition_banner p {
	font-size: 16px;
	line-height: 26px;
}

.terms_list li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
}

.terms_cont2 {
	padding-top: 50px;
}

.terms_cont2 h4 {
	font-size: 30px;
	line-height: 24px;
	font-weight: 600;
	color: var(--heading);
	margin-bottom: 12px;
}
.meet_team .team_member_container {
	flex-wrap: wrap;
	justify-content: space-between;
}
.meet_team .team_box {
	width: 49%;
	background: var(--grey);
	box-shadow: unset !important;
	display: flex;
	flex-direction: column;
	transition: all .3s ease-in-out;
}
.meet_team .team_box .person_post {
	padding: 10px 17px;
	background: var(--white);
	max-width: fit-content;
	border-radius: 100px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -3%;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}
.meet_team .team_box .content .post_content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow-y: scroll;
	max-height: 98px;
	padding-right: 15px;
}
.meet_team .team_box .content .post_content p {
	margin-bottom: 15px;
}
.meet_team .team_box .content {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.meet_team .team_box .button {
	flex: 1;
	display: flex;
	align-items: end;
}
.meet_team .team_box .button .abtn {
	width: 100%;
}
.meet_team .team_box:hover {
	background: var(--heading);
	color: var(--white);
}
.meet_team .team_box:hover h3 {
		color: var(--white);
}
.meet_team .team_box:hover .person_post {
	color: var(--heading);
}
.questions {
	position: relative;
}
.questions .heading {
	max-width: 520px;
}
.questions .circle_top_right img {
	height: 429px;
}
.questions .circle_top_right {
	right: 240px;
	top: 0;
}
.services_page .tax_services_box {
	background: var(--grey);
	max-width: 585px;
	width: 100%;
}
.services_page .tax_services_box:hover {
	background: var(--heading);
}
.services_page .icon_list_content {
	font-size: 14px;
	line-height: 18px;
}
.services_page .icon_list_icon img {
	width: 15px;
	height: 15px;
	object-fit: contain;
}
.services_page .tax_services_container {
	justify-content: space-between;
}
.faq .container {
	position: relative;
}
.faq .circle_top_right {
	right: -60px;
	top: 0%;
}
.circle_bottom_right img {
	max-height: 450px;
}
.circle_bottom_right {
	position: absolute;
	bottom: 0;
	right: -40px;
}
.service_work .benefits_container {
	flex-direction: row-reverse;
}
.service_work .right {
	max-width: 50%;
}
.service_work .p-18 {
	max-width: 510px;
}
.tax_services_box .p-16 {
	font-size: 16px;
	line-height: 24px;
}
.faq_page .heading h2 {
	max-width: 600px;
}
.faq_page .p-18 {
	max-width: 550px;
}
.footer_consultation .p-18 {
	margin-bottom: 20px;
}
.faq_page .accordion-container {
	max-width: 1063px;
	margin: auto;
	margin-top: 40px;
}
.blog-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	gap: 25px;
	margin-top: 50px;
}
.filter-btn {
	padding: 12px 16px;
	border-radius: 60px;
	background: var(--white);
	border: 1px solid var(--heading);
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	cursor: pointer;
	text-wrap: nowrap;
}
.filter-btn.active {
	background: var(--light-blue);
	color: var(--white);
	border-color: var(--light-blue);
}
.category-filters {
	gap: 8px;
	display: flex;
	justify-content: space-between;
	overflow-x: scroll;
	padding-bottom: 12px;
}
.blog-post-card {
	padding: 25px;
	background: var(--grey);
	border-top-right-radius: 60px;
	display: flex;
	flex-direction: column;
	transition: all .3s ease-in-out;
}
.blog-post-card .post-thumbnail img {
	object-fit: cover;
	max-height: 170px;
	border-top-right-radius: 40px;
}
.blog-post-card .post-content-preview {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.blog-post-card .post-category-badge span {
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1%;
	text-transform: capitalize;
	color: var(--light-blue);
}
.blog-post-card .post-title {
	line-height: 24px;
	margin: 15px 0px !important;
}
.blog-post-card .post-title a {
	color: var(--heading);
	text-decoration: none;
}
.blog-post-card .post-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px;
	flex: 1;
}
.blog-post-card .post-meta .post-date img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}
.blog-post-card .post-card-footer .read-more-btn {
	padding: 14px 27px;
	background: var(--heading);
	color: var(--white);
}
.blog-post-card .post-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-meta .post-date {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
}
.blog-post-card:hover {
	background: var(--heading);
	color: var(--white);
}
.blog-post-card:hover .post-title a {
	color: var(--white);
}
.blog-post-card:hover .post-card-footer .read-more-btn {
	background: var(--light-blue);
	border-color: var(--light-blue);
}
.filter-btn[data-category="uncategorized"] {
	display: none;
}
.load-more-btn {
	background-color: var(--light-blue);
	color: var(--white);
	border-color: var(--light-blue);
	margin: auto;
	cursor: pointer;
	padding: 14px 27px;
}
.load-more-container {
    margin-top: 30px;
}
.blog-post-card.hidden {
    display: none !important;
}
.single_insights {
	background: linear-gradient(180deg, var(--heading) 23%, var(--white) 23%);
}
.breadcrumb .separator img {
	width: 5px;
}
.single-post-main .breadcrumb {
	display: flex;
	gap: 16px;
	align-items: center;
	z-index: 2;
	position: relative;
}
.single-post-main .breadcrumb a {
	color: var(--white);
	text-decoration: none;
}
.single-post-main .breadcrumb .current {
	color: var(--white);
	font-weight: 700;
}
.single-meta .meta-row img {
	width: 15px;
}
.single-post-main {
	position: relative;
}
.single-post-main .circle_top_right {
	z-index: 1;
	top: -2%;
	right: -70px;
}
.single-post-main .single-post-article {
	box-shadow: 0px -8px 64px 0px #0000001C;
	background: var(--white);
	padding: 40px;
	border-top-right-radius: 100px;
	margin-top: 40px;
	z-index: 2;
	position: relative;
}
.single-post-article .featured_img img {
	max-height: 631px;
	object-fit: cover;
	border-top-right-radius: 100px;
}
.single-post-article .single-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.single-post-article .single-meta .meta-row {
	display: flex;
	gap: 20px;
	align-items: center;
}
.single-post-article .single-meta .meta-row span {
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: capitalize;
}
.social-share-container a {
	text-decoration: none;
}
.single-post-article .post-categories-single {
	border-top: 1px solid #43434333;
	padding-top: 40px;
	margin-bottom: 18px;
}
.single-post-article .post-categories-single a {
	text-decoration: none;
	color: var(--light-blue);
	font-weight: 600;
	letter-spacing: 1%;
	text-transform: capitalize;
}
.single-post-article .single-title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: -3%;
	text-transform: capitalize;
	color: var(--heading);
	margin-bottom: 25px;
}
.single-post-article .single-content h5 {
	margin: 20px 0px;
}
.single-post-article .single-content p {
	margin-bottom: 12px;
}
.related_posts {
	background: var(--grey);
}
.related-posts_container .related-post-card {
	background: var(--white);
}
.related-posts_container .related-post-card:hover {
	background: var(--heading);
}
.related_posts .view_more_blogs {
	max-width: fit-content;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	margin-top: 40px;
}
.single-post .footer_consultation {
	background: linear-gradient(180deg, var(--grey) 48%, var(--heading) 48%);
}
.contact_social_links .social_links a svg circle {
	fill: var(--heading);
	transition: all .3s ease-in-out;
}
.contact_social_links .social_links a svg path {
	fill: var(--white);
}
.contact_social_links .social_links a svg {
	font-size: 52px !important;
	width: 52px;
	height: 52px;
}
.contact_social_links .social_links a svg:hover circle {
	fill: var(--light-blue);
}
.wpforms-container .wpforms-field textarea:focus {
	box-shadow: 0 0 0 1px var(--light-blue),0px 1px 2px rgba(0,0,0,0.15) !important;
}
.home.page-id-31 .hero_banner {
	display: none;
}
.page-id-354 .main_footer {
	padding-top: 80px;
}
.wpforms-container .wpforms-field input[type="number"] {
	appearance: textfield;
}
.mobile_header {
	display:none;
}
.header_menu .menu li:first-child::before {
	display: none;
}
.error-404.not-found .abtn {
	margin-top: 25px;
	max-width: fit-content;
	margin: auto;
	margin-top: 25px;
}
.corporate_services .p-18 {
	margin-bottom: 10px;
}
.col ul {
	padding-left: 12px;
	margin: 0px !important;
}
.corporate_services .col, .corporate_services .col h3  {
	text-align: left;
}
.corporate_services .col h3 {
	max-width: 100% !important;
	width: 100%;
}
.col-3 .col:nth-child(2n) h4 {
	color: var(--white);
}
.dark_bg {
	background: var(--heading);
}
.dark_bg h2, .dark_bg p {
	color: var(--white) !important;
}
.talk .p-18 {
	max-width: 750px;
	margin: auto;
	margin-bottom: 16px;
}
.talk .abtn {
	max-width: fit-content;
	margin: auto;
}
.how_help {
	margin-top: 50px;
}
.private_services .col-3 {
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.private_services .col {
	width: 32%;
	text-align: center;
	z-index: 2;
}
.private_services .col h3 {
	text-align: center;
}
.private_client_services .icon_list_box {
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.private_client_services .icon_list_box .icon_list_icon {
	margin-top: 0px;
}
.private_client_services p {
	text-align: center;
}