/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745041628
Updated: 2025-04-19 05:47:08

*/

html, body{
	overflow-x: hidden;
}

img{
	vertical-align: bottom;
}

@media(min-width: 769px){

	.align-container{
		padding-left: calc((100% - var(--content-width)) / 2);
	}
	.align-right-container{
		padding-right: calc((100% - var(--content-width)) / 2);
	}
	
}

/*---- Page title banner ----*/
#page .page-title-banner{
	border-top-left-radius: 0;
}
.page-title-banner:before,
.page-title-banner:after{
	width: 12px;		
	display: block;
	content: "";
	position: absolute;
	left: -8px;
}
.page-title-banner:before{
	height: 90px;
	background-image: url('https://polo.wearepark36.com/wp-content/uploads/2025/04/curve-shape-1.png');	
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	top: 0;
}
.page-title-banner:after{	
	height: calc(100% - 90px);
	background-color: var(--e-global-color-af6ba38);	
	bottom: 0;	
}
.home-title-banner:after{
	border-bottom-left-radius: 4px;
}

/*---- Icon with box ----*/
.e-grid .elementor-widget-icon-box svg{
	width: 100%;
	height: 65px;
}

/*---- Icon with list ----*/
.elementor-widget-icon-list.icon-right li{
	gap: 10px;
}
.elementor-widget-icon-list.icon-right .elementor-icon-list-icon{
	order: 2;
}
#page .elementor-widget-icon-list .elementor-icon-list-text{
	align-self: flex-end;
}

/*---- Team ----*/
.team-info{
	max-width: 500px;
}
.team-info-1{
	max-width: 480px;
}

/*---- Carousel ----*/
.ha-slider .hajs-slick.ha-slick{
	margin: 0;
}
.ha-slider .ha-slick-item,
.ha-slider .ha-slick-item img{
	width: 100%
}
.ha-slider button.slick-prev{
	left: 0;
} 
.ha-slider button.slick-prev{
	right: 0;
}
.ha-slider .ha-slick-content{
	width: max-content;
	margin: 0 auto;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 20px;
	left: 0;
	right: 0;
}
.ha-slider .ha-slick-content h2{
	margin: 0;
	position: relative;
}
.ha-slider .ha-slick-content h2:after {
    width: 4px;
    height: calc(100% + 3px);
    background: var(--e-global-color-b2e5c94);
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -13px;
    transform: skewX(-10deg);
}
.ha-carousel .ha-slick-item,
.ha-carousel .ha-slick-item img{
	width: 100%;
}
.ha-carousel .ha-slick-content{
	background: none;
	position: static;
}
.ha-carousel button.slick-prev{
	left: 0
}
.ha-carousel button.slick-next{
	right: 0;
}

/*---- Tabs ----*/
#page .pide-presu .e-n-tabs-heading button{
	flex: 1;
}
.e-n-tabs-content .elementor-heading-title sup{
	font-size: 48px;
	top: -1.3em;
}
.e-n-tabs-content .elementor-widget-icon-box{
	min-height: 85px;
}
#page .e-n-tabs-content .elementor-widget-icon-list .elementor-widget-container{
	overflow: unset;
	position: relative;
}
#page .e-n-tabs-content .range-plans .elementor-widget-icon-list li:before{
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background: var(--e-global-color-secondary);
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.e-n-tabs-content .elementor-icon-list-items li{
	flex: 1;
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li span{
	padding: 0 0 40px;
	cursor: pointer;		
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li:first-child span{
	margin-right: auto;
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li:last-child span{
	margin-left: auto;
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li span:after{
	width: 25px;
	height: 25px;
	margin: 0 auto;
	background: var(--e-global-color-secondary);
	border: 2px solid var(--e-global-color-af6ba38);
	border-radius: 50%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li:first-child span:after{		
	right: unset;
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li:last-child span:after{
	left: unset;	
}
.e-n-tabs-content .elementor-widget-text-editor li{
	margin: 0 0 10px;
}
.e-n-tabs-content .range-plans .elementor-icon-list-items li.active span:after{
	background: var(--e-global-color-10e3986);
}
#page .e-n-tabs-content .elementor-widget-icon-list .elementor-icon-list-text{
	align-self: center;
}
.e-n-tabs-content .range-plans .light-blue .elementor-widget-icon-list .elementor-widget-container:after{
	background-color: var(--e-global-color-10e3986);
}
.e-n-tabs-content .range-plans .light-blue .elementor-icon-list-items li span:after{
	border-color: var(--e-global-color-10e3986);
}
.e-n-tabs-content .range-plans .dark-blue .elementor-icon-list-items li span:after{
	border-color: var(--e-global-color-b2e5c94);
}
.dots-stroke-top:before{
	width: 46px;
	height: 2px;
	background: var(--e-global-color-af6ba38);
	border: none;
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	left: 42px;
}
.e-n-tabs-content .range-data:not(.range-data-1){
	display: none;
}


/*---- Ecommerce plan ----*/
.e-n-tabs-content.ecommerce-plans .range-plans .first-plan .elementor-icon-list-items li span:after{
	border-color: var(--e-global-color-10e3986);
}
#page .e-n-tabs-content.ecommerce-plans .range-plans .first-plan .elementor-widget-icon-list li:before{
	background: var(--e-global-color-10e3986);
}

.e-n-tabs-content.ecommerce-plans .range-plans .second-plan .elementor-icon-list-items li span:after{
	background: var(--e-global-color-10e3986);
	border-color: var(--e-global-color-secondary);
}
.e-n-tabs-content.ecommerce-plans .range-plans .second-plan .elementor-icon-list-items li.active span:after{
	background: var(--e-global-color-secondary);
}

#page .e-n-tabs-content.ecommerce-plans .range-plans .second-plan .elementor-widget-icon-list li:before{
	background: var(--e-global-color-secondary);
}


.e-n-tabs-content.ecommerce-plans .range-plans .third-plan .elementor-icon-list-items li span:after{
	background: var(--e-global-color-af6ba38);
	border-color: var(--e-global-color-secondary);
}
.e-n-tabs-content.ecommerce-plans .range-plans .third-plan .elementor-icon-list-items li.active span:after{
	background: var(--e-global-color-secondary);
}

#page .e-n-tabs-content.ecommerce-plans .range-plans .third-plan .elementor-widget-icon-list li:before{
	background: var(--e-global-color-secondary);
}


/*---- Form ----*/
.wpcf7 .wpcf7-form-control{
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	padding: 0 15px;
	background: #E6FAFF;
	border: 2px solid #010F20;
	border-radius: 8px;
	font-size: 16px;
	color: #010F20;
}
.wpcf7 .wpcf7-form-control:-moz-placeholder{
	color: #010F20;
	opacity: 1;
}
.wpcf7 .wpcf7-form-control::-moz-placeholder{
	color: #010F20;
	opacity: 1;
}
.wpcf7 .wpcf7-form-control::-webkit-input-placeholder{
	color: #010F20;
	opacity: 1;
}
.wpcf7 .wpcf7-form-control:-ms-input-placeholder{
	color: #010F20;
	opacity: 1;
}
.wpcf7 .wpcf7-form-control:focus{
	outline: none;
	box-shadow: none;
}
.wpcf7 textarea.wpcf7-form-control{
	height: 140px;
	padding: 15px;
}
.wpcf7 .wpcf7-submit[type="submit"]{
	width: auto;
	padding: 0 30px;
	background: #010F20;
	font-size: 16px;
	color: var(--e-global-color-af6ba38);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;	
}

/*---- Form ----*/
footer p{
	margin: 0;
}

/* Cookies */
body .cky-cookie-audit-table th, body .cky-cookie-audit-table td, body .cky-cookie-audit-table td p 
{
   font-size: 16px;
}

.footer-whatsapp .elementor-widget-container{
	width: 60px;
	height: 60px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*---- Responsive ----*/
@media(max-width: 767px){
	
	.ha-slider .ha-slick-content{
		margin-top: -40px;
		flex-direction: column;
		gap: 4px;
		position: static;
	}
	.ha-slider .ha-slick-content h2{
		padding: 8px 20px;
		background: var(--e-global-color-af6ba38);
	}
	.ha-slider .ha-slick-content h2:after{
		display: none;
	}
	.ha-slider button.slick-prev{
		width: 40px;
	}
	.ha-slider button.slick-next{
		width: 40px;
	}
	.ha-slick--carousel .ha-slick-content{
		text-align: center;
	}
	.e-n-tabs-content .range-plans .elementor-widget-icon-list .elementor-widget-container:after{		
		bottom: 20px;
	}
	.e-n-tabs-content .elementor-heading-title sup {
    	font-size: 48px;
    	top: -0.6em;
    	left: 0.1em;
	}
	#page .e-n-tabs-heading button{
		margin: 5px 0;
		order: unset !important;
	}
	#page .e-n-tabs-heading button:last-child{
		margin-bottom: 10px;
	}
	.dots-stroke-top:before{		
		left: 32px;
	}
	.team-info{
		max-width: 100%;
	}
	
}
