/**
Theme Name: WPMinds
Author: WPMINDS
Author URI: https://wpminds.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpminds
Template: astra
*/

html{
	scroll-behavior: smooth;
}

.site-header {
	position: relative;
	transition: transform 0.4s ease-in-out;
}

.sticky .site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(0);
	/* 	animation: stickySlideDown 0.4s ease; */
}

@keyframes stickySlideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
/* Global elements */
.ast-site-identity {
	padding: 0;
}
a:focus {
	outline: unset;
}
.single-post a:hover {
	text-decoration: underline !important;
}

.white-bg a.wp-block-button__link {
	background: transparent;
	color: #1EB977;
}
.ast-single-post .entry-content .wp-block-button .wp-block-button__link, .ast-single-post .entry-content .wp-block-search .wp-block-search__button, body .entry-content .wp-block-file .wp-block-file__button, .ast-custom-button, .wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button, body button.load-more, body input.gform_button.button, body.page-template-blog .blog-wrapper .load-more-wrapper button.load-more-btn, .content-wpsd a.button.primary-blue:hover {
	-webkit-transition: all 0.2sease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2sease-in-out;
}
.ast-single-post .entry-content .wp-block-button .wp-block-button__link:hover, .ast-single-post .entry-content .wp-block-search .wp-block-search__button:hover, body .entry-content .wp-block-file .wp-block-file__button:hover, .ast-custom-button:hover, .wp-block-button .wp-block-button__link:hover, .wp-block-search .wp-block-search__button:hover, body .wp-block-file .wp-block-file__button:hover, button.load-more:hover, .agency-banner a.button.white-btn:hover, input.gform_button.button:hover, .button.gform_next_button:hover, body.page-template-blog .blog-wrapper .load-more-wrapper button.load-more-btn:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
a.wp-block-button__link {
	text-transform: capitalize;
}
.owl-dots {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 56px !important;
}
.owl-carousel .owl-dot {
	padding: 1px 5px;
	border-radius: 0;
	background: #050e3b8f !important;
}
.owl-carousel .owl-dot.active {
	background: #1EB977 !important;
	padding: 1px 19px;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	padding: 10px 10px 10px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
	background: #050E3B;
	padding-bottom: 2px;
}
.ast-builder-menu .main-navigation>ul {
	display: flex;
	gap: 25px;
}
.author-meta-row {
	display: flex;
	gap: 10px;
	margin-top: 30px;
}

.author-meta-row svg {filter: brightness(0) invert(1);height: 30px;display: block;}

.author-post-count {
	display: flex;
	gap: 10px;
	color: #fff;
	align-items: center;
	justify-content: center;
}
.header-widget-area.widget-area .menu-link:hover {
	color: #fff;
}
.site-header-section .ast-builder-menu:before {
	content: "";
	position: absolute;
	left: 30px;
	height: 56px;
	width: 1px;
	background: #fff;
	top: -14px;
	opacity: 0.2;
}
.site-header-section .ast-builder-menu {
	position: relative;
}
body .cta-sec .wp-block-buttons a.wp-block-button__link{
	color:#fff
}
.header-widget-area.widget-area {
	position: absolute;
	left: 0;
	right: 0;
	background: #ffff;
	z-index: 99;
	top: 88px;
	max-width: 1280px;
	margin: 0 auto;
	padding:20px;
	display:none;
}
.wp-block-group.contactCta.contact_ctabox {
	background: var(--asda, linear-gradient(143deg, #012131 11.22%, #284B5C 107.85%));
	padding: 30px;
	margin-bottom: 30px;
	border-radius:10px
}
.header-widget-area.widget-area .wp-block-search__button.wp-element-button {
	position: absolute;
	background: url(/wp-content/uploads/2025/04/search-1.svg);
	background-color: transparent !important;
	right: 20px;
	top: 11px;
	font-size: 0 !important;
	padding: 0 !important;
	width: 24px;
	height: 24px;
	color: transparent;
	border: none !important;
}
.header-widget-area.widget-area .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 100px;
	padding: 10px 20px;
	height: auto;
}
.header-widget-area.widget-area .wp-block-search__inside-wrapper {
	position: relative;
}
.header-widget-area.widget-area p {
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.header-widget-area.widget-area > section {
	max-width: 500px;
	margin: 0 auto 10px !important;
}
.header-widget-area.widget-area .menu-link {
	font-size: 14px;
	display: block;
	padding: 3px 20px;
	background-image: url(/wp-content/uploads/2025/02/arrow-right.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left;
}
.header-widget-area.widget-area:after {
	position: absolute;
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #050E3B;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.Icon-DeV {
	cursor: pointer;
}

/* Homepage CSS  */
body .home-herosec {
	padding: 100px 0px 52px !important;
	background: #FAFBFF;
}
body .home-herosec .head {
	margin-bottom: 18px;
}
body .home-herosec .subhead {
	margin-top: 0;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 37px;
	max-width: 700px;
	width: 100%;
}
body .home-herosec .mainCol {
	gap: 20px;
	max-width: 1328px;
	padding: 0 24px;
	margin-bottom: 67px;
}
.logo-sec-slider {
	flex-wrap: nowrap;
}
.logo-sec-slider.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
body .experience-sec {
	padding: 100px 0 75px !important;
}
body .experience-sec .head {
	max-width: 880px;
	width: 100%;
	margin-bottom: 24px;
}
body .experience-sec .subhead {
	font-weight: 400;
	line-height: 32px;
	font-size: 24px;
	max-width: 1020px;
	margin-top: 0;
	margin-bottom: 0;
}
.experience-sec .mainCol {
	max-width: 995px;
	margin-top: 63px;
	gap: 64px;
}
.experience-sec .mainCol .counter-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.experience-sec .mainCol .counter-text br {
	display: none;
}
.experience-sec .mainCol .counter-text strong {
	color: #1EB977;
	font-size: 80px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	width: 100%;
	max-width: max-content;
	text-wrap: unset;
}
.experience-sec .mainCol .wp-block-column {
	position: relative;
}
.experience-sec .mainCol .wp-block-column:after {
	content: "";
	background-color: #1F2937;
	height: 72px;
	width: 1px;
	position: absolute;
	right: -27px;
	top: 18%;
}
.experience-sec .mainCol .wp-block-column:last-child:after {
	display: none;
}
.experience-sec .mainCol .wp-block-column:last-child strong {
	flex-basis: 122%;
}
body .free-audit {
	padding: 40px 24px !important;
	border-radius: 16px;
	background: var(--Midnight-Navy-100, #050E3B);
}
body .free-audit .mainCol {
	max-width: 1040px;
	gap: 60px;
	align-items: center !important;
}
body .free-audit .mainCol .subhead {
	margin-top: 8px;
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	font-weight: 400;
	line-height: 30px; 
	margin-bottom:0;
}
.wp-block-group.free-audit.custom p.subhead {
	color: #FFFFFFB8;
}

.obligation {
	margin-top: 16px;
	color: var(--White-100, #FFF);
	text-align: center !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
}

body .free-audit .wp-block-button {
	width: 100%;
	text-align: right;
}
body .free-audit .wp-block-button a.wp-block-button__link.wp-element-button {
	text-align: left !important;
	width: 100%;
	max-width: 292px;
	padding: 16px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px;
	margin-left: auto;
}
body .free-audit .wp-block-button a.wp-block-button__link.wp-element-button:after {
	content:"";
	background: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-2.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
body .free-audit .obligation {
	max-width: 292px;
	margin-left: auto;
}
body .free-audit.custom .obligation {
	max-width: 242px;
}
.wp-block-button.is-style-fill.custom-audit a {
	max-width: 241px !important;
}
body .free-audit .head {
	color: #fff;
}
body .services-sec {
	background: var(--Ghost-White-100, #FAFBFF);
	margin-top: 100px;
	padding: 100px 24px !important;
}
body .services-sec .mainCol {
	gap: 30px;
	align-items: center !important;
}
body .services-sec .subhead {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.services-sec .innerCol > .wp-block-column {
	border-radius: 16px;
	border: 1px solid #050E3B;
	padding: 40px 24px;
	outline: 1px solid transparent;
	height: max-content;
}
.wp-block-group.alignfull.lawyers-service .col-learn.active:after {
	transform: rotate(270deg);
}
.services-sec .innerCol > .wp-block-column:hover{
	border: 1px solid #1EB977;
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	outline: 1px solid #1EB977;
}
.services-sec .innerCol .deep-inner {
	gap: 6px;
}
.services-sec .innerCol .deep-inner .col-head {
	color:  #050E3B;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px; 
	text-transform: capitalize;
	min-height: 72px;
}
.services-sec .innerCol .deep-inner img {
	width: max-content !important;
}
.services-sec .innerCol .deep-inner .wp-block-column {
	max-width: max-content;
}
body .services-sec .innerCol .col-learn {
	color: #050E3B;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.09px;
	border-top: 0.3px solid #050E3B;
	padding-top: 18px;
	margin-top: 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.services-sec .innerCol > .wp-block-column .col-learn:after {
	-webkit-transition: all 0.2sease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2sease-in-out;
}

.services-sec .innerCol > .wp-block-column:hover .col-learn:after {
	transition: All 0.5s;
	transform: translatex(5px);
}
body .services-sec .innerCol .col-learn a {
	color: #050E3B;
	text-decoration:none;
}
body .services-sec .innerCol {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
body .services-sec .innerCol .col-learn:after {
	content: "";
	background: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-1.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
/* .logo-sec-slider.owl-carousel.owl-drag .owl-item {
height: 25px;
} */
body .help-sec {
	padding: 100px 24px !important;
	background: #050E3B;
}
body .help-sec .subhead {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	max-width: 690px;
	margin-top: 0;
	margin-bottom: 0;

}
body .help-sec .head {
	color: #fff;
	margin-bottom: 20px;
}
body .help-sec .mainCol {
	margin-top: 80px;
	margin-bottom: 80px;
}
body .help-sec .wp-block-column {
	border-radius: 16px;
	border: 1px solid var(--White-100, #FFF);
	padding: 40px 24px 24px;
	position: relative;
}
body .help-sec  h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	text-transform: capitalize;
}
body .help-sec .wp-block-column p {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	line-height: 30px; 
	margin-top: 10px;
}
body .help-sec .wp-block-column:before {
	content: url(https://wpminds.com/wp-content/uploads/2026/05/Vector-305.svg);
	width: 12px;
	height: 24px;
	display: block;
	position: absolute;
	right: 24px;
	top: 14px;
}
body .help-sec .wp-block-column:hover {
	border: 1px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
}
body .help-sec .wp-block-column:hover h3 {
	color:#1EB977;
}
body .help-sec .wp-block-column:hover:before {
	filter: brightness(0) saturate(100%) invert(59%) sepia(26%) saturate(6469%) hue-rotate(117deg) brightness(100%) contrast(76%);
}
body .testiMian-sec {
	padding: 100px 24px 76px !important;
}
.testiMian-sec .mainCol {
	gap: 30px;
	align-items: start !important;
}
.testiMian-sec .subhead {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 16px;
}
.testiMian-sec > .mainCol figure.wp-block-image {
	margin-top: 0px;
}
.video-section {
	margin-top: 80px;
}
.video-section .video-item {
	border-radius: 16px;
	border: 2px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	padding: 24px;
}
.video-section .video-item .quote-text {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 0px;
	min-height: 160px;
	height: 100%;
}
p.resources-viewList {
	position: relative;
	left: -6%;
}
.video-section .video-item .imagesec-test {
	text-align: center;
	margin-bottom: 16px;
}
.video-section .video-item .imagesec-test img {
	border-radius: 100px;
	width: 72px;
	height: 72px;
	margin: 0 auto;
}
.video-section .video-item .nameClient {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px; 
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 4px;
	margin-top:0;
}
.video-section .video-item .clientComp {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	margin-top:0;
}
body .log-work {
	padding: 0 24px 100px !important;
}

body .log-work .mainCol {
	max-width: 900px;
}
body .developing-sec {
	padding: 100px 24px !important;
	background: #FAFBFF;
}
body .developing-sec .head {
	max-width: 1000px;
	text-transform: capitalize;
}
body .developing-sec .subhead {
	max-width: 1132px;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}
body .developing-sec .maincol {
	flex-wrap: wrap !important;
	justify-content: center;
	gap: 64px 40px;
}
body .developing-sec .maincol figure {
	border-radius: 4px;
	background: #1EB977;
	padding: 12px 12px;
	max-width: max-content;
	margin: 0 auto;
}

body .developing-sec .maincol .wp-block-column {
	width: 100% !important;
	flex-basis: 100%;
	max-width: 400px;
}
body .developing-sec .maincol .innerhead {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-top: 16px;
	margin-bottom: 8px;
}
body .developing-sec .maincol .innersub {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	color: #1F2937;
}
body .inner-group {
	margin-top: 80px;
	border-radius: 16px;
	background: var(--White-100, #FFF);
	padding: 80px 24px;
}
body .inner-group .subeadGrop {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	max-width: 620px;
	margin-bottom: 80px;
	color: #1F2937;
}
body .inner-group .headGroup {
	margin-bottom: 16px;
}
body .planStep-sec {
	padding: 100px 24px !important;
	background: #050E3B;
}
body .planStep-sec .head {
	text-transform: capitalize;
	color: #fff;
}
body .planStep-sec .subhead {
	color: #FFFFFFB8;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
}
.planStep-sec > .mainCol {
	margin-top: 80px;
	gap: 0px;
}
.planStep-sec .mainCol .small-num {
	color: #1EB977;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 24px;
	margin-bottom: 7px;
}
.planStep-sec .mainCol .inner-head {
	color: #1EB977;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px; 
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 7px;
}
.planStep-sec .mainCol .innersub {
	color: #ffffffb8;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	max-width: 272px;
	margin: 0 auto;
}
.planStep-sec .mainCol .wp-block-column {
	position: relative;
}
.planStep-sec > .mainCol .wp-block-column:not(:last-child):after {
	content: "";
	height: 1px;
	background: #1EB977;
	position: absolute;
	left: 50%;
	margin-left: 42.2px;
	width: calc(100% - 85px);
	top: 15%;
}
.planStep-sec .mainCol .wp-block-column:last-child:after {
	display:none;
}
.planStep-sec .free-audit.back-blue {
	margin-top: 80px;
}
body .free-audit.back-blue {
	background: #1EB977;
}
body .free-audit.back-blue a.wp-block-button__link.wp-element-button {
	background: #050E3B;
	max-width: 420px;
}
body .free-audit.back-blue .obligation {
	max-width: 378px;
}
body .podcast-sec {
	padding: 100px 24px !important;
}
body .podcast-sec .head {
	margin-bottom: 24px;
}
body .podcast-sec .subhead {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	max-width: 950px;
	margin-top: 0;
	margin-bottom: 0;
}
.podcast-list {
	margin-top: 80px;
}
.podcast-item {
	padding: 24px 56px;
	border-radius: 16px;
	border: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	background: rgba(250, 251, 255, 0.08);
	margin-bottom: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	outline: 1px solid transparent;
}
.pod-title {
	font-size: 24px !important;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-transform: capitalize;
	max-width: 666px;
	width: 100%;
	display: flex;
	gap: 24px;
	margin-bottom: 0;
	align-items: center;
}
.pod-title:before {
	content: url(/wp-content/uploads/2026/05/pod-icon.svg);
	height: 64px;
}
.duration-pod {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 !important;
	display: flex;
	gap: 6px;
}
.duration-pod:before {
	content: url(/wp-content/uploads/2026/03/duration-icon.png);
}
.listen-pod {
	color: #1EB977;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none !important;
	display: flex;
	gap: 16px;
	align-items:center;
}
.listen-pod:after {
	content: url(https://wpminds.com/wp-content/uploads/2026/05/play-icon.svg);
	height: 40px;
}
.podcast-item:hover {
	border: 1px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	outline: 1px solid #1EB977;
}
.podcast-sec .wp-block-buttons {
	margin-top: 60px !important;
}
.podcast-sec .wp-block-buttons .wp-block-button {
	width: 100%;
	max-width: 276px;
}
.podcast-item:last-child {
	margin-bottom: 0;
}
body .dev-guideSec {
	padding: 100px 24px !important;
	background: #FAFBFF;
}
body .dev-guideSec .subhead {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
body .dev-guideSec > .mainCol {
	margin-top: 103px;
	gap: 40px;
	margin-bottom: 96px;
}
body .dev-guideSec .innerhead {
	color:  #050E3B;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-top: 24px;
	margin-bottom: 10px;
}
body .dev-guideSec  p.has-text-align-center:last-child {
	margin: 0;
}
body .dev-guideSec  p.has-text-align-center:last-child a {
	color: #050E3B;
	font-weight: 700;
}
body .dev-guideSec  p.has-text-align-center:last-child a:hover {
	color: #1eb977;
}
body .dev-guideSec .innerhead a{
	color:  #050E3B;
	text-decoration: none;
}
body .dev-guideSec .innerhead a:hover{
	color:  #1eb977;
	text-decoration: none !important;
}
body .dev-guideSec .innersub {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	margin: 0 auto 16px;
}
body .dev-guideSec > .mainCol .wp-block-column {
	position: relative;
}
body .dev-guideSec > .mainCol .wp-block-column:after {
	content: "";
	width: 0.3px;
	height: 213px;
	position: absolute;
	background: #1F2937;
	right: -20px;
	top: 13px;
}
body .dev-guideSec > .mainCol .wp-block-column:last-child:after {
	display: none;
}
body .dev-guideSec .mainCol.only-border .wp-block-column:before {
	content: "";
	width: 100%;
	height: 0.3px;
	background: #1F2937;
	position: absolute;
	bottom: -47px;
}
body .dev-guideSec .mainCol.last-main {
	margin-top: 0;
	margin-bottom: 100px;
}
.freePDF-sec .mainCol {
	border-radius: 16px;
	background: var(--Midnight-Navy-100, #050E3B);
	padding: 56px 80px;
	color: #fff;
	gap: 63px;
}
.freePDF-sec .mainCol .innerHead {
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 8px;
}
.freePDF-sec .mainCol .des {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	font-weight: 400;
	line-height: 30px; 
	margin-top: 0;
	margin-bottom: 0;
}
.freePDF-sec .mainCol .wp-block-buttons {
	margin-top: 33px;
}
.freePDF-sec .mainCol .obligation {
	text-align: left;
	margin-bottom: 0;
}
.freePDF-sec .mainCol .bott-pdf {
	margin-top: 31px;
	gap: 14px;
}
.freePDF-sec .mainCol .bott-pdf p {
	font-weight: 700;
	line-height: 20px;
	font-size: 14px;
}
.freePDF-sec .mainCol .bott-pdf .wp-block-column {
	max-width: max-content;
}
.freePDF-sec .mainCol a.wp-block-button__link {
	display: flex;
	gap: 10px;
	text-transform: capitalize !important;
	align-items: center;
}
.freePDF-sec .mainCol a.wp-block-button__link:after {
	content: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-2.svg);
}
body .faq-sec {
	padding: 100px 24px !important;
}
body .faq-sec .subhead {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 80px;
}
.faqs-container {
	margin-top: 0;
}
.faq-singular {
	border-radius: 16px;
	border: 1px solid var(--Midnight-Navy-100, #050E3B);
	padding: 24px 40px;
	margin-bottom: 21px;
}
.faq-singular:last-child {
	margin-bottom: 0;
}
.faq-singular .faq-question {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	opacity: 0.88;
}
.faq-singular .faq-question:after {
	content: url(https://wpminds.com/wp-content/uploads/2026/05/clsoe-faq-icon.svg);
}
.faq-singular .faq-answer {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 16px;
	border-top: 0.3px solid var(--Midnight-Navy-100, #050E3B);
	padding-top: 16px;
	opacity: 0.7;
	display:none;
}
.faq-singular .faq-answer p:last-child {
	margin-bottom: 0;
}
.faq-singular.active {
	border-radius: 16px;
	border: 2px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
}
.faq-singular.active .faq-question:after {
	transform: rotate(-90deg);
}


/* Footer */
.site-above-footer-wrap .ast-builder-footer-grid-columns {
	border-bottom: 0.3px solid #FFF;
	padding-bottom: 24px;
}
.footer-widget-area .widget-title {
	margin-bottom: 24px;
	letter-spacing: 0;
}
.site-footer-primary-section-4 .widget_black_studio_tinymce p:last-of-type {
	margin-bottom: 0
}
body .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
	grid-template-columns: 276px 321px 324px 214px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 50px
}
.footer-widget-area.footer-widget-area-inner a {
	margin-bottom: 13px;
	display: block;
}
.footer-widget-area.footer-widget-area-inner li:last-of-type a {
	margin-bottom: 0
}
.site-footer-primary-section-4 .widget_black_studio_tinymce {
	margin-top: 46px;
}
.site-footer-primary-section-4 .widget_black_studio_tinymce p {
	margin-bottom: 18px;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns {
	align-items: flex-start!important;
}
.site-below-footer-wrap .ast-builder-footer-grid-columns ul#astra-footer-menu {
	gap: 15px
}
.site-below-footer-wrap .site-footer-section-2 {
	max-width: 470px;
	margin: 0 0 0 auto;
}
.site-footer-primary-section-1 img {
	max-width: 200px;
	width: 100%;
}
.hidden {
	display: none;
}
ul#menu-resources-footer-menu {
	max-width: 290px;
}
.planStep-sec .mainCol .wp-block-column figure {
	background-color: #BBFFE22E;
	border: 3px solid #1EB977;
	padding: 26px;
	border-radius: 50%;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
	display: none;
}
button.ast-menu-toggle {
	background: none;
	box-shadow: none;
}
button.ast-menu-toggle:focus{
	background: none;
	box-shadow: none;
	outline: none !important;
	border:none !important;
}
.ast-menu-toggle .ast-arrow-svg {
	transition: transform 0.3s ease;
}

/* Rotate when active */
.ast-menu-toggle[aria-expanded="true"] .ast-arrow-svg {
	transform: rotate(180deg);
}
button.menu-toggle:focus {
	border: none !important;
	outline: none !important;
}
/* About Us Page */
body .about-herosec .subhead {
	max-width: 530px;
}
body .about-herosec .mainCol {
	margin-bottom: 50px;
}
body .aboutSec3 {
	padding: 100px 24px !important;
}
body .aboutSec3 .subhead {
	font-size: 20px;
	line-height: 30px;
}
body .aboutSec3 .text-headCol {
	margin-bottom: 80px;
}
body .aboutSec3 .teamCol {
	border-radius: 16px;
	border: 2px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	padding: 40px;
	gap: 52px;
}
body .aboutSec3 .teamCol h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
body .aboutSec3 .teamCol img {
	width: 100%;
}
body .aboutSec3 .teamCol .green-check {
	margin-top: 40px;
	padding-left: 0;
}
.green-check li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}
.green-check li:before {
	content: url(/wp-content/uploads/2025/01/Green-Tick.svg);
	width: 24px;
	height: 24px;
}
.green-check li:last-child {
	margin-bottom: 0;
}
body .aboutSec3 .goalCol {
	border-radius: 16px;
	background: var(--Emerald-Green-100, #1EB977);
	padding: 40px 80px;
	gap: 80px;
}
body .aboutSec3 .goalCol h4 {
	color: #fff;
}
body .aboutSec3 .goalCol p {
	line-height: 28px;
	margin-top: 7px;
	color: #fff;
}
body .onAbout-pg {
	background: #050E3B;
}
body .onAbout-pg .inner-group {
	padding: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	color: #fff;
}
body .onAbout-pg .headGroup {
	color: #fff;
	margin-bottom: 24px;
}
body .onAbout-pg  .subeadGrop {
	max-width: 700px;
	color: #FFFFFFB8;
}
.wp-block-columns.maincol.about-page .innersub {
	color: #FFFFFFB8;
}
body.page-id-38 .log-work, 
body.page-id-38 .testiMian-sec {
	background: #FAFBFF;
}
body .aboutSec6 {
	padding: 100px 24px !important;
}
body .aboutSec6 .text-headCol {
	gap: 30px;
}
body .aboutSec6 .text-headCol .subhead {
	font-size: 20px;
	line-height: 30px;
}
body .aboutSec6 figure {
	margin-top: 80px;
}
body .aboutSec6 figure img {
	width: 100%;
}
body .aboutSec6 .multibtn {
	margin-top: 56px;
}
body .aboutSec6 .multibtn .subhead {
	max-width: 500px;
	width: 100%;
}
body .aboutSec6 .multibtn .wp-block-button a.wp-block-button__link.wp-element-button {
	max-width: 100% !important;
	text-align: center !important;
	justify-content: center;
	gap: 16px;
}
body .aboutSec6 .multibtn .obligation {
	text-align: center !important;
	margin-left: 0;
	max-width: 100%;
}
body .aboutSec6 .multibtn .white-bg a.wp-block-button__link.wp-element-button:after {
	display: none;
}
body .aboutSec6 .multibtn  .wp-block-buttons {
	gap: 13px;
}
body .aboutSec8 {
	padding: 100px 24px !important;
	background: #fafbff;
}
body .aboutSec8 .subhead {
	max-width: 662px;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
body .aboutSec8  .mainCol {
	border-radius: 16px;
	background: var(--Emerald-Green-100, #1EB977);
	padding: 32px 56px;
	margin-top: 56px;
	gap: 0px;
}
body .aboutSec8 .mainCol p {
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
	font-weight: 700;
	color: var(--Midnight-Navy-100, #050E3B);
	text-align: center;
}
body .aboutSec8 .mainCol p.vs-text {
	color: #fff;
}
body .aboutSec8 .mainCol .wp-block-column:nth-child(2) {
	max-width: max-content;
}
body .aboutSec8 .compare-col {
	border-radius: 16px;
	border: 0.3px solid var(--Midnight-Navy-100, #050E3B);
	background: var(--White-100, #FFF);
	padding: 40px 56px;
	margin-top: 24px;
	gap: 90px
}
body .aboutSec8 .compare-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
body .aboutSec8 .compare-col p {
	display: none;
}
body .aboutSec8 .compare-col ul li {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	border-radius: 8px;
	border: 0.3px solid var(--Midnight-Navy-100, #050E3B);
	margin-bottom: 12px;
	padding: 16px;
	display: flex;
	gap: 16px;
}
body .aboutSec8 .compare-col ul li:last-child {
	margin: 0;
}
body .aboutSec8 .compare-col .wpm-col ul li:before {
	content: url(https://wpminds.com/wp-content/uploads/2026/03/short-greentick.svg);
	height: 24px;
}
body .aboutSec8 .compare-col .agenc-col ul li:before {
	content: url(https://wpminds.com/wp-content/uploads/2026/03/redCross.svg);
	HEIGHT: 24PX;
}
body .aboutSec8 .compare-col .agenc-col ul li:hover {
	border: 0.3px solid var(--Alert-100, #EF4444);
	background: var(--Alert-200, rgba(239, 68, 68, 0.18));
}
body .aboutSec8 .compare-col ul li:hover {
	border: 2px solid var(--Emerald-Green-100, #1EB977);
	border: 0.3px solid var(--Emerald-Green-100, #1EB977);226, 0.18));
}
body .aboutSec8 .compare-col .agenc-col ul li {
	text-decoration: line-through;
	text-decoration-color: #050e3b9e;
}
body .aboutSec8 .wp-block-buttons {
	margin-top: 60px;
}
body .aboutSec8 .obligation {
	color: #1F2937;
}
/* Service  page */
body .main-bann {
	background: #FAFBFF;
	padding: 100px 24px !important;
}
body .main-bann p {
	font-size: 20px;
	line-height: 30px;
	max-width: 1084px;
	margin-top: 16px;
	margin-bottom: 40px;
}
body .servicesMain-sec {
	padding: 100px 24px !important;
}
body .servicesMain-sec .subhead {
	font-size: 20px;
	line-height: 30px;
}
.servicesMain-sec .threeCol {
	gap: 25px;
	margin-bottom: 25px;
}
body .servicesMain-sec .text-headCol {
	margin-bottom: 80px;
}
.servicesMain-sec .threeCol > .wp-block-column {
	border-radius: 16px;
	border: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	background: var(--Ghost-White-100, #FAFBFF);
	padding: 24px 0 82px;
	position: relative;
}
.servicesMain-sec .threeCol .innerCol {
	padding: 0 39px 24px;
}
.servicesMain-sec .threeCol figure {
	border-radius: 12px;
	padding: 13px 16px;
	max-width: max-content;
	background: #BBFFE22E;
}
.servicesMain-sec .threeCol .innerhead {
	font-size: 24px;
	line-height: 32px; /* 133.333% */
	text-transform: capitalize;
	margin-top: 16px;
}
.servicesMain-sec .threeCol  .inner-subhead {
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
}
.servicesMain-sec .threeCol ul {
	padding: 24px 36px 0;
	border-top: 0.3px solid var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	margin-top: 0;
	margin-bottom: 0;
}
.servicesMain-sec .threeCol ul li::before {
	content: url(/wp-content/uploads/2026/03/trans-tick-green.svg);
}
.servicesMain-sec .threeCol .wp-block-buttons {
	margin-top: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.servicesMain-sec .threeCol .wp-block-buttons .wp-block-button {
	width: 100%;
}
.servicesMain-sec .threeCol .wp-block-buttons a.wp-block-button__link.wp-element-button {
	background: transparent;
	border: none;
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.09px;
	text-transform: capitalize;
	padding: 16px 40px 24px;
	width: 100%;
	border-top: 0.3px solid var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	border-radius: 0;
	max-width: 100%;
	margin-top: 24px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	transform: none !important;
}
.servicesMain-sec .threeCol .wp-block-buttons a.wp-block-button__link.wp-element-button:after {
	content: url(/wp-content/uploads/2026/03/green-arrow.svg);
}
.servicesMain-sec .threeCol > .wp-block-column:hover {
	border: 0.3px solid #1EB977;
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
}
.servicesMain-sec .threeCol > .wp-block-column:hover figure {
	background: var(--Emerald-Green-100, #1EB977);
}
.servicesMain-sec .threeCol > .wp-block-column:hover figure img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(40deg) brightness(97%) contrast(102%);
}
.servicesMain-sec .threeCol:nth-child(5) {
	margin-bottom: 85px;
}
.servicesMain-sec .free-audit.back-blue a.wp-block-button__link.wp-element-button, .servicesMain-sec .free-audit.back-blue .obligation {
	max-width: 293px;
}
.noColum-head .head {
	max-width: 840px;
}
.noColum-head .wp-block-buttons {
	margin-top: 80px;
}
body .portfolio-mainSec {
	padding: 100px 24px !important;
	background: #FAFBFF;
}
body .portfolio-mainSec .subhead {
	font-size: 20px;
	line-height: 30px;
}
body .portfolio-mainSec  .text-headCol {
	margin-bottom: 80px;
}
.new-portfolio-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
.new-portfolio-section .conditions-service-img-wrap img {
	border-radius: 16px 16px 0 0;
	height: 264px;
	object-fit: cover;
	object-position: top;
}
.new-portfolio-section .title-website-wrapper {
	display: flex;
	justify-content: space-between;
}
.new-portfolio-section .title-website-wrapper h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.portCol-cont {
	padding: 40px;
	border-radius: 0 0 16px 16px;
	border-right: 1px solid #1f293778;
	border-bottom: 0.3px solid #1f293778;
	border-left: 0.3px solid #1f293778;
	background: var(--Ghost-White-100, #FAFBFF);
}
.new-portfolio-section .title-website-wrapper a.button {
	padding: 11px 11px;
	border: 0;
	border-radius: 100px;
	background: var(--Emerald-Green-100, #1EB977);
	box-shadow: 0 4px 18px 0 rgba(5, 14, 59, 0.12);
	display:flex;
}
.shortDesc-text {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 22px;
}
.conditions-service-cont-wrap:hover .shortDesc-text {
	color: #fff;
}
.tag-wrap {
	display: flex;
	gap: 8px;
	margin-top: 24px;
	flex-wrap:wrap;
}
.tag-wrap .tag-s {
	border-radius: 100px;
	border: 0.5px solid rgba(5, 14, 59, 0.10);
	background: rgba(5, 14, 59, 0.08);
	padding: 2px 12px;
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
}
.conditions-service-cont-wrap:hover .portCol-cont {
	background: var(--Emerald-Green-100, #1EB977);
	border-color: #1EB977;
}
.conditions-service-cont-wrap:hover .title-website-wrapper h2 {
	color: #fff;
}
.conditions-service-cont-wrap:hover .title-website-wrapper a.button {
	background: #FFFFFF2E;
}
.conditions-service-cont-wrap:hover .tag-s {
	border: 0.5px solid rgba(255, 255, 255, 0.50);
	background: rgba(255, 255, 255, 0.18);
	color: var(--White-100, #FFF);
}
.catText-port {
	color: var(--White-100, #FFF);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	border-radius: 100px;
	background: var(--Midnight-Navy-100, #050E3B);
	max-width: max-content;
	padding: 6px 12px;
	position: absolute;
	top: 24px;
	left: 24px;
}
.conditions-service-cont-wrap {
	position: relative;
}
.portfolio-mainSec .free-audit.custom {
	margin-top: 29px;
}
.portfolio-mainSec .free-audit.custom a.wp-block-button__link.wp-element-button {
	max-width: 100% !important;
}
.portfolio-mainSec .free-audit.custom .obligation {
	max-width: 100%;
}
/* Service Inner Page */
.page-id-4810 .testiMian-sec ,
.page-id-4810 .log-work, 
.page-id-15967 .testiMian-sec ,
.page-id-15967 .log-work,
.page-id-13936 .testiMian-sec ,
.page-id-13936 .log-work,
.page-id-25240 .testiMian-sec ,
.page-id-25240 .log-work,
.page-id-3477 .testiMian-sec ,
.page-id-3477 .log-work,
.page-id-20687 .testiMian-sec ,
.page-id-20687 .log-work,
.page-id-32750 .testiMian-sec ,
.page-id-32750  .log-work,
.page-id-1412 .testiMian-sec,
.page-id-1412 .log-work,
.page-id-5336 .testiMian-sec,
.page-id-5336 .log-work,
.page-id-24959 .testiMian-sec,
.page-id-24959 .log-work,
.page-id-32343 .testiMian-sec,
.page-id-32343 .log-work,
.page-id-32282 .testiMian-sec,
.page-id-32282 .log-work, 
.page-id-32038 .testiMian-sec,
.page-id-32038 .log-work, 
.page-id-25931 .testiMian-sec,  
.page-id-25931 .log-work, 
.page-id-15020 .testiMian-sec,  
.page-id-15020 .log-work,
.page-id-5544 .testiMian-sec,
.page-id-5544 .log-work {
	background: var(--Ghost-White-100, #FAFBFF);
}
.page-id-13936 .testiMian-sec .mainCol,
.page-id-32557 .testiMian-sec .mainCol,
.page-id-32863 .testiMian-sec .mainCol,
.page-id-25240 .testiMian-sec .mainCol,
.page-id-3477 .testiMian-sec .mainCol,
.page-id-4810 .testiMian-sec .mainCol,
.page-id-33927 .testiMian-sec .mainCol,
.page-id-33024 .testiMian-sec .mainCol,
.page-id-20687 .testiMian-sec .mainCol,
.page-id-32750 .testiMian-sec .mainCol,
.page-id-1412 .testiMian-sec .mainCol,
.page-id-5336 .testiMian-sec .mainCol,
.page-id-24959 .testiMian-sec .mainCol,
.page-id-32343 .testiMian-sec .mainCol, 
.page-id-32282 .testiMian-sec .mainCol, 
.page-id-32038 .testiMian-sec .mainCol,
.page-id-5544 .testiMian-sec .mainCol,
.page-id-32134 .testiMian-sec .mainCol,
.page-id-27469 .testiMian-sec .mainCol,
.page-id-15020 .testiMian-sec .mainCol,
.page-id-21744 .testiMian-sec .mainCol,
.page-id-32422 .testiMian-sec .mainCol,
.page-id-34509 .testiMian-sec .mainCol {
	flex-direction: column;
	text-align: center;
	gap: 24px;
}
/* body .main-bann h1 {
max-width: 1050px;
} */
body .servicesMain-sec .text-headCol .head {
	text-transform: capitalize;
	max-width: 670px;
}
body .servicesMain-sec .fiveCol {
	gap: 22px;
	margin-bottom: 80px;
}
body .servicesMain-sec .fiveCol .wp-block-column {
	border-radius: 16px;
	background: var(--Ghost-White-100, #FAFBFF);
	box-shadow: 0 4px 18px 0 rgba(5, 14, 59, 0.12);
	padding: 32px;
}
body .servicesMain-sec .fiveCol  .innerhead {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 7px;
	letter-spacing:0;
}
body .servicesMain-sec .fiveCol figure {
	border-radius: 14px;
	border: 0.3px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	padding: 12px 12px;
	max-width: max-content;
	margin-bottom: 18px;
}
body .servicesMain-sec .fiveCol .innerSub {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 16px;
	line-height: 24px; 
	margin-top: 0;
}
body .servicesMain-sec .head {
	text-transform: capitalize;
}
body .servicesMain-sec .fiveCol .wp-block-column:hover {
	background: var(--Midnight-Navy-100, #050E3B);
}
body .servicesMain-sec .fiveCol .wp-block-column:hover figure {
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
}
body .servicesMain-sec .fiveCol .wp-block-column:hover .innerhead {
	color: var(--White-100, #FFF);
}
body .servicesMain-sec .fiveCol .wp-block-column:hover .innerSub {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
}
body .growth-engineSec {
	padding: 100px 24px !important;
}
body .growth-engineSec .head {
	max-width: 630px;
	text-transform: capitalize;
}
body .growth-engineSec .subhead {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 80px;
}
body .growth-engineSec .mainCol {
	gap: 62px;
	margin-bottom: 80px;
}
body .growth-engineSec .mainCol > .wp-block-column:first-child p {
	font-size: 20px;
	line-height: 30px;
}
body .growth-engineSec .mainCol ul {
	padding: 0;
}
body .growth-engineSec .mainCol ul li {
	list-style: none;
	margin-bottom: 10px;
	display:flex;
	margin-bottom: 10px;
}
body .growth-engineSec .mainCol ul li:before {
	content: url(/wp-content/uploads/2026/03/trans-tick-green.svg);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}
body .growth-engineSec .mainCol ul li:last-child {
	margin: 0;
}
body .growth-engineSec .innerCol .wp-block-column {
	border-radius: 8px;
	background: var(--Midnight-Navy-100, #050E3B);
	padding: 47px 40px 40px;
}
body .growth-engineSec .innerCol  .greenTex {
	color: var(--Emerald-Green-100, #1EB977);
	text-align: center;
	font-size: 56px;
	font-weight: 700;
	line-height: 100.085%;
	letter-spacing: -0.96px;
	margin-bottom: 5px;
}
body .growth-engineSec .innerCol .inWhie {
	color: var(--White-100, #FFF);
	text-align: center;
	font-size: 20px;
	line-height: 30px; 
	margin-top: 0;
	margin-bottom: 0;
}
body .growth-engineSec .strongTex {
	margin-top: 0;
	margin-bottom: 8px;
}
body .growth-engineSec .lighttext {
	margin-top: 0;
	margin-bottom: 0;
}
body .growth-engineSec .wp-block-buttons {
	margin-top: 32px;
}
body .growth-engineSec .obligation {
	color: var(--Charcoal-Gray-100, #1F2937);
}
body .growth-engineSec a.wp-block-button__link.wp-element-button {
	display: flex;
	gap: 16px;
	align-items: center;
}
body .growth-engineSec a.wp-block-button__link.wp-element-button:after {
	content: "";
	background: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-2.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
body .wp3-section-mant {
	background: var(--Midnight-Navy-100, #050E3B);
	padding: 100px 24px !important;
}
body .wp3-section-mant .head {
	color: var(--White-100, #FFF);
	max-width: 690px;
}
body .wp3-section-mant .subhead {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.wp3-section-mant .growth-plan {
	margin-top: 80px;
}
.wp3-section-mant .growth-plan .wp-block-column {
	border-radius: 16px;
	background: var(--Ghost-White-100, #FAFBFF);
	padding: 40px;
	position:relative;
}
.wp3-section-mant .growth-plan .wp-block-column .growth-head {
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 16px;
	font-weight: 700;
	line-height: 16px; /* 100% */
	margin-bottom: 30px;
	margin-top:0;
}
.wp3-section-mant .growth-plan h2.wp-block-heading {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	line-height: 100.085%; /* 56.048px */
	margin-top: 0;
}
.wp3-section-mant .growth-plan h2.wp-block-heading span {   
	font-size: 16px;    
	font-weight: 400;
	line-height: 24px;
}
.wp3-section-mant .growth-plan h2.wp-block-heading span:first-child {
	display: none;
}
.wp3-section-mant .growth-plan .wp-block-buttons {
	margin-top: 30px;
	border-bottom: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	padding-bottom: 24px;
}
.wp3-section-mant .growth-plan .wp-block-buttons .wp-block-button {
	width: 100%;
}
.wp3-section-mant .growth-plan .wp-block-buttons a.wp-block-button__link.wp-element-button {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 18px;
	font-weight: 700;
	background: transparent;
	color: var(--Midnight-Navy-100, #050E3B);
	border-color: #050E3B;
	text-transform: capitalize;
	align-items: center;
}
.wp3-section-mant .growth-plan .wp-block-buttons a.wp-block-button__link.wp-element-button:after {
	content: "";
	background: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-2.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	filter: brightness(0) saturate(100%) invert(7%) sepia(76%) saturate(2259%) hue-rotate(214deg) brightness(84%) contrast(102%);
}
.wp3-section-mant .growth-plan .include {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px; 
	text-transform: capitalize;
	margin-bottom: 14px;
}
.wp3-section-mant .growth-plan .base-p {
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}
.wp3-section-mant .growth-plan ul {
	margin-top: 24px;
	padding: 0;
}
.wp3-section-mant .growth-plan ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: none;
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
}
.wp3-section-mant .growth-plan ul li:before {
	content: url(/wp-content/uploads/2026/03/trans-tick-green.svg);
	width: 24px;
	height: 24px;
}
.wp3-section-mant .growth-plan ul li:last-child {
	margin-bottom: 0;
}
.wp3-section-mant .growth-plan .wp-block-column.popCol {
	background: var(--Emerald-Green-100, #1EB977);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol .growth-head {
	color: var(--Midnight-Navy-100, #050E3B);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol h2.wp-block-heading {
	color: var(--White-100, #FFF);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol a.wp-block-button__link.wp-element-button {
	background: var(--Midnight-Navy-100, #050E3B);
	color: var(--White-100, #FFF);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol a.wp-block-button__link.wp-element-button:after {
	filter: none;
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol .wp-block-buttons {
	border-bottom: 0.3px solid var(--Ghost-White-100, #FAFBFF);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol .include {
	color: var(--White-100, #FFF);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol p.base-p {
	color: var(--Midnight-Navy-100, #050E3B);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol li {
	color: var(--White-100, #FFF);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol li:before {
	content: url(/wp-content/uploads/2026/03/hover-change-icon.svg);
}
.wp3-section-mant .growth-plan  .wp-block-column.popCol .populaar{
	color: var(--White-100, #FFF);
	border: 0.3px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
}
.wp3-section-mant .growth-plan  .populaar {
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 14px;
	font-weight: 400;
	padding: 2px 12px;
	line-height: 20px;
	border-radius: 100px;
	border: 0.3px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	max-width: max-content;
	position: absolute;
	margin: 0;
	top: 32px;
	right: 40px;
}
body .loveit {
	border-radius: 16px;
	border: 2px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	padding: 40px 40px;
	color: #fff;
	margin-top: 53px;
}
body .loveit .love-head {
	color: var(--White-100, #FFF);
	text-transform: capitalize;
	margin-top: 0;
}
body .loveit .loveSub {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	line-height: 30px;
	margin-top: 6px;
}
body .loveit .wp-block-button {
	width: 100%;
	max-width: 209px;
	margin-left: auto;
}
body .loveit a.wp-block-button__link.wp-element-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
body .loveit a.wp-block-button__link.wp-element-button:after {
	content: "";
	background: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-2.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
}
body .loveit  .obligation {
	max-width: 209px;
	margin-left: auto;
}
.growth-engineSec.haveBG {
	background: var(--Ghost-White-100, #FAFBFF);
}
.growth-engineSec.haveBG .head {
	max-width: 860px;
}
.growth-engineSec.haveBG .subhead {
	max-width: 690px;
}
.growth-engineSec.haveBG .mainCol {
	gap: 42px;
	margin-top: 0;
}
body .growth-sec {
	padding: 100px 24px !important;
}
body .growth-sec .subhead {
	font-size: 20px;
	line-height: 30px;/
}
body .growth-sec .mainGRCol {
	margin-top: 80px;
}
body .growth-sec .mainGRCol .wp-block-column {
	border-radius: 16px;
	border: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	background: var(--Ghost-White-100, #FAFBFF);
	padding: 40px;
}
body .growth-sec .mainGRCol h3 {
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	border-bottom: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	padding-bottom: 13px;
}
body .growth-sec .mainGRCol .green-check {
	margin-top: 24px;
	padding-left: 0;
}
body .growth-sec .mainGRCol .green-check li {
	gap: 8px;
	margin-bottom: 24px;
}
body .growth-sec .mainGRCol .green-check li:before {
	content: url(/wp-content/uploads/2026/03/trans-tick-green.svg);
}
body .growth-sec .mainGRCol .green-check li:last-child {
	margin-bottom: 0;
}
.growth-sec .freePDF-sec {
	margin-top: 40px;
}
body .growth-sec .mainGRCol .wp-block-column:hover {
	border-color: #1EB977;
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
}
.faq-sec .free-audit.back-blue {
	margin-top: 56px;
}
body .loveit .loveCol {
	max-width: 1040px;
	align-items: center !important;
}
/* Blog Master Page */
body .wpb-posts-list .wpb-post.hidden-post {
	display: none;
}
body .blog-banner-container {
	padding: 80px 24px;
	background: var(--Midnight-Navy-100, #050E3B);
}
body .blog-banner-container h1.blog-head {
	color: #fff;
	margin-bottom: 16px;
}
body .blog-banner-container .blog-subhead {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0;
	margin-bottom: 0;
}
.explore-by-categories {
	padding: 100px 0;
}
.post-by-categories {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 56px 80px;
}
.posts-head a {
	color: var(--Midnight-Navy-100, #050E3B);
	text-transform: capitalize;
	text-decoration: none !important;
}
.posts-head a:hover {
	text-decoration: underline !important;
}
.posts-head {
	margin-bottom: 40px;
}
body .wpb-posts-list {
	margin: 0;
	padding-left: 0;
}
body .wpb-posts-list .wpb-post {
	font-size: 22px;
	line-height: 30px;
	list-style: none;
	display: flex;
	gap: 15px;
	text-transform: capitalize;
	margin-bottom: 24px;
}
body .wpb-posts-list .wpb-post a {
	color: var(--Charcoal-Gray-100, #1F2937);
	text-decoration: none;
}
body .wpb-posts-list .wpb-post:hover a {
	color: var(--Emerald-Green-100, #1EB977);
}
body .wpb-posts-list .wpb-post:before {
	content: url(/wp-content/uploads/2026/04/blog-arrow.svg);
}
body .wpb-posts-list .wpb-post:last-child {
	margin-bottom: 0;
}
.view-more-cat {
	margin-top: 40px;
}
.view-more-cat .blog-catlink {
	color: var(--Emerald-Green-100, #1EB977);
	font-weight: 700;
	padding: 0;
	background: transparent;
	border: none;
	line-height: normal;
	display: flex;
	gap: 8px;
	align-items: center;
	text-decoration: none;
	box-shadow: none;
	text-decoration:none !important;
}
.view-more-cat .blog-catlink:after {
	content: url(/wp-content/uploads/2026/04/green-down-arrow.svg);
}
.view-more-cat .blog-catlink:hover {
	color: var(--Charcoal-Gray-100, #1F2937);
}
body.page-template-blog .testiMian-sec, 
body.page-template-blog .log-work, 
body.category  .testiMian-sec, 
body.category  .log-work {
	background: var(--Ghost-White-100, #FAFBFF);
	margin-top:0;
}
.ast-desktop .ast-primary-header-bar.main-header-bar, 
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
	border-bottom: 0.2px solid #ffffff26;
}
section#nav_menu-5 {
	display: none;
}
.category  .wpb-main-sec.blog.parent {
	padding: 40px;
	border-radius: 16px;
	background: var(--Midnight-Navy-100, #050E3B);
	margin-top: 56px;
}
.category .wpb-main-sec.blog.parent .posts-head {
	color: #fff;
}
.category .wpb-posts-list .wpb-post a {
	color: #fff;
}
.category .view-more-cat .blog-catlink:hover {
	color: #fff;
}
.category .wpb-posts-list .wpb-post:before {
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(275deg) brightness(115%) contrast(100%);
}
.category .wpb-posts-list .wpb-post:hover a {
	color: var(--Emerald-Green-100, #1EB977);
}
.wpb-blog-grid-wrap {
	padding: 100px 0 80px;
}
.wpb-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}
.wpb-blog-card {
	background: var(--Ghost-White-100, #FAFBFF);
	padding: 40px;
	border-radius: 16px;
}
.wpb-card-category a {
	display: inline-block;
	border-radius: 100px;
	border: 0.5px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	padding: 2px 16px;
	color: #1EB977;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 18px;
	text-decoration: none;
}
.wpb-card-category a:hover {
	background: #d6f3e8;
}
.wpb-card-title {
	margin: 0 0 8px;
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 28px;
	line-height: 36px;
	text-transform: capitalize;
}
.wpb-card-title a {
	text-decoration: none;
	color: inherit;
}
.wpb-card-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 14px;
	line-height: 21px;
}
.wpb-card-meta .meta-dot {
	color: rgba(5, 14, 59, 0.56);
}
.wpb-card-meta .meta-date, .wpb-card-meta .meta-read-time {
	display: flex;
	align-items: center;
	gap: 8px;
}
.wpb-card-meta svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}
.wpb-pagination-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wpb-pagination-info {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.wpb-pagination-links {
	display: flex;
	align-items: center;
	gap: 16px;
}
.wpb-pagination-links a, .wpb-pagination-links span {
	transition: background 0.15s;
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.wpb-pagination-links .current, .wpb-pagination-links a:hover {
	color: var(--Charcoal-Gray-100, #1F2937);
}
.wpb-pagination-links .prev-btn, .wpb-pagination-links .next-btn {
	color: #fff;
	border-color: #0f1117;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--Emerald-Green-100, #1EB977);
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wpb-pagination-links .prev-btn:hover, .wpb-pagination-links .next-btn:hover {
	background: var(--Charcoal-Gray-100, #1F2937);
	color: #fff;
}
.wpb-pagination-links .dots {
	border: none;
	background: transparent;
	color: #aaa;
	cursor: default;
	letter-spacing: 1px;
}
span.meta-author {
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
span.meta-author:hover {
	color: #1EB977;
}
.wpb-card-excerpt {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px !important;
}
.wpb-card-title a:hover {
	color: #1EB977;
}
.blog-cta {
	border-radius: 16px;
	background: var(--Midnight-Navy-100, #050E3B);
	padding: 56px 24px;
}
.blog-cta .head {
	color: var(--White-100, #FFF);
	text-align: center;
	margin-bottom: 24px;
}
.blog-cta .subhead {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px; 
	margin-bottom: 40px;
}
.blog-cta  a.wp-block-button__link.wp-element-button {
	display: flex;
	gap: 16px;
	align-items: center;
}
.blog-cta  .obligation {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	margin-bottom: 0;
}
/* Portfolio Page */
.port-button-wrap {
	text-align: center;
	margin-top: 56px;
}
.alignfull.port .free-audit.back-blue {
	margin-top: 80px;
}
.alignfull.port .free-audit.back-blue a.wp-block-button__link.wp-element-button {
	max-width: max-content;
	gap: 16px;
}
.alignfull.port .free-audit.back-blue .obligation {
	max-width: 180px;
}
body .port-banner-sec {
	padding: 80px 24px 0px !important;
	background: var(--Midnight-Navy-100, #050E3B);
	color: #fff;
	border: none;
	outline: none;
	box-shadow: none;
}
body .port-banner-sec .head {
	color: #fff;
}
body .topTerm-sec {
	background: var(--Midnight-Navy-100, #050E3B);
	padding: 56px 24px 86px;
}
body .port {
	padding: 0px 0 100px !important;
	margin-top: -1px !important;
	background: #FAFBFF;
}
ul.term-list {
	margin: 0;
	padding: 0;
	color: #fff;
	display: flex;
	gap: 24px;
	list-style: none;
	max-width: 1280px;
	margin: 0 auto;
}
li.filter-term.active, li.filter-term:hover {
	color: var(--Emerald-Green-100, #1EB977);
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
li.filter-term {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}
body .port-banner-sec .subhead {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 16px;
}

.yoast-breadcrumbs span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--White-200, rgba(255, 255, 255, 0.72));
}
.yoast-breadcrumbs span a {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	text-decoration: none !important;
	display: flex;
	gap: 4px;
	align-items: center;
}
.yoast-breadcrumbs span a:before {
	content: url(/wp-content/uploads/2026/04/ArrowLeft.svg);
	height: 16px;
}
.yoast-breadcrumbs > span {
	display: flex;
	gap: 4px;
}
.yoast-breadcrumbs span a:hover {
	color: #fff;
}
.yoast-breadcrumbs .breadcrumb_last {
	color: #fff;
}
body .port .NEWsection1, .port-button-wrap, body .spacerGroup  {
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.wp-block-group.NEWsection1.alignfull {
	margin-top: 100px;
}
/* Contact Us page */
body .main-banner-area {
	padding: 80px 24px !important;
	background: var(--Midnight-Navy-100, #050E3B);
}
body .main-banner-area .head {
	text-transform: capitalize;
	margin-bottom: 16px;
	color: #fff;
	max-width: 900px;
}
body .main-banner-area .subhead {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 40px;
	max-width: 860px;
}
.icons-list {
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	gap: 40px;
	list-style: none;
}
.icons-list li {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 14px;
	line-height: 20px;
	display: flex;
	gap: 8px;
}
.icons-list li:before {
	content: url(/wp-content/uploads/2026/04/green-check.svg);
}
body .get-in {
	padding: 100px 24px !important;
	background: var(--Ghost-White-100, #FAFBFF);
}
body .get-in .form-col {
	max-width: 780px;
	margin: 0 auto;
	border-radius: 16px;
	background: var(--White-100, #FFF);
	padding: 36px 40px;
	border: 0.1px solid #1f29371a;
}
body .get-in .form-col .head {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 28px;
	line-height: 36px;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 8px;
}
body .get-in .form-col .subhead {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 16px;
	line-height: 24px; 
	margin-top: 0;
	margin-bottom: 34px;
	border-bottom: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	padding-bottom: 40px;
}
.gform_required_legend {
	display: none;
}
body .gform_wrapper.gravity-theme .gfield_label {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px; 
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	border-radius: 8px;
	border: 0.3px solid #1F2937;
	background: #FFF;
	padding: 17px 24px;
	color: rgba(5, 14, 59, 0.56);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 8px;
	border: 0.3px solid #1F2937;
	background: #FFF;
	padding: 17px 24px;
	color: rgba(5, 14, 59, 0.56);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}
.gform_legacy_markup_wrapper textarea.large {
	border-radius: 8px;
	border: 0.3px solid #1F2937;
	background: #FFF;
	padding: 17px 24px;
	color: rgba(5, 14, 59, 0.56);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description, .gform_legacy_markup_wrapper .gfield_consent_description {
	border: 0.3px solid #1F2937;
	background: #FFF;
	color: rgba(5, 14, 59, 0.56);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin-top: 0px;
	padding: 0;
}
.gform_wrapper.gravity-theme .gform_footer input {
	width: 100%;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 166px;
}
.after-submit {
	margin-top: 10px;
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	letter-spacing: 0;
}
body.single h2, .page-template-Page-Desgin h2 {
	font-size: 28px;
	line-height: 36px;
	letter-spacing:0;
	margin-bottom: 24px;
	text-transform:capitalize;
}
body.single h3, .page-template-Page-Desgin h3 {
	font-size: 24px;
	line-height: 32px;
}
.ast-single-post a {
	text-decoration: none !important;
}
.ast-single-post p a:hover {
	text-decoration: underline !important;
}

/* Single Blog Post */
.single-blog-banner-container {
	padding: 80px 24px !important;
	background: var(--Midnight-Navy-100, #050E3B);
	color: #fff;
	margin: 0;
}
.single-blog-banner-container .single-blog-head {
	color: var(--White-100, #FFF);
	margin-bottom: 17px;
	padding-bottom: 32px;
	border-bottom: 0.3px solid  #ffffff26;
}
.cat-bread a::before {
	display: none;
}
.single .entry-content :where(h1,h2,h3,h4,h5,h6) {
	margin-top: 0;
}
.single-blog-banner-container .yoast-breadcrumbs {
	margin-bottom: 24px;
}
.post-subhead-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-author-date {
	display: flex;
	gap: 16px;
	align-items: center;
}
.post-author-date .avatar {
	border-radius: 100px;
	align-self: flex-start;
}
.auth-name {
	color: var(--White-100, #FFF);
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
}
span.job-title {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	display: block;
}
.postInfo-meta {
	display: flex;
	gap: 24px;
	align-items: center;
}
.share-icon {
	display: flex;
	gap: 12px;
}
.share-icon a {
	text-decoration: none !important;
}
.read-time {
	color: var(--White-100, #FFF);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	display: flex;
	gap: 4px;
	position: relative;
}
.modi-date {
	color: var(--White-100, #FFF);
	font-size: 14px;
	font-weight: 400;
	line-height: normal; /* 142.857% */
}
.read-time:before {
	content: url(/wp-content/uploads/2026/04/Clock.svg);
}
.d-none {
	display: none;
}
.single-post-holder {
	display: flex;
	gap: 80px;
	padding: 100px 0;
	margin: 0;
}

.post-content {
	width: 100%;
	max-width: 946px;
}

.sidebar-1 {
	width: 100%;
	max-width: 253px;
}
.sidebar-1 .widget-title {
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 14px;
	font-weight: 700;
	line-height: 20px; 
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	align-items: center;
}
.sidebar-1 .widget-title:before {
	content: url(/wp-content/uploads/2026/04/ion_book-outline.svg);
	height: 16px;
	width: 16px;
}
body .ez-toc-widget-sticky-container ul li a {
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	text-decoration: none !important;
	border-left: 1px solid var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	background: transparent !important;
	padding: 8px 0 8px 24px;
}
body .ez-toc-widget-sticky-container li.active>a, 
body .ez-toc-widget-sticky-container li a:hover {
	color: var(--Midnight-Navy-100, #050E3B);
	font-weight: 700;
	border-left: 2px solid var(--Midnight-Navy-100, #050E3B);
}
body div.ez-toc-widget-sticky-container.is_stuck {
	box-shadow: none;
	background: transparent;
}
body .ez-toc-widget-container ul li a {
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	text-decoration: none !important;
	border-left: 1px solid var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	background: transparent !important;
	padding: 8px 0 8px 24px;
}
body .ez-toc-widget-container li.active>a, 
body .ez-toc-widget-container li a:hover {
	color: var(--Midnight-Navy-100, #050E3B);
	font-weight: 700;
	border-left: 2px solid var(--Midnight-Navy-100, #050E3B);
}
body div.ez-toc-widget-container ul.ez-toc-list {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 250px;
	overflow-y: scroll;
}
body div.ez-toc-widget-container.is_stuck {
	box-shadow: none;
	background: transparent;
}
body div.ez-toc-widget-container {
	margin-bottom: 40px;
}
.sidebar-1 a.toc-toggle {
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px; 
	text-decoration: none;
	margin-top: 16px;
	display: block;
}
.sidebar-1 a.toc-toggle:hover {
	color: var(--Midnight-Navy-100, #050E3B);
}
.custom-cta-widget {
	border-radius: 16px;
	background: var(--Midnight-Navy-100, #050E3B);
	padding: 32px 15px;
}
.cta-heading {
	color: var(--White-100, #FFF);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 8px !important;
}
.cta-paragraph {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px !important;
}
.cta-button-wrapper a.wp-block-button__link.cta-button {
	padding: 15px 10px;
	line-height: normal !important;
	display: flex;
	gap: 16px;
	font-size: 14px;
}
.custom-cta-widget .obligation {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	margin-top: 8px;
	margin-bottom: 0;
}
section.author-box {
	padding: 40px;
	border-radius: 16px;
	background: var(--Ghost-White-100, #FAFBFF);
}
.autho-info-wrap {
	display: flex;
	gap: 16px;
}
.author-avatar {
	width: 100%;
	max-width: 64px;
}
.author-avatar .avatar {
	border-radius: 100px;
}
.author-box-title span {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
}
.author-box-content p {
	margin-bottom: 0;
}
.author-box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.author-box-title .job-title {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform:capitalize;
}
.single .freePDF-sec .mainCol {
	flex-wrap: nowrap;
}
.single .wp-block-separator {
	margin-top: 40px;
	margin-bottom: 38px;
}
.single .wp-block-quote {
	margin: 0;
	padding: 16px 22px !important;
	border-left: 2.667px solid #1EB977 !important;
	margin-bottom: 58px;
}
.single .wp-block-quote p:first-of-type {
	color: #050E3B;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.single .wp-block-quote p:last-of-type {
	color: rgba(31, 41, 55, 0.45);
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 7px;
}
body.single .free-audit {
	padding: 32px 40px !important;
	margin-bottom: 57px;
}
body.single .free-audit .head {
	font-size: 28px;
	line-height: 36px;
}
body.single .free-audit .mainCol .subhead {
	font-size: 16px;
	line-height: 24px;
	max-width: 430px;
}
.single .wp-block-button.is-style-fill.custom-audit a {
	max-width: 213px !important;
}
body.single .free-audit.custom .obligation {
	max-width: 213px;
}
.single .post-content thead th {
	color: var(--Midnight-Navy-100, #050E3B);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: left;
	padding: 24px 32px 24px 31px;
	border: none;
}
.single .post-content table {
	border-radius: 16px;
}
.single .post-content thead {
	border-radius: 16px 16px 0 0;
	border: 1px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
}
.single .post-content tbody td {
	padding: 24px 32px;
	font-size: 16px;
	line-height: 24px;
	border: none;
}
.single .post-content tbody tr {
	border-right: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	border-bottom: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	border-left: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	background: var(--Ghost-White-100, #FAFBFF);
}
.single .wp-block-table {
	margin-bottom: 24px;
}
body .notice-box.notice {
	border-radius: 16px;
	border: 1px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18)) !important;
	padding: 24px;
	margin-bottom: 55px;
}
.noticebox_head {
	color: var(--Emerald-Green-100, #1EB977);
	font-size: 14px !important;
	line-height: 20px !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	margin-bottom: 8px !important;
}
.noticebox_text {
	color: var(--Charcoal-Gray-100, #1F2937);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0 !important;
}
.single .post-content ul li:last-child, .single .post-content ol li:last-child {
	margin-bottom: 0;
}
.category-card {
	border-radius: 16px;
	border: 0.3px solid var(--Charcoal-Gray-100, #1F2937);
	padding: 40px 24px;
}
.category-card:hover {
	border: 1px solid var(--Emerald-Green-100, #1EB977);
}
.category-card .category-icon {
	text-align: center;
	margin-bottom: 24px;
}
.category-card h3 {
	text-align: center;
	text-decoration: none !important;
	margin-bottom: 8px;
}
.category-card p {
	color: var(--Charcoal-Gray-100, #1F2937);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}
.category-card a:hover {
	text-decoration: none !important;
}
/* podcast master page */
.podcastBanner .wp-block-columns.forIcons {
	margin: 35px 0 0
}

.podcastBanner .wp-block-columns.forIcons .wp-block-column {
	display: grid;
	grid-template-columns: auto auto auto;
	max-width: max-content;
	gap: 40px;
	row-gap: 40px;
}

.podcastBanner .wp-block-columns.forIcons .wp-block-column figure {
	margin: 0
}

.podcastBanner .wp-block-columns.forIcons .wp-block-column figure:last-child {
	margin-left: 0px
}
.podcastBanner p {
	margin: 17px 0 38px 0px;
	line-height: 30px;
	color: #1F2937;
	font-size: 20px;
}
.wp-block-group.alignfull.podcastBanner {
	padding: 100px 24px;
}
.wp-block-columns.podcast-mainCol {
	column-gap: 52px;
}
.wp-block-group.alignfull.latestPodcast {
	padding: 100px 0 24px;
}
.wp-block-group.alignfull.latestPodcast {
	font-size: 20px;
	margin: 0;
	line-height: 30px;
}

.podcast-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-family: inherit; 
	padding-bottom: 32px;
}

.podcast-card {
	display: flex;
	align-items: center;
	padding: 40px 24px;
	background: #ffffff;
	border: 0.3px solid #050e3b26;
	outline: 1px solid transparent;
	border-radius: 16px;
	text-decoration: none !important;
	gap: 25px;
	transition: all 0.3s ease;
	box-shadow: 0px 4px 24px 0px #050E3B0D;
}

.podcast-card:hover, .podcast-card:focus {
	text-decoration: none;
}

.podcast-card:hover {
	border: 1px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	outline: 1px solid #1EB977;
}
.podcast-card:hover .podcast-title {
	color: #1eb977;
}
.podcast-number {
	font-size: 40px;
	font-weight: 800;
	color: #050E3B8F;
	min-width: 54px;
	text-align: left;
}

.podcast-image {
	flex-shrink: 0;
	max-width: 364px;
	border-radius: 4px;
	overflow: hidden;
}
.podcast-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.podcast-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 15px;
}
.podcast-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 2px;
}
.podcast-category {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 2px 15px;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 4px;
}
.cat-website-growth {
	color: #1eb977;
	border: 1px solid #1eb977;
	background: rgba(30, 185, 119, 0.05);
}
.cat-trending {
	color: #F57322;
	border: 0.3px solid #F57322;
	background: #F573222E;
}
.trending-icon {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
}
.cat-default {
	color: #6B7280;
	border: 1px solid #D1D5DB;
}
.podcast-episode-no {
	font-size: 16px;
	font-weight: 600;
	color: #050E3B8F;
	line-height: 26px;
}
.podcast-title {
	font-size: 28px;
	font-weight: 700;
	color: #111827;
	margin: 0;
	line-height: 32px;
	transition: color 0.3s ease;
}
.podcast-excerpt {
	font-size: 18px;
	color: #1F2937;
	line-height: 28px;
	margin: 0 !important;
	margin-bottom: 8px !important;
}
.podcast-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 14px;
	color: #6B7280;
}
.podcast-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.podcast-meta-item img {
	width: 16px;
	height: 16px;
}
.meta-sep {
	color: #9CA3AF;
}
.page-id-34509 .testiMian-sec {
	padding: 100px 24px 76px !important;
	background: #FAFBFF;
}
/* Single podcast page */

.podcast-links .wp-block-column figure.wp-block-image.size-large {
	margin: 0;
}
.podcast-links .wp-block-column {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
.single-podcast .single-blog-banner-container .single-blog-head {
	text-transform: capitalize;
	margin-bottom: 0px;
	padding-bottom: 40px;
	border-bottom: unset;
}
.single-podcast .youtube-video iframe {
	border-radius: 16px;
	max-height: 529px;
	margin-bottom: 50px;
}
.single .post-content ul.wp-block-list, .single .post-content ol.wp-block-list,
.page-template-Page-Desgin ul.wp-block-list, .page-template-Page-Desgin ol.wp-block-list {
	padding-left: 38px;
	margin-bottom: 40px;
}
.single .post-content ul.wp-block-list li, .single .post-content ol.wp-block-list li
.page-template-Page-Desgin ul.wp-block-list li, .page-template-Page-Desgin ol.wp-block-list li{
	margin-bottom: 16px;
	padding-left: 0px;
	font-size: 16px;
	line-height: 24px;
}
.single .post-content ul.wp-block-list li::marker, .page-template-Page-Desgin ul.wp-block-list li::marker {
	color: #1EB977;
}
.single-podcast .post-content p {
	margin-bottom: 20px; 
}
.single-podcast .share-label {
	text-transform: uppercase;
	color: #1EB977;
	font-weight: 700;
	display: block;
	margin-bottom: 16px;
	margin-top: 56px; 
}
.single-podcast .podcast-share {
	display: flex;
	gap: 10px;
}

body .popular-podcasts-section {
	background-color: #FAFBFF !important;
	padding: 80px 24px;
}
body .popular-podcasts-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
}
body .popular-podcasts-header h2 {
	color: #0b1130;
	margin: 0;
	font-weight: 700;
	font-size: 40px;
}
body .view-all-link {
	color: #1EB977;
	font-weight: 700;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 18px;
}
body .popular-podcasts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding-top: 56px;
}
body .podcast-cards, .podcast-cards a {
	overflow: hidden;
	position: relative;
	display: block;
	/* Forces theme defaults OFF */
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
	padding: 0;
}
body .podcast-cards:hover, 
.podcast-cards a:hover {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

body .podcast-cards img {
	width: 100%;
	aspect-ratio: 16 / 10; 
	height: auto;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	border: none !important;
}
body .podcast-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000000CC; 
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0; 
	transition: opacity 0.3s ease;
	border-radius: 12px;
}

body .podcast-cards:hover .podcast-card-overlay,
.podcast-cards a:hover .podcast-card-overlay {
	opacity: 1; 
}

body .view-episode-btn {
	color: #1EB977;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	gap: 16px;
	align-items: center;
}
body .view-all-link:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
body .view-episode-btn img {
	width: 16px !important;
	height: 14px !important;
}
/* Newsletter main page */
.wp-block-group.alignfull.news-Banner {
	padding: 80px 24px;
	background: var(--Midnight-Navy-100, #050E3B);
}
.wp-block-group.alignfull.news-Banner h1 {
	text-transform: capitalize;
	margin-bottom: 16px;
	color: #fff;
	max-width: 900px;
}
.wp-block-group.alignfull.news-Banner .subhead {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 40px;
}
.wp-block-column.news-Banner-inner h2 {
	font-size: 14px;
	color: #1EB977;
	line-height: 20px;
}
.wp-block-column.news-Banner-inner p {
	color: #FFFFFFB8;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 3px;
}
.wp-block-columns.news-BannerMain-col {
	margin: 0 auto !important;
	max-width: 1070px;
	width: 100%;
	margin-left: 0 !important;
	gap: 40px;
}
.view-all-news a.view-all-btn {
	color: var(--Emerald-Green-100, #1EB977);
	font-weight: 700;
	padding: 0;
	border: none;
	line-height: normal;
	display: flex;
	gap: 8px;
	align-items: center;
	box-shadow: none;
	text-decoration: none !important;
}
.view-all-news a.view-all-btn:after {
	content: url(/wp-content/uploads/2026/04/green-down-arrow.svg);
}
.view-all-news a.view-all-btn.btn-view-less:after {
	transform: rotate(180deg);
}
.view-all-news a.view-all-btn {
	margin-top: 40px;
}
.all-news-sec .explore-more-wrapper {
	padding-top: 80px;
}
.newsletter-posts-holder .year-holder h3 {
	margin-bottom: 40px;
}
li.wpb-post.single-news-holder {
	text-transform: unset !important;
}
.reusable-blocks-section h2 {
	font-size: 56px !important;
	line-height: 67px !important;
}
.page-id-18074 .testiMian-sec, .single-newsletter .testiMian-sec {
	background: #FAFBFF;
}
.page-id-18074 .log-work, .single-newsletter .log-work {
	background: #FAFBFF;
	margin: 0;
}
.single-post .author-social-icons {
	display: flex;
	gap: 12px;
}
.wp-block-group.alignfull.all-news-sec.newsletter-style {
	padding: 100px 24px;
}
.all-news-sec .explore-more-wrapper a{
	padding: 16px 40px;
}
.all-news-sec .explore-more-wrapper .wp-block-button:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
.yoast-breadcrumbs span a:focus {
	outline: none;
	border: none;
}
body .servics-IconsInner p {
	font-weight: 700;
	font-size: 18px !important;
	margin: 0 !important;
}
body .servics-IconsInner {
	box-shadow: 0px 4px 24px 0px #050E3B0D;
	padding: 24px;
	align-items: center;
	display: flex;
	border-radius: 16px;
	justify-content: center;
	border: 1px solid transparent;
}

body .servics-IconsInner figure {
	margin-right: 16px !important;
}
.wp-block-columns.servics-IconsMain {
	margin-top: 56px;
	gap: 25px;
}
body .servics-IconsInner:hover {
	border: 1px solid #1EB977;
	background: #BBFFE22E;
}
.wp-block-columns.maincol.service .innersub {
	color: #FFFFFFB8;
}
.wp-block-columns.text-headCol-service p {
	margin-bottom: 0 !important;
}
.wp-block-columns.text-headCol-service {
	margin-bottom: 80px;
}
.wp-block-group.alignfull.planStep-sec.service h2 {
	width: 100%;
	max-width: 1024px;
	color: #fff;
}
.wp-block-group.alignfull.planStep-sec.service .inner-para {
	color: #FFFFFFB8;
}
.wp-block-columns.mainCol.service {
	margin-bottom: 80px;
}

.wp-block-columns.fiveCol.inner {
	margin: 0;
}
.servics-IconsInner.driven p.inner-para {
	font-weight: 400;
	font-size: 14px !important;
	line-height: 20px;
	color: #1E1E1E99;
	display: flex;
}
.wp-block-column.servics-IconsInner.driven {
	display: block;
}

.wp-block-column.servics-IconsInner.driven img {
	width: 100% !important;
}
p.disclaimerPara {
	font-size: 14px;
	line-height: 20px;
}
.wp3-section-mant .growth-plan .wp-block-column.popCol p.disclaimerPara {
	color: #FFFFFF;
}
.wp-block-group.alignfull.result-grp {
	padding: 100px 24px;
}
.result-grp .inner-para {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 30px;
}
body .result-mainCol {
	padding-top: 80px;
	gap: 25px;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.wp-block-column.result-innerCol:hover {
	border: 1px solid #1EB977 !important;
	background: #BBFFE22E;
	outline: 1px solid #1EB977;
}
.wp-block-column.result-innerCol {
	padding: 40px 24px;
	border: 1px solid #050e3bcf;
	border-radius: 16px;
	outline: 1px solid transparent;
}
body .result-innerCol p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
}
.wp-block-column.result-innerCol h3 {
	font-size: 24px;
	line-height: 32px;
	margin-top: 16px;
}
.wp-block-group.alignfull.website-care {
	padding: 100px 24px;
	background: #050E3B;
}
.wp-block-columns.table-mainCol {
	padding-bottom: 56px; 
	column-gap: 80px;
}

.website-care .table-inner h2 {
	color: #fff;
}

.website-care .table-inner p {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFFB8;
	width: 100%;
	letter-spacing: 0.6px;
}
.wp-block-group.website-care .wp-block-table table {
	border-collapse: separate !important;
	border-spacing: 0 20px !important; 
	border: none !important;
	width: 100% !important;
	table-layout: fixed;
	min-width: 900px;
	margin: 0;
}

.wp-block-group.website-care .wp-block-table thead th {
	background: #BBFFE22E !important;
	color: #FFFFFF;
	padding: 30px 56px !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	border-top: 2px solid #1EB977 !important;
	border-bottom: 2px solid #1EB977 !important;
	border-left: none !important;
	border-right: none !important;
}

.wp-block-group.website-care .wp-block-table thead th:first-child {
	border-left: 2px solid #1EB977 !important;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	text-align: left;
	width: 50%;
}

.wp-block-group.website-care .wp-block-table thead th:last-child {
	border-right: 2px solid #1EB977 !important;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	text-align: center;
	width: 26%;
	padding-left: 22px !important;
}

.wp-block-group.website-care .wp-block-table tbody td {
	background: #FAFBFF14;
	color: #FFFFFF;
	padding: 24px 56px !important;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	border-top: 0.3px solid rgba(255, 255, 255, 0.4) !important;
	border-bottom: 0.3px solid rgba(255, 255, 255, 0.4) !important;
	border-left: none !important;
	border-right: none !important;
}

.wp-block-group.website-care .wp-block-table tbody td:first-child {
	border-left: 0.3px solid rgba(255, 255, 255, 0.4) !important;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	text-align: left;
}

.wp-block-group.website-care .wp-block-table tbody td:last-child {
	border-right: 0.3px solid rgba(255, 255, 255, 0.4) !important;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	text-align: center;
}

.wp-block-group.website-care .wp-block-table th:nth-child(2),
.wp-block-group.website-care .wp-block-table td:nth-child(2) {
	text-align: center;
	width: 20%;
}

.wp-block-group.website-care .wp-block-table td:nth-child(2) img,
.wp-block-group.website-care .wp-block-table td:nth-child(3) img {
	margin: 0 auto;
	display: block;
	width: 24px;
}
.wp-block-group.website-care figure.wp-block-table {
	margin: 0;
}
.wp-block-group.website-care .wp-block-table tbody tr:hover td {
	background: #BBFFE22E !important;
}
.wp-block-group.website-care.color .wp-block-table tbody tr:hover td {
	background: #ffff !important;
}
body .fontCol p {
	font-size: 20px !important;
	line-height: 30px !important;
}
.wp-block-group.alignfull.website-care .wp-block-buttons {
	margin-top: 56px;
}
.wp-block-columns.scheduleMain {
	margin: 0;
	padding-top: 80px;
	padding-bottom: 24px;
	column-gap: 48px;
}

.wp-block-column.schedule-inner {
	padding: 48px 48px 40px;
	border: 0.3px solid #050e3b40;
	outline: 1px solid transparent;
	box-shadow: 0px 4px 24px 0px #050E3B0D;
	border-radius: 16px;
}

.wp-block-column.schedule-inner:hover {
	border: 1px solid #1EB977;
	outline: 1px solid #1EB977;
	background: #BBFFE22E !important;
}

.wp-block-column.schedule-inner h3 {
	font-size: 28px;
	line-height: 36px;
}

.wp-block-column.schedule-inner p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.wp-block-column.schedule-inner .wp-block-buttons {
	margin-top: 48px;
}
.wp-block-column.schedule-inner .wp-block-button {
	width: 100%;
}
.growth-engineSec.haveBG .mainCol.img-content {
	gap: 32px;
	margin-bottom: 0;
	margin-top: 80px !important;
}
span.text-font {
	font-size: 16px;
	font-weight: 400;
}
.wp-block-group.website-care.options 
.wp-block-table thead th:first-child {
	width: 34.5%;
	padding-right: 0 !important;
}
.wp-block-group.website-care.options .wp-block-table th:nth-child(2),
.wp-block-group.website-care .wp-block-table td:nth-child(2) {
	width: 20%;
	padding-left: 12px !important;
	padding-right: 0 !important;
}
.wp-block-group.website-care.options 
.wp-block-table th:nth-child(3), 
.wp-block-group.website-care .wp-block-table td:nth-child(3) {
	width: 22%;
	padding-left: 55px !important;
	padding-right: 32px !important;
}
.wp-block-group.website-care.options
.wp-block-table thead th:last-child {
	width: 20.4%;
	padding-left: 56px !important;
}
.wp-block-group.alignfull.website-care.options .wp-block-columns.table-mainCol {
	column-gap: 23px;
}
.website-care.options p.scale {
	font-size: 16px;
	letter-spacing: 0px;
	display: flex;
	margin: 0 !important;

}
.website-care.options p.scale img {
	margin-right: 8px;
}
.float-img {
	float: left;
	margin-right: 16px;
	display: flex;
	height: 45px;
}
span.text-font.para {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px !important;
}

.table-inner.options p {
	margin-bottom: 16px;
}
.wp-block-group.custom-grp .inner-para {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wp-block-group.custom-grp p {
	margin-top: 16px !important;
	margin-bottom: 8px;
}
.wp-block-group.custom-grp .wp-block-buttons {
	margin-top: 32px;
}
.wp-block-columns.steps-main {
	column-gap: 80px;
}
.wp-block-columns.steps-main p {
	font-size: 20px;
	letter-spacing: 0.6px;
	color:#FFFFFFB8;
}
.wp-block-columns.steps-main h2 {
	color: #fff;
}
.planStep-sec > .mainCol.inner {
	max-width: 1224px;
	margin-bottom: 60px;

}
.planStep-sec .mainCol.inner .wp-block-column figure {
	width: 87px;
	height: 87px;
	margin-bottom: 23px;
}
.planStep-sec > .mainCol.inner.last {
	margin-top: 64px;
}
.planStep-sec > .mainCol.inner .wp-block-column:not(:last-child):after {
	height: 1px;
	/* 	top: 23%; */
}
.wp-block-group.custom-list {
	padding: 100px 24px;
}
.wp-block-group.custom-list .main-para {
	font-size: 20px;
	letter-spacing: 0.6px;
	margin-bottom: 0;
}
.wp-block-columns.custom-listMain {
	margin: 0;
	padding-top: 80px;
	column-gap: 80px;
	padding-left: 40px;
}
.custom-listInner p.para-head {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: capitalize;
}
.custom-listInner p.para-inner {
	margin-top: 4px;
	margin-bottom: 40px;
	max-width: 560px;
	letter-spacing: 0.4px;
	font-size: 16px;
	line-height: 24px;
}
.custom-listInner p.para-head {
	position: relative;
}

.custom-listInner p.para-head::before {
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2026/03/trans-tick-green.svg') no-repeat center;
	background-size: contain;
}
.growth-engineSec.haveBG .mainCol.inner {
	gap: 42px;
	margin-bottom: 0;
}
.width-para {
	max-width: 793px !important;
	margin: 0 auto;
	margin-bottom: 0;
}
.wp-block-group.website-care.color .wp-block-table thead th {
	color: #050E3B;
}
.wp-block-group.website-care.color .wp-block-table tbody td {
	background: #FFFFFFB8;
	color: #050E3B;
	border-top: 0.3px solid #FFFFFFB8 !important;
	border-bottom: 0.3px solid #FFFFFFB8 !important;
}
ul.wp-block-list.green-icon li {
	list-style: none;
	display: flex;
	gap: 8px;
	margin-bottom: 4px;
}
ul.wp-block-list.green-icon li:before {
	content: url(/wp-content/uploads/2026/03/trans-tick-green.svg);
	margin-top: 4px;
}
ul.wp-block-list.green-icon {
	padding-left: 0;
}
ul.wp-block-list.green-icon.red li:before {
	content: url(/wp-content/uploads/2026/04/red-cross.svg);
}
.wp-block-column.result-innerCol h2 {
	font-size: 40px;
	line-height: 46px;
}
body p.head-growth {
	font-size: 24px !important;
	line-height: 32px !important;
}
.custom-listInner p.para-inner.custom {
	margin-top: 8px;
	margin-bottom: 12px;
}
.planStep-sec > .mainCol.inner.line .wp-block-column:not(:last-child):after {
	height: 1px;
	top: 20%;
}

body .dev-guideSec.lms {
	background: #050E3B;
}
.wp-block-column.schedule-inner.lms {
	background: #fff;
}
body .dev-guideSec.lms h2 {
	color: #fff;
}
body .dev-guideSec.lms p {
	color: #FFFFFFB8;
}
.schedule-inner.lms {
	transition: all 0.3s ease;
}
.schedule-inner.lms:hover h3 {
	color: #fff;
}
.wp-block-column.schedule-inner.lms:hover {
	color: #FFFFFFB8;
}
.wp-block-columns.scheduleMain.lms {
	padding-bottom: 56px;
}
.growth-engineSec.haveBG .subhead.story {
	max-width: 1200px;
}
.wp-block-column.custom-listInner.story .para-head.data, .para-inner.data {
	font-size: 18px !important;
	line-height: 30px !important;
	margin-top: 0 !important;
	margin-left: 40px;
}
.custom-listInner.story p.para-inner {
	margin-bottom: 16px;
}
body .free-audit.back-blue.story a.wp-block-button__link.wp-element-button {
	max-width: 325px;
	text-transform:capitalize;
}
body .free-audit.back-blue.story .obligation {
	max-width: 310px;
}
body .portfolio-mainSec.story {
	background: #050E3B;
}
body .portfolio-mainSec.story h2 {
	color: #fff;
}
body .portfolio-mainSec.story p {
	color: #FFFFFFB8;
}
body .free-audit.back-blue.story {
	margin-top: 56px;
}
body .portfolio-mainSec.story 
.conditions-service-cont-wrap
.title-website-wrapper h2 {
	color: #050E3B;
}
body .portfolio-mainSec.story 
.conditions-service-cont-wrap p {
	color: #1F2937;
}
body .portfolio-mainSec.story 
.conditions-service-cont-wrap:hover
.title-website-wrapper h2 {
	color: #FFF;
}
body .portfolio-mainSec.story 
.conditions-service-cont-wrap:hover p {
	color: #FFFFFF;
}
.wp-block-columns.growth-plan.inner .story h3 {
	font-size: 40px;
	line-height: 46px;
}
.wp-block-columns.growth-plan.inner p.perfectPara {
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 27px;
}
.wp-block-column.popCol.story p {
	color: #ffff;
}
.wp-block-column.popCol.story h3 {
	color: #fff;
}
.wp-block-columns.speedMaincol {
	background: #050E3B;
	border-radius: 16px;
	padding: 40px 120px;
}
.wp-block-columns.speedMaincol h2 {
	color: #fff;
	font-size: 40px;
}
.wp-block-columns.speedMaincol {
	background: #050E3B;
	border-radius: 16px;
	padding: 40px 120px;
}
.wp-block-columns.speedMaincol h2 {
	color: #fff;
	font-size: 40px;
	letter-spacing: 0px;
}
.pagespeedSearch {
	display: flex;
	gap: 16px;
}
.pagespeedSearch input {
	max-width: 350px;
	padding: 17px 24px;
	height: 54px;
	font-size: 14px;
	line-height: 20px;
	color: #050E3B8F;
	margin: 0 !important;
}
.pagespeedSearch button {
	height: 54px;
	width: 193px;
}
.pagespeedSearch button:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
.wp-block-group.alignfull.speedSec {
	padding: 100px 24px;
}
.speedSec .wp-block-columns.text-headCol {
	margin-top: 80px;
	margin-bottom: 80px;
}
.wp-block-column.owl-carousel.pagespeed-touch img {
	height: 520px;
	width: 620px;
	border-radius: 16px;
}
.wp-block-column.owl-carousel.pagespeed-touch .owl-nav {
	display: none;
}
div#psi-results {
	margin: 0 !important;
}
.wp-block-columns.result-mainCol.coach-sec .wp-block-column.result-innerCol h2 {
	font-size: 28px;
	line-height: 36px;
	color: #050E3B;
	font-weight: 400;
	letter-spacing: 0%;
	text-transform:capitalize;
}

.wp-block-columns.result-mainCol.coach-sec .wp-block-column.result-innerCol:hover h2 {
	color: #1EB977 !important;
}
body .growth-engineSec.haveBG.grp-color {
	color: #FFFFFFB8;
}
body .growth-engineSec.haveBG.grp-color h2{
	color: #ffff;
}
body .growth-engineSec.haveBG.grp-color .bold-para {
	color: #ffff;
}
.doc-space.growth-engineSec.haveBG .mainCol.img-content p {
	margin-top: 16px;
	margin-bottom: 36px;
}
.page-template-Page-Desgin figure img {
	margin-bottom: 24px;
	border-radius:16px;
}
.page-template-Page-Desgin .faqs-container {
	margin-bottom: 40px;
}
body .custom-gap {
	margin-top: 56px;
}
.custom-listInner p.para-inner:last-child {
	margin-bottom: 0;
}
body .custom-gap .obligation {
	max-width: 235px !important;
}
body .agencyCta {
	margin-top: 0;
}
body .agencyCta .mainCol {
	margin-bottom: 0 !important;
}
body .agencyCta .wp-block-button.is-style-fill.custom-audit a {
	max-width: 218px !important;
}
body .agencyCta .obligation {
	max-width: 230px !important;
	color: white !important;
	text-align:center
}
.wp-block-columns.scheduleMain.agency {
	padding-bottom: 48px;
}
.wp-block-group.alignfull.ourTeam {
	padding: 100px 24px;
}
.ourTeam .wp-block-column {
	position: relative;
	overflow: hidden;
	border-radius: 16px; 
	transition: all 0.3s ease;
}
.ourTeam .wp-block-column figure {
	margin: 0 !important;
}
.ourTeam .wp-block-column img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform 0.5s ease;
}
.ourTeam h2.wp-block-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1EB977 !important; 
	color: #ffffff !important; 
	margin: 0 !important;
	padding: 30px 24px;
	text-align: center;
	letter-spacing: 1.8px;
	font-size: 32px !important; 
	font-weight: 700;
	border-radius: 0 0 16px 16px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 10;
}
.ourTeam .wp-block-column:hover h2.wp-block-heading {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.ourTeam .wp-block-column:hover img {
	transform: scale(1.05);
}
.ourTeam h2.wp-block-heading .ez-toc-section {
	display: block;
}
.wp-block-columns.owners {
	gap: 40px;
}
.wp-block-columns.staff {
	margin-top: 40px;
	gap: 40px;
}
.hidden-podcast{
	display:none !important;
}
.wp-block-buttons.podcast-btn {
	text-align: center;
}
.pagespeedSearch img {
	width: 40px;
}
.psi-results{
	display: flex;
	justify-content: space-evenly;
}
.psi-report {
	background: white;
	border: 2px solid #050E3B;
	padding: 20px;
	margin-top: 20px;
	border-radius: 14px;
}
.psi-report h3 {
	margin-top: 0;
	text-align:center;
}
.psi-score {
	display: flex;
	font-size: 16px;
	margin: 20px 0;
	align-items: center;
	gap: 40px;
	flex-direction: column;
}
.psi-score-value {
	font-weight: bold;
	color: #4CAF50;
}
.psi-metrics {
	list-style: none;
	padding-left: 0;
}
.psi-metrics li {
	margin-bottom: 10px;
}
div#psi-results {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
}

div#desktop .speedimg img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.psi-score {
	min-height: 328px;
}
.psi-report h3 {
	margin: 20px !important;
}
.psi-score img {
	border: 2px solid;
	margin-bottom: 20px;
	object-fit: contain;
}
.progress-circle-inner {
	width: 80%;
	height: 80%;
	background-color: #e0f2f1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#progressCircle {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-buttons.podcast-btn .wp-block-button:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
body .lawyers-service {
	margin-top: 0;
}
body .wp-block-group.lawyers-cta .wp-block-button.is-style-fill.custom-audit a {
	max-width: 325px !important;
}
body .wp-block-group.lawyers-cta {
	margin-top: 56px;
}
body .wp-block-group.lawyers-cta .obligation {
	max-width: 320px;
}
.wp-block-group.news-formGrp {
	background: #050E3B;
	border-radius: 16px;
	background: #050E3B;
	border-radius: 16px;
	padding-top: 34px;
	padding-bottom: 40px;
	margin-bottom: 100px;
}

.wp-block-column.news-formInner h2 {
	font-size: 40px;
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: 0.1px;
}

.wp-block-column.news-formInner p {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFFB8;
	margin-top: 8px;
	letter-spacing: 0.5px;

}

.wp-block-column.news-formInner2 p {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 7px;
	letter-spacing: 0.6px;
}
body .wp-block-column.news-formInner2 .gform_wrapper.gravity-theme .gfield_label {
	color: white;
}
.wp-block-columns.news-formMain {
	max-width: 1040px;
}
.wp-block-column.news-formInner2 
.gform_wrapper.gravity-theme .gfield input.large {
	height: 54px;
}
.wp-block-group.free-audit.back-blue.request .custom-audit a {
	max-width: 228px !important;
}
.wp-block-group.free-audit.back-blue.request .obligation {
	max-width: 234px !important;
}
.wp-block-columns.step-content {
	padding-top: 0;
	padding-bottom: 100px;
}
.wp-block-group.alignfull.growth-engineSec.haveBG.step {
	padding-bottom: 80px !important;
}
/*PopUp CSS*/
div#popmake-30545,
div#popmake-30578 {
	width: 95%;
	max-width: 420px !important;
	margin: 0 auto;
	left: 0 !important;
	right: 0;
	border-radius: 6px;
}
.wpmd-onclick-popup .popForm .gform_wrapper.gravity-theme.gform-theme--no-framework {
	background: unset;
	padding: 0;
}
.wpmd-onclick-popup p.headd {
	font-size: 20px;
	background: #1fb977;
	margin-bottom: 25px;
	padding: 20px 30px;
	color: #fff;
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}
.wpmd-onclick-popup .innerWrap {
	border-radius: 6px;
}
.wpmd-onclick-popup .popForm {
	padding: 0 25px 20px;
}
.wpmd-onclick-popup input[type="text"], .wpmd-onclick-popup input[type="email"] {
	border: 1px solid #1e1e1e;
}
.wpmd-onclick-popup label.gform-field-label.gform-field-label--type-inline {
	color: #1e1e1e;
}
body div#popmake-30545 button.pum-close.popmake-close,
body div#popmake-30578 button.pum-close.popmake-close{
	color: #fff;
	background: #050E3B !important;
	border-radius: 50px !important;
	font-size: 26px !important;
	font-weight: 400;
	top: -7px !important;
	right: -10px!important;
	transform: rotate(45deg) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	line-height: 30px !important;
}
.wpmd-onclick-popup label.gform-field-label.gform-field-label--type-inline a,
.wpmd-onload-popup label.gform-field-label.gform-field-label--type-inline a {
	font-weight: 700;
}
.pum-container.popmake.theme-13593 {
	max-width: 900px !important;
	margin: 0 auto;
	width: 95%;
	border-radius: 16px;
}
.wpmd-onload-popup .head {
	font-size: 20px;
	font-weight: 700;
}
.pum-theme-13593 .pum-content + .pum-close, 
.pum-theme-default-theme .pum-content + .pum-close {
	top: 10px !important;
	right: 10px !important;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/2022/12/cross-icon.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	background-color: #fff;
	border-radius: 100%;
}
.pum-theme-13593 html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
	border-radius: 16px;
}
body .result-mainCol.coach-sec {
	margin-bottom: 80px;
}
.wp-block-columns.result-mainCol.white-text h2 {
	color: white !important;
}
.wp-block-columns.result-mainCol.white-text p {
	color: #FFFFFFB8;
}
.white-text .wp-block-column.result-innerCol {
	border: 1px solid #FFFFFFB8;
}
.wp-block-group.p-80.new-list {
	padding: 54px 0px;
}
.wp-block-group.p-80.new-list li strong {
	max-width: 228px;
	width: 100%;
}
.wp3-section-mant .growth-plan ul li.fs-list.li:before {
	content: " ";
	width: 24px;
	height: 24px;
	background: url(https://wpminds.com/wp-content/uploads/2026/04/cross.svg);
}
.wp-block-group.alignfull.lawyers-service .col-learn:after {
	content: " ";
	background: url(https://wpminds.com/wp-content/uploads/2026/05/Arrow-4-1-1.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
}
.ast-pagination {
	margin-bottom: 30px;
}
.services-sec .innerCol > .wp-block-column {
	position: relative;
}

p.clickable a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
}

p.clickable {
	margin: 0;
	font-size: 0;
}

body .services-sec .innerCol .col-learn {
	margin-bottom: 0;
}
.gfield_description.gfield_consent_description {
	display: none;
}
/* Pro Tip Block CSS */
body .notice-box.notice , 
body .pro-tip-block{
	background-color: #203d4e !important;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 0px #00000033;
}
body .notice-box.notice p, 
body .pro-tip-description p{
	margin-bottom: 10px !important;
	font-style: italic !important;
	color: #fff !important;
}
body .notice-box.notice .wp-block-heading, 
body .pro-tip-heading{
	color: #fff !important;
	margin-bottom: 10px !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}
body.single .post-content .pro-tip-block a {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-decoration-line: underline !important;
}
body .help-sec .mainCol.last {
	margin-top: 24px;
}
body .help-sec .mainCol.top{
	margin-bottom: 24px;
}
body .podcast-sec .wp-block-buttons.podcast-btn {
	display: none;
}
body .dev-guideSec .mainCol.last-main .wp-block-column.lineHide:empty {
	display: none;
}
body .dev-guideSec .mainCol.last-main.col .wp-block-column{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
body .dev-guideSec .mainCol.last-main.col .wp-block-column:before {
	content: "";
	width: 0.3px;
	height: 213px;
	position: absolute;
	background: #1F2937;
	right: unset;
	top: 13px;
	left: -20px;
}

/* NEW_PAGE */
.wp-block-group.alignfull.case-grp {
	padding: 0px 20px;
}
body .wp-block-column.real-growthCol {
	display: flex;
}
.wp-block-column.case-innerCol {
	display: flex;
}
/* SECTION */
.case-studies-section{
	padding:80px 0px 100px;
}

.container{
	max-width:1300px;
	margin:0 auto;
}

/* 3 CARDS */
.case-studies-columns{
	display:flex;
	gap:25px;
}

/* CARD */
.case-study-card{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 10px 30px rgba(0,0,0,.06);
	border:1px solid #e6eef5;
}

/* HEADER */
.case-study-header {
	background: #050E3B;
	padding: 24px;
}

/* TOP ROW */
.case-study-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}

.case-study-label {
	color: #1EB977;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.case-study-duration {
	display: flex;
	color: rgba(255, 255, 255, 0.45);
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

/* MAIN ROW */
.case-study-top{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.case-study-title {
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0px;
}

.case-study-location {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

/* RIGHT STATS */
.case-study-right{
	text-align:right;
}

.stat-number {
	color: #1EB977;
	text-align: right;
	font-family: "DM Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: -4px;
}

.case-study-stat {
	color: var(--White-200, rgba(255, 255, 255, 0.72));
	text-align: right;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/* TAGS */
.case-study-tags{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-top:18px;
}

.case-study-tag {
	color: #1EB977;
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	border-radius: 4px;
	border: 0.3px solid var(--Emerald-Green-100, #1EB977);
	background: var(--Emerald-Green-200, rgba(187, 255, 226, 0.18));
	padding: 2px 12px;
}

/* CONTENT */
.case-study-content{
	padding:24px;
}

.case-study-alert {
	color: var(--Alert-100, #EF4444);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	padding: 0px 0px 7px 32px;
}
.case-study-alert::before {
	content: " ";
	background: url(https://wpminds.com/wp-content/uploads/2026/06/exlamation.png);
	width: 28px;
	height: 28px;
	display: flex;
	background-repeat: no-repeat;
	position: absolute;
	left: -4px;
}

.case-study-success {
	margin-top: 16px;
	color: #1EB977;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 0px 0px 7px 32px;
	position: relative;
}
.case-study-success::before {
	content: " ";
	background: url(https://wpminds.com/wp-content/uploads/2026/06/tick.png);
	width: 28px;
	height: 28px;
	display: flex;
	background-repeat: no-repeat;
	position: absolute;
	left: -4px;
}

.case-study-content p {
	color: #1F2937;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 3px;
	padding: 0px 4px 7px 32px;
}

/* DIVIDER */
.case-study-divider {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	color: rgba(5, 14, 59, 0.35);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

/* BEFORE AFTER */
.case-study-images{
	display:flex;
	gap:10px;
	margin-top:15px;
}

.case-study-images .before,
.case-study-images .after{
	flex:1;
}

.case-study-images img{
	width:100%;
	border-radius:8px;
	border:1px solid #e5e7eb;
}

.case-badge {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;
	margin-bottom: 6px;
	color: #FFF;
	font-family: "DM Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.case-before{ background: #EF4444; }
.case-after{ background: #1EB977;}


/* NEW_Popup */

.audit-popup {
	display: flex;
	padding: 40px 40px 13px;
	gap: 40px;
	border-radius: 16px;
	width: 900px;
}

body.wp-singular.page-template-default.page.page-id-40436 .pum-theme-13593 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	top: 10px !important;
	right: 10px !important;
	width: 40px;
	height: 40px;
	background: url(https://wpminds.com/wp-content/uploads/2026/06/cross.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	background-color: #fff;
	border-radius: 100%;
}
/* Left */
.popup-image{
	position:relative;
}
.popup-image img {
	width: 390px;
	object-fit:cover;
	height: 53px;
}

.popup-overlay {
	position: absolute;
	left: 24px;
	top: 84px;
	color: #fff;
	max-width: 307px;
	width: 100%;
}

.popup-overlay h2 {
	color: #fff;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1.0px;
}

/* Right */
.popup-form{
	width:58%;
}

/* Gravity Styling */
.popup-form .gform_wrapper input,
.popup-form .gform_wrapper textarea{
	padding:15px !important;
	border:1px solid #ddd !important;
	border-radius:8px !important;
}

.popup-form .gform_button {
	background: #1EB977;
	box-shadow: 0 4px 18px 0 rgba(5, 14, 59, 0.12);
	margin-bottom: -11px !important;
	margin-top: 9px;
}
.popup-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	color: rgba(5, 14, 59, 0.56);
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}
.popup-emSubmit {
	color: var(--Midnight-Navy-200, rgba(5, 14, 59, 0.56));
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left !important;
}
.popup-form textarea{
	min-height: 119px !important;
}
.popup-form input#input_64_8_1 {
	margin-right: 7px;
}
@media (max-width: 1400px) {
	body .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
		grid-template-columns: 240px 277px 269px 231px;
	}
	.wp-block-group.website-care .wp-block-table thead th {
		padding: 30px 40px !important;
	}
	.wp-block-group.website-care .wp-block-table thead th:first-child {
		width: 40%;
	}
	.wp-block-group.website-care .wp-block-table tbody td {
		padding: 24px 40px !important;
	}
	.pagespeedSearch button {
		width: 200px;
	}
	.case-study-header {
		padding: 24px 15px;
	}
}

@media (max-width: 1200px) {
	.wp-block-table.d750 .has-fixed-layout {
		width: 700px;
	}
	.case-studies-columns {
		display: flex;
		gap: 13px;
	}
	.case-study-location {
		max-width: 136px;
	}
	.case-study-stat {
		font-size: 15px;
	}
	.site-content h3 {
		font-size: 28px;
	}
	.stat-number {
		font-size: 23px;
	}
	.wpb-card-category a {
		padding: 2px 10px;
	}
	body .wpb-card-title {
		font-size: 26px;
	}
	body .servicesMain-sec .fiveCol .wp-block-column {
		padding: 20px;
	}
	body .loveit {
		padding: 40px 24px;
	}
	body .portfolio-mainSec .free-audit .mainCol {
		gap: 40px;
	}
	.portCol-cont {
		padding: 24px;
	}
	.new-portfolio-section {
		gap: 24px;
	}
	.tag-wrap {
		flex-wrap: wrap;
	}
	.about-herosec .wp-block-buttons {
		flex-direction: column;
	}
	.about-herosec .wp-block-buttons .wp-block-button {
		width: 100%;
	}
	.site-header-section .ast-builder-menu:before {
		left: 15px;
	}
	.site-content h1 {
		font-size: 62px;
		line-height: 68px;
	}
	.site-content h2 {
		font-size: 42px;
		line-height: 48px;
	}
	.site-content h3 {
		font-size: 32px;
	}

	body .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
		grid-template-columns: 164px 211px 235px 217px;
	}  
	.ast-custom-button {
		font-size: 16px !important;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.ast-builder-menu .main-navigation>ul {
		display: flex;
		gap: 8px;
		margin-left: 30px;
	}
	body .ast-builder-menu-1 .menu-item > .menu-link {
		font-size: 15px;
	}
	header .custom-logo-link img {
		max-width: 160px;
	}	
	.pod-title {
		font-size: 20px;
		line-height: 28px;
		max-width: 630px;
		align-items: center;
	}
	.site-below-footer-wrap .ast-builder-footer-grid-columns ul#astra-footer-menu {
		gap: 20px;
	}
	.site-below-footer-wrap.ast-builder-grid-row-container {
		padding-left: 0;
		padding-right: 0;
	}
	.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
		gap: 0px;
	}
	.site-below-footer-wrap .ast-builder-footer-grid-columns ul#astra-footer-menu {
		gap: 13px;
	}
	.experience-sec .mainCol {
		gap: 60px;
	}
	body .free-audit .mainCol {
		gap: 8px;
	}
	.wp-block-group.website-care .wp-block-table thead th:first-child {
		width: 30%;
	}
	.wp-block-columns.steps-main {
		column-gap: 40px;
	}
	.wp-block-columns.speedMaincol {
		padding: 40px 60px;
	}
}
@media (min-width: 1025px) {
	.sidebar-1 {
		position: sticky;
		top: 120px;
		align-self: flex-start;
		height: fit-content;
	}
	.ast-container,
	.site-content,
	#content {
		overflow: visible !important;
	}
}
@media (max-width: 1024px) {
	.wp3-section-mant .growth-plan .populaar {
		top: 18px;
	}
	.wpb-blog-grid-wrap {
		padding: 60px 0 40px;
	}
	.case-study-location {
		max-width: max-content;
	}
	.case-studies-columns {
		flex-direction: column;
		max-width: 600px;
		width: 100%;
		justify-content: center;
		margin: 0 auto;
	}
	.wpb-post-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-bottom: 24px;
	}
	.wpb-blog-card {
		padding: 24px;
	}
	.wp-block-column.competitive-col.is-layout-flow.wp-block-column-is-layout-flow	{
		max-width: 566px;
	}
	body .wpb-card-title {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.wpb-card-meta {
		gap: 8px;
	}
	.wpb-card-meta .meta-date, .wpb-card-meta .meta-read-time {
		gap: 4px;
	}
	.blog-cta .subhead {
		margin-bottom: 24px;
	}
	body .main-banner-area {
		padding: 60px 24px !important;
	}
	body .main-banner-area .subhead {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	body .get-in {
		padding: 60px 24px !important;
	}
	ul.term-list {
		flex-wrap: wrap;
	}
	body .port-banner-sec .subhead {
		font-size: 18px;
		line-height: 28px;
	}
	li.filter-term {
		font-size: 20px;
		line-height: 28px;
	}
	ul.term-list {
		gap: 16px;
	}
	body .port-banner-sec {
		padding: 60px 24px 0px !important;
	}
	body .topTerm-sec {
		padding: 40px 24px 60px;
	}
	body .port {
		padding: 0px 0 60px !important;
	}
	.wp-block-group.NEWsection1.alignfull {
		margin-top: 60px;
	}
	.alignfull.port .free-audit.back-blue {
		margin-top: 40px;
	}
	.port-button-wrap {
		margin-top: 32px;
	}
	body .blog-banner-container {
		padding: 60px 24px;
	}
	.explore-by-categories {
		padding: 60px 0;
	}
	.posts-head {
		margin-bottom: 24px;
	}
	body .wpb-posts-list .wpb-post {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.post-by-categories {
		gap: 40px;
	}
	body .blog-banner-container .blog-subhead {
		font-size: 18px;
		line-height: 28px;
	}
	body .servicesMain-sec .fiveCol {
		flex-wrap: wrap !important;
		justify-content: center;
		gap: 30px;
		margin-bottom: 40px;
	}
	body .servicesMain-sec .fiveCol .wp-block-column {
		width: 100% !important;
		flex-basis: 100% !important;
		max-width: 310px;
	}
	body .growth-engineSec {
		padding: 60px 24px !important;
	}
	body .growth-engineSec .subhead {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	body .growth-engineSec .mainCol > .wp-block-column:first-child p {
		font-size: 18px;
		line-height: 28px;
	}
	body .growth-engineSec .mainCol ul li {
		font-size: 16px;
		line-height: normal;
		align-items:center;
	}
	body .growth-engineSec .mainCol {
		gap: 32px;
		margin-bottom: 40px;
	}
	body .growth-engineSec .innerCol .wp-block-column {
		padding: 24px;
	}
	body .growth-engineSec .innerCol .greenTex {
		font-size: 46px;
		line-height: normal;
	}
	body .growth-engineSec .innerCol .inWhie {
		font-size: 18px;
		line-height: 28px;
	}
	body .growth-engineSec .wp-block-buttons {
		margin-top: 24px;
	}
	body .wp3-section-mant {
		padding: 60px 24px !important;
	}
	body .wp3-section-mant .subhead {
		font-size: 18px;
		line-height: 28px;
	}
	.wp3-section-mant .growth-plan {
		margin-top: 40px;
		flex-wrap: wrap !important;
		justify-content: center;
	}
	.wp3-section-mant .growth-plan .wp-block-column {
		padding: 24px;
		width: 100%;
		flex-basis: 100%;
		max-width: 355px;
	}
	.wp3-section-mant .growth-plan .wp-block-column .growth-head {
		margin-bottom: 16px;
	}
	.wp3-section-mant .growth-plan .wp-block-buttons {
		margin-top: 16px;
		padding-bottom: 16px;
	}
	.wp3-section-mant .growth-plan .include {
		font-size: 20px;
		line-height: 30px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.wp3-section-mant .growth-plan ul {
		margin-top: 16px;
	}
	.wp3-section-mant .growth-plan ul li {
		margin-bottom: 16px;
	}
	p.after-list {
		font-size: 16px;
		line-height: 26px;
	}
	p.after-list br {
		display: none;
	}
	body .loveit {
		margin-top: 40px;
	}
	body .loveit .loveSub {
		font-size: 18px;
		line-height: 28px;
	}
	body .growth-sec {
		padding: 60px 24px !important;
	}
	body .growth-sec .subhead {
		font-size: 18px;
		line-height: 28px;
	}
	body .growth-sec .mainGRCol {
		margin-top: 40px;
	}
	body .growth-sec .mainGRCol .wp-block-column {
		padding: 24px;
	}
	body .growth-sec .mainGRCol .green-check li {
		margin-bottom: 16px;
	}
	.faq-sec .free-audit.back-blue {
		margin-top: 40px;
	}
	.wp3-section-mant .growth-plan {
	}
	body .loveit .loveCol {
		flex-direction: column;
		text-align: center;
	}
	.servicesMain-sec .threeCol .wp-block-buttons a.wp-block-button__link.wp-element-button {
		padding: 16px 20px 24px;
	}
	body .servicesMain-sec .subhead, 
	body .portfolio-mainSec .subhead {
		font-size: 18px;
		line-height: 28px;
	}
	body .servicesMain-sec {
		padding: 60px 24px !important;
	}
	body .servicesMain-sec .text-headCol, 
	body .portfolio-mainSec .text-headCol {
		margin-bottom: 40px;
	}
	.servicesMain-sec .threeCol:nth-child(5) {
		margin-bottom: 40px;
	}
	body .portfolio-mainSec {
		padding: 60px 24px !important;
	}
	.servicesMain-sec .threeCol .innerCol {
		padding: 0px 20px 20px;
	}
	.servicesMain-sec .threeCol .innerhead {
		font-size: 20px;
		line-height: 30px;
	}
	.servicesMain-sec .threeCol ul {
		padding: 20px 20px 0;
	}
	.servicesMain-sec .threeCol > .wp-block-column {
		padding: 20px 0 80px;
	}
	.servicesMain-sec .threeCol {
		gap: 16px;
		margin-bottom: 16px;
	}
	.new-portfolio-section {
		gap: 20px;
	}
	.new-portfolio-section .title-website-wrapper a.button {
		padding: 10px 11px;
	}
	.new-portfolio-section .title-website-wrapper h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.shortDesc-text {
		margin-top: 16px;
	}
	.tag-wrap {
		margin-top: 16px;
	}
	body .main-bann {
		padding: 60px 24px !important;
	}
	body .main-bann p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	body .aboutSec8 .compare-col {
		padding: 24px 32px;
		gap: 40px;
	}
	body .aboutSec8 {
		padding: 60px 24px !important;
	}
	body .aboutSec8 .subhead {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
	body .aboutSec8 .mainCol {
		margin-top: 30px;
	}
	body .aboutSec8 .wp-block-buttons {
		margin-top: 40px;
	}
	body .aboutSec6 {
		padding: 60px 24px !important;
	}
	body .aboutSec6 .text-headCol .subhead {
		font-size: 18px;
		line-height: 28px;
	}
	body .aboutSec6 figure {
		margin-top: 50px;
	}
	body .aboutSec6 .multibtn {
		margin-top: 36px;
	}
	body .aboutSec3 .subhead {
		font-size: 18px;
		line-height: 28px;
	}
	body .about-herosec .mainCol {
		margin-bottom: 0;
	}
	body .aboutSec3 {
		padding: 60px 24px !important;
	}
	body .aboutSec3 .text-headCol {
		margin-bottom: 0;
	}
	body .aboutSec3 .teamCol h3 {
		font-size: 30px;
	}
	body .aboutSec3 .teamCol {
		flex-direction: column-reverse;
		gap: 30px;
		padding: 30px;
	}
	body .aboutSec3 .teamCol .green-check {
		margin-top: 24px;
	}
	body .aboutSec3 .goalCol {
		padding: 40px 40px;
		gap: 40px;
	}
	.site-header-section .ast-builder-menu:before {
		left: 10px;
		height: 28px;
		top: -2px;
	}
	body .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	header .custom-logo-link img {
		max-width: 124px;
	}
	.ast-builder-menu .main-navigation>ul {
		margin-left: 16px;
	}
	.ast-builder-menu  a.menu-link {
		font-size: 14px !important;
	}
	.ast-primary-header-bar.ast-primary-header {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.site-content h1 {
		font-size: 42px;
		line-height: 50px;
	}
	.site-content h2 {
		font-size: 38px;
		line-height: 46px;
	}
	.site-content h3 {
		font-size: 30px;
		line-height: 38px;
	}
	body .home-herosec {
		padding: 60px 0px 50px!important;
	}
	.case-studies-section {
		padding: 39px 0px 100px;
	}
	body .experience-sec {
		padding: 60px 0 60px !important;
	}
	body .experience-sec .subhead {
		line-height: 26px;
		font-size: 18px;
		max-width: 100%;
	}
	body .services-sec {
		margin-top: 60px;
		padding: 60px 24px !important;
	}
	body .help-sec {
		padding: 60px 24px !important;
	}
	body .testiMian-sec {
		padding: 60px 24px 60px !important;
	}
	body .log-work {
		padding: 0 24px 60px !important;
	}
	body .developing-sec {
		padding: 60px 24px !important;
	}
	body .developing-sec .subhead {
		max-width: 100%;
		font-size: 18px;
		line-height: 26px;
	}
	body .inner-group {
		margin-top: 45px;
		padding: 60px 24px;
	}
	body .planStep-sec {
		padding: 60px 24px !important;
	}
	body .podcast-sec {
		padding: 60px 24px !important;
	}
	.pod-title {
		font-size: 18px !important;
		line-height: 26px !important;
		max-width: 430px;
		align-items: center;
	}
	body .dev-guideSec {
		padding: 60px 24px !important;
	}
	body .faq-sec {
		padding: 60px 24px !important;
	}
	.services-sec .innerCol .deep-inner .col-head {
		font-size: 24px;
		line-height: 32px;
	}
	.video-section .video-item .quote-text {
		font-size: 22px;
		line-height: 32px;
	}
	.testiMian-sec .subhead {
		font-size: 18px;
		line-height: 26px;
	}
	body .home-herosec .subhead {
		font-size: 18px;
		line-height: 26px;
	}
	body .services-sec .subhead {
		font-size: 18px;
		line-height: 26px;
	}
	body .free-audit .subhead {
		font-size: 18px;
		line-height: 26px;
	}
	.experience-sec .mainCol .counter-text strong {
		font-size: 36px;
	}
	.experience-sec .mainCol .counter-text {
		font-size: 18px;
		line-height: 26px;
	}
	.video-section .video-item .nameClient {
		font-size: 20px;
		line-height: 26px;
	}
	.planStep-sec .mainCol {
		grid-template-columns: repeat(2, 1fr);
		display:grid;
		gap: 60px 40px;

	}
	.planStep-sec > .mainCol {
		margin-top: 60px;
	}
	.planStep-sec .free-audit.back-blue {
		margin-top: 60px;
	}

	.planStep-sec .mainCol .wp-block-column:nth-child(2n):after {
		display: none;
	}
	.planStep-sec .mainCol .wp-block-column:nth-child(odd):after {
		display: block;
		width: calc(100% + 40px - 84px);
	}
	.listen-pod {
		align-items: center;
		line-height: 16px;
	}
	body .dev-guideSec > .mainCol {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	body .dev-guideSec .innerhead {
		font-size: 22px;
		line-height: 26px;
		margin-top: 18px;
	}
	body .dev-guideSec .mainCol.last-main {
		margin-bottom: 70px;
	}
	.freePDF-sec .mainCol {
		padding: 50px 40px;
		gap: 40px;
	}
	.freePDF-sec .mainCol .bott-pdf {
		margin-top: 25px;
	}
	body .faq-sec .subhead {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 50px;
	}
	.faq-singular .faq-question {
		font-size: 20px;
		line-height: 28px;
	}
	.faq-singular {
		padding: 20px 30px;
	}
	body .free-audit .mainCol {
		gap: 30px;
	}
	.ast-hfb-header .site-footer {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	body .free-audit .wp-block-button a.wp-block-button__link.wp-element-button:after {
		width: 20px;
		height: 14px;
	}
	body .dev-guideSec .subhead {
		font-size: 18px;
		line-height: 26px;
	}
	.freePDF-sec .mainCol .des {
		font-size: 18px;
		line-height: 26px;
	}
	.freePDF-sec .mainCol a.wp-block-button__link:after {
		height: 14px;
	}
	.ast-builder-html-element {
		text-align: left !important;
	}
	.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-2 {
		display: none;
	}
	.site-below-footer-wrap .ast-builder-footer-grid-columns ul#astra-footer-menu {
		justify-content: flex-start;
	}
	#astra-footer-menu .menu-item > a {
		padding: 0;
	}
	.footer-nav-wrap ul li {
		align-items: flex-start !important;
	}
	.ast-footer-copyright {
		text-align: left;
	}
	.site-below-footer-wrap .site-footer-section-2 {
		max-width: 100%;
		margin: 0;
	}
	.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
		gap: 20px;
		grid-template-columns: 1fr;
	}
	body .inner-group .subeadGrop {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 65px;
	}
	body .planStep-sec .subhead {
		font-size: 18px;
		line-height: 26px;
	}
	.planStep-sec .mainCol .inner-head {
		font-size: 22px;
		line-height: 30px;
	}
	.podcast-list {
		margin-top: 50px;
	}
	body .podcast-sec .subhead {
		font-size: 18px;
		line-height: 26px;
		max-width: 100%;
	}
	body .services-sec .innerCol {
		margin-top: 60px;
		grid-template-columns: repeat(2, 1fr);
	}
	body .help-sec h3 {
		font-size: 24px;
		line-height: 32px;
	}
	body .help-sec .wp-block-column p{
		line-height: 26px;
	}
	body .help-sec .subhead {
		max-width: 100%;
	}
	body .help-sec .mainCol {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.video-section {
		margin-top: 60px;
	}
	a.wp-block-button__link.wp-element-button {
		font-size: 16px;
	}
	body .free-audit.back-blue a.wp-block-button__link.wp-element-button {
		gap: 10px;
	}
	ul#ast-hf-mobile-menu {
		margin: 0;
	}
	.faq-singular .faq-answer p {
		font-size: 18px;
		line-height: 26px;
	}
	.subToggle + .sub-menu, 
	.subToggle ~ .sub-menu {
		display: none;
	}
	body .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
		display: none !important;
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		margin-bottom: 0;
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"] {
		min-height: auto;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding-top: 30px !important;
	}
	.footer-widget-area .widget-title {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 12px;
		position: relative;
	}
	.site-footer-primary-section-4 .widget_black_studio_tinymce {
		margin-top: 33px;
	}
	.ast-builder-grid-row-4-equal nav {
		display: none;
	}
	.site-footer-section {
		margin-bottom: 0 !important;
	}
	.site-footer-primary-section-4 .widget_black_studio_tinymce .textwidget {
		display: none;
	}
	body .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
		padding: 0px 0 16px;
	}
	.footer-widget-area .widget-title:after {
		content: url(/wp-content/uploads/2025/02/Mask-group.png);
		position: absolute;
		right: 0px;
		top: 0px;
		filter: brightness(0) saturate(100%) invert(52%) sepia(76%) saturate(464%) hue-rotate(102deg) brightness(98%) contrast(85%);
	}
	.footer-widget-area .widget-title.active:after {
		transform: rotate(90deg);
	}
	.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-2 {
		display: block;
		width: 180px;
		margin-bottom: 20px;
	}

	.wp-block-group.alignfull.podcastBanner {
		padding: 60px 24px;
	}
	.podcastBanner p {
		margin: 12px 0 25px 0px;
		line-height: 26px;
		font-size: 18px;
	}

	.podcastBanner .wp-block-columns.forIcons .wp-block-column {
		gap: 30px;
		row-gap: 30px;
	}
	.podcastBanner .wp-block-columns.forIcons {
		margin: 30px 0 0;
		justify-content: center;
	}
	.wp-block-columns.podcast-mainCol .wp-block-column.banner figure {
		float: unset;
		justify-content: center !important;
		display: flex;
	}
	.podcast-card {
		flex-direction: column;
		text-align: center;
		padding: 32px 24px 32px;
	}
	.podcast-categories {
		justify-content: center;
	}
	.podcast-content {
		gap: 10px;
		padding-left: 0;
	}
	.podcast-meta {
		justify-content: center;
	}
	.wp-block-group.alignfull.latestPodcast {
		padding: 60px 24px 0px;
	}
	.single-post-holder {
		padding: 60px 0;
	}
	.sidebar-1 {
		display: none;
	}
	.single-blog-banner-container {
		padding: 60px 24px !important;
	}
	.ast-container, .ast-container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
	.post-content {
		max-width: 100%;
	}
	body .popular-podcasts-section {
		background-color: #FAFBFF !important;
		padding: 60px 24px;
	}
	body .popular-podcasts-header h2 {
		font-size: 38px;
	}
	body .popular-podcasts-grid {
		gap: 25px;
		padding-top: 45px;
	}
	.single-podcast .youtube-video iframe {
		max-height: 450px;
		margin-bottom: 30px;
	}
	.single-podcast .share-label {
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.single .wp-block-quote {;
		margin-bottom: 40px;
	}
	body.single .free-audit {
		padding: 32px 24px !important;
		margin-bottom: 40px;
	}
	.single .entry-content .wp-block-image, .entry-content .wp-block-embed {
		margin-bottom: 40px;
	}
	body .notice-box.notice {
		margin-bottom: 40px;
	}
	.page-id-34509 .testiMian-sec {
		padding: 60px 24px 60px !important;
	}
	.wp-block-group.alignfull.news-Banner {
		padding: 60px 24px;
	}
	.wp-block-columns.news-BannerMain-col {
		gap: 25px;
	}
	.all-news-sec .explore-more-wrapper {
		padding-top: 60px;
	}
	.wp-block-group.alignfull.news-Banner .subhead br {
		display: none;
	}
	.single-newsletter .testiMian-sec h2{
		font-size: 38px !important;
		line-height: 46px !important;
	}
	.single-newsletter .entry-content
	.wp-block-image, .entry-content 
	.wp-block-embed .testiMian-sec {
		margin-bottom: 0px;
	}
	.wp-block-columns.text-headCol-service {
		margin-bottom: 35px;
	}
	.wp-block-group.alignfull.planStep-sec.service h2 {
		max-width: 100%;
	}
	.wp-block-group.alignfull.planStep-sec.service p {
		color: #FFFFFFB8;
	}
	.wp-block-columns.mainCol.service {
		margin-bottom: 40px;
	}
	.wp-block-group.alignfull.result-grp {
		padding: 60px 24px;
	}
	body .result-mainCol {
		padding-top: 59px;
		gap: 25px;
		margin: 0;
	}
	.wp-block-group.website-care .wp-block-table thead th {
		font-size: 20px;
	}
	.wp-block-group.website-care .wp-block-table thead th {
		padding: 24px 24px !important;
	}
	.wp-block-group.website-care .wp-block-table tbody td {
		padding: 24px 24px !important;
		font-size: 16px;
		line-height: 24px;
	}
	.wp-block-group.alignfull.website-care {
		padding: 60px 24px;
	}
	.website-care .table-inner p {
		font-size: 18px;
		line-height: 26px;
	}
	.wp-block-columns.table-mainCol {
		padding-bottom: 30px;
		column-gap: 25px;
	}
	body .fontCol p {
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.wp-block-group.alignfull.website-care .wp-block-buttons {
		margin-top: 40px;
	}
	.wp-block-columns.scheduleMain {
		padding-top: 50px;
		column-gap: 25px;
	}
	.wp-block-column.schedule-inner h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.wp-block-column.schedule-inner {
		padding: 32px 32px 32px;
	}
	.wp-block-column.schedule-inner .wp-block-buttons {
		margin-top: 30px;
	}
	.wp-block-columns.mainCol.img-content img {
		height: 100% !important;
		width: 100% !important;
	}
	.growth-engineSec.haveBG .mainCol.img-content {
		margin-top: 40px !important;
	}
	body h2 br {
		display: none;
	}
	.planStep-sec .mainCol.inner {
		display: flex;
		flex-wrap: wrap;
	}
	.planStep-sec > .mainCol.inner .wp-block-column:not(:last-child):after {
		display: block;
		width: calc(100% - 45px);
	}
	.planStep-sec > .mainCol.inner.last {
		margin-top: 60px;
	}
	.wp-block-columns.steps-main p {
		font-size: 18px;
		line-height: 26px;
	}
	.wp-block-group.custom-list {
		padding: 60px 24px 60px;
	}
	.wp-block-group.custom-list .main-para {
		font-size: 18px;
		line-height: 26px;
	}
	.wp-block-columns.custom-listMain {
		padding-top: 40px;
		column-gap: 60px;
	}
	.custom-listInner p.para-head {
		font-size: 18px;
		line-height: 26px;
	}
	.width-para {
		max-width: 100% !important;
	}
	.wp-block-column.result-innerCol h2 {
		font-size: 38px;
		line-height: 40px;
	}
	p.head-growth {
		font-size: 18px !important;
		line-height: 26px !important;
	}

	body h1 br {
		display: none;
	}
	body .free-audit.back-blue.story {
		margin-top: 40px;
	}
	.portfolio-mainSec.story 
	.new-portfolio-section .title-website-wrapper h2 {
		color: #050E3B;
	}
	.portfolio-mainSec.story .new-portfolio-section p {
		color: #1F2937;
	}
	.wp-block-columns.growth-plan.inner p.perfectPara {
		margin-bottom: 16px;
	}
	.wp-block-columns.growth-plan.inner .story h3 {
		font-size: 30px;
		line-height: 38px;
	}
	.wp3-section-mant .growth-plan.inner p.include br {
		display: block;
	}
	p.subhead br {
		display: none;
	}
	.wp-block-group.alignfull.speedSec {
		padding: 60px 24px;
	}
	.speedSec .wp-block-columns.text-headCol {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.wp-block-column.owl-carousel.pagespeed-touch img {
		height: 100%;
		width: 100%;
	}
	.wp-block-column.owl-carousel.pagespeed-touch .owl-dots {
		margin-top: 10px !important;
	}
	body .result-mainCol {
		grid-template-columns: repeat(2, 1fr);
	}
	body .custom-gap {
		margin-top: 30px;
	}
	.wp-block-group.alignfull.ourTeam {
		padding: 60px 24px;
	}
	body .wp-block-group.lawyers-cta {
		margin-top: 40px;
	}
	.wp-block-group.news-formGrp {
		margin-bottom: 60px;
	}
	.wp-block-column.news-formInner p {
		font-size: 18px;
		line-height: 26px;
	}
	.wp-block-column.news-formInner h2 {
		font-size: 38px;
		line-height: 46px;
	}
	.wp-block-columns.step-content {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.wp-block-group.alignfull.growth-engineSec.haveBG.step {
		padding-bottom: 60px !important;
	}
	body .result-mainCol.coach-sec {
		margin-bottom: 40px;
	}
	.ast-header-html-2 {
		margin-left: 0;
		padding: 0;
	}
}
@media (max-width: 982px) {
	.audit-popup {
		flex-direction: column;
		height: 100%;
		width: 100%;
		padding: 60px 26px 2px;
	}
	.popup-form {
		width: 100%;
	}
	.popup-overlay {
		position: absolute;
		left: 0;
		top: 102px;
		color: #fff;
		max-width: 307px;
		width: 100%;
		right: 0px;
		margin: 0 auto;
	}
	.popup-image {
		position: relative;
		text-align: center;
		display: none;
	}
}
@media (max-width: 782px) {
	.case-studies-columns {
		display: flex;
		flex-direction: column;
	}
	.wpb-post-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	body .wpb-posts-list .wpb-post {
		font-size: 20px;
		line-height: 28px;
	}
	.wpb-pagination-info {
		font-size: 16px;
	}
	.wpb-pagination-links {
		gap: 8px;
	}
	.icons-list {
		flex-direction: column;
		gap: 24px;
	}
	body p br {
		display: none;
	}
	body .get-in .form-col {
		padding: 24px;
	}
	.gform_wrapper.gravity-theme .gform_footer input {
		background-position: 63% 52%;
		line-height: normal !important;
		min-height: unset !important;
	}
	.post-by-categories {
		grid-template-columns: repeat(1, 1fr);
	}
	body .wpb-posts-list .wpb-post {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 16px;
	}
	.view-more-cat {
		margin-top: 24px;
	}
	.wp3-section-mant .text-headCol {
		text-align: center;
	}
	.growth-engineSec.haveBG .mainCol img {
		width: 100%;
	}
	body .growth-sec  .text-headCol {
		text-align: center;
	}
	.wp3-section-mant .growth-plan .wp-block-column {
		max-width: 100%;
		margin: 0;
	}
	body .servicesMain-sec .fiveCol .innerhead {
		font-size: 20px;
		line-height: 30px;
	}
	body .growth-engineSec .innerCol .wp-block-column {
		margin: 0;
	}
	body .loveit .loveCol .wp-block-column {
		margin: 0;
	}
	.growth-engineSec.haveBG .mainCol .wp-block-column {
		margin: 0;
	}
	body .growth-sec .mainGRCol .wp-block-column {
		margin: 0;
	}
	body .servicesMain-sec .text-headCol, body .portfolio-mainSec .text-headCol {
		text-align: center;
	}
	.servicesMain-sec .threeCol .wp-block-buttons a.wp-block-button__link.wp-element-button {
		padding: 16px 20px 24px;
	}
	.servicesMain-sec .threeCol {
		margin-bottom: 0;
		margin-top: 16px;
	}
	.new-portfolio-section {
		grid-template-columns: repeat(1, 1fr);
	}
	.portCol-cont {
		padding: 20px;
	}
	body .aboutSec8 .compare-col p {
		display: block;
		border-radius: 16px;
		background: var(--Emerald-Green-100, #1EB977);
		padding: 24px 32px;
		font-size: 20px;
		line-height: 28px;
		text-transform: capitalize;
		font-weight: 700;
		color: var(--Midnight-Navy-100, #050E3B);
		text-align: center;
		margin-bottom: 24px;
	}
	body .aboutSec8 .mainCol {
		display: none;
	}
	body .aboutSec8 .compare-col .wp-block-column {
		margin: 0;
	}
	body .aboutSec8 .compare-col .wpm-col {
		position: relative;
		padding-bottom: 100px;
	}
	body .aboutSec8 .compare-col {
		gap: 0;
	}
	body .aboutSec8 .compare-col .wpm-col:after {
		content: "VS";
		position: absolute;
		bottom: 15px;
		text-align: center;
		background: #fff;
		margin: 0 auto;
		font-size: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 0;
		right: 0;
		z-index: 0;
	}
	body .aboutSec6 .text-headCol {
		text-align: center;
		gap: 24px;
	}
	body .aboutSec6 .text-headCol .wp-block-column {
		margin: 0;
	}
	body .aboutSec6 figure {
		margin-top: 30px;
	}
	body .aboutSec6 .multibtn .subhead {
		max-width: 100%;
	}
	body .aboutSec6 .multibtn .wp-block-button a.wp-block-button__link.wp-element-button {
		max-width: max-content !important;
	}
	body .aboutSec3 .text-headCol {
		text-align: center;
	}
	.services-sec .innerCol .deep-inner .wp-block-column li{
		text-align: left;
	}
	.services-sec .innerCol .deep-inner .col-head{
		min-height: auto;
	}
	body .aboutSec3 .goalCol {
		padding: 24px;
		gap: 24px;
	}
	body .aboutSec3 .goalCol .wp-block-column {
		margin: 0;
	}
	body .aboutSec3 .goalCol h4 {
		margin-top: 12px;
	}
	body .aboutSec3 .teamCol h3 {
		font-size: 26px;
		line-height: normal;
	}
	body .aboutSec3 .text-headCol .wp-block-column {
		margin-bottom: 0;
	}
	body .aboutSec3 .teamCol {
		padding: 24px;
	}
	body .aboutSec3 .teamCol .wp-block-column {
		margin-bottom: 0;
	}
	.about-herosec .wp-block-buttons .wp-block-button {
		width: unset;
	}
	.about-herosec .wp-block-buttons {
		flex-direction: unset !important;
	}
	.planStep-sec .mainCol {
		grid-template-columns: repeat(1, 1fr);
	}
	.planStep-sec .mainCol .wp-block-column:nth-child(odd):after {
		display: none;

	}
	.experience-sec .mainCol {
		max-width: 100%;
		margin-top: 20px;
		gap: 0px;
	}
	.experience-sec .mainCol .wp-block-column:after{
		display:none;
	}
	.experience-sec .mainCol .counter-text {
		font-size: 18px;
		line-height: 26px;
		justify-content: center;
		border-bottom: 1px solid black;
		width: 100%;
		padding-bottom: 24px;
		padding-top: 24px;
		gap: 6px;
	}
	.site-content h1 {
		font-size: 38px;
		line-height: 46px;
	}
	.site-content h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.site-content h3 {
		font-size: 26px;
		line-height: 34px;
	}
	body .experience-sec .subhead {
		line-height: 23px;
		font-size: 16px;
	}
	body .free-audit {
		padding: 40px 24px !important;
		text-align: center;
	}
	body .free-audit .mainCol {
		gap: 18px !important;
		margin-bottom: 0;
	}

	body .free-audit .wp-block-button a.wp-block-button__link.wp-element-button {
		padding: 12px 24px;
		margin: 0 auto;
		justify-content: center;
		gap: 14px;
		text-align: center !important;
	}
	body .free-audit .obligation {
		max-width: 100% !important;
		margin-left: auto;
		text-align:center;
		margin-top: 10px;
	}
	body .services-sec .mainCol {
		gap: 12px;
	}
	body .services-sec .subhead {
		min-height: 60px;
	}
	body .services-sec .innerCol .col-learn {
		line-height: 100%;
		margin-top: 10px;

	}
	body .help-sec .subhead {
		font-size: 16px;
		line-height: 24px;
	}
	body .help-sec .mainCol {
		margin-top: 50px;
	}	
	.testiMian-sec .subhead{
		font-size: 16px;
		line-height: 24px;
	}
	.testiMian-sec .mainCol {
		gap: 5px;
	}
	body .services-sec .subhead {
		font-size: 16px;
		line-height: 24px;
	}
	body .free-audit .subhead {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	body .help-sec h3 {
		font-size: 24px;
		line-height: 32px;
	}
	body .help-sec .wp-block-column p {
		line-height: 23px;
		margin-top: 14px;
	}
	.video-section .video-item .quote-text {
		font-size: 22px;
		line-height: 32px;
	}
	body .log-work .mainCol {
		max-width: 100%;
		text-align: center;
		gap: 45px;
	}
	body .developing-sec .subhead {
		font-size: 16px;
		line-height: 24px;
	}
	body .inner-group .subeadGrop {
		margin-bottom: 50px;
	}
	body .developing-sec .maincol .innerhead {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	body .developing-sec .maincol {
		gap: 24px;
	}
	body .text-headCol {
		gap: 10px;
	}
	body .planStep-sec .subhead {
		font-size: 16px;
		line-height: 24px;
	}
	body .podcast-sec .subhead {
		font-size: 16px;
		line-height: 24px;
	}
	.podcast-item {
		padding: 24px 24px 24px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.listen-pod {
		line-height: 10px;
	}
	body .dev-guideSec .subhead {
		font-size: 16px;
		line-height: 24px;
	}
	body .dev-guideSec > .mainCol {
		margin-top: 60px;
		gap: 30px;
		margin-bottom: 45px;

	}
	body .dev-guideSec .mainCol.only-border .wp-block-column:before{
		display:none;
	}
	body .dev-guideSec > .mainCol .wp-block-column:after,
	body .dev-guideSec .mainCol.last-main.col .wp-block-column:before{
		display:none;
	}
	body .dev-guideSec .mainCol.last-main {
		margin-bottom: 60px;
		gap: 30px;
	}
	.freePDF-sec .mainCol {
		padding: 40px 24px;
	}
	.freePDF-sec .mainCol .des {
		font-size: 16px;
		line-height: 24px;
	}
	.freePDF-sec .mainCol .bott-pdf {
		gap: 10px;
		justify-content: center;
	}
	.freePDF-sec .mainCol {
		gap: 25px;
		text-align: center;
	}
	body .faq-sec .subhead {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 40px;
	}
	.faq-singular .faq-question {
		line-height: 26px;
		gap: 24px;
	}
	body .home-herosec .mainCol {
		gap: 30px;
	}

	.logo-sec-slider .owl-item {
		width: auto !important;
	}
	.logo-sec-slider .owl-item img {
		width: auto !important;
		max-width: none !important; 
		height: 40px; 
		object-fit: contain;
	}
	.pod-title {
		max-width: 539px;
		align-items: center;
		flex-direction: column;
		margin: 0 auto !important;
		text-align: center;
	}
	.freePDF-sec .mainCol .wp-block-buttons {
		justify-content: center;
	}
	.freePDF-sec .mainCol .obligation {
		text-align: center;
		margin-bottom: 0;
	}
	.freePDF-sec .mainCol .bott-pdf .wp-block-column {
		margin-bottom: 5px;
	}

	.services-sec .innerCol > .wp-block-column {
		margin-bottom: 0;
	}
	.experience-sec .mainCol .wp-block-column {
		margin-bottom: 0;
	}
	body .services-sec {
		text-align: center;
	}
	body .testiMian-sec {
		text-align: center;
	}
	body .planStep-sec {
		text-align: center;
	}
	body .dev-guideSec {
		text-align: center;
	}
	.home-herosec .wp-block-column.is-vertically-aligned-center.rightCol {
		text-align: center;
	}

	.footer-nav-wrap a.menu-link {
		font-size: 14px !important;
	}
	body .home-herosec {
		text-align: center;
	}
	body .home-herosec .wp-block-buttons {
		justify-content: center;
	}
	body .home-herosec .subhead {
		margin-bottom: 25px;
		max-width: 100%;
	}
	.experience-sec .mainCol .counter-text strong {
		line-height: 40px;
	}
	body .services-sec .innerCol {
		grid-template-columns: repeat(1, 1fr);
	}
	body .help-sec .wp-block-column {
		margin-bottom: 0 !important;
	}
	.planStep-sec .mainCol .wp-block-column {
		margin: 0;
	}
	.faq-singular .faq-answer p {
		font-size: 16px;
		line-height: 24px;
	}
	.wp-block-group.free-audit.custom .wp-block-column {
		margin: 0;
	}
	.wp-block-columns.podcast-mainCol {
		row-gap: 40px;
		text-align: center;
	}
	body .popular-podcasts-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	body .popular-podcasts-header h2 {
		font-size: 32px;
	}
	.post-subhead-detail {
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
	}
	/* 	.yoast-breadcrumbs span > span:first-child a {
	width: 100px;
} */
	.yoast-breadcrumbs {
		display: flex;
	}
	.yoast-breadcrumbs span a {
		display: inline;
	}
	.yoast-breadcrumbs span {
		display: inline;
	}
	.yoast-breadcrumbs span a:before {
		vertical-align: middle;
		margin-right: 4px;
	}
	.single .wp-block-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.single .wp-block-table table {
		min-width: 800px; /* adjust based on your table content */
		border-collapse: collapse;
	}
	.single .wp-block-quote p:first-of-type {
		font-size: 20px;
		line-height: 26px;
	}
	.postInfo-meta {
		gap: 10px;
		flex-wrap: wrap;
	}
	.share-icon {
		flex-wrap: wrap;
	}
	section.author-box {
		padding: 24px;
	}
	.autho-info-wrap {
		flex-direction: column;
	}
	body .popular-podcasts-header {
		flex-direction: column;
		gap: 12px;
	}
	.category-card {
		padding: 24px 24px;
	}
	.single-blog-banner-container .single-blog-head {
		padding-bottom: 20px;
	}
	/* 	.single-podcast .yoast-breadcrumbs span > span:first-child a {
	width: 126px;
} */
	body.single .free-audit .mainCol .subhead {
		max-width: 100%;
	}
	.wp-block-column.news-Banner-inner {
		margin: 0 !important;
	}
	.wp-block-group.alignfull.all-news-sec.newsletter-style {
		padding: 60px 24px;
	}
	.single-newsletter .post-subhead-detail {
		align-items: center;
		flex-direction: row;
		gap: 25px;
	}
	.single-newsletter .testiMian-sec h2{
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.text-headCol {
		text-align: center;
	}
	.wp-block-columns.table-mainCol {
		text-align: center;
	}
	.planStep-sec > .mainCol.inner .wp-block-column:not(:last-child):after {
		display: none;
	}
	.planStep-sec .mainCol.inner {
		display: flex;
		flex-direction: column;
	}
	.wp-block-columns.custom-listMain {
		gap: 20px;
	}
	.custom-listInner p.para-inner {
		margin-bottom: 20px;
		max-width: 100%;
	}

	.wp-block-column.result-innerCol h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.pagespeedSearch {
		justify-content: center;
	}
	.wp-block-columns.speedMaincol {
		padding: 40px 40px;
		text-align: center;
	}
	.wp-block-columns.result-mainCol.coach-sec .wp-block-column.result-innerCol h2 {
		font-size: 25px;
	}
	.wp-block-column.news-formInner h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.wp-block-columns.news-formMain {
		gap: 40px;
	}
	.speed ul.wp-block-list.green-icon li {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.wp-block-group.p-80.new-list.speed li strong {
		max-width: 90%;
	}
	.wp-block-columns.scheduleMain ul.wp-block-list li {
		text-align: left;
	}
	.ourTeam .wp-block-column{
		max-width: max-content;
		margin: 0 auto;
	}
	.ourTeam .wp-block-column img {
		max-width: 400px;
		object-fit: cover;
		margin: 0 auto;
	}
	.ourTeam .wp-block-column figure {
		margin: 0 auto!important;
		max-width: max-content;
	}
	.ourTeam .wp-block-column:empty {
		display: none;
	}
}
@media (max-width: 600px) {
	.logo-sec-slider .owl-item {
		margin: 0px !important;
	}
	.logo-sec-slider .owl-item {
		width: 200px !important;
	}
	.ast-footer-copyright p {
		font-size: 14px;
	}
	body .free-audit.back-blue .wp-block-column {
		margin: 0;
	}
	.gform_wrapper.gravity-theme .gform_footer input {
		background-position: 67% 52%;
	}
	.single-newsletter .yoast-breadcrumbs > span {
		align-items: baseline;
	}
	.pagespeedSearch {
		flex-direction: column;
		align-items: center;
	}
	.pagespeedSearch button {
		width: fit-content;
	}
	body .result-mainCol {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 480px) {
	.gform_wrapper.gravity-theme .gform_footer input {
		background-position: 76% 52%;
	}
	ul.term-list {
		width: 435px;
		flex-wrap: nowrap;
	}
	body .topTerm-sec {
		overflow: scroll;
	}
	.services-sec .innerCol .deep-inner img {
		width: 25px !important;
	}
	.services-sec .innerCol .deep-inner .col-head {
		font-size: 22px;
		max-width: 223px;
		text-align: left;
	}
	.site-content h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.site-content h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.site-content h3 {
		font-size: 24px;
		line-height: 32px;
	}
	.podcast-links img {
		width: 125px;
	}
	.wp-block-columns.owners {
		gap: 20px;
	}
	.wp-block-columns.staff {
		margin-top: 20px;
		gap: 20px;
	}
	.wp3-section-mant .growth-plan .wp-block-column .growth-head {
		margin-bottom: 50px;
	}
	.wp3-section-mant .growth-plan .populaar {
		top: 52px;
	}
}