/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Once Interactive
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
*/


/* General */

html, body {
	overflow-x: hidden;
	--layout-container: 1320;
}

.elementor-button:focus, button:focus, a:focus, input:focus {
	outline: none !important;
}

a, a:hover button, button:hover, a path, a:hover path, .elementor-button, .elementor-button:hover, a .elementor-icon-list-text, a .elementor-icon-list-icon i, a img, a:hover img {
	transition: all .3s ease-in-out !important;
}


/* ::selection {
	background: #A6CE39;
	color: #FFF;
} */

::placeholder {
	opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}

.no-mb, .no-mb * {
	margin-bottom: 0 !important;
}

.swiper-button a, .menu-item{
	position: relative;
}

.swiper-button a span{
	z-index: 100;
}

.swiper-button a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */ /* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover, .swiper-button a:focus, .swiper-button a:active{
	background-color: transparent !important;
}

.swiper-button a:hover::before, .swiper-button a:active::before, .swiper-button a:focus::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a{
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */ /* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br){
	display: inline !important;
}

body:not(.is_underline) .swiper-text a{
	text-decoration: none !important;
}
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active{
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content{
	z-index: 10;
}

.fake-background.overlay +.fake-background-content::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21); //change for the opacity that you want
	z-index: 1;
}

.fake-background.overlay +.fake-background-content > div{
	z-index: 10;
}

.full-img *, .full-img{
	height: 100% !important;
}

.fit-img, .fit-img *{
	width: 100% !important;	
}

.full-img img, .fit-img{
	object-fit: cover;
}

.hide-br-desktop br{
	display: none;
}

.button-bottom{
	position: absolute !important;
	bottom: 0;
}

html body .general-image img{
	width: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-image.equal-size img{
	height: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-button a, html body .general-text, html body .general-list-widget-no-icon .elementor-icon-list-text, html body .general-text-list ul li, html body .general-title .elementor-heading-title, html body .general-icon .elementor-icon {
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}


html body .general-social-icons a{
	width: clamp(var(--min), var(--size), var(--max)) !important;
	height: clamp(var(--min), var(--size), var(--max)) !important;
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-list-icon-text .elementor-icon-list-icon, html body .general-btn-with-icon .elementor-button-icon, html body .general-breadcrumbs svg{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

html body .general-list-icon-text .elementor-icon-list-text, html body .general-btn-with-icon .elementor-button-text, html body .general-breadcrumbs span{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-menu .elementor-nav-menu .menu-item a{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}


html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children ul li a, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu .menu-item-has-children ul li a{
	margin-left: 0 !important;
	padding: clamp(var(--min-child-padding), var(--size-child-padding), var(--max-child-padding));
} 

html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu > .menu-item > a, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu > .menu-item > a{
	padding-left: clamp(var(--min-parent-horiztonal-padding), var(--size-parent-horiztonal-padding), var(--max-parent-horiztonal-padding));
	padding-right: clamp(var(--min-parent-horiztonal-padding), var(--size-parent-horiztonal-padding), var(--max-parent-horiztonal-padding));
	padding-top: clamp(var(--min-parent-vertical-padding), var(--size-parent-vertical-padding), var(--max-parent-vertical-padding));
	padding-bottom: clamp(var(--min-parent-vertical-padding), var(--size-parent-vertical-padding), var(--max-parent-vertical-padding));
}

html body .general-form form .gform_body input:not([type="checkbox"]), html body .general-form form .gform_body textarea{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-form form .gform_body input:not([type="checkbox"])::placeholder, html body .general-form form .gform_body textarea::placeholder{
	font-size: clamp(var(--min-placeholder-size), var(--size-placeholder), var(--max-placeholder-size)) !important;
}

html body .general-form form .gform_body .gform-field-label {
	font-size: clamp(var(--min-label-font), var(--size-label-font), var(--max-label-font)) !important;
}

html body .general-form form .gform_footer input{
	font-size: clamp(var(--min-button-size), var(--size-button), var(--max-button-size)) !important;
}

html body .general-form .gform_validation_errors *:not(.gform-icon){
	font-size: clamp(var(--min-error-size), var(--size-error), var(--max-error-size)) !important;
}

html body .general-form .gform_confirmation_message {
	font-size: clamp(var(--min-confirmation-size), var(--size-confirmation), var(--max-confirmation-size)) !important;
}

html body .general-button a{
	padding-left: clamp(var(--min-padding-left), var(--size-padding-left), var(--max-padding-left)) !important;
	padding-right: clamp(var(--min-padding-right), var(--size-padding-right), var(--max-padding-right)) !important;
	padding-top: clamp(var(--min-padding-top), var(--size-padding-top), var(--max-padding-top)) !important;
	padding-bottom: clamp(var(--min-padding-bottom), var(--size-padding-bottom), var(--max-padding-bottom)) !important;
}


html body .general-button.with-icon a .elementor-button-icon{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

html body .general-button.with-icon a .elementor-button-content-wrapper{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}

html body .general-text{
	line-height: clamp(var(--min-line-height), var(--size-line-height), var(--max-line-height));
}

html body .general-width {
	max-width: clamp(var(--min-width), var(--size-width), var(--max-width)) !important;
}

html body .general-tabs .e-n-tabs-heading{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}

html body .general-tabs .e-n-tabs-heading button {
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
	padding-left: clamp(var(--min-padding-left), var(--size-padding-left), var(--max-padding-left)) !important;
	padding-right: clamp(var(--min-padding-right), var(--size-padding-right), var(--max-padding-right)) !important;
	padding-top: clamp(var(--min-padding-top), var(--size-padding-top), var(--max-padding-top)) !important;
	padding-bottom: clamp(var(--min-padding-bottom), var(--size-padding-bottom), var(--max-padding-bottom)) !important;
	line-height: clamp(var(--min-line-height), var(--size-line-height), var(--max-line-height)) !important;
	
}




.show-element{
	display: inherit !important;
}

.hide-element {
	display: none !important;
}


/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
	position: relative;
	overflow: hidden;
}

.shiny-img .elementor-image::before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
} */




/* Only if you have hero arrow */
/*
.down-arrow a{
	animation: move_down 2s ease-in-out infinite;
}
*/

.orange-underline-title > * {
	text-decoration-color: #DF6639 !important;
}

.double-color span, .orange-text strong{
	color: #E06436;
}

.regular-padding{
	padding: clamp(60px, calc((100 / var(--layout-container)) * 100vw), 100px) clamp(20px, calc((50 / var(--layout-container)) * 100vw), 50px) !important;
}


.box-with-shadow{
	border: 1.5px solid #415B65;
	border-radius: 8px !important;
	background: #fff;
	position: relative;
	padding: 20px;
}

.box-with-shadow > *{
	z-index: 1;
	/* background-color: #fff; */
}

.box-with-shadow > .elementor-element:first-child{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.box-with-shadow > .elementor-element:last-child{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.box-with-shadow .elementor-widget-image img{
	width: 100px;
}


.e-con.box-with-shadow::before{
	content: '' !important;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: #415B65;
	top: 10px;
	left: 10px;
	border-radius: 8px;
}

.e-con.box-with-shadow::after{
	content: '' !important;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: #ffff;
	top: 0px;
	left: 0px;
	border-radius: 8px;
}

/*Blue shadow*/

.box-with-shadow-blue {
	/*border: 1.5px solid #FFFFFF;*/
	border-radius: 8px !important;
	background: transparent;
	position: relative;
	padding: 20px;
}

.box-with-shadow-blue > *{
	z-index: 1;
	background-color: transparent;
}

/*.box-with-shadow-blue > .elementor-element:first-child{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.box-with-shadow-blue > .elementor-element:last-child{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}*/

.box-with-shadow.image-natural-size .elementor-widget-image img{
	width: inherit;
}


.e-con.box-with-shadow-blue::before{
	content: '' !important;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: #ffffff;
	top: 10px;
	left: 10px;
	border-radius: 8px;
}

.e-con.box-with-shadow-blue::after{
	content: '' !important;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: #ffff;
	top: 0px;
	left: 0px;
	border-radius: 8px;
	border: solid 3px #415B65;
}





.font-15{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 15px) !important;
}

.font-16{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px) !important;
}

.font-18{
	font-size: clamp(15px, calc((18 / var(--layout-container)) * 100vw), 18px) !important;
}

.font-19{
	font-size: clamp(16px, calc((19 / var(--layout-container)) * 100vw), 19px) !important;
}

.font-25{
	font-size: clamp(18px, calc((25 / var(--layout-container)) * 100vw), 25px) !important;
}

.title-font-19 .elementor-heading-title{
	font-size: clamp(16px, calc((19 / var(--layout-container)) * 100vw), 19px);
}

.title-font-24 .elementor-heading-title{
	font-size: clamp(19px, calc((24 / var(--layout-container)) * 100vw), 24px);
}

.title-font-25 .elementor-heading-title{
	font-size: clamp(20px, calc((25 / var(--layout-container)) * 100vw), 25px);
}

.title-font-28 .elementor-heading-title{
	font-size: clamp(22px, calc((28 / var(--layout-container)) * 100vw), 28px);
}

.title-font-30 .elementor-heading-title{
	font-size: clamp(25px, calc((30 / var(--layout-container)) * 100vw), 30px);
}

.title-font-32 .elementor-heading-title{
	font-size: clamp(27px, calc((32 / var(--layout-container)) * 100vw), 32px);
}

.title-font-40 .elementor-heading-title{
	font-size: clamp(35px, calc((40 / var(--layout-container)) * 100vw), 40px);
}

.title-font-43 .elementor-heading-title{
	font-size: clamp(32px, calc((40 / var(--layout-container)) * 100vw), 43px);
}


/************************************** 
***************************************
***************************************

			ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link, body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var( --e-global-color-primary ) !important; 
	border: 1px solid var( --e-global-color-primary ) !important;
	color: var( --e-global-color-text ) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var( --e-global-color-primary ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-text ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-primary ) !important;  
	font-weight: 400 !important;
}



/*************************************************
**************************************************
**************************************************

					Header 

**************************************************
**************************************************
**************************************************/



body .elementor-27 .elementor-element .top-menu .elementor-nav-menu > .menu-item > a {
	font-size: clamp(16px, calc((18 / var(--layout-container)) * 100vw), 18px);
}

body .elementor-27 .elementor-element .top-menu .elementor-nav-menu > .menu-item > .sub-menu{
	top: 150% !important;
}


/*************************************************
**************************************************
**************************************************

				Homepage 

**************************************************
**************************************************
**************************************************/


.e-con.hero-after-before::before, .hero-after-before::after{
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	bottom: 5%;
	top: inherit;
}

.e-con.hero-after-before::before{
	background-image: url(/wp-content/uploads/2025/12/circle.png);
	left: 0;
	width: clamp(55px, calc((165 / var(--layout-container)) * 100vw), 165px);
	height: clamp(79px, calc((180 / var(--layout-container)) * 100vw), 180px);
}


.hero-after-before::after{
	background-image: url(/wp-content/uploads/2025/12/half-circle.png);
	right: 0;
	width: clamp(24px, calc((69 / var(--layout-container)) * 100vw), 69px);
	height: clamp(110px, calc((270 / var(--layout-container)) * 100vw), 270px);
}

.hero-title .elementor-heading-title{
	font-size: clamp(30px, calc((46 / var(--layout-container)) * 100vw), 48px);
}

.hero-text{
	font-size: clamp(16px, calc((18 / var(--layout-container)) * 100vw), 18px);
}

.hero-title-sub .elementor-heading-title{
	font-size: clamp(32px, 4.2424vw, 56px);
}



.btn .elementor-button{
	font-size: 16px;
}

.seo-title .elementor-heading-title{
	font-size: clamp(25px, calc((40 / var(--layout-container)) * 100vw), 40px);
}

.seo-text {
	font-size: clamp(14px, calc((15 / var(--layout-container)) * 100vw), 15px);
}


.custom-underline .elementor-heading-title span{
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 4px solid #E06436;
}

.custom-underline.grey-underline .elementor-heading-title span{
	border-color: #A7B6C3;
}

.custom-underline.green-underline .elementor-heading-title span{
	border-color: #37505F;
}
.custom-underline.green-underline>* {
    text-decoration-color: #37505F !important;
    line-height: 1.5em !important;
    text-underline-offset: 16%;
    text-decoration-thickness: 9% !important;
	
}

.custom-underline .elementor-heading-title span::after{
	content: '';
	position: absolute;
	left: 1px;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background-color: #E06436;
	border-radius: 2px;
}

.custom-underline.grey-underline .elementor-heading-title span::after{
	background-color: #A7B6C3;
}

.more-title .elementor-heading-title {
	font-size: clamp(25px, calc((40 / var(--layout-container)) * 100vw), 40px);
}


.why-title .elementor-heading-title {
	font-size: clamp(25px, calc((40 / var(--layout-container)) * 100vw), 40px);
}


body .why-image-content {
	width: 170px;
	height: 170px;
}

.why-image-content .elementor-widget-text-editor{
	position: absolute;
	top: 65%;
	left: 50%;
	text-align: center;
	pointer-events: none;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 16px;
}

.why-text-section {
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
	opacity: .8;
	padding: 0 20px;
}

.why-text-section strong{
	font-size: clamp(16px, calc((18 / var(--layout-container)) * 100vw), 18px);
	opacity: 1;
	display: block;
	padding-block: 10px;
}


.top-title .elementor-heading-title{
	font-size: clamp(25px, calc((40 / var(--layout-container)) * 100vw), 40px);
}

.top-subtitle .elementor-heading-title{
	font-size: clamp(17px, 1.51vw, 20px);
}

.top-grid .elementor-widget-image img{
	max-width: 100px !important;
}

.top-grid .elementor-heading-title{
	font-family: "Poppins", Sans-serif !important;
	font-weight: 400 !important;
	color: #454545 !important;
	max-width: 100px;
	margin: auto;
	padding-top: 10px;
	text-align: center;
	text-transform: capitalize;
	font-size: clamp(14px, calc((15 / var(--layout-container)) * 100vw), 15px);
}


.testimonials .elementor-testimonial__cite{
	flex-direction: row !important;
	justify-content: center;
	gap: 5px;
	position: relative;
	align-items: center;
}


.testimonials .elementor-testimonial__cite::before{
	content: "— ";
}

.testimonials .elementor-testimonial__cite .elementor-testimonial__name{
	position: relative;
	display: flex;
}

.testimonials .elementor-testimonial__cite .elementor-testimonial__name::after{
	content: ',';
}

.testimonials .elementor-testimonial__text{
	position: relative;
}

.testimonials .elementor-swiper-button{
	border: 1px solid #252525;
	border-radius: 100px;
	padding: 11px;
	color: #252525 !important;
	background-color:  transparent;
	opacity: .52;
	transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, color .3s ease-in-out, border-color 0.3s ease-in-out;
}

.testimonials .elementor-swiper-button svg{
	fill: #252525 !important;
}

.testimonials .elementor-swiper-button:hover{
	color: #fff !important;
	background-color: #000;
	opacity: 1;
	border-color: #000;
}

.testimonials .elementor-swiper-button:hover svg {
	fill: #fff !important;
}

.star-title .elementor-heading-title{
	font-size: clamp(25px, calc((40 / var(--layout-container)) * 100vw), 40px);
}

 .claim-text{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px); 
 }

.join-title .elementor-heading-title{
	font-size: clamp(25px, calc((40 / var(--layout-container)) * 100vw), 40px);
}

.join-text{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px); 
}


body .formkit-form{
	max-width: 800px !important;
	width: 800px !important;
	background-color: #F5F5F5 !important;
	border: 1px solid rgba(26, 26, 26, 0.15) !important;
	padding: 24px 25px;
}


body .formkit-form div[data-style="minimal"]{
	padding: 0 !important;
}

body .formkit-form .formkit-header, body .formkit-form .formkit-subheader, body .formkit-form .formkit-guarantee{
	display: none !important;
}


body .formkit-form .formkit-fields{
	margin-top: 0 !important;
}

body .formkit-form .formkit-fields .formkit-field{
	position: relative;
}


body .formkit-form .formkit-fields .formkit-field:first-child::before, body .formkit-form .formkit-fields .formkit-field:nth-child(2)::before{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

body .formkit-form .formkit-fields .formkit-field:first-child::before{
	background: url(/wp-content/uploads/2025/12/user.svg) center / cover no-repeat;
}

body .formkit-form .formkit-fields .formkit-field:nth-child(2)::before{
	background: url(/wp-content/uploads/2025/12/email.svg) center / cover no-repeat;
}


body .formkit-form .formkit-fields .formkit-field input{
	border-radius: 10px !important;
	border: 0;
	padding-left: 50px;
}

.why-client-container .elementor-widget-icon .elementor-widget-icon svg {
	width: clamp(60px, calc((70 / var(--layout-container)) * 100vw), 70px); 
	height: clamp(60px, calc((70 / var(--layout-container)) * 100vw), 70px); 
}

.why-client-container .elementor-widget-text-editor{
	font-size: 15px;
}

.why-client-container .elementor-heading-title{
	font-size: clamp(17px, calc((20 / var(--layout-container)) * 100vw), 20px); 
	line-height: 1.2;
}

.why-client-container .elementor-heading-title span{
	display: block;
}

.why-client-container .elementor-heading-title span:nth-child(1) {
	font-size: clamp(20px, calc((20 / var(--layout-container)) * 100vw), 25px); 
	font-weight: 700;
}

.why-client-container .elementor-heading-title span:nth-child(2) {
	font-size: clamp(15px, calc((20 / var(--layout-container)) * 100vw), 17px); 
}

.why-client-container .elementor-heading-title span:nth-child(3) {
	font-size: clamp(13px, calc((20 / var(--layout-container)) * 100vw), 15px); 
}

.why-client-container .box-with-shadow{
	justify-content: space-between;
}

.why-client-container.testimonials .box-with-shadow{
	justify-content: flex-start;
}

.why-client-container.about .box-with-shadow{
	justify-content: flex-start;
}

/*************************************************
**************************************************
**************************************************

					Services 

**************************************************
**************************************************
**************************************************/

.flex-grow {
	flex-grow: 1;
	border-radius: 0 0 8px 8px;
}

.elementor-281 .elementor-element.elementor-element-4949bc57.services-grid {
	--e-con-grid-template-columns: max-content repeat(3, 1fr) !important;
} 
.elementor-281 .elementor-element.elementor-element-2764567.hero-container-max-width {
	max-width: 1200px !important;
}

.services-subtext {
	font-size: clamp(20px, 2.1969vw, 29px);
}

.pricing-table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.pricing-table thead th{
	background-color: #37505F;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


.pricing-table th, .pricing-table td{
	border: 1px solid #ddd;
	padding: 12px;
	font-size: 0.95rem;
	vertical-align: middle;
}

.logo-pricing {
	max-width: 200px !important;
}

.pricing-table tbody td{
	text-align: center;
}

.pricing-table tbody td:first-child{
	font-weight: 600;
	text-align: left;
}

.link-services {
	color: #E06436;
	text-decoration: underline !important;
}

.btn-plan{
	background: #E06436;
	border: 1px solid #E06436;
	color: #fff;
	padding: 9px 19px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-plan:hover{
	background-color: transparent;
	color: #E06436;
}

.plans-container .plans-content{
	background-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
}

.plans-container .plans-content:nth-child(odd){
	border-color: #E06436;
}

.plans-container .plans-content:nth-child(even){
	border-color: #999;
}


.plans-container .plans-content .elementor-widget-image img{
	max-width: 70px;
	margin-bottom: 15px;
}

.plans-container .plans-content .plan-read-more{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding: 0;
	opacity: 0;
}

.plans-container .plans-content .plan-read-more.open{
	max-height: 1000px;
	padding: 10px 0;
	opacity: 1;
}


.plan-toogle .elementor-icon-list-item {
	flex-direction: row-reverse;
	gap: 5px;
	cursor: pointer;
}

.plans-container .plans-content .plan-read-more.open ~ .plan-toogle .elementor-icon-list-items .elementor-icon-list-icon{
	transform: rotate(180deg);
}

.transparent-title .elementor-heading-title{
	font-size: clamp(24px, 2.42vw, 32px);
}

.price-title span {
	font-size: 36px !important;
}

.price-title span.small-text {
	font-size: 12px !important;
}
.plan-container.text-align-left > .e-con-inner > .elementor-element .elementor-widget-heading {
    background: #37505F;
    padding: 44px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
}

.plan-container.text-align-left > .e-con-inner > .elementor-element:nth-child(2) .elementor-widget-heading:nth-child(1) {
    background: #37505F;
    padding: 40px 32px 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
}
.plan-container.text-align-left > .e-con-inner > .elementor-element:nth-child(2) .elementor-widget-heading:nth-child(2) {
    background: #37505F;
    padding: 0 32px 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0;
}

.plan-container.text-align-left  > .e-con-inner > .elementor-element .elementor-widget-text-editor  {
	font-size: 16px;
	text-align: left;
	padding-left: 30px;
}
.plan-container.text-align-left  > .e-con-inner > .elementor-element.text-align-center .elementor-widget-text-editor  {
	font-size: 16px;
	text-align: center;
	padding-left: 30px;
}

/************************************** 
***************************************
***************************************
		Privacy and Terms Styles
***************************************
***************************************
***************************************/
.privacy-content h2, .privacy-content h1, .privacy-content h3, .privacy-content h4 {
    line-height: 1.4;
    font-size: 34px !important;
}
.privacy-content h2, .privacy-content h3, .privacy-content h4 {
    margin-top: 40px;
}


/*************************************************
**************************************************
**************************************************

					About 

**************************************************
**************************************************
**************************************************/


.about-hero-title .elementor-heading-title{
	font-size: clamp(46px, 6vw, 79px);
	margin-bottom: .75rem;
}


.about-hero {
	padding: clamp(40px, 6vw, 72px) 0;
}

.about-suhero{
	padding: clamp(36px, 6vw, 64px) 0;
}


.hero-subhero-title .elementor-heading-title{
	font-size: clamp(28px, 3.03vw, 40px);
}

.subhero-text{
	font-size: clamp(20px, 2.04vw, 27px);
}

.btn-about .elementor-button{
	font-size: clamp(16px, 1.36vw, 18px);
}

.royal-text{
	font-size: clamp(16px, 2.2vw, 20px);
}


.royal-title .elementor-heading-title{
	font-size: clamp(33px, 3.03vw, 40px);
}


.different-text{
	font-size: clamp(16px, 1.36vw, 18px);
}

.meet-title .elementor-heading-title{
	font-size: clamp(20px, 1.89vw, 25px);
}

.meet-text{
	font-size: clamp(16px, 1.2vw, 18px);
}

.seo-services-title .elementor-heading-title{
	font-size: clamp(26px, 3.03vw, 40px);
}

.seo-services-box{
	background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 16px !important;
		padding: 24px !important;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
		transition: transform .18s 
	ease, box-shadow .18s 
	ease, border-color .18s 
	ease, background-color .18s 
	ease;
}

.seo-services-box:hover{
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
	border-color: #ffe1d1;
	background-color: #fff;
}


.seo-services-box .elementor-widget-image img{
	max-width: clamp(54px, 6vw, 72px);
	height: auto;
}


.seo-services-box .elementor-widget-heading .elementor-heading-title{
	font-size: clamp(18px, 1.6vw, 22px);
}

.seo-services-box .elementor-widget-text-editor{
	font-size: clamp(14px, 1.2vw, 16px);
}

.better-choice-title .elementor-heading-title{
	font-size: clamp(26px, 3.3vw, 44px);
}

.better-choice-img-box img{
	width: clamp(112px, 10.9vw, 144px);
	height: auto;
}

.better-choice-img-box .elementor-image-box-title {
	font-size: clamp(16px, 1.5vw, 20px);
}


.better-choice-img-box .elementor-image-box-description {
	font-size: clamp(21px, 1.81vw, 24px);
	width: 81%;
	margin: auto !important;
}

.better-choice-text {
	font-size: clamp(15px, 1.2vw, 18px);
}


.grow-title .elementor-heading-title {
	font-size: clamp(20px, 1.96vw, 26px);
}

.grow-text, .ready-work-text, .ready-work-btn a {
	font-size: clamp(14px, 1.21vw, 16px);
}




/*************************************************
**************************************************
**************************************************

				Meet Jason 

**************************************************
**************************************************
**************************************************/

.meet-hero-title .elementor-heading-title {
	font-size: clamp(26px, 3.03vw, 40px);
}


.meet-hero-title span{
	display: block;
}

.meet-subhero-title .elementor-heading-title {
	font-size: clamp(20px, 3.64vw, 48px);
}

.meet-subhero-subtitle .elementor-heading-title {
	font-size: clamp(20px, 3.03vw, 40px);
}

.meet-subhero-text{
	max-width: 800px !important;
	font-size: clamp(15px, 1.89vw, 25px);
}


.track-title .elementor-heading-title {
	font-size: clamp(20px, calc((29 / var(--layout-container)) * 100vw), 29px);
}

.track-container {
	max-width: 860px;
}

.track-container > .elementor-element{
	background: #fff;
	border: 2px solid;
	border-radius: 10px;
	padding: 20px 15px;
	min-height: 240px;
	max-width: 220px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: transform 0.3s ease-out;
	transform: translateY(0px);
}

.track-container > .elementor-element:hover{
	transform: translateY(-4px);
}

.track-container > .elementor-element:nth-child(odd), .track-container.invert-colors > .elementor-element:nth-child(even){
	border-color: #E06436;
}

.track-container > .elementor-element:nth-child(even), .track-container.invert-colors > .elementor-element:nth-child(odd){
	border-color: #ccc;
}

.track-container > .elementor-element .elementor-widget-heading .elementor-heading-title{
	font-weight: 600;
	margin-bottom: 12px;
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
}

.track-container > .elementor-element .elementor-widget-text-editor{
	line-height: 1.4;
	color: #333;
	font-size: 14px;
}

.track-container > .elementor-element .elementor-widget-text-editor a{
	color: #E06436;
	text-decoration: underline;
}

.meet-philosophy-text{
	background: url(/wp-content/uploads/2025/12/icons-higher-ground.png) center / 100% 100% no-repeat;
	/* max-width: max-content !important; */
	margin: auto;
	padding: 120px 60px;
	font-size: clamp(20px, calc((30 / var(--layout-container)) * 100vw), 30px);
}

.meet-philosophy-text-middle{
	max-width: 725px !important;
	margin: auto;
	font-size: clamp(15px, calc((16 / var(--layout-container)) * 100vw), 16px);
}

.meet-philosophy-text-middle.big{
	max-width: 800px !important;
}

.meet-philosophy-button{
	max-width: 620px;
}

.meet-philosophy-button .elementor-widget-text-editor{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 15px);
	transition: color 0.3s ease-in-out;
}

.meet-philosophy-button:hover .elementor-widget-text-editor{
	color: #fff;
}

.meet-clients-title .elementor-heading-title{
	font-size: clamp(19px, calc((25 / var(--layout-container)) * 100vw), 25px);
}


.meet-clients-text {
	font-size: clamp(15px, calc((19 / var(--layout-container)) * 100vw), 19px);
}

.meet-clients-text ul, .work-jason-text ul {
	padding-left: 20px;
}

.work-jason-title .elementor-heading-title{
	font-size: clamp(25px, calc((28 / var(--layout-container)) * 100vw), 28px);
}

.work-jason-text{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
}


.track-sgrid .box-with-shadow > .elementor-element:last-child{
	padding-left: 30px;
	padding-right: 30px;
}

.track-sgrid .box-with-shadow > .elementor-element:first-child {
	padding-left: 50px;
	padding-right: 50px;
}


.track-sgrid .box-with-shadow .elementor-heading-title{
	padding-bottom: 20px;
	min-height: 0px;
}
 
/*************************************************
**************************************************
**************************************************

					Contact 

**************************************************
**************************************************
**************************************************/

body .form .gform_body .gform_fields{
 row-gap: 16px;
}


body .form .gform_body .gform_fields .gfield input, body .form .gform_body .gform_fields .gfield textarea{
	color: #212529;
	border: 1px solid #dee2e6;
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
	padding: 6px 12px;
	line-height: 1.5;
	font-family: var(--e-global-typography-06adff8-font-family);
}

body .form .gform_body .gform_fields .gfield input[type="radio"]{
	padding: 0;
}

body .form .gform_body .gform_fields .gfield textarea{
	resize: none;
	max-height: 135px;
	min-block-size: 1px;
}

body .form .gform_footer{
	justify-content: center;
}

body .form .gform_footer input{
	background-color: #E06436 !important;
	border: 1px solid #E06436 !important;
	color: white !important;
	font-family: var(--e-global-typography-text-font-family) !important;
	font-weight: 600 !important;
	border-radius: 6px !important;
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px) !important;
	line-height: 1.5 !important;
	padding: 8px 58px !important;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

body .form .gform_footer input:hover{
	background-color: transparent !important;
	color: #E06436 !important;
}

body .form .gform_validation_errors{
	background-color: transparent !important;
	border-color: #f00 !important;
}


body .form .gform_validation_errors .gform_submission_error, body .form .gfield_error .validation_message{
	color: #f00 !important;
	font-family: var(--e-global-typography-text-font-family) !important;
}


body .form .gform_confirmation_message{
	font-family: var(--e-global-typography-text-font-family) !important;
	font-size: clamp(18px, calc((25 / var(--layout-container)) * 100vw), 25px) !important;
	text-align: center;
}

.elementor-widget-n-accordion .e-n-accordion-item{
	border: 0;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border-radius: 6px !important;
}


.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title{
	border: 0;
	justify-content: space-between;
	padding: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px) clamp(18px, calc((20 / var(--layout-container)) * 100vw), 20px);
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text{
	color: #212529;
	font-family: var(--e-global-typography-text-font-family) !important;
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px) !important;
	font-weight: 700;
}


.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg{
	fill: #E06436 !important;
}


.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{
	background-color: #cfe2ff;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text{
	color: #052c65;
}

.elementor-widget-n-accordion .e-n-accordion-item > .elementor-element{
	border: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item > .elementor-element > .elementor-element {
	border: 0;
	background-color: #f8f9fa;
	border-top: 1px solid rgba(0, 0, 0, .125);
	color: #212529;
	padding: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px) clamp(18px, calc((20 / var(--layout-container)) * 100vw), 20px);
}


.elementor-widget-n-accordion .e-n-accordion-item > .elementor-element > .elementor-element .elementor-widget-text-editor{
	color: #212529;
	font-family: var(--e-global-typography-06adff8-font-family);
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px) !important;
	line-height: 1.5;
}

.elementor-widget-n-accordion .e-n-accordion-item > .elementor-element > .elementor-element .elementor-widget-text-editor p{
	margin:  0 !important;
}



/*************************************************
**************************************************
**************************************************

				Services Subpages 

**************************************************
**************************************************
**************************************************/


.sevices-int-hero-title .elementor-heading-title{
	font-size: clamp(45px, calc((56 / var(--layout-container)) * 100vw), 56px);
}

.sevices-int-hero-subtitle .elementor-heading-title{
	font-size: clamp(25px, calc((38 / var(--layout-container)) * 100vw), 38px);
}

.services-int-hero-btn a{
	font-size: clamp(22px, calc(29 / var(--layout-container)) * 100vw), 29px);
}

.sevices-int-subhero-subtitle, .stop-guessing-title .elementor-heading-title{
	font-size: clamp(18px, calc((24 / var(--layout-container)) * 100vw), 24px);
}

.sevices-int-subhero-subtitle a{
	color: #E06436;
	text-decoration: underline;
}


.book-btn a{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
}

.stop-guessing-text{
	font-size: clamp(16px, calc((22 / var(--layout-container)) * 100vw), 22px);
}

.higher-title .elementor-heading-title{
	font-size: clamp(22px, calc((29 / var(--layout-container)) * 100vw), 29px);
}

.higher-grid > .elementor-element{
	width: 30%;
	background: #fff;
	border: 2px solid;
	border-radius: 10px;
	padding: 65px 25px;
	display: flex;
	justify-content: center;
	text-align: center;
	transition: transform 0.3s 
ease-out;
	transform: translateY(0px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.higher-grid > .elementor-element:nth-child(odd) {
	border-color: #E06436;
}

.higher-grid > .elementor-element:nth-child(even) {
	border-color: #ccc;
}

.higher-grid > .elementor-element:hover{
	transform: translateY(-2px);
}

.higher-grid > .elementor-element .elementor-widget-image img {
	max-width: 200px;
	height: 120px;
	object-fit: contain;
}


.higher-grid > .elementor-element .elementor-widget-heading{
	text-align: center;
}

.higher-grid > .elementor-element .elementor-widget-heading .elementor-heading-title{
	font-size: clamp(16px, calc((20 / var(--layout-container)) * 100vw), 20px);
	color: #2D3A40;
}

.btn-higher a{
	font-size: clamp(18px, calc((20 / var(--layout-container)) * 100vw), 22px);
}


.choose-title .elementor-heading-title{
	font-size: clamp(35px, calc((42 / var(--layout-container)) * 100vw), 42px);
}


.plan-container > .e-con-inner > .elementor-element {
	border: 2px solid #37505F;
	border-radius: 10px;
	background: transparent;
	min-height: 320px;
}

.plan-container > .e-con-inner > .elementor-element .elementor-widget-heading {
	background: #37505F;
	padding: clamp(15px, calc((18 / var(--layout-container)) * 100vw), 18px);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0;
	
}

.plan-container > .e-con-inner > .elementor-element .elementor-widget-heading .elementor-heading-title{
	font-weight: 700;
	font-size: clamp(16px, calc((19 / var(--layout-container)) * 100vw), 19px);
	color: #fff;
	text-align: center;
}
 
.plan-container > .e-con-inner > .elementor-element .elementor-widget-text-editor{
	padding: clamp(15px, calc((18 / var(--layout-container)) * 100vw), 18px);
	color: #37505F;
	font-size: clamp(15px, calc((17 / var(--layout-container)) * 100vw), 17px);
	text-align: center;
} 

.uncover-text{
	font-size: clamp(16px, calc((19 / var(--layout-container)) * 100vw), 19px);
}

.btn-higher-small a{
	font-size: clamp(16px, calc((19 / var(--layout-container)) * 100vw), 19px);
}


.border-title  .elementor-heading-title{
	background: url(/wp-content/uploads/2025/12/icons-why-seo-matters-section-higher-ground-digital-marketing.png) center / cover no-repeat;
	max-width: 600px;
	margin: auto;
	padding: 77px;
}

.last-dominate-col{
	max-width: 800px;
	margin: auto !important;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 10px !important;
	padding: 20px 15px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: transform 0.3s 
ease-out !important;
	transform: translateY(0px);
}

.last-dominate-col:hover{
	transform: translateY(-2px);
}


.last-dominate-col .elementor-heading-title{
	font-size: clamp(23px, calc((28 / var(--layout-container)) * 100vw), 28px);
	padding-bottom: 10px;
}


.last-dominate-col .elementor-widget-text-editor{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
}

.benefits-grid > .e-con-inner{
	counter-reset: item;
}

.benefits-grid > .e-con-inner > .elementor-element{
	background-color: #ffffff;
	color: #37505F;
	padding: 20px 30px 20px 70px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1rem;
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: flex-start;
	counter-increment: item;
	position: relative;
}

.benefits-grid > .e-con-inner > .elementor-element::before{
	content: counter(item);
	position: absolute;
	font-size: 91px;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke: 3px #E06436;
	-webkit-text-fill-color: #ffffff;
	text-align: left;
	line-height: 1;
	left: -20px;
	top: -11px;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.benefits-grid > .e-con-inner > .elementor-element:nth-child(2)::before, .benefits-grid > .e-con-inner > .elementor-element:nth-child(3)::before{
	left: -30px;
}

.benefits-grid > .e-con-inner > .elementor-element:nth-child(4)::before, .benefits-grid > .e-con-inner > .elementor-element:nth-child(5)::before{
	left: -45px;
}

.benefits-grid > .e-con-inner > .elementor-element .elementor-widget-text-editor{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
}


.benefits-grid > .e-con-inner > .elementor-element:nth-child(odd){
	left: -100px;
}

.benefits-grid > .e-con-inner > .elementor-element:nth-child(even){
	right: -150px;
}

.meet-btn a{
	font-size: clamp(16px, calc((19 / var(--layout-container)) * 100vw), 19px);
}

.meet-btn a .elementor-button-text span{
	display: block;
	font-size: clamp(14px, calc((17 / var(--layout-container)) * 100vw), 17px);
}

.blog-loop .elementor-grid{
	display: flex;
	flex-wrap: wrap;
}

.blog-loop .elementor-grid .e-loop-item > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-post-info ul li{
	background: #dce7f1;
	padding: 6px 12px;
	font-weight: 600;
	border-radius: 999px;
	max-width: max-content;
	margin: auto;
	font-size: 13px;
}

.blog-loop .elementor-grid .e-loop-item > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-post-info ul li span{
	color: #476782;
}

.blog-loop .elementor-grid .e-loop-item > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-button a{
	font-size: clamp(14px, calc((16 / var(--layout-container)) * 100vw), 16px);
}

.blog-loop .elementor-grid .e-loop-item:not(:first-of-type), .blog-loop.lastest-post .elementor-grid .e-loop-item{
	flex: 0 0 calc(33.333% - 17px);
}

.blog-loop .elementor-grid .e-loop-item:not(:first-of-type) > .e-parent > .e-con-inner > .e-child:last-child, .blog-loop.lastest-post .elementor-grid .e-loop-item > .e-parent > .e-con-inner > .e-child:last-child  {
	padding: 0 20px 20px;
}

.blog-loop .elementor-grid .e-loop-item:not(:first-of-type) > .e-parent > .e-con-inner > .e-child:first-child img, .blog-loop.lastest-post .elementor-grid .e-loop-item > .e-parent > .e-con-inner > .e-child:first-child img{
	height: 230px;
	object-fit: cover;
	object-position: center;
}

.blog-loop .elementor-grid .e-loop-item:not(:first-of-type) > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-heading .elementor-heading-title a, .blog-loop.lastest-post .elementor-grid .e-loop-item > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-heading .elementor-heading-title a{
	font-size: clamp(15px, calc((18 / var(--layout-container)) * 100vw), 18px);
	padding: 15px 0;
	display: block;
}

.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type{
	flex: 0 0 100%;
}

.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner{
	padding: 20px;
	flex-direction: row;
	align-items: center;
	display: grid;
	grid-template-columns: 1.6fr 1fr;
}

 
.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:first-child .elementor-widget-image a{
	aspect-ratio: 16 / 6;
	overflow: hidden;
}

.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:first-child .elementor-widget-image a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-heading .elementor-heading-title a{
	padding: 15px 0;
	font-size: clamp(20px, calc((26 / var(--layout-container)) * 100vw), 26px);
	display: block;
}

.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child {
	align-items: center;
}

.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child .elementor-heading-title{
	text-align: center;
}


.blog-loop .elementor-pagination > * {
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 12px;
	border: 1px solid #2f4a57;
	border-radius: 6px;
	text-decoration: none !important;
	background: #2f4a57;
	color: #fff;
}

.blog-loop .elementor-pagination > a:hover, .blog-loop .elementor-pagination > .current{
	border: 1px solid #E06436;
	background: #E06436;
}



/*************************************************
**************************************************
**************************************************

				Single Post 

**************************************************
**************************************************
**************************************************/


.single-badge ul li{
	padding: 6px 12px !important;
	border-radius: 999px;
	max-width: max-content;
	margin: auto;
	background: #fff;
	filter: brightness(0.96);
}

.single-main-title .elementor-heading-title{
	font-size: clamp(20px, calc((26 / var(--layout-container)) * 100vw), 26px);
}

.single-blog-content h2, .single-blog-content h3, .single-blog-content h4{
	color: #2f4a57;
	margin: 28px 0 14px;
	line-height: 1.3;
}


.single-blog-content a{
	color: #E06436;
	font-weight: bold;
}

.single-blog-content a:hover{
	text-decoration: underline;
}

.single-blog-content .wp-block-button a {
	color: #fff;
	margin-bottom: 20px;
}

/*************************************************
**************************************************
**************************************************

					Forms 

**************************************************
**************************************************
**************************************************/

.gform_wrapper .gform-body .ginput_container{
	position: relative;
}
.gform_wrapper .gform-body .ginput_container input:focus, .gform_wrapper .gform-body .ginput_container textarea:focus{
	outline: none;
	border: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	top: auto; 
	bottom: 0; 
	left: auto; 
	right: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.4s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:after{
	width: 100%; 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:after{
	height: 100%; 
	transition: 0.4s;
}


/*************************************************
**************************************************
**************************************************

					Footer 

**************************************************
**************************************************
**************************************************/

.logo-footer img {
	filter: brightness(0) invert(1);
}

.footer-icons b{
	display: block;
}

.footer-icons .elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text span{
	text-decoration: underline;
}


/* Animations - KeyFrames */

@keyframes opacDown {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes shine{
	100%{
		left: 125%;		
	}
}


/* Media Queries */

@media (min-width: 1200px) {
	.privacy-content h2, .privacy-content h1, .privacy-content h3 {
        line-height: 1.4 !important;
        font-size: 34px !important;
        margin-top: 30px;
    }
	
	
}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {
	body .formkit-form{
		width: 100% !important;
	}
}

@media (max-width: 1400px) {}

@media (max-width: 1366px) {}

@media (max-width: 1300px) {}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {
	body .why-image-content{
		width: auto;
		height: auto;
	}
	
	.border-title .elementor-heading-title{
		height: 275px;
	}
}

@media (max-width: 1080px) {
	.meet-philosophy-text{
		padding: 120px 45px;
	}
}

@media (max-width: 1024px) {}

@media (max-width: 989px) {
	.higher-grid > .elementor-element{
		width: 48%;
	}
	
	
}

@media (max-width: 880px) {
	.hide-br-mobile br {
		display: none;
	}
	
	.elementor-281 .elementor-element.elementor-element-4949bc57.services-grid {
		--e-con-grid-template-columns: repeat(4, 1fr) !important;
	}
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(odd){
		left: -50px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(even){
		right: -100px;
	}
	
	.hero-container-max-width {
		background: none !important;
	}
	
	.testimonials .elementor-swiper-button.elementor-swiper-button-prev{
		left: -30px !important;
	}
	
	.testimonials .elementor-swiper-button.elementor-swiper-button-next{
		right: -30px !important;
	}
	
}

@media (max-width: 780px) {
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(odd){
		left: -25px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(even){
		right: -50px;
	}
}

@media (max-width: 768px) {}

@media (max-width: 767px) {
	
	.plan-container.text-align-left > .e-con-inner > .elementor-element:nth-child(2) .elementor-widget-heading:nth-child(1) {
   		 padding: 40px 32px 10px;
	}
	
	.privacy-content h2, .privacy-content h1, .privacy-content h3, .privacy-content h4 {
        font-size: 24px !important;
    }
	
	.meet-philosophy-text {
		padding: 70px 35px;
	}
	.top-grid .elementor-widget-image img{
		max-width: 100% !important;
	}
	.e-con.hero-after-before::before{
		bottom: 52%;
	}
	.hero-after-before::after{
		bottom: 60%;
	}
	.blog-loop .elementor-grid .e-loop-item:not(:first-of-type), .blog-loop.lastest-post .elementor-grid .e-loop-item{
		flex: 0 0 100%;
	}
	
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner{
		grid-template-columns: 2fr;
		padding: 0;
	}
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:first-child .elementor-widget-image a{
		aspect-ratio: inherit;
	}
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner img{
		height: 230px !important;
	}
	
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child {
		padding:  0 20px 20px;
	}
	
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child{
		align-items: flex-start;
	}
	
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child .elementor-heading-title{
		text-align: left;	
	}
	
	.blog-loop:not(.lastest-post) .elementor-grid .e-loop-item:first-of-type > .e-parent > .e-con-inner > .e-child:last-child .elementor-widget-heading .elementor-heading-title a{
		font-size: 15px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(odd){
		left: 0px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(even){
		right: 0px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element{
		padding: 12px 30px 12px 70px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element::before{
		left: 0px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(2)::before, .benefits-grid > .e-con-inner > .elementor-element:nth-child(3)::before {
		left: -3px;
	}
	
	.benefits-grid > .e-con-inner > .elementor-element:nth-child(4)::before, .benefits-grid > .e-con-inner > .elementor-element:nth-child(5)::before{
		left: -8px;
	}
	
	.plan-container > .e-con-inner > .elementor-element{
		min-height: 1px;
	}
	
	.mobile-top-0 {
		padding-top: 0 !important;
	}
	
	.testimonials .elementor-swiper-button:hover{
		padding: 5px;
	}
	
	.track-container > .elementor-element .elementor-widget-text-editor{
		display: none;
	}
	
	.track-container > .elementor-element{
		min-height: 1px;
	}
	
	.track-container > .elementor-element .elementor-widget-heading .elementor-heading-title{
		margin-bottom: 0;
	}
	
	.mobile-absolute{
		position: absolute !important;
		z-index: 10 !important;
		left: 50%;
		transform: translateX(-50%);
		width: 90% !important;
	}
	
	.about-right {
		opacity: .3;
	}
	
	
	.icons-grid > .e-con-inner > .why-image-content:last-child{
		position: relative;
		left: 50%;
	}
	
	.testimonials .elementor-testimonial__cite{
		flex-direction: column !important;
	}
	.testimonials .elementor-testimonial__cite::before{
		display: none;
	}
	
	.services-hero::after{
		content: '';
		position: absolute;
		inset: 0;
		background: url(/wp-content/uploads/2025/12/Elevate-Your-Search-Visibility-with-Proven-SEO-Solutions-scaled.jpg) right center / cover no-repeat;
		opacity: 0.2;
		background-position: 80% center;
	}
	
	.services-hero > .elementor-element {
		z-index: 1;
	}
	
	
	.pricing-table{
		display: none;
	}
	
	.higher-grid > .elementor-element{
		width: 100%;
		padding: 35px 25px;
	}
	
	.border-title .elementor-heading-title{
		padding: 40px;
		height: 185px;
	}
	
	.testimonials .elementor-swiper-button{
		display: none !important;
	}
	
	.testimonials .elementor-main-swiper {
		width: 100% !important;
	}
	
	
}

@media (max-width: 360px) {}