/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
 * Global CSS
 * */

body{
	--white-color: var(--e-global-color-d86431d);
	--footer-overlay: var(--e-global-color-921429b);
	--section-overlay: var(--e-global-color-d9902b2);
	--divider-color: var(--e-global-color-f9772bc);
	--title-color: var(--e-global-color-f76da4e);
}

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

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

.elementor-widget-button .elementor-button-wrapper{
	line-height: 0;
}

.elementor-widget-button .elementor-button{
	position: relative;
    transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

.elementor-widget-button .elementor-button:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background-color: var(--e-global-color-primary);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button:hover:before{
    right: auto;
    left: 0;
	width: 100%;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: currentcolor;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.elementor-widget-button .elementor-button .elementor-button-icon:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	background-color: var(--e-global-color-primary);
	mask-image: url("./images/button.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 19px;
	height: 19px;
	transition: all 0.3s ease-in-out;
	transform: translate(-100%, -50%);
}

.white-btn.elementor-widget-button .elementor-button .elementor-button-icon:before{
	background-color: var(--e-global-color-accent);
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon:before{
	left: 50%;
	transform: translate(-50%, -50%);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 19px;
	fill: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
	transform: translate(200%, 0);
}

.white-btn.elementor-widget-button .elementor-button .elementor-button-icon svg{
	fill: var(--white-color);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-button-text{
	padding-left: 20px;
}

.no-bg.elementor-widget-button .elementor-button,
.no-bg.elementor-widget-button .elementor-button .elementor-button-icon{
	background-color: transparent;
	border-radius: 0;
}

.no-bg.elementor-widget-button .elementor-button:before,
.no-bg.elementor-widget-button .elementor-button .elementor-button-icon:before{
	display: none;
}

.no-bg.elementor-widget-button .elementor-button .elementor-button-text{
	padding-left: 0;
}

.no-bg.elementor-widget-button .elementor-button .elementor-button-icon{
	height: auto;
	width: auto;
}

.no-bg.elementor-widget-button .elementor-button .elementor-button-icon svg {
    width: 14px;
}

.no-bg.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
	transform: none;
}

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}

/* Section Title CSS */

.section-title h3.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background-image: url("./images/icon-sub-heading.svg");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: contain;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
}


.white-color.section-title h3.elementor-heading-title::before{
	background-image: url("./images/icon-sub-heading-white.svg");
}


/* Breadcrumbs CSS */

.page-breadcrumbs ul li:after {
    transform: rotate(15deg);
}

/* Icon Box Hover CSS */

.icon-box-hover .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
}

.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transform: scale(0) rotate(180deg);
	transition: all 0.4s ease-in-out;
}

.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon:before{
	transform: scale(1) rotate(0deg);
}

/* Column 2 CSS */

.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.column-2 ul li{
	width: calc(50% - 10px);
}

@media only screen and (max-width: 991px) {
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
		gap: 10px !important;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-icon{
		width: 32px;
		height: 32px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-icon:before{
		width: 16px;
		height: 16px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-icon svg{
		width: 16px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-text {
		padding-left: 15px;
	}
	
	.column-2 ul{
		gap: 10px;
	}

	.column-2 ul li{
		width: 100%;
	}	
}

/* 
 * Header CSS 
 * */

body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
/* 	background-color: var(--title-color); */
}


/* Full-width banner */
.header-banner{
	width: 100vw; /* Full viewport width */
	margin-left: calc(-50vw + 50%); /* Centers the 100vw inside Elementor containers */
	margin-right: calc(-50vw + 50%); /* Centers the 100vw inside Elementor containers */
	margin-top: calc(-50vw + 50%); /* Centers the 100vw inside Elementor containers */
	position: relative;
	left: 0;
	right: 0;
	z-index: 999;
}

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid transparent;
}

body:not(.home) .main-header{
	background: var(--white-color);
	border-color: rgba(0,0,0,0.15);
}

body.home .main-header.elementor-sticky.elementor-sticky--effects{
	background: var(--white-color);
/* 	backdrop-filter: blur(40px);
	-webkit-backdrop-filter : blur(40px); */
	border-color: rgba(0,0,0,0.15);
}

.header-logo,
.header-logo img{
	transition: all 0.3s ease-in-out;
}

.header-logo img[src$=".svg"]{
	width: auto !important;
}

body.home .main-header .header-logo.default-logo,
.main-header.elementor-sticky.elementor-sticky--effects .header-logo.sticky-logo{
	opacity: 0;
	visibility: hidden;
}

body.home .main-header.elementor-sticky.elementor-sticky--effects .header-logo.default-logo{
	opacity: 1;
	visibility: visible;
}

body:not(.home) .main-header .header-logo.sticky-logo{
	display: none;
	opacity: 0;
	visibility: hidden;
}

.header-menu .elementor-nav-menu--main > .elementor-nav-menu > li,
.header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.4s ease-in-out;
}

body.home .main-header .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > a{
	color: var(--white-color) !important;
}

body.home .main-header .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > a:hover,
body.home .main-header .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li.current-menu-item > a,
body.home .main-header .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li.current-menu-ancestor > a{
    color: var(--e-global-color-accent) !important;
}

body.home .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > a {
    color: #000000 !important;
}

body.home .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > a:hover,
body.home .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li.current-menu-item > a,
body.home .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li.current-menu-ancestor > a{
    color: var(--e-global-color-accent) !important;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
/* 	margin-top: 39px !important; */
}

.header-menu ul li.mobile-btn-highlighted{
	display: none;
}

@media only screen and (max-width: 1024px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
/* 		margin-top: 26px !important; */
	}
	
	.header-cta.elementor-widget-button .elementor-button .elementor-button-icon{
		width: 35px;
    	height: 35px;
	}
	
	.header-cta.elementor-widget-button .elementor-button .elementor-button-icon svg{
		width: 17px;
	}
}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
/* 		max-width: 150px; */
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
/* 		margin-top: 18px !important; */
	}
	
	.header-menu ul li.mobile-btn-highlighted{
		display: block;
	}
	
	.header-cta.elementor-widget-button .elementor-button .elementor-button-icon{
		display: none;
	}
	
	.header-cta.elementor-widget-button .elementor-button .elementor-button-text{
		padding-left: 0;
	}
	
}


/*
 * Footer CSS
 * */

.footer-menu ul li{
	position: relative;
	padding-left: 15px;
}

.footer-menu ul li:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    height: 5px;
    width: 5px;
    background: var(--white-color);
    border-radius: 50%;
    transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
}

.footer-menu ul li:hover a{
	color: var(--e-global-color-accent) !important;
}

.footer-menu ul li:hover:before{
	 background: var(--e-global-color-accent);
}

.footer-contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	background: var(--white-color);
	border-radius: 50%;
}

.footer-contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content{
	display: flex;
	flex-direction: column-reverse;
}

.footer-contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	margin-bottom: 5px;
}

.footer-contact-icon-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	background: var(--e-global-color-accent);
	border-radius: 50%;
}


/*
 * Home CSS
 * */

.home-why-stack-img img{
	aspect-ratio: 1 / 1.105;
    object-fit: cover;	
}

.cta-shape-img{
	height: 100%;
}

.cta-shape-img:before{
	content: "";
    position: absolute;
    top: -35px;
    left: 0;
    height: 100%;
    width: 140px;
    background: linear-gradient(180deg, var(--e-global-color-accent) 12.37%, transparent 68.72%);
    opacity: 0.6;
    transform: rotate(13.813deg);	
}

.cta-shape-img:after{
	content: "";
    position: absolute;
    bottom: -25px;
    right: -115px;
    height: 100%;
    width: 150px;
	background: linear-gradient(179deg, transparent 27.59%, var(--e-global-color-accent) 98.95%);
    opacity: 0.6;
    transform: rotate(13.813deg);
}

.cta-shape-img img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

@media only screen and (max-width: 1300px) {
	
	.cta-shape-img:before{
		width: 120px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.cta-shape-img:after{
		right: -105px;
		transform: rotate(10deg);
	}
	
}

@media only screen and (max-width: 767px) {
	
	.home-why-stack-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.cta-shape-img:before,
	.cta-shape-img:after{
		content: none;
	}
	
	.cta-shape-img img{
		clip-path: none;
		aspect-ratio: 1 / 0.7;
	}
	
}


/*
 * Blog Archieve CSS
 * */

/* Featured Post CSS */

.featured-blog-wrap{
	margin-bottom: 60px;
}

.featured-blog-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.featured-blog-box .featured-blog-img-wrap a{
	position: relative;
}

.featured-blog-box .featured-blog-img-wrap a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(from var(--e-global-color-accent) r g b / 50%);
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.featured-blog-box .featured-blog-img-wrap{
	width: calc(50% - 15px);
}

.featured-blog-box .featured-blog-img-wrap img{
	width: 100%;
	aspect-ratio: 1 / 0.97;
	object-fit: cover;
	border-radius: 10px;
}

.featured-blog-box .featured-blog-img-wrap .featured-blog-image,
.featured-blog-box .featured-blog-img-wrap .featured-blog-image a figure,
.featured-blog-box .featured-blog-img-wrap .featured-blog-image a figure,
.featured-blog-box .featured-blog-img-wrap .featured-blog-image img{
	height: 100%;	
}


.featured-blog-box .featured-blog-body{
	width: calc(50% - 15px);
	padding: 20px 0;
}

.featured-blog-box:has(:not(.featured-blog-image img)) .featured-blog-body{
	width: 100%;
}

.featured-blog-box:has(.featured-blog-image img) .featured-blog-body{
	width: calc(50% - 15px);
}

.featured-blog-box .featured-blog-body .blog-meta{
	margin-bottom: 5px;
}

.featured-blog-box .featured-blog-body .blog-meta ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.featured-blog-box .featured-blog-body .blog-meta ul li{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}

.featured-blog-box .featured-blog-body .blog-meta ul li a{
	color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	line-height: normal;
    gap: 8px;
	transition: all 0.3s ease-in-out;
}

.featured-blog-box .featured-blog-body .blog-meta ul li a:hover{
	color: var(--e-global-color-accent);
}

.featured-blog-box .featured-blog-body .blog-meta ul li.blog-author{
	line-height: 0;
}

.featured-blog-box .featured-blog-body .blog-meta ul li img{
	width: 100%;
	max-width: 30px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.featured-blog-box .featured-blog-body .blog-meta ul li.blog-date,
.featured-blog-box .featured-blog-body .blog-meta ul li.blog-cat{
	position: relative;
	padding-left: 26px;
}

.featured-blog-box .featured-blog-body .blog-meta ul li.blog-date:before,
.featured-blog-box .featured-blog-body .blog-meta ul li.blog-cat:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--e-global-color-accent);
	mask-image: url("./images/date.svg");
	mask-size: contain;
	mask-position: center center;
	mask-repeat: no-repeat;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.featured-blog-box .featured-blog-body .blog-meta ul li.blog-cat:before{
	mask-image: url("./images/cat.svg");
}

.featured-blog-box .featured-blog-body .blog-title{
	margin-bottom: 20px;
}

.featured-blog-box .featured-blog-body .blog-title h1{
	font-size: 28px;
	line-height: 1.3em;
}

.featured-blog-box .featured-blog-body .blog-desc{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}

.featured-blog-box .featured-blog-body .blog-button{
	margin-top: 30px;
}

.featured-blog-box .featured-blog-body .blog-button .elementor-button-content-wrapper{
    gap: 20px;
}

/* Loop Grid Post CSS */

.blog-loop-item{
	height: 100%;
}

.featured-blog-img,
.featured-blog-img a{
	height: 100%;
}

.featured-blog-img img{
	aspect-ratio: 1 / 0.57;
    object-fit: cover;
	height: 100%;
}

.blog-img a{
	position: relative;
}

.blog-img a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(from var(--e-global-color-primary) r g b / 50%);
	width: 100%;
	height: 100%;
}

.blog-img img{
	aspect-ratio: 1 / 0.86;
    object-fit: cover;
}

.blog-category ul li .elementor-post-info__item--type-terms span{
	font-size: 0;
}

.blog-category ul li .elementor-post-info__item--type-terms span a{
	display: inline-block !important;
    font-size: 14px !important;
    background: var(--title-color);
    border-radius: 100px;
    padding: 8px 20px;
    margin: 0px 10px 10px 0px;
	transition: all 0.4s ease-in-out;
}

.blog-category-1.blog-category ul li .elementor-post-info__item--type-terms span a{
	background: var(--e-global-color-accent);
}

.blog-category ul li .elementor-post-info__item--type-terms span a:hover{
	background: var(--e-global-color-accent);
	color: var(--title-color) !important;
}

.blog-category-1.blog-category ul li .elementor-post-info__item--type-terms span a:hover{
	background: var(--e-global-color-text);
}

.blog-post-loop-meta{
	margin-top: 10px;
}

.blog-post-loop-meta ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
	padding: 0;
	margin: 0;
}

.blog-post-loop-meta ul li{
	position: relative;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 15px;
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	line-height: 1em;
	color: var(--e-global-color-text);
	transition: all 0.3s ease-in-out;
}

.blog-post-loop-meta ul li a{
	color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	line-height: normal;
    gap: 8px;
	transition: all 0.3s ease-in-out;
}

.blog-post-loop-meta ul li a:hover{
	color: var(--e-global-color-accent);
}

.blog-post-loop-meta ul li img{
	width: 100%;
	max-width: 30px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.blog-post-loop-meta ul li.blog-date{
	width:calc(40% - 5px);
}

.blog-post-loop-meta ul li.blog-author{
	width:calc(60% - 5px);
}

.blog-post-loop-meta ul li.blog-date,
.blog-post-loop-meta ul li.blog-cat{
	padding-left: 25px;
}

.blog-post-loop-meta ul li.blog-date:before,
.blog-post-loop-meta ul li.blog-cat:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--e-global-color-accent);
	mask-image: url("./images/date.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.blog-post-loop-meta ul li.blog-cat{
	width: 100%;
}

.blog-post-loop-meta ul li.blog-cat:before{
	mask-image: url("./images/cat.svg");
}

/* Blog Pagination CSS */

.blog-loop-grid .elementor-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev,
.blog-loop-grid .elementor-pagination .page-numbers.next{
	text-indent: -9999px;
}

.blog-loop-grid .elementor-pagination .page-numbers{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers:hover,
.blog-loop-grid .elementor-pagination .page-numbers:focus,
.blog-loop-grid .elementor-pagination .page-numbers.current{
	background-color: var(--e-global-color-primary);
	color: var(--white-color);
}

.blog-loop-grid .elementor-pagination .page-numbers.prev:before,
.blog-loop-grid .elementor-pagination .page-numbers.next:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--white-color);
    mask-image: url("./images/arrow-prev.svg");
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transform: translate(-50%, -50%);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease-in-out;	
}

.blog-loop-grid .elementor-pagination .page-numbers.next:before{
	mask-image: url("./images/arrow-next.svg");
}


.blog-loop-grid .elementor-pagination span.page-numbers.prev,
.blog-loop-grid .elementor-pagination span.page-numbers.next{
	display: none;
}

.blog-loop-grid .elementor-pagination .page-numbers:focus{
	color: var(--title-color) !important;
}

/* Blog Search CSS */

.blog-search-btn .e-search-form {
	border: 1px solid var(--divider-color);
    border-radius: 10px;
    padding: 5px;
}

.blog-search-btn .e-search-form .e-search-submit {
    height: 50px;
    width: 50px;
    justify-content: center;
}

.blog-search-btn .e-search-form .e-search-submit svg{
	height: 20px !important;
    width: 20px !important;
    margin: 0;
}

/* Blog Category List CSS */

.blog-category-list h5{
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	font-style: var(--e-global-typography-secondary-font-style);
    text-transform: var(--e-global-typography-secondary-text-transform);
	border-bottom: 1px solid var(--divider-color);
    padding: 20px 30px;
    margin: 0px;
}

.blog-category-list:has(select) h5{
	display: none;
}

.blog-category-list:not(:has(select)) {
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	overflow: hidden;
}

.blog-category-list nav ul{
	padding: 0;
    list-style: none;
}

.blog-category-list:not(:has(select)) ul{
	height: 454px;
	overflow-y: auto;
	overflow-x: clip;
}

.blog-category-list:not(:has(select)) ul::-webkit-scrollbar-track{
	background-color: #FFF; 
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 0px;
}

.blog-category-list:not(:has(select)) ul::-webkit-scrollbar{
	width: 5px;  
	background-color: #FFF; 
	border-radius: 100px;
}

.blog-category-list:not(:has(select)) ul::-webkit-scrollbar-thumb{ 
	background: var(--e-global-color-accent); ;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 100px;
}

.blog-category-list nav ul li{
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	font-style: var(--e-global-typography-text-font-style);
    text-transform: var(--e-global-typography-text-text-transform);
    padding-right: 30px;
    border-bottom: 1px solid var(--divider-color);
}

.blog-category-list nav ul li:last-child{
	border: none;
}

.blog-category-list nav ul li a{
	display: block;
	width: 100%;
	padding: 20px 30px;
	color: var(--e-global-color-text);
}

.blog-category-list form,
.blog-authors-container{
	position: relative;
}

.blog-category-list form:before,
.blog-authors-container:before{
	content: '';
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	background-color: var(--e-global-color-primary);
	mask-image: url("./images/up-arrow.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 17px;
	height: 10px;
	transform: translate(-20px, -50%) scale(-1);
}

/* .blog-category-list form #cat,
.blog-authors-container .blog-authors-dropdown{
	position: relative;
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	font-style: var(--e-global-typography-secondary-font-style);
    text-transform: var(--e-global-typography-secondary-text-transform);
	background-color: transparent;
	color: var(--e-global-color-primary);
	border: none;
	border-radius: 10px;
    padding: 17px 20px;
    margin: 0px;
    outline: none;
    box-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
} */

.blog-category-list form #cat,
.blog-authors-container .blog-authors-dropdown{
	position: relative;
	font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	font-style: var(--e-global-typography-text-font-style);
    text-transform: var(--e-global-typography-text-text-transform);
	background-color: transparent;
	color: var(--e-global-color-primary);
	border: none;
	border-radius: 10px;
    padding: 17px 20px;
    margin: 0px;
    outline: none;
    box-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}



.blog-category-list form #cat option{
	font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	font-style: var(--e-global-typography-text-font-style);
    text-transform: var(--e-global-typography-text-text-transform);
	color: var(--e-global-color-text);
}


/* Blog Tag List CSS */

.blog-tag-list h5{
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	font-style: var(--e-global-typography-secondary-font-style);
    text-transform: var(--e-global-typography-secondary-text-transform);
	border-bottom: 1px solid var(--divider-color);
    padding: 20px 30px;
    margin: 0px;
}

.blog-tag-list nav .tagcloud{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	gap: 15px 10px;
	padding: 20px 30px;
}

.blog-tag-list nav .tagcloud a{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 14px !important;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	font-style: var(--e-global-typography-text-font-style);
    text-transform: var(--e-global-typography-text-text-transform);
    padding: 8px 20px;
    color: var(--e-global-color-text);
    background-color: var(--white-color);
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

/* Top Subscribte Form CSS */
body.blog .blog-form-conatiner{
	padding: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	min-height: auto;
}

body.blog .blog-form-conatiner .elementor-widget-heading{
	width: calc(33.33% - 10px);
}

body.blog .blog-form-conatiner .elementor-widget-shortcode{
	width: calc(66.667% - 10px);
}

body.blog .blog-form-conatiner .subscribe-contact-form form{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

body.blog .blog-form-conatiner .subscribe-contact-form form .gform-body{
	width: 60%;
	padding-right: 15px;
}

body.blog .blog-form-conatiner .subscribe-contact-form form .gform-footer{
	width: 40%;
	--gf-form-footer-margin-y-start: 0;
	padding-left: 15px;
}

@media only screen and (max-width: 1024px) {
	
	.featured-blog-wrap{
		margin-bottom: 30px;
	}
	
	.featured-blog-box .featured-blog-img-wrap,
	.featured-blog-box:has(.featured-blog-image img) .featured-blog-body,
	.featured-blog-box:has(:not(.featured-blog-image img)) .featured-blog-body{
		width: 100%;
	}
	
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image, 
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image a figure, 
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image a figure, 
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image img{
		height: auto;
	}
	
	.featured-blog-box .featured-blog-img-wrap img{
		aspect-ratio: 1 / 0.66;
	}
	
	.featured-blog-box .featured-blog-body{
		padding: 0;
	}
	
	.featured-blog-box .featured-blog-body .blog-title h1{
		font-size: 24px;
	}
	
	.blog-category ul li .elementor-post-info__item--type-terms span a{
		padding: 6px 15px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		height: 40px;
		width: 40px;
	}
	
	.blog-post-loop-meta ul{
		gap: 10px;
	}

	
	.blog-post-loop-meta ul li.blog-date{
		width: calc(42% - 5px);
	}
	
	.blog-post-loop-meta ul li.blog-author{
		width: calc(58% - 5px);
	}
	
	.blog-post-loop-meta ul li img{
		max-width: 20px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers.prev:before,
	.blog-loop-grid .elementor-pagination .page-numbers.next:before{
		height: 20px;
		width: 20px;
	}
	
	.blog-category-list h5{
		padding: 15px 20px;
	}

	.blog-category-list nav ul li{
		padding-right: 20px;
	}
	
	.blog-category-list nav ul li a{
		padding: 15px 20px;
	}

	.blog-tag-list h5{
		padding: 15px 20px;
	}

	.blog-tag-list nav .tagcloud{
		padding: 15px 20px;
	}

	.blog-tag-list nav .tagcloud a{
		padding: 6px 18px;
	}
	
	/* Top Subscribte Form CSS */
	body.blog .blog-form-conatiner{
		padding: 30px 20px;
		flex-direction: var(--flex-direction);
	}

	body.blog .blog-form-conatiner .elementor-widget-heading,
	body.blog .blog-form-conatiner .elementor-widget-shortcode{
		width: 100%;
	}

	body.blog .blog-form-conatiner .subscribe-contact-form form{
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: center;
	}

	body.blog .blog-form-conatiner .subscribe-contact-form form .gform-body{
		width: 60%;
		padding-right: 10px;
	}

	body.blog .blog-form-conatiner .subscribe-contact-form form .gform-footer{
		width: 40%;
		--gf-form-footer-margin-y-start: 0;
		padding-left: 10px;
	}
	
	body.blog .blog-form-conatiner .subscribe-contact-form .gform_wrapper form .gform_footer .gform_button{
		padding: 15px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.featured-blog-box .featured-blog-img-wrap img{
		aspect-ratio: 1 / 0.89;
	}
	
	.featured-blog-box .featured-blog-body .blog-title h1{
		font-size: 20px;
	}
	
	.featured-blog-box .featured-blog-body .blog-title{
		margin-bottom: 10px;
	}
	
	.featured-blog-box .featured-blog-body .blog-meta ul{
		gap: 8px 15px;
	}
	
	.featured-blog-box .featured-blog-body .blog-button{
		margin-top: 20px;
	}
	
	.featured-blog-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.blog-category ul li .elementor-post-info__item--type-terms span a{
		font-size: 12px;
		padding: 3px 10px;
		margin: 0px 8px 8px 0px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		height: 35px;
        width: 35px;
		border-radius: 8px;
	}

	.blog-loop-grid .elementor-pagination .page-numbers.prev:before,
	.blog-loop-grid .elementor-pagination .page-numbers.next:before{
		height: 18px;
		width: 18px;
	}

	.blog-search-btn .e-search-form .e-search-submit {
		height: 40px;
		width: 40px;
	}

	.blog-search-btn .e-search-form .e-search-submit svg{
		height: 18px !important;
		width: 18px !important;
	}

	.blog-category-list h5{
		padding: 15px;
	}
	
	.blog-category-list:not(:has(select)) ul{
		height: 408px;
	}

	.blog-category-list nav ul li{
		padding-right: 15px;
	}
	
	.blog-category-list nav ul li a{
		padding: 15px;
	}
	
	.blog-category-list form:before, .blog-authors-container:before{
		width: 14px;
		height: 8px;
	}
	
	.blog-category-list form #cat, .blog-authors-container .blog-authors-dropdown{
		padding: 15px;
	}

	.blog-tag-list h5{
		padding: 15px;
	}

	.blog-tag-list nav .tagcloud{
		gap: 10px;
		padding: 15px;
	}
	
	.blog-post-loop-meta ul li{
		font-size: 14px;
	}
	
	/* Top Subscribte Form CSS */
	body.blog .blog-form-conatiner{
		padding: 20px;
	}

	body.blog .blog-form-conatiner .subscribe-contact-form form{
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: center;
	}

	body.blog .blog-form-conatiner .subscribe-contact-form form .gform-body,
	body.blog .blog-form-conatiner .subscribe-contact-form form .gform-footer{
		width: 100%;
		padding-right: 0;
	}

	body.blog .blog-form-conatiner .subscribe-contact-form form .gform-footer{
		--gf-form-footer-margin-y-start: 15px;
		padding-left: 0;
	}
	
	body.blog .blog-form-conatiner .subscribe-contact-form .gform_wrapper form .gform_footer .gform_button{
		padding: 12px !important;
	}
		
}

/*
 * Author List Page CSS
 * */

.author-single-img .author-profile-photo img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top center;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 20px;
}

.author-single-social-media .author-social-media-wrapper ul{
	justify-content: flex-start;
}

/* 
 * Blog Single Page CSS
 * */

.post-featured-img img{
	aspect-ratio: 1 / 0.59;
    object-fit: cover;
}

.post-meta-data ul li.elementor-icon-list-item:after{
	border-radius: 50%;
}

.post-entry p{
	margin-bottom: 1em;
}

.post-entry a,
.post-entry a strong,
.post-entry p strong{
	color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
	font-weight: bolder;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
	text-transform: var( --e-global-typography-primary-text-transform );
	line-height: var( --e-global-typography-primary-line-height );
	margin: 0.4em 0 0.4em;
	color: var(--e-global-color-primary);
}

.post-entry h1{
	font-size: var(--e-global-typography-primary-font-size);
}

.post-entry h2{
	font-size: 40px;
}

.post-entry h3{
	font-size: 34px;
}

.post-entry h4{
	font-size: 28px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 22px;
}

.post-entry blockquote{
	position: relative;
    background-color: var(--e-global-color-accent);
    background-image: url("./images/quote-icon.svg");
    background-repeat: no-repeat;
    background-position: top 35px left 40px;
    background-size: 55px auto;
    border-radius: 10px;
    padding: 30px 40px 30px 120px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	color: var(--white-color);
	font-size: 18px;
	font-weight: 500;
	line-height: var(--e-global-typography-text-line-height);
}

.post-entry ul{
	padding-left: 20px;
}

.post-entry ul,
.post-entry ol{
	margin: 20px 0;
}

.post-entry ul li:not(:last-child),
.post-entry ol li:not(:last-child){
	margin-bottom: 15px;
}

.post-entry ul li::marker{
	color: var(--e-global-color-accent);
}

.post-entry .wp-block-image{
	text-align: center;
	margin: 30px 0px;
}

.post-entry .wp-block-image img{
	border-radius: 10px;
}

.post-tag ul li .elementor-post-info__item--type-terms span{
	font-size: 0 !important;
}

.post-tag ul li .elementor-post-info__item--type-terms span a{
	display: inline-block !important;
	font-size: initial !important;
	background: var(--e-global-color-accent);
	border-radius: 10px;
	padding: 12px 30px;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:last-child{
	margin-right: 0;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:hover{
	background: var(--e-global-color-primary);
	color: var(--white-color) !important;
}

.blog-social-share .elementor-share-btn{
	height: 36px;
	width: 36px;
}

.blog-social-share .elementor-share-btn .fa-facebook:before{
	content: "\f39e";
}

.blog-social-share .elementor-share-btn .fa-linkedin:before{
	content: "\f0e1";
}

.author-info-box{
	text-align: center;
	background: var(--white-color);
    border-radius: 10px;
    border-bottom: 3px solid var(--e-global-color-accent);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    padding: 50px 30px;
}

.author-info-box .author-profile-photo{
	margin-bottom: 30px;
}

.author-info-box .author-profile-photo img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

.author-info-box .author-name{
	margin-bottom: 10px;
}

.author-info-box .author-name h3{
	font-size: 30px;
}

.author-info-box .author-bio-info{
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--divider-color);
}

.author-info-box .author-bio-info p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.author-social-media-wrapper ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 0;
	list-style: none;
}

.author-social-media-wrapper ul li{
	font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	line-height: 0;
}

.author-social-media-wrapper ul li a{
	position: relative;
	display: block;
	font-size: 0px;
	height: 36px;
	width: 36px;
	color: var(--white-color);
	background-color: var(--e-global-color-secondary);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.author-social-media-wrapper ul li a:before{
	content: '';
	position: absolute;
    top: 50%;
    left: 50%;
	background-color: var(--white-color);
	mask-image: url("./images/facebook.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
    transform: translate(-50%, -50%);
	height: 20px;
	width: 20px;
	transition: all 0.3s ease-in-out;
}

.author-social-media-wrapper ul li.instagram a:before{
	mask-image: url("./images/instagram.svg");
}

.author-social-media-wrapper ul li.linkedin a:before{
	mask-image: url("./images/linkedin.svg");
}

.author-social-media-wrapper ul li.twitter a:before{
	mask-image: url("./images/twitter.svg");
}

.author-social-media-wrapper ul li.threads a:before{
	mask-image: url("./images/threads.svg");
}

.author-social-media-wrapper ul li.email a:before{
	mask-image: url("./images/mail-icon.svg");
}

.author-social-media-wrapper ul li.phone_number a:before{
	mask-image: url("./images/call.svg");
}

.author-social-media-wrapper ul li a:hover{
	background-color: var(--e-global-color-primary);
}

@media only screen and (max-width: 1024px) {
	
	.post-featured-img img{
		aspect-ratio: 1 / 0.5;
	}

	.post-entry h2{
		font-size: 34px;
	}

	.post-entry h3{
		font-size: 30px;
	}

	.post-entry h4{
		font-size: 24px;
	}

	.post-entry h5{
		font-size: 20px;
	}

	.post-entry h6{
		font-size: 18px;
	}
	
	.post-entry blockquote{
		background-position: top 25px left 25px;
		background-size: 40px auto;
		padding: 20px 20px 20px 80px;
		margin-top: 30px;
	}

	.post-entry blockquote p{
		font-size: 16px;
	}

	.post-entry ul,
	.post-entry ol{
		margin: 10px 0;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		padding: 10px 20px;
	}

	.author-info-box{
		padding: 30px;
	}

	.author-info-box .author-profile-photo{
		margin-bottom: 20px;
	}

	.author-info-box .author-profile-photo img{
/* 		width: 80px;
		height: 80px; */
	}
	
	.author-info-box .author-name{
		margin-bottom: 5px;
	}

	.author-info-box .author-name h3{
		font-size: 24px;
	}

	.author-info-box .author-bio-info{
		margin-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
	}

	.author-info-box .author-social-media-wrapper ul{
		gap: 10px;
	}
	
	.author-social-media-wrapper ul li a:before{
		height: 18px;
		width: 18px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.post-featured-img img{
		aspect-ratio: 1 / 0.75;
	}

	.post-entry h2{
		font-size: 28px;
	}

	.post-entry h3{
		font-size: 24px;
	}

	.post-entry h4{
		font-size: 22px;
	}

	.post-entry h5{
		font-size: 18px;
	}

	.post-entry h6{
		font-size: 16px;
	}

	.post-entry blockquote{
		background-position: top 18px left 25px;
        background-size: 25px auto;
        padding: 20px;
		text-indent: 40px;
	}

	.post-tag ul li .elementor-post-info__item--type-terms span a{
		font-size: 14px !important;
		padding: 8px 16px;
	}

	.author-info-box{
		padding: 30px 20px;
	}

	.author-info-box .author-profile-photo img{
/* 		width: 60px;
		height: 60px; */
	}

	.author-info-box .author-name h3{
		font-size: 22px;
	}
	
	.author-info-box .author-designation{
		font-size: 14px;
	}

	.author-social-media-wrapper ul{
		gap: 8px;
	}
	
	.author-social-media-wrapper ul li a{
		height: 32px;
		width: 32px;
	}
		
	.author-social-media-wrapper ul li a:before{		
		height: 16px;
		width: 16px;
	}
	
	
	
}

/* 
 * Why Stack Page CSS
 * */

.contact-us-circle{
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.why-stack-about-img img{
	aspect-ratio: 1 / 0.856;
    object-fit: cover;
}

.why-stack-mission-icon-box .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.why-stack-mission-icon-box .elementor-widget-container:before{
	content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--e-global-color-accent);
	border-radius: 10px;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.why-stack-mission-icon-box:hover .elementor-widget-container:before,
.why-stack-mission-icon-box.active .elementor-widget-container:before{
	top: 0;
    bottom: auto;
    height: 101%;
}

.why-stack-mission-icon-box .elementor-icon-box-wrapper .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	border-radius: 10px;
	background-color: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out;
}

.why-stack-mission-icon-box:hover .elementor-icon-box-wrapper .elementor-icon,
.why-stack-mission-icon-box.active .elementor-icon-box-wrapper .elementor-icon{
	background-color: var(--white-color);
	fill: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
}

.why-stack-mission-icon-box .elementor-icon-box-title,
.why-stack-mission-icon-box .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.why-stack-mission-icon-box:hover .elementor-icon-box-title,
.why-stack-mission-icon-box.active .elementor-icon-box-title,
.why-stack-mission-icon-box:hover .elementor-icon-box-description,
.why-stack-mission-icon-box.active .elementor-icon-box-description{
	 color: var(--white-color) !important;
}

.why-stack-service-img img{
	aspect-ratio: 1 / 0.623;
    object-fit: cover;
}

.why-stack-tab .e-n-tabs-heading{
	padding-top: 110px;
}

.why-stack-tab .e-n-tabs-heading .e-n-tab-title{
	justify-content: space-between;
}

.tab-content-img,
.tab-content-img img{
	height: 100%;
}

.tab-content-img img{
	object-fit: cover;
}

.why-stack-step-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	background: var(--e-global-color-accent);
}

.why-stack-step-box .elementor-icon-box-wrapper .elementor-icon-box-title span{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.why-stack-step-box .elementor-icon-box-wrapper .elementor-icon-box-title span em{
	font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-style: var(--e-global-typography-text-font-style);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    text-transform: var(--e-global-typography-text-text-transform);
}

.why-stack-step-img{
	height: 100%;
}

.why-stack-step-img img{
	aspect-ratio: 1 / 0.98;
    object-fit: cover;
	height: 100%;
}

.why-stack-mission-icon-box:hover .elementor-icon svg [fill="#fff"],
.why-stack-mission-icon-box:hover .elementor-icon svg [fill="#FFF"],
.why-stack-mission-icon-box:hover .elementor-icon svg [fill="#ffffff"],
.why-stack-mission-icon-box:hover .elementor-icon svg [fill="white"],
.why-stack-mission-icon-box.active .elementor-icon svg [fill="#fff"],
.why-stack-mission-icon-box.active .elementor-icon svg [fill="#FFF"],
.why-stack-mission-icon-box.active .elementor-icon svg [fill="#ffffff"],
.why-stack-mission-icon-box.active .elementor-icon svg [fill="white"] {
  fill: var(--e-global-color-accent) !important;
}

.why-stack-mission-icon-box:hover .elementor-icon svg [stroke="#fff"],
.why-stack-mission-icon-box:hover .elementor-icon svg [stroke="#FFF"],
.why-stack-mission-icon-box:hover .elementor-icon svg [stroke="#ffffff"],
.why-stack-mission-icon-box:hover .elementor-icon svg [stroke="white"],
.why-stack-mission-icon-box.active .elementor-icon svg [stroke="#fff"],
.why-stack-mission-icon-box.active .elementor-icon svg [stroke="#FFF"],
.why-stack-mission-icon-box.active .elementor-icon svg [stroke="#ffffff"],
.why-stack-mission-icon-box.active .elementor-icon svg [stroke="white"] {
  stroke: var(--e-global-color-accent) !important;
}

.why-stack-mission-icon-box .elementor-icon svg [fill="none"] {
  fill: none !important;
}

@media only screen and (max-width: 1024px) {
	
	.why-stack-mission-icon-box .elementor-icon-box-wrapper .elementor-icon{
		height: 50px;
		width: 50px;
	}
	
	.why-stack-tab .e-n-tabs-heading{
		padding-top: 0px;
	}
	
	.tab-section-title{
		position: relative;
	}
	
	.why-stack-tab .e-n-tab-title .e-n-tab-icon{
		transition: all 0.3s ease-in-out;
	}
	
	.why-stack-tab .e-n-tab-title[aria-selected=true] .e-n-tab-icon{
		transform: rotate(90deg);
	}
	
	.why-stack-step-box .elementor-icon-box-wrapper .elementor-icon-box-title span{
		gap: 5px;
	}
	
	.why-stack-step-img img{
		height: auto;
		aspect-ratio: 1 / 0.6;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.why-stack-service-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.tab-content-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	.why-stack-step-img img{
		aspect-ratio: 1 / 0.75;
	}
	
}

/* 
 * Contact Page CSS
 * */

.contact-info-img img{
	aspect-ratio: 1 / 0.788;
    object-fit: cover;
}

.contact-icon-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	background-color: var(--e-global-color-accent);
}

.contact-icon-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon-box-content{
	display: flex;
	flex-direction: column-reverse;
	gap: 5px;
}

/*
 * Service Page CSS
 *  */

.service-list-btn.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 12px;
}

/* 
 * Governance & Compliance Page CSS
 *  */

.governance-about-img-1{
	height: 100%;
}

.governance-about-img-1 img{
	aspect-ratio: 1 / 0.9;
    object-fit: cover;
	height: 100%;
}

.governance-about-img-2 img{
	aspect-ratio: 1 / 1.29;
    object-fit: cover;
}

.governance-about-counter .elementor-counter{
	text-align: center;
}

.governance-facility-icon-box .elementor-icon-box-wrapper .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-accent);
	height: 50px;
	width: 50px;
	border-radius: 10px;
}

.governance-implementation-wrapper{
	background-size: 55% 100% !important;
}

.governance-implementation-wrapper:before{
	background-size: 45% 100% !important;
}

.governance-implementation-wrapper:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	height: 100%;
	width: 45%;
	background: #B8D8D8E0;
}

.governance-reporting-img{
	height: 100%;
}

.governance-reporting-img img{
	aspect-ratio: 1;
	object-fit: cover;
	height: 100%;
}

.governance-faq .e-n-accordion-item{
	border-radius: var(--n-accordion-border-radius);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
}

.governance-faq .e-n-accordion-item .e-n-accordion-item-title{
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
	
	.governance-implementation-wrapper{
		background-size: 100% 60% !important;
	}

	.governance-implementation-wrapper:before{
		background-size: 100% 40% !important;
	}
	
	.governance-implementation-wrapper:after{
		top: auto;
        bottom: 0;
		height: 40%;
		width: 100%;
	}
	
	.governance-reporting-img img{
		aspect-ratio: 1 / 0.75;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.governance-about-img-1 img{
		aspect-ratio: 1 / 1.09;
	}

	.governance-about-img-2 img{
		aspect-ratio: 1 / 1.3;
	}
	
	.governance-implementation-wrapper{
		background-size: 100% 50% !important;
	}

	.governance-implementation-wrapper:before{
		background-size: 100% 50% !important;
	}
	
	.governance-implementation-wrapper:after{
		height: 50%;
	}
	
}

/* 
 * Dispute & Enforcement Page CSS
 * */

.dispute-about-img img{
	aspect-ratio: 1 / 1.025;
    object-fit: cover;
}

.dispute-cases-img img{
	aspect-ratio: 1 / 0.824;
    object-fit: cover;
}

.dispute-cases-icon-box{
	left: 30px;
}

.dispute-cases-icon-box .elementor-icon-box-wrapper .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
}

.dispute-human-rights-img{
	height: 100%;
}

.dispute-human-rights-img img{
	aspect-ratio: 1 / 0.7;
    object-fit: cover;
    height: 100%;
}

.dispute-mediation-icon-box.elementor-widget-icon-box .elementor-icon-box-wrapper{
	position: relative;
	justify-content: center;
	align-items: center !important;
}

.dispute-mediation-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content{
	position: relative;
	padding-top: 35px;
}

.dispute-mediation-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	width: calc(100% + 30px);
	height: 1px;
	background-color: #FFFFFF99;	
}

.dispute-mediation-icon-box-wrapper .dispute-mediation-icon-box:last-child .elementor-icon-box-wrapper .elementor-icon-box-content:before{
	width: 100%;
}

.dispute-mediation-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content:after{
	content: "";
	position: absolute;
	top: -5px;
    left: 50%;
	right: auto;
	bottom: auto;
	height: 10px;
	width: 10px;
	background-color: var(--white-color);
	border-radius: 50%;
	transform: translateX(-50%);
}

.dispute-mediation-icon-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	background: var(--white-color);
	border-radius: 50%;
}

.rental-issue-img img{
	aspect-ratio: 1 / 0.556;
    object-fit: cover;
}

.dispute-meeting-icon-box:before{
	content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    background: var(--e-global-color-accent);
	border-radius: 10px;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.dispute-meeting-icon-box:hover:before,
.dispute-meeting-icon-box.active:before{
	top: 0;
    bottom: auto;
    height: 100%;
}

.dispute-meeting-icon-box .elementor-icon-box-wrapper{
	position: relative;
}

.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}

.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon,
.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title,
.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
	padding-left: var(--icon-box-icon-margin);
}

.dispute-meeting-icon-box:hover .elementor-icon-box-wrapper .elementor-icon,
.dispute-meeting-icon-box.active .elementor-icon-box-wrapper .elementor-icon{
	fill: var(--white-color) !important;
    color: var(--white-color) !important;
    border-color: var(--white-color) !important;
}

.dispute-meeting-icon-box:hover .elementor-icon-box-wrapper .elementor-icon-box-title,
.dispute-meeting-icon-box:hover .elementor-icon-box-wrapper .elementor-icon-box-description,
.dispute-meeting-icon-box.active .elementor-icon-box-wrapper .elementor-icon-box-title,
.dispute-meeting-icon-box.active .elementor-icon-box-wrapper .elementor-icon-box-description{
	color: var(--white-color);
}

.dispute-meeting-list-img img{
	aspect-ratio: 1 / 1.191;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.dispute-cases-img img{
		aspect-ratio: 1 / 0.55;
	}
	
	.dispute-mediation-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content{
		padding-top: 25px;
	}
	
	.dispute-mediation-icon-box-wrapper .dispute-mediation-icon-box:nth-child(even) .elementor-icon-box-wrapper .elementor-icon-box-content:before{
		width: 100%;
	}
	
	.rental-issue-img img{
		aspect-ratio: 1 / 0.5;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.dispute-about-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	.dispute-cases-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.dispute-cases-icon-box{
		left: 20px;
	}
	
	.dispute-mediation-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content{
		padding-top: 20px;
	}
	
	.dispute-mediation-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content:before{
		width: 100%;
	}
	
	.rental-issue-img img{
		aspect-ratio: 1 / 0.65;
	}
	
	.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		position: relative;
	}

	.dispute-meeting-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
		padding-left: 0;
		margin-bottom: var(--icon-box-icon-margin);
	}
	
	.dispute-meeting-list-img img{
		aspect-ratio: 1 / 1.12;
	}
	
}

/* 
 * Litigation Support Page CSS
 * */

.litigation-about-img{
	height: 100%;
}

.litigation-about-img img{
	aspect-ratio: 1 / 0.85;
    object-fit: cover;
	height: 100%;
}

.litigation-collection-box .elementor-icon-wrapper .elementor-icon{
	position: relative;
}

.litigation-collection-box .elementor-icon-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transform: scale(0) rotate(180deg);
	transition: all 0.4s ease-in-out;
}

.litigation-collection-box:hover .elementor-icon-wrapper .elementor-icon:before{
	transform: scale(1) rotate(0deg);
}

.litigation-collection-icon .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
}

.litigation-employment-issue-img{
	height: 100%;
}

.litigation-employment-issue-img img{
	aspect-ratio: 1 / 0.6;
    object-fit: cover;
	height: 100%;
}

.litigation-tab-img img{
	aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.litigation-project-img img{
	aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.litigation-project-icon .elementor-icon{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
}

.litigation-project-box .elementor-icon-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transform: scale(0) rotate(180deg);
	transition: all 0.4s ease-in-out;
}

.litigation-project-box:hover .elementor-icon-wrapper .elementor-icon:before{
	transform: scale(1) rotate(0deg);
}

.litigation-project-btn.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 14px;
}

.litigation-step-boxes{
	counter-reset: section;	
}

.litigation-step-box{
	counter-increment: section;
}

.litigation-step-box:before{
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	right: auto;
	bottom: auto;
	height: 1px;
	width: calc(100% + 30px);
	Background : rgb(from var(--white-color) r g b / 20%)
}

.litigation-step-box:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	bottom: auto;
	height: calc(100% - 190px);
	width: 1px;
	Background : rgb(from var(--white-color) r g b / 20%);
	z-index: -1;
}

.litigation-step-box .elementor-icon-box-wrapper{
	position: relative;
	padding-top: 130px;
}

.litigation-step-box .elementor-icon-box-wrapper:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 80px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 0.9em;
	background: linear-gradient(180deg, var(--e-global-color-primary) 0%, transparent 100%);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	transition: all 0.4s ease-in-out;
}

.litifation-privacy-cta-box,
.litifation-privacy-cta-box .elementor-cta,
.litifation-privacy-cta-box .elementor-cta__content{
	height: 100%;
}


@media only screen and (max-width: 1024px) {
	
	.litigation-about-img img{
		aspect-ratio: 1 / 0.65;
	}
	
	.litigation-collection-icon .elementor-icon{
		height: 50px;
		width: 50px;
	}
	
	.litigation-project-icon .elementor-icon{
		height: 50px;
		width: 50px;
	}
	
	.litigation-step-boxes .litigation-step-box:nth-child(even):before{
		width: 100%;
	}
	
	.litigation-step-box .elementor-icon-box-wrapper{
		padding-top: 80px;
	}
	
	.litigation-step-box .elementor-icon-box-wrapper:before{
		font-size: 60px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.litigation-tab-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.litigation-project-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	.litigation-step-boxes .litigation-step-box:before{
		width: 100%;
	}
	
	.litigation-step-box .elementor-icon-box-wrapper{
		padding-top: 60px;
	}
	
	.litigation-step-box .elementor-icon-box-wrapper:before{
		font-size: 50px;
	}
	
}

/* 
 * Tools Page CSS
 * */

.free-tools-icon-box,
.free-tools-icon-box-dark{
	height: 100%;
}

.free-tools-icon-box .elementor-icon-box-wrapper,
.free-tools-icon-box-dark .elementor-icon-box-wrapper{
	justify-content: space-between;
    height: 100%;
}

.free-tools-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content,
.free-tools-icon-box-dark .elementor-icon-box-wrapper .elementor-icon-box-content{
	flex-grow: 0;
}

.free-tools-img-1 img{
	aspect-ratio: 1 / 0.69;
    object-fit: cover;
}

.free-tools-img-2 img{
	aspect-ratio: 1 / 0.98;
    object-fit: cover;
}

.premium-tools-img{
	height: 100%;
}

.premium-tools-img img{
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
	height: 100%;
}

.tools-list-cta-box,
.tools-list-cta-box .elementor-cta__content .elementor-cta__title,
.tools-list-cta-box .elementor-cta__content .elementor-cta__description{
	transition: all 0.4s ease-in-out;
}

.tools-list-cta-box .elementor-cta{
	gap: 30px;
}

.tools-list-cta-box.reversed .elementor-cta{
	flex-direction: column-reverse;
}

.tools-list-cta-box .elementor-cta__bg{
	background-size: 135px 15px;
    background-repeat: no-repeat;
    background-position: top center;
}

.tools-list-cta-box:hover .elementor-cta .elementor-cta__bg{
	background-image: url("./images/tools-list-hover-icon.svg") !important;
}

.tools-list-cta-box:hover .elementor-cta .elementor-cta__content{
	background-color: var(--e-global-color-accent);
}

.tools-list-cta-box .elementor-cta__content .elementor-cta__title{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 105px;
	background-color: var(--e-global-color-accent);
	border-radius: 10px;	
	padding: 10px;
}

.tools-list-cta-box:hover .elementor-cta__content .elementor-cta__title{
	color: var(--e-global-color-accent);
	background-color: var(--white-color);
}

.tools-list-cta-box:hover .elementor-cta__content .elementor-cta__description{
	color: var(--white-color);
}

.tools-list-cta-box .elementor-cta:hover .elementor-cta__bg-overlay{
	display: none;
}

.tools-need-help-img{
	height: 100%;
}

.tools-need-help-img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	height: 100%;
}

.tools-disclaimer strong{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px) {
	
	.free-tools-img-1 img,
	.free-tools-img-2 img{
		aspect-ratio: 1 / 0.6;
	}
	
	.premium-tools-img img{
		aspect-ratio: 1 / 0.65;
	}
	
	.tools-list-cta-box .elementor-cta__content .elementor-cta__title{
		min-height: 80px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.free-tools-img-1 img,
	.free-tools-img-2 img{
		aspect-ratio: 1 / 0.75;
	}
	
	.premium-tools-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.tools-list-cta-box .elementor-cta{
		gap: 20px;
	}
	
	.tools-list-cta-box .elementor-cta__content .elementor-cta__title{
		min-height: 60px;
	}
	
}

/*
 * Our Team Page CSS
 * */

.team-table-content .elementor-toc__header{
	display: none;
}

.awards-container .elementor-widget-html a{
	display: block;
	line-height: 0;
/* 	background: #FFF; */
}

.awards-container .elementor-widget-html a img{
	width: 100%;
	min-height: 70px;
	object-fit: contain;
	object-position: top center;
}

.vcard-btn.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 20px;
}

@media only screen and (max-width: 1024px) {
	
	.awards-container .elementor-widget-html a img{
		min-height: 57px;
	}	
}

@media only screen and (max-width: 767px) {
	
	.awards-container .elementor-widget-html{
		width: 100px;
		margin: 0 auto;
	}
	
	.awards-container .elementor-widget-html a img{
		min-height: 48px;
	}	
}

/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

.gform_wrapper form .gform-body .gform_fields{
	row-gap: 30px;
	column-gap: 30px;
	--gf-field-gap-x: 30px;
	--gf-field-gap-y: 30px;
}

.gform_wrapper form .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-primary);
	background-color: var(--white-color);
	border: 0;
	border-radius: 10px;
    box-shadow: none;
	height: auto;
	padding: 15px 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: var(--e-global-color-primary);
}

.gform_wrapper .gform-grid-row{
	margin-inline: 0;
	column-gap: var(--gf-field-gap-x);
	row-gap: var(--gf-field-gap-y);
}

.gform_wrapper .gform-grid-col{
	padding-inline: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date input{
	width: 100%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container{
	column-gap: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container .gform-grid-col{
	inline-size: 50%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-number .ginput_container .instruction {
	display: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform-theme--foundation .gfield textarea.large{
	min-block-size: auto;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 120px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: var(--e-global-typography-text-line-height);
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: var(--e-global-color-secondary);
	margin-top: 0;
}

.gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 40px;
	justify-content: center;
}

.gform_wrapper form .gform_footer .gform_button{
	text-align: center;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--title-color) !important;
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 15px 35px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none;
}

.gform_wrapper form .gform_footer .gform_button:hover{
	color: var(--e-global-color-accent) !important;
	background-color: var(--white-color) !important;
}

.gform_wrapper form .gform_footer .gform-loader,
.gform_wrapper form .gform-loader{
	display: none !important;
	--gf-color-primary-rgb: 21,100,155;
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), 0.1) !important;
	border-block-end-color: var(--e-global-color-primary);
	border-block-start-color: var(--gf-form-spinner-bg-color);
    border-inline-end-color: var(--gf-form-spinner-bg-color);
    border-inline-start-color: var(--e-global-color-primary);
}

.gform_wrapper .gform_validation_errors{
	padding: 10px;
    margin-bottom: 30px;
	background-color: transparent;
    border: var(--e-global-color-secondary);
    box-shadow: none;
    color: var(--e-global-color-secondary);
}

.gform_wrapper .gform_validation_errors h2.gform_submission_error{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
    line-height: 1.2em;
	color: var(--e-global-color-secondary);
}

.gform_wrapper .gform_validation_errors .gform-icon{
	color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.gform_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--white-color);
}


/* Subscribe Form CSS */

.subscribe-contact-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input{
	text-align: center;
	border-radius: 100px;
}

.subscribe-contact-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder{
	text-align: center;
}

.subscribe-contact-form .gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 20px;
}

.subscribe-contact-form .gform_wrapper form .gform_footer .gform_button{
	color: var(--white-color) !important;
}

.subscribe-contact-form .gform_wrapper form .gform_footer .gform_button:hover{
	color: var(--e-global-color-accent) !important;
}

.subscribe-contact-form .gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	color: #FFF;
}

.subscribe-contact-form .gform_wrapper .gform_validation_errors{
	padding: 10px !important;
    margin-bottom: 20px !important;
	border-color: #FFF !important;
}

.subscribe-contact-form .gform_wrapper .gform_validation_errors:focus{
	outline: none;
}

.subscribe-contact-form .gform_validation_errors .gform-icon::before,
.subscribe-contact-form .gform_wrapper .gform_validation_errors h2.gform_submission_error{
	color: #FFF;
}

.subscribe-contact-form .gform_validation_errors .gform-icon{
	border-color: #FFF !important;
}

/**/
.bio-page-form{
	
}

.bio-page-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, 
.bio-page-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select, 
.bio-page-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	border: 1px solid var(--e-global-color-primary);
}

.bio-page-form .gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--e-global-color-primary) !important;
	color: var(--white-color) !important;
}

@media only screen and (max-width: 1024px){
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px){
	
	.gform_wrapper form .gform-body .gform_fields{		
		column-gap: 0;
		row-gap: 20px;
		--gf-field-gap-x: 0;
		--gf-field-gap-y: 20px;
	}
	
	.gform_wrapper form .gform_footer{
		--gf-form-footer-margin-y-start: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, 
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select, 
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
		padding: 12px;
	}
	
}