/* 
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 */
html, body{
	overflow-x: clip;
}

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

figure{
	line-height: 0;
}

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

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

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

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

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a:hover,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description a:hover{
	text-decoration: underline;1
}

/* Button CSS */
.elementor-widget-button .elementor-button-wrapper:has(:not(.elementor-button-icon)),
.icon-with-no-bg.elementor-widget-button .elementor-button-wrapper:has(.elementor-button-icon){
	padding-right: 0;
}

.elementor-widget-button .elementor-button-wrapper:has(.elementor-button-icon){
	padding-right: 26px;
}

.elementor-widget-button .elementor-button{
	position: relative;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(:not(.elementor-button-icon)),
.icon-with-no-bg.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(.elementor-button-icon){
	padding-right: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(.elementor-button-icon){
	padding-right: 20px;
}

.elementor-widget-button .elementor-button .elementor-button-icon{
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #F98E00;
    border-radius: 50%;
	width: 46px;
    height: 46px;
	transform: translate(26px, -50%);
	transition: all 0.3s ease-in-out;
}

.black-icon.elementor-widget-button .elementor-button .elementor-button-icon,
.white-bg-black-icon.elementor-widget-button .elementor-button .elementor-button-icon{
	background: #222;
}

.white-icon.elementor-widget-button .elementor-button .elementor-button-icon{
	background: #FFF;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon{
	background: #222;
}

.white-bg-black-icon.elementor-widget-button .elementor-button:hover .elementor-button-icon{
	background: #F98E00;
}

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

.elementor-widget-button .elementor-button .elementor-button-icon i:before{
	color: #FFF
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg path{
	fill: #FFF;
}

.white-icon.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	fill: #F98E00;
}

.white-icon.elementor-widget-button .elementor-button:hover .elementor-button-icon svg path{
	fill: #FFF;
}


/* Button With Icon No Bg CSS */
.icon-with-no-bg.elementor-widget-button .elementor-button .elementor-button-icon{
	position: inherit;
    background: transparent;    
    width: inherit;
    height: inherit;
    transform: translate(0, 0);
    transition: inherit;
}

.icon-with-no-bg.elementor-widget-button .elementor-button .elementor-button-icon i:before{
	color: inherit;
	transition: inherit;
}

/* Button Text Color  */
.elementor-widget-button .elementor-button .elementor-button-text span{
	color: #F98E00;
}

.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);
}

.hover-image-box .elementor-image-box-img{
	overflow: hidden;
	border: 3px solid #F98E00;
	border-radius: 20px;
}

.hover-image-box .elementor-image-box-img img{
	transition: all 0.3s ease-in-out;
}

.hover-image-box:hover .elementor-image-box-img img{
	transform: scale(1.1);
}

@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-wrapper:has(.elementor-button-icon){
		padding-right: 20px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(.elementor-button-icon){
		padding-right: 15px;
	}

	.elementor-widget-button .elementor-button .elementor-button-icon{
		width: 40px;
		height: 40px;
		transform: translate(20px, -50%);
	}
	
	.icon-mobile-in-center .elementor-icon-box-wrapper{
		align-items: center;
	}
}

/* Header CSS */
.main-header{
	backdrop-filter: blur(20px);
}

/* Footer CSS */

.footer-social-media ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.footer-social-media ul li{
	width: 14.285%;
	transition: all 0.3s ease-in-out;
}

.footer-social-media ul li:nth-child(odd){
	background: #F98E000D;
}

.footer-social-media ul li:nth-child(even){
	background: #FFEEDA;
}

.footer-social-media ul li:hover:nth-child(odd),
.footer-social-media ul li:hover:nth-child(even){
	background: #F98E0040;
}

.footer-social-media ul li,
.footer-social-media ul li a{
	align-items: center !important;
	justify-content: center;
}

.footer-social-media ul li a{
	padding: 20px !important;
	gap: 10px;
}

.footer-social-media ul li span,
.footer-social-media ul li span svg{
	padding: 0 !important;
	margin: 0 !important;
}

.footer-contact-details ul li .elementor-icon-list-text{
	word-break: break-all;
}

@media only screen and (max-width: 1024px){
	
	.footer-social-media ul li a{
		padding: 10px !important;
	}
	
	.footer-social-media ul li, 
	.footer-social-media ul li a{
		flex-direction: column;
		align-items: center;
	}
	
	.footer-social-media ul li a{
		gap: 6px;
	}
}

@media only screen and (max-width: 991px){}

@media only screen and (max-width: 767px){
	
	.footer-social-media ul li .elementor-icon-list-text{
		display: none !important;
	}

}

/* Home CSS */

.heading-linear-gradient .elementor-heading-title{
	background: linear-gradient(180deg, #F60 8.01%, #FFBA22 93.9%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-services-icon-box .elementor-icon-box-content{
	position: relative;
	padding-top: 20px;	
}

.hero-services-icon-box .elementor-icon-box-icon svg path{
	transition: all 0.3s ease-in-out;
}

.hero-services-icon-box:hover .elementor-icon-box-icon svg path{
	fill: #F98E00;
}

.hero-services-icon-box .elementor-icon-box-content:before{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background: #FFF;
	width: 0;
	height: 3px;
	transition: all 0.3s ease-in-out;
}

.hero-services-icon-box:hover .elementor-icon-box-content:before{	
	left: 0;
	right: auto;
	width: 100%;
}

.form-heading{
    transform: translateY(calc(-100% + 10px));
}

.award-caousel-img .swiper-slide figure{
	background: #FFF;
	border: 1px solid #F98E0040;
	border-radius: 20px;
	padding: 20px;
	margin: 10px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.award-caousel-img .swiper-slide figure img{
	height: 180px;
}

.team-up-best-movers-section-1{
	background-size: 335px 100%;
}

.team-up-best-movers-section-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: radial-gradient(70% 40% at 20% 50%, #FFF9F200 0%, #FFF9F2 100%) no-repeat center left;
	background-size: cover;
	width: 335px;
	height: 100%;
}

.team-up-best-movers-section-2{
	background-size: 575px 500px;
}

.team-up-best-movers-section-2:before{
	content: '';
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	bottom: 0;
	background: radial-gradient(80% 35% at 95% 50%, #FFF9F200 0%, #FFF9F2 100%) no-repeat center right;
	width: 575px;
	height: 700px;
	transform: translateY(-50%);
}

.column-3 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.column-3 ul li{
	padding: 0 !important;
	margin: 0 !important;
	width: calc(33.33% - 20px);
}

.teaming-box-movers-list ul li{
	column-gap: 40px;
}

.teaming-box-movers-list ul li span svg,
.teaming-box-movers-list ul li .elementor-icon-list-text{
	padding: 0 !important;
	margin: 0 !important;
}

.your-journey-step-container{
	counter-reset: my-counter;
}

.your-journey-step-container .your-journey-step{
	counter-increment: auto;
}

.your-journey-step .elementor-icon-box-icon .elementor-icon{
	position: relative;
}

.your-journey-step-container .your-journey-step .elementor-icon-box-icon .elementor-icon:before{
	counter-increment: my-counter;
  	content: "0"counter(my-counter);
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	color: #FFF;
	background: #F98E00;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Oswald", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;	
	width: 40px;
	height: 40px;
	transform: translate(-10px, 20px);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.your-journey-step-container .your-journey-step:hover .elementor-icon-box-icon .elementor-icon:before{
	background: #000;
}

.your-journey-step .elementor-icon-box-icon .elementor-icon svg path{
	transition: all 0.3s ease-in-out;
}

.your-journey-step:hover .elementor-icon-box-icon .elementor-icon svg path{
	fill-opacity: 1;
	fill: #FFF;
}

.your-journey-step:hover .elementor-icon-box-icon .elementor-icon svg path:first-child{
	fill: #F98E00;
}

.am-fleet-fees-section:after{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #00000000 60%, #000 112%);
	width: 100%;
	height: 100%;
}

.am-fleet-fees-price-box{
	overflow: hidden;
}

.am-fleet-fees-price-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #F98E00;
	width: 100%;
	height: 5px;
}

.am-fleet-fees-price-box-btn .elementor-button .elementor-button-text{
	position: relative;
}

.am-fleet-fees-price-box-btn .elementor-button .elementor-button-text:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F98E00;
	width: 100%;
	height: 1px;
	transition: all 0.3s ease-in-out;
}

.am-fleet-fees-price-box-btn .elementor-button:hover .elementor-button-text:before{
	background: #000;
}

.faq-tab .e-n-tabs{
	align-items: flex-end;
}

.faq-tab .e-n-tabs-heading{
	background: #FFF;
	border-radius: 10px;
	padding: 10px;
	width: fit-content;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.faq-tab .e-n-tabs-heading button:hover,
.faq-tab .e-n-tabs-heading button:focus{
	border-radius: 10px;
}

.faq-tab .e-n-tabs-heading button:focus-visible{
	outline: 0;
}

.faq-style .e-n-accordion-item,
.faq-style .e-n-accordion-item .e-n-accordion-item-title{
	transition: all 0.3s ease-in-out;
}

.faq-style .e-n-accordion-item:focus{
	outline: none;
}

.faq-style .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span{
	align-items: center;
    justify-content: center;
	background: #F98E00;
	border-radius: 50%;
    width: 26px;
    height: 26px;
	transition: all 0.3s ease-in-out;
}

.faq-style .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span svg path{
	transition: all 0.3s ease-in-out;
}

.faq-style .e-n-accordion-item:hover .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon span,
.faq-style .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span.e-opened{
	background: #FFF;
}

.faq-style .e-n-accordion-item:hover .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon span svg path,
.faq-style .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span.e-opened svg path{
	stroke: #F98E00 !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item{
	padding: 30px;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-provider-icon{
	display: none;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn{
	align-items: center;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-img{
	width: 80px;  
	min-width: 80px;
    height: 80px;
	margin-right: 15px !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-name-date .sb-item-author-name{
	font-family: "Oswald", Sans-serif;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1.2em !important;
    letter-spacing: 0;
	color: #070544 !important;
	margin-bottom: 5px !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-name-date .sb-item-author-date{
	color: var(--e-global-color-text) !important;
    font-family: "Poppins", Sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: none;
    line-height: 1.5em !important;
    letter-spacing: 0px;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-rating{
	margin: 20px 0 !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-rating .sb-relative{
	line-height: 0;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-text{
	color: var(--e-global-color-text) !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none;
    line-height: 1.5em !important;
    letter-spacing: 0px;
}

.testimonial-item .sb-feed-posts .sbr-owl-dots{
	line-height: 0;
	margin-top: 30px;
}

.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span{
	margin: 0 5px;
	opacity: 1;
	width: 20px;
    height: 20px;
	background-color: #F98E001A;
	transition: all 0.3s ease-in-out;
}

.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot:hover span,
.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot.active span{
	background-color: #F98E00;
}

.cta-box .cta-image img{
	height: auto;
    object-fit: cover;
/*     aspect-ratio: 1 / 0.769; */
	aspect-ratio: 1 / 0.78;
}

.cta-box .cta-image{
	position: relative;
}

.cta-box .cta-image:after{
	content:'';
	position: absolute;
	background: url("./images/cta-image-mask.svg") no-repeat;
	background-position: center right; 
	background-size: 100% auto;
	right: -10px;
	top: 0;
	width: calc(100% + 10px);
	height: 100%;
	z-index: -1;
}


@media only screen and (max-width: 1024px){
	
	.team-up-best-movers-section-1,
	.team-up-best-movers-section-2{
		background-size: 0px;
	}

	.team-up-best-movers-section-1:before,
	.team-up-best-movers-section-2:before{
		display: none;
	}
	
	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item{
		padding: 20px;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-img{
		width: 60px;
		min-width: 60px;
		height: 60px;
		margin-right: 10px !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-name-date .sb-item-author-name{
		font-size: 18px !important;
		margin-bottom: 5px !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-name-date .sb-item-author-date{
		font-size: 14px !important;    
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-rating{
		margin: 15px 0 !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-text{
		font-size: 14px !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-dots{
		margin-top: 20px;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span{
		margin: 0 5px;
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 991px){
	
	 .form-section .form-heading{
        left: 20px;
        top: -54px;
        padding: 14px 24px;
    }
	
	.column-3 ul li{
		width: calc(50% - 15px);
	}
	
	.teaming-box-movers-list ul li{
		column-gap: 20px;
	}
	
	.your-journey-step-container .your-journey-step .elementor-icon-box-icon .elementor-icon:before{
		transform: translate(-5px, 15px);
	}
	
	.faq-tab .e-n-tabs{
		align-items: center;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-img{
		width: 50px;
		min-width: 50px;
		height: 50px;	
	}

	.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span{
		margin: 0 4px;
		width: 16px;
		height: 16px;
	}
}

@media only screen and (max-width: 767px){
	
	.award-caousel-img .swiper-slide figure img{
		height: 140px;
	}
	
	.form-heading{
		transform: translate(-50%, calc(-100% + 10px));
	}
	
	.column-3 ul{
		gap: 20px;
	}
	
	.column-3 ul li{
		width: 100%;
	}
	
	.your-journey-step-container .your-journey-step .elementor-icon-box-icon .elementor-icon:before{
		font-size: 16px;
		width: 36px;
        height: 36px;
        transform: translate(-8px, 15px);
    }
	
	.faq-tab .e-n-tabs{
		gap: var(--n-tabs-gap) !important;
	}
	
	.faq-tab .e-n-tabs-heading{
		display: flex;
        flex-direction: column;
	}
	
	.faq-tab .e-n-tabs-heading button{
		margin: 0 !important;
	}
	
	.faq-style .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span{
		width: 24px;
    	height: 24px;
	}
	
	.faq-style .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{
		width: var(--n-accordion-icon-size);	
	}
	
	.testimonial-item .swiper-wrapper .elementor-testimonial{
		padding: 20px;
	}

	.testimonial-item .swiper-wrapper .elementor-testimonial__image img{
		height: 60px !important;
		width: 60px !important;
	}

	.testimonial-item .swiper-wrapper .elementor-testimonial__header{
		padding: 0px 0 35px 0 !important;
		margin-bottom: 15px;
	}
	
	.cta-box .cta-image img{
		-webkit-mask-image: none !important;
	}
	
	.cta-box .cta-image:after{
		right: 0px;
	}
	
	.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span{
		margin: 0 4px;
		width: 12px;
		height: 12px;
	}
}

/* About Us CSS */

.page-header .page-header-box{
	backdrop-filter: blur(2.5px);
}

.breadcrumbs-list ul.elementor-icon-list-items li.elementor-icon-list-item{
	padding-left: 18px;
	position: relative;
}

.breadcrumbs-list .elementor-icon-list-items .elementor-icon-list-item:after{
	content: '';
	height: 85% !important;
	color: #fff;
	border-color: #fff !important;
	transform: rotate(12deg);
	left: 8px !important;
}

.breadcrumbs-list .elementor-icon-list-items .elementor-icon-list-item:last-child:after{
	display: none;
}

.breadcrumbs-list .elementor-icon-list-items .elementor-icon-list-item:first-child{
	padding-left: 0;
}

.breadcrumbs-list ul.elementor-icon-list-items li.elementor-icon-list-item:last-child span.elementor-icon-list-text{
	font-weight: 500 !important;
}

.am-smc-img-boxes{
	counter-reset: my-counter;
}

.am-smc-img-box{
	margin-top: 40px;
}

.am-smc-img-box .elementor-widget-container{
	position: relative;
}

.am-smc-img-box .elementor-widget-container:before{
	counter-increment: my-counter;
  	content: "0"counter(my-counter);
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Oswald", Sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	color: #302F28;
	transform: translate(30px, -40px);
}

.am-pillars-video .elementor-custom-embed-play{
	line-height: 0;
}

.am-pillars-video .elementor-custom-embed-play svg{
    box-shadow: none;
    opacity: 1;
}

.am-pillars-image-carousel .elementor-image-carousel-wrapper{
	padding-bottom: 40px !important;
}

.am-pillars-image-carousel .swiper-slide img{
	aspect-ratio: 1 / 0.75;
    object-fit: cover;
    width: calc(100% - 40px);
}

.am-pillars-image-carousel .swiper-pagination{
	line-height: 0;
	bottom: 0 !important;
}

.am-pillars-icon-box .elementor-icon svg{
	filter: drop-shadow(0px 0px 30px #0000001A);
}

.rme-moving-experience-box:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("./images/dashed-line.svg") no-repeat center center;
	background-size: cover;
	width: 2px;
	height: calc(100% - 20px);
	transform: translate(-50%, -50%);
}

.rme-icon-box .elementor-widget-container{
	text-align: center;
}

.rme-icon-box .elementor-widget-container .elementor-icon-box-wrapper{
	display: inline-flex;
}

.rme-experience-box .elementor-image-box-content .elementor-image-box-title{
	background: #F98E00;
    padding: 12px 12px 12px 50px;
	min-height: 50px;
}

.rme-experience-box .elementor-image-box-content .elementor-image-box-description{
    padding: 20px 15px 20px 50px;
	min-height: 120px;
}

.our-community-commitment-img .elementor-widget-container{
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.20))
}

.our-community-list-img-box .elementor-image-box-wrapper{
	display: flex;
	align-items: center;
	flex-direction: row;
}

@media only screen and (max-width: 1024px){
	
	.am-smc-img-box .elementor-widget-container:before{
		font-size: 70px;
		transform: translate(30px, -30px);
	}
}

@media only screen and (max-width: 991px){
	
	.rme-experience-box .elementor-image-box-content .elementor-image-box-title{
		padding: 12px 12px 12px 30px;
		min-height: 50px;
	}

	.rme-experience-box .elementor-image-box-content .elementor-image-box-description{
		padding: 20px 15px 20px 30px;
		min-height: 140px;
	}
}

@media only screen and (max-width: 767px){

	
	.am-smc-img-box {
		margin-top: 20px;
	}
	
	.am-smc-img-box .elementor-widget-container:before{
		font-size: 60px;
		transform: translate(20px, -22px);
	}
	
	.am-pillars-image-carousel .swiper-slide img{
		aspect-ratio: 1 / 0.8;
		width: calc(100% - 20px);
	}
	
	.am-pillars-icon-box .elementor-icon-box-icon .elementor-icon{
		margin-left: -15px;
	}
	
	.rme-moving-experience-box:before{
		display: none;
	}
	
	.rme-experience-box .elementor-image-box-content .elementor-image-box-title{
		padding: 12px 20px;
		min-height: auto;
	}

	.rme-experience-box .elementor-image-box-content .elementor-image-box-description{
		padding: 15px;
		min-height: auto;
	}
}

/* Moving Service CSS */
.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.column-2 ul li{
	padding: 0 !important;
	margin: 0 !important;
	width: calc(50% - 10px);
}

.rc-ms-img .elementor-widget-container{
	position: relative;
}

.rc-ms-img .elementor-widget-container:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
    right: 0;
    bottom: 0;
	background: url("./images/residential-commercial-ms-img-1-shape.svg") no-repeat center center;
	background-size: cover;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    transform: translateX(-50%);
}

.rc-ms-img img{
	aspect-ratio: 1 / 1.387;
    object-fit: cover;
}

.counter-number .elementor-counter .elementor-counter-title{
	text-align: center;
}

.save-time-energy-img-1 .elementor-widget-container,
.save-time-energy-img-2 .elementor-widget-container{
	position: relative;
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.10));
}

.save-time-energy-img-1 .elementor-widget-container:after,
.save-time-energy-img-2 .elementor-widget-container:after{
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
	background: url("./images/ste-img-1-shape.svg") no-repeat;
	background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.save-time-energy-img-2 .elementor-widget-container:after{
	background: url("./images/ste-img-2-shape.svg") no-repeat;
	background-position: center center;
    background-size: cover;
}

.save-time-energy-img-1 img,
.save-time-energy-img-2 img{
	aspect-ratio: 1 / 0.79;
	object-fit: cover;
}

.sme-img-1 img{
	aspect-ratio: 1 / 0.51;
    object-fit: cover;
}

.sme-img-2 img{
	aspect-ratio: 1 / 0.763;
	object-fit: cover;
}

.sme-img-3 img{
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
}

.your-move-is-mission-tab .e-n-tabs{
	align-items: center;
}

.your-move-is-mission-tab .e-n-tabs-heading{
	width: fit-content;
    justify-content: center;
    background: #FFF;
    z-index: 1;
	border-radius: 10px 10px 0 0;
    overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.your-move-is-mission-icon-box:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #F98E00;
	opacity: 0.3;
	width: 1px;
	height: calc(100% - 20px);
	transform: translateY(-50%);
}

.moving-supplies-img img{
	aspect-ratio: 1 / 0.775;
	object-fit: cover;
}

@media only screen and (max-width: 991px){}
@media only screen and (max-width: 767px){
	
	.column-2 ul li{
		width: 100%;
	}
	
	.save-time-energy-img-1 .elementor-widget-container:after, 
	.save-time-energy-img-2 .elementor-widget-container:after{
		width: calc(100% - -2px);
	}
	
	.your-move-is-mission-tab .e-n-tabs{
		gap: var(--n-tabs-gap) !important;
	}
	
	.your-move-is-mission-tab .e-n-tabs-heading{
        display: flex;
        flex-direction: column;
		gap: 0;
		width: 100%;
		border-radius: 10px;
    }
	
	.your-move-is-mission-tab .e-n-tabs-heading button{
        margin: 0 !important;
    }
	
	.your-move-is-mission-icon-box:before{
		display: none;	
	}
	
	.sme-img-1 img,
	.sme-img-2 img{
		aspect-ratio: 1 / 0.66;
		object-fit: cover;
	}

	.sme-img-3 img{
		aspect-ratio: 1 / 0.9;
		object-fit: cover;
	}	
}

/* Pool Table Moving CSS */
.pool-experts-bg{
	background-position: center right -50px;
	background-size: auto 100%;
}

.pool-experts-img-1 img{
	aspect-ratio: 1 / 0.79;
    object-fit: cover;
}

.pool-experts-img-2 img{
	aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.pool-experts-img-3 img{
	aspect-ratio: 1 / 1.3;
    object-fit: cover;
}

.pool-table-services:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(249, 142, 0, 0.05);
	width: 100%;
	height: 100%;
}

.pool-table-service-image-box figure{
	border-radius: 25px;
}

.pool-table-service-image-box figure img{
	width: 100%;
	aspect-ratio: 1 / 1.202;
    object-fit: cover;
	filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.25));
}

.why-choose-am-pool-table .elementor-main-swiper{
	min-height: 711px;
}

.why-choose-am-pool-table .elementor-swiper-button{
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-secondary);
	border-radius: 50%;
	width: 40px;
    height: 40px;
	outline: none;
    border: none;
    padding: 0;
    transition: all 0.3s ease-in-out;
	z-index: 1;
}

.why-choose-am-pool-table .elementor-swiper-button:hover{
	opacity: 0.8;
}

.why-choose-am-pool-table .elementor-swiper-button i:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
	background: url("./images/arrow-left.svg") no-repeat;
    background-size: cover;
    width: 21px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.why-choose-am-pool-table .elementor-swiper-button.elementor-swiper-button-next i:before{
	background-image: url("./images/arrow-right.svg");
	background-size: cover;
}

.pool-table-repair-main-section,
.pool-table-repair-section{
	background-size: 550px 100%;
}

.pool-table-repair-main-section:before,
.pool-table-repair-main-section:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FFFFFF80;
    background-size: cover;
    width: 550px;
    height: 100%;
}

.pool-table-repair-main-section:after{	
    background: radial-gradient(47.07% 47.16% at 48.33% 47.12%, rgba(255, 249, 242, 0.00) 0%, #FFF9F2 100%);
    background-size: cover;
}

.pool-table-repair-section:before,
.pool-table-repair-section:after{
	content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    background: #FFFFFF80;
    background-size: cover;
    width: 550px;
    height: 100%;
	transform: translateY(-50%);
}

.pool-table-repair-section:after{
    background: radial-gradient(47.07% 47.16% at 48.33% 47.12%, rgba(255, 249, 242, 0.00) 0%, #FFF9F2 100%);
	background-size: cover;
	height: calc(100% + 1px);
}

.classic-pool-table figure img{
	width: 100%;
	background: #FFF9F2;
}

.pool-table-cloth-img .elementor-widget-container a{
	display: block;
}

.pool-table-installation .elementor-widget-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pool-table-installation .elementor-image-box-title{
	position: relative;
	display: inline-block;
	padding-right: 55px;
}

.pool-table-installation .elementor-image-box-title:before{
	content: '%';
	position: absolute;
	top: 7px;
    right: 14px;
	color: #FFF;
	font-family: "Oswald", Sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -2px;
	text-transform: uppercase;	
}

.pool-table-installation .elementor-image-box-title:after{
	content: 'OFF';
	position: absolute;
	top: auto;
	right: 0;
	bottom: 10px;
	color: #FFF;	
	font-family: "Oswald", Sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.pool-table-repairs-tab .e-n-tab-title,
.pool-table-repairs-tab .e-n-tab-title[aria-selected="true"],
.pool-table-repairs-tab .e-n-tab-title[aria-selected="false"]{
	transition: all 0.3s ease-in-out;
}

.pool-table-repairs-tab .e-n-tab-title:last-child{
	border-width: 0 !important;
}

.pool-table-repairs-tab .e-n-tab-title .e-n-tab-icon {
	width: var(--n-tabs-icon-size);
	height: var(--n-tabs-icon-size);
}

.pool-table-repairs-image-box figure img{
	width: 100%;
	aspect-ratio: 1 / 0.5;
    object-fit: cover;
}

@media only screen and (max-width: 991px){
	
	.pool-experts-bg {
		background-position: top center;
		background-size: auto;
	}
	
	.why-choose-am-pool-table .elementor-main-swiper{
		min-height: 450px;
	}
	
	.pool-table-repair-main-section,
	.pool-table-repair-section{
		background-size: 0;
	}

	.pool-table-repair-main-section:before,
	.pool-table-repair-main-section:after,
	.pool-table-repair-section:before,
	.pool-table-repair-section:after{
		display: none;
	}
	
	.pool-table-installation .elementor-image-box-title{
		padding-right: 48px;
	}
	
	.pool-table-installation .elementor-image-box-title:before{
		top: 6px;
        right: 15px;
        font-size: 26px;
	}
	
	.pool-table-installation .elementor-image-box-title:after{    	
		font-size: 30px;
        letter-spacing: -1px;
        bottom: 5px;
	}
}

@media only screen and (max-width: 767px){
	
	.why-choose-am-pool-table .elementor-main-swiper{
		min-height: 450px;
	}
	
	.why-choose-am-pool-table .elementor-swiper-button{
		width: 32px;
    	height: 32px;
	}
	
	.why-choose-am-pool-table .elementor-swiper-button i:before{
		width: 14px;
    	height: 10px;
	}
	
	.pool-table-installation .elementor-image-box-title {
		padding-right: 40px;
	}
	
	.pool-table-installation .elementor-image-box-title:before {
        top: 8px;
        right: 12px;
        font-size: 24px;
    }
	
	.pool-table-installation .elementor-image-box-title:after {
		bottom: 8px;
		font-size: 24px;
		letter-spacing: 0;
	}
	
	.pool-table-repairs-tab .e-n-tab-title[aria-selected="true"]{
		border-width: 0 0 0 0 !important;
	}
}


/* Piano Moving CSS */

.discount-moving.discount-moving-dark{
	top: 50% !important;
	left: 0 !important;
	transform: translate(-50%, -50%) !important;
}

.benefit-of-teaming .elementor-icon-box-icon{
	position: relative;
}

.benefit-of-teaming .elementor-icon-box-icon:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	bottom: 50%;
	width: 1px;
	height: 100%;
	background: #F98E004D;
	transform: translateY(-50%);
}

.move-piano-faq .e-n-accordion-item{
	border-bottom: 1px solid #F98E004D;
}

.move-piano-faq .e-n-accordion-item:last-child{
	border-bottom: none;
}

.move-piano-faq .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span{
	background: #F98E00;
	border: 1px solid #F98E00;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
}

.move-piano-faq .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span.e-opened{
	background: #FFFFFF00;
}

.move-piano-faq .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span.e-opened svg path{
	fill: #F98E00 !important;
}

@media only screen and (max-width: 991px){

	.discount-moving.discount-moving-dark{
		top: 0% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
}


/* Senior Moving CSS */
.discount-moving .elementor-widget-container{
	width: 260px;
	height: 260px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.discount-moving .elementor-image-box-title{
	position: relative;
	display: inline-block;
	padding-right: 52px;
}

.discount-moving .elementor-image-box-title:before{
	content: '%';
	position: absolute;
	top: 10px;
    right: 8px;
	color: #FFF;
	font-family: "Oswald", Sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -2px;
	text-transform: uppercase;	
}

.discount-moving .elementor-image-box-title:after{
	content: 'OFF';
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	color: #FFF;	
	font-family: "Oswald", Sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.discount-box{
    position: absolute;
    left: 50%;
    bottom: 0px !important;
    transform: translate(-50%, 0%);
}

.seniors-img-1 .elementor-widget-container,
.seniors-img-2 .elementor-widget-container{
	position: relative;
}

.seniors-img-1 .elementor-widget-container:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("./images/senier-moving-img-bg-1.svg") no-repeat center center;
	background-size: cover;
	width: 130px;
	height: 95px;
	transform: translate(50px, 130px);
}

.seniors-img-2 .elementor-widget-container:before{
	content: '';
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	background: url("./images/senier-moving-img-arrow.svg") no-repeat center center;
	background-size: cover;
	width: 165px;
	height: 125px;
	transform: translate(5px, 25px);
}

.seniors-img-1 img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 300px;
	box-shadow: 10px 10px 0px 0px #F98E00;
}

.seniors-img-2 img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 530px;
	box-shadow: 10px -10px 0px 0px #F98E00;
}

.senior-moving-focus-list .elementor-icon-box-wrapper .elementor-icon-box-title{
    position: relative;
    padding-left: 20px;
}

.senior-moving-focus-list .elementor-icon-box-wrapper .elementor-icon-box-title:after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #F98E00;
    border-radius: 50%;
    top: 50%;
    left: 0;
    display: inline-block;
    transform: translate(0, -50%);
}

.special-discount-box{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px){

    .senior-moving-focus-title{
        padding-left: 20px;
    }
	
	.discount-moving .elementor-image-box-title{
		padding-right: 48px;
	}
	
	.discount-moving .elementor-widget-container{
		width: 240px;
		height: 240px !important;
	}
	
	.discount-moving .elementor-image-box-title:before{
		top: 0;
    	right: 16px;
		font-size: 28px;
	}
	
	.discount-moving .elementor-image-box-title:after{    	
		font-size: 30px;
		letter-spacing: -1px;
	}
}

@media only screen and (max-width: 767px){
	
    .discount-box{
		left: auto;
		right: 0;
		bottom: 0px !important;
		transform: translate(0%, 0%);
    }
	
	.seniors-img-1 img,
	.seniors-img-2 img{
		height: auto;
		box-shadow: 5px -5px 0px 0px #F98E00;
	}
	
	.seniors-img-1 .elementor-widget-container:before,
	.seniors-img-2 .elementor-widget-container:before{
		display: none;
	}
	
	.discount-moving{
		left: auto !important;
        right: 10px;
	}
	
	.discount-moving .elementor-widget-container {
        width: 150px;
        height: 150px !important;
    }
	
	.discount-moving .elementor-image-box-title {
		padding-right: 25px;
	}
	
	.discount-moving .elementor-image-box-title:before {
        top: 4px;
        right: 12px;
        font-size: 14px;
    }
	
	.discount-moving .elementor-image-box-title:after {
		bottom: 4px;
		font-size: 16px;
		letter-spacing: 0;
	}
}

/* Hot tub moving CSS */

.trust-tub-experts .elementor-widget-container{
    position: relative;
}

.trust-tub-experts .elementor-widget-container:before{
    content: '';
    position: absolute;
	top: 0;
    left: 50%;
    right: 0;
	bottom: auto;
    background: url("./images/tringle-shape-1.svg") no-repeat top center;
    background-size: contain;
    border-radius: 20px;
    width: calc(100% + 3px);
	height: 100%;
	transform: translate(-50%, -2px);
}

.trust-tub-experts .elementor-widget-container:after{
    content: '';
    position: absolute;
	top: auto;
    left: 50%;
    right: 0;
	bottom: 0;
	background: url("./images/tringle-shape-2.svg") no-repeat bottom center;
    background-size: contain;
    border-radius: 20px;
    width: calc(100% + 3px);
    height: 100%;
    transform: translate(-50%, 2px);
}

.trust-tub-experts img{
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 991px){}

@media only screen and (max-width: 767px){}


/* Contact Us CSS */

.contact-us-form form .gform-body .gform_fields{
	row-gap: 30px;
	column-gap: 30px;
}

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

.contact-us-form form .gform-body .gform_fields .gfield .ginput_container input,
.contact-us-form form .gform-body .gform_fields .gfield .ginput_container textarea{
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #000;
	background: #F1EEED;
	border: none;
	border-radius: 100px;
    box-shadow: none;
	padding: 12px 20px 12px 60px;
    height: 50px;
}

.contact-us-form form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.contact-us-form form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: #737272;
}

.contact-us-form form .gform-body .gform_fields .gfield .ginput_container input:focus,
.contact-us-form form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.contact-us-form form .gform_footer input[type="submit"]:focus{
	outline: none;
	box-shadow: none;
}

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

.contact-us-form form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 150px;
	border-radius: 20px;
	padding: 15px 20px 15px 60px;
}

/* Fields Icon CSS */
.gform_wrapper form .gform-body .gform_fields .ginput_container{
	position: relative;
}

.gform_wrapper form .gform-body .gform_fields .name-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .phone-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .mail-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .address-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .date-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .subject-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .message-field .ginput_container:before,
.gform_wrapper form .gform-body .gform_fields .hear-about .ginput_container:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	background: url("./images/form-name-icon.svg")no-repeat center center;
	background-size: 21px auto;
	width: 21px;
	height: 21px;
	transform: translateY(-50%);
}

.gform_wrapper form .gform-body .gform_fields .name-field .ginput_container:before{
	background: url("./images/form-name-icon.svg")no-repeat center center;
	background-size: 20px auto;
}

.gform_wrapper form .gform-body .gform_fields .phone-field .ginput_container:before{
	background: url("./images/form-phone-icon.svg")no-repeat center center;
	background-size: 21px auto;
}

.gform_wrapper form .gform-body .gform_fields .mail-field .ginput_container:before{
	background: url("./images/form-mail-icon.svg")no-repeat center center;
	background-size: 21px auto;
	width: 22px;
}

.gform_wrapper form .gform-body .gform_fields .subject-field .ginput_container:before{
	background: url("./images/form-subject-icon.svg")no-repeat center center;
	background-size: 21px auto;
}

.gform_wrapper form .gform-body .gform_fields .message-field .ginput_container:before{
	top: 15px;
	background: url("./images/form-message-icon.svg")no-repeat center center;
	background-size: cover;
	transform: translateY(0);
}

/* Error CSS */
.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	margin-top: 0;
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.04em;
	color: #C8221E;
}

.gform_wrapper .gform_validation_errors{
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.gform_wrapper .gform_validation_errors h2{
	font-size: 18px !important;
    text-transform: capitalize;
	letter-spacing: 0;
}

.gform_confirmation_wrapper .gform_confirmation_message{
    font-family: "poppins", Sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.5em;
    color: #F98E00;
    border: 2px solid #F98E00;
    border-radius: 14px;
    padding: 15px;
}

.contact-us-form form .gform_footer{
	justify-content: center;
	margin-top: 40px;
}

.gform_wrapper form .gform_footer input[type="submit"],
.gform_wrapper form input[type="submit"]{
	font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	color: #222 !important;
	background-color: #FFF !important; 	
	border: 1px solid #222 !important;
	border-radius: 100px !important;
	padding: 18px 22px !important;
	transition: all 0.3s ease-in-out !important;		
}

.gform_wrapper form .gform_footer input[type="submit"]:hover,
.gform_wrapper form input[type="submit"]:hover{
	background: #222 !important;
	color: #FFF !important;
}

.gform_wrapper form .gform_footer input[type="submit"]:focus,
.gform_wrapper form input[type="submit"]:focus{
	outline: none !important;
    box-shadow: none !important;
}

.gform_wrapper form .gform_footer .gform-loader{
	display: none !important;
}

@media only screen and (max-width: 991px){
	
	.gform_confirmation_wrapper .gform_confirmation_message{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.contact-us-form form .gform-body .gform_fields{	
		row-gap: 20px;
		column-gap: 0;
	}
	
	.gform_wrapper form .gform-body .gform_fields .name-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .phone-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .mail-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .address-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .date-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .subject-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .message-field .ginput_container:before{
		left: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .name-field .ginput_container:before,
	.gform_wrapper form .gform-body .gform_fields .address-field .ginput_container:before{
		left: 25px;
	}
	
	.contact-us-form form .gform-body .gform_fields .gfield .ginput_container input, 
	.contact-us-form form .gform-body .gform_fields .gfield .ginput_container textarea{
		padding: 12px 20px 12px 55px;
	}
	
	.contact-us-form form .gform-body .gform_fields .gfield .ginput_container textarea{
		padding: 15px 20px 15px 55px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.gform_confirmation_wrapper .gform_confirmation_message{
		font-size: 18px;
		padding: 10px;
	}
	
	.contact-us-form form .gform_footer{
		margin-top: 30px;
	}
	
	.gform_wrapper form .gform_footer input[type="submit"]{
		padding: 15px 22px !important;
	}
}


/* G Form CSS */
.home-quote-form .gform-body .gform_fields{
    row-gap: 20px;
    column-gap: 20px;
}

.home-quote-form .gform-body .gform_fields .gfield{
    border-radius: 100px;
    box-shadow: none;
}

.home-quote-form .gform-body .gform_fields .gfield .ginput_container input,
.home-quote-form .gform-body .gform_fields .gfield .ginput_container textarea,
.home-quote-form .gform-body .gform_fields .gfield .ginput_container select{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    background: #F1EEED;
    border: none;
    border-radius: 100px;
    box-shadow: none;
    padding: 12px 20px 12px 60px;
    height: 60px;
}

.home-quote-form .gform-body .gform_fields .gfield .ginput_container textarea{
    border-radius: 20px;
    height: 86px;
}

.home-quote-form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.home-quote-form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder,
.home-quote-form .gform-body .gform_fields .gfield .ginput_container select::placeholder{
    color: #737272;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	--gf-ctrl-select-icon-position: calc(100% - 20px) center;
	background-image: var(--gf-ctrl-select-icon);
    background-position: var(--gf-ctrl-select-icon-position);
    background-repeat: no-repeat;
    background-size: var(--gf-ctrl-select-icon-size);
	line-height: var(--gf-local-line-height);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select: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_wrapper form .gform-body .gform_fields .address-field .ginput_container:before{
	background: url("./images/form-location-icon.svg") no-repeat center center;
	background-size: 21px auto;
}

.gform_wrapper form .gform-body .gform_fields .date-field .ginput_container:before{
	background: url("./images/form-date-icon.svg") no-repeat center center;
	background-size: 21px auto;
}

.gform_wrapper form .gform-body .gform_fields .hear-about .ginput_container:before{
	background: url("./images/hear-about-icon.svg") no-repeat center center;
	background-size: 21px auto;
}

.home-quote-form .gform-body .gform_fields .gfield .ginput_container input.datepicker.gform-datepicker{
    width: 100% !important;
}

.home-quote-form .gform-body .gform_fields .gfield.gfield--type-submit{
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-quote-form .gform_wrapper .gform_validation_errors h2{
    font-size: 16px !important;
}

.home-quote-form .gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
    font-size: 12px;
}

.home-quote-form .gform-footer{
	margin-block-start: 0 !important;
}

@media only screen and (max-width: 991px){

    .home-quote-form .gform-body .gform_fields .gfield .ginput_container input,
    .home-quote-form .gform-body .gform_fields .gfield .ginput_container textarea{
        height: 50px;
    }

    .home-quote-form .gform-body .gform_fields .gfield .ginput_container textarea{
        height: 86px;
    }
}

@media only screen and (max-width: 767px){

	.home-quote-form form .gform-body .gform_fields{	
		row-gap: 20px;
		column-gap: 0;
	}

    .home-quote-form .gform-body .gform_fields .gfield .ginput_container input,
    .home-quote-form .gform-body .gform_fields .gfield .ginput_container textarea{
        padding: 12px 20px 12px 55px;
    }
	
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
		--gf-ctrl-select-icon-position: calc(100% - 10px) center;
	}
}

/* Chatham location CSS */

.chatham-location-detail{
	position: relative;
}

.chatham-location-detail::before{
	content: '';
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 25.09%, #FFF 45%), url('./images/chatham-kent-location.png');
    background-size: cover;
    width: 50%;
    height: 100%;
	z-index: 0;
}

.location-section-image,
.location-section-content:after{
	clip-path: path('M71.4994 428C-27.21 292.163 -16.0009 179 64.4235 0H682.499C696.307 0 707.499 11.1929 707.499 25V765C707.499 778.807 696.307 790 682.499 790H112.5C160.999 597.5 126 503 71.4994 428Z');	
}

.location-section-content:after{
	content: '';
	position: absolute;
	top: 0;
	right: -135px;
	bottom:0;	
	background : #FFF;
	width: 160px;
    height: calc(100% + 10px);
    z-index: 0;
}

.chatham-piano-service-img .elementor-widget-container img{
	aspect-ratio: 1 / 0.85;
    object-fit: cover;
}

.location-list{
	position: relative;
}

.location-list:after{
	content: '';
	position: absolute;
	background: #F98E00;
	top: 0;
	right: auto;
	bottom: 0;
	left: -110px;
	height: 100%;
	width: 110px;
	z-index: 1;
}

.location-list:before{
	content: '';
	position: absolute;
	top: -80px;
	left: -110px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 81px 81px;
	border-color: transparent transparent #DE7F02 transparent;
	transform: rotate(0deg);
	z-index: 1;
}

.special-discount-senior:before{
	content:'';
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0.01%, #000 100%);
    background-size: cover;
    width: 100%;
    height: 100%;
	z-index: 0;
}

.chatham-kent-cta-box-img{
	clip-path: path('M75.0938 9.25689C79.664 3.32719 86.796 0 94.2825 0L760 0C773.807 0 785 11.1929 785 25V340C785 353.807 773.807 365 760 365H46.0729C36.1878 365 27.1546 359.204 23.5647 349.994C8.29202 310.811 0 268.76 0 225C0 145.018 27.7002 70.7481 75.0938 9.25689Z');
}

.chatham-kent-cta-box-content:after{
	content: '';
	position: absolute;
	background: url('https://ancientmovers.ca/wp-content/uploads/2024/09/test-2.svg') no-repeat right center;
	background-size: contain;
	top: 0;
	right: 0px;
	bottom:0;	
	width: 70px;
	height: calc(100% + 1px);
	z-index: 1;	
}

.chatham-kent-cta-box-2-img{
	clip-path: path('M682.906 9.25689C678.336 3.32719 671.204 0 663.717 0H-2C-15.8071 0 -27 11.1929 -27 25V340C-27 353.807 -15.8071 365 -2 365H711.927C721.812 365 730.845 359.204 734.435 349.994C749.708 310.811 758 268.76 758 225C758 145.018 730.3 70.7481 682.906 9.25689Z');
}

.chatham-kent-cta-box-2-content:after{
	content: '';
	position: absolute;
	background: url('https://ancientmovers.ca/wp-content/uploads/2024/09/chatham-cta-box-2-bg.svg') no-repeat right center;
	background-size: contain;
	top: 0;
	left: 0px;
	bottom: 0;	
	width: 70px;
	height: calc(100% + 3px);
	z-index: 1;	
}

@media only screen and (max-width: 1310px) {
	.chatham-kent-cta-box-2-img {
		clip-path: path('M669.097 9.25689C664.539 3.32719 657.425 0 649.957 0H-14.0637C-27.8356 0 -39 11.1929 -39 25V340C-39 353.807 -27.8356 365 -14.0637 365H698.044C707.904 365 716.914 359.204 720.495 349.994C735.729 310.811 744 268.76 744 225C744 145.018 716.371 70.7481 669.097 9.25689Z');
	}
}


@media only screen and (max-width: 991px) {
	

	.location-section-image,
	.location-section-content:after{
		clip-path: none;
	}
	
	.location-section-content:after{
		display: none;
	}
	
	.location-list:after{
		display: none;
	}

	.location-list:before{
		display: none;
	}
	
	.special-discount-senior:before{
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.01%, #000 100%);
	}
	
	.chatham-kent-cta-box-img{
		clip-path: none;
	}
	
	.chatham-kent-cta-box-content:after{
		display: none;
	}
	
	.chatham-kent-cta-box-2-img{
		clip-path: none;
	}
	
	.chatham-kent-cta-box-2-content:after{
		display: none;
	}
	
}


/* London Page Css */

.london-about-hero-section{
	background-size: auto calc(100% + 5px);
}

.london-about-hero-section::after{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 65.13%, #FFF 80.18%), url("./images/london-location-image.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
	height: 100%;
	z-index: 0;
}

.london-about-img img{
	 aspect-ratio: 1/0.97;
   object-fit: cover;
}


.london-service-list-items ul{
	display: inline-flex;
	flex-wrap: wrap;
	gap: 30px;
}

.london-service-list-items ul li{
	width: calc(20% - 24px);
}

.london-service-list-items ul li:nth-child(odd){
	 padding: 14px 20px;
	 border: 1px solid var(--e-global-color-secondary);
	border-radius: 10px;
	justify-content: center;
}


.london-service-list-items ul li:nth-child(even){
	 padding: 14px 20px;
	 background-color: var(--e-global-color-accent);
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	justify-content: center;
}

.london-service-lg::before{
	height: 45%;
	width: 100%;
}


.london-service-list-section::before,
.london-service-list-section::after{
	top: 0;
    left: 0;
    width: 50%;
    height: 250px;
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
/*     transform: translateY(49px); */
}

.london-service-list-section::after{
	content: '';
	position: absolute;
	left: auto;
    right: 0;
	background-color: var(--e-global-color-secondary);
    transform: scaleX(-1);
}


.london-cta-box .elementor-cta__button::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('./images/btn-arrow-right.svg') no-repeat center center;
    background-color: #FFF;
		border-radius: 50px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .london-cta-box .elementor-cta__button::before {
        display: none;
    }
}

.london-lg-section{
	overflow: hidden !important;
}

.london-city-transfer-service-img{
	position: relative;
}

.london-city-transfer-service-img::before{
	content: '';
	position: absolute;
	top: auto;
	left: auto;
	bottom: -20%;
	right: -25%;      
	background:url('./images/london-round-bg-img.svg') no-repeat;
	background-size: cover;
	width: 520px;
	height: 520px;
	z-index: 0;
}

.london-city-content::before{
	content: '';
    position: absolute;
    top: -90px;
    left: auto;
    right: -100vw;
    bottom: 0;
    background: #FFF;
    width: calc(100VW + 100vw);
    height: calc(100% + 140px);
}

.london-city-transport-service .elementor-widget-container{
    position: relative;
}

.london-city-transport-service .elementor-widget-container:before{
    content: '';
    position: absolute;
	top: 0;
    left: 50%;
    right: 0;
	bottom: auto;
    background: url("./images/london-page-tringle-shape-1.svg") no-repeat top center;
    background-size: contain;
    border-radius: 20px;
    width: calc(100% + 3px);
	height: 100%;
	transform: translate(-50%, -2px);
}

.london-city-transport-service .elementor-widget-container:after{
    content: '';
    position: absolute;
	top: auto;
    left: 50%;
    right: 0;
	bottom: 0;
	background: url("./images/london-page-tringle-shape-2.svg") no-repeat bottom center;
    background-size: contain;
    border-radius: 20px;
    width: calc(100% + 3px);
    height: 100%;
    transform: translate(-50%, 2px);
}

.london-city-transport-service img{
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 1367px){
	
}

@media only screen and (max-width: 1024px){

	
	.london-city-content::before {
		top: 0;
		width: calc(100% + 40px);
		right: -20px;
		height: 100%;
	}
}


@media only screen and (max-width: 991px){

	.london-about-hero-section::after{
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 65.13%, #FFF 80.18%), url('./images/london-about-bg.svg');
		background-size: cover;
		width: 100%;
		height: 40%;
	}

	.london-about-img img {
		aspect-ratio: 1 / 0.87;
	}
	
	.london-service-list-items ul li {
		width: calc(33.33% - 20px);
	}
	
	.london-city-transfer-service-img::before{
		display: none;
	}
	
	.london-service-list-section::before,
	.london-service-list-section::after{
		height: 110px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.london-service-list-items ul{
		gap:15px;
	}
	
	.london-service-list-items ul li {
		width: calc(50% - 7.5px);
	}
	
	.london-service-list-items ul li:nth-child(odd) a {
    padding: 14px 8px;
	}
	
	.london-service-list-section::before,
	.london-service-list-section::after{
		height: 120px;
	}
}

/*
 * sarnia CSS
 * */

.sarnia-location-detail:before{
	content: '';
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 25.09%, #FFF 45%), url('./images/sarnia-location-section-bg.png');
    background-size: cover;
    width: 50%;
    height: 100%;
	z-index: 0;
}

/*
 * Leamington CSS
 * */

.leamington-location-detail:before{
	content: '';
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 25.09%, #FFF 45%), url('./images/leamington-map.png');
    background-size: cover;
    width: 50%;
    height: 100%;
	z-index: 0;
}
