/* 
Theme Name: Trash Gurl
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
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
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 22px;
	line-height: 34px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #4d1a43;
	letter-spacing: 0;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a {
	color: #007acc !important;
	font-weight: 700;
	text-decoration: unset !important;
}
p a:hover, .link-text a:hover {
	color: #686868 !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 50px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 30px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 15px !important;
	color: #000;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 600;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #4d1a43 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #f9ca34;
	padding: 10px 25px !important;
	line-height: normal;
	max-width: 200px;
	color: #000 !important;
	border-radius: 50px;
}
.hd_menu .elementor-nav-menu > li > a:focus {
	font-weight: 900 !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #000 !important;
	border-bottom: 1px solid #00000045;
	border-left: 0;
	white-space: normal;
	background: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: 10px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #fff !important;
	opacity: 1;
	border-left: unset !important;
	color: #4d1a43 !important;
}
.elementor-location-header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px 50px 0px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #000;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #4d1a43;
}
.site_logo {
	width: auto !important;
	max-width: 320px;
}
.hd_right {
	width: calc(100% - 320px) !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
.hd-icon .elementor-widget-wrap {
	flex-wrap: wrap;
	justify-content: end;
	column-gap: 20px;
}
.hd-icon .single-icon {
	width: auto;
}
.single-icon img {
	width: 100%;
	height: 30px;
	display: block;
}
.hd-list {
	width: auto !important;
}
.top-header .elementor-container {
	max-width: unset !important;
}
.hd_menu {
	flex-direction: row-reverse !important;
	margin: 10px 0px;
}
.hd-list li a {
	color: #654472;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 500;
}
/*** Header End***/ 
.banner h1 {
	font-family: 'Raleway';
	color: #ffffff;
	font-size: 100px;
	text-shadow: 0px 0px 10px RGBA(0,0,0,1);
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}
.banner span {
	display: block ;
}
.banner-sub p {
	font-family: 'Raleway';
	color: #f9ca34;
	font-size: 45px;
	text-shadow: 0px 0px 10px RGBA(0,0,0,1);
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}
.banner .defbtn a:hover {
	background: #f9ca34;
	color: #000 !important;
}
.defbtn a {
	color: #000 !important;
	font-size: 25px;
	line-height: 1;
	font-weight: normal;
	background: #f9ca34;
	max-width: max-content;
	padding: 15px 35px;
	border-radius: 0px;
	text-transform: uppercase;
}
.defbtn a:hover {
	background: #4d1a43;
	color: #fff !important;
}
.bigheading h2 {
	font-size: 70px;
	line-height: 70px;
}
.bigheading h2 i {
	display: block;
	font-size: 46px;
	line-height: 45px;
	font-style: normal;
}
.bigtext p {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
}
.bigtext p b {
	font-weight: bold;
}
.leading-col {
	max-width: 950px;
}
.subheading p {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.rolloff-col {
	max-width: 550px;
}
.mt20 {
	margin-top: 20px;
}
.mt0 {
	margin-top: 0px;
}
.center-img .social-img {
	width: auto;
}
.center-img .elementor-widget-wrap {
	flex-wrap: wrap;
	justify-content: end;
	column-gap: 40px;
}
.mt30 {
	margin-top: 30px;
}
.quote-sec {
	padding: 100px 15px 200px;
}
.quote_outer .elementor-widget-wrap {
	row-gap: 20px;
}
.quote-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
}
.quote-boxes .elementor-image-box-img img {
	width: 100%;
	max-width: 40px;
	display: block;  
}
.quote-boxes .elementor-image-box-title {
	font-size: 26px;
	line-height: 26px;
	color: #b2b2b2;
	font-weight: 300;
}
.iframe-sec {
	margin-top: -150px;
}
iframe {
	display: block !important;
}
.custom-contact .gform_fields {
	row-gap: 30px !important;
	column-gap: 20px !important;
}
.half-col {
	grid-column: span 6 !important;
}
.custom-contact input, .custom-contact select, .custom-contact textarea {
	background: #fff;
	border: solid 1px #dddddd;
	border-radius: 0px;
	padding: 12px !important;
	color: #000;
	font-size: 14px !important;
	line-height: normal;
	font-weight: 400;
	height: 50px;
}
.custom-contact .text-para textarea {
	height: 150px !important;
}
.gform_validation_errors {
	display: none;
}
.datepicker {
	width: 100% !important;
}
.validation_message {
	background: transparent !important;
	border: 0px !important;
	padding: 0 !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.instruction {
	display: none;
}
.custom-contact .button {
	font-weight: normal;
	font-size: 22px !important;
	background: #f9ca34;
	border: 0px;
	padding: 14px 15px !important;
	letter-spacing: 0.5px;
	width: 100%;
	text-transform: uppercase;
	height: unset;
}
.custom-contact .button:hover {
	color: #000;
}
input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #000;
}
.home-slider .swiper-slide {
	background: transparent;
	position: relative;
}
.home-slider .elementor-testimonial__title {
	color: #fff;
	line-height: 36px;
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	max-width: 1056px;
}
.home-slider .swiper-slide::before {
	content: "";
	position: absolute;
	background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/girl_img.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
	height: 190px;
	right: 0;
	top: 0;
}
.home-slider .elementor-testimonial__title i {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	font-style: normal;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ft-iconlist li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: normal;
	transition: all ease-in-out 0.5s !important;
	font-weight: 700;
}
.ft-iconlist ul {
	column-gap: 20px;
	max-width: 1000px;
	margin: auto !important;
	row-gap: 20px;
}
.ft-iconlist li:hover a {
	color: #f9ca34;
}
.ft-btn a {
	background: transparent;
	border-radius: 0px;
	padding: 0;
	font-weight: 900;
	color: #f9ca34 !important;
	line-height: normal;
	font-size: 40px;
}
/* .ft-hd span {
	color: #fff;
	font-size: 80px;
	font-family: 'Eraser';
	line-height: 80px;
	letter-spacing: 2px;
} */
.ft-hd span {
	color: #fff;
	font-size: 80px;
	/* font-family: 'Eraser'; */
	line-height: 80px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.ft-hd span i {
	display: block;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 1px;
	font-style: normal;
}
.ftimg_outer .elementor-widget-wrap {
	column-gap: 30px;
	justify-content: center;
}
.ftimg_outer .ft-img {
	width: auto;
}
.ft-img img {
	width: 100%;
	display: block;
	height: 64px;
}
.copyrighttext, .copyrighttext a {
	color: #ea63f0;
	font-size: 16px;
	text-transform: uppercase;
}
.ft-sec {
	padding: 80px 15px 20px;
}
.inr-bnr {
	padding: 7% 15px 5%;
}
.inr-hd h1 {
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 20px;
}
.mdheading h2 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.smtext p {
	font-size: 26px;
	line-height: 36px;
}
.wt p {
	color: #fff;
}
.wt p i {
	color: #f9ca34;
	font-style: normal;
}
.wt p a {
	color: #fff !important;
	font-weight: 500;
}
.form-text a {
	color: #fff !important;
	font-weight: 500;
}
.form-text a:hover {
	color: #fff !important;
}
.site-list li {
	font-size: 24px;
	line-height: 36px;
	padding-left: 36px;
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}
.site-list li::before {
	position: absolute;
	content: "";
	background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/check_icon.png");
	background-repeat: no-repeat;
	background-size: 26px;
	width: 30px;
	height: 30px;
	left: 0;
	top: 6px;
}
.two-list.site-list li {
	width: calc(100% / 2 - 10px);
}
.two-list ul {
	display: flex;
	flex-wrap: wrap;
}
.two-list li a {
	color: #0055a6;
}
.pad40 {
	padding: 40px 15px;
}
.center-text p {
	font-size: 34px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Eraser';
}
.rental-list p {
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 35px;
	position: relative;
	padding-left: 65px;
	color: #231f20;
}
.rental-list p em {
	color: #fff;
	font-size: 35px;
	height: 50px;
	width: 50px;
	text-align: center;
	float: left;
	background: #4d1a43;
	border-radius: 50%;
	line-height: 50px;
	font-family: 'Eraser';
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.rental-list p a {
	color: #231f20 !important;
	font-weight: 500;
}
.secbtn a {
	background: #231f20 !important;
	color: #fff !important;
}
.clr-text p {
	color: #f9ca34 !important;
}
.clr-text p a {
	color: #f9ca34 !important;
	font-weight: 500;
}
.tiny-text p {
	font-size: 17px;
	line-height: 26px;
}
.front_content th, .front_content td {
	font-size: 18px;
	width: 100px;
	line-height: 26px;
}
.front_content table td small {
	font-size: 12px;
	line-height: 20px;
	display: block;
}
.front_content th, .front_content table td {
	text-align: center;
	padding: 10px;
	color: #000000;
	font-family: 'raleway', sans-serif;
	vertical-align: middle;
}
.dont-list.site-list li:nth-of-type(2n)::before {
	background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/disable_lg.png");
}
.front_content table {
	background: #ebebeb;
}
.bnr-gradient .elementor-background-overlay {
	background: linear-gradient(rgba(94, 31, 86, 0.60), rgba(94, 31, 86, 0.60)) !important;
}
.smheading h2 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
}
.do-list.site-list li:first-child::before {
	background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/question_icon.png");
}
.do-list.site-list li:nth-of-type(3n)::before {
	background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/disable_lg.png");
}
.faqblock .elementor-accordion-title {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
}
.faqblock .elementor-accordion-item {
	margin-bottom: 25px;
	border: 0px !important;
	background: #e6e7e8;
}
.faqblock .elementor-accordion .elementor-tab-title {
	padding: 25px 25px 25px 68px;
	background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/question_icon.png");
	background-repeat: no-repeat;
	background-position: center left 30px;
	background-size: 26px;
}
.faqblock .elementor-accordion-icon {
	height: 28px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.faqblock .elementor-accordion .elementor-tab-content {
	border: 0px;
	padding: 0 30px 30px;
	color: #fff !important;
	font-size: 17px;
	margin-top: -7px;
} 
.faqblock .elementor-accordion .elementor-tab-content p {
	color: #000 !important;
}
.faqblock .elementor-active {
	background: #e6e7e8;
}
.faqblock .elementor-tab-title.elementor-active a {
	color: #000 !important;
}
.faqblock .elementor-accordion .elementor-active.elementor-tab-title {
	background-image: url(https://trashgurl.com/wp-content/uploads/2025/09/question_icon.png) !important;
}
.faqblock .elementor-accordion-icon {
	width: auto !important;
} 
.faqblock .elementor-accordion-icon-closed, .faqblock .elementor-accordion-icon-opened {
	position: relative;
	transition:all ease-in-out 0.5s;
} 
.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
	content: "";
	position: absolute;
	background-image: url(https://trashgurl.com/wp-content/uploads/2025/09/plus.png);
	width: 25px !important;
	height: 25px !important;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: -25px;
	top: -6px;
}
.faqblock .elementor-active .elementor-accordion-icon-opened::before {
	background-image: url(https://trashgurl.com/wp-content/uploads/2025/09/minus-clr.png);
}
.faqblock .elementor-accordion-icon svg {
	display: none !important;
}
.faqblock .elementor-accordion-item:last-child {
	margin-bottom: 0px;
}
.disposal_outer .elementor-widget-wrap {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.disposal-boxes {
	width: calc(100% / 2 - 10px) !important;
}
.disposal-boxes .elementor-image-box-title {
	font-size: 34px;
	line-height: 40px;
	color: #4d1a43;
	text-transform: uppercase;
	font-weight: 900;
}
.disposal-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
}
.disposal-boxes .elementor-image-box-img img {
	width: 100%;
	display: block;
}
.contact-info li, .contact-info li a {
	font-size: 32px !important;
	line-height: 40px;
	color: #1a1c17;
	font-weight: 600;
}
.contact-info li i {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
}
.contact-info ul {
	row-gap: 20px;
	display: flex;
	flex-wrap: wrap;
}
.contact-info li a svg, .contact-info li svg {
	width: 40px !important;
	height: 40px !important;
	fill: #1a1c17;
	margin: 0 !important;
	margin-right: 20px !important;
	align-content: center;
	align-items: center;
}
.post-card article {
	position: relative;
}
.post-card article a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: all;
	z-index: 0;
	top: 0;
	right: 0;
}
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 30px;
}
.post-card .elementor-post__title a {
	font-size: 26px;
	color: #4d1a43;
	text-transform: capitalize;
	line-height: 32px;
	font-weight: 700;
}
.post-card h3 {
	margin-bottom: 10px !important;
	line-height: 28px;
}
.post-card .elementor-post__read-more {
	color: #000 !important;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	background: #f9ca34;
	max-width: max-content;
	padding: 15px 25px;
	border-radius: 0px;
	text-transform: uppercase;
	height: unset;
	margin-top: 20px !important;
	display: block;
}
.post-card .elementor-post__read-more:hover {
	background: #4d1a43;
	color: #fff !important;
}
.post-card .elementor-post__thumbnail img {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	transition: all ease-in-out 0.5s !important;
	height: 230px !important;
	object-fit: cover;
}
.post-card article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
}
.post-card .elementor-post__thumbnail {
	padding-bottom: 0px !important;
	overflow: hidden !important;
}
.post-card .elementor-post__excerpt {
	margin-bottom: 15px !important;
}
.single-main {
	padding: 100px 15px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 32px !important;
	line-height: 38px !important;
	margin-bottom: 14px;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 28px !important;
}

.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 28px;
	line-height: 32px;
}
.single-left h3 {
	font-size: 24px;
	line-height: normal;
}
.single-left h4 {
	font-size: 22px;
	line-height: 28px;
}
.single-left h5 {
	font-size: 20px;
	line-height: 24px;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 30px auto 10px;
	text-transform: capitalize;
}
.post-content ul {
	list-style: none !important;
}
.post-content li {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	padding-left: 25px;
	margin-bottom: 10px !important;
}
.post-content li::before {
	content: "";
	position: absolute;
	background-image: url(https://trashgurl.com/wp-content/uploads/2025/09/check_icon.png);
	background-repeat: no-repeat;
	background-size: 15px;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 7px;
}
.pl40 {
	padding-left: 40px;
}
.single-ryt .sidebar .elementor-container {
	background: #fffffe;
	padding: 20px;
}
.single-ryt h4 {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	border-bottom: solid 1px #ddd;
}
.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: solid 1px #ddd;
	align-items: center;
	margin-bottom: 15px !important;
}
.single-ryt h3 a {
	font-size: 16px !important;
	line-height: 26px !important;
	color: #000 !important;
	font-weight: normal;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.post-content p {
	font-size: 18px;
	line-height: 32px;
}
.sidebar {
	padding: 10px;
}
.category h5 {
	font-size: 24px;
	line-height: normal;
	color: #4d1a43;
	padding-bottom: 20px !important;
	border-bottom: solid 1px #ddd;
	margin: 0 0 20px;
}
.category li {
	list-style: none;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #000 !important;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.category li:last-child {
	border: 0 !important;
	padding: 0;
	margin: 0;
}
.single-post .elementor-location-header {
	border-bottom: solid 3px #4d1a43;
}

.third-col {
	grid-column: span 4 !important;
}
.gfield_radio {
	display: flex;
	column-gap: 10px;
}
.custom-contact .gfield_label {
	color: #000;
	font-size: 19px !important;
	line-height: normal;
	font-weight: 500 !important;
}
.job-form > div {
	background: #e9e9e9;
	padding: 50px;
}
.gf_progressbar_wrapper {
	display: none;
}
.job-hd span {
	font-size: 32px;
	line-height: 38px;
	display: block;
}
.job-hd em {
	font-size: 26px;
	line-height: 36px;
	font-style: normal;
}
.job-hd p {
	font-size: 17px;
	line-height: 28px;
	margin-top: 20px;
}
.job-form.custom-contact .gform_fields {
	row-gap: 15px !important;
}
.job-form.custom-contact .button {
	max-width: 150px;
	margin: 0 !important;
	margin-top: 30px !important;
}
.job-form .gform_previous_button {
	background: #4d1a43 !important;
	color: #fff !important;
}
.gfield-choice-input {
	height: 17px !important;
	width: 17px !important;
}
.gchoice .gform-field-label {
	font-size: 18px !important;
}
.job-form .gform-page-footer {
	margin: 0 !important;
	padding: 0 !important;
}
.job-form .gfield_required {
	display: none !important;
}
.ft-fix-btn {
	display: none;
}

/* Responsive-Start */

@media(max-width: 1400px) {
	.lft-ryt-spc {
		margin-left: 15px;
		margin-right: 15px;
	}
	.elementor-location-header {
		padding: 15px 15px 0px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 14px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 15px;
	}
}
@media(max-width: 1199px) {
	.job-form > div {
		padding: 40px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 21px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 21px 21px 21px 61px;
		background-position: center left 22px;
		background-size: 24px;
	}
	.single-main {
		padding: 80px 15px;
	}
	.single-main h1 {
		text-align: left;
	}
	.single-left {
		width: 100% !important;
	}
	.single-ryt {
		display: none;
	}
	.inr-bnr {
		padding: 14% 15px 11% !important;
	}
	.inr-hd h1 {
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 18px;
	}
	.ft-hd span i {
		font-size: 42px;
		line-height: 43px;
	}
	.ft-hd span {
		font-size: 70px;
		line-height: 70px;
	}
	.ft-img img {
		height: 58px;
	}
	.quote-sec {
		padding: 80px 15px 200px;
	}
	.home-slider .elementor-testimonial__title {
		max-width: 856px;
	}
	.rolloff-col {
		max-width: 470px;
	}
	.subheading p {
		font-size: 31px;
		line-height: 31px;
		margin-bottom: 17px;
	}
	.bigtext p {
		font-size: 31px;
		line-height: 37px;
	}
	.bigheading h2 i {
		font-size: 38px;
		line-height: 39px;
	}
	.bigheading h2 {
		font-size: 61px;
		line-height: 61px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.banner-sub p {
		font-size: 39px;
	}
	.banner h1 {
		font-size: 80px;
	}

	.hd_menu .elementor-nav-menu > li > a {
		font-size: 12px !important;
	}
}
@media(max-width: 1024px) {
	.hd_menu .elementor-nav-menu > li:last-child > a {
		max-width: 100% !important;
	}
	.hdactive .elementor-location-header {
		padding: 10px 15px;
	}
	.header_main .elementor-nav-menu > li > ul.sub-menu {
		min-width: 100% !important;
		margin-top: 0px !important;
	}
	.header_main .sub-arrow .e-font-icon-svg.e-fas-angle-down {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #4d1a43;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle {
		background-color: #4d1a43;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #4d1a43;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #461a3e !important;
		text-transform: uppercase;
		border-bottom: 1px solid #ffffff12;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.disposal-boxes .elementor-image-box-title {
		font-size: 29px;
		line-height: 33px;
	}
	.rental-list p em {
		font-size: 30px;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.rental-list p {
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 24px;
		padding-left: 62px;
	}
	.site-list li {
		font-size: 20px;
		line-height: 30px;
		padding-left: 35px;
	}
	.center-text p {
		font-size: 30px;
		line-height: 37px;
	}
	.job-hd em {
		font-size: 24px;
		line-height: 34px;
	}
	.job-hd span {
		font-size: 28px;
		line-height: 35px;
	}
	.job-form > div {
		padding: 40px 20px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 16px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 19px 19px 19px 58px;
		background-position: center left 18px;
		background-size: 22px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 26px;
		line-height: 31px;
		max-width: 630px;
		display: flex;
	}
	.contact-info li a svg, .contact-info li svg {
		width: 30px !important;
		height: 30px !important;
		margin-right: 12px !important;
	}
	.contact-info li i {
		font-size: 22px;
	}
	.contact-info li, .contact-info li a {
		font-size: 24px !important;
		line-height: 37px;
	}
	.single-main {
		padding: 60px 15px;
	}
	.post-card .elementor-post__read-more:hover {
		background: #f9ca34;
		color: #000 !important;
	}
	.post-card .elementor-post__read-more {
		font-size: 17px;
		padding: 15px 15px;
		margin-top: 14px !important;
	}
	.post-card .elementor-post__read-more {
		padding: 15px 25px;
		margin-top: 14px !important;
	}
	.post-card .elementor-post__title a {
		font-size: 24px;
		line-height: 29px;
	}
	.post-card article:hover .elementor-post__thumbnail img {
		transform: unset !important;
	}
	.inr-hd h1 {
		font-size: 57px;
		line-height: 58px;
		margin-bottom: 15px;
	}
	.mdheading h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.smtext p {
		font-size: 23px;
		line-height: 31px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.quote-boxes .elementor-image-box-title {
		font-size: 23px;
		line-height: 22px;
	}
	.home-slider .elementor-testimonial__title {
		max-width: 616px;
		font-size: 22px;
	}
	.rolloff-col {
		max-width: 370px;
	}
	.bigtext p {
		font-size: 24px;
		line-height: 30px;
	}
	.defbtn a:hover {
		background: #f9ca34;
		color: #000 !important;
	}
	.subheading p {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.bigtext p {
		font-size: 26px;
		line-height: 32px;
	}
	.bigheading h2 i {
		font-size: 32px;
		line-height: 34px;
	}
	.bigheading h2 {
		font-size: 51px;
		line-height: 51px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.defbtn {
		margin-top: 26px;
	}
	.defbtn a {
		font-size: 19px;
		padding: 13px 25px;
	}
	.banner-sub p {
		font-size: 36px;
	}
	.banner h1 {
		font-size: 70px;
	}
	.banner .elementor-column-gap-no {
		min-height: auto !important;
		padding: 80px 0;
	}
	.hdr-lft-col {
		width: 30% !important;
	}
	.hdr-ryt-col {
		width: 70% !important;
	}
	.single-icon img {
		height: 22px;
	}
}
@media(max-width: 767px) {
	.disposal-img {
		order: -1;
	}
	.mt20 {
		margin-top: 14px;
	}
	.disposal_outer .elementor-widget-wrap {
		column-gap: 10px;
		row-gap: 10px;
	}
	.disposal-boxes {
		width: 100% !important;
		border: 1px solid #8080802e;
		padding: 10px;
	}
	.disposal-boxes .elementor-image-box-img img {
		width: auto;
		margin: 0 auto 10px;
	}
	.mob-full img {
		width: 100%;
	}
	.standard-gurl {
		background-color: #343539;
		background-image: unset !important;
	}
	.rental-list p em {
		display: none;
	}
	.rental-list p {
		font-size: 21px;
		line-height: 29px;
		margin-bottom: 7px;
		border: 1px solid #0000001c;
		padding: 10px;
		text-align: center;
	}
	.two-list.site-list li {
	width: 100% !important;
		text-align: center;
	}
	.site-list li {
		border: 1px solid #8080802e;
		padding: 10px;
	}
	.site-list li::before {
		display: none;
	}
	.rentals-sec {
		background-color: #b7b7b7;
		background-image: unset !important;
	}
	.smheading h2 {
		font-size: 34px;
		line-height: 37px;
		margin-bottom: 14px;
	}
	.job-form > div {
		padding: 30px 15px;
	}
	.third-col {
		grid-column: span 12 !important;
	}
	.tiny-text p {
		font-size: 17px !important;
		line-height: 26px !important;
		text-align: center;
	}
	.front_content th, .front_content td {
		font-size: 16px;
		line-height: 24px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 20px;
		line-height: 32px;
	}
	.faqblock .elementor-accordion-icon-closed::before,
	.faqblock .elementor-accordion-icon-opened::before {
		width: 25px !important;
		height: 25px !important;
		background-size: 20px;
		left: -19px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 24px;
		line-height: 29px;
		max-width: 470px;
	}
	.faqblock .elementor-accordion .elementor-tab-content {
		padding: 0 20px 20px;
		font-size: 15px;
		margin-top: -6px;
	}
	.contact-info li i {
		font-size: 19px;
	}
	.wt p {
		text-align: center;
	}
	.contact-info li {
		display: block !important;
		width: 100% !important;
		border: 1px solid #80808021;
		padding: 10px !important;
	}
	.contact-info li a {
		display: block !important;
	}
	.contact-info li a svg, .contact-info li svg {
		margin: 0 auto !important;
	}
	.contact-info ul {
		justify-content: center;
		row-gap: 9px;
	}
	.contact-info li, .contact-info li a {
		font-size: 22px !important;
		line-height: 34px;
		text-align: center !important;
	}
	.post-content p {
		font-size: 17px;
		line-height: 30px;
	}
	.single-main {
		padding: 60px 15px;
	}
	.inr-bnr {
		padding: 18% 15px 13% !important;
	}
	.mt30 {
		margin-top: 17px;
	}
	.hour-sec {
		background-color: #933898;
		background-image: unset !important;
	}
	.pr60 {
		padding-right: 0px;
	}
	.full-invested {
		background-color: #bdbdbd;
		background-image: unset !important;
	}
	.mdheading h2 {
		font-size: 33px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.inr-hd h1 {
		font-size: 45px;
		line-height: 47px;
		margin-bottom: 13px;
	}
	.hdr-lft-col {
		align-items: center;
	}
	.center-img .elementor-widget-wrap {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 30px;
	}
	.ft-fix-btn {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #4d1a43;
		border-top: 1px solid #ffffff40;
		z-index: 10;
		display: flex;
		justify-content: space-between;
	}

	.ft-fix-btn a:last-child {
		border-left: 1px solid #ffffff40;
	}
	.ft-fix-btn a {
		width: 100% !important;
		text-align: center;
		align-content: center;
		padding: 6px;
		color: #fff;
		font-size: 21px;
	}
	.ft-fix-btn img {
		width: 22px;
	}
	.ft-btn a {
		font-size: 37px;
	}
	.ft-img img {
		height: 40px;
	}
	.ft-hd span {
		font-size: 60px;
		line-height: 60px;
	}
	.ft-sec {
		padding: 40px 15px 60px;
	}
	.custom-contact .button {
		font-size: 18px !important;
		padding: 14px 35px !important;
		line-height: 1 !important;
		max-width: fit-content;
		margin: 0 auto;
	}
	.custom-contact .gform_fields {
		row-gap: 12px !important;
		column-gap: 12px !important;
	}
	.subheading p {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 11px;
		text-align: center;
	}
	.quote_outer .elementor-widget-wrap {
		row-gap: 9px;
	}
	.quote-boxes {
		border: 1px solid #8080804a;
		padding: 10px !important;
	}
	.quote-boxes .elementor-image-box-img img {
		width: 100%;
		max-width: 30px;
		display: block;
		margin: 0 auto;
	}
	.pl60 {
		padding-left: 0px;
	}
	.quote-sec {
		padding: 40px 15px 170px;
	}
	.home-slider .elementor-testimonial__title {
		font-size: 20px;
		text-align: center;
	}
	.home-slider .swiper-slide::before {
		display: none;
	}
	.front-dumpstar {
		background-color: #303437;
		background-image: unset !important;
	}
	.roll-off {
		background-color: #933d94 !important;
		background-image: unset !important;
	}
	.rolloff-col {
		max-width: 100% !important;
	}
	.potty-gurl {
		background-image: url("https://trashgurl.com/wp-content/uploads/2025/09/bg-img1.jpg") !important;
	}
	.bigtext p {
		font-size: 20px;
		line-height: 29px;
		text-align: center;
	}
	.bigheading {
		margin-bottom: 11px !important;
	}
	.bigheading h2 i {
		font-size: 29px;
		line-height: 29px;
	}
	.bigheading h2 {
		font-size: 41px;
		line-height: 42px;
		text-align: center;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.banner-sub p {
		font-size: 33px;
	}
	.banner h1 {
		font-size: 55px;
	}
	.pl30 {
		padding-left: 0px;
	}
}
@media(max-width: 600px) {
	.front_content {
		overflow: scroll !important;
	}
	.bigheading h2 {
		font-size: 38px;
		line-height: 40px;
	}
	.job-hd em {
		font-size: 22px;
		line-height: 32px;
	}
	.job-hd span {
		font-size: 26px;
		line-height: 33px;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 10px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 17px 17px 17px 47px;
		background-position: center left 14px;
		background-size: 21px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 20px;
		line-height: 24px;
		max-width: 276px;
	}
	.smheading h2 {
	font-size: 31px;
	line-height: 34px;
	margin-bottom: 14px;
}
	.single-left h3 {
		font-size: 22px;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 20px auto 9px;
		text-transform: capitalize;
	}
	.single-main h1 {
		font-size: 29px !important;
		line-height: 35px !important;
		margin-bottom: 11px;
	}
	.smtext p {
		font-size: 20px;
		line-height: 30px;
	}
	p, li {
		margin-bottom: 15px;
	}
	.mdheading h2 {
		font-size: 29px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.inr-hd h1 {
		font-size: 38px;
		line-height: 39px;
		margin-bottom: 10px;
	}
	.subheading p {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.banner-sub p {
		font-size: 29px;
	}
	.banner h1 {
		font-size: 46px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 25px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 340px;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
	.hdr-ryt-col {
		width: 60% !important;
	}
	.hdr-lft-col {
		width: 40% !important;
		align-items: center;
	}
	.single-icon img {
		height: 16px;
	}
	.hd-list li a {
		font-size: 12px !important;
	}
}
@media(max-width: 400px) {

}
